/*

Trade Solutions - Pages Stylesheet
Handwritten by Richard Wilmot (yeomedia.group)
tradesolutionsyeovil.co.uk

*/

/* ------------ Homepage ------------ */

#home #content-container h1,
.case-studies #content-container h1 {
  padding: 200px 0 100px 0;
  margin: auto;
  width: 50%;
  text-align: center;
  color: #1e396e;
  text-transform: none;
  line-height: 50px;
  pointer-events: none;
}

/* ------------ Features ------------ */

#features-container {
  background: url("../images/features-bg.png") no-repeat top center,
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(55, 92, 180, 0) 48%,
      rgba(55, 92, 180, 1) 49%,
      rgba(55, 92, 180, 1) 100%
    );
  background-size: cover;
  margin-top: -50px;
  z-index: 320;
  position: relative;
  padding: 250px 0 120px 0;
  text-align: center;
}

#features-container.slider {
  background: url("../images/features-slide-bg.png") no-repeat top center,
    -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 1)
          25%, rgba(25, 47, 91, 1) 25%, rgba(25, 47, 91, 1) 26%, rgba(
            25,
            47,
            91,
            1
          )
          100%); /* FF3.6-15 */
  background: url("../images/features-slide-bg.png") no-repeat top center,
    -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(
            244,
            244,
            244,
            1
          )
          25%, rgba(25, 47, 91, 1) 25%, rgba(25, 47, 91, 1) 26%, rgba(
            25,
            47,
            91,
            1
          )
          100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/features-slide-bg.png") no-repeat top center,
    linear-gradient(
      to bottom,
      rgba(244, 244, 244, 1) 0%,
      rgba(244, 244, 244, 1) 25%,
      rgba(25, 47, 91, 1) 25%,
      rgba(25, 47, 91, 1) 26%,
      rgba(25, 47, 91, 1) 100%
    );
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0 0 120px 0;
}

#features.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 3rem;
  row-gap: 4rem;
  padding: 0 7rem;
}

#features.features-grid > div {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 120px 50px 60px 50px;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
#features.features-grid > div:hover {
  transform: translateY(-20px);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  background: #375cb4;
  color: #fff;
}

#features.features-grid > div:hover h4 {
  color: #fff;
}

/*#cleaning-services.cleaning-services #features > div,*/
#features .slick-slide {
  width: calc(33.33333% - 60px);
  float: left;
  margin: 0 90px 120px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 120px 50px 60px 50px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  position: relative;
}

#features .slick-slide {
  margin: 0 45px;
}

#features.services-slider .slick-slide {
  margin: 0 20px;
}

#home #features > div:nth-of-type(3n),
#cleaning-services.cleaning-services #features > div:nth-of-type(3n) {
  margin-right: 0;
}

#features > div h4,
#cleaning-services.cleaning-services #features > div h4,
#features .slick-slide h4 {
  font-weight: 700;
  color: #1e396e;
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

#home #features > div .icon svg,
#cleaning-services.cleaning-services #features > div .icon svg,
#features .slick-slide .icon svg {
  width: 60px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#home #features > div .icon svg path,
#cleaning-services.cleaning-services #features > div .icon svg path,
#features .slick-slide .icon svg path {
  fill: #fff;
}

/*#cleaning-services.cleaning-services #features > div:hover,*/
#features .slick-slide:hover {
  margin-top: -30px;
  margin-bottom: 150px;
  -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.3);
  background: #375cb4;
  color: #fff;
}

#features .slick-slide:hover {
  margin-top: -30px;
  margin-bottom: 30px;
}

#cleaning-services.cleaning-services #features > div:hover h4,
#features > div:hover h4,
#features .slick-slide:hover h4 {
  color: #fff;
}

#home #features > div:hover .btn,
#cleaning-services.cleaning-services #features > div:hover .btn,
#features .slick-slide:hover .btn {
  border-color: #1e396e;
  color: #fff;
}

#cleaning-services.cleaning-services #features > div:hover .btn:hover {
  background: #1e396e;
}

#home #features > div .btn:hover,
#cleaning-services.cleaning-services #features > div:hover,
#features .slick-slide .btn:hover {
  background: #1e396e;
}

