/* ===================================================================================================================*/

                                                /* FONT FAMILIES */

@font-face {
    src: url("../fonts/Raleway/Raleway-Bold.ttf");
    font-family: "Raleway-Bold";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-Black.ttf");
    font-family: "Raleway-Black";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-BoldItalic.ttf");
    font-family: "Raleway-BoldItalic";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-LightItalic.ttf");
    font-family: "Raleway-LightItalic";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-Italic.ttf");
    font-family: "Raleway-Italic";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-Regular.ttf");
    font-family: "Raleway-Regular";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-Light.ttf");
    font-family: "Raleway-Light";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-Medium.ttf");
    font-family: "Raleway-Medium";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-SemiBold.ttf");
    font-family: "Raleway-SemiBold";
}

@font-face {
    src: url("../fonts/Raleway/Raleway-ExtraBold.ttf");
    font-family: "Raleway-ExtraBold";
}

.raleway_bold{
    font-family: "Raleway-Bold";
}

.raleway_regular{
    font-family: "Raleway-Regular";
}

.grey-font{
    color: #212529;
}

.red-font:hover, .red-font{
    color: var(--reddish-orange);
}

.font-red{
    color: var(--reddish-orange);
}

.font-grey:hover{
    color: #212529;
}

.contact_address a{
    color: #ffffff;
}

@media(max-width: 330px){
   #navbarToggleExternalContent{
        top: 188px !important;
    } 
}

@media(max-width: 575px){
    .imagetitle{
        top: 66% !important;
    } 
}

/* ===================================================================================================================*/


                                                /* CSS VARIABLES */

:root {
    --black: #232323;
    --dark-gray: #333333;
    --reddish-orange: #da002f;
    --blue: #4aa3c8;
    --light-gray: #f5f5f5;
    --dark-blue: #1d4e9e;
}

/* ===================================================================================================================*/

                                                /* CSS RESET */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ===================================================================================================================*/

                                                /* GLOBAL CSS */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Raleway-Regular", sans-serif;
    overflow-x: hidden;
}

.alignleft{
    float: left;
    margin-right: 15px;
}

.aligncenter{
    margin: auto;
    display: block;
}

.alignright{
    float: right;
    margin-left: 15px;
}

.size-full{
    width: 100%;
    height: auto;
}

.size-large{
    max-width: 1024px;
    width: 100%;
    height: auto;
}

.size-medium{
    max-width: 300px;
    width: 100%;
    height: auto;
}

.size-thumbnail{
    max-width: 150px;
    width: 100%;
    height: auto;
}

@media (max-width: 704px) {
    .default-content-layout-content img{
        float: unset;
        width: 100%;
        height: auto;
        margin: auto;
        display: block;
    }

}

.push_ul_inside ul{
    padding-left: 2rem;
}
/* ===================================================================================================================*/

                                            /* HEADER */
.logo_tag{
    position: relative;
    top:15px;
    color: var(--black);
}
#main_menu .sub-menu a{
    font-size: 16px !important;
}

#main-nav {
    padding: 0.75rem 0;
}

.primary_header_scrolled{
    position: fixed;
    width: 100%;
    z-index: 15;
    background-color: #ffffff;
    transition: all 0.5s;
    top:0;
}

.company_logo {
    width: 80px;
    height: auto;
}

#main_menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

#main_menu a {
    color: var(--black);
    font-family: "Raleway-Medium", sans-serif;
    text-decoration: none;
    font-size: 18px;
}

#main_menu>li:hover>a {
    border-bottom: 3px solid var(--reddish-orange);
    font-family: "Raleway-Bold", sans-serif;
    text-decoration: none;
}
.sub-menu{
    list-style: none;
}
#main_menu .sub-menu{
    display: none;
}
#main_menu li .sub-menu:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* opacity: 0.7; */
    background-color: var(--reddish-orange);
    margin-top: 34px;
}
#main_menu li:hover .sub-menu>li>a{
    color:#ffffff;
}
#main_menu li:hover .sub-menu>li{
    position: relative;
    z-index: 10;
    padding: 0 30px;
    cursor: pointer;
}

