@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;700&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Catamaran', sans-serif;
}
.graph{
    padding: 0 5rem;
}
img{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.mobile-photos{
    display: flex;
    flex-direction: row;
}
a, a:hover, a:visited,a:active{
    color: black;
}
* ul {
    list-style-position: inside;
}

.p-right {
    padding-right: 1rem;
}

li {
    line-height: 2;
}
.nav-item {
    display: flex;
    align-items: center;
}
.about-item {
    width: 70%;
}
@media only screen and (max-width: 500px) {
    .about-item {
        width: 100%;
    }
}

.about-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
    .about-row .about-row img {
        justify-content: center;
    }
}

.profile-photo {
    width: 19em;
    border-radius: 10px;
    margin-left: 2rem;
    opacity: .98;
    object-fit: cover;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    background-color: white;
    margin: 0;
    padding: 1rem 3rem;
    flex-wrap: wrap;
}

.nav-text {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}
.logo {
    width: 30px;
}
@media only screen and (max-width: 600px) {
    .logo {
        font-size: 1rem !important;
    }
}

.section p {
    line-height: 1.7;
    text-align: justify;
}

.section, footer {
    padding: 2rem 5rem;
}
.section, footer h3,h2{
    color: black !important;
}
@media only screen and (max-width: 600px) {
    .section, footer, .graph {
        padding: 1rem 2rem;
    }
}

.footer {
    background-color: #E3B953;
}

h2 {
    display: inline-block;
    color: white;
    padding: 0.7rem 0;
}


h2:hover::after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

h3 {
    padding: 1rem 0;
}
.nav-item a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: black;
    margin: 0 1rem;
}
@media only screen and (max-width: 600px) {
    .nav-item a {
        margin: 0 0.3rem;
    }
    nav{
        padding: 0.5rem .7rem;
    }
}
.nav-item a:hover {
    color: #003872;
    text-decoration: underline;
}

header nav ul {
    display: flex;
    list-style-type: none;
}
.bg-image {
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/bg.jpg");
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.banner-left{
    width: 70%;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: rgba(250,250,250,.5);
    border-radius: 10px;
}
.banner {
    display: flex;
    flex-direction: row;
    text-align: left;
    color: white;
    align-content: center;
    justify-content: center;
}
.banner-right{
    display: flex;
}
.heading {
    font-size: 2.5em;
    padding-bottom: 1rem;
    line-height: 2;
    color: black;
}
.subheading{
    font-size: 1.5rem;
    font-weight: 400;
    color: black !important;
}
@media only screen and (max-width: 600px) {
    .heading {
        font-size: 1.2rem;
    }
    .banner-left{
        width: 100%;
        padding: 1rem;
    }
    .subheading{
        font-size: 1.1rem;
    }
    .bg-image{
        height: 500px;
    }
    .banner{
        padding-left: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .contact-right img{
        display: none;
    }
}
.contact-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contact-right img{
    width: 400px;
    border-radius: 10px;
    object-fit: cover;
}
.contact-right{
    display: flex;
    padding-left: 3rem;
}
.contact-left{
    display: flex;
    flex-direction: column;
    background-color: #003872;
    color: white;
    padding: 2rem;
    border-radius: 10px;
    max-width: 70%;
}
.contact-phone{
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
}
.contact-phone:visited{
    color: white;
    text-decoration: none;
}
.section-horizontal{
    display: flex;
    flex-direction: row;
    align-content: space-between;
}
.services{
    width: 50%;
}
.services:first-child{
    margin-right: 2rem;
}
.buttons {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10%;
    text-align: center;
}
.btn-phone {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    background-color: #024284;
    color: white;
    cursor: pointer;
    margin-top: 2rem;
    padding: 1.5rem;
    text-decoration: none;
    border: none;
    background-size: 300% 100%;
    border-radius: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.btn-phone:hover{
    color: #E3B953;
}
.btn-phone p {
    display: flex;
    align-content: center;
}
.btn-phone a, .btn-phone a:hover, .btn-phone a:focus, .btn-phone a:active {
    color: white;
    text-decoration: none;
}
.info{
    width: 100%;
    object-fit: cover;
    max-width: 650px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    margin-top: 3rem;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 600px) {
    .photo-mobile {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .btn-hover {
        padding: 1rem;
    }
    .banner{
        flex-direction: column;
    }
    .profile-photo{
        display: none;
    }
    .photo-mobile{
        width: 100px;
        border-radius: 10px;
        margin: .5rem;
        object-fit: cover;
    }
    .contact-left{
        max-width: initial ;
        align-items: center;
    }
    .contact-right{
        display: none;
    }
    .section-horizontal{
        flex-direction: column;
    }
    .services{
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 450px) {
    .banner{
        padding-left: 2rem;
    }
}
@media only screen and (max-width: 1250px) {
    .banner-right{
        display: none;
    }
    .banner{
        justify-content: center;
        padding-left: 0;
    }
}
.btn-hover:focus {
    outline: none;
}


.phone-button {
    margin-top: 4rem;
    display: inline-flex;
    border-radius: 15px;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.5;
}
.contact-text{
    text-align: initial !important;
    line-height: 1.5 !important;
}
.phone-icon {
    width: 1.5rem;
    margin: 0 1rem 0 0;
}

.form-label {
    color: black;
    font-weight: bold;
}

.form-input {
    border: 1px solid #707070;
    border-radius: 10px;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
}

.text-input {
    height: 3rem;
}

.textarea {
    width: 100%;
    height: 10rem;
    box-sizing: border-box;
    resize: none;
}

.submit {
    border: none;
    font-size: 1rem;
    margin-top: 1.5rem;
    border-radius: 10px;
    color: #E3B953;
    padding: 1rem 2.5rem;
    background-color: white;
    font-weight: 700;
    cursor: pointer;
}

.error, .success {
    font-size: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.error {
    color: firebrick;
}

.success {
    color: white;
    background-color: #6EAA2A;
}
.form-a{
    text-decoration: none;
    color: black;
    margin: 0 0.1rem;
}
/*# sourceMappingURL=stylesheet.css.map */
