html, body {
    scroll-behavior: smooth;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden !important;
}
h1 {
    font-family: 'Lato', sans-serif;
}
p {
    font-size: 1.2em;
}
a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.rowSpacing {
	
	padding: 20px 0 20px 0; 
	width: 100%;
}

input[type=text],input[type=submit], textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}


@media only screen and (max-width: 900px) {
    body {
        overflow-x: hidden !important;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
    }
}
.fade-in-element {
    animation: fade-in 2s;
}
/* ---------------------------------------------- 
                  Hero Section
   ---------------------------------------------- */
header {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
}
.copy {
	font-size: 11px;
	color: white;
	margin-right: 14px;
}

.blue-banner {
    background-color: #2e5caf;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.topbar {
    position: fixed;
    background-color: #ffffff;
    padding: 15px 0 5px 0;
    min-height: 20px;
    width: 100%;
    top: 0;
    z-index: 12;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.topbar p {
    color: #246e6c;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 14px;
}
.header-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}
.header-buttons img {
    height: 35px;
    width: auto;
    margin: 0 6px;
}
nav {
    position: fixed;
    background-color: #ffffff;
    z-index: 12;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.max-width {
    max-width: 1100px;
    width: 100%;
    margin: 40px auto;
}
.logo-wrapper h2 {
    font-size: 43px;
    color: #46A9A5;
    font-weight: 600;
    padding-left: 25px;
    margin-top: -50px;
}
.logo {
    height: 100px;
    width: auto;
    z-index: 1;
    margin-bottom: 0px;
}
.nav-item {
    margin: 0 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.active {
    color: #3060b6;
}
.nav-btn {
    margin-right: 30px;
    background-color: rgb(248, 248, 248);
    padding: 10px 35px;
    border-radius: 5px;
    transition: all, .3s;
    color: #5AB808;
}
.nav-btn:hover {
    background-color: #5AB808;
    color: white;
}
.phone {
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30px;
    font-size: 20px;
}
.hero-wrapper {
    /*
    margin: 0 auto;
    margin-top: 0px;
	*/
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    text-align: left;
    background-color: #3060b6b6;
    /*border-radius: 5px;*/
    padding: 55px 44px;
    position: absolute;
    /*bottom: 35%;*/
    left: 2%;
    top: 210px;
    /*right: 0%;*/
    z-index: 10;
    min-height: 0px;
}
.hero-wrapper-text {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
}
.hero-wrapper h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 10px 0;
    color: white;
    text-align: left;
    font-weight: 600;
}
.hero-wrapper p {
    font-size: 22px;
    margin: 10px 0;
    color: white;
    text-align: left;
}
.hero-btn {
    text-align: center;
    background-color: #46A9A5;
    color: #fafafa;
    font-size: 18px;
    padding: 12px 35px;
    letter-spacing: .5px;
    font-weight: 600;
    margin: 10px 0;
    border-radius: 1px;
}
.hero-btn:hover {
    background-color: rgb(170, 170, 170);
}
@media only screen and (max-width: 850px) {
	
	.logo-wrapper-mobile {
	/*position: relative !important;*/
		width: 150px;
	}
	.mobile-menu-phone {
		display: none !important;
	}
	
	.blue-banner {
		padding: 5px;
	}
	.blue-banner h1 {
		font-size: 22px;
	}
	
	.hero-wrapper-text {
		align-items: center !important;
	}
		.hero-wrapper-text p{
		text-align: center !important;
			padding: 5px;
	}
	
	.max-width {
		padding: 10px;
    box-sizing: border-box;
	}
	
	
    /*
	.mobile-menu {
		overflow: inherit!important;
	}

	*/
		.nav-menu {
		padding-left: 0 !important;
	}
	
    header {
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 0px;
    }
    nav {
        display: none;
    }
    .logo {
        margin-bottom: 30px;
    }
    .nav-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nav-item {
        margin: 10px 0;
        font-size: 22px;
    }
    .phone-number {
        margin-top: 30px;
    }
    .phone {
        margin-right: 0;
        margin-top: 30px;
        font-size: 18px;
    }
    .hero-wrapper {
        margin-top: 0px;
        width: 100%;
        padding-left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
        bottom: 0%;
        left: 0%;
        right: 0%;
        min-height: 100px;
    }
    .hero-wrapper h1 {
        font-size: 29px;
		line-height: 1;
        margin: 10px 0;
        margin-top: 0;
        color: white;
        text-align: center;
    }
    .hero-btn {
        width: 80%;
        font-size: 15px;
    }
}
/* Slideshow container */
.responsive {
    max-width: 175%;
    height: auto;
}
.slideshow-container {
    margin-top: 90px !important;
    width: 100%;
    min-height: 500px;
    position: relative;
    margin: 0;
}
.mySlides {
    display: none;
}
.mySlides img {
    width: 100%;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0 25px;
    color: rgb(255, 255, 255), 255);
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    z-index: 100;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    z-index: 100;
}
.numbertext {
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    top: 10%;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@media only screen and (max-width: 850px) {
    .slideshow-container {
        min-height: 350px;
        overflow-x: hidden !important;
    }
    .mySlides img {
        width: auto;
        height: 350px;
    }
    .text {
        padding: 8px 0px;
        position: absolute;
        bottom: 60%;
        width: 93%;
        left: 0;
        right: 0;
    }
}
/* Intro */
#intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
#intro h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #46A9A5;
}
#intro p {
    font-size: 17px;
    line-height: 24px;
    margin: 25px auto 35px auto;
    text-align: center;
    width: 60%;
}
#intro a {
    text-align: center;
    background-color: #46A9A5;
    color: #fafafa;
    font-size: 18px;
    padding: 15px 30px;
    letter-spacing: .5px;
    font-weight: 600;
    border-radius: 1px;
}
@media only screen and (max-width: 850px) {
    #intro p {
        width: 90%;
    }
}
/* Services */
#services {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 50px 0 0px 0;
    background-color: #FFEAED;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.services-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
}
.services-text-wrapper h2 {
    font-size: 34px;
    font-weight: 700;
    color: #F39080;
}
.services-text-wrapper p {
    font-size: 17px;
    line-height: 24px;
    margin: 25px 0 32px 0;
}
.services-text-wrapper a {
    text-align: center;
    background-color: #F39080;
    color: #fafafa;
    font-size: 18px;
    padding: 15px 30px;
    letter-spacing: .5px;
    font-weight: 600;
    border-radius: 1px;
}
#services img {
    width: 40%;
    height: auto;
    border-radius: 2px;
    border: 3px solid #F39080;
    box-shadow: 0 3px 10px rgb(248, 248, 248);
}
@media only screen and (max-width: 850px) {
    #services {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 45px 0;
    }
    .services-text-wrapper {
        width: 90%;
    }
    #services img {
        width: 90%;
        margin-top: 25px;
    }
}
/* Testimonials */
#testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFEAED;
}
.testimonials-top-wrapper {
    padding: 130px 0 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0% 15%, 100% 0%, 100% 100%, 0 100%);
    background-color: black;
    background-image: url("img/testimonials.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#testimonials h2 {
    font-size: 43px;
    margin-bottom: 45px;
    color: white;
    font-weight: 700;
}
.testimonials-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.testimonial-wrapper {
    background-color: white;
    width: 25%;
    padding: 25px;
    border-radius: 4px;
    border: 2px solid rgb(224, 224, 224);
    transition: all, .3s;
}
.testimonial-wrapper:hover {
    border: 2px solid #F39080;
    transform: scale(1.04);
    cursor: pointer;
}
.testimonial-wrapper p {
    font-size: 17px;
    margin: 20px 0;
    line-height: 22px;
    font-weight: 500;
}
.testimonial-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
}
.testimonial-wrapper img {
    width: 50px;
    height: auto;
}
#testimonials a {
    background-color: #F39080;
    padding: 15px 35px;
    border-radius: 5px;
    transition: all, .3s;
    font-size: 18px;
    font-weight: 600;
    color: #fdfdfd;
    margin-top: 25px;
}
#testimonials a:hover {
    background-color: #df8375;
}
@media only screen and (max-width: 850px) {
    #testimonials {
        padding-bottom: 60px;
        padding-top: 100px;
        background: url("img/testimonials.jpg");
        background-attachment: scroll;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .testimonials-top-wrapper {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        padding: 30px 0;
    }
    .testimonials-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .testimonial-wrapper {
        background-color: white;
        width: 80%;
        margin: 10px 0;
    }
}
/* Portfolio */
#portfolio {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#portfolio h2 {
    font-size: 40px;
    font-weight: 700;
    color: #46A9A5;
}
#portfolio hr {
    width: 5%;
    margin: 20px 0;
    height: 2px;
    background-color: #e9daca;
    border: none;
}
.portfolio-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin: 8px;
    width: 20%;
    height: auto;
}
.myImg:hover {
    opacity: 0.7;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 160px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 40%;
    max-width: 700px;
}
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
/* The Close Button */
.close {
    position: absolute;
    top: 140px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
@media only screen and (max-width: 850px) {
    .image-box {
        width: 350px;
        overflow: hidden;
        margin: 12px;
    }
}
@media only screen and (max-width: 850px) {
    .myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
        margin: 10px;
        width: 40%;
        height: auto;
    }
}
/* CTA */
#cta {
    padding: 55px 0;
    background-color: #46A9A5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cta h3 {
    font-size: 18px;
    line-height: 25px;
    color: white;
    width: 60%;
    text-align: center;
    font-weight: 500;
}
#cta a {
    text-align: center;
    background-color: #fafafa;
    color: #46A9A5;
    font-size: 18px;
    padding: 13px 30px;
    letter-spacing: .5px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 25px;
}
@media only screen and (max-width: 850px) {
    #cta h3 {
        width: 90%;
    }
}
/* ---------------------------------------------- 
                   Footer
   ---------------------------------------------- */
