/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

/* GENERAL CSS
 * --------------------------------------- */

:root {
    --icon-group-size: 10em;
    --site-width: 1300px;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    max-width: 100%;
}

/** animated **/

.animated {
    opacity: 0;
}

.animatedParent {
    overflow: hidden;
}

textarea.form-control {
    resize: none;
}

@media (max-width: 590px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        opacity: 1;
    }
}

/** no break **/

.nobr,
.nobr-small {
    white-space: nowrap;
}


@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Medium.otf') format("opentype");
    font-weight: 400;
    font-style: 400;
}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Medium.otf') format("opentype");
    font-weight: 700;
    font-style: 700;
}
@font-face {
    font-family: 'Campton-Italic';
    src: url('../fonts/CamptonBoldItalic.otf') format("opentype");
    font-weight: 700;
    font-style: 700;
}


body {
    font-family: 'Campton', Arial, sans-serif;
    color: #115664;
    text-align: center;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.text-italic{
    font-family: 'Campton-Italic', Arial, sans-serif;
}
.text-blue{
    color: #1A96AF;
}
.text-green{
    color: #9ED6BF;
}
.text-gray{
    color: #4D4E4E;
}
.text-teal{
    color: #115664;
}
.site-width {
    max-width: 1300px;
    margin: 0 auto;
}

a.text-teal:hover{
    color: #1A96AF;
}

.bg-gradient {
    background: rgb(158,214,191);
    background: linear-gradient(174deg, rgba(158,214,191,1) 0%, rgba(26,150,175,1) 100%);
}

.bg-gradient.horizontal {
    background: linear-gradient(270deg, rgba(158,214,191,1) 0%, rgba(26,150,175,1) 100%);
}

.bg-pattern{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('../images/pattern.jpg');
}

.bg-teal {
    background-color: #115664;
}
.bg-blue{
    background-color: #1A96AF;
}

.bg-blue-transparent{
    background-color: rgba(26, 150, 175, 0.8);
}
.bg-light-blue {
    background-color: rgba(26, 150, 175, 0.2);
}

.bg-green {
    background-color: #DBE8B7;
}

.bg-light-green {
    background-color: rgba(158, 214, 191, 0.1);
}

.btn{
    border-radius: 25px;
    padding: 10px 20px;
}

.btn-primary {
    background-color: #1A96AF;
    border-color: #1A96AF;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #115664;
    border-color: #115664;
}
.btn-secondary {
    background-color: #FFF;
    border-color: #FFF;
    color: #1A96AF;
    padding: 10px 20px 9px 20px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #115664;
    border-color: #115664;
    color: #FFF;
}


.text-underline{
    text-decoration: underline;
}
/* navbar */

#mobile-navbar ul li {
    padding: 10px;
    text-align: left;
}

#mobile-navbar ul li a {
    position: relative;
}

#mobile-navbar ul li i {
    float: right;
}

#mobile-navbar ul li.show i.fa-angle-right,
#mobile-navbar ul li i.fa-angle-down {
    display: none;
}

#mobile-navbar ul li i.fa-angle-right,
#mobile-navbar ul li.show i.fa-angle-down {
    display: inline-block;
}

#mobile-navbar ul.dropdown-menu {
    position: unset !important;
    border: none;
    transform: none !important;
    display: none;
}

#mobile-navbar ul.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    z-index: 2000;
}

.dropdown-toggle::after {
    border: none;
}

:not(.mobile) .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: #0F2957;
}

.mobile-menu .dropdown-toggle::after {
    content: none;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
}

header.fixed {
    position: fixed;
}

header.fixed .logo-container img {
    max-width: min(100%, 200px);
}

header .nav a.btn{
    letter-spacing: 0.05rem;
}

nav a {
    color: #115664;
    text-transform: uppercase;
    font-weight: 500;
}

nav a:hover,
nav a.active,
nav a:focus,
nav a:active {
    color: #1A96AF;
}

.h1 {
    font-size: 4rem;
    line-height: 4.5rem;
}

