@font-face {
    font-family: PTSans-Regular;
    src: url("../fonts/PTSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: PTSans-Bold;
    src: url("../fonts/PTSans-Bold.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'PTSans-Regular', sans-serif;
    color: #003B4D;
}

a:link,
a:hover,
a:visited {
    color: #003b4d;
}

h1,
.h1 {
    font-size: 3rem;
}

p {
    font-size: 1.3rem;
}

ul {
    margin-left: 0px;
    padding-left: 20px;
}

ul li {
    padding-left: 5px;
}

textarea {
    width: 96%;
}

.PTSans-Bold {
    font-family: 'PTSans-Bold';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

ol {
    margin: 5px;
}

ol li {
    padding-left: 5px;
}

.page {
    margin: 0 0 0em;
}

.white-f {
    color: #fff;
}

.blue-f {
    color: #003b4d;
}

.yellow-f {
    color: #fdd756;
}

.blue-background {
    background: #003b4d;
    color: #fff;
}

.gray-f {
    color: #58595B;
}

.green-f {
    color: #62b0ab;
}

.vertical-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-margin {
    margin-left: 3.5%;
}

.modal-content {
    background: #cfd2d3;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

/*menu*/
.menu-toggle {
    position: absolute;
    top: -50px;
    right: 30px;
    background: #003b4d;
    color: #fff;
}

.site-header {
    background: #cfd2d3
}

.custom-logo {
    width: 75%;
    padding: 5%;
}

.menu-item a {

    text-decoration: none;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
}

.menu-item a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #003b4d;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.menu-item a:hover:after {

    width: 100%;
    left: 0;
}

.main-navigation ul {
    float: right;
}

.main-navigation li {
    padding-right: 33px;
}

.menu-item a:link,
a:visited,
a:hover,
a:active {
    color: #003b4d;
}


.current-menu-parent::after {
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #003b4d;
    margin-left: 2px;
    display: inline-block;

}

.sub-menu {
    background: #62b0ab;
    display: block !important;
    width: 300px;
}

.sub-menu li a {
    width: 100% !important;
}

.sub-menu li a:hover {
    color: #fff !important;
}


.sub-menu li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}


.sub-menu::before {
    content: "";
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #62b0ab;
    position: absolute;
    top: -10px;
    left: 35%;
    margin: 0 0 0 -3px;
    z-index: 100;
}


#banner {
    height: 85VH;
}

#banner {
    background: #003b4d;
}



#banner p {
    color: #fff;
    padding-top: 20px;
}

#banner h1 {
    font-size: 3.8rem;
    color: #fff;
    margin: 0px;
}

#need {
    background: #fdd756;
}

#change-this {
    background: #003b4d;
    color: #fff;
}

#change-this h1 {
    font-size: 5rem;
}


#testimonial-yellow {
    background: #FDD756;
}

#focus {
    background: #CFD2D3;
}

#focus ul li {
    font-size: 1.3rem;
}

.text-scrolable::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */
}

.text-scrolable::-webkit-scrollbar-track {
    background: #62b0ab;
    /* color of the tracking area */
}

.text-scrolable::-webkit-scrollbar-thumb {
    background-color: #003b4d;
    /* color of the scroll thumb */
    border-radius: 10px;
    /* roundness of the scroll thumb */
    border: 2px solid #003b4d;
    /* creates padding around scroll thumb */
}

.text-scrolable {
    scrollbar-width: thin;
    /* "auto" or "thin"  */
    scrollbar-color: #003b4d #62b0ab;
    /* scroll thumb & track */
}

.text-scrolable {
    height: 400px;
    overflow-y: scroll;
}


#fix {
    background: #62b0ab;
}

#fix h1 {
    font-size: 3.5rem;
}

#fix p,
#testimonial-gray p {
    margin-bottom: 0px;
}

#testimonial-gray {
    background: #CFD2D3;
}

.left-quotes {
    font-size: 9rem;
    position: absolute;
    left: 5%;
    top: -18px;
}

.right-quotes {
    font-size: 9rem;
    position: absolute;
}

#mission {
    background: #003b4d;
}

#testimonials {
    background: #62b0ab;
}

#management {
    background: #FDD756;
    margin-top: -5px;
}

#management .managment-img,
.close {
    cursor: pointer;
}

.managment-img {

    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-position-x: center;
}

#management-bio {
    background: #fdd756;
    margin-top: -5px;
}

.management-bio-row {
    display: none;
}

#contact {
    background: #62B0AB;
}

.social {
    background: #003B4D;
    border-radius: 100%;
    color: #fff !important;
    padding: 10px 13px;

}

.social-fb {
    padding: 10px 15px !important;
}

.social:hover {
    background: #fdd756;
}

input[type="text"],
textarea {
    width: 100% !important;
    border-radius: 15px !important;
    padding: 5px;
}

.gform_button {
    background: #fdd756 !important;
    border: none !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    padding: 15px 40px !important;
    font-weight: bold;
    color: #003b4d !important;
}

.gfield_required,
.validation_error,
.validation_message {
    color: #003B4D !important;
}

.subscribe {
    background: #62b0ab !important;
    border: none !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    padding: 15px 40px !important;
    font-weight: bold;
    color: #003b4d !important;
}

#subscribe {
    background: #cfd2d3;
    margin-top: -10px;
}

.footer-links {
    padding-left: 15px;
}

.footer-links a {
    display: block;
    margin-bottom: 5px;
}

.div-subscribe {
    width: 70%;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto !important;
}

@media only screen and (min-width: 669px) and (max-width: 989px) {
    .main-navigation li {
        padding-right: 5px;
    }

    #site-navigation {
        padding-right: 15%;
    }

    .site-branding {
        text-align: center;
        padding: 0px;
    }

    #chalenge {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 668px) {
    .logo-mobile{
        margin-bottom: 15px
    }
    #banner {
        height: 100%
    }

    #site-navigation {
        padding-right: 30%;
        text-align: center;
        position: absolute;
        width: 100%;
        background: #cfd2d3;
        top: 0px;
        z-index: 100;
    }


    .site-branding {
        text-align: center;
        padding: 0px;
    }

   

    .div-subscribe {
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }

    #chalenge,
    #focus {
        padding-left: 10px;
    }

    .left-quotes {
        left: -5% !important;
    }

    #pupms .left-margin {
        margin-left: 5px;
    }

    input[type="text"],
    textarea {
        width: 92% !important;

    }
    
    .modal {
        width: 93% !important;
    }

}
