@import url(../fonts/gilroy/fonts.css);
@import url(../fonts/gordita/stylesheet.css);
@import url(../fonts/recoleta/stylesheet.css);
@import url(../vendor/bootstrap/css/bootstrap-rtl.min.css);
@import url(framework.css);
@import url(../vendor/mega-menu/assets/css/menu.css);
@import url(../vendor/slick/slick.css);
@import url(../fonts/font-awesome/css/font-awesome.min.css);
@import url(../vendor/animate.min.css);

@import url(custom-animation.css);


/* @import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: font-awesome;
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fonts/fontawesome-webfont.svg") format("svg");
}

.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0);
  }
}

.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  left: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
    background: #122e41;  display: none;
  transition: all 0.3s ease-in-out;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
}

/*
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: var(--blue-dark);
  border-radius: 0;
}*/

:root {
  --text-color: #73737b;
  --text-light: #888888;
  --heading: #101621;
  --green: #3f4963;
  --blue: #394158;
}

::selection {
  background-color: #1E4256;
  color: #fff;
}

body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  line-height: 1.7em;
  color: var(--text-color);
  overflow-x: hidden !important;
}

.main-page-wrapper {
  overflow-x: hidden;
  padding-top: 115px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading);
  font-weight: 400;
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1.1em;
}

.h2,
h2 {
  font-size: 52px;
  line-height: 1.1em;
}

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

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

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

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

.font-gordita {
  font-family: 'IBM Plex Sans', sans-serif;
}

::-webkit-input-placeholder {
  color: #acaeb3;
}

::placeholder {
  color: #acaeb3;
}

.shapes {
  position: absolute;
  z-index: -1;
}

.title-style-two p {
  text-transform: uppercase;
  font-size: 16px;
  color: #3f4963;
  letter-spacing: 0;
  padding-bottom: 7px;
}

.title-style-two h4 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.title-style-two h2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 58px;
  line-height: 1.15em;
}

.title-style-two span {
  position: relative;
}

.counter-box-five img {
  width: 80px !important;
  margin: auto;
}

.title-style-two span img {
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
}

.theme-main-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 90px;
  transition: all 0.4s ease-out;

}

.theme-main-menu.sticky-menu.fixed {
  z-index: 9999;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
  margin-bottom: 100px;
}

.theme-main-menu .logo a {
  display: block;
}

.feature-blog-one .row [class*="col-"] {
  display: flex;
}

.feature-blog-one .post-meta {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 20px 20px 80px;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.feature-blog-one .post-meta .image-meta {
  width: 100%;
  border-radius: 10px;
  height: 280px !important;
}

.flaticon-right-arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.time {
  color: #95c21b;
  font-size: 13px;
}

.feature-blog-one .post-meta .tag {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 3px 15px;
    background: rgb(18 46 65);
    display: inline-block;
    border-radius: 50px;
}

.feature-blog-one .post-meta .title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
  font-weight: 700;
}
.tab-content.feature-blog-one h3 {
    text-align: right !important;
}
.feature-blog-one .post-meta p {
  font-size: 16px;
      text-align: right !important;
}

.feature-blog-one .post-meta:hover a.title {
  color: var(--blue-dark);
}

.feature-blog-one .post-meta .read-more {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--blue-dark);
  letter-spacing: 1px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.feature-blog-one .post-meta .read-more i {
  font-size: 22px;
}

#contact-form .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  background: #dc3545;
  box-shadow: 0 10px 25px 0 rgba(123, 147, 171, 0.15);
}

#contact-form .form-group .help-block li {
  position: relative;
}

#contact-form .form-group .help-block li:before {
  content: "";
  font-family: font-awesome;
  position: absolute;
  top: -12px;
  left: 0;
  color: #dc3545;
}

.theme-main-menu > div {
  position: relative;
  height: 80px;
}

.theme-menu-two .logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.theme-menu-two .right-widget {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.theme-menu-two .user-login-button li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
color: #122e41;
  transition: all 0.3s ease-in-out;
}

.theme-menu-two .user-login-button li a:hover {
  color: var(--red-light);
}

.theme-menu-two .language-button-group li a {
  font-size: 16px;
  font-weight: 500;
  color: #b7b7b7;
  margin: 0 4px;
}

.theme-menu-two .language-button-group li a.active {
  color: #000;
}

