body {
	margin:0;
	padding:0;
    font-family: 'Fira Sans', sans-serif;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin: 0;
    border-radius: 0;
    padding: 14px 0 10px 0;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 2px;
    margin: 0 12px;
}

.navbar-brand.navbar-brand-centered img {
    width: 100%;
    height:auto;
    /* height: -webkit-fill-available; */
    max-width: 200px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #ffffff;
}
.hed_rd {
    margin: 0px 0px 0px 36px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff565c;
    background-color: transparent;
}

/* #myCarousel{
    position: relative;
} */




.carousel-caption h2 {
    font-size: 30px;
    margin: -38% 0 0 0;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #383636;
}
.banner_bottom {
    background: #fafdff;
    border-bottom: 1px solid #eee;
}
.whys_one {
    padding: 10px 38px;
    text-align: center;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    position: relative;
    /* box-shadow: 0px 0px 6px 2px #e51937; */
    box-shadow: inset 0px 0px 4px 1px #e51937;
    margin: 7px;
    min-height: 150px;
    border-radius: 10px;
}
.whys_one i {
    width: 48px;
    height: 48px;
    background: #0a3788;
    text-align: center;
    color: #fff;
    line-height: 48px;
    font-size: 25px;
    margin-bottom: 10px;
    border-radius:4px;
}
.whys_one .nm_tt {
    font-size: 16px;
    color: #0a3788;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.whys_one p {
    font-size: 14px;
    color: #000000;
    margin: 0px;
}

.sec2 {
    position: relative;
    padding: 40px 0 20px;
    background: #fff;
    z-index: 0;
}
.Ht_tittle h3 {
    font-size: 22px;
    color: #0a3788;
    margin: 0px 0 10px 0;
    font-weight: 500;
    padding: 0px 0 0 8px;
    line-height: 22px;
    margin-bottom: 20px;
}

.Ht_tittle span {
    width: 229px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    text-align: center;
    margin: 10px auto;
}
.Ht_tittle span em {
    width: 149px;
    height: 2px;
    background-color: #ff565c;
    display: block;
    margin: auto;
}
.Ht_tittle p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}
.Ht_tittle {
    padding: 0 0 30px 0;
    text-align: center;
}
.gallery-items.mr-bot {
    margin-bottom: 40px;
}

