body {
    padding: 0;
    margin: 0;
    font-family: 'Oxygen', sans-serif !important;
    font-size: 18px !important;
    color: #2e2b2b !important;
}
body p {
    line-height: 35px;
}
body ol li,
body ul li {
    line-height: 35px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
    font-family: 'Oxygen', sans-serif !important;
    color: #2e2b2b;
    font-weight: 700;
}
body a{color: #2e2b2b;}
body a:hover,
body a:focus,
body a:active {
    text-decoration: none;
    outline: none;
    color: #ff4544;
}
.Error{
    color: red;
    font-size: 11px;
}

.site-logo .screen-reader-text {
    display: none;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1300px !important;
    }
}

/*---- Header ----*/

header {
    padding: 20px 0 25px;
}

.site-logo {
    float: left;
}

.custom-header-menu {
    float: right;
}

.header-menus {
    padding: 20px 0 0 0;
    margin: 0;
}

.header-menus li {
    list-style-type: none;
    margin-left: 30px;
    display: inline-block;
}

.header-menus li a:focus {
    color: #ff4544;
}

.header-menus li a:hover {
    color: #ff4544;
}
.header-menus li a{
    font-size: 17px;
}
 .current-menu-item a {
    color: #ff4544 !important;
}

.header-menus li:last-child a {
    color: #ff4544;
}

.header-menus li a .fas {
    vertical-align: middle;
    color: #ff4544;
    margin-right: 5px
}

/*---- End Header ----*/


/*---- Footer -----*/

.footer{
    background: url("../images/footer-bg.webp") no-repeat top center;
    /* height: 765px; */
}
.getConnected{
    padding: 92px 0;
}
.getConnected span{
    color: #ffdd75;
    font-size: 20px;
    padding-left: 3px;
}

.getConnected h1{
    margin: 10px 0 0;
    color: #fff;
    font-size: 50px;
    line-height: 70px;
}
.getConnected a:hover,
.getConnected a:focus{
    color: #fff;
    border: 2px solid #fff;
    transition: all ease 0.7s;
}
.getConnected a{
    color: #fff;
    padding: 8px 35px;
    border: 2px solid #ff4544;
    position: absolute;
    bottom: 0;
    transition: all ease 0.7s;
    border-radius: 50px;
    margin-left: 90px;
}

/*------- Footer Menu ------*/
.footer_col p{
    margin: 16px 0 30px;
    font-size: 15px;
    padding-right: 100px;
}
.footer_social a:hover{
    background-color: #ff4644;
    border: 1px solid #ff4644;
    color: #fff;
}
.footer_social a{
    background-color: #fff;
    font-size: 18px;
    color: #909090;
    border-radius: 100%;
    border: 1px solid #d2d2d2;
    text-align: center;
    width: 42px;
    height: 42px;
    padding: 12px 0;
    margin-right: 12px;
}
.footer_col4 p{
    font-size: 15px;
    line-height: 24px;
}
.footer_col4 p a:hover{
    color: #ff4644;
    border-bottom: 2px solid #ff4644;
    padding-bottom: 2px;
}
.footer_col4 p a{
    border-bottom: 2px solid #ff4644;
    font-weight: 700;
    padding-bottom: 2px;
}
.footer_col,
.footer_col2,
.footer_col3,
.footer_col4{
    padding: 60px 0;
}
.footer_col2 h5,
.footer_col3 h5,
.footer_col4 h5{
    margin: 25px 0 20px 0;
    font-size: 18px;
}
.footer_col2 ul,
.footer_col3 ul,
.footer_col4 ul{
    margin: 0;
    padding: 0 0 0 20px;
}
.footer_col2 ul li,
.footer_col3 ul li,
.footer_col4 ul li{
    list-style-type: square;
    color: #ff4644;
    font-size: 15px;
}
.footer_col2 ul li a:hover,
.footer_col3 ul li a:hover,
.footer_col4 ul li a:hover{
    color: #ff4644;
}
.footer_col2 ul li a,
.footer_col3 ul li a,
.footer_col4 ul li a{
    color: #2e2b2b;
    font-size: 15px;
}
.custom-footer-menu .current-menu-item a{
    color: #ff4644;
}
.footer_email{line-height: 25px;margin-bottom: 0;}
.footer_email p a:hover{
    border-bottom: 1px solid #ff4544;
    padding-bottom: 2px;
}
.footer_email p a{
    border-bottom: 1px solid #ff4544;
    padding-bottom: 2px;
}