#home #features > div:hover .icon svg path,
#cleaning-services.cleaning-services #features > div:hover .icon svg path,
#features .slick-slide:hover icon svg path {
  fill: #bcc44b;
}

.arrow-container,
#home #features > div .icon,
#cleaning-services.cleaning-services #features > div .icon,
#features .slick-slide .icon,
#navigation ul .menu-hidden .menu > div a div {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1e396e;
  color: #fff;
  width: 140px;
  height: 160px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 140px;
  z-index: 330;
}

.arrow-container {
  transition: all 0.5s ease;
}

.arrow-container:hover {
  cursor: pointer;
  background-color: #375cb4;
}

#home #features > div .icon,
#cleaning-services.cleaning-services #features > div .icon,
#features .slick-slide .icon {
  transform: translate(-50%, -40%);
}

#features-container > a {
  border-color: #56c7e3;
  color: #fff;
  margin: 0 20px;
  position: relative;
  padding: 20px 80px;
  margin: 0.5rem;
}

#features-container > a:hover {
  background: #1e396e;
  border-color: #1e396e;
  color: #fff;
}

#features-container > a svg {
  position: absolute;
  height: 30px;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}

#features-container > a svg path {
  fill: #ffff3c;
}

.arrow {
  animation: bounce 2s infinite;
  position: relative;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  margin-left: -10px;
}

.arrow svg {
  width: 20px;
}

.arrow svg path {
  fill: #bec6d5;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* ------------ Quality Cleaing ------------ */

#quality-cleaning {
  position: relative;
}

#quality-cleaning img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}

#quality-cleaning .copy {
  padding: 50px;
  background: #56c7e3;
  position: absolute;
  top: 100px;
  right: 200px;
  width: 650px;
}

#quality-cleaning .copy h3 {
  font-size: 40px;
  color: #1e396e;
}

.accordion {
  /*margin-top: 100px;*/
}

#quality-cleaning .accordion {
  margin-top: 0;
}

.accordion_item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid #adbce0 1px;
}

#quality-cleaning .accordion_item,
#services-information .accordion_item {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-top: none;
  border-bottom: solid #499bd0 1px;
}

#services-information .accordion_item {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}

.accordion_question {
  position: relative;
  font-size: 26px;
  color: #1e396e;
  cursor: pointer;
  width: 100%;
  padding-right: 2rem;
}

#quality-cleaning .accordion_question,
#services-information .accordion_question {
  color: #fff;
}

.accordion_answer {
  display: none;
}

.accordion_answer p {
  margin: 0;
}

.expanded.accordion_question {
  margin-bottom: 15px;
}

.accordion_question::before {
  content: "+";
  position: absolute;
  top: 2px;
  right: 12px;
  color: #375cb4;
  font-size: 35px;
}

.expanded.accordion_question::before {
  content: "-";
}

/* ------------ Before After ------------ */

#before-after-container {
  background: #192f5b url("../images/before-after-bg.gif") no-repeat bottom
    center;
  background-size: 100% auto;
  padding: 160px 0 250px;
  position: relative;
}

#before-after-container .content {
  max-width: 1800px;
  position: relative;
}

#before-after-copy {
  width: 525px;
  height: 600px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background: #fff;
  text-align: center;
  position: relative;
  float: left;
  z-index: 220;
  margin-top: 30px;
}

#before-after-copy .copy {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 80px;
}

#before-after {
  float: right;
  position: absolute;
  width: 75%;
  top: 0;
  right: 0;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  height: 34rem;
  object-fit: cover;
}

.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 5px;
  margin-left: -2px;
  background-color: rgba(25, 47, 91, 0.45);
  cursor: ew-resize;
}

.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 140px;
  height: 160px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  transform: translate(-50%, -50%);
  content: "";
  background: #375cb4 url("../images/handle-bg.png") no-repeat center center;
  transition: all 0.3s ease;
}

.ba-slider-after,
.ba-slider-before {
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 240px;
  text-align: center;
  bottom: 50px;
  position: absolute;
}

.ba-slider-after {
  right: 75px;
}

.ba-slider-before {
  left: 75px;
}

/* ------------ Services ------------ */

#services-information-container {
  background: #56c7e3;
  padding: 110px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#services-information {
  max-width: 700px;
}

