/*
Theme's main style.

@author Heshan Pramith
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding-top: 80px;
    /*padding-bottom: 60px;*/
    background: #e3f0f9;
}

#header-main {
    background: #09405a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid #e60000;
    height: 80px;
    z-index: 1000;
}

#header-main button {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    border: none;
}

#header-main button i {
    margin-right: 5px;
}


#footer-main {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid #e60000;
    height: 60px;
    text-align: center;
    background: #032c3f;
    color: #FFFFFF;
    z-index: 100;
    text-align: center;
}

#footer-main p {
    line-height: 54px;
    margin: 0;
    color: #FFFFFF;
    text-align: center !important;
}

#contentwrp {
    padding-bottom: 30px;
}

.home-top {
    background: url(../img/home_bg.png) bottom center no-repeat;
    height: 250px;
    float: left;
    width: 100%;
    background-size: cover;
    height: 360px;
    text-align: center;
    padding-top: 30px;
}

.home-top img {
    max-height: 230px;
}

.home-top-text {
    float: left;
    width: 100%;
    text-align: center;
}

.home-top-text h2 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 3vw;
    color: #106f95;
    font-weight: 200;
    margin-top: 30px;
    margin-bottom: 10px;
}

.home-top-text h3 {
    float: left;
    width: 100%;
    position: relative;
    font-size: 1.5vw;
    color: #106f95;
    font-weight: 400;
    margin-bottom: 50px;
}

.home-top-box {
    width: 100%;
    height: auto;
    position: relative;
}

.site-title-heading {
    margin-bottom: 0 !important;
}

.site-title-heading img {
    height: 60px;
}

.site-title-heading a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

#main-menu li a {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

.home-top-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #576f7d;
    text-align: center;
    float: left;
    width: 100%;
}

.home-top-content p b {
    font-weight: 500;
    color: #0e7eb2;
}

.home-top-content p a {
    text-decoration: underline;
    color: #0e7eb2;
}

.home-top-content p a.pdf {
    color: red !important;
    text-decoration: none !important;
}

.home-top-content p a.rtf {
    color: rgb(34, 174, 34) !important;
    text-decoration: none !important;
}

.home-top-content p strong {
    font-weight: 500;
    color: #0e7eb2;
}

.home-top-content ul {
    display: inline-block;
    float: none;
    width: auto;
    margin-bottom: 25px;
    text-align: center;
    background: #d2edf9;
    border-radius: 5px;
    padding: 30px;
    border: solid 2px #96d0eb;
    margin: 15px 0 30px 0;
}

.home-top-content li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #4e7993;
    list-style: none;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.home-top-content li:last-child {
    margin: 0;
}

.darkHeader {
    box-shadow: 0px 0px 11px #0b3a50;
}

.fos_address {
    float: left;
    width: 100%;
    background: #065b83;
    border-radius: 5px 0 0 5px;
    color: #FFFFFF;
    height: 350px;
}

.fos_address h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    margin: 90px 0 20px 0;
}

.fos_address p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 26px;
}

.fos_map {
    float: left;
    width: 100%;
    border-radius: 0 5px 5px 0;
    border: 5px solid #bcd2dd;
    height: 350px;
}

.fos-mapper {
    margin-top: 15px;
    margin-bottom: 10px;
}

button {
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5 {
    color: #27495c;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #576f7d;
    /*text-align: justify;*/
}

ul {
    float: left;
    width: 100%;
    padding-left: 18px;
    margin-bottom: 25px;
    font-size: 13px;
}

li {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #576f7d;
    text-align: justify;
}

.modal-header {
    padding: 10px 15px;
    background: #09405a;
    color: #FFFFFF;
}

.modal-header h1 {
    color: #FFFFFF;
    font-weight: 400;
}

.modal-header button {
    color: #FFFFFF;
    opacity: 1 !important;
    background: url(../img/close.png) center center no-repeat !important;
    background-size: 15px !important;
    outline: none;
    border: none;
}

button:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.entry-header {
    background: #e60000;
    height: 40px;
    margin-bottom: 25px;
    z-index: 1000;
    transition:all 0.3s ease-out
}

.entry-header:before {
    content: "";
    position: absolute;
    left: 0;
    background: #e60000;
    height: 40px;
    width: 100%;
}

.entry-header h1 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 11px 0 12px 0;
    position: relative;
    z-index: 100;
}

.entry-header.entry-header-scr {
    position: fixed;
    top: 80px;
    transition:all 0.3s ease-out;
}

.entry-header.entry-header-scr:before {
    position: fixed;
    transition:all 0.3s ease-out;
}

.modal-body {
    background: #e3f0f9;
}

#menu.modal {
    border-top: 6px solid #e60000;
}

#menu.modal .modal-header {
    border: none !important;
    text-align: center !important;
}

#menu.modal .modal-body {
    background: rgb(6,63,90);
    background: linear-gradient(180deg, rgba(6,63,90,1) 0%, rgba(38,171,223,1) 100%);
}

#menu.modal .card {
    background: #1f6b89;
    border: none;
    box-shadow: 0px 0px 44px #80c3dd;
}

#menu.modal .card a {
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 14px;
    padding :10px 0;
}

#menu.modal .menu-logo {
    float: left;
    width: 100%;
    text-align: center;
}