.main_nav_search_toggler:focus{
    outline: none;
}

#main_menu li:hover .sub-menu>li:hover{
    list-style: none;
    font-family: "Raleway-Bold", sans-serif;
    color: #ffffff;
    background-color: white;
}

.footer-logo img{
    background-color: #ffffff;
    border-radius: 50%;
}

#main_menu li .sub-menu li:hover::after{
    border-left: 2px solid #ffffff;
}

#main_menu li:hover .sub-menu>li:hover a{
    font-family: "Raleway-Bold", sans-serif;
    color: var(--reddish-orange);
    background-color: white;
}
.main_nav_donate_search_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main_nav_search_toggler {
    display: inline-block;
    background: none;
    outline: none;
    border: none;
    color: var(--reddish-orange);
    font-size: 25px;
}

.donate_btn {
    color: var(--reddish-orange);
    border: 1px solid var(--reddish-orange);
    background-color: transparent;
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Raleway-Bold", sans-serif;
    text-transform: uppercase;
}

.donate_btn:hover {
    background-color: var(--reddish-orange);
    color: #ffffff;
    border-color: var(--reddish-orange);
}

#search_form {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 10;
    padding: 0;
    right: 0;
    width: 100%;
    /* right: 1rem; */
    background-color: #fff;
}

#search_form .fa-times {
    position: absolute;
    top: -14px;
    right: -14px;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    filter: none;
    z-index: 9;
    width: 30px;
    height: 30px;
    padding: 7px;
    text-align: center;
    background: var(--reddish-orange);
    border-radius: 50%;
}

#search_form form, #mobile_search_form form {
    position: relative;
    display: flex;
    margin-top: 5px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 0px;
}

.search-input-submit-container {
    display: flex;
}

#search_form_input {
    width: 100%;
    border: 1px solid var(--gray);
    border-right: 0;
    background-color: #fff;
    font-size: 1rem;
    padding: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding:0 15px;
}

#search_form_input:focus {
    box-shadow: none!important;
}

.search-input-submit-container button {
    border-radius: 0;
    background-color: var(--reddish-orange);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: transparent;
}

.search-input-submit-container button:hover {
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: var(--reddish-orange);
    color:var(--reddish-orange);
}

/* ===================================================================================================================*/

                                                    /* BANNER */

#redcross-banner img {
    width: 100%;
    height: auto;
}

#banner_social_media_sites_link {
    position: absolute;
    bottom: 25%;
    left: 2%;
}

#banner_social_media_sites_link ul {
    list-style: none;
    margin-bottom: 0;
}

#banner_social_media_sites_link a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--blue);
    align-items: center;
    justify-content: center;
}

#banner_social_media_sites_link ul li {
    margin-bottom: 0.5rem;
}

#banner_social_media_sites_link ul li:last-child {
    margin-bottom: 0;
}

#banner_social_media_sites_link i {
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
}

#redcrossBannerCarousel.banner_is_on_front_page h3 {
    color: #ffffff;
    font-family: "Raleway-SemiBold", sans-serif;
    font-size: 2.5rem;
}

#redcrossBannerCarousel.banner_is_on_front_page h2 {
    color: #ffffff;
    font-family: "Raleway-Medium", sans-serif;
    font-size: 30px;
}

.banner-carousel-caption-link:hover {
    text-decoration: none;
}

#redcrossBannerCarousel .carousel-caption {
    position: absolute;
    left: 100px;
    bottom: 10vh;
    left: 15px;
    background-color: var(--reddish-orange);
    padding: 1rem; 
    /* width: 70%; */
    text-align: left;
    right: unset;
    transition: transform .2s;
}

#redcrossBannerCarousel .carousel-caption:hover {
    transform: scale(1.1);
}

#banner_social_media_sites_link {
    position: absolute;
    bottom: 10%;
    left: 2%;
    z-index: 10;
}