.grid-item-holder, .gallery-items {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.trus_pp img {
    display: block;
    margin-top: 29px;
    width: 240px;
    background: #e4e3e3;
    padding: 3px 6px 6px 6px;
    border-radius: 4px;
}
.gallery-item {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
}
.grid-item-holder {
    padding: 0px;
}
.grid-item-holder, .gallery-items {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.gallery-items.home-grid .gallery-item .listing-item-grid {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.listing-counter {
    position: absolute;
    left: 25px;
    top: 25px;
    color: #fff;
    z-index: 1;
    font-size: 11px;
    border-radius: 4px;
    background: #f7941d;
    color: #fff;
    padding: 9px 12px;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.8);
}
.geodir-category-img img, .gallery-item img {
    
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.gallery-item img:hover {
    transform: scale(1.2,1.2);
    transition: 1s ease;
    cursor:pointer;
}
.gallery-item {
    transition: 1s ease;
    overflow: hidden;
}

.gallery-item img {
    position: relative;
    z-index: 1;
    box-shadow: 1px 3px 21px 0 rgba(0,0,0,.16);
    border: 1px solid #e6e6e6;
}
.listing-item-cat {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px 15px;
    z-index: 10;
    text-align: left;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 100%);
}
.listing-item-cat h3 {
    font-size: 18px;
    float: left;
    padding-bottom: 10px;
    margin: 0px;
    font-weight:400;
}
.listing-item-cat h3 a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: #080808 0 1px 2px;
    text-decoration: none;
}

.section-home-about {
    padding: 0px 0 30px 0px;
}
.home-about .img {
    position: relative;
}
.home-about .img img {
    width: 100%;
}
.home-about .text .heading {
    margin: 0;
    font-size: 22px;
    color: #333;
}
.custo_sp {
    background: #da6623;
}
.img_caption {
    z-index: 999;
    position: absolute;
    top: 68%;
    text-align: center;
    width: 100%;
    color: #fff;
}
.img_caption h4 {
    font-size: 28px;
    font-weight: 400;
}
.img_caption a {
    text-decoration:none;
    color:#fff;
    font-size: 18px;
}
.home-about .text span.box-border {
    width: 200px;
}
.testi_hd {
    font-size: 28px;
    font-weight: 500;
    border-bottom: 2px solid #ce1111;
    margin-bottom: 24px;
    display: inline-block;
    padding-bottom: 8px;
}
.box-border {
    display: inline-block;
    height: 2px;
    background: #cd0a10;
}
.home-about .text p {
    color: #232323;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}
.awe-btn.awe-btn-default {
    border: 2px solid #cd0a10;
    display: inline-block;
    text-decoration: none;
    padding: 5px 18px;
    margin: 15px 0 0 0;
    color: #cd0a10;
    font-weight: 500;
}
.awe-btn.awe-btn-default:hover {
    background: #da6623;
    color:#fff;
    border:2px solid #da6623;
}

.footer_top {
    background: linear-gradient(53deg, #da6623, #cd0a10);
    padding: 25px 0;
}
.footer_top p {
    display: inline-block;
    font-size: 30px;
    color: #fff;
}
.footer_top a {
    border: 1px solid #fff;
    padding: 12px 24px;
    display: inline;
    margin: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
    text-decoration:none;
}
.news_lt input {
    width: 100%;
    background: #fff;
    height: 45px;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
}
.news_lt button {
    position: absolute;
    right: 13px;
    top: 0;
    height: 45px;
    border-radius: 28px;
    padding: 0px 50px;
    background: #da6623;
    border: 1px solid #da6623;
}
.news_lt button:hover {
    background-color:#da6623;
    border:1px solid #da6623;
}

section.testimonial-section {
    padding: 30px 0px 20px 0px;
}

        .testimonial{
            border-right: 4px solid #ce0e11;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
        }
        .testimonial:before{
            content: "";
            position: absolute;
            bottom: -4px;
            left: -17px;
            border-top: 25px solid #d96022;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(45deg);
        }
        .testimonial:after{
            content: "";
            position: absolute;
            top: -4px;
            left: -17px;
            border-top: 25px solid #d96022;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            transform: rotate(135deg);
        }
        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 60px;
            left: 20px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #6f6f6f;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 20px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            color:#ce1011;
            margin: 0;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 17px;
            color: #29D18B;
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #2A3D7D;
            background: #fff !important;
          border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: #29D18B !important;
          border-color:#29D18B;
        }
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }


.footer_icon {
    /* background: #028BBF; */
    background: #0a3788;
    padding: 30px 0;
}
.disclamer_content p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.footer {
    /* background: #028BBF; */
    background: #0a3788;
    padding: 30px 0;
    /* background-image: url(../img/footerbanner.jpg); */
    background-position: 100% 35%;
    background-repeat: no-repeat;
    background-size: cover;
}
.ftr_bx h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 35px;
    position: relative;
    border-left: 3px solid #cd0e11;
    padding: 0 0 0 10px;
}
.ftr_bx ul li a {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-decoration:none;
}
.ftr_bx ul {
    margin:0;
    padding:0;
    display: block;
}
.ftr_bx ul li {
    padding: 10px 0;
    list-style: none;
}
.ftr_bx p {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}
.ftr_bx p a {
    color: #fff;
    margin: 0 0 0 6px;
}
i.fa.fa-facebook {
    width: 40px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    color: #2b3aab;
    font-size: 20px;
    border-radius: 50%;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.footer_icon2 {
    text-align: center;
    background: #ffffff;
    padding: 12px 0;
}
.footer_icon2 ul {
    margin: 0;
    padding: 0;
    display: block;
}
.footer_icon2 ul li {
    display: inline-block;
    list-style: none;
}
.footer_icon2 ul li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer_btm {
    text-align: center;
    padding: 12px 0;
    /* background:#028BBF; */
    background: #0a3788;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
}
.ftr_bx ul li i {
    color: #fff;
}


/*styling for destination page*/

.destibanner01 {
    background-image:url(../images/des-banner01.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.destibanner01 h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding: 83px 0px 248px 0px;
}
.destibanner02 {
    background-image:url(../images/des-banner02.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.destibanner02 h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding: 83px 0px 248px 0px;
}
.destibanner03 {
    background-image:url(../images/des-banner03.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.destibanner03 h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding: 83px 0px 248px 0px;
}
.destibanner04 {
    background-image:url(../images/des-banner04.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.destibanner04 h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding: 83px 0px 248px 0px;
}
.destibanner05 {
    background-image:url(../images/des-banner05.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.destibanner05 h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding: 83px 0px 248px 0px;
}
.desti_page {
    padding: 30px 0 0px 0px;
}
.london_heading {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 0px 5px 0px;
    position: relative;
    border-left: 2px solid red;
    text-transform: uppercase;
}
.aligents_texts h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 0;
    padding: 0px 5px 0px;
    position: relative;
    border-left: 2px solid red;
    text-transform: uppercase;
}
.aligents_texts {
    margin: 15px 0 30px 0;
}
.aligents_texts p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.aligents_texts h3 {
    background: #f9f9f9;
    padding: 4px 0 4px 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 2px solid red;
    margin: 15px 0 8px 0;
    color:#000;
}
.aligents_texts h4 {
    background: #f9f9f9;
    padding: 4px 0 4px 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-left: 2px solid red;
    margin: 15px 0 8px 0;
    color:#000;
}



/*styling end destination page*/

/*styling for about us page*/

.about_banner {
	background-image:url(../images/about-banner.jpg);
	width:100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.about_banner_ct h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding:30px 0px;
}
.arts_mmi {
    padding: 45px 0;
}
.main_title_2 {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
.main_title_2 h2 {
    margin: 5px 0 0 0;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}
.main_title_2 h2 strong {
    color: #cd0e11;
    font-weight:500;
}
.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: 10px 10px;
}
.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #cd0e11;
    display: block;
    margin: 0;
}
.main_title_2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #595959;
}
.Abpages {
    text-align: left;
}
.Abpages h3 {
    font-size: 23px;
    color: #333;
    margin: 20px 0 12px 0;
    font-weight: 500;
    position: relative;
}
.Abpages h3:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #cd0e11;
    bottom: -10px;
    left: 0;
    z-index: 1;
}
.With_us {
    padding: 15px 6px 15px 6px;
    background: #fff;
}
.icons {
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 50px;
    border: solid 1px #cd0e11;
    background: #cd0e11;
    float: left;
    margin: 0 20px 0 0;
    text-align: center;
    color:#fff;
}
.With_us h5 {
    font-size: 19px;
    color: #393335;
    margin: 0px 0 5px 0;
    font-weight: 600;
}
.Abpages p {
    font-size: 15px;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 22px;
}




/*styling end about us pages*/



/*styling for contact us page*/

.contact_banner {
	background-image:url(../images/contact-banner.jpg);
	width:100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.contact_banner_ct h1 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding:30px 0px;
}
.bts_sides {
    background: #fafafa;
}
.cTnow {
    padding: 40px 0;
}
.cTnow h2 {
    font-size: 24px;
    color: #333;
    margin: 0px;
    font-weight: 600;
}
.addredd {
    border: solid 1px #ccc;
    padding: 2px 15px 10px 15px;
    box-shadow: inset 0 0 5px rgba(217, 211, 211, 0.9);
    margin: 25px 0 0 0;
    background: #fff;
}
.addredd i {
    font-size: 24px;
    background: #cd0e11;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 42px;
    text-align: center;
    float: left;
    margin: 15px 15px 10px 0;
    color: #fff;
}
.addredd h4 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 10px 0 4px 0;
}
.Cnt_form {
    margin: -68px 0 0 0;
}
.Cnt_tittle {
    padding: 20px;
    text-align: center;
    background: #cd0e11;
}
.addredd a {
    color: #000;
    text-decoration: none;
}
.Cnt_tittle h2 {
    font-size: 24px;
    color: #fff;
    margin: 0px 0 5px 0;
    font-weight: 600;
}
.Cnt_tittle p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}
.address_cont {
    background: #fff;
    padding: 20px;
    display: table;
}
.cont_ppge {
    font-size: 14px;
    color: #777;
    margin: 0 0 2px;
    font-weight: 500;
}
.cont_ppgecont {
    border-radius: 0px;
    height: 45px;
    box-shadow: none;
}
.flats_button {
    border: 0;
    background:#da6623;
    color: #fff;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    width: 50%;
    margin: 0 auto;
}