#services-information h2 {
  text-align: center;
  color: #1e396e;
}

.services-slider {
  overflow: hidden;
  position: relative;
  padding: 100px 0 0 0;
}

#cleaning-services .services-slider {
  padding: 0 0 2rem 0;
}

/* ------------ Gallery ------------ */

#gallery-images li {
  position: relative;
  margin: 0 3% 3% 0 !important;
  float: left;
  padding: 0;
  width: 30%;
  background: #375cb4;
  border-radius: 10px;
  overflow: hidden;
}

#gallery-images li::before {
  content: "" !important;
  margin: 0 !important;
}

#gallery-images li img {
  width: 100%;
  height: auto;
  float: left;
  opacity: 0.7;
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

#gallery-images li .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

#gallery-images li .overlay svg {
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

#gallery-images li .overlay svg path {
  fill: #fff;
}

#gallery-images li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

#gallery-images li:hover img {
  opacity: 1;
}

#gallery-images li:hover .overlay svg {
  height: 50px;
  opacity: 0.7;
}

@media (max-width: 2000px) {
  #gallery-images li {
    width: -webkit-calc(33.33% - 24px);
    width: -moz-calc(33.33% - 24px);
    width: calc(33.33% - 24px);
  }
}

@media (max-width: 1000px) {
  #gallery-images {
    margin: 0;
    float: none;
  }
  #gallery-images li {
    width: -webkit-calc(25% - 24px);
    width: -moz-calc(25% - 24px);
    width: calc(25% - 24px);
  }
}
@media (max-width: 850px) {
  #gallery-images li {
    width: -webkit-calc(33.33% - 24px);
    width: -moz-calc(33.33% - 24px);
    width: calc(33.33% - 24px);
  }
}
@media (max-width: 560px) {
  #gallery-images li {
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    width: calc(50% - 24px);
  }
}

/* ------------ Features ------------ */

#case-studies-slider-container {
  border-top: solid 1px #c7dbf2;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.slider-arrow {
  position: absolute;
  top: 20px;
  cursor: pointer;
}

#cleaning-services .slider-arrow {
  top: 50%;
}

.slider-arrow svg {
  width: 20px;
}

.slider-arrow svg path {
  fill: #375cb4;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#cleaning-services .slider-arrow svg path {
  fill: #fff;
}

.prev-slide {
  left: 20%;
}

#cleaning-services .prev-slide {
  left: 8%;
}

.prev-slide svg {
  transform: rotate(90deg);
}

.next-slide {
  right: 20%;
}

#cleaning-services .next-slide {
  right: 8%;
}

.next-slide svg {
  transform: rotate(-90deg);
}

.slider-arrow:hover svg path {
  fill: #44404a;
}

#cleaning-services .slider-arrow:hover svg path {
  fill: #375cb4;
}

.filter-group {
  text-align: center;
  margin-bottom: 30px;
}

.slider-filter {
  font-weight: 700;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  border-top: solid 2px #e2f3fe;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  font-size: 16px;
  margin: 0 25px;
}

.slider-filter:hover,
.slider-filter.active {
  color: #375cb4;
  border-top: solid 2px #375cb4;
}

#case-studies-slider .slick-slide {
  margin: 0 5px;
}

#case-studies-slider,
#blog-list {
  text-align: center;
}

#blog-list {
  padding: 110px 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 5rem;
}

#case-studies-slider .case-study-item,
#case-studies-list .case-study-item,
#blog-list .blog-item {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  position: relative;
}

#case-studies-slider .case-study-item {
  width: 33%;
  display: inline-block;
  max-width: 580px;
  margin: 50px 25px;
}

#case-studies-list .case-study-item {
}

#case-studies-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 380px);
  gap: 5rem;
  padding: 0 3rem;
}

#case-studies-slider .case-study-item img {
  width: 100%;
  height: 15rem;
  opacity: 0.8;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#case-studies-list .case-study-item img,
#blog-list .blog-item img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#case-studies-slider .case-study-item .copy,
#case-studies-list .case-study-item .copy,
#blog-list .blog-item .copy {
  background: #375cb4;
  color: #fff;
  position: absolute;
  padding: 40px 30px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

