
body {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #abacae;
	line-height: 25px;
  /* background-color: #F3F5F9; */
	font-family: 'JF-Flat-Regular';
	font-weight: normal;
	font-size: 14px;
	/* direction:rtl; */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow-x: hidden;
	text-align: right
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #222222;
  font-weight: 700;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
  color: #000 !important;
}

.section-header {
  margin-bottom: 30px;
}

.section-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 30px;
  color: #222222;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #f9f9f9;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(15, 17, 27, 0.8);
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #A38842;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.btn-common:hover {
  color: #fff;
  background-color: #222;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #A38842;
  background-color: transparent;
  border: 1px solid #A38842;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #A38842;
  background-color: #A38842;
}

.btn-border:focus {
  color: #fff;
  border-color: #A38842;
  background-color: #A38842;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #A38842;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #A38842;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #A38842;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

hr {
  border-top: 1px dotted #ddd;
}

.feature-bg {
  background: #A38842;
}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.feature-thumb {
  padding: 40px 0;
}

.feature-item {
  padding: 30px;
}

.feature-item .icon {
  float: left;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.feature-item .icon i {
  font-size: 36px;
  color: #fff;
  line-height: 80px;
}

.feature-content {
  color: #fff;
  margin-left: 100px;
}

.feature-content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}

.feature-item:hover .icon {
  background: #fff;
}

.feature-item:hover .icon i {
  color: #A38842;
}

/* Services Item */
.services-item {
  background: #fff;
  margin: 15px 0;
  padding: 30px;
  border-radius: 4px;
  text-align: right;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 42px;
  color: #A38842;
}

.services-item .services-content h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 18px;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #A38842;
}

.services-item:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#service {
  position: relative;
}

/* Container Outside Shape */
.container-outside {
  position: absolute;
  top: 0;
  right: 0;
  width: 47.1%;
  height: 100%;
  background: #A38842;
  overflow: hidden;
}

.heading {
  padding-left: 30px;
}

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dt-cell {
  display: table-cell;
  vertical-align: middle;
}

.skill-area img {
  border-radius: 4px;
}

.skills-section {
  margin-top: 30px;
}

.skills-section .progress-box h5 {
  color: #222222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.skills-section .progress {
  background: #f9f9f9;
  height: 10px;
  margin-bottom: 30px;
}

.skills-section .progress .progress-bar {
  background: #A38842;
}

.navbar-brand {
  position: relative;
  margin-top:10px;
  padding: 0px;
margin: 10px auto;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
  margin: 0 auto;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #A38842 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #A38842 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-family: 'JF-Flat-Regular';
  color: #585b60;
  font-weight: 600;
  padding: 8px 10px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
  color: #A38842;
  outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #A38842 !important;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #A38842 !important;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #A38842;
}

.menu-white .navbar-nav .nav-link {
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #A38842;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: url(../images/hero-bg.png) center center / cover no-repeat;
}

#hero-area .contents {
  padding: 170px 0px 50px;
}

#hero-area .contents .head-title {
  color: #585b60;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Header logo & hero illustration — responsive sizing */
.navbar-brand img {
  max-height: 150px;
  width: auto;
  max-width: min(400px, 92vw);
  height: auto;
  object-fit: contain;
  display: block;
}

#hero-area .img-thumb {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

#hero-area .img-thumb img,
#hero-area .hero-main-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: min(100%, 960px);
  height: auto;
  object-fit: contain;
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #A38842;
  display: block;
  border-radius: 30px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .info-text {
  padding: 15px 20px;
  background: #fff;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #A38842;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

/* ==========================================================================
 Counter Section Style
 ========================================================================== */
#counter {
  background: url(../images/count-bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

#counter .counter-text {
  height: 100%;
  width: 100%;
  display: table;
}

#counter .counter-text > div {
  vertical-align: middle;
  display: table-cell;
}

#counter .counter-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

#counter .counter-text .desc-text p {
  margin-bottom: 15px;
}

