@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Cairo:300,400,500,600,700|Work+Sans:400,500,600");
body {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;

}
.rtl{
    direction: rtl !important
}
.ltr{
    direction: ltr !important;
}

p, .paragraph {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  line-height: 25px;
  font-family: "Cairo", sans-serif;
    text-align: justify;
}
.text-justify{
    text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 400px) {
  h1, .h1 {
    font-size: 30px;
  }
}

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

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

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

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

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

/* 1.3 Button style */
.btn {
  font-size: 14px;
  font-family: "Cairo", sans-serif;
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 35px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  display: inline-block;
}
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn:active {
  box-shadow: none;
}

.btn-primary {
  background: #66cb6b;
  color: #fff;
}
.btn-primary:active {
  background: #66cb6b !important;
}
.btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background: #333333;
}

.btn-secondary {
  background: #66cb6b;
  color: #fff;
}
.btn-secondary:active {
  background: #66cb6b !important;
}
.btn-secondary:focus, .btn-secondary:hover {
  color: #fff;
  background: #66cb6b !important;
  background: #333333;
}

.btn-light {
  background: #fff;
  color: #222;
  border: 2px solid #fff;
}
.btn-light:focus, .btn-light:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #8a8a8a !important;
}

.btn-outline {
  background: transparent;
  color: #222;
  border: 2px solid #303032;
}
.btn-outline:focus, .btn-outline:hover {
  background: #303032;
  color: #fff;
}
.btn-lm {
  padding: 13px 100px !important;
}
.btn-sm {
  padding: 13px 40px !important;
}
.text-align-right{
    text-align: right;
}
.dprimary{
    background: #39763c !important;
}
.dprimary:hover{
    background: #333 !important;
}
/* 1.2 common style */
body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::selection {
  background: #333333;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a {
  transition: 0.2s ease;
}
a:hover {
  color: #66cb6b;
}

a.text-dark:hover,
a.text-white:hover {
  color: #66cb6b !important;
}

a,
button {
  cursor: pointer;
}

.outline-0 {
  outline: 0;
}

.d-unset {
  display: unset !important;
}

.slick-slide {
  outline: 0;
}

.centralized {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hilighted {
  background: #303032;
  color: #919E4D;
  border-radius: 3px;
  padding: 2px 5px;
}

@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1140px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 765px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.column {
  padding: 15px;
}

.columns {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
}

.columns:last-child {
  margin-bottom: -15px;
}

.section {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .section {
    padding: 80px 0;
  }
}
.section-sm {
  padding: 80px 0;
}
.section-title {
  margin-bottom: 40px;
}

.section-title-sm {
  margin-bottom: 10px;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  color: #666;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::before {
position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.6;
    z-index: -1;
}
.overlay-dark {
  position: relative;
}
.overlay-dark::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #66cb6b;
  opacity: 0.8;
}
.overlay-primary {
  position: relative;
}
.overlay-primary::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #66cb6b;
  opacity: 0.6;
}
.overlay-white {
  position: relative;
}
.overlay-white::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
}
.overlay-rounded::before {
  border-radius: 5px;
}

.section-title-border {
  position: relative;
}
.section-title-border::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #66cb6b;
}
.section-title-border::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #66cb6b;
  box-shadow: 0 0 0 5px #fff;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-border-gray {
  position: relative;
}
.section-title-border-gray::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #66cb6b;
}
.section-title-border-gray::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 2px solid #66cb6b;
  box-shadow: 0 0 0 5px #f5f5f5;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-border-half {
  position: relative;
}
.section-title-border-half::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #39763c;
  bottom: -14px;
  right: 0;
}
.section-title-border-half::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  right: 15px;
  bottom: -10px;
  background: #39763c;
}
.section-title-border-half-white {
  position: relative;
}
.section-title-border-half-white::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  bottom: -14px;
  right: 0;
}
.section-title-border-half-white::after {
  background: #fff;
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  right: 15px;
  bottom: -10px;
}

/* 1.2.1 page title */
.page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

/* breadcrumb */
.breadcrumb {
  background-color: transparent !important;
  justify-content: center;
}
.breadcrumb li,
.breadcrumb a {
  color: #fff !important;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 12px;
  margin: 0 2px;
}
.breadcrumb li + li::before {
  color: #fff;
}

/* 1.2.2 404 page start */
.page-404 {
  padding: 600px 0 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .page-404 {
    padding: 450px 0 50px;
  }
}
@media (max-width: 575px) {
  .page-404 {
    padding-top: 250px;
  }
}
@media (max-width: 400px) {
  .page-404 {
    padding-top: 150px;
  }
}
.page-404 h1 {
  font-size: 40px;
}