#case-studies-slider .case-study-item .copy h5,
#case-studies-list .case-study-item .copy h5,
#blog-list .blog-item .copy h5 {
  color: #fff;
}

#case-studies-slider .case-study-item .copy p,
#case-studies-list .case-study-item .copy p,
#blog-list .blog-item .copy p {
  margin-bottom: 20px;
  font-size: 16px;
}

#case-studies-slider .case-study-item .copy .btn,
#case-studies-list .case-study-item .copy .btn,
#blog-list .blog-item .copy .btn {
  border-color: #1e396e !important;
  color: #fff;
}

#case-studies-slider .case-study-item .copy .btn:hover,
#case-studies-list .case-study-item .copy .btn:hover,
#blog-list .blog-item .copy .btn:hover {
  background: #1e396e;
}

#case-studies-slider .case-study-item:hover,
#case-studies-list .case-study-item:hover #blog-list .blog-item:hover {
  background: #375cb4;
}

#case-studies-slider .case-study-item:hover img,
#case-studies-list .case-study-item:hover img #blog-list .blog-item:hover img {
  opacity: 1;
}

#case-studies-slider .case-study-item:hover .copy,
#case-studies-list .case-study-item:hover .copy {
  bottom: 0px;
}

#case-studies-list .case-study-item .copy,
#blog-list .blog-item .copy {
  opacity: 1;
  bottom: -40px;
}

#case-studies-slider-container > .btn {
  border-color: #56c7e3;
  min-width: 320px;
  margin: 10px;
}

#case-studies-slider-container > .btn:hover {
  background: #56c7e3;
}

#cleaning-services #features .slick-list {
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding-top: 8rem;
}

/* ------------ Estimate ------------ */

/*#cleaning-services #estimate-container {*/
/*    padding: 200px 20px 40px 20px;*/
/*}*/

#estimate-container {
  padding: 40px 20px;
  color: #fff;
  background: #375cb4;
}

.cleaning-services #estimate-container {
  background: #fff;
}

#estimate-container h4 {
  color: #fff;
  text-transform: none;
  padding: 0;
}

.cleaning-services #estimate-container h4 {
  color: #192f5b;
}

#estimate-container h4 svg {
  width: 20px;
  margin-right: 20px;
}

#estimate-container h4 svg path {
  fill: #fff;
}

.cleaning-services #estimate-container h4 svg path {
  fill: #192f5b;
}

