
.info-section {
	padding: 50px 0 0;
}
.boxes-section {
	padding: 0;
}
.boxes-section .section-title {
	padding-bottom: 0;
}
.content-1-section {
	padding: 100px 0;
	background: #E8FFFF;
	margin: 100px 0;
}

.post-text-section {
	padding-top: 80px;
	padding-bottom: 0;
}

.gallery-section {
	padding: 0;
}

.columns-1-section {
	padding: 0;
}
.testimonials-section {
	padding: 0;
}
/* .page-id-2331 .info-section,
.page-id-2331 .boxes-section,
.page-id-2331 .content-1-section,
.page-id-2331 .testimonials-section,
.page-id-2331 .info-section .section-title,

.page-id-2435 .info-section,
.page-id-2435 .boxes-section,
.page-id-2435 .content-1-section,
.page-id-2435 .testimonials-section,
.page-id-2435 .info-section .section-title {
	padding: 0;
} */


.post-list-section {
	padding: 0 0 50px;
}
.post-list-section .section-title {
	padding-bottom: 0;
}
.post-list-section .section-title h2 {
	margin: 0;
}
.integrations-section .gallery-slider .image-box {
	background-size: contain;
}

.integrations-section {
	background-size: 100% 150px,100% 300px;
	padding: 200px 0 280px;
	margin-bottom: -130px;
}

.promo-section {
	margin-top: 0px;
}

.promo-section .bottom {
	background-color: #222021!important;
}
.testimonial-slider .slick-arrow.slick-prev {
	z-index: 1;
}

/* New Home redesign */

.home .c-btn.btn-trans,
.home .c-btn.btn-blue {
	border-radius: 15px;
}

.home .c-btn.btn-trans {
	margin-bottom: 20px;
	width: 100%;
	max-width: 308px;
}

@media only screen and (max-width: 991px) {
	.home .c-btn.btn-trans {
		margin-right: 10px;
	}
}

.home .boxes-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #221F21;
    mix-blend-mode: multiply;
		z-index: -1;
		filter: opacity(0.95);
}

.home .boxes-section .section-texts {
	padding: 20px 0;
}
.home .boxes-section .section-title h3,
.home .boxes-section .section-texts p {
	color: #fff;
}


.home .boxes-section .box {
	box-shadow: none;
	border: 5px solid #0055b8;
	border-radius: 35px;
	margin-top: 40px;
	padding: 20px 40px;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.home .boxes-section .box .box-texts {
    height: 90px;
}

.home .boxes-section .box img {
	width: 175px;
	height: 175px;
	margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
	.home .boxes-section {
		padding: 40px 0 0;
	}
	.home .boxes-section .box {
		padding: 20px;
		margin-top: 0;
	}
	.home .boxes-section .box .box-texts {
		height: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.home .boxes-section {
		height: 100%;
		margin: 0;
	}
	.home .boxes-section .section-title {
		padding-left: 0;
	}
}

.home .post-text-section .text-block h2 {
	color: #0055b8;
	margin: 0;
}
.home .gallery-section .gall-slider .image-box {
	filter: grayscale(1);
	max-width: 80%;
}

.home .boxes-section .box p,
.home .boxes-section .box h4 {
	color: #000;
}

.home .boxes-section .box p {
	font-weight: 500;
}
.home .boxes-section .box h4 {
	font-weight: 700;
}

.home .content-1-section {
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	height: 420px;
	position: relative;
	z-index: 0;
}
.home .content-1-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2254B2;
    mix-blend-mode: multiply;
		z-index: -1;
}

.home .content-1-section .section-title {
	text-align: left;
  padding-left: 20px;
}
.home .content-1-section .section-title h3 {
	color: #fff;
}

.home .content-1-section .info-block {
	height: auto;
	overflow: hidden;
	background-color: #000;
	transition: all 0.5s ease-in-out;
}
.home .content-1-section .info-block p,
.home .content-1-section .info-block a{
	/* display: none; */
	opacity: 0;
}
.home .content-1-section .info-block:hover p {
  /* display: block; */
	opacity: 1;
	position: absolute;
	z-index: 1;
	top: 30%;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 10px;
	line-height: 25px;
}
@media only screen and (max-width: 485px) {
	.home .content-1-section .info-block:hover p {
		line-height: 20px;
	}
}

.home .content-1-section .info-block:hover a {
	/* display: block; */
	opacity: 1;
	position: absolute;
	z-index: 1;
	bottom: 20%;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 10px;
	line-height: 25px;
}

.home .content-1-section .info-block h4 {
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 30px;
	transition: color 0.5s ease-in-out;
}
.home .content-1-section .info-block .img-box {
	background-size: cover;
	background-position: center;
	height: 100%;
}

.home .content-1-section .info-block:hover .img-box {
	display: none;
}

.home .content-1-section .info-block:hover a,
.home .content-1-section .info-block:hover p,
.home .content-1-section .info-block:hover h4 {
	color: #fff;
	transition: opacity 0.5s ease-in-out;
}
.home .content-1-section .info-block a:hover {
	color: #2254B2;
}

@media only screen and (max-width: 1399px) {
	.home .content-1-section .text-block p {
		font-size: 14px;
		margin: 0;
	}
}
@media only screen and (max-width: 1199px) {
	.home .content-1-section {
		/* height: 100%; */
		padding: 50px 0;
	}

	.home #whywsi .info-block,
	.home #whywsi .text-block {
		height: 440px;
	}
	.home .content-1-section .info-block h4 {
		font-size: 18px;
		line-height: 20px;
	}
	.home .content-1-section .info-block:hover a {
		bottom: 5%;
	}
}