#banner_social_media_sites_link ul {
    list-style: none;
    margin-bottom: 0;
}

#banner_social_media_sites_link ul li {
    margin-bottom: 0.5rem;
}

#banner_social_media_sites_link a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

#banner_social_media_sites_link a:hover, .social_media_link a:hover{
    text-decoration: none;
}

#banner_social_media_sites_link .facebook, .social_media_link .facebook{
    background-color: var(--dark-blue);
}

.facebook, .instagram, .youtube, .twitter{
    transition: transform .2s;
}

.facebook:hover, .instagram:hover, .youtube:hover, .twitter:hover{
    transform: scale(1.2);
}

#banner_social_media_sites_link .instagram, .social_media_link .instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

#banner_social_media_sites_link .youtube, .social_media_link .youtube {
    background-color: #c4302b;
}

#banner_social_media_sites_link .twitter, .social_media_link .twitter {
    background-color: #1DA1F2;
}

#banner_social_media_sites_link i {
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
}

.banner_donate_btn {
    color: #ffffff;
    border: 1px solid var(--reddish-orange);
    background-color: var(--reddish-orange);
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Raleway-Bold", sans-serif;
    text-transform: uppercase;
}

.banner_donate_btn:hover {
    background-color: var(--reddish-orange);
    color: #ffffff;
    border-color: var(--reddish-orange);
}

/*.lici-banner-redirect-links a {*/
/*    display: inline-block;*/
/*    width: 160px;*/
/*    height: 30px;*/
/*    border-radius: 25px;*/
/*    color: var(--brown);*/
/*    background-color: #ffffff;*/
/*    box-shadow: -0.2px 0.5px 14.5px 0 rgba(0, 0, 0, 0.81);*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*}*/

/*.lici-banner-redirect-links a:last-child {*/
/*    margin-left: 1rem;*/
/*}*/

/*.lici-banner-redirect-links a:hover {*/
/*    text-decoration: none;*/
/*    background-color: var(--green);*/
/*    color: #ffffff;*/
/*}*/

#redcrossBannerCarousel .carousel-indicators {
    right: 0;
    bottom: 1vh;
    margin: unset;
    justify-content: flex-end;
    padding-right: 15px;
    top: 80vh;
    z-index: 11;
}


#redcrossBannerCarousel .carousel-indicators li {
    background-color: #fff;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: unset;
    border: 3px solid #fff;
    background-clip: unset;
}

#redcrossBannerCarousel .carousel-indicators li.active {
    border-color: var(--reddish-orange);
    background-color: var(--reddish-orange);
}

.carousel-control-prev {
    left: -15px;
}

.carousel-control-next {
    right: -15px;
}

#redcrossBannerCarousel .carousel-item {
    position: relative;
}

@media (max-width: 991.98px) {
    .text-bold{
        font-family: "Raleway-Bold";
    }

    .banner-caption-container {
        background-color: var(--reddish-orange);
    }

    #redcrossBannerCarousel .carousel-caption {
        position: relative;
        right: unset;
        bottom: 0;
        left: 0;
        z-index: 10;
        color: #fff;
        text-align: left;
        width: 100%;
        padding: 1rem 0;
        /*min-height: 173px;*/
    }

    #redcrossBannerCarousel.banner_is_on_front_page h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    #banner_social_media_sites_link {
        bottom: 50%;
    }

    #redcrossBannerCarousel .carousel-item::before{
        content: unset;
    }
}

.layout{
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    background-color: #000000;
    opacity: 0.4;
    left: 0;
}