.theme-menu-two .language-button-group {
  margin-left: 80px;
}

.block-style-five {
  background: #f7f7f7;
  transition: all 0.3s ease-in-out;
  padding: 22px 30px 30px 30px;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 15px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.color2.block-style-five {
  background: #f5ffcf;
}

.color3.block-style-five {
  background: #e0ffe9;
}

.color3.block-style-five {
  background: #e0ffe9;
}

.color3.block-style-five .icon {
  height: 150px;
  margin-top: 40px;
}

.sec-section {
  margin: -155px 0 0 0;
}

.block-style-five .title-small {
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
}

.block-style-five p {
  font-size: 16px !important;
  line-height: 2em !important;
  color: gray !important;
}

.block-style-five p {
  font-size: 16px !important;
  line-height: 2em !important;
  color: gray !important;
}

.block-style-five .img {
  margin-bottom: 50px;
}

.block-style-five .icon {
  margin-top: 100px;
}

.block-style-five:hover {
  transform: translateY(-5px);
}

.block-style-five .icon {
  height: 72px;
}

.block-style-five .icon img {
  max-height: 100%;
}

.block-style-five .title {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 20px;
  margin: 20px 0 15px;
  display: inline-block;
  position: relative;
  font-weight: 700;
}

.btn-rounded {
  border-radius: 100px;
}

.block-style-five .title:before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--yellow-deep);
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.block-style-five p {
  font-size: 15px !important;
  line-height: 1.7em !important;
  color: #000;
}

.teamSliderOne {
  max-width: 1680px;
  margin-left: -127px;
  margin-right: auto;
}

.doc-sidebar {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  height: 100vh;
  position: sticky;
  top: 90px;
}

.doc-sidebar ul .sub-menu {
  display: none;
  transition: all 0.3s ease-in-out;
}

.doc-sidebar ul .sub-menu.show {
  display: block;
}

.doc-sidebar ul .sub-menu.open {
  display: block;
}

.clientSliderThree {
  text-align: center;
}

.clientSliderThree p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 28px;
  line-height: 1.71em;
  color: rgba(0, 0, 0, 0.8);
  padding: 25px 0 45px;
}

.clientSliderThree .name {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}

.theme-menu-five .logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

 .theme-menu-five .right-widget {
  position: absolute;
  left: 30px;
  top:30px;

}

.theme-menu-five .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  margin: 0 23px;
}

.theme-menu-five .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}

.hero-banner-five {
  position: relative;
  text-align: center;
  padding: 56px 0 0;
}

.hero-banner-five .button-group a {
  width: 200px;
  height: 60px;
  padding: 0 25px 0 5px;
  margin: 10px 12px;
  border: 2px solid #111;
  border-radius: 6px;
  color: #000;
  text-align: right;
  transition: all 0.3s ease-in-out;
}

.hero-banner-five .button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-banner-five .button-group a .icon {
  margin-left: 15px;
}

.hero-banner-five .button-group a span {
  font-size: 11px;
  color: #737373;
  display: block;
  margin-bottom: -11px;
  margin-top: -5px;
}

.hero-banner-five .button-group a strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
}

.hero-banner-five .img-gallery {
  border-bottom: 1px solid #ffffff;
  margin-top: 13px;
  position: relative;
  z-index: 1;
}

.hero-banner-five .img-gallery .screen-container {
  position: relative;
}

.hero-banner-five .img-gallery .screen-container .main-screen {
  width: 100%;
  border-radius: 40px 40px 40px;
}

.hero-banner-five .img-gallery .screen-one {
  width: 19%;
  top: 26%;
  right: -10%;
  z-index: 1;
  box-shadow: 0 35px 70px rgba(12, 21, 44, 0.08);
  animation: jumpTwo 5s infinite linear;
}

.hero-banner-five .img-gallery .screen-two {
  width: 31%;
  bottom: -12%;
  left: -16%;
  z-index: 1;
  box-shadow: -10px 40px 80px rgba(25, 42, 70, 0.05);
  animation: jumpThree 5s infinite linear;
}

.hero-banner-five .shape-four {
  left: 11%;
  top: 56%;
}

.clientSliderFour {
  max-width: 1435px;
  margin: 100px auto 0;
}

.clientSliderFour .item {
  margin: 0 20px;
}

