html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #E01E27;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a{
    text-decoration: none;
}
a:hover{
  color: #a80007;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select, textarea {
    vertical-align: middle;
    padding: 12px 24px;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
  box-shadow: none!important;
  border-color: #000!important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 19+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* IE 10+ */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Firefox 18- */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
input,
textarea{
    border: 1px solid #07194633;
    border-radius: 4px;
    padding: 16px;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    resize: none;
}
input[type=submit]{
    background: transparent;
    width: auto;
    color: #fff;
}
html, body {
  height: 100%;
  margin: 0;
}
body{
    font-family: "Inter", sans-serif;
    /*color: #0F1B24;*/
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif;
}
p{
    margin-bottom: 20px;
}
p:last-child{
    margin-bottom: 0;
}
img{
    object-fit: cover;
}
.section-padding{
    padding: 96px 0;
}
.color-white{
    color: #fff;
}
.color-red{
    color: #E01E27;
}
.color-grey{
    color: #757575;
}
.color-mid-black{
    color: #081330;
}
.filled-btn{
    padding: 16px 32px 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    background: #E01E27;
    color: #fff!important;
}
.filled-btn img{
    margin-left: 8px;
}
.filled-btn p{
    display: flex;
    align-items: center;
}
.wpcf7-not-valid-tip{
    position: relative;
    top: -18px;
    font-size: 14px!important;
}
.transparent-btn{
    padding: 16px 32px 16px 32px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    background: transparent;
    border: 1px solid #0F1B241A;
    color: #0F1B24!important;
}
.transparent-btn img{
    margin-left: 8px;
}
.sub-heading{
    color: #E01E27;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
h1.main-heading,
.main-heading{
    font-size: 44px;
    font-weight: 700;
    line-height: 58px;
    color: #0F1B24;
    margin-bottom: 16px;
}
h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #081330;
    margin-bottom: 24px;
}
.border-bottom{
    border-bottom: 3px solid #E01E27!important;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.breadcrumbs{
    margin-bottom: 40px;
}
.content-wrapper{
    margin-top: 56px;
}
.content-wrapper img{
    width: 100%;
    max-width: 75%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.content-wrapper h2{
    color: #212121;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content-wrapper h3{
    color: #212121;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}
.content-bottom{
    margin-top: 100px;
}
.content-bottom p{
    margin-bottom: 0;
}
.page-featured-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.content-wrapper .wp-block-image img{
    max-width: 75%!important;
}
.section-posts .post-content-wrapper .wp-block-image img{
    max-width: 100%!important;
}
.section-posts .post-content-wrapper h1{
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #0F1B24;
    margin-bottom: 16px;
    border-bottom: 3px solid #E01E27;
    padding-bottom: 16px;
}
.section-posts .post-content-wrapper blockquote{
    background: #E01E27;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    padding: 32px 40px;
    text-align: left;
    width: 100%;
    max-width: 50%;
    font-size: 24px;
    line-height: 42px;
    margin: 40px 0;
}
.section-posts .post-content-wrapper blockquote p{
    margin: 0;
}

/*Banner*/
.section-banner{
    position: relative;
    background-size: cover;
    padding: 36px 0;
    background-position: center top;
}
.section-banner .map{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
/*Banner*/

/*Header*/
.top-header{
    background: #E01E27;
    padding: 16px 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.header{
    /*padding: 24px 0;*/
    box-shadow: 0px 20px 30px 0px #0F1B241A;
}
.header .container{
    position: relative;
}
.header ul{
    display: flex;
}
.header ul li{
    position: relative;
    padding-right: 75px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.header ul li a{
    color: #0F1B24;
}
.header ul li a:hover{
    color: #E01E27;
}
.header ul li.current-menu-item a,
.header ul li.current-menu-parent a{
    border-bottom: 4px solid #E01E27;
}
.header ul li.current-menu-parent .sub-menu .current-menu-item a{
    border-bottom: 0;
}
.header ul li:hover .sub-menu{
    display: block;
}
.header ul li .sub-menu{
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    box-shadow: 0px 10px 30px 0px #00000026;
    color: #071946;
    font-weight: bold;
    padding: 12px 16px 12px 9px;
    background: #fff;
}
.header ul li .sub-menu li{
    padding: 0;
    padding-bottom: 12px;
}
.header ul li .sub-menu li:hover a{
    color: #E01E27;
}
.header ul li .sub-menu li:last-child{
    padding-bottom: 0;
}
.header ul li .sub-menu a{    
    color: #071946B2;
    border-bottom: 0;
}
.header ul li.current-menu-item .sub-menu a{
    border-bottom: 0;
}
.header #search-form{
    position: absolute;
    background: transparent;
    top: 0;
    right: 0;
}
.header #search-form .search-form-holder{
    position: relative;
}
.header #search-form input{
    border: 0;
    border-bottom: 1px solid #969696;
    margin: 0;
    font-style: italic;
    text-align: right;
    padding-top: 28px;
    padding-bottom: 2px;
    color: #7A7A7A;
    letter-spacing: 1px;
    border-radius: 0;
    padding-right: 50px;
}
.header #search-form .input-search{
    position: absolute;
    top: 24px;
    right: 10px;
}
.single.single-post .header ul li#menu-item-120 a{
    border-bottom: 4px solid #E01E27;
}
/*Header*/

/*Main*/
.section-latest .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E01E27;
}
.section-latest .slick-dots li button:before{
    display: none;
    font-size: 14px;
}
.section-latest .slick-dots{
    bottom: -75px;
}
.section-latest .slick-dots li button{
    background: #fff;
    border: 3px solid #E01E27;
    border-radius: 50%;
}
.section-latest .slick-dots li button{
    height: 14px;
    width: 14px;
}
.section-latest .slick-dots li.slick-active button{
    background: #E01E27;
}
.section-latest .latest-wrapper{
    box-shadow: 0px 10px 50px 0px #B7C2DE40;
    background: #fff;
}
.section-latest .latest-img img{
    width: 100%;
    height: 550px;
}
.section-latest .latest-content{
    padding: 50px;
}
.section-latest .latest-content .main-heading{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.section-latest p{
    color: #071946;
}
.section-posts .posts-wrapper{
    margin-top: 48px;
}
.section-posts .posts-wrapper .posts-holder{
    border: 1px solid #0F1B241A;
    margin-bottom: 24px;
}
.section-posts .posts-wrapper img{
    width: 100%;
    height: 220px;
}
.section-posts .posts-wrapper .posts-holder-content{
    padding: 32px;
    border-bottom: 1px solid #0F1B241A;
}
.section-posts .posts-wrapper .post-date{
    margin-bottom: 32px;
}
.section-posts .posts-wrapper h6{
    font-weight: bold;
    width: 75%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.section-posts .posts-wrapper a{
    padding: 32px;
    display: block;
    color: #757575;
}
.section-posts .posts-wrapper a:hover{
    color: #E01E27;
}
.section-posts .posts-wrapper a img{
    height: 18px;
    width: 18px;
    margin-left: 24px;
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .5s ease-in-out;  
}
.section-posts .posts-wrapper a:hover img{
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}
.section-contact .contact-info{
    margin: 40px 0;
}
.section-contact .contact-info ul{
    margin-top: 32px;    
}
.section-contact .contact-info ul li:first-child{
    margin-right: 16px;
}
.section-contact .form-heading{
    color: #081330;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}
.section-contact .how-wrapper .how-content-holder{
    color: #071946;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px dashed #07194633;
}
.section-contact .how-wrapper .how-content-holder a{
    color: #071946;
}
.section-contact .how-wrapper .how-content-holder .how-heading{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}
.section-contact .how-wrapper .how-content-holder .how-heading:after{
    content: '';
    background-image: url('../images/right-blue-arow.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
/*.section-how-to-help .how-to-help-content p{
    margin-bottom: 0;
}*/
.section-how-to-help .how-to-help-content ul{
    margin-top: 48px;
}
.section-how-to-help .name-bottom-links{
    margin-top: 96px;
}
.section-how-to-help .name-bottom-links ul li a{
    display: inline-block;
    border-bottom: 4px solid #E01E27;
    margin-bottom: 16px;
    color: #0F1B24;
}
.section-contact br{
    display: none;
}
/*Main*/

/*Footer*/
.footer a{
    color: #0F1B24;
}
.footer .footer-content{
    background: #D9D9D9;
    padding: 48px 0;
}
.footer .footer-content a:hover{
    color: #E01E27;
}
.footer .footer-content .col-md-5{
    border-right: 4px solid #fff;
}
.footer .footer-content ul li{
    padding-bottom: 8px;
}
.footer .footer-logo{
    padding: 48px 0;
}
.footer .footer-copyright{
    background: #E01E27;
    color: #fff;
    text-align: center;
    padding: 16px 0;
}
.footer .footer-copyright .container{
    position: relative;
}
.footer .footer-copyright .scroll-to-top{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
/*Footer*/

@media screen and (max-width: 1400px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){
    .section-padding {
        padding: 48px 0;
    }
    .top-header{
        text-align: center;
    }
    .top-header .col-md-4 img,
    .top-header .col-md-6 img{
        width: 16px;
        height: 16px;
        object-fit: contain;
    }
    .top-header .ms-3,
    .top-header .ms-2 {
        margin-left: .25rem !important;
    }
    .section-banner{
        padding: 24px 0;
    }
    .section-banner .logo img{
        width: 250px;
    }
    .section-banner .map img{
        width: 100px;
    }
    .section-latest .latest-content {
        padding: 24px;
    }
    h1.main-heading, .main-heading{
        font-size: 28px;
        line-height: 40px;
    }
    .section-posts .post-content-wrapper h1{
        font-size: 24px;
        line-height: 34px;
    }
    .section-latest .latest-img img {
        height: 350px;
    }
    .section-latest .slick-dots {
        bottom: -45px;
    }
    .section-posts .w-50{
        width: 100%!important;
        margin-bottom: 16px;
    }
    .footer .footer-content .col-md-5 {
        border-right: 0;
    }
    .footer .footer-content{
        text-align: center;
    }
    .footer .footer-content .w-75{
        width: 100%!important;
        margin-bottom: 24px;
    }
    .footer .footer-content ul{
        margin-top: -16px;
        margin-bottom: 24px;
    }
    .header #search-form{
        position: relative;
        top: -12px;
    }
    .header ul li{
        padding-right: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header ul li a {
        color: #0F1B24;
        font-size: 14px;
    }
    .header #search-form .input-search{
        top: 26px;
    }
    .page-featured-img img{
        height: 250px;
    }
    .how-to-help-content{
        margin-bottom: 48px;
    }
    .contact-form{
        margin-bottom: 48px;
    }
    .header ul li .sub-menu{
        top: 40px;
        z-index: 9;
    }
    .header ul li .sub-menu li{
        padding: 0;
    }
    .content-wrapper .wp-block-image img {
        max-width: 100% !important;
    }
    .has-small-font-size{
        line-height: 20px;
    }
    .section-posts .post-content-wrapper blockquote{
        max-width: 100%;
        font-size: 20px;
        line-height: 36px;
        padding: 24px 32px;
    }
}