.imagetitle{
    position: absolute;
    top: 77%;
    padding: 15px;
    width: 100%;
    background: var(--reddish-orange);
    text-align: center;
    transition: top 0.6s ease-in-out;
    -webkit-transition: top 0.6s ease-in-out;
    -moz-transition: top 0.6s ease-in-out;
    -ms-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    left: 0;
    color: #f7f7f7;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    #main_footer img {
        width: 80px;
        height: auto;
    } 

    .square-red-bg{
        /* background-color: var(--reddish-orange); */
        position: relative;
        display: block;
        color: #ffffff;
        width: 100%;
        max-width: 300px;
        height: 200px;
        transition: transform .2s;
        margin: auto;
    }
    #banner_social_media_sites_link {
        display: none;
    }

    .redcross-banner-redirect-links a:last-child {
        /*margin-left: unset;*/
        /*margin-top: 1rem;*/
    }

    .redcross-banner-redirect-links {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 575.98px) {


    .redcross-banner-redirect-links {
        display: flex;
        justify-content: flex-start;
    }

    .redcross-banner-redirect-links a {
        width: auto;
        font-size: 13px;
        padding: 0 0.5rem;
    }
}

@media(min-width: 992px){
    #redcrossBannerCarousel .carousel-caption{
        left: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #redcrossBannerCarousel .carousel-indicators {
        top: 70vh;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #redcrossBannerCarousel .carousel-indicators {
        top: 55vh;
    }
}

@media (min-width: 1050px){
   #redcrossBannerCarousel .carousel-caption {
        left: 22px;
    } 
}

@media(min-width: 768px){
    .border-grey{
        border-color: #545454 !important;
    }
}

@media (min-width: 576px){
    .square-red-bg{
        background-color: var(--reddish-orange);
        position: relative;
        display: block;
        color: #ffffff;
        width: 100%;
        max-width: 300px;
        height: 300px;
        margin: auto;
    }

    .footer-logo{
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #redcrossBannerCarousel .carousel-indicators {
        top: 40vh;
    }
}

@media(max-width: 767px){
    .border-grey{
        border-color: var(--black) !important;
    }
}

@media (max-width: 575.98px) {
    #redcrossBannerCarousel .carousel-indicators {
        top: 35vh;
    }
}

@media (max-width: 475px) {
    #redcrossBannerCarousel .carousel-indicators {
        top: 8vh;
        display: block;
        right: 0;
        left: unset;
    }
    #redcrossBannerCarousel .carousel-indicators li{
        margin-bottom: 5px;
    }
}

@media (max-width: 350px) {
    #redcrossBannerCarousel .carousel-indicators {
        top: 8vh;
        display: block;
        right: 0;
        left: unset;
    }
    #redcrossBannerCarousel .carousel-indicators li{
        margin-bottom: 5px;
    }
}


/* ===================================================================================================================*/

                                        /* HOME - GET INVOLVED */

#home_get_involved h1 {
    font-family: "Raleway-Bold", sans-serif;
    color: var(--black);
    font-size: 2.5rem;
    text-transform: uppercase;
}

.home_get_involved_col {
    border-radius: 5px;
}

.home_get_involved_col_img_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray);
    padding: 2.5rem 1rem 1rem 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.home_get_involved_col_img_wrapper img {
    height: 80px;
    width: auto;
    text-align: center;
}

.home_get_involved_col_img_wrapper h3 {
    font-family: "Raleway-Bold", sans-serif;
    color: var(--black);
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 1.75rem;
}

.home_get_involved_col_content_wrapper {
    text-align: center;
    background-color: var(--black);
    color: #ffffff;
    padding: 1.5rem 1rem 2.5rem 1rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ===================================================================================================================*/

                                            /* HOME - ABOUT US */
#home_about_us {
    background-color: var(--reddish-orange);
    color: #ffffff;
}

#home_about_us h1 {
    font-family: "Raleway-Bold", sans-serif;
    color: #ffffff;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.home_about_us_learn_more_btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Raleway-Bold", sans-serif;
    text-transform: uppercase;
}

.home_about_us_learn_more_btn:hover {
    background-color: #ffffff;
    color: var(--reddish-orange);
    border-color: #ffffff;
}

/* ===================================================================================================================*/

                                        /* HOME - LATEST NEWS */

#home_latest_news h1 {
    font-family: "Raleway-Bold", sans-serif;
    color: var(--black);
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
}