/* 404 page end */
/* play-icon */
.play-icon {
  width: 85px;
  height: 85px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.play-icon:focus {
  outline: 0;
}
.play-icon i {
  line-height: 79px;
  display: block;
  font-size: 30px;
  color: #fff;
}

/* round icon */
.round-icon {
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #66cb6b;
  display: inline-block;
}

/* 18. squre icon */
.square-icon {
  height: 65px;
  width: 65px;
  background: #66cb6b;
  color: #fff;
  font-size: 35px;
  line-height: 65px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}

/* team social icon */
.social-icon-lg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  display: inline-block;
}
.social-icon-lg i {
  margin: 0;
  color: #fff;
}

.box-shadow {
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
}

.golden {
  color: #efaf27 !important;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-primary {
  background-color: #66cb6b !important;
}

.bg-secondary {
  background-color: #66cb6b !important;
}
.bg-therd {
  background-color: #66cb6b !important;
}

.text-primary {
  color: #66cb6b !important;
}

.bg-facebook {
  background-color: #4267b2;
}

.bg-twitter {
  background-color: #449de8;
}

.bg-linkedin {
  background-color: #2f6ea3;
}

.bg-google {
  background-color: #e62211;
}
.bg-footer {
  background-color: #9b9b9b !important;
}


.text-color {
  color: #666;
}

.text-dark {
  color: #222;
}
.white-color {
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}
.text-underline:hover {
  text-decoration: underline;
}

.font-primary {
  font-family: "Cairo", sans-serif;
}

.font-secondary {
  font-family: "Cairo", sans-serif;
}

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

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

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

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

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

@media (max-width: 1023px) {
  .mb-md-50 {
    margin-bottom: 50px;
  }
}

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

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

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

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

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

.py-10 {
  padding: 10px 0;
}

