/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{
	font-weight: 400;
	font-size: 16px;
}
strong{font-weight: 800;}
.post, .page {margin: 0;}
*:focus {
    outline: 0 !important;
}

a{
	text-decoration: none;
}

ul{
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}


/*-------------- b0001 ------------------*/
#b0001 {
    padding: 45px 0 110px;
}
#b0001 h4 {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 70px;
    color: #063a46;
    font-weight: 700;
}
.b0001-width {
    width: 90%;
    margin: auto;
}
.b0001-img img {
    height: auto;
    width: 60%;
    margin: auto;
    display: block;
}

@media (max-width: 1200px) {
    .b0001-img img {
        width: 75%;
    }
}

@media (max-width: 992px) {
    .b0001-img img {
        width: inherit;
    }
}
/*---------- b0001 end -----------*/

/* -------------- b0002 ----------------- */
#b0002 h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 40px;
    margin: auto;
    text-align: center;
    color: #063a46;
    padding-bottom: 40px;
}
.b0002-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 115px;
}
.b0002-grid img {
    display: block;
    margin: auto;
    border: 4px solid #e1b87f;
    border-radius: 50%;
}
.b0002-grid h3 {
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    line-height: 1.5;
    color: #063a46;
    text-align: center;
}
.b0002-author {
    font-family: 'Open Sans';
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px;
}
.b0002-grid a {
    font-family: 'Open Sans';
    color: #063a46;
    display: block;
    text-align: center;
    font-weight: 400;
}
.b0002-grid svg {
    width: 7px;
    align-items: center;
    margin-left: 7px;
}
.b0002-pers {
    display: grid;
    grid-template-rows: auto auto 50px 20px;
}
.b0002-btn {
    width: 326px;
    border-radius: 50px;
    padding: 39px 0;
    text-align: center;
    font-size: 20px;
    margin: auto;
    margin-bottom: 80px;
    background: linear-gradient(180deg, rgba(255, 232, 165, 1) 27%, #e1b87f 78%), #cca671 58%;
    /*background: linear-gradient(180deg, rgba(255, 232, 165, 1) 0%, rgba(191, 164, 27, 1) 100%);*/
    box-shadow: -12px -11px 25px 5px rgba(112, 115, 118, 0.23) inset;
}
.b0002-btn a {
    font-family: 'Montserrat';
    text-decoration: none;
    color: #063a46;
    font-weight: 800;
}
.b0002-btn:hover {
    box-shadow: 6px 9px 7px -7px rgba(34, 60, 80, 0.61);
    /*box-shadow: -1px 2px 13px -1px rgba(34, 60, 80, 0.61);*/
}

@media (max-width: 992px) {
    .b0002-grid {
        grid-template-columns: 1fr;
		    grid-gap: 40px;
    }
	
	.b0002-pers {
    display: grid;
    grid-template-rows: auto auto auto auto;
}
	
	.b0002-author {
    font-family: 'Open Sans';
    text-align: center;
    font-weight: 400;
    padding-bottom: 0px;
}
}
/*---------- b0002 end --------------*/

/*---------- b0003 --------------*/
#b0003 {
    padding: 165px 0 50px 0;
}
#b0003 h3 {
    color: #003b49;
    font-family: 'Montserrat';
    font-size: 46px;
    padding-bottom: 20px;
}
.b0003-grd {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 70px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    background-color: #f7f7fa;
    padding: 90px 60px;
    margin-bottom: 30px;
}
.b0003-text {
    color: #003b49;
    font-family: 'Montserrat';
    font-size: 20px;
    padding-bottom: 45px;
}
.b0003-circle {
    TEXT-ALIGN: CENTER;
    background: #e1b87f;
    border-radius: 50%;
    color: #003b49;
    font-size: 30px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    width: 80px;
    margin: auto;
}
.b0003-img img {
    height: auto;
    width: 100%;
    padding: 40px 0;
}
.b0003-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 90px;
}
.b0003-box {
    display: flex;
    align-items: center;
}
.b0003-grid h4 {
    font-size: 25px;
    padding-left: 28px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 2.7rem;
}
.b0003-box img {
    height: auto;
    min-width: 115px;
}

@media (max-width: 1400px) {
    .b0003-grid {
        grid-gap: 46px;
    }
}

@media (max-width: 1200px) {
    .b0003-grid {
        grid-template-columns: 1fr;
        text-align: center;
        grid-gap: 71px;
    }
    .b0003-box {
        display: block;
    }
    .b0003-box img {
        padding-bottom: 20px;
    }
}

