@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-optical-sizing: auto;
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #2c3462;
}


.section-icon {
	margin: 0 auto;
	width: 100px;
	height: auto;
}
.section-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* Header */
.header {
	background-color: #2c3462;
	width: 100%;
	padding: 10px;
}
.logo {
	width: 280px;
	margin: 0 auto;
}
.tel {
	text-align: center;
	font-size: 2em;
	color: #02bedf;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.gradbar {
	width: 100%;
	height: 10px;
	background: rgb(44,52,98);
	background: -webkit-linear-gradient(left, rgba(44,52,98,1) 1%, rgba(3,190,223,1) 27%, rgba(225,176,87,1) 63%, rgba(209,67,30,1) 100%);
	background: -o-linear-gradient(left, rgba(44,52,98,1) 1%, rgba(3,190,223,1) 27%, rgba(225,176,87,1) 63%, rgba(209,67,30,1) 100%);
	background: linear-gradient(to right, rgba(44,52,98,1) 1%, rgba(3,190,223,1) 27%, rgba(225,176,87,1) 63%, rgba(209,67,30,1) 100%);
}
@media (min-width: 768px) {
.header {
	padding: 10px 2%;
}
.logo {
	width: 220px;
	margin: 0;
}
.tel {
	text-align: right;
	font-size: 2.25em;
	margin: 15px 0 0 0;
}
}
@media (min-width: 992px) {
.header {
	padding: 10px 4% 10px 4%;
}
.logo {
	width: 250px;
	margin: 0 auto;
}
.tel {
	font-size: 2.5em;
	margin: 20px 0 0 0;
}
}
@media (min-width: 1200px) {
.header {
	padding: 10px 4% 10px 4%;
}
.tel {
	font-size: 3em;
	margin-top: 0;
}
}
@media (min-width: 1600px) {
.header {
	padding: 10px 10% 10px 10%;
}
.tel {
	font-size: 3.5em;
	margin-top: 10px;
}
.logo {
	width: 300px;
	margin: 0;
}
}

/** Hero **/
.hero {
	width: 100%;
	background-image: url("../images/hero02.jpg");
	background-position: left -700px center;
	background-repeat: no-repeat;
	background-size: 400%;
	padding: 70px 5%;
	position: relative;
}
.hero-text {
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.6);
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
}
.hero-text .preheader {
	font-size: 1.2em;
	text-transform: uppercase;
}
.hero h1 {
	font-size: 3.75em;
	line-height: .8em;
	color: #2c3462;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5px 0 10px 0;
}
.hero p {
	font-size: 1.15em;
	line-height: 1.3em;
	color: #2c3462;
	font-weight: 600;
	font-style: normal;
}
@media (min-width: 420px) {
.hero {
	background-position: left -600px center;
	background-size: 300%;
	padding: 70px 5%;
}
}
@media (min-width: 576px) {
.hero {
	background-position: left -400px center;
	background-size: 200%;
	padding: 70px 5%;
}
.hero-text {
	width: 85%;
	padding: 20px;
}
.hero h1 {
	font-size: 5em;
	line-height: .8em;
}
.hero p {
	font-size: 1.25em;
	line-height: 1.2em;
}
}
@media (min-width: 768px) {
.hero {
	background-position: left -150px center;
	background-size: 150%;
	padding: 100px 5%;
}
.hero-text {
	width: 75%;
}
.hero h1 {
	font-size: 6em;
	line-height: .8em;
}
.hero p {
	font-size: 1.5em;
	line-height: 1.2em;
}
}
@media (min-width: 992px) {
.hero {
	background-position: left -200px center;
	background-size: 150%;
	padding: 100px 8%;
}
.hero-text {
	width: 65%;
	margin: 0;
	text-align: left;
	background: none;
}
.hero h1 {
	font-size: 6em;
	line-height: .8em;
}
.hero p {
	font-size: 1.5em;
	line-height: 1.2em;
}
}
@media (min-width: 1200px) {
.hero {
	background-position: right -150px bottom;
	background-size: 130%;
	padding: 100px 10% 130px 10%;
}
.hero-text {
	width: 57%;
	margin: 0;
	padding: 0;
}
.hero-text .preheader {
	font-size: 1.5em;
}
.hero h1 {
	font-size: 6.5em;
}
.hero p {
	font-size: 1.5em;
}
}
@media (min-width: 1400px) {
.hero {
	background-position: right -150px bottom;
	background-size: 130%;
	padding: 110px 10% 180px 10%;
}
.hero-text {
	width: 60%;
}
.hero h1 {
	font-size: 7.5em;
}
.hero p {
	font-size: 1.75em;
}
}
@media (min-width: 1600px) {
.hero {
	background-position: center bottom;
	background-size: 130%;
	padding: 110px 10% 220px 10%;
}
.hero-text {
	width: 55%;
}
.hero h1 {
	font-size: 8em;
}
.hero p {
	font-size: 1.75em;
}
}

