/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - All Products
    - Reviews
    - Contact
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@font-face {
  font-family: "readexPro";
  src: url("../fonts/Bahij_TheSansArabic-Plain.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "readexPro";
  src: url("../fonts/Bahij_TheSansArabic-Plain.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "readexPro";
  src: url("../fonts/Bahij\ TheSansArabic\ Bold.ttf");
  font-weight: 700;
}

.main-font {
  font-family: "readexPro";
}
.alt-font {
  font-family: "readexPro";
}

/* ===================================
    General
====================================== */

body {
  font-family: "readexPro" !important;
  font-size: 18px;
  color: #464646;
  font-weight: 300;
  line-height: 25px;
  width: 100%;
  overflow-x: hidden;
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
  font-weight: bold;
  font-family: "readexPro";
}
.h1,
h1 {
  font-size: 72px;
}
.h2,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 24px;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
  transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
  position: relative;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.rev_slider_wrapper {
  width: 100% !important;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
p:last-child {
  margin-bottom: 0 !important;
  font-family: "readexPro";
}
.fa,
.far,
.fas {
  display: inline;
}
a:active,
a:hover {
  color: #ed2d34;
}
li {
  list-style: none;
  text-decoration: none;
}
blockquote {
  border-left: 2px solid;
  padding: 10px 15px 10px 35px;
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
}
blockquote > cite {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.hidden {
  display: none;
}
section {
  padding: 0;
}
.padding-bottom {
  padding-bottom: 7.5rem;
}
.padding-top {
  padding-top: 7.5rem;
}

/* transition none */
.no-transition * {
  transition-timing-function: initial;
  -moz-transition-timing-function: initial;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  -ms-transition-timing-function: initial;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* opacity */
.opacity-full {
  opacity: 1;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}

/*font-weight*/
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}

/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: "readexPro";
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
/* Red button */
.btn.btn-red {
  background: transparent;
  border-color: #ed2d34;
  color: #ed2d34;
}
.btn.btn-red:hover {
  background: #ed2d34 !important;
  border-color: #ed2d34;
  color: #ffffff !important;
}
/* Transparent button */
.btn.btn-trans {
  background: transparent;
  border-color: #464646;
  color: #464646;
}
.btn.btn-trans:hover {
  background: #ed2d34 !important;
  border-color: #ed2d34;
  color: #ffffff !important;
}

/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 16px;
  padding: 10px 48px;
  line-height: 1.8em;
}
.btn.btn-large {
  font-size: 16px;
  padding: 14px 30px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}

/* Text color */
.main-color {
  color: #ed2d34;
}
.text-grey {
  color: #464646;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}

/* Background color */
.bg-red {
  background: #ed2d34;
}
.bg-black {
  background: #000000;
}
.bg-transparent {
  background: transparent;
}

.btn.btn-orange {
  background-color: #f9ae43;
  color: #ffffff;
  font-size: 15px;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background: #e6a639;
  border-color: #ffffff;
  color: #fff;
  font-size: 15px;
}

.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
  color: #ffffff !important;
  background: #ed2d34 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Social Icons Background */
.facebook-bg-hvr:hover {
  background: #4267b2 !important;
  color: #fff !important;
  border: 1px solid #4267b2 !important;
}
.twitter-bg-hvr:hover {
  background: #1da1f2 !important;
  color: #fff !important;
  border: 1px solid #1da1f2 !important;
}
.instagram-bg-hvr:hover {
  background: #c32aa3 !important;
  color: #fff !important;
  border: 1px solid #c32aa3 !important;
}
.linkedin-bg-hvr:hover {
  background: #0077b5 !important;
  color: #fff !important;
  border: 1px solid #0077b5 !important;
}
.pinterest-bg-hvr:hover {
  background: #bd081c !important;
  color: #fff !important;
  border: 1px solid #bd081c !important;
}
.google-bg-hvr:hover {
  background: #db4437 !important;
  color: #fff !important;
  border: 1px solid #db4437 !important;
}
.rss-bg-hvr:hover {
  background: #ee802f !important;
  color: #fff !important;
  border: 1px solid #db4437 !important;
}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #a1a1a1 !important;
  z-index: 9999;
}

#pp-nav li .active span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #a1a1a1;
  display: block;
  transform: translate(-17.5px, 6.5px);
  animation: fadeIn 1.6s;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#pp-nav li span::before {
  content: "";
  height: 2px;
  width: 12px;
  background: #a1a1a1;
  display: block;
  transform: translate(-17.5px, 6.5px);
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  animation: zoomOut 1.6s;
}

#pp-nav li .active span::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #a1a1a1;
  display: block;
  transform: translate(21px, 5px);
  animation: fadeIn 1.6s;
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}

#pp-nav li span::after {
  content: "";
  height: 2px;
  width: 12px;
  background: #a1a1a1;
  display: block;
  transform: translate(21px, 5px);
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  animation: zoomOut 1.6s;
}