#counter .counter-box {
  padding: 20px 15px;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 9px 16px 0px rgba(225, 225, 225, 0.004);
  text-align: center;
  position: relative;
}

#counter .counter-box .icon-o {
  color: #fff;
  margin-bottom: 20px;
}

#counter .counter-box .icon-o i {
  font-size: 42px;
}

#counter .counter-box h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#counter .counter-box h3:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 45px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e5e5e5;
}

#counter .counter-box p {
  color: #fff;
  font-size: 16px;
}


.h3 {
  font-size: 16px;
  margin-top: 26px;
}

/* Footer Area Start */
.footer-area {
  background: #34363a;
}

.footer-area .footer-titel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #A38842;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #A38842;
  border-left: 1px solid #ddd;
}

.copyright {
  background: #34363a;
  padding: 15px;
}


.copyright .footer-logo img {
  width: 80%;
}

.copyright p {
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #A38842;
}



.lang-switcher {
    background-color: white;
    border-radius: 10px;
    position: fixed;
    /* right: 0; */
    box-shadow: 2px 2px #888888;
    padding: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1030;
}

.lang-switcher a {
    color: #999999;

}

.lang-switcher a img {
  width: 28px;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.lang-icon {}

.lang-switcher .active-lang img {
    /* margin: 0 10px 0 10px ; */
    /* box-shadow: 0px 0px 5px grey; */
    border: 1px solid red;
    padding: 1px;
    /* color: #000; */

}

.comment-box {
    margin-top: 30px;
}

.comment-box h4 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6edef;
}

.comment-box li {
    margin-bottom: 30px;
    clear: both;
}

.comment-box li:last-child {
    margin-bottom: 0;
}

.comment-box ul ul {
    margin-left: 135px;
    text-align: right;
}

.comment-box p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
    color: #999;
}

.comment-box .media img {
    margin-right: 45px;
    border-radius: 50%;
    height: 90px;
    padding: 7px;
    width: 90px;
    border: 1px solid #efefef;
}

.comment-box .media h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.comment-box .media h6 span {
    padding-left: 10px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.comment-box .comment-social {
    margin-left: 0;
}

.comment-box .comment-social li {
    display: inline-block;
    color: #cccccc;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-box .comment-social li:nth-child(n+2) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #e6edef;
}

.comment-box .comment-social li i {
    padding-right: 10px;
}

html[dir='rtl'] .comment-box .media h6 {
    text-align: right;
}

html[dir='rtl'] .control {
    margin-left: 20px;
}

.control {
    color: #000;
}

.pagination{
    margin-top: 10px;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0px;
}

a {
    color: #8F771D;
    text-decoration: none;
}

html[dir='rtl'] .comment-box .comment-social {
    text-align: left;
    margin-right: unset;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #8F771D;
    border-color: #8F771D;
}

html[dir='rtl'] .btn_1 {
    float: right;
}


html[dir='rtl'] .initiative .time i,
.initiative .comments i,
.initiative .initiative-progress i {
    margin-left: 5px;
    margin-right: 5px;
}


html[dir='rtl'] .list-group {
    padding-right: 0;
}

html[dir='rtl'] .kings .description::after {
    content: "\f10e";
    bottom: -18px;
    left: 25px !important;
    right: auto;
}


html[dir='rtl'] .kings .description:before {
    content: "\f10d";
    top: -18px;
    right: 25px !important;

}

html[dir='rtl'] ul.list_ok li {
    padding-right: 30px;
}

html[dir='rtl'] ul.list_ok li::before {
    right: 0;
    /* left: 0; */
    top: -3px;
}


html[dir='rtl'] .product-card.product-list .product-info .product-title {
    text-align: right;
}

html[dir='rtl'] .accordion_2 .card-header h5 a i.indicator {
    float: left;
}

html[dir='rtl'] .navbar-nav {
    padding-right: 0;
}

html[dir='rtl'] .breadcrumb-item {
    float: left;
}

html[dir='rtl'] .post-slide .read-more {

    float: left;
}

html[dir='rtl'] .post-slide .post-date i {
    margin-left: 8px;
    margin-right: 0px;
}

html[dir='rtl'] .badge {
    left: 10px;
}

html[dir='rtl'] .kings .pic {
    float: right;
}

.owl-dots {
    display: none;
}

html[dir='rtl'] .kings .title {
    display: flow-root;
    margin: 0 100px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #dca842;
    position: relative;
    top: 1px;
}

html[dir='rtl'] .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: left;
}