#menu.modal h4 {
    color: #FFFFFF;
    font-weight: 300;
    float: left;
    width: 100%;
    padding: 30px 0 15px 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #09405a;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #288ebd;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #288ebd;
}

.office .card-body p:last-child {
    margin-bottom: 0 !important;
}

.office .card {
    border: none;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 450px;
}

.office .card h4 {
    color: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
}

.office .card p {
    color: #FFFFFF;
    margin-bottom: 10px;
    width: 100%;
}

.office .card a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

.office .col:first-child .card {
    background: #065b83;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.office .col:last-child .card {
    background: #169b4b;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.fos_address p a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

p strong {
    font-weight: 500;
    color: #0e7eb2;
}

.search-form button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #FFF;
    background: #065b83;
    font-size: 14px;
}

.entry-content {
    background: #FFF;
    border-radius: 5px;
    padding: 15px 15px 3px 15px;
    margin-bottom: 15px;
}

.wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box;
    margin-bottom: 19px;
    font-size: 24px;
}

p a {
    text-decoration: underline;
    color: #0e7eb2;
}

.note {
    display: inline-block;
    float: none;
    width: 100%;
    margin-bottom: 25px;
    background: #d2edf9;
    border-radius: 5px;
    padding: 15px;
    border: solid 2px #96d0eb;
    margin: 15px 0 30px 0;
}

.note p:last-child {
	margin-bottom: 0 !important;
}

.bank-1 p {
    background: #FFCCFF;
    border-radius: 5px;
    padding: 10px;
    word-break: break-all;
}

.bank-2 p {
    background: #99FFFF;
    border-radius: 5px;
    padding: 10px;
    word-break: break-all;
}

.bank-3 p {
    background: #D6E2EE;
    border-radius: 5px;
    padding: 10px;
    word-break: break-all;
}

.bank-4 p {
    background: #CCCCFF;
    border-radius: 5px;
    padding: 10px;
    word-break: break-all;
}

.bank-5 p {
    background: #CCFFCC;
    border-radius: 5px;
    padding: 10px;
    word-break: break-all;
}

.fluentform .ff-column-container label {
    color: #0e7eb2;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500 !important;
}

.fluentform .ff-column-container input {
    background :#EAF3F8 !important;
    font-size: 12px;
    border: none;
}

.fluentform textarea {
    background :#EAF3F8 !important;
    font-size: 12px !important;
    border: none !important;
}

.fluentform .ff-btn-submit {
    background: #26B831 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.ff-message-success {
    display: inline-block;
    float: none;
    width: 100%;
    background: #c3edd4;
    border-radius: 5px;
    padding: 15px;
    border: solid 2px #3f834a;
    margin: 15px 0;
    color: #116022;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1000000px) {

    button.omb {
        background: #ffffff !important;
        border-radius: 3px !important;
        font-size: 12px !important;
        position: relative;
        top: -1px;
        color: #27769b !important;
        font-weight: 600;
    }

    button.omb:hover {
        background: #27769b !important;
        color: #ffffff !important;
    }
    
    #header-main .site-title-heading span.d-sm-block {
        display: inline-block !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .home-top-text h2 {
        font-size: 3.5vw;
        font-weight: 300;
    }
    
    .home-top-text h3 {
        font-size: 3vw;
    }

    .site-title-heading a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-top-text h2 {
        font-size: 4vw;
        font-weight: 300;
    }
    
    .home-top-text h3 {
        font-size: 3.5vw;
    }

    .site-title-heading a {
        font-size: 14px;
    }

    #header-main button i {
        margin-right: 0;
    }

    button.omb {
        position: relative;
        top: -1px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-top-text h2 {
        font-size: 4vw;
        font-weight: 300;
    }
    
    .home-top-text h3 {
        font-size: 3.5vw;
    }

    .site-title-heading a {
        font-size: 14px;
    }

    .fos_address {
        border-radius: 5px 5px 0 0;
    }

    .fos_map {
        border-radius: 0 0 5px 5px;
    }

    .home-top {
        height: 270px;
    }

    .home-top img {
        max-height: 180px;
    }

    #header-main button {
        font-size: 16px;
    }

    #header-main button span {
        display: none;
    }

    #header-main button i {
        margin-right: 0;
    }

    button.omb {
        position: relative;
        top: -1px;
    }
    
    #header-main .site-title-heading span.d-sm-block {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .home-top-text h2 {
        font-size: 4vw;
        font-weight: 400;
    }
    
    .home-top-text h3 {
        font-size: 3.5vw;
    }

    .site-title-heading a {
        font-size: 14px;
    }

    .fos_address {
        border-radius: 5px 5px 0 0;
    }

    .fos_map {
        border-radius: 0 0 5px 5px;
    }

    .home-top {
        height: 270px;
    }

    .home-top img {
        max-height: 180px;
    }

    #header-main button {
        font-size: 16px;
    }

    #header-main button span {
        display: none;
    }

    #header-main button i {
        margin-right: 0;
    }

    button.omb {
        position: relative;
        top: -1px;
    }

    .office .col:first-child .card {
        background: #065b83;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    
    .office .col:last-child .card {
        background: #169b4b;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    
    #menu.modal h4 {
        font-size: 14px;
        font-weight: 400;
    }
    
    .menu-logo img {
        max-height: 100px !important;
    }
    
    .office .card {
        border: none;
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: auto;
    }
    
     
}