.py-50 {
  padding: 50px 0;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-160 {
  padding: 160px 0;
}

.ml-65 {
  margin-left: 65px;
}

.pb-xl-200-lg-100 {
  padding-bottom: 200px;
}
@media (max-width: 1215px) {
  .pb-xl-200-lg-100 {
    padding-bottom: 100px;
  }
}

.mb-xl-150-lg-100 {
  margin-bottom: 150px;
}
@media (max-width: 1215px) {
  .mb-xl-150-lg-100 {
    margin-bottom: 100px;
  }
}

.translateY-25 {
  transform: translateY(25px);
}

.translateY-10 {
  transform: translateY(-10px);
}

.translateY-33 {
  transform: translateY(-33px);
}

.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline .list-inline-item {
  display: inline-block;
}
.list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.w-100 {
  width: 100%;
}

.text-white {
  color: #fff;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
  overflow: unset;
}

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

.bg-white {
  background-color: #fff;
}

.pr-0 {
  padding-right: 0 !important;
}

.is-rounded {
  border-radius: 4px;
}

.rounded-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.rounded-0 {
  border-radius: 0 !important;
}

.tag:not(body) {
  align-items: unset;
  background-color: unset;
  border-radius: unset;
  color: unset;
  display: unset;
  font-size: unset;
  height: unset;
  justify-content: unset;
  line-height: unset;
  padding-left: unset;
  padding-right: unset;
  white-space: unset;
}

/* 2. Navigation */
.top-header {
  background: #9b9b9b;
}
@media (max-width: 768px) {
  .top-header {
    padding: 7px 0;
  }
}
@media (max-width: 768px) {
  .top-header ul {
    text-align: center;
  }
}
.top-header ul li {
  margin: 15px 0;
}
@media (max-width: 768px) {
  .top-header ul li {
    margin: 5px 0;
    width: calc(100% - 20px);
    text-align: left;
  }
  .top-header ul li.search-toggle {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(100% - 60px);
  }
}
.top-header ul li a {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #e5e5e5;
  color: #fff;
}
@media (max-width: 768px) {
  .top-header ul li a {
    border: 0;
    padding: 0;
  }
}
.top-header ul li a span {
  color: #1b381c;
}
.top-header ul li:last-child a {
  padding-left: 0;
  border-left: 0;
}

.navigation {
  background-color: #fff;
}
.navigation .navbar {
  padding: 0;
  background: #fff !important;
  position: relative;
  margin: 0 12px;
}
@media (max-width: 1023px) {
  .navigation .navbar {
    padding: 15px 0;
    display: flex;
  }
}
.navigation .navbar-brand {
  position: absolute;
  right: 0;
  top: -52px;
  height: 200px;
  width: 220px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  align-items: baseline;
  justify-content: center;
}
@media screen and (min-width: 1024px){
.container>.navbar .navbar-brand, .navbar>.container .navbar-brand {
        margin-right: -0.75rem;
    margin-left: auto;
}
    }
@media (max-width: 1023px) {
  .navigation .navbar-brand {
    position: relative;
    height: unset;
    width: unset;
    box-shadow: none;
    top: 0;
    background: none;
  }
  .navigation .navbar-brand img {
    height: 50px;
    width: auto;
  }
}
.navigation .navbar-brand img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.navigation .navbar .navbar-item {
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .navigation .navbar .navbar-item {
    padding: 0;
  }
}
.navigation .navbar .navbar-item .navbar-link {
    padding: 15px 20px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    transition: 0.2s ease;
    font-size: 15px;
    font-weight: bold;
}
@media (max-width: 1215px) {
  .navigation .navbar .navbar-item .navbar-link {
    font-size: 12px;
    padding: 15px 6px;
  }
}
@media (max-width: 1023px) {
  .navigation .navbar .navbar-item .navbar-link {
    padding: 15px 0;
    font-size: 14px;
  }
}
.navigation .navbar .navbar-item .navbar-link:hover {
  color: #66cb6b;
}
@media (max-width: 1023px) {
  .navigation .navbar .navbar-item .navbar-link.btn {
    text-align: center;
    width: 100%;
  }
}
.navigation .navbar .navbar-item:last-child {
  padding: 28px 30px 28px 0px;
}
@media (max-width: 1023px) {
  .navigation .navbar .navbar-item:last-child {
    padding: 0;
    margin-bottom: 20px;
  }
}
.navigation .navbar .navbar-item:last-child .navbar-link {
  color: #fff;
}
.navigation .navbar .navbar-item:last-child .navbar-link.pgactive {
  color: #66cb6b;
}
.navigation .navbar .navbar-item.has-active .navbar-link {
  color: #66cb6b;
}
.navigation .navbar .has-dropdown > .navbar-link {
  padding-right: 30px;
}
@media (max-width: 1215px) {
  .navigation .navbar .has-dropdown > .navbar-link {
    padding-right: 22px;
  }
}
.navigation .navbar .has-dropdown .navbar-link:not(.is-arrowless)::after {
  border-color: #222;
  margin-top: -0.475em;
  right: 1em;
  transition: inherit;
  transform: scale(0.8) rotate(-45deg);
}
.navigation .navbar .has-dropdown .navbar-link:not(.is-arrowless):hover::after, .navigation .navbar .has-dropdown.has-active .navbar-link:not(.is-arrowless)::after {
  border-color: #66cb6b;
}
.navigation .navbar .has-dropdown:hover .navbar-dropdown {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.navigation .navbar .has-dropdown .navbar-dropdown {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  padding: 35px 40px;
  padding-left: 32px;
  border: 0;
  border-radius: 0;
  top: 80%;
  left: -20px;
  display: block;
  visibility: hidden;
  transition: 0.3s ease;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}
@media (max-width: 1023px) {
  .navigation .navbar .has-dropdown .navbar-dropdown {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transform-origin: unset;
    padding: 25px 30px;
    padding-left: 30px;
    padding-bottom: 8px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05);
  }
}
.navigation .navbar .has-dropdown .navbar-dropdown .navbar-item {
  position: relative;
  color: #848484;
  transition: 0.2s ease;
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
}
.navigation .navbar .has-dropdown .navbar-dropdown .navbar-item:not(:last-child) {
  margin-bottom: 20px;
}
.navigation .navbar .has-dropdown .navbar-dropdown .navbar-item:hover {
  color: #66cb6b;
  text-decoration: underline;
  background: transparent;
}
.navigation .navbar .has-dropdown .navbar-dropdown .navbar-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #848484;
  border: 1px solid #fff;
  display: inline-block;
  box-shadow: 0 0 0 2px #848484;
}
.navigation .navbar-burger {
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  outline: 0;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .navigation .navbar-menu {
    position: fixed;
    background: #fff;
    width: calc(100% - 20px);
    padding: 0 36%;
    top: 140px;
    height: calc(100% - 139px);
    left: 10px;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    transform: scale(0.99);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: block;
  }
  .navigation .navbar-menu.is-active {
    top: 130px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1023px) and (max-width: 768px) {
  .navigation .navbar-menu {
    padding: 0 30%;
    top: 168px;
    height: calc(100% - 168px);
  }
  .navigation .navbar-menu.is-active {
    top: 158px;
  }
}
@media (max-width: 1023px) and (max-width: 575px) {
  .navigation .navbar-menu {
    padding: 0 10%;
  }
}
.navigation .no-dropdown .navbar-link::after {
  display: none;
}
.navigation .navbar-item .navbar-link:not(.btn),
.navigation .navbar-item.has-dropdown.is-active .navbar-link, .navigation .navbar-item.has-dropdown:focus .navbar-link, .navigation .navbar-item.has-dropdown:hover .navbar-link {
  background-color: transparent !important;
}
.navigation .navbar-dropdown a.navbar-item:focus, .navigation .navbar-dropdown a.navbar-item:hover {
  background-color: transparent;
  color: #66cb6b;
}

/* 2.3. Search Form */
.search-form {
  background: #303032;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: 0.3s ease-in;
  height: 100vh;
  top: -100vh;
  display: flex;
  align-items: center;
}
.search-form .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
}
.search-form .close i {
  transition: 0.3s ease;
  display: inline-block;
}
.search-form .close:hover i {
  transform: rotate(90deg);
}
.search-form.open {
  top: 0;
}
.search-form .input {
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  font-size: 20px;
  transition: 0.3s ease;
  position: relative;
  color: #fff;
  height: 130px;
  padding: 30px 40px;
}
.search-form h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 35px;
}
.search-form .input-wrapper {
  position: relative;
}
.search-form .input-wrapper button {
  background: none;
  border: 0;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
}
.search-form .input-wrapper button i {
  color: #fff;
}

