.primary-btn{background-color:var(--primary-btn);color:#fff}.link-color{color:var(--secondary-clr)}.hero{background:url(../images/firm-bg.svg);background-size:contain;background-repeat:repeat-x;background-position:center bottom;height:900px;animation:animatedBackground 150s linear infinite;-moz-animation:animatedBackground 150s linear infinite;-webkit-animation:animatedBackground 150s linear infinite;-ms-animation:animatedBackground 150s linear infinite;-o-animation:animatedBackground 150s linear infinite;animation-direction: reverse !important;}@keyframes animatedBackground{0%{background-position-x:0}100%{background-position-x:-1920px}}@-moz-keyframes animatedBackground{0%{background-position-x:0}100%{background-position-x:-1920px}}@-webkit-keyframes animatedBackground{0%{background-position-x:0}100%{background-position-x:-1920px}}}input.form-control{height:60px;border-radius:22px}.hero input[type="submit"]{width:200px;height:100%;position:absolute;top:0;right:0;border-radius:22px}.hero input[type="submit"]:hover,.hero input[type="submit"]:focus{opacity:.9;color:#fff}.popular-search li:not(:last-child){margin-left:10px}.popular-search a{color:var(--secondary-clr);text-transform:capitalize;text-decoration:underline}.popular-search a:hover{color:var(--primary-clr)}.section-intro{margin-bottom:60px;position:relative}.section-intro::after{width:100%;height:2px;position:absolute;left:0;right:0;margin:0 auto;content:"";background:var(--primary-clr);top:37px}.section-intro__heading{text-transform:uppercase;font-weight:700;color:var(--primary-clr);margin-bottom:20px;display:inline-block;background:#fff;position:relative;z-index:1;padding-left:35px;padding-right:35px}.categories__blk{box-shadow:0 3px 16px rgba(0,0,0,.11);padding:50px;position:relative;width:100%}.categories__blk__icon{margin-bottom:23px}.categories__blk__icon i{font-size:60px; color: #8dc63c;}.categories__blk:hover{background-color:var(--primary-clr)}.categories__blk:hover a{color:#fff!important}.categories__counter{position:absolute;right:0;left:0;bottom:0;border-top:1px solid #C8C8C8;width:calc(100% - 30px);margin:0 auto;padding-top:10px;padding-bottom:15px;font-weight:700}.categories__hover{display:none}.cities__blk__img{height:320px;background:url(../images/berlin.jpg)}.cities__blk--descp{display:flex;justify-content:space-between;align-items:center;height:60px}.cities__blk--descp h6{margin-bottom:0}.start-work{background:url(../images/video-area-bg.f1df463338d0a3a84cd8.jpg);background-size:cover;height:480px}.coutner-row .counter{background-color:#fff;padding:40px}.start-work .fas.fa-play{width:85px;height:85px;background-color:var(--primary-clr);color:#fff;font-size:40px;border-radius:50%;line-height:85px;position:relative;text-align:center;margin-top:40px}footer{background:#000}.footer__widget{padding-top:var(--spacer-top);padding-bottom:var(--spacer-bottom)}.footer__widget__heading{color:var(--primary-clr);text-transform:uppercase;padding-bottom:15px;border-bottom:1px solid #6E6E6E;position:relative;margin-bottom:30px}.footer__widget__heading::before{position:absolute;bottom:0;width:55px;height:1px;background-color:var(--primary-clr);content:""}.footer__widget ul{display:flex;flex-direction:column;flex-wrap:wrap}.footer__widget ul>li{margin-bottom:10px}.footer__widget a:hover{color:var(--primary-clr)}.contact-info i{color:var(--primary-clr);margin-right:5px}.contact-info{margin-bottom:5px}.follow-us{margin-top:10px}.follow-us>a:not(:last-child){margin-right:10px}.navbar-nav,.navbar-nav ul{list-style:none!important}.blog__card .posted-date{border-bottom:1px solid #eee;padding-bottom:10px}.blog__categories{list-style:disc;list-style-position:inside;}.blog__categories > li{
    margin-bottom: 10px;}

.blog__card{margin-bottom: 30px;}

.blog__categories__blk{
    position: sticky;
    top: 100px;
}

#experience, .select-categories{
    height: 100px;
}

.services .col{
    max-width: 20%;
    border-right: 1px solid #eee;
}

.services .col:last-child{
    border-right: 0;
}

.services-img img {
    width: 100%;
    object-fit: contain;
    height: 150px;
}

.services .card-content:hover a{
    color: #8dc63c !important;
}

img.topxlisting-logo {
    max-width: 150px;
}

.categories__blk:hover .categories__blk__icon i{
    color: #fff;
}

.trust-icon {
color: #8dc63c !important;
}

.form-search {
    background: #fff !important;
}

@media(max-width: 767px){
    img.topxlisting-logo {
     max-width: 120px;
   }
} 
/* accordion */
.accordion {
	margin-bottom: 20px;
  }
  .accordion__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 15px 20px;
	width: 100%;
	font: inherit;
	color: #333;
	text-align: left;
	background: #eee;
	border: 0;
	border-radius: 0;
	transition: background 0.3s ease;
	cursor: pointer;
  }
  
  .accordion__button:after {
	content: '\002B';
	display: block;
	margin-left: 15px;
	font: inherit;
	font-weight: bold;
	color: #777;
  }
  
  .accordion__button:hover,
  .accordion__button.is-active {
	background: #ccc;
  }
  
  .accordion__button.is-active:after {
	content: '\2212';
  }
  
  .accordion__body {
	/* "max-height" isn't needed, but it's better for the first page draw. */
	max-height: 0;
	background: #fff;
	transition: max-height 0.3s ease;
	overflow: hidden;
    padding-left: 18px;
  }
  .accordion__button::after {
      color: #84c132;
  }
  .accordion__button, .accordion__button:hover, .accordion__button.is-active {
    background: transparent;
  }
  .accordion__button {
    margin: 15px 0;
  }
.accordion-business .accordion button {
  border:  1px solid #84c132;
}