@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

html,
body {
    width: 100%;
    margin: 0;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    background: #fff;
}

a {
    color: #5a5a5a;
}

a:hover {
    text-decoration: none;
}

button:focus,
.btn:focus,
*:focus {
    outline: none !important;
}

p {
    margin-bottom: 35px;
}

section {
    overflow: hidden;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

/**** typogra ******/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 70px;
    margin: 0;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1 .subtitle {
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
}

h2 {
    font-size: 34px;
    line-height: 1.38;
    margin: 0 0 10px 0;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
}

h2 .subtitle {
    font-size: 20px;
    text-transform: capitalize;
    color: #2fa3d2;
    letter-spacing: 0;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    font-weight: 900;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h4 {
    line-height: 26px;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: normal;
}

h5 {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 2px;
    margin: 0;
}

h6 {
    margin-top: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.33;
}

.white-text {
    color: #fff;
}

.light {
    font-weight: 300;
}

/********** main ************/

.py-100 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pl-50 {
    padding-left: 50px;
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }

}



/******* header ******/

.top-bar {
    text-align: right;
    padding-top: 26px;
    position: relative;
    z-index: 999;
}

.top-bar a {
    font-weight: 900;
    color: #2fa3d2;
    font-size: 15px;
    margin-left: 25px;
}

.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #252525;
    padding-right: 15px;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #2fa3d2;
}

.navbar-collapse {
    margin-top: 33px;
    margin-right: -15px;
}

.navbar.navbar-expand-lg {
    margin-top: -55px;
}

/********* content *********/
.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#contact .caption {
    left: calc(50% - 600px);
    width: 470px;
}

.about-bg {
    background: url(img/about.jpg) no-repeat center;
    background-size: cover;
}

.white-bg {
    background: #fff;
    padding: 60px;
}

.about-bg .white-bg {
    padding: 62px 70px 70px 85px;
}

.circle {
    border-radius: 50%;
    background: #2fa3d2;
    width: 100px;
    height: 100px;
    margin: 13px 0 20px;
}

.modaliti-title {
    font-size: 16px;
    color: #252525;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info h2 {
    margin-bottom: 30px;
}

.contact-info div {
    margin-bottom: 30px;
}

.contact-info span {
    display: block;
}

.contact-info span strong {
    color: #2fa3d2;
    font-weight: 900;
    margin-bottom: 5px;
    display: block;
}

.contact-info.white-bg {
    padding: 60px 70px 33px;
}

.read-more-btn {
    background: #2fa3d2;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.read-more-btn:hover {
    color: #fff;
    background: #274a74;
}


/********* footer *********/

footer {
    padding: 34px 0;
    background-color: #dcdcdc;
}

.footer-menu {
    flex-direction: row;
}

.footer-menu li {
    margin: 0 0 0 22px;
}

.footer-menu a {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0.3px;
    color: #252525;
    transition: all 0.3s ease-in-out;
}

.footer-menu a:hover {
    color: #2fa3d2;
}

.copyright {
    font-size: 16px;
}
@media only screen and (max-width: 1200px) {

#contact .caption {
    left: 30px;}
}
@media only screen and (max-width: 1070px) {

    .footer-menu a,
    .navbar-light .navbar-nav .nav-link {
        letter-spacing: 0;
    }

    h2 {
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .py-100 {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .contact-info.white-bg {
        padding: 30px 30px 10px;
    }

    .copyright {
        font-size: 12px;
    }

    .footer-menu a {
        font-size: 10px;
    }

    .contact-info h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    h1 {
        font-size: 60px;
    }

    .banner {
        max-height: 100vh;
    }

}

/***********************/


@media only screen and (max-width: 992px) {

    .navbar.navbar-expand-lg {
        margin-top: -35px;
    }

    .top-bar {
        padding-top: 5px;
    }

    h1 {
        font-size: 40px;
    }

    h1 .subtitle {
        font-size: 24px;
    }

    h2 {
        font-size: 30px;
    }

    .about-bg .white-bg {
        padding: 40px;
        text-align: center;
    }

    .about-bg .white-bg img {
        margin-bottom: 30px;
    }

    .pl-50 {
        padding-left: 0;
    }

    #contact .caption {
        position: relative;
        text-align: center;
        left: 0;
        width: 100%;
    }

    .contact-info.white-bg {
        width: 100%;
    }

    footer .container {
        max-width: 100%;
        text-align: center;
    }

    .footer-menu {
        justify-content: center;
    }

    footer {
        padding: 10px 0 15px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-collapse {
        margin-top: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {

    h1 {
        font-size: 26px;
    }

    .caption {
        padding: 30px 15px;
    }

    h1 .subtitle {
        font-size: 18px;
    }

    h2 {
        text-align: center;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .footer-menu li {
        margin: 0 6px;
    }

    .navbar-brand {
        max-width: 80px;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .top-bar {
        padding-top: 0;
    }

    .top-bar a {

        font-size: 13px;
    }

    .navbar.navbar-expand-lg {
        margin-top: -24px;
    }

    .modaliti-title {
        font-size: 14px;
        letter-spacing: 0px;
        margin-bottom: 15px;
        display: block;
    }

    .py-100 {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}