/* 3. hero area */
.hero-slider.slick-slider {
  margin-bottom: 80px;
}
.hero-slider [data-animation-in] {
  opacity: 0;
}
.hero-slider-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  outline: 0;
}
.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(48, 48, 50, 0.5);
  color: #fff;
  border: 0;
  font-size: 25px;
  line-height: 70px;
  opacity: 0;
  transition: all linear 0.2s;
}
@media (max-width: 575px) {
  .hero-slider .prevArrow,
.hero-slider .nextArrow {
    display: none;
  }
}
.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}
.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  background: rgba(232, 68, 68, 0.5);
}
.hero-slider .prevArrow {
  left: 20px;
}
.hero-slider .nextArrow {
  right: 20px;
}
.hero-slider:hover .prevArrow,
.hero-slider:hover .nextArrow {
  opacity: 1;
}
.hero-slider .slick-dots {
  bottom: -81px;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.hero-slider .slick-dots li {
  width: 295px;
  height: 80px;
  background: #fff;
  margin: 0;
  display: inline-block;
  position: relative;
  /* @include mobile-xs {
                  width: 50px;
              } */
}
@media (max-width: 1215px) {
  .hero-slider .slick-dots li {
    width: 230px;
  }
}
@media (max-width: 1023px) {
  .hero-slider .slick-dots li {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .hero-slider .slick-dots li {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .hero-slider .slick-dots li {
    width: 25%;
  }
}
.hero-slider .slick-dots li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -12px;
  height: 25px;
  width: 25px;
  background: #303032;
  transform: translateX(-50%) rotate(-45deg);
  opacity: 0;
}
.hero-slider .slick-dots li a {
  display: block;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
  color: #303032;
}
.hero-slider .slick-dots li a i {
  display: inline-block;
  font-size: 30px;
  line-height: 80px;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .hero-slider .slick-dots li a i {
    font-size: 20px;
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .hero-slider .slick-dots li a i {
    margin: 0;
  }
}
.hero-slider .slick-dots li a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 1023px) {
  .hero-slider .slick-dots li a span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .hero-slider .slick-dots li a span {
    display: none;
  }
}
.hero-slider .slick-dots li.slick-active {
  background: #303032;
}
.hero-slider .slick-dots li.slick-active a {
  color: #fff;
}
.hero-slider .slick-dots li.slick-active::before {
  opacity: 1;
}
.hero-content h4 {
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
	swipwe slider
--------------------------------------------------------------*/
.swiper {
  /* slider dots */
  /* slider arrows */
}
.swiper-slider {
  width: 100%;
  min-height: 84vh;
  display: flex;
  position: relative;
  z-index: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(232, 68, 68, 0.2);
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #66cb6b;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.swiper-button-prev, .swiper-button-next {
  background: transparent;
  width: auto;
  height: auto;
  opacity: 0.3;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev {
  left: 25px;
}
.swiper-button-prev::before {
  font-family: "themify";
  content: "\e64a";
  font-size: 40px;
  color: #66cb6b;
}
.swiper-button-next {
  right: 25px;
}
.swiper-button-next::before {
  font-family: "themify";
  content: "\e649";
  font-size: 40px;
  color: #66cb6b;
}

/* 5. progrgess bar start */
.progressbar-title {
  font-size: 17px;
  font-family: "Cairo", sans-serif;
  margin-bottom: 7px;
  color: #222 !important;
}

.progress {
  border-radius: 35px;
  overflow: visible;
  margin-bottom: 35px;
  display: flex;
  height: 1rem;
  font-size: 0.75rem;
  background-color: #e9ecef;
  /* 5.2 progressbar value */
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  background-color: #303032;
  border-radius: 35px;
  position: relative;
}
.progress-bar-value {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #303032;
  padding: 5px 9px;
  position: absolute;
  top: -35px;
  right: -15px;
  border-radius: 5px;
}
.progress-bar-value::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  background: #303032;
  height: 10px;
  width: 10px;
  transform: translateX(-50%) rotate(-45deg);
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* progrgess bar End */
/* 6. mission section start */
.card-header:first-child {
  border-radius: 35px;
}

[data-toggle=collapse][aria-expanded=true] .ti-plus::before {
  content: "\e622";
}

[data-toggle=collapse][aria-expanded=false] .ti-minus::before {
  content: "\e61a";
}

#accordion .card-header a {
  position: relative;
  padding-right: 45px !important;
}
#accordion .card-header a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}


/* 7. promo video section start */
.promo-video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promo-video p {
  font-family: "Work Sans", sans-serif;
}

/* promo video section end */
/* 8. testimonial section start */
.testimonial-slider {
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.testimonial-slider .prevArrow,
.testimonial-slider .nextArrow {
  position: absolute;
  top: 85px;
  border: 0;
  font-size: 20px;
  background: transparent;
  color: #66cb6b;
  z-index: 9;
}
.testimonial-slider .prevArrow:focus,
.testimonial-slider .nextArrow:focus {
  outline: 0;
}
.testimonial-slider .prevArrow {
  right: 90px;
}
.testimonial-slider .nextArrow {
  right: 50px;
}
.testimonial-slider .slick-disabled {
  color: #e5e5e5;
}
.testimonial-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #66cb6b;
  font-size: 25px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}

/* testimonial section end */
/* 10. client logo slider start */
.client-logo-slider .slick-track {
  display: flex;
  align-items: center;
}

/* client logo slider end */
/* 11. fun-facts section start */
.fun-facts {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* fun-facts section end */
/* 12. consultation section start */
.consultation {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* consultation section end */
/* 16. call to action start */
.cta {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* card */
.card-img-wrapper {
  position: relative;
}
.card-img-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.card-body-2 {
  position: relative;
  transition: 0.2s ease;
  border-radius: 0 0 5px 5px;
}
.card-body-2::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.card:hover .card-img-wrapper::before {
  opacity: 0.4;
}
.card:hover .card-body-2 {
  background: #66cb6b;
}
.card:hover .card-body-2 h5,
.card:hover .card-body-2 h6,
.card:hover .card-body-2 a {
  color: #fff;
}
.card:hover .card-body-2::before {
  background: #66cb6b;
}

.overlay-rounded-top::before {
  border-radius: 5px 5px 0 0;
}

/* 13. about section */
.info-block {
  padding: 45px;
}
@media (max-width: 575px) {
  .info-block {
    padding: 30px 20px;
  }
}

.about {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* 13.4 about video */
  /* 13.6 about slider */
}
.about-video {
  min-height: 300px;
}
.about-slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.about-slider .prevArrow,
.about-slider .nextArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  border: 0;
  line-height: 55px;
  text-align: center;
  background: #fff;
  transition: 0.2s ease;
  opacity: 0.5;
}
.about-slider .prevArrow:focus,
.about-slider .nextArrow:focus {
  outline: 0;
}
.about-slider .prevArrow:hover,
.about-slider .nextArrow:hover {
  background: #66cb6b;
  color: #fff;
}
.about-slider:hover .prevArrow, .about-slider:hover .nextArrow {
  opacity: 1;
}
.about-slider .prevArrow {
  left: 25px;
}
.about-slider .nextArrow {
  right: 25px;
}

/* 13.8 ceo section start */
.ceo-content {
  padding: 40px;
}
@media (max-width: 575px) {
  .ceo-content {
    padding: 30px 5px;
  }
}

.ceo-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
}

/* ceo section end */
/* 14.3 clients */
.clients {
  background-position: center right;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .clients {
    background-size: cover !important;
    background-position: center center;
    text-align: center;
  }
}
.clients ul li {
  height: 66px;
}
.clients ul li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

/* 14.4 process */
.process-item {
  width: 330px;
  padding: 30px;
  padding-top: 50px;
}
@media (max-width: 1215px) {
  .process-item {
    width: unset;
  }
}
.process-item-number {
  position: absolute;
  left: -35px;
  top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  box-shadow: -5px 0px 40px 0px rgba(0, 0, 0, 0.1);
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #222;
}
@media (max-width: 1215px) {
  .process-item-number {
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.process-item h5 {
  margin-bottom: 5px;
  color: #66cb6b;
}

img.arrow-top {
  position: absolute;
  top: 220px;
  right: 250px;
}
@media (max-width: 1215px) {
  img.arrow-top {
    display: none;
  }
}

img.arrow-bottom {
  position: absolute;
  bottom: 100px;
  left: 250px;
}
@media (max-width: 1215px) {
  img.arrow-bottom {
    display: none;
  }
}

/* service single start */
.service-menu li.active {
  position: relative;
}
.service-menu li.active a {
  background: #032fcb;
  color: #fff !important;
}
.service-menu li.active::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #032fcb;
  top: 50%;
  right: -7px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1023px) {
  .service-menu li.active::before {
    display: none;
  }
}
.service-menu li:hover a {
  color: #fff !important;
  background: #032fcb;
}

/* service single end */
/* 15. work section */
.work {
  /* 15.1 work slider */
}
.work-slider {
  /* 15.2 slick dots */
}
.work-slider-image {
  position: relative;
    border: 5px solid #f5f5f5;
}
.work-slider-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  padding: 15px 25px;
  opacity: 0;
  transition: 0.2s;
}
.work-slider-image .image-overlay i {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 24px;
  transition: 0.2s ease;
  padding: 10px;
}
.work-slider-image .image-overlay i:hover {
  font-size: 30px;
}
.work-slider-image .image-overlay a.h4 {
  position: absolute;
  bottom: 50px;
  color: #fff;
  transition: 0.2s ease;
  transform: translateY(20px);
  opacity: 0;
}
.work-slider-image .image-overlay a.h4:hover {
  color: #66cb6b;
}
.work-slider-image .image-overlay p {
  position: absolute;
  bottom: 15px;
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.work-slider-image:hover .image-overlay {
  opacity: 1;
}
.work-slider-image:hover a.h4,
.work-slider-image:hover p {
  transform: translateY(0);
  opacity: 1;
}
.work-slider .slick-dots {
  padding-left: 0;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.work-slider .slick-dots li {
  margin: 0 14px;
}
@media (max-width: 400px) {
  .work-slider .slick-dots li {
    margin: 0 2px;
  }
}
.work-slider .slick-dots li:first-child {
  margin-left: 0;
}
.work-slider .slick-dots li button {
  height: 10px;
  width: 40px;
  border-radius: 25px;
  color: transparent;
  overflow: hidden;
  border: 0;
  border: 2px solid #e5e5e5;
  background: transparent;
  outline: 0;
  display: block;
}
.work-slider .slick-dots li button::before {
  display: none;
}
@media (max-width: 400px) {
  .work-slider .slick-dots li button {
    width: 10px;
  }
}
.work-slider .slick-dots li.slick-active button {
  border-color: #66cb6b;
}

/* 19. project section */
.project {
  /* 19.1 project menu */
  /* 19.2 project item */
}
.project-menu ul li {
  padding: 5px 20px;
  border-radius: 35px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  background: #f5f5f5;
  margin: 0 10px 25px;
}
.project-menu ul li.active {
  background: #66cb6b;
  color: #fff;
}
.project-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.2s ease;
}
.project-info a {
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 40px;
  transform: translateY(20px);
  opacity: 0;
}
.project-info a:hover {
  color: #66cb6b;
}
.project-info p {
  position: absolute;
  left: 25px;
  bottom: 0;
  color: #fff;
  margin-bottom: 13px;
  transition: 0.2s ease;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.1s;
}
.project-info p i {
  margin-right: 5px;
}
.project-info:hover {
  opacity: 1;
}
.project-info:hover a {
  transform: translateY(0);
  opacity: 1;
}
.project-info:hover p {
  transform: translateY(0);
  opacity: 0.7;
}

/* 19.3 project single page start */
/* 19.4 nav tabs */
.nav-tabs {
  border: 0;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .nav-tabs {
    justify-content: center;
  }
}
.nav-tabs .nav-item {
  display: inline-block;
}
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}
.nav-tabs .nav-item .nav-link {
  padding: 10px 30px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  border-radius: 45px;
  text-align: center;
  vertical-align: middle;
  color: #222;
  transition: 0.2s ease;
  font-size: 16px;
  font-family: "Cairo", sans-serif;
  display: inline-block;
}
.nav-tabs .nav-item .is-active {
  background: #fff;
  color: #66cb6b;
  border-color: #66cb6b;
}

.tab-pane {
  display: none;
}
.tab-pane.is-active {
  display: block;
  -webkit-animation: fadeAnim 0.6s ease;
          animation: fadeAnim 0.6s ease;
}

@-webkit-keyframes fadeAnim {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeAnim {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* 19.5 tab content */
.tab-content {
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.tab-content-item {
  margin-left: 20px;
}
.tab-content-item:not(:last-child) {
  margin-bottom: 30px;
}
.tab-content-item h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #222;
  margin-bottom: 15px;
  position: relative;
}
.tab-content-item h6::before {
  position: absolute;
  content: "\e65e";
  font-family: "themify";
  top: 0;
  left: -20px;
  color: #66cb6b;
}
.tab-content-item p {
  margin-bottom: 0;
}

/* project single page end */
/* 21.4.3 pagination */
.pagination .pagination-link {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  transition: 0.3s ease;
}
.pagination .pagination-link:not(.is-current):hover {
  color: #66cb6b;
  border-color: #66cb6b;
}
.pagination .pagination-link.is-current {
  background-color: #66cb6b;
  border-color: #66cb6b;
}
.pagination .pagination-previous,
.pagination .pagination-next {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  padding: 5px 24px;
  transition: 0.3s ease;
}
.pagination .pagination-previous:hover,
.pagination .pagination-next:hover {
  color: #66cb6b;
  border-color: #66cb6b;
}

/* 21.4.1 post slider */
.post-slider {
  position: relative;
}
.post-slider .prevArrow,
.post-slider .nextArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  top: 50%;
  border: 0;
  font-size: 20px;
  background: transparent;
  color: #66cb6b;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
}
.post-slider .prevArrow:focus,
.post-slider .nextArrow:focus {
  outline: 0;
}
.post-slider .prevArrow:hover,
.post-slider .nextArrow:hover {
  background: rgba(232, 68, 68, 0.25);
}
.post-slider .prevArrow {
  left: 40px;
}
.post-slider .nextArrow {
  right: 40px;
}
.post-slider .slick-disabled {
  color: #e5e5e5;
}

/* 21.4.4 sidebar */
.search-wrapper {
  position: relative;
}
.search-wrapper input {
  background: #f5f5f5;
  border-radius: 30px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 13px;
}
.search-wrapper::before {
  content: "\e610";
  font-family: "themify";
  position: absolute;
  top: 50%;
  right: 20px;
  color: #666;
  transform: translateY(-50%);
  z-index: 2;
}

ul.tag-list li {
  margin-bottom: 7px;
}
ul.tag-list li a {
  color: #666;
  padding: 10px 15px;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  font-size: 13px;
  transition: 0.3s ease;
}
ul.tag-list li a:hover {
  background: #66cb6b;
  border-color: #66cb6b;
  color: #fff;
}

.newsletter .input {
  font-weight: 400;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 20px !important;
}

/* 21.5 blog single start */
/* share icon */
.share-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
.share-icon i {
  color: #fff;
}

/* 21.5.7 blog sidebar */
.sidebar-box-shadow {
  box-shadow: -3px 0px 3px 0px rgb(0 0 0 / 6%)
}

/* blog single end */
/* 22. contact section */
.input {
  border-radius: 5px;
  padding: 0 15px 2px;
  height: 40px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #666;
  margin-bottom: 0 !important;
}
.input:focus {
  border-color: #66cb6b;
  box-shadow: none !important;
}
.input::-moz-placeholder {
  color: #666;
}
.input::placeholder {
  color: #666;
}

/* 22.3 google map */
.map {
  position: relative;
}
.map #map_canvas {
  height: 450px;
}

/* 23.1 signup greetings */
.signup {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  /* 23.2 signup form */
}
@media (max-width: 768px) {
  .signup {
    margin-top: 30px;
  }
}
.signup-greeting {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 100px 15px;
  text-align: center;
}
.signup-greeting img {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
  width: initial;
}
.signup-greeting h4 {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.signup-greeting p {
  color: #fff;
  position: relative;
  z-index: 9;
  margin: 0 40px;
}
.signup-form {
  padding: 50px 50px 50px 35px;
}
@media (max-width: 1215px) {
  .signup-form {
    padding: 50px 15px 50px 0;
  }
}
@media (max-width: 768px) {
  .signup-form {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .signup-form {
    text-align: center;
    padding: 40px 20px;
  }
  .signup-form .is-pulled-right {
    float: none !important;
  }
}
.signup-form h4 {
  float: left;
  font-size: 26px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .signup-form h4 {
    float: unset;
  }
}
.signup-form a {
  color: #66cb6b;
}
.signup-form .btn {
  margin-top: 30px;
}
.signup-form p.signup-with {
  display: inline-block;
  margin-top: 42px;
}
.signup-form ul {
  margin-top: 37px;
  display: inline-block;
}
.signup-form ul li a {
  height: 30px;
  width: 30px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

/* 24. comming soon */
.comming-soon {
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.comming-soon h1 {
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .comming-soon h1 {
    font-size: 30px;
  }
}
.comming-soon .input {
  height: 45px;
  border-radius: 45px;
  position: relative;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 40px;
}
.comming-soon .input::-moz-placeholder {
  color: #666;
}
.comming-soon .input::placeholder {
  color: #666;
}
.comming-soon .btn-email {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border: 0;
  color: #66cb6b;
  border-radius: 45px;
  height: 45px;
  padding: 0 50px;
}
@media (max-width: 575px) {
  .comming-soon .btn-email {
    padding: 0 10px;
  }
}
.comming-soon i {
  color: #5c5c5c;
  margin: 0 15px;
  transition: 0.2s ease;
  font-size: 24px;
}
.comming-soon i:hover {
  color: #66cb6b;
}

/* 24.1 syotimer */
.syotimer {
  text-align: center;
  margin: 0 auto 40px;
}
.syotimer-cell:last-child .syotimer-cell__value::before {
  opacity: 0;
}
.syotimer-cell {
  display: inline-block;
  margin: 0 25px;
}
@media (max-width: 1215px) {
  .syotimer-cell {
    margin: 0 20px;
  }
}
@media (max-width: 575px) {
  .syotimer-cell {
    margin: 0 10px;
  }
}
@media (max-width: 400px) {
  .syotimer-cell {
    margin: 0 5px;
  }
}
.syotimer-cell__value {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media (max-width: 1215px) {
  .syotimer-cell__value {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .syotimer-cell__value {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .syotimer-cell__value {
    font-size: 24px;
  }
}
.syotimer-cell__value::before {
  position: absolute;
  content: ":";
  height: 30px;
  color: #fff;
  right: -30px;
  top: 0;
}
@media (max-width: 575px) {
  .syotimer-cell__value::before {
    right: -20px;
  }
}
@media (max-width: 400px) {
  .syotimer-cell__value::before {
    right: -12px;
  }
}
.syotimer-cell__unit {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

/* 25.1 social link */
.social-icon-outline {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.2s ease;
  display: inline-block;
}
.social-icon-outline i {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.social-icon-outline:hover {
  border-color: #66cb6b;
}

/* 25.2 footer link */
.footer-links {
  padding-left: 18px;
}
.footer-links li {
  margin-bottom: 20px;
  position: relative;
}
.footer-links li::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  top: 0;
  left: -20px;
  height: 12px;
  width: auto;
  color: #fff;
}
.footer-links li a {
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  transition: 0.2s ease;
  display: block;
}
.footer-links li a:hover {
  text-decoration: underline;
  color: #333;
}

/* 25.3 subcription */
.input.subscribe {
  width: 100%;
  border-radius: 35px;
  border: 0;
  padding: 0 20px !important;
  height: 50px;
}

/* subscribe button */
.btn-subscribe {
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #fff;
  background: #66cb6b;
  transition: all linear 0.2s;
}
.btn-subscribe:hover {
  padding-left: 15px;
}
.btn-subscribe:focus {
  outline: 0;
}

/* back to top button */
.back-to-top {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  background: #303032;
  top: -23px;
  right: 15px;
  border: 1px solid #454547;
  text-align: center;
  display: block;
  transition: 0.2s ease;
}
.back-to-top i {
  line-height: 43px;
}
.back-to-top:hover {
  border-color: #66cb6b;
}
.back-to-top:focus {
  outline: 0;
}
/*Alaa*/

.hight-full{
    height: 100%;
}
.text-r{
    text-align: right;
}

.hero-content .btn-outline {
    background: #66cb6b ;
    color: #fff;
    border: 2px solid #66cb6b;
}
.hero-content .btn-outline:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #66cb6b;
}
.half-w{
	width: 70%;
}
.border-white{
    border: 5px solid #ffffff;
}
.text-align-left{
    text-align: left;
}


.min-h-card{
    min-height: 230px;
}

/*table*/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
table th {
    color: #fff;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#303032;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#303032;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


/*timeline*/

.timeline {
  min-width: 300px;
  max-width: 800px;
  margin: auto;
}

.timeline p {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #73cb66 0%, #9b9b9b 100%);
    border-image: linear-gradient(to right, #73cb66 0%, #9b9b9b 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 20px 40px;
  counter-increment: section;
  position: relative;
  color: #34435e;
}
.timeline p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 2.5em;
  width: 2.5em;
  background-color: #34435e;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
}

.timeline p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
    text-align: right;
}
.timeline p:nth-child(odd):before {
  left: 100%;
  margin-left: -20px;
}

.timeline p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
}
.timeline p:nth-child(even):before {
  right: 100%;
  margin-right: -20px;
}

.timeline p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timeline p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-burger {

    margin-right: auto;
        margin-left: 0;
}
.text-right{
    text-align: right;
    
}