/* ------------ About ------------ 

#script-container {
	background: #1d1d1b;
	margin-bottom: -80px;
}

#script {
	padding: 130px 0;
	text-align: center;
}

#script h2 {
	color: #fddf00
}

#script > p {
	color: #fff;
	max-width: 50%;
	margin: 0 auto 75px auto
}

#script .safe {
}

#script .safe div.text {
	background: #fddf00;
	text-align: left;
	width: 100%;
	padding: 50px;
    max-width: 1024px;
    margin: auto
}

#script .safe div.text h2,
#script .safe div.text p{
	color: #1d1d1b;
}

#script .safe div.icon-list{
	background: #292826;
	padding: 50px;
    max-width: 1024px;
    margin: auto
}

#script  .safe div.icon-list ul {
	text-align: center
}

#script .safe div.icon-list li {
	width: 140px;
	height: 140px;
	margin: 5px;
	overflow: hidden;
	border-radius: 23px;
	display: inline-block;
	background: #1d1d1b;
	cursor: pointer;
	position: relative
}


#buttonWrap li img {
	width: 102%;
	height: auto;
	transform: translate(-1% , -1%);
	background: #1d1d1b;
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s; 
	-webkit-transition: all 0.5s ease-in-out 0s; 
	-o-transition: all 0.5s ease-in-out 0s;	
}

#buttonWrap li img:nth-child(1) {
	opacity: 0.1;
}

#buttonWrap li img:nth-child(1) {
	opacity: 0.1
}

#buttonWrap li img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
    opacity: 0
}

#buttonWrap li.activeel img:nth-child(2) {
	opacity: 1;
}

#textWrap > div{
    opacity:0;
	-moz-transition: all 0.5s ease-in-out 0s; 
	-webkit-transition: all 0.5s ease-in-out 0s; 
	-o-transition: all 0.5s ease-in-out 0s;
	display: none
}
#textWrap .activeel {
    opacity:1;
	display: block
}


@media screen and (max-width: 1024px) {
	#script .safe div.text,
	#script .safe div.icon-list {
		max-width: 768px;
	}
    #script .safe div.icon-list {
		padding: 30px;
	}
    #script .safe div.icon-list li {
        width: 100px;
        height: 100px;
    }
    h2 {
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 768px) {
	#script .safe div.icon-list {
		padding: 20px;
	}
	#script .safe div.icon-list li {
        width: 85px;
        height: 85px;
    }
	#script > p {
		max-width: 100%;
	}
	
}

@media screen and (max-width: 640px) {
	#script .safe div.icon-list li {
        width: 120px;
        height: 120px
	}
}

@media screen and (max-width: 480px) {
	#script .safe div.icon-list li {
        width: 90px;
        height: 90px
	}
}

																								/* ------------ Case Studies ------------ 
.case-studies-list-container {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 40px;
}

.case-studies-list {
	width: 100%;
	max-width: 1470px;
	margin: auto
}

.case-studies-list > div {
	position: relative;
	width: calc(33.33% - 10px);
	background: #edf0f2;
	display: none;
	float: left;
	margin: 0 15px 15px 0;
}

.case-studies-list div:nth-of-type(3n) {
	margin-right: 0;
}

.case-studies-list div .img {
	background: #1d1d1b;
	float: left;
	width: 100%;
    overflow: hidden
}

.case-studies-list div img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.case-studies-list  h5 {
    position: absolute;
    top: 20px;
    right: 20px;
	padding: 5px;
	background: #fbe233;
	color: #4d4d4c;
	margin: 0
}

.case-studies-list  .summary {
    padding: 40px;
	float: left;
	display: block
}

.case-studies-list  .summary p {
    font-size: 16px;
	line-height: 24px;
}

.case-studies-list div:hover img {
	opacity: 0.3;
	filter: alpha(opacity=30);
    transform: scale(1.1);
}

.case-studies-list div:hover .btn::before {
    background: #fddf00;
    content: url("../images/btn-black.png");
}

#loadMore,
#showLess {
	color: #fddf00;
	height: 30px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
    margin: auto;
    left: 50%
}

#wellbeing-hub  #loadMore,
#wellbeing-hub  #showLess {
	color: #1d1d1b;
}

loadMore {
    margin-right: 10px;
}

#showLess {
    display:none;
    margin-left: 10px;
}

#loadMore::before,
#showLess::before {
	display: block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background: #fddf00;
	content: url("../images/btn-black.png");
	float: left;
	margin-right: 20px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s; 
	-webkit-transition: all 0.5s ease-in-out 0s; 
	-o-transition: all 0.5s ease-in-out 0s;
	transform: rotate(90deg)
}

#wellbeing-hub #loadMore::before,
#wellbeing-hub #showLess::before {
	background: #1d1d1b;
	content: url("../images/btn-white.png");
}

#loadMore:hover::before,
#showLess:hover::before {
	background: #fff;
}

#wellbeing-hub #loadMore:hover::before,
#wellbeing-hub #showLess:hover::before {
	background: #fddf00;
    content: url("../images/btn-black.png");
}

.case-study-img-container {
	background: #ecf0f3;
	padding: 70px 0;
	text-align: center;
	margin-top: 40px;
}

.case-study .case-study-img-container {
	padding: 0;
	margin: 0 0 40px 0
}

.case-study-img-container img {
	max-width: 1470px;
	width: 100%;
	height: auto
}

@media screen and (max-width: 1440px) {
	.case-studies-list-container {
		padding: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.case-studies-list div {
		width: calc(50% - 8px);
		margin: 0 15px 15px 0 !important;
	}
	.case-studies-list div:nth-of-type(2n) {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	.case-studies-list div {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
}



																								/* ------------ Meet the Team ------------ 

	
.profile-container {
	width: calc(25% - 10px);
	position: relative;
	float: left;
	margin: 30px 10px 30px	 0;
	background: #edf0f2;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s; 
	-webkit-transition: all 0.5s ease-in-out 0s; 
	-o-transition: all 0.5s ease-in-out 0s;	
}

.profile-container:hover {
	background: #fddf00;;
}

.profile-container .img {
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 20px;
	overflow: hidden
}

.profile-container .img img {
	width: 100%;
	height: auto
}

.profile-container .info {
	padding: 120px 20px 20px 20px
}

.profile-container .info h4 {
	margin-bottom: 30px
}

.profile-container .info p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
}

.profile-container .info p a {
	text-decoration: underline
}

.profile-container .info p a:hover {
	text-decoration: none
}



@media screen and (max-width: 1024px) {
	.profile-container {
		width: calc(33.33% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.profile-container {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 520px) {
	.profile-container {
		width: 100%;
		margin: 30px 0
	}
}
																								/* ------------ 3D Tour ------------ 




#services.vehicle-3d-tour .content #copy .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

#services.vehicle-3d-tour .content #copy .iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
																								/* ------------ Testimonials ------------ */

