.innerpages .bg-effect{
    display: none;
}
.blue-box{
    background-color: #742366;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blue-box i{
    color: #ffffff;
    font-size: 24px;
}
.clock-timer .smalltext{
    color: #ffffff !important;
}

.floating-btns{
    position: fixed;
    bottom: 75px;
    right: 15px;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.floating-btns img{
    max-width: 46px;
    width: 100%;
}
.downtown-logo{
    height: 120px !important;
}
.w-100{
    width: 100%;
}
.home-carousel .slick-dots{
    margin-top: -40px !important;
}
.bg-effect{
    display: none;
}
.masonry { /* Masonry container */
    -webkit-column-count: 3;
  -moz-column-count:3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

.vs-box{
	        background-color: #0d5aa5;
    background-image: url(../img/bg-form.svg);
    /*background-position: top center;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
	    }
	    .text-white{
	        color:#ffffff;
	    }
	    
	    .img-css{
	        -webkit-box-shadow: 10px 34px 26px rgba(14, 64, 173, 0.1);
    box-shadow: 10px 34px 26px rgba(14, 64, 173, 0.1);
    border-radius: 20px;
	    }


@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .innerpages{
        padding-top: 0px;
    }
}

.innerpages{
    padding-top: 0px;
}


@media (max-width: 1200px) {
    .logo img{
        height: 80px;
    }
    .downtown-logo{
        height: 100px !important;
    }
    
}

@media (max-width: 768px) {
    .floating-btns{
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    .floating-btns img {
        max-width: 40px;
        width: 100%;
    }
}
@media (max-width: 576px) {
    .logo img{
        height: 50px;
    }
    .downtown-logo{
        height: 70px !important;
    }
    
    .innerpages{
        padding-top: 0px;
    }
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .vs-box{
        padding: 40px;
    border-radius: 19px;
    }
}