.clientSliderFour .slick-dots {
  text-align: center;
  margin-top: 80px;
}

.clientSliderFour .slick-dots li {
  display: inline-block;
}

.clientSliderFour .slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.clientSliderFour .slick-dots li.slick-active button {
  background: #ff2759;
  border-color: #ff2759;
}

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

.modal {
  z-index: 10001;
}

.portfolio_slider_three {
  max-width: 1800px;
  margin: 0 auto;
}

.clientSliderFive {
  text-align: center;
}

.clientSliderFive p {
  font-size: 28px;
  line-height: 1.85em;
  padding-bottom: 84px;
  color: rgba(255, 255, 255, 0.7);
}

.clientSliderFive .name {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.theme-menu-five .right-widget .signIn-action {
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.theme-menu-five .right-widget .signIn-action:hover {
  text-decoration: underline;
}

.theme-menu-five .right-widget .signIn-action img {
  margin-left: 12px;
  margin-top: -3px;
}

.theme-menu-five .right-widget .download-btn {
  margin-right: 40px;
}

.theme-menu-five .right-widget .download-btn button {
  width: 190px;
  line-height: 60px;
  border-radius: 9px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #5db755;
  padding-right: 12px;
}

.theme-menu-five .right-widget .download-btn button:after {
  content: url(../images/icon/89.svg);
  border: none;
  margin: 0 11px 0 0;
  vertical-align: 0;
  transition: all 0.2s ease-in-out;
}

.theme-menu-five .right-widget .download-btn.show button:after {
  transform: rotate(180deg);
}

.theme-menu-five .right-widget .download-btn .dropdown-menu {
  width: 100%;
  background: #fff5d1;
  border-radius: 0 0 10px 10px;
  border: none;
  margin: -5px 0 0 0;
}

.theme-menu-five .right-widget .download-btn .dropdown-menu a {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
}

.theme-menu-five .right-widget .download-btn .dropdown-menu a:focus,
.theme-menu-five .right-widget .download-btn .dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.theme-menu-five .right-widget .download-btn .dropdown-menu a span {
  padding-right: 12px;
}

.clientSliderSix {
  max-width: 1740px;
  margin: 30px auto 0;
}

.clientSliderSix .item {
  margin: 80px 25px;
}

.clientSliderSix .slick-dots {
  text-align: center;
}

.clientSliderSix .slick-dots li {
  display: inline-block;
}

.clientSliderSix .slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.clientSliderSix .slick-dots li.slick-active button {
  background: #000;
  border-color: #000;
}

.theme-footer-seven {
  font-family: 'IBM Plex Sans', sans-serif;;
  background-color: #fff;
  background: #3f4963;
  padding: 40px 0;
  margin-bottom: 40px;
  border-radius: 25px;
}

.theme-footer-seven .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0px;
  padding-bottom: 25px;
}

.theme-footer-seven .footer-list a {
  line-height: 40px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.theme-footer-seven .footer-list a:hover {
  text-decoration: underline;
}

.theme-footer-seven .newsletter p {
  font-size: 19px;
  color: #fff;
  padding: 10px 0 20px;
}

.theme-footer-seven .newsletter form {
  height: 70px;
  position: relative;
  margin-bottom: 12px;
}

.theme-footer-seven .newsletter form input {
  width: 100%;
  height: 100%;
  border: 2px solid var(--green);
  border-radius: 8px;
  padding: 0 125px 0 20px;
  font-size: 16px;
  color: #000;
}

.theme-footer-seven .newsletter form ::placeholder {
  color: #000;
  opacity: 1;
}

.theme-footer-seven .newsletter form :-ms-input-placeholder {
  color: #000;
}

.theme-footer-seven .newsletter form ::-ms-input-placeholder {
  color: #000;
}

.theme-footer-seven .newsletter form button {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: 115px;
  border-radius: 8px;
  background: #9ac319;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.theme-footer-seven .newsletter .info {
  font-size: 14px;
  color: #ffffff;
}

.theme-footer-seven .bottom-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 0 0px;
  margin-top: 0px;
}

.theme-footer-seven .bottom-footer .copyright {
  font-size: 16px;
  color: #ffffff;
}

.theme-footer-seven .bottom-footer .social-icon a {
  font-size: 20px;
  margin-right: 15px;
  color: #ffffff;
}

.fancy-feature-eighteen {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  margin: 0px 0;
}

.fancy-feature-eighteen .nav-tabs {
  margin: 86px 0 30px;
  border: none;
}

.img-header-2 {
  width: 70px !important;
}

.fancy-feature-eighteen .nav-item .nav-link {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 15px;
  padding: 10px 30px;
  border: none;
  background: 0 0;
  margin: 10px 22px;
  color: black;
  font-weight: 600;
}

.fancy-feature-eighteen .nav-item .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
}

