html,
body {
	padding: 38px 0px 0px 0px;
	margin: 0px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	scroll-behavior: smooth;
	color: #1b1b1b;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #da0903;
}

::-webkit-selection {
	color: #fff;
	background: #da0903;
}

::-o-selection {
	color: #fff;
	background: #da0903;
}

::-moz-selection {
	color: #fff;
	background: #da0903;
}

.carousel-item {
	position: relative;
}

.carousel-item > img {
	width: 100%;
	height: auto;
	max-height: 100vh;
	object-fit: cover;
}

.carousel-item .carousel-caption {
	z-index: 10;
	top: 30%;
	bottom: auto;
}

.carousel-item > .img-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, .5);
}
#shaylanCarouselItems > .carousel-control-next {
	top: 40%;
	height: 40px;
	width: 50px;
	bottom: initial;
	background-color: #fff;
}


#shaylanCarouselItems > .carousel-control-prev {
	top: 40%;
	margin-top: 40px;
	left: initial;
	right: 0px;
	height: 40px;
	width: 50px;
	bottom: initial;
	background-color: #fff;
}
.btn-red {
	text-decoration: none;
	color: #ececec;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #da0903;
	position: relative;
	display: inline-block;
	padding: 10px 38px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-size: 0.9em;
	line-height: 1.8em;
	border-radius: 0;
	transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	margin: 40px 10px;
}

.btn-red:hover {
	text-decoration: none;
	color: #ececec;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	box-shadow: 0px 0px 4px 3px rgba(218, 9, 3, .4);
}

.sh-img-responsive {
	max-width: 100%;
	height: 150px;
	object-fit: cover;
}

.siteorigin-widget-tinymce > h5 > a{
	font-size: 20px;
	font-weight: bolder;
	color: #1b1b1b;
	transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.siteorigin-widget-tinymce > h5 > a:hover{
	color: #c00000;
}

.siteorigin-widget-tinymce > p > a{
	font-size: 15px;
	color: #c00000;
	font-weight: 600;
}


.why-us, .about-us-p2 {
	/* background-image: url(/img/merge-copy.jpg); */
	background-position: center center;
	background-size: cover;
	padding: 60px;
}

.siteorigin-widget-tinymce > .headin {
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.siteorigin-widget-tinymce > .headin::before {
	content: " ";
	flex: 1;
	height: 2px;
	background-color: #fff;
	margin-right: 8%;
}

.siteorigin-widget-tinymce > .headin::after {
	content: " ";
	flex: 1;
	height: 2px;
	background-color: #fff;
	margin-left: 8%;
}

.about-us {
	padding: 60px;
}

.about-us .siteorigin-widget-tinymce > .headin::before {
	background-color: #c00000;
	margin-right: 4%;
}

.about-us .siteorigin-widget-tinymce > .headin::after {
	background-color: #c00000;
	margin-left: 4%;
}

.info-content {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.info-content > div{
	flex: 1;
	padding: 10px;
	text-align: center;
}

.info-content > div:not(:last-child){
	border: none;
	border-right: 1px dotted #1b1b1b;
}

.info-content span {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}
.info-content p {
	margin: none;
}

.partners-testimonials {
	padding: 60px 0px;
	background-color: #eeeeee;
}

.partners-testimonials h1 {
	font-weight: bold;
}

.testimonial-item {
	position: relative;
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 21px 15px 21px 45px;
	margin-bottom: 30px;
	vertical-align: middle;
	font-size: 16px;
	min-height: 80px;
	/* margin-top: 30px; */
	margin: 30px;
}

.testimonial-item::before{
	background-color: #c00000;
	position: absolute; 
	content: '“'; 
	font-family: Georgia, "Times New Roman"; 
	top: 24px; 
	left: 0; 
	color: #ffffff; 
	width: 30px; 
	height: calc(100% - 46px); 
	font-size: 40px; 
	text-align: center; 
	border-top-right-radius: 2px; 
	border-bottom-right-radius: 2px; 
	line-height: 56px;
}
.testimonial-item::after { 
	position: absolute; 
	content: ''; 
	width: 0; 
	height: 0; 
	border-style: solid; 
	border-width: 20px 20px 0 0; 
	border-color: #ffffff transparent transparent transparent; 
	bottom: -20px; 
	left: 30px; 
}

.testimonial-stat {
	margin-left: 30px;
	font-weight: 600;
	font-size: 18px;
}

.contact-us-quote {
	padding: 60px;
	text-align: center;
	background-color: #f5f5f5;
	/* background-image: url(/img/RequestQuote-1.jpg); */
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.our-partners, .why-us-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.our-partners-items img{
	margin: 15px 0;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #b9babc;
	border-radius: 2px;
	transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	height: 90px;
	padding: 4px 6px;
	/* opacity: 0.6; */
	margin: 5px;
	background-color: #fff;
}

.our-partners-items img:hover{
	opacity: 1;
	border-bottom-color: #c00000;
	transform: scale(1.03);
}



.why-us-items > div > .item{
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #b9babc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	padding: 20px;
	line-height: 1.3;
	margin: 30px 0px 0px;
	background-color: #fff;
}

.why-us-items > div:hover > .item{
	opacity: 1;
	border-bottom-color: #c00000;
	transform: scale(1.01);
}

.why-us-items > div svg{
	transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;	
	width: 55px!important;
	height: 55px!important;
	fill: #999999;
}
.why-us-items > div:hover svg{
	fill: #c00000;
}

.w-u-item-i {
	display: flex;
	align-items: center;
	flex-direction: row;
	display: -webkit-flex;
}

.w-u-item-i > p {
	margin: 0px;
	flex: 1;
	color: #999999;
}

.our-presentation {
	color: inherit;
	font-size: 20px;
}

.presentations-log {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.presentations-log > div{
	flex: 1;
}

.presentations-log  img{
	max-width: 100px;
}


@media(max-width: 767px){
	.info-content {
		flex-direction: column;
	}
	.info-content > div{
		flex: 1;
		width: 100%;
	}
	.info-content > div:not(:last-child){
		border: none;
		border-bottom: 1px dotted #1b1b1b;
	}
}