html[dir='rtl'] .kings .title::before {
    content: "";
    width: 1px;
    height: 70px;
    background: #dca842;
    position: absolute;
    top: -8px;
    right: -15px;
}

.post-title a {
    color: #9B6F1A !important;
}

.counter-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #DBA740;
    border-radius: .4rem;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.counter-tab-body i {
    font-size: 35px;
    margin: 20px;
    color: #027466
}

.accordion_2 .card-header h5 a {
    font-size: 15px;
}

#news-slider {
    margin-top: 5px;
}

#news-slider .owl-dots {
    display: none;
}

.sizecounter {
    font-size: 35px;

}

.counter-tab-body {
    /* flex: 1 1 auto; */
    padding: 0.55rem;
    text-align: center
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

.list-group-item {
    font-size: 14px;

}

.list-group-item a {
    color: #9B6F1A;
    font-size: 14px;

}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked+.slider {
    background-color: #444;
}

input.primary:checked+.slider {
    background-color: #2196F3;
}

input.success:checked+.slider {
    background-color: #8bc34a;
}

input.info:checked+.slider {
    background-color: #3de0f5;
}

input.warning:checked+.slider {
    background-color: #FFC107;
}

input.danger:checked+.slider {
    background-color: #f44336;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Rounded sliders */


.card {
    margin-bottom: 0px;
    border: 1px solid #e6edef;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 0;
    background-color: #fff;
}

.card .card-header {
    padding: 30px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    background-color: #fff;
}

.card .card-header.card-no-border {
    border-bottom: none !important;
}

.card .card-header h4 {
    font-size: 24px;
    font-weight: 500;
}

.card .card-header h5 {
    font-size: 22px;
    font-weight: 500;
}

.card .card-header h5:not(.mb-0) {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
    color: #2c323f;
}

.card .card-header>span {
    font-size: 12px;
    color: rgba(36, 41, 52, 0.7);
    margin-top: 5px;
    display: block;
    letter-spacing: 1px;
}

.card .card-header.bg-primary h4,
.card .card-header.bg-secondary h4,
.card .card-header.bg-success h4,
.card .card-header.bg-danger h4,
.card .card-header.bg-warning h4 {
    color: #fff;
}

.card .card-header.bg-primary h5,
.card .card-header.bg-secondary h5,
.card .card-header.bg-success h5,
.card .card-header.bg-danger h5,
.card .card-header.bg-warning h5 {
    color: #fff;
}

.card .card-header.bg-primary>span,
.card .card-header.bg-secondary>span,
.card .card-header.bg-success>span,
.card .card-header.bg-danger>span,
.card .card-header.bg-warning>span {
    color: #fff;
}

.card .card-body {
    padding: 10px;
    background-color: transparent;
}

.card .card-body p:last-child {
    margin-bottom: 0;
}

.card .card-body.bg-primary p,
.card .card-body.bg-secondary p,
.card .card-body.bg-success p,
.card .card-body.bg-danger p,
.card .card-body.bg-warning p {
    color: #fff;
}

.card .sub-title {
    border-bottom: 1px solid rgba(36, 105, 92, 0.2);
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-size: 18px;
}

.card .card-footer {
    background-color: transparent;
    border-top: 1px solid #e6edef;
    padding: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.card .card-footer.bg-primary,
.card .card-footer.bg-secondary,
.card .card-footer.bg-success,
.card .card-footer.bg-danger,
.card .card-footer.bg-warning {
    color: #fff;
}

.setting-list {
    border-radius: 0 0 0 7px;
    position: absolute;
    right: 20px;
    top: 22px;
    display: inline-block;
    float: right;
    z-index: 1;
    background-color: #fff;
}

.setting-list .setting-option {
    text-align: right;
    width: 35px;
    height: 35px;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.setting-list .setting-option li {
    display: inline-block;
}

.setting-list .setting-option li:first-child i.icon-angle-double-right {
    font-size: 14px;
}

.setting-list .setting-option.open-setting {
    width: 190px;
}

.setting-list .setting-option.setting-vertical {
    text-align: center;
    height: 40px;
}

.setting-list .setting-option.setting-vertical li {
    display: block;
    margin: 5px 0;
}

.setting-list .setting-option.setting-vertical li:first-child i.icon-angle-double-right {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.setting-list .setting-option.setting-vertical.open-setting {
    height: 170px;
    width: 35px;
}

.setting-list i {
    margin: 0 5px;
    cursor: pointer;
    line-height: 20px;
}

.setting-list i.icofont-refresh {
    font-size: 13px;
}

.card.card-load .card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card.card-load .card-loader i {
    margin: 0 auto;
    color: #24695c;
    font-size: 20px;
}

.card.full-card {
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0;
    border-radius: 0;
    border: 1px solid #efefef;
    width: calc(100vw - 12px);
    height: calc(100vh);
}

.card.full-card .card-body {
    overflow: auto;
}

.card-absolute {
    margin-top: 20px;
}

.card-absolute .card-header {
    position: absolute;
    top: -20px;
    margin-bottom: 30px;
    left: 15px;
    border-radius: 0.25rem;
    padding: 10px 15px;
}

.card-absolute .card-header h5 {
    font-size: 17px;
}

.card-absolute .card-header h5.text-white {
    -webkit-text-fill-color: #fff;
}

.card-absolute .card-body {
    margin-top: 10px;
}

.card-header .border-tab {
    margin-bottom: -13px;
}

.custom-card {
    overflow: hidden;
    padding: 30px;
}

.custom-card .card-header {
    padding: 0;
}

.custom-card .card-header img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.custom-card .card-profile {
    text-align: center;
}

.custom-card .card-profile img {
    height: 110px;
    padding: 7px;
    background-color: #f5f7fb;
    z-index: 1;
    position: relative;
}

.custom-card .card-social {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-card .card-social li {
    display: inline-block;
}

.custom-card .card-social li:nth-child(n+2) {
    margin-left: 10px;
}

.custom-card .card-social li a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: rgba(36, 105, 92, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #24695c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-card .card-social li:hover a {
    background-color: #24695c;
    color: #fff;
}

.form-control {
    font-size: 15px
}

.table thead th {
    font-weight: normal !important;
}

.remScorings i,
.remvsugge_action i,
.RMwork_scope i,
.addwork_scope i,
.work_scope i,
.work_scope i,
.remvresults i,
.remScorings i,
.remvplan i,
.remvresults i,
.remvsuggested_action i,
.remvthe_budget i,
.remvthe_output i,
.remvthe_risk i,
.remvthe_problems i {
    color: #fff;
}

.Success h5 {
    color: #9B6F1A;
    font-size: 14px;
    text-align: center;
}

.white {
    color: white;
    font-weight: normal;
    float: right
}

.Success h4 {
    color: red;
    font-size: 16px;
    text-align: center;
}

.series {
    margin: 10px 10px 0px 0px;
}

.table td,
.table th {
    padding: .45rem;
}

.custom-card .profile-details h4 {
    font-weight: 600;
    color: #242934;
}

.custom-card .profile-details h6 {
    margin-bottom: 30px;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.control {
    margin-right: 20px;
}

.alert-danger {
    font-size: 11px;
}

.custom-card .card-footer {
    padding: 0;
}

.custom-card .card-footer>div {
    padding: 15px;
    text-align: center;
}

.custom-card .card-footer>div+div {
    border-left: 1px solid #efefef;
}

.custom-card .card-footer>div h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.custom-card .card-footer>div h6 {
    font-size: 13px;
    color: #999;
}

.custom-card .card-footer>div i {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px;
}

.custom-card .card-footer>div .m-b-card {
    margin-bottom: 10px;
}

/****************************profile*****************************/
.max {
    min-height: 400px;
}

.profile-greeting {
    background-image: url(../images/profile_bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.profile-greeting {
    border: none;
}

.profile-greeting .card-header {
    padding-bottom: 0 !important;
    background-color: transparent;
}

.profile-greeting .card-header .setting-list {
    border-radius: 50%;
}

.profile-greeting h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.profile-greeting p {
    font-size: 14px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.profile-greeting .btn {
    color: #24695c;
    font-weight: 700;
}

.profile-greeting .btn:hover {
    background-color: #fff !important;
    border-color: #fff !important;
}

.profile-greeting .card-body {
    z-index: 2;
}

.profile-greeting .confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.profile-greeting .confetti-piece {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 100%;
    opacity: 0;
    border-radius: 10px 50px 35px 20px;
    -webkit-animation: makeItRain 5s infinite ease-out;
    animation: makeItRain 5s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(1) {
    left: 7%;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
    animation: makeItRain 6s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(2) {
    left: 14%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-animation: makeItRain 7s infinite ease-out;
    animation: makeItRain 7s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(3) {
    left: 21%;
    -webkit-transform: rotate(-51deg);
    transform: rotate(-51deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
    animation: makeItRain 5s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(4) {
    left: 28%;
    -webkit-transform: rotate(61deg);
    transform: rotate(61deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
    animation: makeItRain 6s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(5) {
    left: 35%;
    -webkit-transform: rotate(-52deg);
    transform: rotate(-52deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
    animation: makeItRain 5s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(6) {
    left: 42%;
    -webkit-transform: rotate(38deg);
    transform: rotate(38deg);
    -webkit-animation: makeItRain 4s infinite ease-out;
    animation: makeItRain 4s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(7) {
    left: 49%;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    -webkit-animation: makeItRain 8s infinite ease-out;
    animation: makeItRain 8s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(8) {
    left: 56%;
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
    -webkit-animation: makeItRain 7s infinite ease-out;
    animation: makeItRain 7s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(9) {
    left: 63%;
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
    animation: makeItRain 6s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(10) {
    left: 70%;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-animation: makeItRain 5s infinite ease-out;
    animation: makeItRain 5s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(11) {
    left: 77%;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    -webkit-animation: makeItRain 8s infinite ease-out;
    animation: makeItRain 8s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(12) {
    left: 84%;
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
    -webkit-animation: makeItRain 4s infinite ease-out;
    animation: makeItRain 4s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(13) {
    left: 91%;
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
    -webkit-animation: makeItRain 6s infinite ease-out;
    animation: makeItRain 6s infinite ease-out;
}

.profile-greeting .confetti-piece:nth-child(odd) {
    background-color: #418578;
}

.profile-greeting .confetti-piece:nth-child(even) {
    z-index: 1;
}

.profile-greeting .confetti-piece:nth-child(4n) {
    width: 5px;
    height: 12px;
}

.profile-greeting .confetti-piece:nth-child(3n) {
    width: 3px;
    height: 10px;
}

.profile-greeting .confetti-piece:nth-child(4n-7) {
    background-color: #418578;
}

@-webkit-keyframes makeItRain {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateY(-350px);
    }
}

/****************************initiative*****************************/
.show_initiative p {
    color: #999;
}

.init-header {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6edef;
}

.show_initiative .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(36, 105, 92, 0.05);
    --bs-table-accent-bg: unset;
}

.show_initiative .table-striped tbody tr h6 {
    text-transform: capitalize;
    color: #24695c;
}

.show_initiative .init-profile {
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .show_initiative h4 {
        margin-bottom: 0px;
    }

    .show_initiative h3 {
        margin-bottom: 0px;
    }

    .show_initiative .init-header .media-left img {
        width: 55% !important;
    }

    .show_initiative .init-profile .media {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e6edef;
    }
}

@media only screen and (max-width: 991px) {
    .show_initiative .card .card-body {
        padding: 20px;
    }

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

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

    .show_initiative table td {
        min-width: 150px;
    }

    .show_initiative table td:first-child {
        min-width: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .show_initiative .init-pal {
        margin-top: 15px;
        text-align: left !important;
    }
}

@media only screen and (max-width: 575px) {
    .show_initiative h4 {
        font-size: 18px;
    }

    .show_initiative h3 {
        font-size: 14px;
    }

    .show_initiative p {
        font-size: 13px;
    }

    .show_initiative .init-header .media-body {
        text-align: right;
    }

    .show_initiative .text-xs-center {
        margin-top: 20px;
        text-align: center !important;
    }

    .show_initiative .text-md-end {
        text-align: left;
    }
}

@media only screen and (max-width: 420px) {
    .show_initiative .init-header .media-left img {
        width: 50% !important;
    }

    .show_initiative .init-profile .media {
        display: block;
    }

    .show_initiative .init-profile .media .media-body {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

.initiative .row {
    margin: 0;
    padding: 15px 0;
    margin-bottom: 15px
}

.initiative div[class*='col-'] {
    border-right: 1px solid #eee
}

.initiative .text h3 {
    margin-bottom: 0;
    color: #555;
    font-size: 15px;
}

.initiative .text small {
    color: #aaa;
    font-size: 0.75em
}

.initiative .initiative-date span {
    font-size: 0.9em;
    color: #999
}

.initiative .image {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 0px
}

.initiative .time,
.initiative .comments,
.initiative .initiative-progress {
    color: #999;
    font-size: 0.9em;
    margin-right: 10px
}

.initiative .time i,
.initiative .comments i,
.initiative .initiative-progress i {
    margin-right: 5px
}

.initiative .initiative-progress {
    width: 200px
}

.initiative .initiative-progress .progress {
    height: 4px
}

.initiative .card {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .initiative .right-col {
        margin-top: 20px;
        margin-left: 65px
    }

    .initiative .initiative-progress {
        width: 150px
    }
}

@media (max-width: 480px) {
    ul.timeline-list li .timeline_content {
        width: 100%!important;
      }
      ul.timeline-list li::before {
        left: 0!important;
      }
      .timeline_content{
        margin-top: 30px;
      }
    .initiative .initiative-progress {
        display: none
    }
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.bg-white {
    background: #fff !important;
}

.bg-red:hover {
    color: #fff
}

.bg-blue {
    background: #85b4f2 !important;
    color: #fff
}

.bg-blue:hover {
    color: #fff
}

.bg-yellow {
    background: #eef157 !important;
    color: #fff
}

.bg-yellow:hover {
    color: #fff
}

.bg-green {
    background: #54e69d !important;
    color: #fff
}

.bg-green:hover {
    color: #fff
}

.bg-orange {
    background: #ffc36d !important;
    color: #fff
}

.bg-orange:hover {
    color: #fff
}

.bg-violet {
    background: #796AEE !important;
    color: #fff
}

.bg-violet:hover {
    color: #fff
}

.bg-gray {
    background: #ced4da !important
}

.bg-red {
    background: #ff7676 !important;
    color: #fff
}

.bg-green .h4,
.bg-green small,
.bg-green .time,
.bg-green .initiative-progress {
    color: #0c7b43 !important;
}

.bg-red .h4,
.bg-red small,
.bg-red .time,
.bg-red .initiative-progress {
    color: #fff !important;
}

.initiative-progress {
    text-align: center;
}

.logo {
    margin-top: 2em;

}

.greetingrod {
    border-radius: 2em;
}

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