.home_latest_news_col_title {
    font-family: "Raleway-Bold", sans-serif;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 1.25rem;
    height: 48px;
    overflow: hidden;
}

.home_latest_news_col_date {
    font-family: "Raleway-Medium", sans-serif;
    margin-top: 1rem;
}

.home_latest_news_col_learn_more_link {
    color: var(--dark);
    border: 1px solid var(--dark);
    background-color: transparent;
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Raleway-Bold", sans-serif;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

.home_latest_news_col_learn_more_link:hover {
    background-color: var(--dark);
    color: #ffffff;
    border-color: var(--dark);
}

/* ===================================================================================================================*/

                                                /* SUBSCRIPTION */

#subscription-section {
    background-color: var(--blue);
    position: relative;
}

#subscription-section::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/subscription_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#subscription-section h1 {
    font-family: "Raleway-Bold", sans-serif;
    color: var(--black);
    font-size: 1.75rem;
    text-transform: uppercase;
    text-align: center;
}

.subscription-form-container {
    display: flex;
    align-items: center;
    position: relative;
}

.subscription-form-container input {
    border: 1px solid var(--gray);
    height: 55px;
    flex-grow: 1;
    background-color: #ffffff;
    color: var(--gray);
    font-family: "Raleway-Light", sans-serif;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
    font-size: 17.5px;
}

.subscription-form-container input::placeholder {
    text-align: center;
    color: var(--gray);
}

.subscription-form-container input:focus::placeholder {
    color: transparent;
}

.subscription-form-container button {
    padding: 1.2rem 0;
    margin-left: -5px;
    flex-grow: 1;
    background-color: var(--reddish-orange);
    color: #ffffff;
    font-family: "Raleway-Bold", sans-serif;
    border: 1px solid var(--reddish-orange);
    font-size: 20px;
}

.subscription-form-container input,
.subscription-form-container button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}

.subscription-form-container button:hover {
    color: var(--reddish-orange);
    background-color: #ffffff;
    border-color: var(--reddish-orange);
}

#subscription-bot {
    width: 1px;
    height: 1px;
    border: none;
    outline: none;
    background-color: transparent;
}

.subscription-email-validation-message {
    font-size: 12px;
}

@media (max-width: 575.98px) {
    #breadcrumbs_container{
        padding-right: 0;
        padding-left: 0;
    }

    #subscription-section h1 {
        font-size: 1.7rem;
    }

    .subscription-form-container {
        flex-direction: column;
    }

    .subscription-form-container input {
        flex-grow: unset;
        width: 100%;
        height: 35px;
    }

    .subscription-form-container input::placeholder {
        font-size: 16px;
    }

    .subscription-form-container button {
        padding: 1rem 1.5rem;
        margin-left: unset;
        flex-grow: unset;
        font-family: "Poppins-Regular", sans-serif;
        font-size: 18px;
        margin-top: 1rem;
    }
}

/* ===================================================================================================================*/

                                            /* FOOTER - QUICK LINKS */

#main_footer {
    background: var(--black);
    color: #ffffff;
    font-size: 14px;
    font-family: "Raleway-Medium", sans-serif;
}

.social_media_link {
    display: flex;
    margin-top: 3rem;
}

.social_media_link a {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--dark-blue);
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.contact_address {
    line-height: 1.75;
}

.social_media_link a:last-child {
    margin-right: 0;
}

.social_media_link i {
    display: inline-block;
    font-size: 25px;
    color: #ffffff;
}

.footer_quicklinks {
    display: flex;
    justify-content: space-around;
}

.footer_quicklinks ul {
    list-style: none;
}

.footer_quicklinks a {
    list-style: none;
    color: #ffffff;
    /* text-decoration: none; */
    line-height: 2.5;
}
/*=====================================get involved====================================*/
.news_image_container  {
    transition: transform .2s; /* Animation */
  }
  
  .news_image_container:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .news_image_container {
      overflow: hidden;
  }

/* ===================================================================================================================*/

                                /* FOOTER - BOTTOM AREA */