@media (max-width: 992px) {
    #b0003 {
        padding: 112px 0 50px 0;
    }
    .b0003-grd {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 62px 60px;
    }
    .b0003-img img {
        padding: 18px 0 30px 0;
    }
}

@media (max-width: 768px) {

}
/*---------- b0003 end --------------*/

/*---------- formblock --------------*/
#formblock {
    padding-top: 5%;
    background-image: linear-gradient(180deg, #fff, #ececec);
    padding-bottom: 3%;
    position: relative;
}
#formblock h3 {
    margin-bottom: 42px;
    font-size: 29px;
    letter-spacing: 0;
    line-height: 38px;
    color: #003b49;
    font-family: Montserrat;
}
.formblock-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #484547;
    font-family: Montserrat;
    font-size: 25px;
    grid-gap: 40px;
	align-items: center;
}
#formblock .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px 15px;
}
.formblock-mail {
    padding: 13px 0 0 0;
}
button, input, optgroup, select, textarea {
    width: 100%;
}
.formblock-btn {
    border-radius: 5px;
    background: #003A49;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    padding: 12px !important;
    width: 100%;
    margin-top: 30px;
}
#formblock label {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 21px;
}
#formblock input {
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 5px 10px;
}

@media (max-width: 1200px) {
    .formblock-grd {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #formblock .form-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 13px 15px;
    }
    #formblock h3 {
        font-size: 25px;
    }
    .formblock-grd {
        font-size: 23px;
    }
}
/*---------- formblock end --------------*/

#colophon-footer {
    background: #141414;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: #fff;
    padding: 15px;
}


/* -- nwhero ------------------------------ */
#nwhero{
    margin-bottom: 20px;
    padding: 35px 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}

#nwhero:after{
    background-image: linear-gradient(90deg, rgba(0, 59, 73, .85), rgba(104, 139, 146, .85));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.nwhero-grd{
    z-index: 1000;
    position: relative;
    display: grid;
    grid-template-columns: 38% auto;
    grid-gap: 40px;
}

.nwhero-grd h1{
    margin: 0px;
    color: #fff;
    font-family: Gotham-Book, sans-serif;
    font-size: 50px;
    line-height: 1.25em;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}

.nwhero-grd img{
    margin-bottom: -100px;
}

@media (max-width: 992px) {
    .nwhero-grd {
        z-index: 1000;
        position: relative;
        display: grid;
        grid-template-columns: 38% auto;
        grid-gap: 40px;
    }

    .nwhero-grd img{
        margin-bottom: 0px;
    }

    .nwhero-grd h1 {
        margin: 0px;
        color: #fff;
        font-family: Gotham-Book, sans-serif;
        font-size: 35px;
        line-height: 120%;
        margin-bottom: 0px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0px;
    }
}

@media (max-width: 768px) {
    .nwhero-grd {
        z-index: 1000;
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .nwhero-grd img{
        display: none;
    }

    .nwhero-grd h1 {
        margin: 0px;
        color: #fff;
        font-family: Gotham-Book, sans-serif;
        font-size: 35px;
        line-height: 120%;
        margin-bottom: 0px;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0px;
    }

}

/* -- nwhero -- End ------------------------------ */

.modal-title {
    font-family: Lato;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.6px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px !important;
    letter-spacing: 0;
    line-height: 120% !important;
    color: #003b49 !important;
    font-family: Gotham-Book, sans-serif;
    font-weight: 700;
    justify-content: center;
    justify-items: center;
    display: block;
    width: 100%;
    margin: 0px !important;
}

.nwhero-btn{
	display: block;
    margin-top: 10px;
    background: #dfb77f;
    color: #003b4b !important;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    max-width: 300px;
    font-size: 21px;
    font-weight: 700;
	transition: 0.9s;
}

.nwhero-btn:hover{
	    background: #003b4a;
    color: #ffffff !important;
		transition: 0.9s;
}

.modal-body {
    padding: 0px 20px !important;
    padding-bottom: 20px !important;
    font-family: Lato !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-align: center !important;
}

.modal-btn {
    color: #003A49 !important;
    font-family: Lato;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    text-align: center;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    border-radius: 5px !important;
    background: #003A49 !important;
    color: #fff !important;
    font-family: 'Montserrat' !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    text-align: center !important;
    padding: 12px !important;
    width: 100% !important;
    margin-top: 30px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}