@media only screen and (max-width: 991px) {
	.home .content-1-section {
		height: 100%;
		margin: 100px 0;
	}
	.home #whywsi .text-block {
		height: 100%;
	}
	.home .content-1-section .mobile-col1 {
		width: 50%;
		margin-bottom: 20px;
	}
	.home .content-1-section .mobile-col2 {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.home .content-1-section {
		margin: 50px 0;
	}

	.home .content-1-section .mobile-col1 {
		width: 100%;
		margin-bottom: 30px;;
	}
	.home #whywsi .info-block {
		height: 100%;
	}
	.home .content-1-section .info-block h4 {
		font-size: 24px;
	}
	.home .content-1-section .info-block:hover a {
		bottom: 20%;
	}
}

.home .testimonials-section {
	padding: 0 0 50px;
  margin-bottom: 50px;
}

.home .testimonials-section .section-title h2 {
	display: none;
}

.home .testimonials-section .testimonial-slider {
	clip-path: polygon(20% 0, 100% 10%, 100% 89%, 49% 100%, 0 90%, 0 10%);
}
.home .testimonials-section .testimonial-slider .quote-box h5 {
	font-size: 20px;
}
.home .testimonials-section .testimonial-slider .quote-box div {
	font-size: 18px;
}

.home .testimonials-section .testimonial-slider .quote-box h5,
.home .testimonials-section .testimonial-slider .quote-box p,
.home .testimonials-section .testimonial-slider .quote-box div {
	color: #fff;
}
.home .testimonials-section .testimonial-slider .quote-box p {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.home .testimonials-section .testimonial-slider .quote-box p::before,
.home .testimonials-section .testimonial-slider .quote-box p::after {
	display: none;
}
.home .testimonial-slider .slick-arrow.slick-prev {
	left: 51%!important;
}
.home .testimonial-slider .slick-arrow.slick-next {
	right: 51%!important;
}

.home .testimonial-slider .slick-arrow {
	top: auto;
	bottom: 70px;
}

@media only screen and (max-width: 991px) {
	.home .testimonials-section .testimonial-slider .quote-box p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 485px) {
	.home .testimonials-section .testimonial-slider .quote-box p {
		font-size: 12px;
	}
	.home .testimonial-slider .slick-arrow {
		background-size: 30px;
		width: 30px;
		height: 30px;
	}
}



.home .columns-1-section .text-block ul li::before {
	width: 20px;
	height: 8px;
	border-radius: 0;
}

.home .columns-1-section .text-block ul li {
	padding-left: 48px;
}

.home .columns-1-section .section-title h2 {
	color: #0055b8;
	text-transform: capitalize;;
}


.home .container {
	padding-left: 30px;
	padding-right: 30px;
	z-index: 1;
}

.home .post-list-section {
    padding: 0 40px 150px;
}

.home .post-list-section .section-title {
	padding: 50px 0;
}
.home .post-list-section .section-title h2 {
	text-align: center;
	color: #2254B2;
	text-transform: capitalize;
}

.home .post-list-section .post-slide .slick-prev,
.home .post-list-section .post-slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.home .post-list-section .post-slide .slick-prev {
    left: -55px;
		width: 50px;
		height: 50px;
		background-image: url('../img/prev-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
		background-size: 40px;
}
.home .post-list-section .post-slide .slick-next {
    right: -55px;
		width: 50px;
		height: 50px;
		background-image: url('../img/next-arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
		background-size: 40px;
}

.home .post-list-section .post-slide .slick-track {
	display: flex !important;
}

.home .post-list-section .post-slide .col-lg-4.spacer {
	border-radius: 40px;
  border: 4px solid #2254B2;
  overflow: hidden;
	height: inherit !important;
	/* height: 470px; */
	margin-left: 10px;
	margin-right: 10px;
}
.home .post-list-section .post-slide .post-box .post-body {
	padding: 15px 40px;
	border-top: 4px solid #2254B2;
}

.home .post-list-section .post-slide .post-box .post-body h4 {
	line-height: 30px;
	color: #221F21;
	min-height: 150px;
}

.home .post-list-section .post-slide .post-box .post-img {
	border-radius: 0;
}

/* .post-list-section .post-box .post-body a:first-letter {
    text-transform: capitalize;
} */
.home .post-list-section .post-slide .post-box .post-body a {
	background-image: none;
	padding: 10px 20px 4px 0;
	text-transform: capitalize;
}

.home .post-list-section .post-slide .post-box .post-body div {
    color: #2254B2;
}

@media only screen and (max-width: 550px) {
	.home .post-list-section .post-slide .col-lg-4.spacer {
		margin-left: 5px;
		margin-right: 5px;
	}
	.home .post-list-section {
    padding: 0 20px 150px;
	}
	.home .post-list-section .post-slide .post-box .post-body {
		padding: 15px 20px;
	}
	.home .post-list-section .post-slide .post-box .post-body h4 {
		font-size: 18px;
	}
	.home .post-list-section .post-slide .slick-prev,
	.home .post-list-section .post-slide .slick-next {
		background-size: 30px;
	}

	.home .post-list-section .post-slide .slick-next {
		right: -30px;
	}
	.home .post-list-section .post-slide .slick-prev {
		left: -30px;
	}
}





.home .promo-section .inner-content {
	background-image: none;
	padding: 0;
}

.home .promo-section .inner-content video {
	object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
	/* filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ); */
	filter: grayscale(1);
}
.home .promo-section .inner-content .video-wrapper {
	clip-path: polygon(35% 0, 100% 20%, 100% 89%, 49% 100%, 0 89%, 0 20%);
  width: 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.home .promo-section .inner-content .video-wrapper .container {
	margin: 0;
  max-width: 800px;
  padding-right: 22%;
}

.home .promo-section .section-title {
	position: relative;
	z-index: 2;
}

.home .promo-section .section-title h2 {
	font-size: 35px;
}

@media only screen and (max-width: 767px) {

	.home .promo-section .inner-content {
		padding: 0 0 50px;
	}

	.home .promo-section .inner-content .video-wrapper .container {
		margin: auto;
		max-width: 100%;
		padding-right: 0;
	}
}

.footer-wsi-logo {
    margin-bottom: 50px;
}

/* End new home page redesign */



footer {
	padding: 50px 0 0;
}
.boxes-section .box,
.content-2-section .box-holder,
.values-section .value-box {
	border-radius: 16px;
	box-shadow: 0px 12px 24px 2px #eaeaea;
	border: none;
}
.testimonials-section .testimonial-slider {
	padding: 0;
}
.boxes-section .box img {
	height: 80px;
}

@media only screen and (max-width: 1399px) {
	.post-list-section {
		padding: 150px 0 50px;
	}
	.testimonial-slider .slick-arrow {
    bottom: -80px;
    top: auto!important;
  }
}

@media (max-width: 840px) {
	footer {
		padding: 0 24px;
	}
	/**************************
	* HOME PAGE
	**************************/
	.home-hero-section {
		padding: 140px 24px 40px;
	}
	.home .info-section {
		padding: 40px 24px;
	}
	/* .home .boxes-section {
		padding: 0 24px;
	} */
	.home .content-1-section {
		/* padding: 40px 24px; */
		/* margin: 40px 0; */
	}
	.home .columns-1-section {
		padding: 0 24px;
	}
	/* .home .testimonials-section {
		padding: 0 24px;
	} */
	.promo-section .inner-content {
		background-size: 100% 100%;
		padding: 200px 0 132px;
	}
	.testimonials-section .section-title {
		padding-bottom: 24px;
	}
	.testimonials-section .testimonial-slider .quote-box p {
		font-size: 18px;
	}
	/**************************
	* INTERIOR PAGES
	**************************/
	.page-hero-section {
		padding: 100px 24px;
	}
	.desc-section {
		padding: 160px 24px;
	}
	.columns-1-section {
		padding: 40px 24px 0;
	}
	.feat-section {
		padding: 40px 24px;
	}
	/* .post-list-section {
		padding: 40px 24px;
	} */
	.post-list-section .section-title h2 {
		margin: 0 0 32px;
	}
	.post-list-section .spacer {
		margin-bottom: 16px;
	}
	.content-2-section {
		padding: 40px 24px;
	}
	.content-2-section .box-holder {
		margin-bottom: 32px;
	}
	/* .post-text-section {
		padding: 0 24px 40px;
	} */
	.boxes-section {
		padding: 40px 24px;
	}
	.integrations-section .text-block {
		padding: 20px 24px 80px;
	}
	.single-quote-section {
		padding: 140px 24px;
	}
	.single-quote-section .quote-block p {
		font-size: 18px;
		line-height: 28px;
	}
	.feat-section .section-title {
		padding-bottom: 32px;
	}
	.feat-section .list-box {
		padding: 32px;
	}
	.columns-1-section .section-title {
		padding-bottom: 32px;
	}
	.columns-1-section .spacer {
		margin-bottom: 24px !important;
	}
	.page-hero-section.without {
		padding: 0 24px 40px;
	}
	body.industry-template-default.single.single-industry.postid-414.logged-in.wp-custom-logo .columns-1-section {
		padding: 0 24px 100px;
	}
	.page-hero-section.type-3 {
		padding: 100px 24px 0;
	}
	.video-tabs-section {
		padding: 44px 0 175px !important;
	}
	.testimonials-section.v2 {
		padding: 40px 24px;
	}
	.values-section {
		padding: 40px 24px;
	}
	.gallery-section {
		padding: 0;
	}
	.contact-section {
		padding: 100px 24px 56px;
	}
	.contact-section .contact-block .info-side {
		padding: 40px;
	}
}

.testimonial-slider .quote-box {
	padding-top: 20px;
  padding-left: 20px;
}

.testimonials-section .testimonial-slider .quote-box p {
    color: #222021;
    font-size: 20px;
		font-weight: 700;
    font-family: 'Poppins',sans-serif;
    line-height: 161%;
    margin: 0 0 50px;
    position: relative;
    padding: 20px;
    /* border: 5px solid #0055b8; */
    border-radius: 16px;
    background: #E8FFFF;
		box-shadow: 0px 12px 24px 2px #eaeaea;
}
.testimonials-section .testimonial-slider .quote-box p::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: dashed;
    border-color: #E8FFFF transparent;
    display: block;
    width: 0;
    border-style: solid;
}
.testimonials-section .testimonial-slider .quote-box p::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #E8FFFF transparent;
    display: block;
    width: 0;
}


#whywsi .text-block {
	position: relative;
  padding: 20px;
  border-radius: 35px;
  /* background: #E8FFFF; */
	background: #FFF;
	/* box-shadow: 10px 0px 25px 5px #ccc; */

	border: 5px solid #0055b8;
}

#whywsi .info-block {
	/* -webkit-box-shadow: 10px 0px 25px 5px #ccc;
	box-shadow: 10px 0px 25px 15px #ccc; */
	border: 5px solid #FFF;
}

#whywsi .info-block,
#whywsi .text-block {
	height: 388px;
}

/* #whywsi .text-block p::before {
	content: '';
  position: absolute;
  bottom: auto;
  right: -25px;
  border-width: 15px 0 15px 25px;
  border-style: dashed;
  border-color: transparent #E8FFFF;
  display: block;
  width: 0;
  border-style: solid;
  left: auto;
  top: 100px;
}

#whywsi .text-block p::after {
	content: '';
  position: absolute;
  bottom: auto;
  left: auto;
  border-width: 13px 0 12px 21px;
  border-style: solid;
  border-color: transparent #E8FFFF;
  display: block;
  width: 0;
  right: 0;
  top: 102px;
} */

/* @media only screen and (max-width:1199px) {

	#whywsi .text-block p::before {
		top: auto;
		left: 40px;
    bottom: -20px;
    border-color: #E8FFFF transparent;
    border-width: 20px 20px 0;
	}

	#whywsi .text-block p::after {
		top: 152px;
    left: 47px;
    bottom: -13px;
    border-color: #E8FFFF transparent;
    border-width: 20px 20px 0;
	}
} */