footer {
    background-color: #3060b6;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.footer-link img {
    width: 200px;
    height: auto;
    margin-top: 10px;
}
footer a:link {
    color: white;
}
footer a:visited {
    color: white;
}
.copyright {
    color: rgb(167, 167, 167);
}
@media only screen and (max-width: 850px) {
    footer {
        padding: 35px 0;
    }
	.copy {
		margin: 0;
	}
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-column {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 25px 0;
    }
    .footer-column h3 {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: 500;
    }
    .footer-column-p {
        font-size: 19px;
        margin-bottom: 5px;
        font-weight: 300;
    }
    .footer-text {
        font-size: 21px;
        text-align: center;
        line-height: 24px;
    }
}
/* KTRAN */
img {
    max-width: 100%;
    height: auto;
}
.col {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.cols {
    float: left;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
}
.row:before, .row:after, .group:before, .group.after {
    content: "";
    display: table;
    word-wrap: break-word;
}
.row:after, .group:after {
    clear: both;
    word-wrap: break-word;
}
.row, .group {
    zoom: 1;
    word-wrap: break-word;
}
.col-xs-11 {
    width: 91.662%;
}
.col-xs-10 {
    width: 83.332%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.662%;
}
.col-xs-7 {
    width: 58.331%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.662%;
}
.col-xs-4 {
    width: 33.332%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.662%;
}
.col-xs-1 {
    width: 8.332%;
}
/*only if the device width is atleast 768px or higher*/
@media screen and (min-width: 768px) {
    .col-sm-11 {
        width: 91.662%;
    }
    .col-sm-10 {
        width: 83.332%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.662%;
    }
    .col-sm-7 {
        width: 58.331%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.662%;
    }
    .col-sm-4 {
        width: 33.332%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.662%;
    }
    .col-sm-1 {
        width: 8.332%;
    }
}
@media screen and (min-width: 1024px) {
    .col-md-11 {
        width: 91.662%;
    }
    .col-md-10 {
        width: 83.332%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.662%;
    }
    .col-md-7 {
        width: 58.331%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.662%;
    }
    .col-md-4 {
        width: 33.332%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.662%;
    }
    .col-md-1 {
        width: 8.332%;
    }
}
@media screen and (min-width: 1024px) {
    .col-lg-11 {
        width: 91.662%;
    }
    .col-lg-10 {
        width: 83.332%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.662%;
    }
    .col-lg-7 {
        width: 58.331%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.662%;
    }
    .col-lg-4 {
        width: 33.332%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.662%;
    }
    .col-lg-1 {
        width: 8.332%;
    }
}
.link {
    display: inline-flex;
}
.link .icon {
    position: relative;
    top: -.75ex;
    left: .125em;
    width: 2.25em;
    height: 4ex;
    color: #2e5caf;
    transition: transform 0.3s ease;
    text-decoration: none;
}
.link .icon-circle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}
.link:link {
    color: #2e5caf;
}
.btn {
    text-align: center;
    background-color: #3060b6;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    letter-spacing: .5px;
    font-weight: 600;
    border-radius: 1px;
    border-radius: 10px;
}
.link:hover {
    color: #091936;
}
.link:hover .icon {
    transform: translate3d(.125em, 0, 0);
}
.link:hover .icon-circle {
    stroke: #091936;
    stroke-dashoffset: 0;
}
.link:hover .icon-arrow {
    stroke: #091936;
}
.shadow {
    box-shadow: 0px 1px 4px 1px #ebebeb;
}
.checklist li {

        list-style: none;
        margin: 1em 0;
	font-size: 26px;
    }
.checklist li:before {
    content: '\2713';
    display: inline-block;
    position: relative;
    top: -2px;
    width: 34px;
    height: 34px;
    margin-right: -38px;
    left: -43px;
    padding: 2px;
    font-size: 45px;
    font-weight: bold;
    line-height: 14px;
    color: white;
    background-color: #1757c7;
    /* border: 2px solid #000; */
    border-radius: 50%;
    text-align: center;
    }