#pp-nav span,
.pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  box-shadow: inset 0 0 0 7px transparent;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #006400 !important;
}

#pp-nav li,
.pp-slidesNav li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 16px 8px 16px 8px;
  position: relative;
}

.pp-tooltip {
  color: #ffffff;
  background-color: #232728;
  margin-left: 25px;
  padding: 2px 8px;
  border-radius: 2px;
  z-index: 9999;
}

.pp-tooltip:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid #232728;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -6px;
}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog {
  padding: 20px;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.8s ease;
  display: inline-block;
  float: right;
}

.my_tog:hover span:first-child {
  width: 16px;
}

.my_tog:hover span:last-child {
  width: 16px;
}

.my_tog span {
  display: block;
  height: 2px;
  width: 25px;
  background-color: #ffffff;
  margin-bottom: 4px;
  transition: 0.7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav {
  display: block;
  width: 25%;
  float: left;
  height: auto;
  transition: 0.5s ease;
  position: relative;
  background: #ed2d34;
}

.side_nav {
  position: fixed;
  top: 0;
  /* left:-20%; */
  z-index: 11;
  bottom: 0;
}

.brand-logo {
  color: black;
  text-decoration: none;
  font-family: "readexPro";
  display: inline-block;
  padding-top: 13px;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 30px;
  transition: 0.6s ease;
}

.sticky-logo {
  position: absolute;
  /* right: -5px; */
  bottom: 15px;
}

.brand-logo span {
  font-family: "readexPro";
  font-weight: bolder;
}

.my_nav_tog span {
  display: block;
  margin-bottom: 3px;
  height: 2px;
  background-color: #ffffff;
  width: 20px;
}

.side-nav-menu .nav-menu {
  font-family: "readexPro";
  /* padding-left: 35px; */
  padding-top: 120px;
}

.broad .side-nav-menu ul {
  /* padding-top: 130px; */
}

.side-nav-menu .nav-menu li,
.broad .side-nav-menu ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  transition: 1s ease;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left !important;
}

.side-nav-menu .nav-menu li a,
.broad .side-nav-menu ul li a {
  display: inline-block;
  font-family: "readexPro";
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  transition: 0.1s ease;
  overflow: hidden;
  position: relative;
  width: 70%;
  top: 7px;
  padding: 0;
  text-align: left;
}

.side-nav-menu ul li a.active span {
  width: 75%;
  display: none;
  transition: 0.5s ease;
}
.expand_nav ul li a.active span {
  display: inline-block;
}
@keyframes myanim {
  from {
    transform: translateX(-100px);
  }
  to {
    left: 0;
  }
}

/* .line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
} */