#testimonials-slider-container {
  position: relative;
  text-align: center;
  padding: 110px 0 160px;
  color: #1e396e;
  background: #f4f4f4;
}

#testimonials-slider-container h3 {
  font-weight: 800;
  font-size: 28px;
  color: #1e396e;
  text-transform: none;
}

#testimonials-slider {
  overflow: hidden;
  padding-bottom: 20px;
  width: 80%;
  margin: 0 auto;
}

#testimonials-slider p:nth-child(1) {
  font-size: 19px;
}

#testimonials-slider p:nth-child(2) {
  font-size: 19px;
  opacity: 0.7;
}

#testimonials-slider .slick-slide {
  opacity: 0;
  transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -webkit-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
}

#testimonials-slider .slick-current {
  opacity: 1;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots button {
  background: #d3d3d3;
  border: solid 1px #d3d3d3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  text-indent: -25000px;
  font-size: 0;
  cursor: pointer;
}

.slick-dots .slick-active button,
.slick-dots button:hover {
  background: none;
  border: solid 1px #67799c;
}

#testimonials-slider-container .slider-arrows {
  text-align: center;
  margin-top: 30px;
}

#testimonials-slider-container .slider-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: #375cb4 solid 2px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  display: inline-block;
}

#testimonials-slider-container .slider-arrow:hover {
  background: #375cb4;
  border: #375cb4 solid 2px;
}

#testimonials-slider-container .slider-arrow svg {
  width: 12px;
  margin-top: 11px;
}

#testimonials-slider-container .slider-arrow svg path {
  fill: #1e396e;
}

#testimonials-slider-container .slider-arrow:hover svg path {
  fill: #fff;
}

/* ------------ Contact ------------ */

#contact-popup,
#newsletter-popup {
  display: none;
  width: 50%;
  background-color: #375cb4;
}

.contact-form label {
  display: none;
}

.contact-form .row {
  /*margin-bottom: 20px*/
}

.estimate-form .row {
  /*float: left;*/
  /*margin-right: 20px;*/
  /*margin-bottom: 0*/
}

.contact-form input,
.contact-form textarea,
.select select {
  border: solid 2px #192f5b;
  border-radius: 40px;
  background: none;
  /*height: 80px;*/
  /*line-height: 80px;*/
  /*padding: 0 40px;*/
  color: #1e396e;
  font-size: 16px;
  font-weight: 700;
  font-family: rubik, sans-serif;
  text-transform: uppercase;
  /*float: left;*/
  /*width: 100%;*/
  /*margin: 1rem;*/
}

.cleaning-services .select select {
  color: #1e396e !important;
}

.contact-form textarea {
  height: 300px;
}

.estimate-form input::-webkit-input-placeholder {
  color: #fff;
}
.estimate-form input:-moz-placeholder {
  color: #fff;
}
.estimate-form input::-moz-placeholder {
  color: #fff;
}
.estimate-form input:-ms-input-placeholder {
  color: #fff;
}

.cleaning-services .estimate-form input::-webkit-input-placeholder {
  color: #1e396e;
}
.cleaning-services .estimate-form input:-moz-placeholder {
  color: #1e396e;
}
.cleaning-services .estimate-form input::-moz-placeholder {
  color: #1e396e;
}
.cleaning-services .estimate-form input:-ms-input-placeholder {
  color: #1e396e;
}