/** Hero Icons **/
.hero-icons {
	width: 250px;
	margin: 20px auto 60px auto;
	background-image: url("../images/gradbar-small.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px;
	border: 4px solid #fff;
	border-radius: 20px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}
.hero-icon {
	width: 180px;
	padding: 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.hero-icon-img {
	width: 60px;
	height: 50px;
	margin: 0 auto;
}
.hero-icon-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.hero-icon-txt {
	width: 100%;
	height: 50px;
}
.hero-icon-txt p {
	font-size: 1em;
	line-height: 1em;
}
.hero-icon p a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.hero-icon p a:hover {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
}
@media (min-width: 576px) {
.hero-icons {
	width: 550px;
	background-image: url("../images/gradbar.jpg");
}
.hero-icon {
	width: 90px;
	padding: 0;
	margin: 5px 5px;
}
}
@media (min-width: 768px) {
.hero-icons {
	width: 700px;
}
.hero-icon {
	width: 110px;
	padding: 0;
	margin: 5px 10px;
}
}
@media (min-width: 992px) {
.hero-icons {
	width: 800px;
	margin-top: -40px;
}
.hero-icon {
	width: 130px;
	padding: 0;
	margin: 5px 10px;
}
.hero-icon-img {
	width: 100px;
	height: 100px;
}
.hero-icon-txt p {
	font-size: 1.2em;
}
}
@media (min-width: 1200px) {
.hero-icons {
	width: 900px;
}
.hero-icon {
	width: 150px;
	padding: 0;
	margin: 5px 10px;
}
}
@media (min-width: 1400px) {
.hero-icons {
	width: 1100px;
	margin: -100px auto 50px auto;
}
.hero-icon {
	width: 180px;
	padding: 0;
	margin: 5px 10px;
}
}

/* Intro */
.intro {
	padding: 10px 2% 10px 2%;
	text-align: center;
}
@media (min-width: 576px) {
.intro {
	padding: 30px 8% 30px 8%;
	text-align: center;
}
}
@media (min-width: 768px) {
.intro {
	padding: 30px 12% 30px 12%;
	text-align: center;
}
}
@media (min-width: 992px) {
.intro {
	padding: 30px 20% 30px 20%;
	text-align: center;
}
}

/* Services */
.services {
	padding: 30px 2% 30px 2%;
	text-align: center;
}
.service {
	text-align: center;
	margin: 0 0 60px 0;
}
.service-pic {
	width: 60%;
	height: 200px;
	position: relative;
	margin: 0 auto 20px auto;
	border-radius: 10px;
	overflow: hidden;
}
.service-pic-lg {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 0 20px 0;
	border-radius: 10px;
	overflow: hidden;
}
.service-pic img,.service-pic-lg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-pic-icon {
	display: none;
}
.service-pic-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 576px) {
.services {
	text-align: center;
}
.service {
	text-align: left;
	margin: 0 0 60px 0;
}
.service-pic {
	width: 100%;
	height: 250px;
	position: relative;
	margin: 0 0 20px 0;
}
}
@media (min-width: 992px) {
.services {
	padding: 30px 12% 30px 12%;
}
.service {
	text-align: left;
	margin: 0 0 60px 10px;
}
.service-pic {
	width: 300px;
	height: 250px;
	position: relative;
	margin: 0 0 20px 0;
}
.service-pic-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	right: -50px;
	top: 40%;
	display: block;
}
}
@media (min-width: 1200px) {
.services {
	padding: 40px 20% 40px 20%;
}
}

/* Lists */
.contact-list {
	text-align: center;
}
.contact-list ul {
	list-style: none;
}
.contact-form {
	text-align: center;
	padding-left: 20px;
}
@media (min-width: 768px) {
.contact-list {
	text-align: right;
}
.contact-form {
	text-align: left;
	border-left: 1px dotted #333;
	padding-left: 20px;
}
}


/* Support */
.support {
	padding: 30px 2% 30px 2%;
	margin: 0 0 20px 0;
	text-align: center;
}
.supportpic {
	width: 100%;
	height: 300px;
	margin: 0 0 30px 0;
	border-radius: 10px;
	overflow: hidden;
}
.supportpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
.support {
	padding: 30px 12% 30px 12%;
	margin: 0 0 60px 0;
	text-align: left;
}
.supportpic {
	width: 100%;
	height: 500px;
	margin: -30px 0 0 -30px;
}
.supportpic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}

