section#banner {overflow: hidden;}
section#banner .triangle {
	display: block;
	position: absolute;
    bottom: 0;
    right: 76%;
	width: 100%;
	height: 100%;
	z-index: 8;
	background-color: rgba(244, 31, 13, 0.9);
    transform: skewX(-38deg);
    transform-origin: bottom left;
}
#right-triangle {
	position: absolute;
	z-index: 3;
	bottom: 0;
    right: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(244, 31, 13, 0.7);
	transform: skewX(-38deg);
}
.flexslider li {position: relative;}
.caption-text {
	position: absolute;
	left: 0;
    top: 50%;
	color: #fff;
	z-index: 10;
	width: 100%;
	transform: translateY(-50%);
}
	.caption-text  h1 {
		max-width: 470px;
		line-height: 1.2;
	}
	.caption-text p {
		max-width: 400px;
	}
	.flex-control-nav {
        bottom: 15px;
    }
.flex-control-paging li a {
    border-radius: 0;
    width: 25px;
    height: 5px;
    background: #001928;
    background-color: #001928 !important;
}
.flex-control-paging li a.flex-active {
    background: #f11f0d !important;
    background-color: #f11f0d !important;
}
.flex-control-paging li a::after {
    background-color: #f11f0d !important;
}
.flex-control-paging li {
    width: 25px;
}
	#banner-tagline {background-color: #ccc;}
#banner-tagline img {
    width: 100% !important;
}
section#about::before {
	content: "";
	display: block;
	height: 100%;
	width: 225px;
	background-image: url('../images/pink-left.png');
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
section#about::after {
	content: "";
	display: block;
	height: 100%;
	width: 225px;
	background-image: url('../images/pink-right.png');
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
	section#about .container {max-width: 1000px;}
	section#about #about-text {
		background-color: rgba(255,255,255,0.97);
		box-shadow: 0 0 5px #666;
		position: relative;
		overflow: hidden;
		padding: 20px 20px 30px;
	}
section#about #about-text p {
    color: #001c2d;
}
section#about #about-text #jay-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
section#about #about-text #jay-arrow img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 35px;
    height: 35px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    padding: 0;
    backface-visibility: hidden;
}
section#about #about-text #jay-arrow:hover img.default {
    opacity: 0;
    transition: 0.3s opacity ease;
}
section#about #about-text #jay-arrow img.default {
    opacity: 1;
    transition: 0s opacity ease;
}
section#about #about-text #jay-arrow img.active {
    opacity: 0;
    z-index: 100;
    transition: 0.3s opacity ease;
}
section#about #about-text #jay-arrow:hover img.active {
    opacity: 1;
}
	section#about #about-text img {
       	padding: 0 6px;
	}
section #about-text #jay-arrow img {
    transform: none;
    }
/*
		section#about #about-text a {
			color: #fff;
			position: absolute;
			bottom: 0;
			right: 0;
			background-color: #999;
			border-radius: 100%;
			height: 180px;
			width: 180px;
			transform: translate(50%,50%);
		}
*/
		section#about #about-text a span {
			display: block;
			margin: 30px 35px;
		}
section#services h1 {font-size: 36px;}
section#services h2 {line-height: normal;margin-bottom: 45px;}
section#services .boxed-content {
	border: 1px solid #fff;
    width: calc(100% - 100px);
    padding: 30px !important;
}
	section#services .boxed-content p {
		/*font-size: 17px;*/
		line-height: 1.5;
		font-weight: 300;
	}
section#services .boxed-content ul {
    padding-left: 15px;
}
section#services .boxed-content ul li {
    color: #f8a501;
}
	section#services .boxed-content a {
		/*background-color: #fff;
		padding: 10px 0;
		width: 180px;
		text-align: center;*/
	}
	section#services img {
        object-fit: cover;
        object-position: center;
        width: 370px;
        height: 300px;
        position: absolute;
        left: -4%;
	}
