﻿@import url('../../../../../css2');
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area
	
*/

.post-body .post-meta > span:not(.post-meta-date){
    display: none !important;
}
.member-outer {
	width: 100%;
	float: left;
}
.member-row {
	width: 100%;
	padding: 10px 0px;
	float: left;
}
.member-left-content {
	width: 25%;
	float: left;
	color: #00802B;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.member-right-content {
	width: 75%;
	float: right;
}
@media only screen and (max-width: 768px) {
.member-left-content {
	width: 35%;
}
.member-right-content {
	width: 65%;
}
.member-row.second-child {
	padding-bottom: 70px;
}
}

p a {
  background: 
    linear-gradient(to right, #61b68000, #61B68000),    linear-gradient(to right, #00802b, #61B680, #00802b);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  /*transition: background-size 400ms;*/
  transition: all ease 500ms;
}

p a:hover,
p a:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

ul.top-info a:not(:hover) {
    color: #666666;
}

span#search:hover {
    color: #00802b !important;
    -webkit-transition: 350ms;
    transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
span#search {
    -webkit-transition: 350ms;
    transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.nav-search-area.access-icon {
    padding-left: 30px;
}

/*.nav-search-area.access-icon {
    position: fixed;
    right: 0 !important;
    display: block;
    z-index: 999;
    top: 25px;
}*/


i.icon.icon-accessibility::before {
    content: "";
    background: url(../../../../../demo-2024/images/accessibility-icon.png);
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ff4612;
    border-radius: 70px;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
div#particles-js::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
div#particles-js {
    max-height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
/*    z-index: 10;*/
    position: relative;
}

canvas.particles-js-canvas-el {
    z-index: 1;
    position: relative;
}

button.navbar-toggler {
    border-radius: 50px;
    height: 55px;
}

@keyframes shapeMover{
    0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}
50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
}
}

.shapeanimation {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    z-index: -1;
}
.eco-section-image {
    position: absolute;
    right: 12%;
    z-index: 1;
    pointer-events: none;
}
.shapemover{
    background-image: url(../../../../../demo-2024/images/Fav512.png);
    background-position: center;
    background-size: cover;
    z-index: 999;
    display: block;
    animation-name: shapeMover;
    -webkit-animation-name: shapeMover;
    animation-duration: 30s;
    -webkit-animation-duration: 30s;
    width: 125px;
    height: 125px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*.fadeinanimation{
    animation: fadeIn 1s ease-in both;
}*/

.fadeinanimation {
        position: relative;
        transform: translateY(150px);
        opacity: 0;
        transition: 2s all ease;
    }

    .fadeinanimation.active {
        transform: translateY(0) !important;
        opacity: 1 !important;
    }

/* scroll bar */
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #b2c0bb;
}

body::-webkit-scrollbar
{
	width: 10px;
	background-color: #b2c0bb;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #00802b;
}

/* Typography
================================================== */
body {
  font-family: 'Noto Serif', serif !important;
  line-height: 26px;
  font-size: 15px;
  color: #666666;
  font-weight: 400 !important; }
  
  p{
      font-family: 'Noto Serif', serif !important;
  }
  .header ul.navbar-nav > li > a, .header ul.navbar-nav li .dropdown-menu li a{
      font-family: 'Barlow', sans-serif !important;
  }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010;
  font-family: 'Barlow', sans-serif; }

h1,
h2 {
  font-family: 'Barlow', sans-serif; }

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900; }

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

h5 {
  font-size: 16px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 24px; }

/* Global styles
================================================== */
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  margin: 0; }

iframe {
  border: none; }

a:link,
a:visited {
  text-decoration: none; }

