/* @import url("https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,700,800"); */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
}


a,
li,
img,
button,
input {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

input[type='submit'],
button {
    cursor: pointer;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-align: left;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

html {
    overflow-y: inherit !important;
}

html.gmactive {
    overflow-y: hidden !important;
}


body {
    font-family: 'Alegreya Sans';
    font-size: 18px;
    line-height: 1.3;
    color: #0D2839;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

body a {
    color: #0EBAB9;
}

body a:hover {
    color: #0D2839;
}

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

h1,
.h1 {
    /* font-size: 64px; */
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    margin: 0 0 14px 0;
}

@media (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 44px;
    }
}

@media (max-width: 991px) {

    h1,
    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 36px;
    }
}

h2,
.h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: normal;
    padding: 0;
    margin: 0 0 50px 0;
}

@media (max-width: 1199px) {

    h2,
    .h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {

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

h3,
.h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    padding: 0;
    font-weight: 300;
    margin: 0 0 55px 0;
}

@media (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 26px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {

    h3,
    .h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    padding: 0;
    margin: 0 0 23px 0;
}

@media (max-width: 767px) {

    h4,
    .h4 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}



.h3-sub {
    font-size: 18px;
    line-height: 1.42;
    max-width: 780px;
    margin-bottom: 46px;
}

@media (max-width: 767px) {
    .h3-sub {
        font-size: 16px;
        line-height: 1.42;
        margin-bottom: 20px;
    }
}

.title-wline {
    position: relative;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .title-wline {
        padding-top: 13px;
    }
}

/* .title-wline::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -3px;
    width: 60px;
    height: 3px;
    background: #0D2839;
} */

.breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: none;
}

@media (max-width: 1199px) {
    .breadcrumb {
        font-size: 16px;
    }
}

.breadcrumb a {
    color: #0D2839;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: none;
    color: #0EBAB9;
}





.mbtn {
    display: inline-block;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 18px 35px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.5;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.mbtn-primary {
    border-color: #0EBAB9;
    background-color: #0EBAB9;
    color: #fff;
}

.mbtn-primary:hover {
    border-color: #0D2839;
    background-color: #0D2839;
    color: #fff !important;
    text-decoration: none;
}

.mbtn-primary:focus {
    text-decoration: none;
    color: #fff !important;
}


.wsidetitle {
    position: relative;
}

@media (max-width: 1430px) {
    .wsidetitle {
        display: none;
    }
}

.wsidetitle-content {
    position: absolute;
    left: -115px;
    top: 4px;
    font-size: 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
}

@media (max-width: 1430px) {
    .wsidetitle-content {
        left: -60px;
    }
}

@media (max-width: 1199px) {
    .wsidetitle-content {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 15px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        transform: rotate(0deg);
        font-size: 16px;
        opacity: .6;
    }
}

.wsidetitle-line {
    margin: 20px 10px 20px 0;
    width: 1px;
    height: 50px;
    background: #0D2839;
}

@media (max-width: 1199px) {
    .wsidetitle-line {
        height: 1px;
        width: 50px;
        margin: 6px 15px 0 15px;
    }
}

@media (max-width:767px) {
    .h1,
    h1 {
        margin-bottom: 12px;
    }
    .mbtn {
        padding-top: 19px;
        padding-bottom: 18px;
    }
    .h4,
    h4 {
        margin-bottom: 22px;
    }
}

body {
    position: relative;
}

a.h2 {
    display: inline-block;
}