.fancy-feature-eighteen .nav-item .active .current {
  transform: scale(0);
}

.fancy-feature-eighteen .nav-item .active .hover {
  transform: scale(1) translate(-50%, -50%);
}

.fancy-feature-eighteen .nav-item .nav-link.active {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(12, 164, 75, 1) 0%, rgba(162, 197, 22, 1) 100%);
  box-shadow: 0 15px 30px rgb(9 16 29 / 3%);
  color: white ;
}

.full-height-layout {
  min-height: 100vh;
  padding: 40px 15px;
  position: relative;
  z-index: 5;
}

.coming-soon-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.coming-soon-content h6 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.43);
}

.coming-soon-content h1 {
  font-size: 72px;
  line-height: 1.18em;
  font-weight: 600;
  color: #000;
  padding: 20px 0 13px;
}

.coming-soon-content p {
  font-size: 24px;
  line-height: 1.79em;
  color: #000;
  padding-bottom: 55px;
}

.coming-soon-content form {
  max-width: 670px;
  height: 75px;
  position: relative;
  margin: 0 auto;
}

.coming-soon-content form input {
  display: block;
  width: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 0 220px 0 20px;
  height: 100%;
}

.coming-soon-content form button {
  width: 200px;
  background: #151515;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  transition: all 0.3s ease-in-out;
}

.coming-soon-content form button:hover {
  background: var(--blue-dark);
}

.coming-soon-content .social-icon a {
  width: 34px !important;
  height: 34px!important;
  line-height: 32px;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  color: #333;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}

.coming-soon-content .social-icon a:hover {
  background: #3fab3c;
  color: #fff;
}

.coming-soon-content .footerr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 100%;
  padding: 0 50px;
}

.coming-soon-content .shape-four {
  left: 10%;
  top: 70%;
  animation: fade-in 1.5s infinite linear;
}

.coming-soon-content .shape-seven {
  right: 12%;
  top: 28%;
  animation: fade-in-rev 1.5s infinite linear;
}

.coming-soon-content .shape-ten {
  right: -4%;
  bottom: 94px;
  animation: fade-in 1.5s infinite linear;
}

.hero-banner-ten {
  position: relative;
  z-index: 1;
  margin: 70px 0 0;
  text-align: center;
}

.hero-banner-ten .button-group a {
  width: 200px;
  height: 60px;
padding: 0px 18px 0 18px;
  margin: 10px 12px;
  background: #f0f0f0;
  border-radius: 6px;
  color: #000;
  text-align: right;
  transition: all 0.3s ease-in-out;
  border-radius: 85px;
  justify-content: space-between;
}

.hero-banner-ten .button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.1);
  color: white !important;
}

.hero-banner-ten .button-group a .icon {
  margin-left: 15px;
}

.hero-banner-ten .button-group a span {
  font-size: 11px;
  color: #737373;
  display: block;
  margin-bottom: -11px;
  margin-top: -5px;
}

.hero-banner-ten .button-group a strong {
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.hero-banner-ten .button-group a.fikra-button {
  background: #3fab3c;
  color: #fff;
}

.hero-banner-ten .button-group a.marafa-button {
  color: #3f4963 !important;
  background: #d9d9d9;
}

.app-preview-slider-one {
  margin: 0 -55px;
}

.app-preview-slider-two {
  max-width: 1830px;
  padding: 0 15px;
  margin: 0 auto;
}

.mixitUp-container {
  overflow: hidden;
}

.portfolio_slider_one {
  margin: 0 -25px;
}

.portfolio_slider_one .item {
  padding: 0 25px;
}

.counter-box-five .number {
  font-size: 58px;
  font-weight: 700;
  line-height: initial;
}

.counter-box-five p {
  color: #000;
}

.portfolio_slider_two {
  margin: 0 -20px;
}

.portfolio_slider_two .item {
  margin: 0 20px;
}

.product_slider_one .item {
  margin: 0 15px;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.06);
  }

  100% {
    box-shadow: 0 0 0 3rem rgba(255, 255, 255, 0);
  }
}

