


.col-xs-6 {
    width: 50%;
}


.blue
{
    background-color: #141313!important;
}

.footer-copyright
{
    background-color:#000000 ;
}

.pad40 
{
    padding-top: 40px;


}

.down_enquiry {

    background: #0f824c;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 44444! important;
    font-weight: 300;
}




.down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 33.33%;
    border-right: 1px solid #fff;
}

.down_enquiry ul li:last-child {
    border-right: none
}

.down_enquiry ul li a {

    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;

    text-decoration: none;

    padding: 4px 0
}

.down_enquiry ul li a:hover {
    color: #000;
    background: #fbc02d;
    font-weight: 300;
}


#feedback {
    height: 0px;
    width: 65px;

    position: fixed;
    right: 0;
    top: 62%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    text-transform: uppercase;

    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}


#feedback a {
    display: block;
    border: 1px solid white;

    background: #fbc02d;
    height: 52px;
    padding-top: 2px;
    width: 110px;
    text-align: center;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}

#feedback a:hover {
    background: #0f824c;

    color: #fff;
    -webkit-animation: breathing 2s ease-out infinite normal;
    animation: breathing 2s ease-out infinite normal;
    -webkit-font-smoothing: antialiased
}







@media (min-width: 1199px) and (max-width: 1920px) {
    .dontdisplaylg {
        display: none !important;
    }



}




@media only screen and (max-width: 991px){

#rs-header .mobile-menu-area {
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;

		background: #0f824c;
		transition: all 0.3s ease 0s;
		position: fixed;
	
		top: 0;
		height: 55px;
		
	
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		-webkit-animation-name: sticky-animation;
		animation-name: sticky-animation;
		
	}


	.menu-area .row{
		position: fixed;
	}

	#rs-header .rs-menu-toggle 
	{

    top: -10px;
    }


    #rs-header .menu-area .rs-menu ul {
    background: #0f824c;
    margin-top: 1px;
    }








}