a {
  color: #00802b;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

a:hover {
  text-decoration: none;
  color: #00802b; }

a.read-more {
  color: #00802b;
  font-weight: 700; }

a.read-more:hover {
  color: #222; }

.body-color {
  background: #161362;
  color: #fff; }

.no-padding {
  padding: 0; }

.p-60 {
  padding: 60px 0; }

.p-100 {
  padding: 100px 0 !important; }

.media > .pull-left {
  margin-right: 20px; }

.gap-60 {
  clear: both;
  height: 60px; }

.gap-50 {
  clear: both;
  height: 50px; }

.gap-40 {
  clear: both;
  height: 40px; }

.gap-30 {
  clear: both;
  height: 30px; }

.gap-20 {
  clear: both;
  height: 20px; }

.gap-10 {
  clear: both;
  height: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-100 {
  margin-right: 100px; }

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

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-100 {
  margin-right: 100px; }

.mrt-0 {
  margin-top: 0 !important; }

.pab-60 {
  padding-bottom: 60px; }

.pab-70 {
  padding-bottom: 70px; }

.pab {
  padding-bottom: 0; }

a:focus {
  outline: 0; }

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px; }

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase; }

.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #61b680;
  height: 45px;
  padding: 0 35px;
  line-height: 42px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    color: #00802b;
    background: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); }
  .btn.fill {
    background: transparent;
    padding: 0 25px;
    color: #fff;
    margin-left: 20px;
    border: 2px solid #fff; }
    .btn.fill:hover {
      background: #00802b;
      border-color: #00802b; }
  .btn.btn-round {
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px; }

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #00802b;
  text-decoration: none !important; }
  .btn-link i {
    margin-left: 6px;
    position: relative;
    top: 2px; }
  .btn-link:hover {
    color: #00802b; }

.btn-white {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: none;
  box-shadow: none; }

.solid-bg-two {
  background: #f2f2f2; }

.title-bg-small {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #34434c;
  background: none;
  display: inline-block;
  padding: 3px 18px;
  text-transform: lowercase; }

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  position: relative; }
  .section-title span,
  .column-title span {
    font-weight: 700;
    color: #f7a800; }
  .section-title:after,
  .column-title:after {
    position: absolute;
    left: 0;
    height: 1px;
    width: 40px;
    background: #61b680;
    content: '';
    bottom: -26%;
    display: none; }
  .section-title.title-center:after,
  .column-title.title-center:after {
    margin: auto;
    left: 0;
    right: 0; }
  .section-title.title-right:after,
  .column-title.title-right:after {
    margin: auto;
    left: auto;
    right: 0; }

/*   title   */
.title-small {
  font-size: 30px;
  font-weight: 700; }

.ts-title {
  font-size: 24px;
  font-weight: 600; }

.overlay {
  position: relative;
  z-index: 1; }
  .overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.68);
    z-index: -1; }

.overlay-two::before {
  background: /*rgba(1, 14, 42, 0.6)*/ none; }

.main-container {
  padding: 80px 0; }
  .main-container.blog, .main-container.blog-single {
    padding-bottom: 50px; }

/*=======================
   owl default css
========================*/
.hero-area.owl-carousel .owl-nav {
  margin: 0; }

.owl-carousel .owl-nav {
  text-align: center; }

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: #2154cf;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: 40px; }

.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #272d33; }

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
  background: #00802b !important;
  color: #fff !important;
  opacity: 1; }

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-item .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.owl-stage-outer .owl-item.active .slider-item .slider-content .slider-title {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.owl-stage-outer .owl-item.active .slider-item .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s; }

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

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

/*
	Template Name: induxo
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Induxo - Industrial WordPress Theme
   Version: 1.0

=====================
   table of content 
====================

1.  topbar
2.  header
3.  hero area
4.  banner area 
5.  about area 
6.  history area
7.  testimonial area
8.  latest blog area
9.  service area
10. recent project area
11. features area
12. team area
13. working process
14. chart 
15. map location 
16. video popup
17. ts subscribe 
18. footer area
19. back to top
20  404

  
*/
/*================================================== 
	 Top Bar
================================================== */
.topbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 12px 0;
  line-height: normal;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms; }
  .topbar li {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    list-style: none;
    display: inline-block; }
    .topbar li i {
      color: #fff;
      font-weight: 400;
      font-size: 15px;
      top: 0; }
  .topbar.topbar-classic {
    padding: 6px 0; }
    .topbar.topbar-classic li {
      color: #101010; }

.alice-blue-bg {
  background: #edf5f8; }
  .alice-blue-bg li {
    color: #666666; }
    .alice-blue-bg li i {
      color: #666666; }

.top-info {
  padding: 0;
  margin: 0;
  display: inline-block; }
  .top-info li {
    margin-right: 49px; }
  .top-info i {
    margin-right: 5px; }

.social-links {
  text-align: right; }
  .social-links li {
    margin-right: 20px; }
    .social-links li:last-child {
      margin-right: 0; }

/*=====================================
      header middle area
=====================================*/
.header-middle-area {
  padding: 30px 0; }

.header-contact-info {
  padding: 0; }
  .header-contact-info li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    color: #101010;
    padding: 0 35px 0 65px;
    border-right: 1px solid #eee;
    position: relative; }
    .header-contact-info li:last-child {
      border-right: 0;
      padding-right: 0; }
    .header-contact-info li i {
      font-size: 25px;
      position: absolute;
      left: 20px;
      top: 6px; }
    .header-contact-info li span {
      font-weight: 700;
      display: block; }

/*=====================================
      header area
=====================================*/
.header .navbar {
  border-bottom: 1px solid #4D4542;
  padding: 0; }

.header .navbar-brand {
  padding: 0; }

.header ul.navbar-nav {
  float: left;
  margin-right: 30px; }
  .header ul.navbar-nav > li {
    float: none;
    display: inline-block; }
    .header ul.navbar-nav > li:last-child {
      padding-right: 0; }
      .header ul.navbar-nav > li:last-child:after {
        background: none; }
    .header ul.navbar-nav > li > a {
      color: #fff;
      text-rendering: optimizeLegibility;
      display: block;
      /*font-size: 14px;*/
      font-size: 18px;
      margin: 0;
      text-transform: uppercase;
      position: relative;
      font-weight: 700;
      -webkit-transition: 350ms;
      transition: 350ms;
      -moz-transition: 350ms;
      -o-transition: 350ms;
      transition: 350ms;
      margin-left: 20px;
      line-height: 78px;
      padding: 7px 0px; }
      .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus {
        color: #00802b !important; }
      .header ul.navbar-nav > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        border-bottom: 3px solid transparent;
        -webkit-transform: scale(0) translateZ(0);
        transform: scale(0) translateZ(0);
        -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
        transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
        -o-transition: transform 0.45s ease, opacity 0.55s ease;
        transition: transform 0.45s ease, opacity 0.55s ease;
        transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
        -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
        -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
        -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
        transition: transform 0.45s ease, opacity 0.55s ease; }
      .header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a:focus {
        background: none; }
      .header ul.navbar-nav > li > a i {
        font-weight: 700;
        margin-left: 3px; }
    .header ul.navbar-nav > li:hover > a:before,
    .header ul.navbar-nav > li.active > a:before {
      border-color: #00802b;
      opacity: 1;
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0); }
    .header ul.navbar-nav > li.header-quote {
      margin-top: 20px; }
      .header ul.navbar-nav > li.header-quote a:before {
        border: none; }
      .header ul.navbar-nav > li.header-quote .quote-btn {
        height: 40px;
        line-height: 36px;
        padding: 0px 25px;
        background: #00802b;
        margin-left: 30px; }
        .header ul.navbar-nav > li.header-quote .quote-btn:hover {
          background: #00802b; }

.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  margin: 0 20px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none; }
  .header ul.navbar-nav li .dropdown-menu li a {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 16px;
    display: block;
    color: #222;
    text-transform: uppercase;
    font-weight: 700; }
    .header ul.navbar-nav li .dropdown-menu li a:hover {
      color: #00802b; }
    .header ul.navbar-nav li .dropdown-menu li a.active {
      color: #00802b;
      background: none; }
  .header ul.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none; }
  .header ul.navbar-nav li .dropdown-menu li .dropdown-menu {
    left: 100%;
    margin: 0;
    top: 0; }
  .header ul.navbar-nav li .dropdown-menu li.dropdown > .dropdown-item:after {
    content: "\f105";
    /*content: "●";*/
    font-family: "fontawesome";
    position: absolute;
    right: 0; }

.header .dropdown-item:focus,
.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: "\f107";
  font-family: "fontawesome";
  border: 0;
  vertical-align: 0;
  float: right; }

.header.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  height: auto; }
  .header.header-transparent .navbar-brand {
    padding: 0;
    max-width: 140px; }
    .header.header-transparent .navbar-brand img {
      vertical-align: top; }
  .header.header-transparent ul.navbar-nav {
    position: relative; }
    .header.header-transparent ul.navbar-nav > li > a {
      color: #fff;
      line-height: 72px; }
      .header.header-transparent ul.navbar-nav > li > a:hover {
        color: #00802b; }
  .header.header-transparent.nav-border {
    border-bottom: 1px solid #363d8a;
    padding: 10px 0; }
    .header.header-transparent.nav-border .navbar {
      padding: 0px 0; }
    .header.header-transparent.nav-border ul.navbar-nav > li.header-quote .quote-btn {
      background: #3a6af0; }

.header.header-standard {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  border-bottom: none;
  z-index: 2;
  padding-top: 10px;
/*  padding-bottom: 10px;*/
}
/*.header.header-standard .navbar a.logo {
    max-width: 22rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header.header-standard .navbar a.logo {
    max-width: 18rem;
    padding-top: 18px;
    padding-bottom: 0;
    margin-top: -20px;
}*/
.header.header-standard .navbar a.logo {
    max-width: 23rem;
    padding-top: 33px;
    padding-bottom: 23px;
    margin-top: -20px;
}
/*.header.header-standard .navbar a.logo {
    max-width: 22rem;
    margin-left: -12rem !important;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right !important;
    text-align: right !important;
}*/
  .header.header-standard .navbar {
    border-bottom: none; }
/*    .header.header-standard .navbar a.logo {
      max-width: 150px; }*/
  .header.header-standard ul.navbar-nav > li > a {
    color: #222222; }
    .header.header-standard ul.navbar-nav > li > a:hover {
      color: #00802b; }
  .header.header-standard ul.navbar-nav > li.active > a {
    color: #00802b; }
  .header.header-standard .nav-search {
    color: #222222; }
  .header.header-standard .search-block .search-close {
    color: #222; }

.header.header-classic {
  background: #34434c; }
  .header.header-classic .navbar {
    border-bottom: none; }
  .header.header-classic .navbar-light ul.navbar-nav {
    margin-left: 0 !important; }
    .header.header-classic .navbar-light ul.navbar-nav > li > a {
      color: #fff;
      line-height: 50px;
      margin-left: 0;
      margin-right: 20px; }
    .header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
      margin: 0; }

.header-quote {
  margin-left: 25px; }
  .header-quote .quote-btn.btn {
    padding: 0 30px; }

.header-box {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header-box .header.header-classic {
    background: transparent; }
  .header-box .navbar {
    background: #34434c;
    padding: 0 8px; }
  .header-box .top-box {
    background: #fff;
    margin: 0;
    padding: 20px; }

.dropdown-menu.show {
/*  display: none;*/ }

@media (min-width: 991px) {
  .navbar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #34434c;
    padding: 0; }
    .navbar-sticky.sticky .navbar {
      border-bottom: none; }
    .navbar-sticky.sticky.fade_down_effect {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: .1s;
      animation-delay: .1s; }
    .navbar-sticky.sticky.header-standard {
      background: #fff;
      padding: 0; }
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none; } }

/*-- Nav Search start --*/
.nav-search {
  cursor: pointer;
  color: #fff;
  text-align: center; }
  .nav-search i {
    font-size: 20px;
    font-weight: 900; }

.nav-search-area {
  position: relative; }
  .nav-search-area .nav-search.hide {
    opacity: 0;
    visibility: hidden; }

.search-block {
  background: #1f1f1f;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 56px;
  width: 350px;
  z-index: 10;
  margin-top: 0; }
  .search-block .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #4D4542;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-style: italic; }
  .search-block .search-button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    color: #7a7a7d;
    top: 5px; }
  .search-block .search-close {
    color: #fff;
    position: absolute;
    top: -70px;
    right: 0px;
    font-size: 32px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center; }

.search-area .nav-search {
  top: 23px; }

.search-area .search-block {
  right: 0; }
  .search-area .search-block .search-close {
    top: -50px; }

/*========================================
      hero area
===========================================*/
.hero-area {
  padding: 0; }

.slider-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative; }
  .slider-item:not(.dihad-silder):before {
    background: #0000004f !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: ''; }
  .slider-item .slider-content {
    padding: 50px 0 50px;
    z-index: 1;
    position: relative; }
    .slider-item .slider-content .slider-info, small, .slider-item .slider-content .slider-btn-area .btn{
        font-family: 'Barlow', sans-serif !important;
    }
    .slider-item .slider-content .slider-info {
      font-size: 24px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 25px;
      color: #000;
      background: #fff;
      display: inline-block;
      padding: 3px 18px;
      text-transform: lowercase; }
    .slider-item .slider-content .slider-title {
      font-size: 48px;
      font-weight: 300;
      color: #fff;
      line-height: 65px;
      margin-bottom: 30px; }
      .slider-item .slider-content .slider-title span {
        font-weight: 700; }
    .slider-item .slider-content .slider-btn-area .btn {
      height: 55px;
      line-height: 55px;
      padding: 0 44px;}
      .slider-item .slider-content .slider-btn-area .btn.fill {
        padding: 0 25px; }

.hero-area.owl-carousel .active img {
  -webkit-animation: fadeInRight 300ms both;
  animation: fadeInRight 300ms both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s; }

.slider-table {
  width: 100%;
  height: 100%;
  display: table; }
  .slider-table .slider-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.hero-area.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: -25px; }

.hero-area.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #00802b; }

.hero-area.owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  width: 36px;
  height: 72px;
  line-height: 72px;
  font-size: 26px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: translateY(-50%); }

.hero-area.owl-theme .owl-nav div:hover {
  background: #00802b;
  color: #fff; }

.hero-area.owl-theme .owl-nav [class*=owl-prev] {
  right: auto;
  left: 0; }

/* ============================
		banner area
==============================*/
.banner-area .banner-title {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  font-weight: 600; }

.banner-area ol.breadcrumb {
  background: none;
  color: #fff; }

.banner-area.banner-solid {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #00802b; }
  .banner-area.banner-solid .banner-title {
    font-size: 40px;
    line-height: 48px; }

.banner-bg {
  padding: 138px 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .banner-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: -1; }

/*==========================
      about area
===========================*/
.about-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .about-area .ts-about-wrapper {
    margin-top: 30px; }
  .about-area .about-content {
    margin-bottom: 45px; }
  .about-area .single-about-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    width: 66%; }
  .about-area .ts-about-image-wrapper {
    position: relative; }
    .about-area .ts-about-image-wrapper .ts-about-intro {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 350px;
      background: #00802b;
      padding: 30px;
      color: #fff;
      padding-top: 35px; }
      .about-area .ts-about-image-wrapper .ts-about-intro h3 {
        font-weight: 300;
        color: #fff;
        font-size: 30px; }
      .about-area .ts-about-image-wrapper .ts-about-intro span {
        font-weight: 700; }
    .about-area .ts-about-image-wrapper p {
      color: #fff; }

.ts-about-image-wrapper.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  top: 20px;
  background: #f5f5f5;
  color: #000;
  line-height: 33px; }
  .ts-about-image-wrapper.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00802b;
    color: #fff; }

/*==========================
      history area
===========================*/
.history-area .history-content {
  background: #fff;
  /*padding: 47px;
  padding-left: 14px;*/ }

.history-area .carousel-inner {
  margin-bottom: 45px; }

.history-area .history-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  
.history-content h2.column-title.fadeInUp {
    margin-bottom: 30px;
}

.history-area .carousel-item {
  background: #fff; }
  .history-area .carousel-item [class*=col] {
    padding: 0; }

.history-area .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none; }

.history-area .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1; }

.history-area .carousel-indicators li {
    background: none !important;
  display: inline-block;
  /*width: 70px;*/
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
  /*font-size: 16px;*/
  font-size: 25px;}
  .history-area .carousel-indicators li:before {
    position: absolute;
    top: -30px;
/*    left: 50%;*/
    left: 46.5%;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    background: #34434c;
    margin-left: -7px; }


.history-area .carousel-indicators li.active {
    border: 1px solid green;
    border-radius: 100px;
    padding: 0px 30px 0px 30px;
    height: 35px;
    line-height: 35px;
    /* -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
    /* box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); */
    color: #00802b;
    background: transparent;
}

/*.history-area .carousel-indicators li.active {
  width: 70px;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  color: #00802b;
  background: #fff; }*/
  
  .history-area .carousel-indicators li.active::before {
    background: #00802b; }
  .history-area .carousel-indicators li.active:after {
    position: absolute;
    top: -34px;
    left: 44%;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    border-radius: 50%;
    margin-left: -7px;
    border: 1px solid #00802b; }

.history-area .carousel-item-next,
.history-area .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.primary-bg {
  background: #00802b; }

/*===========================================
      testimonial area
=============================================*/
.testimonial-carousel p {
  font-style: italic;
  font-size: 18px;
  color: #fff; }

.testimonial-carousel .single-testimonial .testimonial-footer {
  margin-top: 50px; }
  .testimonial-carousel .single-testimonial .testimonial-footer h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Serif', serif;
    display: inline-block;
    margin-bottom: 0; }
    .testimonial-carousel .single-testimonial .testimonial-footer h3 span {
      display: block;
      font-size: 14px;
      font-weight: 300;
      margin-top: 10px;
      text-align: left; }
  .testimonial-carousel .single-testimonial .testimonial-footer .client-info {
    margin-left: 15px; }

.testimonial-carousel.owl-carousel .owl-item img {
  height: 80px;
  width: 80px; }

.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #9f9f9f;
  font-size: 40px;
  top: 15%;
  right: 0; }
  .testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #00802b; }

.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: 0; }

/*==========================
     latest blog area
===========================*/
.ts-blog {
  margin: 0; }
  .ts-blog .single-blog .post-meta {
    display: inline-block;
    color: #00802b;
    margin-bottom: 20px; }
    .ts-blog .single-blog .post-meta i {
      margin-right: 8px; }
  .ts-blog .single-blog .post-date {
    margin-left: 35px;
    color: #6c6b6f; }
    .ts-blog .single-blog .post-date i {
      color: #6c6b6f; }
  .ts-blog .single-blog h3 {
    font-weight: 400; }
    .ts-blog .single-blog h3 a {
      color: #101010; }
      .ts-blog .single-blog h3 a:hover {
        color: #00802b; }
  .ts-blog .blog-box {
    border: 1px solid #d2d2d2;
    padding: 40px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .ts-blog .blog-box:hover {
      background-color: #edf5f8; }
      .ts-blog .blog-box:hover .btn-link i {
        opacity: 1;
        padding-left: 10px; }
      .ts-blog .blog-box:hover .ts-post-title a {
        color: #00802b; }
    .ts-blog .blog-box:nth-of-type(2) {
      margin-left: -1px;
      margin-right: -1px; }
  .ts-blog .btn-link i {
    font-size: 17px;
    opacity: 0;
    -webkit-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms; }

.blog-standard .featured-image {
  margin-bottom: 10px; }

.blog-standard .blog-content-desc {
  margin-bottom: 10px; }

.blog-standard .single-blog .post-date {
  margin-left: 20px; }

.blog-standard .single-blog .post-meta {
  margin-bottom: 10px; }

/*==========================
      service area
===========================*/
.ts-service-area {
  padding-bottom: 40px; }
  .ts-service-area .ts-service-wrapper .ts-service-img {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .ts-service-area .ts-service-wrapper .ts-service-img img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }
  .ts-service-area .ts-service-wrapper .ts-service-box-img i {
    font-size: 50px;
    color: #00802b; }
  .ts-service-area .ts-service-wrapper .service-box-info {
    padding-left: 80px; }
    .ts-service-area .ts-service-wrapper .service-box-info.top {
      padding-left: 0px; }
    .ts-service-area .ts-service-wrapper .service-box-info p {
      font-weight: 400; }
    .ts-service-area .ts-service-wrapper .service-box-info .ts-title a {
      color: #ffffff /*252a37*/; }
  .ts-service-area .ts-service-wrapper:hover .ts-service-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .ts-service-area .ts-service-wrapper:hover .ts-service-box-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: bounce .4s ease-in-out 2 alternate;
    animation: bounce .4s ease-in-out 2 alternate; }
  .ts-service-area .ts-service-wrapper:hover .ts-title a {
    color: #00802b; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

/* ts service strategic */
.ts-service-strategic {
  padding-bottom: 10px; }
  .ts-service-strategic .ts-service-wrapper .service-box-info {
    padding-left: 0; }
  .ts-service-strategic .ts-service-wrapper .ts-service-box-img i {
    font-size: 50px;
    color: #ffffff; }
  .ts-service-strategic .ts-service-wrapper .ts-service-box-img.pull-left {
    padding-right: 20px; }
  .ts-service-strategic .ts-service-wrapper .ts-title {
    font-size: 23px;
    margin-bottom: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    line-height: 26px; }
    .ts-service-strategic .ts-service-wrapper .ts-title a {
      color: #101010; }
      .ts-service-strategic .ts-service-wrapper .ts-title a:hover {
        color: #00802b; }
  .ts-service-strategic .ts-service-wrapper .btn-link {
    color: /*#666666*/ #f7a800;
    font-size: 15px; }
    .ts-service-strategic .ts-service-wrapper .btn-link i {
      margin-left: 0; }

.service-menu,
.service-menu ul {
  padding-left: 0; }
  .service-menu li,
  .service-menu ul li {
    list-style: none; }
    .service-menu li a,
    .service-menu ul li a {
      display: block;
      padding: 17px 30px;
      color: #252a37;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      border-bottom: 1px solid #fff; }
      .service-menu li a:hover,
      .service-menu ul li a:hover {
        background-color: #00802b;
        color: #fff; }

/*==========================
      Recent Projects area
===========================*/
.recent-project-wrapper {
  margin-bottom: 35px; }
  .recent-project-wrapper .recent-project-img {
    border-radius: 15px;
    width: 100%;
    overflow: hidden; }
    .recent-project-wrapper .recent-project-img img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease; }
  .recent-project-wrapper:hover .recent-project-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.recent-project-info {
  margin-top: 20px; }
  .recent-project-info .ts-title {
    margin-bottom: 0; }
  .recent-project-info .project-title {
    color: #ff4612;
    margin-bottom: 10px; }
  .recent-project-info .ts-title a {
    color: #252a37; }
    .recent-project-info .ts-title a:hover, .recent-project-wrapper a:hover h3.ts-title {
      color: #61b680;    transition: all ease 500ms; }
    .recent-project-info .ts-title a, .recent-project-wrapper a h3.ts-title {
transition: all ease 500ms; }

.projectthree .recent-project-info {
  display: inline-block;
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 20px 40px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.projectthree .grid-item:hover .recent-project-info {
  opacity: 1; }

/* ---- .Projects gallery grid-item ---- */
.grid-item img {
  display: block;
  max-width: 100%; }

.ts-grid-item {
  margin: 0 -15px;
  background: transparent; }
  .ts-grid-item .grid-item {
    padding: 0 15px;
    margin-bottom: 30px; }
    .ts-grid-item .grid-item a.ts-popup {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block; }
      .ts-grid-item .grid-item a.ts-popup img {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
      .ts-grid-item .grid-item a.ts-popup:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

/*==========================
      features area
===========================*/
.ts-features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .ts-features .features-project [class*=col] {
    padding: 0;
    position: relative;
    overflow: hidden; }
    .ts-features .features-project [class*=col]:hover .single-project {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .ts-features .features-project .single-project {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    min-height: 450px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease; }
    .ts-features .features-project .single-project:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: #000;
      opacity: .4;
      z-index: -1; }
    .ts-features .features-project .single-project i {
      font-size: 70px;
      color: #fff;
      display: block; }
      .ts-features .features-project .single-project .project-content i {
    font-size: 90px !important;
    line-height: 90px !important;
}

.ts-features .features-project .single-project .project-content h4 {
    font-size: 50px !important;
    line-height: 50px;
}
    .ts-features .features-project .single-project h4 {
      font-size: 18px;
      margin-top: 30px;
      font-family: 'Barlow', sans-serif;
      margin-bottom: 30px;
      color: #fff; }
    .ts-features .features-project .single-project p {
      color: #fff; }
    .ts-features .features-project .single-project .project-content {
      position: absolute;
      left: 30px;
      bottom: 0;
      -webkit-transition: all ease 400ms;
      -o-transition: all ease 400ms;
      transition: all ease 400ms;
      right: 30px; }
    .ts-features .features-project .single-project .project-info {
      background: rgba(0, 128, 43, 0.85);
      padding: 65px 35px;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      z-index: 1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);}
    .ts-features .features-project .owl-item:nth-child(4n) .single-project .project-info {
          background: rgba(93, 126, 149, 0.85) !important;
      }
    .ts-features .features-project .owl-item:nth-child(2n) .single-project .project-info {
          background: rgba(225, 70, 18, 0.85);
      }
    .ts-features .features-project .owl-item:nth-child(3n) .single-project .project-info {
          background: rgba(247, 168, 0, 0.85);
      }
    .ts-features .features-project .single-project .ts-btn a {
      background: #fff;
      color: #00802b; }
    .ts-features .features-project .single-project:hover .project-info {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .ts-features .features-project .single-project:hover .project-content {
      opacity: 0; }

.ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-],
.ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #9f9f9f;
  font-size: 50px;
  top: 50%;
  right: -75px; }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover,
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: #00802b; }

.ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
.ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -75px; }

/*==========================
      team area
===========================*/
.ts-team-classic .ts-team-classic-wrapper .team-social-classic ul {
  padding: 0; }

.ts-team-classic .ts-team-classic-wrapper .ts-team-img img {
  width: 100%; }

.team-area .ts-team-wrapper {
  position: relative;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.team-area .ts-team-img {
  position: relative; }
  .team-area .ts-team-img img {
    width: 100%; }

.team-area .ts-team-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 128, 43, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s; }

.team-area .ts-team-info {
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 20px 10px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.team-area .team-social {
  position: absolute;
  top: 35%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .team-area .team-social ul {
    padding: 0; }

.team-area .team-social-classic {
  margin-top: 10px; }

.team-area .team-social li,
.team-area .team-social-classic li {
  list-style: none;
  display: inline-block; }

.team-area .team-social li a,
.team-area .team-social-classic li a {
  margin-right: 15px;
  font-size: 24px;
  color: #fff; }

.team-area .team-social-classic li a {
  color: #101010;
  font-size: 14px; }

.team-area .team-name {
  font-size: 24px;
  color: #101010;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.team-area .team-designation {
  margin-bottom: 0; }

.team-area .ts-team-wrapper:hover .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.team-area .ts-team-wrapper:hover .ts-team-img:after {
  opacity: 1;
  visibility: visible; }

.team-area .ts-team-wrapper:hover .team-name {
  color: #00802b; }

.team-area .ts-team-wrapper:hover .ts-team-info {
  border-color: transparent;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15); }

/*==========================
      Working  process
===========================*/
.application-process-img {
  height: 195px;
  width: 195px;
  text-align: center;
  border: 10px solid #edf5f8;
  border-radius: 50%;
  line-height: 175px;
  position: relative;
  display: inline-block; }
  .application-process-img:after {
    position: absolute;
    right: 88px;
    top: 50%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(.https://dubaihumanitarian.ae/demo-2024/images/career/long-arrow.png);
    content: ''; }
  .application-process-img.first:after {
    display: none; }

.ts-application-process h3 {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 0; }

/* work process list */
.work-process-list {
  position: relative;
  z-index: 1; }
  .work-process-list:after {
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 95%;
    content: '';
    border: 1px dashed #ffae99;
    z-index: -1; }
  .work-process-list li {
    position: relative;
    margin-bottom: 30px; }
  .work-process-list .working-num {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    background: #61b680;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0; }
  .work-process-list .working-text {
    /*left: 60px;*/
    position: relative;
    top: 5px;
    padding-left: 60px; }
    
    .work-process-list li:nth-child(3) .working-text {
    top: 0;
}

/*==================================================
 Chart
================================================== */
.graph-wrapper {
  margin-top: 50px; }

.graph-caption {
  text-align: center; }
  .graph-caption span {
    position: relative;
    padding: 0 25px; }
    .graph-caption span:after {
      position: absolute;
      left: 0;
      top: 50%;
      width: 15px;
      height: 15px;
      content: '';
      background: #00802b;
      border-radius: 50%;
      margin-top: -7px; }
    .graph-caption span.blue-round:after {
      background: #2154cf; }

#graph {
  width: 85%;
  height: 350px;
  margin: 0 auto; }

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

/* ==========================
     map Location
=========================== */
.location {
  display: inline-block; }

.location_indicator {
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #00802b;
  border-radius: 50%; }

.location_indicator::before,
.location_indicator::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: #00802b;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both; }

.location_indicator::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2); }
  75% {
    -webkit-box-shadow: 0 0 0 23px #ffd9cc;
    box-shadow: 0 0 0 23px #ffd9cc; }
  100% {
    -webkit-box-shadow: 0 0 0 0px #ffd9cc;
    box-shadow: 0 0 0 0px #ffd9cc; } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2); }
  75% {
    -webkit-box-shadow: 0 0 0 23px #ffd9cc;
    box-shadow: 0 0 0 23px #ffd9cc; }
  100% {
    -webkit-box-shadow: 0 0 0 0px #ffd9cc;
    box-shadow: 0 0 0 0px #ffd9cc; } }

.tooltip.show {
  opacity: 1; }

.tooltip .tooltip-inner {
  padding: 15px;
  width: 100%;
  max-width: 300px;
  text-align: left;
  background: #c6d2d6;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }

.location-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px; }

.location-des {
  color: #001541; }

.tooltip .arrow::before {
  color: #FFFFFF; }

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: currentColor; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: currentColor; }

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: currentColor; }

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: currentColor; }

.location-wrapper {
  position: relative; }
  .location-wrapper .location {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px dashed #00802b;
    border-radius: 50%;
    padding: 22px;
    animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both;
    -webkit-animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(2) {
      animation: pulse 8s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 8s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(2) .location_indicator::before,
      .location-wrapper .location:nth-of-type(2) .location_indicator::after {
        animation: pulse 4s infinite cubic-bezier(0.4, 0, 1, 1) both;
        -webkit-animation: pulse 4s infinite cubic-bezier(0.4, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(3) {
      animation: pulse 3s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 3s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(3) .location_indicator::before,
      .location-wrapper .location:nth-of-type(3) .location_indicator::after {
        animation: pulse 5s infinite cubic-bezier(0.5, 0, 1, 1) both;
        -webkit-animation: pulse 5s infinite cubic-bezier(0.5, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(4) {
      animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(4) .location_indicator::before,
      .location-wrapper .location:nth-of-type(4) .location_indicator::after {
        animation: pulse 6s infinite cubic-bezier(0.6, 0, 1, 1) both;
        -webkit-animation: pulse 6s infinite cubic-bezier(0.6, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(5) {
      animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 4s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(5) .location_indicator::before,
      .location-wrapper .location:nth-of-type(5) .location_indicator::after {
        animation: pulse 7s infinite cubic-bezier(0.7, 0, 1, 1) both;
        -webkit-animation: pulse 7s infinite cubic-bezier(0.7, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(6) {
      animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 6s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(6) .location_indicator::before,
      .location-wrapper .location:nth-of-type(6) .location_indicator::after {
        animation: pulse 8s infinite cubic-bezier(0.8, 0, 1, 1) both;
        -webkit-animation: pulse 8s infinite cubic-bezier(0.8, 0, 1, 1) both; }
    .location-wrapper .location:nth-of-type(7) {
      animation: pulse 7s infinite cubic-bezier(0.5, 0, 1, 1) both;
      -webkit-animation: pulse 7s infinite cubic-bezier(0.5, 0, 1, 1) both; }
      .location-wrapper .location:nth-of-type(7) .location_indicator::before,
      .location-wrapper .location:nth-of-type(7) .location_indicator::after {
        animation: pulse 9s infinite cubic-bezier(0.9, 0, 1, 1) both;
        -webkit-animation: pulse 9s infinite cubic-bezier(0.9, 0, 1, 1) both; }

/*========================
 video popup
 =======================*/
.video-btn {
  margin: auto;
  font-size: 20px;
  color: #00802b;
  text-align: center;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 3px 0px;
  position: relative;
  display: inline-block; }
  .video-btn i {
    position: relative; }
  .video-btn:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 20px solid #736969;
    border-radius: 50%;
    -webkit-animation: bubble-ripple 1.5s linear infinite;
    -moz-animation: bubble-ripple 1.5s linear infinite;
    -o-animation: bubble-ripple 1.5s linear infinite;
    animation: bubble-ripple 1.5s linear infinite; }
  .video-btn .btn-hover-anim {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border: 15px solid #656565;
    border-radius: 50%;
    -webkit-animation: bubble-ripple 2s linear infinite;
    -moz-animation: bubble-ripple 2s linear infinite;
    -o-animation: bubble-ripple 2s linear infinite;
    animation: bubble-ripple 2s linear infinite; }

@-webkit-keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .75; }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75; }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0; } }

@keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .75; }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75; }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; } }

/*==========================
      ts subscribe
===========================*/
.ts-subscribe {
  padding: 53px 0; }

.ts-subscribe-wrapper {
  position: relative; }
  .ts-subscribe-wrapper:after {
    position: absolute;
    left: 0;
    bottom: -54px;
    width: 100%;
    height: 1px;
    content: '';
    background: #ddd; }

.ts-newsletter .column-title {
  margin-bottom: 0; }
  .ts-newsletter .column-title i {
    color: #00802b; }

.ts-newsletter-form .form-group {
  margin-bottom: 0; }

.ts-newsletter-form .form-control {
  border-radius: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .ts-newsletter-form .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .ts-newsletter-form .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .ts-newsletter-form .form-control::-ms-input-placeholder {
    font-size: 14px; }
  .ts-newsletter-form .form-control::placeholder {
    font-size: 14px; }

.ts-newsletter-form .btn {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0px 14px;
  height: 100%; }
  .ts-newsletter-form .btn:hover {
    opacity: .8;
    background-color: #00802b;
    color: #fff; }
  .ts-newsletter-form .btn i {
    font-size: 26px;
    line-height: 45px; }

/*=====================================
      footer area
========================================*/
.ts-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
    margin-bottom: -1px;
}
  .ts-footer p {
    color: #d5d5d5;
    margin-top: 35px;
    padding-right: 45px; }
  .ts-footer h3 {
    color: #fff; }
  .ts-footer .contact {
    margin-top: 40px; }
    .ts-footer .contact h3 {
      font-size: 20px;
      margin-bottom: 10px; }
    .ts-footer .contact p {
      margin: 0; }
  .ts-footer .widget-title {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 35px; }
  .ts-footer .list-arrow,
  .ts-footer .menu {
    list-style: none;
    padding: 0; }
    .ts-footer .list-arrow li,
    .ts-footer .menu li {
      line-height: normal;
      font-size: 15px;
      width: 50%;
      padding-bottom: 25px;
      float: left; }
      .ts-footer .list-arrow li:before,
      .ts-footer .menu li:before {
        font-family: FontAwesome;
        /*content: "\f105";*/
    content: "●";
        margin-right: 10px;
        color: #ff4612;
        font-size: 15px; }
    .ts-footer .list-arrow a,
    .ts-footer .menu a {
      color: #d5d5d5; }
      .ts-footer .list-arrow a:hover,
      .ts-footer .menu a:hover {
        color: #fc6a2a; }
  .ts-footer .week-schedule li,
  .ts-footer .service-time li {
    width: 100%;
    color: #d5d5d5; }
    .ts-footer .week-schedule li:before,
    .ts-footer .service-time li:before {
      content: none; }
    .ts-footer .week-schedule li span,
    .ts-footer .service-time li span {
      float: right; }

.copy-right {
  background: #001541;
  padding: 20px 0; }
  .copy-right .copyright-text {
    margin-top: 5px;
    color: #fff; }

/*.footer-social {
  display: inline-block;
  float: right; }*/
.copy-right .col-lg-6.col-md-5 {
    max-width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
}
  .footer-social li {
    list-style: none;
    display: inline-block; }
    .footer-social li a i {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      background: #000;
      margin-right: 5px;
      color: #fff; }
    .footer-social li .fa {
      background-color: #ff4612; }
      .footer-social li:hover a .fa {
      color: #ff4612;
      background: #fff;}
      
    .topbar .social-links a:hover i {
    color: #ff4612;
    }

/*-- ts footer classic --*/
.ts-footer-classic .ts-footer-widget {
  margin-top: 40px; }
  .ts-footer-classic .ts-footer-widget .widget-title {
    margin-bottom: 15px;
    color: #101010; }

.ts-footer-classic .widget-title {
  color: #101010; }

.ts-footer-classic p {
  color: #666666; }

.ts-footer-classic .list-arrow li::before,
.ts-footer-classic .menu li::before {
  color: #666666; }

.ts-footer-classic .list-arrow li a,
.ts-footer-classic .menu li a {
  color: #666666; }

.ts-footer-classic .contact {
  margin-top: 0; }
  .ts-footer-classic .contact h3 {
    color: #101010;
    margin-top: 15px;
    font-weight: 500; }

.ts-footer-classic .latest-widget li {
  color: #101010;
  position: relative; }
  .ts-footer-classic .latest-widget li:after {
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 1px;
    width: 100%;
    content: '';
    background: #e1e1e1; }
  .ts-footer-classic .latest-widget li:last-child:after {
    background: none; }
  .ts-footer-classic .latest-widget li span {
    color: #666666;
    float: left;
    margin-top: 8px; }
    .ts-footer-classic .latest-widget li span i {
      margin-right: 8px; }

.ts-footer-classic .service-time li {
  color: #666666; }

/*==============================
   Contact form
 ===============================*/
.ts-form .form-control {
  border: 1px solid #e8e8eb;
  border-radius: 0;
  margin-bottom: 30px;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px; }

.ts-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ts-form .form-control.message-box {
  resize: none;
  height: 133px;
  margin-bottom: 30px; }

.ts-form .form-control::-webkit-input-placeholder {
  color: #999999; }

.ts-form .form-control:-ms-input-placeholder {
  color: #999999; }

.ts-form .form-control::-ms-input-placeholder {
  color: #999999; }

.ts-form .form-control::placeholder {
  color: #999999; }

.ts-form select.form-control.field {
  width: 100%;
  height: 45px;
  padding: 0 20px; }

.ts-form input::-webkit-outer-spin-button,
.ts-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none; }

.ts-btn-wraper .btn {
  width: 100%; }

.contactMe .btn {
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
  height: 45px;
  line-height: 19px;
  margin-top: 0; }

.qutoe-form-inner .form-control {
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 0;
  color: #000;
  background: #edf5f8;
  border-radius: 0; }
  .qutoe-form-inner .form-control:focus {
    border: 0;
    border-bottom: 1px solid #00802b;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.qutoe-form-inner textarea {
  height: 130px;
  resize: none; }

.qutoe-form-inner .form-group .btn {
  margin-top: 15px; }

.qutoe-form-inner.ts-qoute-form .form-control {
  background: transparent;
  padding: 0 20px;
  height: 55px;
  border: 1px solid #444444; }
  .qutoe-form-inner.ts-qoute-form .form-control:focus {
    border-color: #00802b; }

.qutoe-form-inner.ts-qoute-form textarea.form-control {
  height: 130px;
  resize: none;
  padding: 20px; }

/*------------back to top-------------*/
.BackTo {
  background: #00802b none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 18px;
  color: #FFFFFF !important;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 25px;
  bottom: 75px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .BackTo:hover {
    background: #000; }
  .BackTo a {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
    margin-top: 2px; }

.custom-width-500 .elementor-widget-wrap {
  max-width: 500px; }

.elementor-accordion .elementor-accordion-item {
  border-left: none;
  border-right: none; }

.elementor-accordion .elementor-tab-content {
  border-top: none; }

/*==================================================
      404
 ================================================== */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1); }

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700; }

/*==========================
tab rotate 
===========================*/
@media (min-width: 992px) and (max-width: 1200px) {
  .header ul.navbar-nav > li > a {
    margin-left: 10px;
    font-size: 12px; }
  .header ul.navbar-nav > li .dropdown-menu {
    margin: 0 10px; }
  .header .nav-search i {
    font-size: 14px; }
  .header .quote-btn {
    padding: 0 20px;
    font-size: 12px; }
  .header-contact-info li {
    padding: 0 30px 0 60px;
    font-size: 14px; }
  .header-box .top-box {
    padding: 15px 5px; } }

/*==========================
tab device 
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
    footer > .container > .row > .col-lg-4.col-md-12.fadeInUp {
    order: 4;
    padding-top: 10px;
    margin-bottom: -20px;
}
    .history-area .carousel-indicators li.active:after{
        left: 43%;
    }
    .history-area .carousel-indicators li{
        width: 30%;
    }
    .nav-search-area.access-icon{
    top: 25% !important;
    padding: 0px !important;
    position: fixed;
    right: 0 !important;
}
    .header.header-standard{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .ts-footer .list-arrow li:before, .ts-footer .menu li:before {
    position: relative;
    left: 10px;
    margin-left: -15px;
    padding-right: 10px;
}
  .header-contact-info li {
    padding: 0 14px 0 14px;
    font-size: 13px; }
    .header-contact-info li i {
      display: none; }
  .top-info li {
    margin-right: 20px;
    font-size: 14px; }
  .header .navbar-brand,
  .header .logo {
    margin: 15px 0; }
  .header .navbar-toggler {
    background: #00802b; }
  .header .navbar-toggler-icon {
    background-image: none;
    outline: none; }
    .header .navbar-toggler-icon i {
      font-size: 30px;
      line-height: 30px;
      color: #fff; }
  .header .navbar-collapse {
    background: #34434c;
    position: relative; }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 15px 30px; }
    .header ul.navbar-nav > li > a {
      line-height: 36px !important;
      margin-left: 0; }
    .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
      display: none; }
    .header ul.navbar-nav li .dropdown-menu {
      min-width: auto;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0; }
      .header ul.navbar-nav li .dropdown-menu li a {
        color: #fff; }
      .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .header ul.navbar-nav .dropdown-toggle::after {
      padding-right: 6px; }
  .header.header-standard ul.navbar-nav > li > a {
    color: #fff; }
  .header.header-standard .navbar-collapse {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 11;
    top: 100%; }
  .header.header-classic {
    padding: 10px 0; }
  /*.nav-search-area,*/
  .header-quote {
    display: none; }
  .header-box .header.header-classic {
    padding: 0; }
    .header-box .header.header-classic .navbar {
      padding: 10px; }
  .banner-area .banner-title {
    font-size: 50px;
    line-height: 55px; }
  .history-area .carousel-indicators li {
    margin: 0 16px; }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 0; }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 0; }
  .ts-blog .blog-box {
    margin-bottom: 30px; }
  .textwidget .contact {
    margin-bottom: 30px; } }

/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
    .history-area .carousel-indicators li.active{
        width: 120px;
    }
    footer > .container > .row > .col-lg-4.col-md-12.fadeInUp {
    order: 4;
    padding-top: 10px;
    margin-bottom: -20px;
}
    .history-area .carousel-indicators li.active:after{
        left: 43%;
    }
    .history-area .carousel-indicators li{
        width: 30%;
    }
    .header.header-standard{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header.header-standard .navbar a.logo{
        max-width: 60% !important;
        margin-top: 10px;
        margin-bottom: 30px;
        padding-bottom: 0px;
        padding-top: 18px;
    }
    .ts-footer .list-arrow li:before, .ts-footer .menu li:before {
    position: relative;
    left: 10px;
    margin-left: -15px;
    padding-right: 10px;
}
    .topbar.topbar-standard.alice-blue-bg {
    display: none;
}
.nav-search-area.access-icon{
    top: 25% !important;
    padding: 0px !important;
    position: fixed;
    right: 10px !important;
}
    .ts-features .features-project .single-project .project-info{
        overflow: scroll !important;
    }
  .xs-center {
    text-align: center; }
  .topbar .social-links {
    padding: 0px 0 0;
    text-align: center; }
  .topbar .top-info {
    text-align: center; }
    .topbar .top-info li {
      margin-bottom: 10px; margin-right: 0px !important;}
  .header-middle-area {
    display: none; }
  a.logo.d-none {
    display: block !important; }
  .header .navbar-brand,
  .header .logo {
    margin: 15px 0; }
  .header .navbar-toggler {
    background: #00802b; }
  .header .navbar-toggler-icon {
    background-image: none;
    outline: none; }
    .header .navbar-toggler-icon i {
      font-size: 30px;
      line-height: 30px;
      color: #fff; }
  .header .navbar-collapse {
    background: #34434c;
    position: relative; }
  .header ul.navbar-nav {
    float: none;
    width: 100%;
    padding: 20px; }
    .header ul.navbar-nav > li > a {
      line-height: 36px !important;
      margin-left: 0; }
    .header ul.navbar-nav > li:hover a:before, .header ul.navbar-nav > li.active a:before {
      display: none; }
    .header ul.navbar-nav li .dropdown-menu {
      min-width: auto;
      background: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0; 
        padding-left: 10px !important;
    }
      .header ul.navbar-nav li .dropdown-menu li a {
          padding: 12px 0px !important;
          font-size: 11px !important;
        color: #fff; }
      .header ul.navbar-nav li .dropdown-menu .dropdown-item:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .header.header-standard, .header.header-classic {
    background: #fff; }
    .header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a {
      color: #fff; }
    .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 11;
      top: 100%; }
  .header .dropdown-toggle::after {
    padding-right: 8px; }
  /*.nav-search-area,*/
  .header-quote {
    display: none; }
  .header-box .top-box {
    text-align: center; }
    .header-box .top-box .header-contact-info {
      display: none; }
  .header-box .navbar {
    padding: 10px; }
  .banner-area {
    padding: 60px 0; }
    .banner-area .banner-title {
      font-size: 40px;
      line-height: 44px; }
    .banner-area .mt-80 {
      margin-top: 150px; }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    left: 0; }
  .ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-next],
  .ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    right: 0; }
  .ts-blog .blog-box {
    margin-bottom: 30px; }
  .blog .post-body .entry-title {
    font-size: 24px;
    line-height: 30px; }
  .blog .pagination {
    margin-bottom: 40px; }
  .history-area .carousel-indicators {
    display: block; }
    .history-area .carousel-indicators:before {
      display: none; }
  .footer-left-widget .textwidget {
    margin-bottom: 30px; }
  .copy-right {
    text-align: center; }
    .copy-right .footer-social {
      text-align: center;
      margin-top: 15px;
      float: none; }
      .copy-right .footer-social ul {
        padding: 0; } }

.top-bottom-padding-section{
    padding: 60px 0 60px 0 !important;
}
.copy-right > .container{
        border-top: 1px solid #00802b !important;
    padding-top: 40px;
    margin-top: -40px;
}



section ul:not(.responsive-table):not(.work-process-list) li {
    padding-left: 20px;
}
section ul:not(.responsive-table):not(.work-process-list) {
    list-style: none;
    padding: 0;
}

section ul:not(.responsive-table):not(.work-process-list) li::before {
    font-family: FontAwesome;
    /*content: "\f105";*/
    content: "●";
    margin-right: 10px;
    color: #ff4612;
    font-size: 15px;
    left: -20px !important;
    position: relative;
    margin-right: -5px !important;
}
section ul:not(.responsive-table):not(.work-process-list) li > ul li::before {
    font-family: FontAwesome;
    /*content: "\f105";*/
    content: "●";
    margin-right: 10px;
    color: #f7a800;
    font-size: 15px;
    left: -20px !important;
    position: relative;
    margin-right: -5px !important;
}
.last-info.elementor-element h3 {
    text-align: center !important;
    color: #ffffff !important;
}
.last-info.elementor-element {
    background: #61b680;
    border-radius: 30px;
    padding: 30px 20px 10px;
    text-align: center !important;
}
@media screen and (max-width: 1024px){
.last-info a {
    display: block !important;
    margin-bottom: 20px;
    width: 100% !important;
    font-size: 20px !important;
}
}
.last-info.elementor-element a:not(:hover){
    color: #ffffff;
}
.last-info a:not(.faqs-link) {
    display: inline-block;
    width: 33%;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 20px;
/*    padding-top: 20px !important;*/
}
.last-info a.email::before {
    content: "\f0e0";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    padding-right: 20px;
/*    background: #ff4612;
    width: 20px;
    height: 20px;*/
}
.last-info a.call::before {
    content: "\f095";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    padding-right: 20px;
}
.text-link a:hover, .text-link a:hover * {
    color: #00802b !important;
    fill: #00802b !important;
}



/* BLOG */

.blog-single .post .post-media, .blog-single .member .post-media {
    margin-bottom: 30px;
    text-align: center;
    max-width: max-content;
    border-radius: 15px;
    overflow: hidden;
    margin-right: auto !important;
    margin-left: auto;
    border: 1px solid #ececec;
}
.blog-single .post .post-media:hover img, .blog-single .member .post-media:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-single .post .post-media img, .blog-single .member .post-media img {
    width: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}




body.single-post #particles-js{
    background-image: url(../../../../../demo-2024/images/news.jpg);
    overflow: hidden;
}
body.single-member #particles-js{
    background-image: url(../../../../../demo-2024/images/members-banner.jpg);
    overflow: hidden;
}
section#particles-js canvas {
    top: 0 !important;
    position: absolute;
    height: auto !important;
}
section#particles-js h2.banner-title {
    z-index: 2 !important;
    position: relative;
}
.post-navigation{
    border-radius: 15px;
}

/*.single-member .blog-single .post-navigation {
    border-radius: 15px;
    display: block !important;
    position: absolute;
    width: 100% !important;
    bottom: -50px;
}
.blog-single .member .post-body.clearfix {
    display: inline-block;
    float: right;
    width: 60%;
}
.blog-single .member .post-media.post-image {
    display: inline-block;
    float: left;
}*/


.accordions__header, .accordions__title, .accordions__button::before {
    border-radius: 30px 30px 0 0 !important;
}
.accordions__accordion > .container {
    border: 1px solid #ececec;
    background: #ffffff;
    border-radius: 0 0 30px 30px;
}


/*Footer CSS*/
    .ts-footer .list-arrow li, .ts-footer .menu li {
    line-height: normal;
    font-size: 15px;
    width: 100%;
    padding-bottom: 25px;
    float: none !important;
    padding-left: 20px;
}
.ts-footer .list-arrow li:before, .ts-footer .menu li:before {
    font-family: FontAwesome;
    /*content: "\f105";*/
    content: "●";
    margin-right: 10px;
    color: #ff4612;
    font-size: 15px;
    left: -20px !important;
    position: relative;
    margin-right: -5px !important;
}
@media screen and (max-width:1024px){
    .ts-footer .list-arrow li, .ts-footer .menu li {
    margin-left: 20px;
}
}
.menu-item.current-menu-ancestor > a, .current-menu-parent.menu-item > a {
    color: #00802b !important;
}
.menu-item.current-menu-ancestor a:before, .current-menu-parent.menu-item a:before {
    border-color: #00802b !important;
    opacity: 1 !important;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0) !important;
}


/* ARABC CONTENT CSS */
html[lang="ar"], html[lang="ar"] *:not(.text-center):not(.ihc-inquire-now-header):not(.fa){
    direction: rtl !important;
    text-align: right !important;
}
html[lang="ar"] > body > div.BackTo{
    text-align: center !important;
}

/*html[lang="ar"] .title-center, html[lang="ar"] p.text-center {
    text-align: center !important;
}*/
html[lang="ar"] section ul:not(.responsive-table):not(.work-process-list) li {
    padding-right: 20px;
}
html[lang="ar"] section ul:not(.responsive-table):not(.work-process-list) li:before {
    font-family: FontAwesome;
    /*content: "\f105";*/
    content: "●";
    margin-right: 10px;
    color: #ff4612;
    font-size: 15px;
    right: -10px !important;
    position: relative;
    margin-left: 5px !important;
}
html[lang="ar"] section ul:not(.responsive-table):not(.work-process-list) li > ul li::before {
    font-family: FontAwesome;
    /* content: "\f105"; */
    content: "●";
    color: #f7a800 !important;
}
html[lang="ar"] .header .dropdown-toggle::after {
    float: left;
    margin-left: 0px !important;
    margin-right: 0.255em;
}
html[lang="ar"] .header ul.navbar-nav li:nth-of-type(1) .dropdown-menu, html[lang="ar"] .header ul.navbar-nav li:nth-of-type(2) .dropdown-menu, html[lang="ar"] .header ul.navbar-nav li:nth-of-type(5) .dropdown-menu, html[lang="ar"] .header ul.navbar-nav li:nth-of-type(7) .dropdown-menu {
    left: -100% !important;
}
html[lang="ar"] .header ul.navbar-nav li:nth-of-type(3) .dropdown-menu {
    left: -50% !important;
}
/*html[lang="ar"] .header ul.navbar-nav li:nth-of-type(1) .dropdown-menu, html[lang="ar"] .header ul.navbar-nav li:nth-of-type(2) .dropdown-menu, html[lang="ar"] .header ul.navbar-nav li:nth-of-type(3) .dropdown-menu {
    left: auto !important;
}*/
html[lang="ar"] .header ul.navbar-nav li .dropdown-menu li .dropdown-menu {
    right: 100%;
    margin: 0;
    top: 0; }
html[lang="ar"] .header ul.navbar-nav li .dropdown-menu li.dropdown > .dropdown-item:before {
    content: "\f104";
    /*content: "●";*/
    font-family: "fontawesome";
    position: absolute;
    left: 0; }
html[lang="ar"] .header ul.navbar-nav li .dropdown-menu li.dropdown > .dropdown-item:after{
    content: none !important;
}
html[lang="ar"] .last-info.elementor-element h3{
    text-align: center !important;
    color: #ffffff !important;
}
html[lang="ar"] .last-info a, html[lang="ar"] .last-info.elementor-element.elementor-element-729ba7a.elementor-widget.elementor-widget-text-editor, html[lang="ar"] .last-info.elementor-element.elementor-element-729ba7a.elementor-widget.elementor-widget-text-editor *{
    text-align: center !important;
}
html[lang="ar"] .responsive-table .col:not(:first-child){
    border-right: 1px solid #f7a800;
    padding: 0px 20px;
}
html[lang="ar"] .responsive-table .col:first-child{
    border-right: 0px !important;
}
html[lang="ar"] .english{
    display: none !important;
}
html:not([lang="ar"]) .arabic{
    display: none !important;
}
html[lang="ar"] .ts-footer .list-arrow li:before, html[lang="ar"] .ts-footer .menu li:before {
    font-family: FontAwesome;
    /*content: "\f105";*/
    content: "●";
    margin-right: 10px;
    color: #ff4612;
    font-size: 15px;
    left: 20px !important;
    position: relative;
    margin-right: 18px !important;
}
html[lang="ar"] .social-links li, html[lang="ar"] .social-links li:last-child {
    margin-right: 20px !important; }

html[lang="ar"] .social-links li:first-child {
      margin-right: 0; }
html[lang="ar"] .footer-social i, html[lang="ar"] .BackTo a.fa, html[lang="ar"] .BackTo *, html[lang="ar"] .BackTo {
    text-align: center !important;
}
html[lang="ar"] .footer-social{
    float: left !important;
}

@font-face {
    font-family: 'TheMixArab';
    src: url('../fonts/TheMixArab.eot');
    src: url('../fonts/TheMixArab-1.eot') format('embedded-opentype'),
        url('../fonts/TheMixArab.woff2') format('woff2'),
        url('../fonts/TheMixArab.woff') format('woff'),
        url('../fonts/TheMixArab.ttf') format('truetype'),
        url('../fonts/TheMixArab.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij Helvetica Neue';
    src: url('../fonts/BahijHelveticaNeue-Bold.eot');
    src: url('../fonts/BahijHelveticaNeue-Bold-1.eot') format('embedded-opentype'),
        url('../fonts/BahijHelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/BahijHelveticaNeue-Bold.woff') format('woff'),
        url('../fonts/BahijHelveticaNeue-Bold.ttf') format('truetype'),
        url('../fonts/BahijHelveticaNeue-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html[lang="ar"] .member-left-content {
	font-family: 'Bahij Helvetica Neue', sans-serif;
}
html[lang="ar"] .header ul.navbar-nav > li > a, html[lang="ar"] .header ul.navbar-nav li .dropdown-menu li a{
      font-family: 'Bahij Helvetica Neue', sans-serif !important;
  }

html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] h5, html[lang="ar"] h6 {
  font-family: 'Bahij Helvetica Neue', sans-serif; }

html[lang="ar"] h1, html[lang="ar"] h2 {
  font-family: 'Bahij Helvetica Neue', sans-serif; }
html[lang="ar"] .slider-item .slider-content .slider-info, small, html[lang="ar"] .slider-item .slider-content .slider-btn-area .btn{
        font-family: 'Bahij Helvetica Neue', sans-serif !important;
    }
html[lang="ar"] .ts-service-strategic .ts-service-wrapper .ts-title {
    font-family: 'Bahij Helvetica Neue', sans-serif;
}
html[lang="ar"] .ts-features .features-project .single-project h4 {
      font-family: 'Bahij Helvetica Neue', sans-serif;
}
html[lang="ar"] body {
  font-family: 'TheMixArab', serif !important;
}
  
html[lang="ar"] p{
      font-family: 'TheMixArab', serif !important;
}
html[lang="ar"] .history-area .carousel-indicators li {
  font-family: 'TheMixArab', serif;
}

html[lang="ar"] .testimonial-carousel .single-testimonial .testimonial-footer h3 {
    font-family: 'TheMixArab', serif;
}

html[lang="ar"] .last-info a {
    font-family: 'TheMixArab', serif;
}
html[lang="ar"] .member-left-content {
	float: right !important;
}
html[lang="ar"] .member-right-content {
	float: left !important;
}
html[lang="ar"] .post-navigation .post-previous, html[lang="ar"] .post-navigation .post-previous *{
    text-align: left !important;
}

body.error404 section#particles-js {
    display: none;
}











.fa-twitter:hover:before{content: " "; background: url(../../../../../demo-2024/images/X-logo-orange.png);}
a .fa-twitter:before{/*content:"\f099"*/    content: " ";
    background: url(../../../../../demo-2024/images/X-logo2.png);    width: 40px;
    height: 25px;
    top: 7px;
    position: relative;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center !important;}
    .topbar a:hover i.fa.fa-twitter::before {
    content: "";
    background: url(../../../../../demo-2024/images/X-logo-header-orange.png);}
    .topbar a i.fa.fa-twitter::before {
    content: "";
    background: url(../../../../../demo-2024/images/X-logo-header.png);
    height: 15px;
    top: 3px;
    background-size: auto;
}






header.sticky a.logo {
    max-width: 14rem !important;
    margin-top: -5px !important;
    padding: 0px !important;
}


div#particles-js canvas {
    opacity: 0 !important;
}