.copyright{
    padding: 10px 0;
    background-color: #f9f9f9;
}
.footer-copyright{
    margin: 0;
    color: #717171;
    font-size: 13px;
    float: left;
}
.footer-copyright span{
    margin: 0 12px;
    color: #717171;
    font-size: 13px;
}
.terms{
    float: right;
}
.terms a{
    font-size: 13px;
    color: #717171;
}
.terms a:after{
    content: '|';
    margin: 0 12px;
    font-size: 13px;
    color: #717171;
}
.terms a.policy:after{
    content: '';
    margin: 0;
}


/*---- Cookies -----*/
#fixcookies {
    position: fixed;
    width: 17%;
    bottom: 5px;
    left: 10px;
    z-index: 10002!important;
    background-color: #fff;
    padding: 14px 45px 25px 14px;
    box-shadow: 0px 0px 6px 0px #bbbbbb;
    border: 1px solid #f4f8ff;
    border-radius: 3px;
}
.cookies p {
    line-height: 23px;
    margin-bottom: 25px;
    color: #000;
    font-size: 13px;
    display: inline-block;
}
.cookies p a {
    text-decoration: underline;
    color: #000;
}
.cookies p a:hover{color: #1770f6;}
.cookies .cookies-button {
    border: 2px solid #a0c6ff;
    background-color: #fff;
    padding: 8px 25px;
    color: #000;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    vertical-align: super;
}
.cookies .cookies-button:focus, .cookies .cookies-button:hover {border: 2px solid #1770f6;}
.cookies img {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #777c8c;
}

/*---- End Cookies -----*/

/*---- End Footer -----*/

@media (min-width: 320px) and (max-width: 479px) {

    #fixcookies {width: 94%;}

    .container {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    /*---- Header ----*/
	.site-logo img{width: 180px}
    .custom-header-menu{display: none !important;}
    .sticky {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: 1049;
        box-shadow: 0px 0px 6px 1px #c5c5c5;
    }
    header{
        border-bottom: 1px solid #eee;
        padding: 8px 0 15px;
    }
    .menuBarIcon{
        display: block !important;
        float: right;
        margin-top: 15px;
    }
    .menuBarIcon i{
        border: 1px solid #a7a7a7;
        padding: 6px 10px;
        font-size: 24px;
        color: #565656;
        border-radius: 3px;
    }

    .mobile-sidebar-nav {
        display: block!important;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s;
    }
    .mobile-sidebar-nav .closebtn {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 48px;
        margin-left: 50px;
        color: #6d5151;
        text-decoration: none;
        outline: 0;
        line-height: 48px;
    }
    .MobileMenu{
        border-top: 1px solid #eee;
        margin-top: 22px;
        padding: 10px 20px 20px 45px;
    }
    .MobileMenu li{
        margin-bottom: 10px;
        list-style: circle;
        color: #ff0000;
    }
    .MobileMenu li:last-child i{
        margin-right: 6px;
        color: #ffa4a4;
    }
    .MobileMenu li a{
        color: #000;
    }

    /*--- End Header Page ----*/

    /*---  Footer Page ----*/
    .footer {
        background: none;
        height: auto;
    }
    .getConnected {
        padding: 50px 0;
        background-color: #ff4644;
    }
    .getConnected h1 {
        margin: 10px 0 50px;}
    .getConnected a {
        color: #fff;
        border: 2px solid #fff;
        transition: all ease 0.7s;
        position: unset;
        margin: 0;
    }
    #desktop-footer{display: none !important;}
    .mobile-screen-footer{display: block !important;margin-top: 24px;}
    .footer_col {
    padding: 35px 0;
}
    .footer-accordion {
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 20px;
        padding: 0;
    }
    .f-m-heading i{
        float: right;
        margin-top: 4px;
        color: #a0a0a0;
    }
    .f-m-heading {
        transition: max-height .2s ease-out;
        margin: 0 0 18px;
        color: #695050;
    }
    .f_menu {
        background-color: #fff;
        max-height: 0;
        padding: 0;
        transition: max-height .2s ease-out;
        overflow: hidden;
        box-shadow: none;
        border: 0;
        margin: 18px 0 0 0;
    }
    .footer-accordion:last-child{border-bottom: 0;}
    .f_menu ul{padding: 0 0 0 25px;}
    .f_menu ul li{
        list-style: circle;
        color: #ff0000;
        margin-bottom: 10px;
    }

    .copyright {
        padding: 20px 0 30px;
        text-align: center;
    }
    .terms {float: none;}

    /*--- End Footer Page ----*/


    /*---- Advertisement Modal -----*/

    .hrl{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .close-add {
        right: 8px;
        top: 4px;
    }
    /*---- End Advertisement Modal -----*/


}

@media (min-width: 480px) and (max-width: 767px) {
    #fixcookies {width: 68%;}
    .container {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    /*---- Header ----*/
    .custom-header-menu{display: none !important;}
    .sticky {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: 1049;
        box-shadow: 0px 0px 6px 1px #c5c5c5;
    }
    header{
        border-bottom: 1px solid #eee;
        margin-bottom: 22px;
    }
    .menuBarIcon{
        display: block !important;
        float: right;
        margin-top: 25px;
    }
    .menuBarIcon i{
        border: 1px solid #a7a7a7;
        padding: 6px 10px;
        font-size: 24px;
        color: #565656;
        border-radius: 3px;
    }

    .mobile-sidebar-nav {
        display: block!important;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s;
    }
    .mobile-sidebar-nav .closebtn {
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 48px;
        margin-left: 50px;
        color: #6d5151;
        text-decoration: none;
        outline: 0;
        line-height: 48px;
    }
    .MobileMenu{
        border-top: 1px solid #eee;
        margin-top: 22px;
        padding: 10px 20px 20px 45px;
    }
    .MobileMenu li{
        margin-bottom: 10px;
        list-style: circle;
        color: #ff0000;
    }
    .MobileMenu li:last-child i{
        margin-right: 6px;
        color: #ffa4a4;
    }
    .MobileMenu li a{
        color: #000;
    }
    /*--- End Header Page ----*/

    /*---  Footer Page ----*/
    .footer {
        background: none;
        height: auto;
    }
    .getConnected {
        padding: 50px 0;
        background-color: #ff4644;
    }
    .getConnected h1 {
        margin: 10px 0 50px;font-size: 44px;line-height: normal;}
    .getConnected a {
        color: #fff;
        border: 2px solid #fff;
        transition: all ease 0.7s;
        position: unset;
        margin: 0;
    }
    #desktop-footer{display: none !important;}
    .mobile-screen-footer{display: block !important;margin-top: 40px;}
    .footer-accordion {
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 20px;
        padding: 0;
    }
    .f-m-heading i{
        float: right;
        margin-top: 4px;
        color: #a0a0a0;
    }
    .f-m-heading {
        transition: max-height .2s ease-out;
        margin: 0 0 18px;
        color: #695050;
    }
    .f_menu {
        background-color: #fff;
        max-height: 0;
        padding: 0;
        transition: max-height .2s ease-out;
        overflow: hidden;
        box-shadow: none;
        border: 0;
        margin: 18px 0 0 0;
    }
    .footer-accordion:last-child{border-bottom: 0;}
    .f_menu ul{padding: 0 0 0 25px;}
    .f_menu ul li{
        list-style: circle;
        color: #ff0000;
        margin-bottom: 10px;
    }
    .copyright {
        padding: 20px 0 30px;
    }
    .terms {float: none;}
    /*--- End Footer Page ----*/


    /*---- Advertisement Modal -----*/
    .hrl{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }
    .close-add {
        top: 5px;
    }
    /*---- End Advertisement Modal -----*/

}

@media (min-width: 1024px) and (max-width: 1199px) {
    .site-logo img {width: 200px;}
}
    @media (min-width: 768px) and (max-width: 1023px) {
    /*---- Header ----*/
    #fixcookies {width: 40%;}
    .custom-header-menu{display: none !important;}
    .sticky {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        z-index: 1049;
        box-shadow: 0px 0px 6px 1px #c5c5c5;
    }
    header{
        border-bottom: 1px solid #eee;
        margin-bottom: 22px;
    }
    .menuBarIcon{
        display: block !important;
        float: right;
        margin-top: 25px;
    }
    .menuBarIcon i{
        border: 1px solid #a7a7a7;
        padding: 6px 10px;
        font-size: 24px;
        color: #565656;
        border-radius: 3px;
    }

    .mobile-sidebar-nav {
        display: block!important;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: .5s;
    }
    .mobile-sidebar-nav .closebtn {
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 48px;
        margin-left: 50px;
        color: #6d5151;
        text-decoration: none;
        outline: 0;
        line-height: 48px;
    }
    .MobileMenu{
        border-top: 1px solid #eee;
        margin-top: 22px;
        padding: 10px 20px 20px 45px;
    }
    .MobileMenu li{
        margin-bottom: 10px;
        list-style: circle;
        color: #ff0000;
    }
    .MobileMenu li:last-child i{
        margin-right: 6px;
        color: #ffa4a4;
    }
    .MobileMenu li a{
        color: #000;
    }
    /*--- End Header Page ----*/

    /*---  Footer Page ----*/
    .footer {
        background: none;
        height: auto;
        margin-bottom: 35px;
    }
    .getConnected {
        padding: 50px 0;
        background-color: #ff4644;
    }
    .getConnected h1 {
        margin: 10px 0 50px;font-size: 44px;line-height: normal;}
    .getConnected a {
        color: #fff;
        border: 2px solid #fff;
        transition: all ease 0.7s;
        position: unset;
        margin: 0;
    }
    .footer_col, .footer_col2, .footer_col3, .footer_col4 {
        padding: 30px 0 0;
    }
    .footer_col p {
        margin: 16px 0 30px;
        font-size: 17px;
        padding-right: 0;
    }
    .footer .pl-5{padding-left: 15px !important;}
    .footer_col2 h5, .footer_col3 h5, .footer_col4 h5 {
        margin: 0 0 20px 0;
    }
    .copyright {
        padding: 20px 0 30px;
    }
    .footer-copyright{float: none;}
    .terms {float: none;}

    /*--- End Footer Page ----*/

}

@media (min-width: 1024px) and (max-width: 1279px) {
    .header-menus li {
        margin-left: 16px;
    }
    /*---- Footer ----*/
    .footer {
        background: none;
        height: auto;
    }

    .getConnected {
        padding: 50px 0;
        background-color: #ff4644;
    }

    .getConnected h1 {
        font-size: 43px;
    }

    .getConnected a {
        color: #fff;
        border: 2px solid #fff;
        transition: all ease 0.7s;
    }
    /*---- End Footer ----*/
    #fixcookies {width: 31%;}
}

@media (min-width: 1280px) and (max-width: 1500px) { #fixcookies {width: 31%;} }

@media (min-width: 1023px) and (max-width: 1199px)  {
    .site-logo img{width: 182px;}
}