body{
    background-image: url(../images/problem.jpg);
}
.hover-primary:hover
{
color: var(--theme-primary);
}
.hover-primary
{
color:#fff;
}
.text-right
{
    text-align:right;
}
.preloader img
{
position: absolute;
    left: 53%;
    top: 40%;
    height: 100px;
    width: 100px;
    margin-left: -95px;
}
.image-left
{
    position: absolute;
    left: 0;
    top: 30%;
    height: 75%;
    width: 42%;
}
.banner-section .social-icon-three {
    position: absolute;
    left: 9.8%;
    margin: 0 0 20px;
    bottom: 30px;
    z-index: 3;
    max-width: 1530px;
    padding: 0 15px;
}
.banner-section {
    padding: 0px 0 0;
}
.banner-section .outer-box {
    min-height: 700px;
}
.client-block .image {
    position: relative;
    display: inline-block;
    border: 0px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonial-block-five .inner-box {
    position: relative;
    padding-right: 40px;
    background-color: inherit;
}
.testimonial-section-five h2{
    color:#FFF;
}
.testimonial-carousel
{
    padding-bottom:100px;
}
.about-section {
    padding: 130px 0 90px;
}
.testimonial-block-five .info-box {

    padding-left: 0px;
}
.toggle-hidden-bar .line {
    background-color: #fade10;
}
.banner-section .image-box {
    position: absolute;
    right: 0;
    top: 15%;
    height: 75%;
    width: 50%;
}
.clients-section .image-column .image-box .play-btn {
    top: 50%;
    position: absolute;
    right: 50%;
    bottom: 50%;
}
.side-img::after {
    content: "";
    display: block;
    position: fixed;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 30%);
}
.clients-section .image-column .image-box .play-btn .icon {
    background-color: #ffde1f;
}
.workshop-one_list li {
    position: relative;
    font-weight: 600;
    text-align: left;
    border-radius: 50px;
    display: block;
    font-size: var(--font-17);
    color: #000;
    padding: 16px 30px 16px 55px;
    margin-bottom: 10px;
    background-color: #e4e2da;
}
.workshop-one_list li::before {
    position: absolute;
    content: "\f058";
    left: 25px;
    color: #000;
    font-family: "Font Awesome 5 Free"; 

}
.services-section {
    padding: 60px 0 170px;
}
.clients-section {
    padding: 120px 0 120px;
}
.service-block-four .title {
    color: #ffffff;
    text-transform: inherit;    
    margin-bottom: 12px;
}
.sec-title-four h2 {
    position: relative;
    font-size: 55px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #ffffff;
    font-family: var(--sec-title-font-family);
    font-weight: var(--sec-title-font-weight);
    margin-bottom: 0;
}
.service-block-four .inner-box {
    position: relative;
    padding: 40px 35px 60px;
    -webkit-box-shadow: 0 10px 43px rgba(98, 143, 144, 0.08);
    box-shadow: 0 10px 43px rgba(98, 143, 144, 0.08);
    background-color: #292929;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-four .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: none;
    content: "";
}
.sec-title-four h2:before {
    position: absolute;
    left: 0;
    top: 50px;
    height: 6px;
    width: 230px;
    background-color: inherit;
    opacity: 0.5;
    content: "";
}
 /*------------------------Projects --------------------------*/
 
#projects .grid {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
#projects .grid > li {
  width: calc(100% / 3 - 30px);
  margin: 0px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 15px;
}
#projects .filters {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
#projects .grid li img {
  max-width: 100%;
  border-radius: 10px;
}
#projects .filters button {
  padding: 10px 25px;
  margin: 0px 5px;
  background-color: #121212;
  border: none;
  border-radius: 10px;
  transition: 150ms;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  position: relative;
  outline: none;
  cursor: pointer;
}
#projects .filters button.is-checked {
  background-color: #fff;
  color: #121212;
}
#projects .element-item > div {
 
  color: #dddddd;
}
#projects .element-item p {
  font-size: 18px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}

@media (max-width: 767px) {
  #projects .filters button {
    padding: 5px 10px;
    margin: 5px;
  }
  #projects .grid > li {
    width: calc(100% - 30px);
  }
  #projects .element-item p {
    font-size: 16px;
    line-height: 22px;
  }
}

.project-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 50px;
  }
  
  .project-content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .project-content:hover .content-overlay{
    opacity: 1;
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .project-content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #ffde1f;
    font-size: 18px;
    font-weight: 500;
  }
  
  .fadeIn-bottom{
    top: 80%;
  }

  .page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
    background-color: #121212;
}
  
.dark-layout {
    background-image: none;
    background-repeat: repeat;
    background-color:#00000000;
}
.testimonial-block-five .inner-box {
    position: relative;
    padding-right: 0PX;
    background-color: inherit;
}
.testimonial-block-five {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #0c0c0c;
    padding: 5px;
    border-radius: 10px;
}
.testimonial-block-five .text-box .text {
    font-size: 18px;
    line-height: 34px;
    color: #878c8f;
    letter-spacing: 0.05em;
    font-style: italic;
}
.testimonial-block-five .text-box .icon {
    position: absolute;
    left: 10px;
    top: 25px;
}
.testimonial-block-five .text-box {
    position: relative;
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 15px;
}
.testimonial-block-five .content-box {
    position: relative;
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.icon-quote-2 {
    width: 51px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}
.services-section .content {
    position: relative;
    padding-left: 70px;
}
.services-section .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--theme-color1);
    margin-top: 35px;
    font-size: 46px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.services-section .title {
    margin-bottom: 10px;
}
.service-block .text {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sticky-header .logo img {
    max-height: inherit;
}
.sticky-header .outer-box, .sticky-header .navbar-header {
    display: block;
}
.main-menu .navigation > li:before {
    position: absolute;
    left: 50%;
    bottom: 22px;
    height: 1px;
    width: 0%;
    background-color: var(--theme-primary);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-bottom .inner-container {
    position: relative;
    display: block;
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 0;
}

/*-------------------Accordion -------*/
.accordion {
  background-color: #ffde1f;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ffde1f;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}