.clientSliderEight .item {
  margin: 0 15px;
}

.clientSliderEight .slick-dots {
  text-align: center;
}

.clientSliderEight .slick-dots li {
  display: inline-block;
  margin: 70px 5px 0;
}

.clientSliderEight .slick-dots button {
  text-indent: -550000px;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.clientSliderEight .slick-dots li.slick-active button {
  background: #fff;
}

.brand-text {
  color: #3fab3c !important;
  font-weight: 700;
}

.img-main-logo {
  margin:  auto auto 50px;
  width: 200px;
}

.rakon_purchase {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 999;
}

.btn_purch {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.rakon_purchase .btn_purch .icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  vertical-align: sub;
}

.rakon_purchase .btn_purch .icon:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: rgba(137, 189, 73, 0.1);
  z-index: -1;
  -webkit-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  -moz-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  -o-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  -ms-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
}

.rakon_purchase .btn_purch .icon img {
  width: 100%;
  display: block;
}

.rakon_purchase .btn_purch:after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: rgba(137, 189, 73, 0.15);
  top: -4px;
  left: 2px;
  z-index: -1;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -moz-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -ms-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

button:focus {
  outline: none;
  box-shadow: none;
}

.m-30 {
  margin: 30px 0;
}

.icon-userr {
  margin-left: 5px;
}

.img-flying {
  position: absolute;
  left: -14%;
  animation: 6s linear infinite jumpTwo;
  opacity: 0.2;
  top: 20%;
}

.hero-banner-ten.mb-btn {
  margin: 0  !important;
}

.img-header {
  width: 220px;
}

.box-layout {
  padding: 0 20px ;
  overflow: hidden;
}

.theme-menu-two {
  padding: 10px 90px !important;
}

.home-decor {
  border-radius: 15px;
}

.navbar .dropdown-menu::before {
  left: 15px !important;
  right: unset !important;
}

.logo p {
  font-size: 15px;
  margin-top: 20px;
  color: white;
}
.text-gray {
  color: #151515 !important;
}



/* Not neccesary */
.content-example {
    display: block;

    margin: 0 auto;
    position: absolute;
    background: #fff;
    z-index: 999999999999999999999999999;
    top: 50%;
    right: 0;
}

.gmg-side-popup .title {
    margin: 0;
}
/* Not neccesary */


/*------ GMG Side Popup --------*/
.gmg-side-popup {
    cursor: pointer;
   position: absolute;
   top: 0;
   right: 0;

background-color: #2b334b;
    transition: all 0.8s ease;
    z-index: 1;
    overflow: hidden;
        border-radius: 5px;
        width: 35px;
    height: 35px;
}

    .gmg-side-popup.open {
        width: 390px;
        height: 340px;
        margin-top: 250px;
    }

.gmg-sp-close {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    right: 5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gmg-side-popup.open .gmg-sp-close {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.gmg-sp-close {
  display: none;
}
.gmg-side-popup.open .gmg-sp-close svg {
  width: 20px;
  height: 20px;
  display: block;
}
.gmg-sp-ballon {
  height: 25px;
    width: 25px;
    display: block;
    margin: 0 auto;
    padding:7px 3px;
}

    .gmg-sp-ballon svg {
        width: 20px;
        height: 22px;
        fill: #fff;
    }

.gmg-side-popup .title,
.gmg-side-popup .gmg-sp-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}

.gmg-side-popup.open .title,
.gmg-side-popup.open .gmg-sp-content {
    opacity: 1;
    visibility: visible;

}

.gmg-side-popup .title {
    min-width: 220px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}

.gmg-sp-content {
    padding: 0 8px;
}

.gmg-sp-button {
    display: flex;
    float: left;
    width: 100%;
    min-width: 220px;
    min-height: 60px;
    background: #fff;
    line-height: 18px;
    color: #5c6770;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

a.gmg-sp-button:hover {
    background: #fbfbfb;
    text-decoration: none;
}

.gmg-sp-button.tell {
    cursor: default;
}

.gmg-side-popup .gmg-sp-button:nth-child(3) {
    border: 0;
}

.gmg-sp-button .desc {
    font-size: 14px;
}

.gmg-sp-button .icon {
    padding: 10px;
    font-size: 14px;
}

.gmg-side-popup .title,
.gmg-side-popup-form .title {
    line-height: 40px;
}

/*------ GMG Side Popup FORM --------*/
.gmg-side-popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
}

.gmg-spf-container {
    width: 258px;
    height: 400px;
    background: #5c6770;
    padding: 10px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -129px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.gmg-spf-overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0.4;
}

.gmg-spf-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
}

