
section[data-cattype="503"].wrapper_middle {
    background-color: #242424;
    padding: 60px 0px 20px 0px;
}

[data-cattype="503"] h5, [data-cattype="503"] p{
    color: #fff; 
    text-align: left;
}

[data-cattype="503"] .row{
    max-width: 100%;
}

ul.site-map {
    list-style: none;
    color: #fff;
    text-align: left;
    margin: 0;
}

[data-cattype="503"] a{
    transition: all .3s ease-in-out;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(110.86deg,#FFB800 5.06%,#FF8200 53.86%,#DA3027 91.03%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    filter: brightness(0) invert(1);
    
    
}

[data-cattype="503"] li > a{
    font-size: 13px;
    line-height: 1.5;
    opacity: .8;
}

[data-cattype="503"] a:hover{
    opacity: 1;
    filter: brightness(1) invert(0);
    cursor: pointer;
}

[data-cattype="503"] ul.footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    margin: 0;
}


[data-cattype="503"] ul.footer-link li{
    width: auto;
    margin: 10px;
    text-align: center;
    list-style:none;
    color: #fff;
}

[data-cattype="503"] .footer-bottom {
	/* padding-top: 20px; */
	/* border-top: solid 1px #ccc; */
	margin-top: 60px;
	max-width: 60%;
	margin: 20px auto 0px auto;
	font-size: 13px;
}

[data-cattype="503"] .footer-bottom p {
    padding-top: 10px;
}

[data-cattype="503"] .footer-link li:first-child {
    border-right: solid 1px #ccc;
    padding-right: 20px;
}


[data-cattype="503"] ul.site-map,
[data-cattype="503"] ul.site-map li{
    padding: 0px;
    margin: 0px;
}
[data-cattype="503"] ul.site-map li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 3px 0;
}
[data-cattype="503"] h5{
    font-size: 1.2em;
    font-weight: bold;
    margin: 15px 0 0 0;
}

[data-cattype="503"] li.social-media {
	background-color: #fff;
	border-radius: 100%;
	width: 25px !important;
	color: #000 !important;
	height: 25px;
	line-height: 27px;
	margin: 3px !important;
    transition: 0.3s;
}

[data-cattype="503"] li.social-media:hover {
	margin-top: -10px !important;
	transition: 0.3s;
}


[data-cattype="503"] .site-map li {
	color: #848484;
}

[data-cattype="503"] hr {
	margin-top: 30px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee3d;
	width: 103% !important;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {

}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {

}

/* Mobile screen size */
@media (max-width: 480px) {

    [data-cattype="503"] .footer-bottom {
        max-width: 100%;
    }

    [data-cattype="503"] .footer-bottom p {
        text-align: center;
    }

    [data-cattype="503"] .col-sm-6 {
        width: 50%;
        float: left;
        margin-top: 20px;
    }

    section[data-cattype="503"].wrapper_middle {
        padding: 20px 0px 20px 0px;
    }

    [data-cattype="503"] .footer-bottom {
        margin: 30px auto 0px auto;
    }
    
    [data-cattype="503"] ul.footer-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
    }
    
    [data-cattype="503"] ul.footer-link li {
	width: 43%;
	margin: 10px 0px;
	text-align: center;
	list-style: none;
	color: #fff;
    }
    
    [data-cattype="503"] li.social-media {
	background-color: #fff;
	border-radius: 100%;
	width: auto !important;
	color: #000 !important;
	height: auto;
	line-height: 0;
	margin: 10px !important;
	transition: 0.3s;
	padding: 7px 8px;
    }
    
   nav#slide-menu {
	position: fixed;
	top: 0;
	right: -300px;
	display: block;
	width: 100%;
	max-width: 260px;
	height: 100%;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	z-index: 10000;
	background: #242424 !important;
	border-left: #424242 5px solid;
    }
    
    nav#slide-menu > ul li a {
	display: block;
	cursor: pointer;
	font-size: 15px;
	padding: 10px 15px;
	color: #929292;
	border-bottom: #424242 dotted 1px;
    }

}