/* Testimonial */
.testimonial {
	width: 100%;
	background: #2c3462;
	padding: 50px 15%;
	color: #fff;
	text-align: center;
}
blockquote p::before {
  	content: open-quote;
}
blockquote p::after {
  	content: close-quote;
}
blockquote {
  	quotes: "“" "”" "‘" "’";
}
.testimonial h2 {
	color: #fff;
	margin: 0 0 0 0;
}
.blockquote p {
	font-size: .8em;
	line-height: 1.5em;
	color: #fff;
}
.blockquote-footer {
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	margin: 20px 0 0 0;
	color: #fff;
}
.blockquote-footer cite {
	margin: 0!important;
}
.blockquote-footer::before {
    content: none;
}
.rating {
	color: #d84b25;
	margin: 10px 0 0 0;
}
@media (min-width: 768px) {
.testimonial {
	padding: 100px 15%;
}
.blockquote p {
	font-size: .9em;
	margin: 0 0 0 30px;
}
}
@media (min-width: 992px) {
.testimonials {
	padding: 50px 15%;
}
blockquote {
	margin: 0;
	width: 100%;
}
.blockquote p {
	font-size: 1em;
	margin: 0 0 0 30px;
}
}
@media (min-width: 1200px) {
.testimonials {
	padding: 50px 20%;
}
}

/* Content */
.content {
	padding: 60px 5%;
	text-align: center;
}
@media (min-width: 1200px) {
.content {
	padding: 60px 20%;
	text-align: center;
}
}

/* Footer */
.footer {
	border-top: 1px dotted #2c3462;
	margin: 100px 0 0 0;
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.footer-icon {
	position: relative;
	top: -65px;
	margin: 0 auto;
	width: 80px;
	height: 80px;
}
.footer-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer h4 {
	font-size: 1.25em;
	font-weight: 900;
}
.footer p {
	font-size: .9em;
}
.footer-logo {
	width: 300px;
	height: auto;
	margin: 0 auto;
}
.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer ul {
	list-style: none;
	margin-left: -35px;
}
.footer a {
	color: #da5c3c;
	text-decoration: underline;
	font-weight: 900;
	font-size: .9em;
	text-transform: none;
	
}
.footer a:hover {
	color: #da5c3c;
	text-decoration: none;
}


/* Pic Row */
.picrow {
	margin: 0;
	padding: 30px 0;
}
.picrow-pic {
	width: 90%;
	height: 120px;
	background: #eaeaea;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px auto;
}
.picrow-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 992px) {
.picrow-pic {
	width: 100%;
	height: 200px;
	background: #eaeaea;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px auto;
}
.picrow {
	margin: 0;
	padding: 30px 15%;
}
}


/* Text */
.preheader {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 4em;
	line-height: .9em;
	color: #2c3462;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5px 0 30px 0;
}
h2 {
	font-size: 2.75em;
	line-height: .9em;
	color: #2c3462;
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5px 0 30px 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: 900;
	font-style: normal;
	margin: 5px 0 10px 0;
}
p {
	font-size: .9em;
	letter-spacing: 0;
}
.service p {
	font-size: .9em;
}
@media (min-width: 992px) {
h2 {
	font-size: 4em;
}
h3 {
	font-size: 1.5em;
}
p {
	font-size: 1.1em;
	letter-spacing: 0.5px;
}
.service p {
	font-size: 1.1em;
}
}

form label {
	font-size: 1.1em;
}

/* Aligns */
.align-center {
	text-align: center;
}
.alignright-center {
	text-align: center;
}
.alignleft-center {
	text-align: center;
}
@media (min-width: 768px) {
.alignright-center {
	text-align: right;
}
.alignleft-center {
	text-align: left;
}
}

/* Colors */
.orangetxt {
	color: #da5d3d;
}
.ltbluetxt {
	color: #2fa1cf;
}

/* Rules & Dividers */
hr {
	width: 50%;
	margin: 30px auto;
	border-top: 1px dotted #2c3462;
}
hr.hrleft {
	width: 50%;
	margin: 30px 0;
	border-top: 1px dotted #2c3462;
}
.icondivider {
	border-top: 1px dotted #2c3462;
	width: 50%;
	position: relative;
	margin: 60px auto -20px auto;
}
.icondivider img {
	width: 80px;
	height: 80px;
	position: relative;
	top: -42px;
	margin: 0 auto;
}
@media (min-width: 768px) {
.icondivider {
	border-top: 1px dotted #2c3462;
	width: 50%;
	position: relative;
	margin: 60px auto 0 auto;
}
.icondivider img {
	width: 80px;
	height: 80px;
	position: relative;
	top: -42px;
	margin: 0 auto;
}
}

/** Lists **/
.content li {
	font-size: 1.1em;
}

/** Links **/
p a, li a, label a  {
	color: #da5c3c;
	text-decoration: underline;
	font-weight: 900;
	font-size: .9em;
	
}
p a:hover, li a:hover {
	color: #da5c3c;
	text-decoration: none;
}