.h2 {
    font-size: 3rem;
    line-height: 3.5rem;
}

.h3 {
    font-size: 1.7rem;
    line-height: 2.3rem;
}
.h4 {
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.full-banner {
    height: 80vh;
    min-height: 800px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-banner {
    background-image: url('../images/HomeBanner.jpg');
}

.about-banner {
    background-image: url('../images/AboutUsBanner.jpg');
}
.careers-banner{
    background: linear-gradient(90deg, rgba(158,214,191,1) 0%, rgba(26,150,175,1) 100%);
    min-height: 80vh;
    height: auto;
}
.careers-banner::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url('../images/Careers.png?v=1');
    content: '';
    z-index: 1;
}

.services-banner {
    background-image: url('../images/Servicesbanner.jpg');
}
.virtual-tour-banner{
    height: auto;
}
iframe{
    background-color: transparent;
}

.rounded-corners{
    border-radius: 25px;
}

.icon-overlay{
    position: relative;
}
.icon-overlay::after{
    background-image: url('../images/PartIcon.png');
    position: absolute;
    bottom: 0;
    right: -55px;
    width: 130px;
    height: 130px;
    z-index: 1;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.small-icon{
    max-height: 50px;
}

.medium-icon{
    max-height: 90px;
}

.form-control{
    padding: 25px 30px;
    color: #115664;
    border-radius: 25px;
}
.form-control::placeholder{
    color: #115664;
}

video{
    max-width: 100%;
    height: 400px;
    width: 660px;
}

.logo{
    max-width: 200px;
}

#team .bg-blue{
    min-height: 300px;
}


#testimonials {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('../images/Review.jpg');
}


.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border: none;
    margin: 0.3rem;
    border-radius: 50%;
    background: #9ED6BF;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #1A96AF;
}

.slick-list.draggable {
    height: auto !important;
}

blockquote .read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
blockquote .read-more-target.show {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

blockquote .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    font-size: .9em;
    line-height: 2;
    text-decoration: underline;
}

.team-member .read-more-trigger{
    display: none;
}

blockquote p {
    position: relative;
}

.dot-list{
    list-style-type: disc;
    padding-left: 20px;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-content{
    background-color: transparent;
    border:none;
}
.modal-header{
    border:none;
}
.modal-header button{
    color: #fff;
}
.modal-content .carousel-control-next{
    right: -10%;
}
.modal-content .carousel-control-prev{
    left: -10%;
}
.two-col{
    columns: 2;
}
@media (max-width: 1200px){
    video {
        height: 380px;
        width: 500px;
    }
}
@media (max-width: 1024px){
    .full-banner:not(.form-banner){
        background-position: bottom;
        min-height: unset;
        height: 60vh;
    }
}
@media (max-width: 992px){
    video{
        height: 195px;
        width: 350px;
    }

    .icon-overlay::after {
        right: -20px;
        width: 60px;
        height: 60px;
    }
    .careers-banner::after{
        content: unset;
    }
    .careers-banner{
        background: linear-gradient(180deg, rgba(158,214,191,1) 0%, rgba(26,150,175,1) 100%);
        height: auto;
        min-height: unset;
    }
    .h1 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    .h2 {
        font-size: 2.3rem;
        line-height: 2.7rem;
    }
    #team .bg-blue{
        min-height: 200px;
    }
    
    iframe{
        max-height: 50vh;
    }
    .contact-banner{
        height: auto;
        min-height: unset;
    }
}

@media (max-width: 767px){    
    .home-banner {
        background-image: url('../images/HomePageHeaderMobile.png');
    }
    .full-banner.about-banner{
        height: 50vh;
        background-image: url('../images/AboutUsBannerMobile.png');
    }
    .services-banner {
        background-image: url('../images/Servicesbannermobile.png');
    }
}

@media (max-width: 575px){
    .form-banner{
        height: auto;
        min-height: unset;
    }
    .h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .home-banner .h1{
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
    .h2 {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }
    video{
        height: 178px;
        width: 350px;
    }
}