.gmg-spf-header,
.gmg-spf-content,
.gmg-spf-header * {
    float: left;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

    .gmg-spf-header .icon {
        padding: 15px 0 5px;
        font-size: 26px;
        color: #fff;
        text-align: center;
    }

    .gmg-spf-header .title {
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
    }

.gmg-spf-content {
    background: #fff;
    height: calc(100% - 87px);
    color: #000;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */

    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;285
}

.icon-plus svg {
    width: 10px;
    height: 10px;
    fill: #fff;
}

.icon-clock svg,
.icon-phone svg {
    fill: #5c6770;
    width: 16px;
}

.ul-mainn.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057!important;
    background-color: #fff;

    border-radius: 50px;
    border-bottom: 0px solid #dee2e6;
}


.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 10px 0px;
}

.ul-mainn.nav-tabs .nav-link {

    color: white;
}



.ul-mainn.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: unset;
        font-size: 15px;

}
    .ul-mainn.nav-tabs .nav-link:hover {
        color:black!important;
    }




.quick-link img {
    width: 40px;
    margin: auto;
}
.quick-link2 img {
    width: 130px;
    margin: auto;
    text-align: center
}
.quick-link2 {
    margin: 15px 0;
    text-align: center
}

.quick-link p {
    color: black;
    font-size: 13px;
    font-weight:600;
    line-height: 22px;
}

.tab-mainn {
    background-color: white;
    margin-top: 10px;
    padding: 10px  5px;
  border-radius: 15px;
}
    .tab-mainn .col-4 {
margin:10px 0
    }


    .cards-container-style-2 {
      padding:50px 0  ;
    }

.card-style-2 {
      border: none;
    box-shadow: 0 0 10px 5px #eee;
}

.card-style-2{
  border-radius: 20px;
  overflow: hidden;
      justify-content: center;}

      .card .row{
        align-items: center;
      }
.fw-700{
  font-weight: 700;
}

.abb-sec{
  padding:80px 0 ;
}

.abb-sec h3{
  margin-bottom: 20px;
  font-weight: 700;
}

.abb-sec p{
  margin-bottom: 20px;
font-size: 16px;
}

.quick-link{
  text-align: center;
}

.page-content{
  margin-top: 120px;
}
.theme-main-menu.theme-menu-two.newfikrah-nav {
    background: #d9d9d9;
    /* margin-bottom: 70px; */
}
a h5.card-title.fw-700 {
    font-size: 20px !important;
    font-weight: 700;
    padding: 0;
}
p.card-text.mb-3 {
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    line-height: 1.7em;
    color: var(--text-color);
}
a.read-more {
      color: var(--text-color);
}
.cards-container-style-2.newfikrah-numbers .card img {
    width: 100%;
    display: block;
    height: 217px;
}
.text-black{
  color: #000 ;
}
.driven-innovation {
    background: #e3ebf4;
}
.dez-tabs .nav-tabs .nav-item.show .nav-link, .dez-tabs .nav-tabs .nav-link.active, .dez-tabs .nav-tabs > li > a.active:hover, .dez-tabs .nav li a:hover {

    border-radius: 0;
}
.dez-separator.style-skew[class*="style-"]:before,
.dez-separator.style-skew[class*="style-"]:after {
  background-color: #d9d9d9;
}
.newfikrah-nav .nav-item a i {
    color: #3f4963;
}

.btn-main{
  display: inline-block !important;
}

.card-wshado{

}

.card .panel-group .panel-info .panel-heading .panel-title a{
  color: #101621 !important;
}
#hero-slider2{
  background-color: #fff;
}
#hero-slider2 .carousel-item img{
  border-radius: 25px;
}
.nav-tabs .nav-link:hover{
  border-radius: 50px;
}
.readbtn{
   color: #3f4963;
}