section#services::before {
	content: "";
	display: block;
	height: 100%;
	width: 70%;
	background: url('../images/blue-overlay.png') center / cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
section#services::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	display: block;
	height: 100%;
	width: 30%;
	background: url('../images/orange-overlay.jpg') center / cover;
	z-index: -1;
}
@media (min-width: 1200px) {
    section#banner .flexslider img {
    	height: calc(100vh - 113px);
    	object-fit: cover;
    }
}
@media (min-width: 1520px) {
    #banner-tagline img {width: 1000px;}
}
@media (min-width: 1620px) {
	section#about .container {
		max-width: 1200px;
	}
	section#services .boxed-content p {font-size: 18px;}
}
@media (min-width: 1920px) {
    section#banner .triangle::after {
        right: 37%;
    }
}
@media (max-width: 1419px) {
	#banner-tagline img {width: 920px;}
}
@media (max-width: 1199px) {
    section#banner .flexslider img {
    	height: calc(100vh - 113px);
    	object-fit: cover;
    }
    section#banner .triangle {
        right:71%;
    }
    .caption-text h1 {
        font-size: 30px;
        max-width: 400px;
    }
    #right-triangle {right: -100%;}
    section#about #about-text img {padding: 0 17px;}
}
@media (max-width: 991px) {
    section#banner .flexslider img {
    	height: calc(100vh - 100px);
    	object-fit: cover;
    }
	section#banner .triangle {
		transform: skewX(0deg);
		height: 100%;
		width: 100%;
		right: 0;
		background-color: rgba(244, 31, 13, 0.7);
	}
	section#about #about-text {
		width: 100%;
		max-width: 770px;
		margin: 0 auto;
	}
	section#about .container > .row > div > img {
		max-width: 770px !important;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	section#services {padding: 0;}
    section#services h1 {margin-top: 30px;}
	section#services::before, section#services::after {
		display: none;
	}
		section#services .boxed-content {max-width: 690px;width:100%;margin-bottom: 30px !important;}
		section#services > div > .row > div:first-child {
			background: url('../images/blue-overlay.png') center / cover;
		}
		section#services > div > .row > div:last-child {
			background: url('../images/orange-overlay.jpg') center / cover;
			padding-right: 15px;
		}
	section#services img {
    	max-width: 100%;
    	float: none;
    	margin: 0 auto;
    	display: block;
    	width: 600px;
        position: relative;
        height: auto;
        left: auto;
    	padding: 30px 15px;
    }
}
@media (max-width: 767px) {
    section#banner .flexslider img {
    	height: calc(100vh - 90px);
    	object-fit: cover;
    }
    section#about #about-text img {
        display: block;
        margin: 10px auto 20px;
    }
    section#about #about-text #jay-arrow img {
        margin: auto;
    }
    .caption-text .
	.caption-text h1 {
		font-size: 24px;
		max-width: 360px;
	}
	section#services .boxed-content {max-width: 510px;}
	section#services img {width: 540px;}
	section#services .boxed-content p {
		max-width: 100%;
	}
}
@media (max-width: 575px) {
	.caption-text h1 {font-size: 25px;padding-bottom: 0 !important;}
	.caption-text h3 {font-size: 22px;line-height: 1.2;}
    section#banner .flexslider img {
        height: calc(100vh - 90px);
        object-fit: cover;
    }
    .caption-text .default-btn {
        display: block;
        margin: 0 auto;
    }
    section #about-text #jay-arrow {
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
    }
	.caption-text h1 {margin: 0 auto;max-width: 100%;width: 360px;}
	section#about #about-text {padding: 20px 30px;padding-bottom: 90px;}
	section#services {padding: 0 15px;}
	section#services .boxed-content {padding: 15px 20px 30px !important;}
	section#services img {padding: 30px 0;}
	section#about #about-text img {padding: 0 0px;}
}