.estimate-form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.estimate-form input:focus:-moz-placeholder {
  color: transparent;
}
.estimate-form input:focus::-moz-placeholder {
  color: transparent;
}
.estimate-form input:focus:-ms-input-placeholder {
  color: transparent;
}

.estimate-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.estimate-form textarea:-moz-placeholder {
  color: #fff;
}
.estimate-form textarea::-moz-placeholder {
  color: #fff;
}
.estimate-form textarea:-ms-input-placeholder {
  color: #fff;
}

.cleaning-services .estimate-form textarea::-webkit-input-placeholder {
  color: #1e396e;
}
.cleaning-services .estimate-form textarea:-moz-placeholder {
  color: #1e396e;
}
.cleaning-services .estimate-form textarea::-moz-placeholder {
  color: #1e396e;
}
.cleaning-services .estimate-form textarea:-ms-input-placeholder {
  color: #1e396e;
}

.estimate-form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.estimate-form textarea:focus:-moz-placeholder {
  color: transparent;
}
.estimate-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.estimate-form textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.select {
  position: relative;
  display: inline-block;
}
/*.contact-form .select {*/
/*    width: 100%*/
/*}*/
/*.estimate-form .select {*/
/*    width: auto*/
/*}*/

.select select {
  display: inline-block;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.estimate-form .select select {
  color: #fff;
}
.select select option {
  color: #434343;
  font-weight: 300;
}
.select select::-ms-expand {
  display: none;
}
/*.select select:hover,
        .select select:focus {
            color: #434343;
            background: #edf0f2;
        }*/
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.select_arrow svg {
  width: 15px;
}

.select_arrow svg path {
  fill: #fff;
}

.cleaning-services .select_arrow svg path {
  fill: #56c7e3;
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}

.search-file-btn {
  display: block !important;
  float: right;
  margin-top: 15px;
  cursor: pointer;
}

.row.small {
  text-align: right;
  font-size: 14px;
}
.captcha {
  /*margin-bottom: 35px;*/
}

.row.submit {
  /*float: right*/
}

.contact-form button {
  cursor: pointer;
  background: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  line-height: 1;
  float: none;
}

.estimate-form button {
  background: none;
  border-color: #fff22f;
  color: #fff;
  border-radius: 40px;
  line-height: 1;
  float: none;
}

.cleaning-services .estimate-form button {
  border-color: #56c7e3;
  color: #192f5b;
}

.contact-form button:hover {
  background: #375cb4;
  color: #fff;
}

.estimate-form button:hover {
  background: #fff22f;
  color: #375cb4;
}

.cleaning-services .estimate-form button:hover {
  background: #56c7e3;
  color: #fff;
}

.contact-info {
  font-size: 18px;
  line-height: 26px;
}

.contact-info h3 {
  margin: 0;
}

.estimate-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
}

.estimate-form .row {
  margin: 0.5rem;
}

.estimate-form .row:nth-child(1) {
  margin-left: 0;
}

.estimate-form .row.submit {
  margin-left: auto;
}

.estimate-form .row.submit button {
  padding: 1.5rem 3rem;
  border: 2px solid #fff22f;
  outline: none;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.estimate-form .row input {
  color: #fff;
}

.estimate-form .row input,
.estimate-form .row select {
  padding: 1.5rem 3rem;
}

#cleaning-services .estimate-form button {
  border: 2px solid #56c7e3;
}

#cleaning-services .estimate-form .row input {
  color: #192f5b;
}

#contact .contact-form {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

#contact .contact-form .row {
  margin: 0.5rem 0;
  position: relative;
}

#contact .contact-form .row.submit {
  margin-left: auto;
}

#contact .contact-form .row input {
  color: #1e396e;
}

#contact .contact-form .row input,
#contact .contact-form .row select,
#contact .contact-form .row textarea {
  width: 80%;
}

#contact .contact-form .row textarea {
  padding: 1.5rem 3rem;
}

#contact .contact-form .row select {
  display: inline-block;
  position: relative;
}

#contact .contact-form .select_arrow svg {
  fill: #000;
}

#contact .contact-form .row input,
#contact .contact-form .row select {
  padding: 1.5rem 3rem;
}
