#headgray {
    margin-top: 0;
    height: 50vh;
}

#propertybg {
    background: none #EAEAEA
}

#filterbar {
    padding-top: 50px
}

.gtco-text h2 {
    line-height: 1.5em
}

.gtco-text p {
    font-size: 14px;
}

.overtherainblow {
    background: rgba(0, 0, 0, 0.3);
}

.btn-search {
    width: 100% !important;
    top: auto;
    bottom: 1px;
    transform: translateY(0%);
}

.btn-custom2,
.btn-custom2:hover,
.btn-custom2:active {
    margin: 20px 0 0 0
}

#newscatagory {
    background: #DADADA;
    padding: 0
}

#newscatagory .navis {
    text-align: center;
    height: 100%;
    line-height: 4em;
    white-space: nowrap;
    margin: 0 !important;
    padding: 0 !important
}

#newscatagory .navis .active {
    border-bottom: 6px solid #2D3192 !important;
    margin: 0;
    padding: 0;
}

#newscatagory .navis a {
    /* color: #FFF; */
    margin-top: 20px;
    font-size: 18px;
}

#newscatagory .navis .active a {}

.btn-custom {
    width: 100%;
    margin-top: 24px !important;
    background-color: #2D3192;
    padding: 10px 0;
    vertical-align: bottom;
    border: none;
    color: #FFF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0 !important;
}

.property-box {
    background: transparent;
}

.btndownload,
.btndownload:hover,
.btndownload:active {
    position: relative;
    display: block;
    min-width: 100%;
    margin: 0;
    color: #FFF;
    padding: 10px;
    background: #333;
    color: #FFF;
    text-align: center;
}

.sw {
    position: relative;
    text-align: center;
    padding: 30px 0;
    height: 100%
}

.sw h2 {
    font-size: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    text-align: center;
    text-transform: uppercase
}
.sw h3 {
    font-size: 22px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 200;
    letter-spacing: 20px;
    text-align: center;
    text-transform: uppercase
}
.overlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}
@media(max-width: 992px) {
	.sw{ 	
	         position: relative;	  
		    padding: 0;
		    height: 100%;
		    margin:200px 0 0 0 !important;
		}
    .sw h2,
    .sw h3 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;

    }

    .sw h2 {
        font-size: 30px
    }

    .sw h3 {
        font-size: 18px;
        letter-spacing: 0
    }


}