/*styling end contact us pages*/



/*styling for privacy policy*/

.privacy-banner {
    background-image:url(../images/privacy-banner.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.privacy_ct h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding:30px 0px;
}
.privacy_content {
    background: #f9f9f9;
    padding:30px 0px;
}
.privacy_content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}
.privacy_content h4 {
    padding: 5px 10px 5px 5px;
    background: #ededed;
    font-size: 16px;
    font-weight: 600;
}
.privacy_content p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}
.privacy_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 10px 2px;
}
.privacy_content ul li i {
    margin-right: 4px;
    color: #ff565c;
}




/*styling end privacy policy*/







/*styling for terms and conditions*/

.terms-banner {
    background-image:url(../images/terms-banner.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.terms_ct h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 6px 4px #000;
    padding:30px 0px;
}

.terms_content {
    background: #f9f9f9;
    padding:30px 0px;
}
.terms_content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}
.terms_content h4 {
    padding: 5px 10px 5px 5px;
    background: #ededed;
    font-size: 16px;
    font-weight: 600;
}
.terms_content p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}
.terms_content ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 10px 2px;
}
.terms_content ul li i {
    margin-right: 4px;
    color: #ff565c;
}



/*styling end terms and conditions*/




/*stylign for responsive website*/

@media only screen and (min-width:320px) and (max-width:360px) {
.navbar-brand.navbar-brand-centered img {
    width: 100%;
    padding-top:5px;
    padding-bottom: 5px;
    /* margin-top: -13px; */
}
.navbar-default {
    padding: 1px 0;
}
.carousel-caption h2 {
    display: none;
}
.carousel-indicators li {
    display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: none;
}
.news_lt {
    margin-top: 28px;
}
.Cnt_tittle {
    padding: 20px;
    text-align: center;
    background: #cd0e11;
    margin-top: 48px;
}
.address_cont {
    background: #fff;
    padding: 5px;
    display: table;
    width: 100%;
}
.flats_button {
    border: 0;
    background: #da6623;
    color: #fff;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 33px;
}
.destibanner02 {
    background-image: none;
}
.destibanner02 h1 {
    display: none;
}
.destibanner01 {
    background-image: none;
}
.destibanner01 h1 {
    display: none;
}
.destibanner03 {
    background-image: none;
}
.destibanner03 h1 {
    display: none;
}
.destibanner04 {
    background-image: none;
}
.destibanner04 h1 {
    display: none;
}
.destibanner05 {
    background-image: none;
}
.destibanner05 h1 {
    display: none;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 2px;
}
}