#bottom_most_footer {
    background-color: var(--dark-gray);
    padding: 0.5rem;
}

#bottom_most_footer p {
    font-family: "Raleway-Light", sans-serif;
    font-size: 13px;
    color: #ffffff;
}

/* ===================================================================================================================*/

                                                    /* CONTACT US */

#contact_us_form {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

#contact_us_section h1 {
    font-size: 2rem;
    color: var(--brown);
    font-family: "Raleway-ExtraBold", sans-serif;
}

#contact_us_form input,
#contact_us_form select,
#contact_us_form textarea
{
    border-radius: 5px;
    box-shadow: -0.5px 1.4px 5.3px 1.2px rgba(0, 0, 0, 0.16);
}

#contact_us_form_submit {
    color: var(--reddish-orange);
    border: 1px solid var(--reddish-orange);
    background-color: transparent;
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Raleway-Bold", sans-serif;
    text-transform: uppercase;
    margin-top: 1.5rem;
}

#contact_us_form_submit:hover {
    background-color: var(--reddish-orange);
    color: #ffffff;
    border-color: var(--reddish-orange);
}

#contact_us_bot {
    width: 1px;
    height: 1px;
    border: none;
    outline: none;
    background-color: transparent;
}

/*=====================================margin before title===========================*/
#contact_us_section{
    margin-top: 3rem;
}

/*=================================pagination===========================================*/
#pagination .current, #pagination .page-numbers:hover {
    color: var(--reddish-orange) !important;
    border: 1px solid var(--reddish-orange);
    background-color: #ffffff !important;
}

#pagination .page-numbers {
    background-color: var(--reddish-orange);
    padding: 8px 10px;
    color: #ffffff;
}

.border-top{
    border-top: 3px solid var(--reddish-orange) !important;
}
.red_box{
    overflow: hidden;
}

.square-red-bg:hover{
    color: #ffffff;
    text-decoration: none;
}

.square-red-bg:hover .imagetitle{
    transition: 1s ease;
    top: 37%;
    bottom: unset;
}

.read_more_link_for_excerpt:hover{
    color: var(--reddish-orange);
    text-decoration: none;
}

.read_more_link_for_excerpt{
    color: var(--dark-gray);
}

.title_underline{
    border-bottom: 2px solid var(--reddish-orange);
    display: inline-block;
}

.title_underline a:hover, .title_search a:hover{
    font-family: "Raleway-Bold";
    text-decoration: none;
    color: var(--dark-gray);
}

.com_logo:hover{
    text-decoration: none;
}

.quick_link{
    border: 1px solid var(--reddish-orange);
    text-align: center;
}

.quick_link:hover{
    border: 1px solid var(--reddish-orange);
    text-align: center;
    background-color: var(--reddish-orange);
}

.quick_link:hover a{
    color: #ffffff;
    text-decoration: none;
}

.quick_link a{
    color: var(--reddish-orange);
    font-family: "Raleway-Bold";
    font-size: 1.2rem;
    padding: 15px;
    display: block;
}

/* Back To Top */
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 15px;
    display: none;
    z-index: 10;
    background-color: var(--reddish-orange);
    padding: .375rem .75rem !important;
    color: #ffffff;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:focus {
    outline: none;
    box-shadow: unset;
}

.back-to-top:hover {
    background-color: var(--green);
    border-color: var(--green);
}

.back-to-top:hover i {
    color: #ffffff;
}
/*search lazy load*/
.alm-reveal .alm-item{
    list-style:none;
}
.alm-item img{
    display:none;
}
.alm-item h3{
    font-size:1.5rem;
}
.alm-item a{
    color:#212529;
}
.alm-item{
    padding-left:0!important;
}
.alm-item a:hover{
    color:#212529;
    text-decoration:none;
}
.alm-btn-wrap{
    display:none;
}
.alm-ajax{
    margin:auto !important;
}
#ajax-load-more{
    padding-top: 4rem !important;
}

.breadcrumb_last {
	display: none;
}