.side-nav-menu .nav-menu li a {
  font-family: "readexPro";
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s ease;
  width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul {
  padding-top: 0 !important;
  padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li {
  margin-bottom: 0 !important;
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}

.side-nav-menu .side-icons ul li a {
  color: #ffffff;
}

.side_nav.expand_nav .sticky-logo {
  opacity: 0;
  transition: 0.5s ease;
}

.side_nav .nav-item {
  display: block;
  margin: 20px 0;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.8s ease 500ms;
  -o-transition: all 0.8s ease 500ms;
  transition: all 0.8s ease 500ms;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.side_nav.expand_nav .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side_nav.expand_nav .nav-item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */
/* 
.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ed2d34 !important;
}

.navbar-brand {
    text-decoration: none;
    font-family: 'readexPro';
    font-weight:normal;
    font-size: 30px;

}

.navbar-brand span{
    font-weight:bolder;
}

.side-nav-menu .social-icons span:hover i{
    cursor: pointer;
}

.social-icons span a{
    color: #ffffff;
}

.social-icons span i{
    font-size: 13px;
    margin-left: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .5s ease;
}

.social-icons span:last-child{
    margin-right: 70px;
} */

/* ===================================
    Broad Nav-bar css
====================================== */

.broad {
  visibility: hidden;
  transition: 1s ease-in-out;
  opacity: 0;
  transform: rotate(0deg);
}

.broad .side-nav-menu {
  display: none;
}

.broad-nav {
  transition: 0.5s ease-in-out;
  background-color: #ed2d34;
  display: block;
  visibility: visible;
  position: fixed;
  overflow: hidden;
  z-index: 111111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
}

.margin-manage {
  margin-top: 100px;
}

.broad-nav .side-nav-menu {
  display: block;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 20%;
  transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,
.broad .side-nav-menu ul li a span {
  display: inline-block;
  height: 2px;
  width: 0;
  background-color: #f73859;
  transition: 0.8s ease;
  position: absolute;
  top: 13px;
  margin-left: 9px;
}

.broad .side-nav-menu ul li a {
  margin-left: 9px;
}

.broad-nav .side-nav-menu ul li a.active span {
  width: 75%;
  display: inline-block;
  transition: 0.5s ease;
}

.fix-top {
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.broad-nav .side-nav-menu ul li a.active span {
  width: 75%;
  display: inline-block;
  transition: 0.5s ease;
}
@keyframes myanim {
  from {
    transform: translateX(-100px);
  }
  to {
    left: 0;
  }
}

@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-o-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.broad .side-nav-menu ul li {
  animation-name: myan;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(2) {
  animation-name: myan;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(3) {
  animation-name: myan;
  animation-delay: 0.4s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(4) {
  animation-name: myan;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(5) {
  animation-name: myan;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(6) {
  animation-name: myan;
  animation-delay: 0.7s;
  animation-fill-mode: both;
}

.broad-nav .side-nav-menu .social-icons span i {
  position: absolute;
  top: -1px;
  left: -5px;
  transition: 0.8s ease;
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f {
  left: -5px;
}

.broad-nav .side-nav-menu .social-icons {
  transition: all 1s ease 500ms;
  animation-duration: 2s;
  font-size: 14px;
  animation-name: myan;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  color: #d6d6d6;
  margin-top: -35px !important;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 15%;
  transform: translate(-25px, -20px);
}

.broad .side-nav-menu ul li {
  transition: all 2s ease 500ms;
  animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 4px;
  cursor: pointer;
  color: #ffffff;
  z-index: 111;
  transition: 0.5s ease;
}

.broad.before-side .btn-close {
  display: none;
}

.broad .btn-close::before,
.broad .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #ffffff;
  top: 5px;
  transition: 0.5s ease;
}

.broad .btn-close:hover::before,
.broad .btn-close:hover::after {
  height: 28px;
}

.broad .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.broad .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.broad.right-btn .btn-close {
  right: 47px;
  left: auto;
}

.broad .side-nav-menu ul li span {
  font-size: 30px;
  color: #d9d9d9;
}

.broad .social-icons i {
  font-size: 16px;
}

.broad .brand-logo {
  padding-top: 0;
  padding-left: 70%;
}

.rites-res {
  position: absolute;
  bottom: 30px;
  padding-left: 30px;
}

.broad .rites-res {
  margin-top: 28px;
  margin-left: 49px;
  color: #ffffff;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav {
  /*  left:0; */
}

.close_nav {
  padding-top: 25px;
}

.close_nav span:nth-child(2) {
  display: none;
}

.close_nav span:first-child {
  margin-left: auto;
  transform: rotate(45deg);
  margin-bottom: -2px;
}

.close_nav span:last-child {
  margin-top: 0;
  transform: rotate(130deg);
}

.close_nav:hover span:first-child,
.close_nav:hover span:last-child {
  width: 25px;
}

/* ===================================
   Banner
====================================== */

.slider-area {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /*  margin-left: 5%; */
}

.slider-image {
  position: relative;
  margin: 0 auto -80px auto;
  top: 100px;
}

.slider-image img {
  top: -90px;
  width: 100%;
  position: relative;
}

.slider-text {
  background-color: #ffffff;
  color: #2b3033;
}

.slider-area h1 {
  font-size: 58px;
  line-height: 1.2;
}

.slider-area p {
  font-size: 18px;
  font-weight: normal;
}

.slider-area {
  align-items: center;
  display: flex;
  position: relative;
}

.slider-copyright {
  font-family: "readexPro";
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  bottom: 15px;
  /* right: 15px; */
  z-index: 1111;
}

.slider-bottom .slider-social {
  position: absolute;
  top: 15px;
  /* right: 15px; */
  z-index: 1111;
}

.slider-bottom .slider-social a {
  color: #464646;
}

.fixed {
  position: fixed;
}

/*slider social*/
.side-nav-menu .slider-social {
  position: absolute;
  right: 50px;
  top: auto;
  z-index: 111;
  opacity: 0;
  transition: opacity 0.5s;
}

.side_nav.expand_nav .side-nav-menu .slider-social {
  opacity: 1;
  transition: opacity 0.5s;
}

.side-nav-menu .slider-social {
  /* right: auto; */
  bottom: 80px;
}

.slider-social ul > li {
  float: right;
}

.slider-social a {
  justify-content: center;
  height: 40px;
  line-height: 38px;
  width: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  text-align: center;
  border-radius: 50px;
  color: #000000;
  font-size: 16px;
  margin: 2px;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.circle-one {
  position: absolute;
  top: 26%;
  left: 50%;
}

.circle-two {
  top: 14%;
  left: 68%;
  position: absolute;
}

.circle-three {
  top: 30%;
  left: 88%;
  position: absolute;
}

.circle-four {
  top: 80%;
  left: 80%;
  position: absolute;
}

.circle-five {
  top: 86%;
  left: 55%;
  position: absolute;
}

.animated-circle {
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  position: absolute;
}

.animated-circle:after {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #dabd1d;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
  box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.fixed {
  position: fixed;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.7);
  }
  70% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
  }
}

/* ===================================
   ALL PRODUCTS
====================================== */

.all-products {
  background-color: #fff;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  /* margin-left: 5%; */
}

.all-products h2 {
  font-size: 48px;
  font-weight: bold;
}

.parallax-box {
  text-align: center;
  font-family: "readexPro";
}

.parallax-box h2 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: bold;
}

.parallax-box h5 {
  font-weight: normal;
  font-size: 16px;
}

.owl-products {
  text-align: center;
}

/* .team-box{
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px;
    background-color: #ffffff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
} */

/* .team-box .team-image{
    position: relative;
    overflow: hidden;
} */

/* .team-box .team-text{
    text-align: center;
    font-size: 14px;
    padding: 2rem 0 0 0;
    opacity: 0;
    transition: .25ms;
} */

/* .team-box .team-text .btn-medium {
    font-size: 16px;
    padding: 8px 36px;
    cursor: pointer;
} */

.owl-products .owl-item.center .item {
  transform: scale(1);
}

.owl-products .owl-item.center .team-box .team-text h5 {
  font-size: 28px;
  color: #464646;
  font-weight: bold;
}

.owl-products .owl-item.center .item .team-text {
  opacity: 1;
  transition: 0.5s ease;
}

/* .all-products .circle{
    position: absolute;
    z-index: 1111;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.all-products .circle:hover i {
    color: #ed2d34;
    transition: .5s ease;
}

.all-products .circle i {
    font-size: 42px;
    z-index: 1111;
    color: #464646;
    opacity: .7;
    transition: .5s ease;

} */

/* .all-products #team-circle-right {
    top: 50%;
    right: -8%;
    transform: translateY(-50%);
    transition: .5s ease;
}

.all-products #team-circle-left{
    top: 50%;
    left: -8%;
    transform: translateY(-50%);
    transition: .5s ease;
} */

/* ===================================
   Contact
====================================== */

.contact-sec {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.contact-sec .slider-social a {
  color: #464646;
}

.contact-sec .heading {
  color: #464646;
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: bold;
}

.contact-sec .contact-form input {
  color: #464646;
  font-size: 16px;
  height: 40px;
  background: transparent;
}

.contact-sec .contact-form .form-control {
  border: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contact-sec .contact-form .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #464646;
}

.contact-sec .contact-form input::placeholder,
.contact-sec .contact-form textarea::placeholder {
  color: #464646;
  font-size: 14px;
}

.contact-sec .contact-form textarea {
  padding-top: 20px;
  height: 150px;
  color: #464646;
  font-size: 16px;
  resize: none;
  background: transparent;
  margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn {
  margin-top: 15px;
}

.contact_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form {
  padding-top: 30%;
  width: 100%;
}

/*contact details*/
.contact-sec .contact-background {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: -1;
}

.contact-sec .contact-details {
  font-family: readexPro;
  width: 90%;
}

.contact-sec .contact-details .heading {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: normal;
}

.contact-sec .contact-details .text {
  color: #464646;
  font-size: 17px;
  font-weight: normal;
}

.contact-sec .contact-details ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 50px;
}

.contact-sec .contact-details ul li {
  color: #464646;
  list-style: none;
  margin-bottom: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-family: "readexPro";
}

.contact-sec .contact-details ul li:first-child {
  width: 60%;
}

.contact-sec .contact-details ul li span {
  display: inline-block;
  padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
  padding-right: 0;
}

.contact-sec .contact-details ul li i {
  font-size: 30px;
  margin-right: 20px;
  margin-bottom: 8px;
  color: #464646;
}

/* ===================================
   Reviews
====================================== */

.reviews {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  margin-left: 5%;
}

.reviews .section-heading h4 {
  font-size: 30px;
  font-weight: bold;
}

.testimonial-img img {
  border-radius: 50%;
  display: inline-block;
}

.reviews .owl-carousel .owl-item img {
  width: 70px;
  height: 70px;
  margin: auto;
}

.icon-quotes {
  color: #c6c6c6;
  font-size: 24px;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  line-height: 1.3;
  margin: 0 auto;
}

.paragraph {
  font-weight: 200;
  font-family: "readexPro";
  font-size: 18px;
}

.testimonial-tittle h3 {
  font-size: 20px;
  font-weight: normal;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
  position: fixed;
  z-index: 99999;
  background-color: #244d38;
  width: 100%;
  height: 100%;
}

/* #container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

#container {
  width: 200px;
  height: 200px;
}

@keyframes animation {
  0% {
    stroke-dasharray: 1, 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80, 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1, 98;
    stroke-dashoffset: -300;
  }
}

#spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(1, 0.4, 0.4, 1);
  animation-iteration-count: infinite;
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {
  .expand-container {
    max-width: 1300px;
  }

  /* Side Nav */
  #pp-nav.left {
    left: 26px;
  }
  .sticky-logo {
    right: 2px;
  }
  .my_tog {
    margin-right: 18px;
  }
  .side-nav-menu .nav-menu {
    padding-top: 280px;
  }

  /* Contact */
  .contact-sec .contact-form textarea {
    margin-bottom: 60px;
  }
}

@media (max-width: 1280px) and (min-width: 1210px) {
  .my_tog {
    margin-right: 0;
  }
  .sticky-logo {
    right: -15px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .h1,
  h1 {
    font-size: 60px;
  }
  section {
    padding: 10rem 0;
  }
  html {
    scroll-behavior: smooth;
  }
  .section-heading {
    margin-bottom: 3.5rem;
  }
  .all-products,
  .reviews,
  .contact-sec {
    height: auto;
  }

  /* Side Nav */
  .my_tog {
    padding: 20px 5px;
  }
  .sticky-logo {
    display: none !important;
  }
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 350px;
  }

  /* Banner */
  .slider-area h1 {
    font-size: 54px;
  }
  .circle-one {
    top: 35%;
    left: 50%;
  }
  .circle-two {
    top: 26%;
    left: 72%;
  }
  .circle-three {
    top: 30%;
    left: 90%;
  }
  .circle-four {
    top: 70%;
    left: 88%;
  }
  .circle-five {
    top: 74%;
    left: 64%;
  }

  /* All Products */
  .all-products h2 {
    font-size: 42px;
  }

  /* Contact */
  .contact-sec .heading {
    font-size: 42px;
  }

  .btn.btn-medium {
    padding: 10px 42px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 58px;
  }
  .h3,
  h3 {
    font-size: 32px;
  }
  section {
    padding: 7.5rem 0;
  }
  p {
    font-size: 14px;
  }
  html {
    scroll-behavior: smooth;
  }
  .all-products,
  .reviews,
  .contact-sec {
    height: auto;
  }
  .section-heading {
    margin-bottom: 3rem;
  }

  /* Side Nav */
  .my_tog {
    padding: 20px 0;
    margin-right: 8px;
  }
  .sticky-logo {
    display: none !important;
  }
  .side-nav-menu .nav-menu {
    padding-left: 35px;
    padding-top: 220px;
  }

  /* Banner */
  .slider-area h1 {
    font-size: 42px;
  }
  .slider-area p {
    font-size: 16px;
  }
  .circle-one {
    top: 36%;
    left: 50%;
  }
  .circle-two {
    top: 25%;
    left: 68%;
  }
  .circle-three {
    top: 30%;
    left: 88%;
  }
  .circle-four {
    top: 66%;
    left: 82%;
  }
  .circle-five {
    top: 72%;
    left: 55%;
  }

  /* All Products */
  .all-products h2 {
    font-size: 38px;
  }

  ol,
  ul {
    padding-left: 0px !important;
  }

  /* Contact */
  .contact-sec .heading {
    font-size: 42px;
  }
  .contact-sec .contact-details .text {
    text-align: left;
  }
  .contact-form {
    padding-top: 10%;
  }

  /* Modal Window */
}

@media screen and (max-width: 767px) {
  body {
    text-align: center;
    overflow-y: hidden !important;
  }
  html {
    scroll-behavior: smooth;
  }
  section {
    padding: 5rem 0;
  }
  .h1,
  h1 {
    font-size: 36px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  .all-products,
  .reviews,
  .contact-sec {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .slider-area {
    width: 100%;
    margin-left: 0;
  }

  /* Side Nav */
  .side_nav {
    display: none;
  }
  .navbar-brand {
    margin-right: 0;
  }

  /* Nav-Bar */
  /* .navbar {
        padding: 6px 10px;
    } */

  /* Banner */
  .slider-bottom .slider-social,
  .slider-copyright {
    display: none;
  }
  .slider-area h1 {
    font-size: 36px;
  }
  .slider-area p {
    font-size: 14px;
  }
  .circle-one {
    top: 52%;
    left: 8%;
  }
  .circle-two {
    top: 44%;
    left: 42%;
  }
  .circle-three {
    top: 42%;
    left: 82%;
  }
  .circle-four {
    top: 81%;
    left: 83%;
  }
  .circle-five {
    top: 92%;
    left: 54%;
  }

  /* All Products */
  /* .all-products h2 {
        font-size: 34px;
    }
    .all-products .circle i {
        display: none;
    } */

  /* Contact */
  .contact-sec .heading {
    font-size: 26px;
  }
  .contact-sec .contact-details {
    margin: 40px auto 0 auto;
  }
  .contact-sec .contact-details .text {
    font-size: 14px;
  }
  .contact-sec .contact-form {
    width: 100%;
    margin-left: 0;
    padding-top: 20%;
  }
  .contact-sec .contact-details {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
  }
  .contact-sec .contact-details ul li:first-child {
    width: 100%;
  }
  .contact-sec .contact-details ul li {
    display: block;
    margin-bottom: 30px;
  }
  .contact-sec .contact-details ul li i {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
  .contact-social ul {
    justify-content: center;
  }

  /* Modal Window */
  .shoes-list {
    padding: 50px 0;
  }
  .morphic-title p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-btn .btn.btn-medium {
    font-size: 12px;
  }
  .morphic-title h3,
  .price-modal h1 {
    font-size: 36px;
  }
  .morphic-title p {
    font-size: 14px;
  }
  .carousel-indicators {
    margin-bottom: 10% !important;
  }

  /* Background Images Adjustment */
  .slider-area {
    background-position-x: -37%;
  }
  .all-products {
    background-position-x: -12%;
  }
  .reviews {
    background-position-x: -23%;
  }
  .contact-sec {
    background-position-x: -6%;
  }

  .header-appear .sidemenu_btn {
    margin: 0px !important;
  }
  .media {
    margin-bottom: 23px !important;
    display: block !important;
  }

  #participate .services {
    margin-bottom: 23px;
    padding-top: 0px !important;
  }

  .slide2 p {
    text-align: center !important;
  }

  .slide1 #firstCard {
    margin-top: 12px !important;
  }

  .side-menu .btn-close {
    top: 7px !important;
    right: 3px !important;
  }

  .slide2 img {
    margin-bottom: 17px;
  }

  .slide3 p {
    text-align: center !important;
  }

  .slide3 h5 {
    font-size: 24px !important;
  }
  ol,
  ul {
    padding-left: 0px !important;
  }

  .min-logo {
    display: none !important;
  }

  .min2-logo {
    display: none !important;
  }

  .min3-logo {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
  }
  .btn.btn-medium {
    font-size: 12px;
  }
  /* Banner */
  .slider-area h1 {
    font-size: 32px;
  }
  .slider-area p {
    font-size: 12px;
  }
}