@media only screen and (min-width:360px) and (max-width:480px) {
.navbar-brand.navbar-brand-centered img {
    width: 100%;
    padding-top:5px;
    padding-bottom: 5px;
    /* margin-top: -2px; */
}
.navbar-default {
    padding: 1px 0;
}
.carousel-caption h2 {
    display: none;
}
.carousel-indicators li {
    display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: none;
}
.news_lt {
    margin-top: 28px;
}
.Cnt_tittle {
    padding: 20px;
    text-align: center;
    background: #cd0e11;
    margin-top: 48px;
}
.address_cont {
    background: #fff;
    padding: 5px;
    display: table;
    width: 100%;
}
.flats_button {
    border: 0;
    background: #da6623;
    color: #fff;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 33px;
}
.destibanner02 {
    background-image: none;
}
.destibanner02 h1 {
    display: none;
}
.destibanner01 {
    background-image: none;
}
.destibanner01 h1 {
    display: none;
}
.destibanner03 {
    background-image: none;
}
.destibanner03 h1 {
    display: none;
}
.destibanner04 {
    background-image: none;
}
.destibanner04 h1 {
    display: none;
}
.destibanner05 {
    background-image: none;
}
.destibanner05 h1 {
    display: none;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 2px;
}
}



@media only screen and (min-width:480px) and (max-width:768px) {
.navbar-brand.navbar-brand-centered img {
    width: 100%;
    padding-top:5px;
    padding-bottom: 5px;
    /* margin-top: -13px; */
}
.navbar-default {
    padding: 1px 0;
}
.carousel-caption h2 {
    display: none;
}
.carousel-indicators li {
    display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: none;
}
.news_lt {
    margin-top: 28px;
}
.Cnt_tittle {
    padding: 20px;
    text-align: center;
    background: #cd0e11;
    margin-top: 48px;
}
.address_cont {
    background: #fff;
    padding: 5px;
    display: table;
    width: 100%;
}
.flats_button {
    border: 0;
    background: #da6623;
    color: #fff;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 33px;
}
.destibanner02 {
    background-image: none;
}
.destibanner02 h1 {
    display: none;
}
.destibanner01 {
    background-image: none;
}
.destibanner01 h1 {
    display: none;
}
.destibanner03 {
    background-image: none;
}
.destibanner03 h1 {
    display: none;
}
.destibanner04 {
    background-image: none;
}
.destibanner04 h1 {
    display: none;
}
.destibanner05 {
    background-image: none;
}
.destibanner05 h1 {
    display: none;
}
.navbar-default .navbar-nav>li>a {
    padding: 10px 2px;
}
}


/*styling end responsive website*/