* {
    box-sizing: border-box;
}
video {
    width: 100%;
    height: auto;
}
html,body{
    scroll-behavior: smooth;     
}
body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
    scroll-behavior: smooth;   
}

*{margin:0; padding:0;}
body{font-family: 'Open Sans', sans-serif; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins', sans-serif;}

a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
a:hover{text-decoration: none;}
ul, ol{list-style:none;}
img{max-width:100%;width: 100%;}
p{font-size:14px; line-height:24px; color:#333;}
.jumbotron{margin-bottom: 0px;}


/********************************************
	   == Topbar Css Start ==
********************************************/
.topbar-wrap{background: #414042;}
.social_media{padding:10px 0; margin-bottom: 0;}
.top_left{padding-top: 5px;}
.social_media li{display:inline-block; padding:0 1px;}
.social_media li a{font-size:14px; color:#fff; border:1px solid #fff; width:30px; height:30px; line-height:30px; text-align:center; border-radius:100%; display:block;}
.topbar_phone{display: inline-block;}
.topbar_phone a{font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    margin-left: -14px;}
.topbar_phone i{padding-right: 6px; font-size: 14px;}
.topbar_login{display: inline-block; margin-left: 10px;}
.topbar_login a{
    text-decoration: none;
    text-decoration: none;
    text-decoration: none;
    background: #f5821f;
    color: #fff8f8;
    font-weight: bold;
    padding: 5px 26px;
    display: block;
    /* border-left: 3px solid #fff; */
   
}
.topbar_login i{padding-right: 7px;}
.top_right{text-align: right;}



/********************************************
	   == Header Css Start ==
********************************************/
.header-wrap{
    padding: 5px 0px;
    background: white;
}
.is-sticky{
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    top: 0;
    z-index: 9;
}
.navbar{/*padding:0;*/}
.navbar-brand{display:none;}
.navbar li{line-height:inherit; padding: 5px 0;}
.navbar-light .navbar-nav .nav-link{font-size:14px; padding: 12px 16px; color:#414042; text-transform:uppercase; z-index:1000; font-weight:bold;}
.caret{display: inline-block !important;
    font-size: 16px !important; color: #011b58 !important;
    padding-left: 7px;}
.navbar-light .navbar-nav .active>.nav-link{
    color:#104d7c !important;
    /* background: #212529; */
    border-radius: 13px;
}
.header_logo img{width: 60px;}
.navbar li span{display: block; text-align: center; font-size: 24px;}
.header-wrap .dropdown a{border-radius:6px; position:relative; z-index:1000;}
.header-wrap .dropdown-menu:before{content:""; width: 0; height: 0; border-left:10px solid transparent; border-right:10px solid transparent; border-bottom: 10px solid #fff; position: absolute; left: 50%; margin-left: -5px; z-index:1000; top:-10px;}
.navbar li a{position:relative;}
.navbar li:last-child a:after{border-radius:30px;}
.navbar-light .navbar-nav .nav-item:hover .nav-link, .navbar-light .navbar-nav .nav-link:hover{    
    color: #f8f7f9 !important;
    background: #0daeb8;
    border-radius: 15px;
}
.tp-bannertimer{display:none;}
.navbar{float: inherit;}
.navbar-light .navbar-nav .nav-item:hover .nav-link .caret, .navbar-light .navbar-nav .nav-link:hover .caret{color: #fff !important;}
.close-toggler{display: none;}
.submenu li:last-child{border: none;}
.navbar-nav > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.header_logo-right{
    padding: 17px 0px 0 0;
    margin: auto;
    text-align: center;
}
.header_logo-right img{
    max-width: 70px;
}
@media only screen and (max-width: 1080px){
    .header_logo-right{
        display: none;
    }
}

.navbar-nav > li > ul > li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.submenu>li:hover>a {
    background: #21b4bd;
    color: #fff !important; 
}

.navbar-nav > li > ul > li > a {text-decoration:none;
    position: relative;
    display: block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.navbar-nav li> .submenu >li a+i{display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;}

.navbar-nav>li>a+i{
    display: none;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 24px;
    cursor: pointer;
    color: #0b3c5d;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 1000;
}
.navbar-nav li{position: relative;}
.navbar-nav > li > ul {list-style: none;
    position: absolute;
    left:0;
    top: 200%;
    width: 240px;
    padding: 0px;
    z-index: 100;
    background: #fff !important;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.38);
}

.submenu li .submenu_right{display: none;}
.submenu_right{background:#fff; position: absolute; top: 0; left: 100%; width: 200px;}
.submenu_right li{padding-bottom: 0; padding: 0px; border-bottom: 1px solid #e8e8e8;}
.submenu_right li a{display: block; font-size: 14px; font-weight: 600; padding: 10px 20px; color: #000; text-decoration: none;}
.submenu_right li a:hover{background: #ffb900; color: #fff !important;}
.submenu li:hover .submenu_right{display: block;}
.right_angle{position: absolute; top:8px; right: 10px; font-size: 18px !important;}

/* .header_logo-right{
    display: none;
} */
/* slider */
.top-container{
    width: 100%;
    display: flex;
    justify-content: center;    
    align-items: stretch;
    flex-wrap: wrap;   
    margin: auto;
}
.top-container-item{
    align-items: center;    
}
.top-container-item.w70{
    width: 73%;
    margin: 0.5%;
}
.top-container-item.w30{    
    width: 24%;
    background: #f5821f;
    margin: 0.5%;  
}

@media (min-width: 1200px){
    .top-container{
        max-width: 1440px;
    }
    .topbar-wrap .container,
    .header-wrap .container{
        max-width: 1440px;
    }
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.content {
    position: fixed;
    bottom: 0;
    background: #0e56a8;
    color: #f1f1f1;
    width: 100%;
    padding: 7px;
    font-size: 14px;
}
.Logo {
    position: fixed;
    top: 0;
    left: 0;
    color: #f1f1f1;
    padding: 20px;
    z-index: 999;
}
.banner-img{
    max-width: 100%;
}
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}
#myBtn:hover {
    background: #ddd;
    color: #000;
}
video::-webkit-media-controls-play-button {
    display: flex !important;
}
.claerfix {
    clear: both;
}
.slide_form_mobl {
    position: fixed;
    width: 100%;
    background-color: #336bac;
    bottom: 0;
}
.enquiryform {
    width: 1300px;
    max-width: 96%;
    margin: 0 auto;
}
.slide_form_mobl h3,
.close_frm_frm_close {
    display: none;
}
input,
select {
    width: 100%;
    border: 1px solid #3175c2;
    background-color: #fff;
    color: #414141;
    padding: 6px;
    height: 30px;
    border-radius: 4px;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
    margin: 10px auto;
    font-size: 1em;
    border: 1px solid rgba(0,0,0,.2);
}
table th, table td {
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(0,0,0,.2);
}
@media screen and (max-width: 768px){
    table th, table td{
        padding: 20px 0px;
        font-size: 15px;
    }
}
.form-group {
    width: 25%;
    float: left;
    margin: 1%;
}
.form-group2 {
    width: 12%;
    float: left;
    margin: 1%;
}
.btn_valid {
    background-color: #1d5596;
    border: 1px solid #1d5596;
    color: #fff;
    padding: 6px;
    width: 100%;
    cursor: pointer;
    height: 30px;
}
.btn_valid:hover,
.btn_valid:visited,
.btn_valid:focus {
    background-color: #336bac;
    border: 1px solid #336bac;
    color: #fff;
    transition: all 0.2s;
}



@media screen and (max-width: 990px){
    .navbar-nav {clear: both;}
    .navbar{float: none;}
.navbar-toggler{position: absolute;
    top: 10px;
    right: 0; border: 1px solid #eee;}

    .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 10000;
}
.caret{
    opacity: 0;
}
.navbar-nav > li > ul {width: 100%; position: static; display: none; margin-left: 0; opacity: 1; visibility: visible;}
.navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    float: right;
    display: block;
}
.perfect_home_wrap .readmore{margin-top: 30px; display: inline-block;}
.navbar-nav li a+i {
    display: block;
}
.about-widget, .footer_button{text-align: center;}
.navbar-light .navbar-nav .nav-link{color: #fff;}
.navbar li{padding: 0;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color: #fff !important;}
.navbar li span{display: inline-block; width: 30px; padding-right: 10px;}
.navbar-nav > li > ul > li > a:hover{background: #ffb900;}
 
}


/********************************************
	   == Slider Css Start ==
********************************************/
.slider-wrap{background:url(../images/7T9364v.html) no-repeat top; background-size:cover; padding:70px 0 80px 0; min-height: 600px;}
.sliderTxt{position: absolute;margin: auto;top: 30%;}
.sliderTxt .sliderTxtTitle{font-size:40px; color:#fff; text-transform: uppercase; font-weight: 600; margin-top:0; text-align:left;}
.sliderTxt p{font-size:18px; color:#fff; letter-spacing: 2px; text-align:left;}
.btn-color {
    
}
.r-btn {
    padding: 12px 30px 10px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    background: #f9c322;
    border-color: #f9c322;
    color: #011b58;
}
.text-uppercase{
    color: #011b58;
}

.padding {
    padding: 80px 0;
}



/* ---- ABOUT US Seven --- */
.about-sev-img img{
    width: 100%;
}
.about-sev-tag h4{
    font-style: italic;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 15px;
    color: #f9c322;
}
.about-sev-tag p {
    padding-bottom: 15px;
    line-height: 24px;
}
.about-sev-tag ul{
    margin-bottom: 15px;
}
.about-sev-tag ul li {
    font-weight: 400;
    font-style: italic;
    line-height: 32px;
    display: inline-block;
    width: 47%;
    font-size: 13px;
}
.about-sev-tag ul li i {
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}
.about-sev-tag .founder-text {
    padding-left: 40px;
    position: relative;
    border-left: 2px solid #ddd;
    padding-top: 32px;
    padding-bottom: 0px;
}
.about-sev-tag .founder-text::before {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: "FontAwesome";
    content: "\f10d";
    color: #f0f0f0;
    font-size: 22px;
}
.about-sev-tag .founder-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    font-style: italic;
    margin: 0;
}
.about-sev-tag .founder-text h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 14px 0 0;
}
.about-sev-tag ul li i {
    color: #021854;
}


.download-apps {
    background: rgba(0, 0, 0, 0) url("../images/download.jpg") no-repeat scroll center center / cover;
    padding: 59px 0 23px;
    position: relative;
  }
  
  .download-apps-desc {
    margin-top: 14px;
  }
  .download-apps-caption-img img {
    position: absolute;
    bottom: -15px;
  }
  .overlay-blue:before {
    position: absolute;
    content: "";
    background: rgba(0, 67, 149, 0.95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .fun-fact.overlay-black::before {
    background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
  }
  
  .fun-fact.no-bg {
    background-color: #9e9e9e;
    background-image: none;
  }
  
  .download-app-inner {
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  
  .download-apps-title .h3-title {
    color: #f9c322;
    font-size: 26px;
  }
  
  .download-apps-title .h3-title.title-1 {
    margin-bottom: 6px;
  }
  
  .download-apps-bottom>p {
    color: #eee;
    font-weight: 300;
  }
  
  .download-apps-bottom>a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #0d4c9a;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin-top: 11px;
    padding: 0 21px;
    border-radius: 10px;
  }
  
  .download-apps-bottom>a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #f9c322;
    color: #f9c322;
  }
  
  .download-apps-title h3.title-2 {
    margin-bottom: 16px;
  }
  

  /** Contact from start **/
.contact-from{
    padding: 30px 32px;
    margin: auto;
    border-radius: 5px;
}

.form-group {
    width: 100%;
    margin-bottom: 25px;
}

.contact-from .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 50px;
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border: 1px solid transparent;
}

.contact-from .btn-color {
    height: 50px;
    border-radius: 50px;
    background: #212529;
    display: inline-block;
    color: #fff;
}

.contact-from h3{
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
    color: white;
}

.cf-2{
    max-width: 100%;
    background: #fff;
    padding: 20px 25px;
    margin:20px auto 0;
    border-radius: 3px;
}

.cf-2 .form-group {
     width: 100%;
     margin-bottom: 0;
 }

.cf-2 .pad-10{
    padding: 0 7.5px;
}

.cf-2 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    height: 50px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.cf-2 .btn-color {
    border-radius: 3px;
}

.cf-3{
    display: none;
}

.contact-from-2{
    max-width: 500px;
}

.contact-from-2 form .form-control {
    width: 75%;
    padding: 10px 25px;
    font-size: 15px;
    outline: 0;
    height: 55px;
    border: #fff;
    border-radius: 50px 0 0 50px;
}

.contact-from-2 .btn {
    width: 25%;
    padding: 11px 13px;
    font-size: 15px;
    font-weight: 500;
    height: 55px;
    background: red;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 50px 50px 0;
}

.contact-from-2 .btn:hover{
    background: red;
}

.mrg-auto{
    margin: 0 auto;
}

.mrg2-auto{
    margin: 0 0 0 auto;
}





/********************************************
       == Properties Start ==
********************************************/
.property-wrap{padding: 20px 0;}
.title{text-align: center;}
.title h1{font-size: 46px; color: #000;}
.title h1 span{display: block; font-size: 16px;}
.property_box{background: #fff; padding: 18px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);}
.propertyImg{overflow: hidden;}
.propertyImg img{width: 100%; -webkit-transform: scale(1);
  transform: scale(1); 
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;}
.property_box h3{margin-top: 10px;
    line-height: 24px;
    min-height: 30px;}
.property_box h3 a{text-decoration: none; font-size: 20px; color: #000; font-weight: normal;}
.property_box h3 a:hover{color: #ffb900;}
.property_location i{padding-right: 6px; font-size: 14px; color: #b7b7b7;}
.property_location{font-size: 14px; color:#626262;}
.heart_info{display: flex; margin-top: 15px;}
.heart_icon{margin-right: 5px;}
.heart_icon a{font-size: 14px; color: #a5a5a5; width: 30px; display: block; text-align: center; line-height: 30px; height: 30px; border: 1px solid #f0efef; background: #f9f9f9;}
.property_price{font-size: 20px; color: #ffb900; font-weight: bold; margin-left: 15px;}
.propert_info{text-align: center; margin-top: 15px; border: 1px solid #efefef; padding: 7px;}
.propert_info h5{font-size: 12px; margin-bottom: 0; font-family: 'Open Sans', sans-serif; color: #000; margin-top: 5px;}
.propert_info ul li{position: relative;}
.propert_info ul li:before{content: ""; background: #efefef; width: 1px; height: 58px; position: absolute; top: -8px; left: 0;}
.propert_info ul li:first-child:before{display: none;}
.property_box:hover .propertyImg img{-webkit-transform: scale(1.1);
  transform: scale(1.1);}
.property_box{margin-top: 30px;}
.rent_info{display: flex; margin-top: 15px;}
.apart{background: #ffb900; z-index: 1000; position: relative; padding: 10px 18px; width: 55%; color: #000; font-size: 16px; font-family: 'Poppins', sans-serif;}
.apart:after{content: ""; background:#ffb900; z-index: -1; width: 40px; height: 100%; transform: skew(-30deg); position: absolute; top: 0; right: -15px;}
.sale{background: #2b2727; padding: 10px; text-align: center; color: #fff; width: 45%; font-size: 16px; font-weight: 300; font-family: 'Poppins', sans-serif;}





.buy-wrap{background: url(../images/house-bg.html) no-repeat top; text-align: center; background-size: cover; padding: 60px 0;}
.buy-wrap h1{color: #fff; font-weight: bold;}
.buy-wrap p{font-size: 14px; font-style: italic; padding: 0 150px; line-height: 26px; margin-top: 25px; color: #fff;}
.start_btn span{}
.start_btn a{text-decoration: none; font-size: 16px; font-family: 'Poppins', sans-serif; border: 1px solid transparent; color: #000; display: inline-block; font-weight: 400; background: #ffb900; padding: 16px 34px;}
.start_btn{margin-top: 34px;}
.start_btn a:hover{
    background: transparent; border: 1px solid #fff; color: #fff;
}



.bg-grea {
    background: #f9f9f8;
}
.content-area {
    padding: 100px 0 70px;
}
.main-title {
    text-align: center;
    margin-bottom: 50px;
}
.main-title .title_h {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #333;
}
.text-justify {
    text-align: justify!important;
}
 
.footer {
    background: #171c26;
    padding: 10px 10px 5px 10px;
    background-size: cover;
    text-align: center;
}
.footer p{
    color: #fff;

}

.modal-box {
    font-family: Lato, sans-serif
}

.modal-box .show-modal {
    color: #f1731e;
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 25px;
    margin: 80px auto 0;
    border: none;
    outline: 0;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .3);
    display: block;
    transition: all .3s ease
}

.modal-box .show-modal:hover {
    color: #850b6f;
    background-color: transparent;
    border: none;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .3) inset
}

.modal-backdrop.in {
    opacity: 0
}

.modal-box .modal {
    top: 90px !important
}

/* .modal-box .modal-dialog {
    width: 570px;
    margin: 20px auto 0
} */

.modal-box .modal-dialog .modal-content .close {
    color: #fff;
    /* background-color: #3b3b3b; */
    font-size: 30px;
    text-shadow: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    z-index: 1;
    transition: all .3s;
}

.modal-box .modal-dialog .modal-content .close span {
    margin: -2px 0 0 0;
    display: block
}

.modal-box .modal-dialog .modal-content .close:hover {
    color: #d9b067
}

.modal-box .modal-dialog .modal-content .modal-body {
    padding: 0px !important
}

.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    margin: 0
}

.modal-box .modal-dialog .modal-content .modal-body .icon {
    color: #e71d36;
    font-size: 100px;
    width: 100px;
    margin: 0 17px 0 0;
    vertical-align: top;
    display: inline-block
}

.modal-box .modal-dialog .modal-content .modal-body .inner-content {
    width: 100%;
    display: inline-block
}

.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #999;
    font-weight: 400;
    margin: 0 0 20px
}

.modal-box .modal-dialog .modal-content .modal-body .form-control {
    color: #222;
    background: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    height: 50px;
    padding: 2px 15px 2px 25px;
    border-radius: 4px;
    transition: all .3s;
    border: 1px solid #10b0b9;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
    box-shadow: none;
    border: 1px solid #e2e2e2
}

.modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder {
    color: #909090;
    font-size: 16px
}

.modal-box .modal-dialog .modal-content .modal-body #btn1 {
    color: #fff;
    background: linear-gradient(to right, #94157d, #d9b067);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    padding: 13px 20px;
    border: none;
    border-radius: 50px;
    transition: all .3s
}

.modal-box .modal-dialog .modal-content .modal-body #btn1:hover {
    text-shadow: 3px 3px 3px #000;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .4)
}

.modal-box .modal-dialog .modal-content .modal-body #btn1 i {
    margin-left: 10px
}

span.main-txt {
    display: block;
    text-align: center;
    padding-bottom: 16px;
    font-size: 40px;
    color: #850c70;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 14%)
}

@media only screen and (max-width:576px) {
    .modal-dialog {
        width: 100% !important
    }
    .modal-box .modal-dialog .modal-content .modal-body .title {
        font-size: 16px;
        margin: 0
    }
    span.main-txt {
        display: block;
        text-align: center;
        padding-bottom: 16px;
        font-size: 26px
    }
    .modal-box .modal-dialog .modal-content .modal-body .icon {
        margin: 0 auto;
        display: block
    }
    .modal-box .modal-dialog .modal-content .modal-body .inner-content {
        text-align: center;
        width: 100%
    }
}

button.btn.btn-primary.btn-lg.show-modal {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 12;
    background: #414042;
    color: #e9ecef;
}

.carousel-item.active.item-bg.banner-max-height img {
    display: none
}

@media(max-width:768px) {
    .carousel-item.active.item-bg.banner-max-height video {
        display: none
    }
}

.whatsapp-new {
    position: fixed;
    z-index: 21;
    right: -2px;
    top: 500px
}

.max-100 {
    max-width: 100%
}

#myModal10 .modal-content {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    position: relative
}

#myModal10 .modal-body {
    padding: 0
}

#myModal10 .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: -12px;
    top: -15px;
    background: #2b0142
}

#myModal .modal-content {
    background: none;
    border: 0;
}

.form-new-model {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch
}

.form-new-model-item {
    width: 50%;
    align-items: center
}

.form-image-mob {
    display: none;
    max-width: 100%
}

.form-image-dox {
    max-width: 100%
}

#dwnld-form .form-group {
    margin-bottom: 5px
}

.secbtn {
    margin-top: 20px
}

.secbtn a.tag1 {
    background: 0 0;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    -webkit-animation: whatapp-bg infinite;
    -webkit-animation-duration: 3.5s;
    animation: whatapp-bg infinite;
    animation-duration: 3.5s
}

.secbtn a.tag2 {
    background: #4d9f7b !important;
    background: 0 0;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff
}
.form-style-content{
    border: 5px solid #bf8f2d;
    border-radius: 5px;
    position: relative;
    display: flex;
    margin: 18px 30px 0;
    font-weight: 800;
    font-size: 14px;
    font-family: sans-serif;
}
.form-style-content .left-form-con{
    background: #bf8f2d;
    display: inline-block;
    color: #ffffff;
    padding: 0px 15px;
}
.form-style-content .right-form-con{
    text-align: center;
    margin: auto;
    color: #bf8f2d;
}
   
.animate012 {
    -webkit-animation: whatapp-bg infinite;
    -webkit-animation-duration: 1.5s;
    animation: whatapp-bg infinite;
    animation-duration: 1.5s
}
.modal-body .contact-from{
    background: url(../images/16.jpg) no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
}
.modal-body .contact-from::before{
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgb(24 26 27 / 65%);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.contact-from-re{
    position: relative;
}
.modal-body .contact-from h3{
    text-align: center;
    color: #f9c322;
    margin: 0;
}
.modal-body .contact-from .pay-form{
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}
.modal-box .modal-dialog .modal-content .modal-body .title {
    font-size: 25px;
    color: #ffc107;
    padding-bottom: 15px;
    FONT-WEIGHT: 100;
    font-weight: bold;
    line-height: 33px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .sub-title {
    color: #ffffff;
    /* font-family: 'Satisfy', cursive; */
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #0dd7e4;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0px 0 -6px;
    text-align: center;
    position: relative;
    font-size: 15px;    
    background: linear-gradient(to right, #bf953f 20%, #fbf5b7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modal-box .contact-from .btn-color{
    height: 40px;
    border-radius: 50px;
    background: #10b0b9;
    border: 2px solid #0dd7e4;
    display: inline-block;
    color: #fff;
    width: auto;
    padding: 5px 12px;
}
.modal-box .contact-from .btn-color:hover{
    background: #1d5783;
    border: 2px solid #93afc4;
    color: #f0eded;
}
.modal-box .contact-from .form-group{
    margin-bottom: 10px;
}
.enq_btn {
    position: absolute;
    display: grid;
    width: 100%;
    grid-template-columns: 50% 50%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.enq_btn .call-buttun, .whatsapp-btn {
    padding: 5px; 
    text-align: center;
    color: #fff;
  
}
.enq_btn .call-buttun{
    border-right: 1px solid #fff;
    background: #2196f3;
}
.enq_btn .whatsapp-btn {
    border-left: 1px solid #fff;
    background: #07bc4c;
}
.enq_btn .call-buttun a, .whatsapp-btn a{
    color: #fff;
}


.scale-down-top {
	-webkit-animation: scale-down-top 0.8s ease-in-out infinite alternate-reverse backwards;
	        animation: scale-down-top 0.8s ease-in-out infinite alternate-reverse backwards;
}
.scale-up-center {
	-webkit-animation: scale-up-center 0.8s ease-in-out infinite alternate-reverse backwards;
	        animation: scale-up-center 0.8s ease-in-out infinite alternate-reverse backwards;
}
 
 @-webkit-keyframes scale-down-top {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
    }
  }
  @keyframes scale-down-top {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
    }
    100% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
    }
  } 
 
@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  

  .slide-top {
	-webkit-animation: slide-top 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite alternate forwards;
	        animation: slide-top 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite alternate forwards;
}

 @-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
  }
  
  
  
@keyframes whatapp-bg {
    to {
        background: #850c70;
        color: #fff;
        border: 2px solid #850c70 !important
    }
    from {
        color: #850c70;
        border: 2px solid #850c70 !important;
        background: 0 0
    }
}



/* cta  */
.cta {
    background: #f3f1f0;
    padding: 60px 0;
    color: #574741;
  }
  
  .cta .nh1 {
    font-size: 28px;
    font-weight: 700;
  }
  
  .cta .nh1 span {
    color: #0eb6bc;
  }
  
  .cta p {
    padding: 0;
    margin: 0;
  }
  
  .cta .cta-btn {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 2px;
    transition: 0.4s;
    margin: 10px;
    border-radius: 4px;
    border: 2px solid #f03c02;
    color: #f03c02;
    background: #fff;
  }
  
  .cta .cta-btn:hover {
    background: #f03c02;
    color: #fff;
  }

  /* about-back-image */

  .about-back-image{
    background: url('../images/banner-bg.jpg');
    width: 100%;
    background-size: cover;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}
.about-back-image::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(0 0 0 / 77%);
    top: 0px;
    left: 0px;
}
.contact-me-wrap {
    text-align: center;
    color: #fff;
}
.contact-me-sub-title{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.contact-me-main-title{
    font-size: 40px;
    color: #f4f090;
    font-weight: 600;
}
.contact-me-call{
    font-size: 14px;
    background: #2cb6be;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 16px;
    display: inline-block;
}
.contact-me-call i{
    margin: 0px 10px 0 0;
}
.about-footer-con{
  position: relative;
  padding: 50px 0px;
}
.about-history-sec{  
  display: flex;
  justify-self: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}
.about-history-sec-item{
  width: 30.33%;
  align-items: stretch;
  margin: 15px 0px;
  position: relative;
}
.about-history-sec-item::before{
  content: '';
  position: absolute;
  width: 70%;
  border: dotted 1px #969696;
  bottom: 0;
  left: 0;
}
.section_gap-sm{
    margin: 80px 0px 0px 0px;
}
.about-history-sec-item::after{
  content: '';
  position: absolute;
  height: 90px;
  border: dotted 1px #969696;
  right: 50px;
  top: 10%;
}
.about-history-sec-item p{
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.about-history-sec-item .about-history-title{
  font-weight: 600;
  margin-bottom: 8px;
}
.about-history-sec-item .about-history-title span{
  display: block;
  font-size: 21px;
  padding: 8px 0px;
  color: #f5821f;
}
.color-white{
    color: #fff;
}
.one-section-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    
}
/* title */
.title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 35px;
    position: relative;
    z-index: 1;
}
.head-fancy {
    line-height: normal;
    font-weight: 300;
    position: relative;
    padding: 0 0 23px;
    
}
.head-fancy:before {
    position: absolute;
    left: 50%;
    bottom: 7px;
    height: 3px;
    background: #0aaeb7;
    content: "";
    display: inline-block;
    width: 95px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.head-fancy span{
    font-weight: 700;
}
.head-fancy:after {
    position: absolute;
    left: 46%;
    bottom: 0;
    height: 2px;
    background: #0aaeb7;
    content: "";
    display: inline-block;
    width: 68px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-43%);
    margin-left: 40px;
}
/* project-wrap */

.project-wrap{
    width: 100%;
    display: flex;
    justify-content: start;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.project-wrap .project-item{
    width: 31.33%;
    margin: 1%;
    background: aliceblue;
    position: relative;
    box-shadow: 1px 2px 3px 4px #ebf0f5;
}
.project-item:hover .project-img::before{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.project-img{
    position: relative;
    max-width: 100% ;
    overflow: hidden;
}
/* .flat-desc{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
} */
.flat-desc {
    position: relative;
    z-index: 2;
    padding: 5px 0;
    text-align: center;
    color: #BABABA;
    background: #089ef5 none repeat scroll 0 0;
    margin: 0px 0 0px 0;
}
.flat-desc > li {
    display: inline-block;
}
.flat-desc li span{
color: #fff;
}
.flat-desc li span i{
    margin: 0px 10px;
    font-size: 21px;
    color: #000;
}
.project-text{   
    padding: 0px 10px;
    margin-top: 10px;
}
.project-text .project-title{
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #124e7d;
}
.project-text .project-price{    
    float: right;
    font-size: 25px;
    color: #ea850d;
    margin: -6px 0 0 0;
    padding: 0;
    line-height: normal;
    font-weight: 700;    
}
.project-location{
    font-size: 15px;
}
.project-location i{
    margin: 0px 5px 0 0;
}

.form-style-wrap{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.form-style-item{
width: 98%;
margin: 1%;
}
.form-left-item img.from-logo{   
    max-width: 100px;
    margin: 5px auto;   
    display: block;
}
.from-logo {
    max-width: 90px;
    position: relative;
    margin: 5px auto;
    display: block;
    margin-bottom: 10px;
}
.form-style-wrap p{
    color: #fff;
    text-align: justify;
}
.form-right-item{
    background: #cdcdcd00;
    padding: 10px;
    border-radius: 10px;
}
.form-call-style{
    color: #2d2c2c;
    display: inline-block;
    background: #ffc200;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin: auto;
    
}
.form-call-style i{
    margin-right: 2px;
    font-size: 14px;
    color: #2196f3;
}
.whatsapp-new {
    position: fixed;
    z-index: 21;
    right: -62px;
    top: 45%;
    max-width: 100px;
}

/* footer */
.footer-area {
    background: url(../images/banner-bg.jpg);
    padding-top: 70px;
    position: relative;
    z-index: 1;
  }
  .footer-area::before{
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      top: 0;
      left: 0;
      background: rgb(0 0 0 / 76%);
  }
  /* .footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-line.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  } */
  .single-footer-widget .logo{
      text-align: center;
      margin: 10px auto;
  }
  .single-footer-widget .logo img{
      max-width: 100px;
      margin-bottom: 15px;
      
  }

  @media (max-width: 998px) {
    .project-wrap .project-item {
        width: 100%;
        margin: 0 auto 10px;
        background: aliceblue;
        position: relative;
    }
    .contact-me-main-title{
        font-size: 20px;
    }
    .contact-me-sub-title{
        font-size: 14px;
    }
  }



@media (max-width: 998px) {
  .about-back-image{			
  padding: 35px 35px;
  }
}
@media (max-width: 778px) {
  .about-back-image{
      height: auto;
      padding: 10px;		
  padding: 35px 15px;
  }
  .about-history-sec-item {
      width: 90%;
      align-items: stretch;
      margin: 15px 0px;
      position: relative;
      margin-left: 30px;
  }
  .section_gap-sm{
    margin: 20px 0px 0px 0px;
}
.cta{
    padding: 22px 0;
}
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 450px;
        margin: 1.75rem auto;
    }
}

@media (max-width:768px) {
    .form-new-model {
        flex-wrap: wrap
    }
    .form-new-model-item {
        width: 100%;
        align-items: center
    }
    .form-image-dox {
        display: none
    }
    .form-image-mob {
        display: block;
        margin-bottom: 15px
    }
    .modal-box .modal {
        top: 40px !important
    }
    .top-container-item.w70 {
        width: 100%;
        margin: 0;
    }
}
.desktop-banner{
    display: block;
}
.mobile-banner{
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .navbar-toggler-icon{
        background-image: url(../images/bars.png) !important;
    }
    .desktop-banner{
        display: none !important;
    }
    .mobile-banner{
        display: block !important;
    }
    .top_left{
        display: none;
    }
    .navbar-toggler{
        position: absolute;
        top: 20px;
        right: 11px;
        border: 1px solid #eee;
        background: #124f7d;
    }
    .xs-d-none{
        display: none !important;
    }
    .sliderTxt {
        position: relative;      
        top: 20%;
    }
    .topbar_login a{
        background: #011b58;
    color: #fffefd;
    }
    .padding {
        padding: 20px 0;
    }
    .content-area {
        padding: 20px 0 20px;
    }
    .about-sev-tag ul li{
        width: 100%;
    }
    .download-apps-caption-img img {
        position: relative;
        bottom: auto;
      }
      .header_logo img{
        margin: 5px 15px;
      }
      .top_right {
        text-align: center;
    }
    .show-modal{
        display: none !important;
    }

}

.footer-mobile{
    position: fixed;
    width: 100%;
    display: none;
    bottom: 0px;  
    z-index: 99; 
}
.footer-mobile-item{
    width: 50%;
    text-align: center;
}
.footer-call{
    background: #09adb6;
    display: block;
    color: #f5efef;
    height: 51px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 3px solid #1b1a1a;
    font-size: 15px;
}
.footer-btn{
    background: #09adb6;
    display: block;    
    color: #f5efef;
    height: 51px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 2px;   
}
.footer-call i,.footer-btn i{
margin-right: 5px;
}
@media only screen and (max-width: 768px) {
    .footer-mobile{
        display: flex;
    }
    .h2, h2 {
        font-size: 1.5rem;
    }
    .main-title .title_h{
        margin-bottom: -35px;
        font-size: 21px;
    }
    .contact-from{
        margin: auto;
    }
    .modal-dialog{
        margin: auto !important;
    }
    .footer{
        padding: 10px 10px 40px 10px;
    }
    
}

@media only screen and (max-width: 768px) {
    .Logo {
        position: static;
        padding: 0;
    }
    #myVideo {
        position: static;
    }
    .slide_form_mobl {
        position: static;
        bottom: 29px;
        padding: 15px 0;
        margin-top: -5px;
    }
    .form-group {
        width: 98%;
        float: none;
        margin: 0% auto 2%;
    }
    .form-group2 {
        width: 127px;
        float: none;
        margin: 0 auto;
    }
    .content {
        position: static;
        padding: 8px 0;
        font-size: 13px;
    }
    .form-style-wrap{
        flex-wrap: wrap;
    }
    .form-style-wrap p, .form-call-style{
        display: none !important;
    }
    .form-style-item {
        width: 100%;
        margin: auto;
    }
    .p0{
        padding: 0px !important;
    }
}

/* Call */
.call-iocn {
	position: fixed;
    z-index: 1;
    right: 0;
    top: 17%;
    background: #f4f4f4;
    padding: 3px;
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    /* border: 1px solid #dedbdb; */
    border-radius: 5px;
    box-shadow: 2px 4px 6px rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .call-iocn:hover{
	text-decoration: none;
	color: #000;
  }
	.call{
	width: 30px;
	height:30px;
	margin:0px 2px 0 0;
	text-align: center;
	display: inline-block;
	background: #ffffff;
	color: #2ab200;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	
	}
	.call i{
	  line-height: 30px;
	  border-radius: 50%;
	  font-size: 12px;
	}
	.aniwaves{
	position: absolute;
	top:50%;
	z-index: -1;
	left:50%;
	background: #ff5a5f;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius:50%;
	-webkit-border-radius: 50%;
	animation:callin 1.5s infinite
	}
	@keyframes callin {
	0%   {background:rgba(242,150,32,1); width:30px; height: 30px}
	100% {background:rgba(242,150,32,.0); width:100px; height: 100px}
	}

	.animate1 {
	-webkit-animation: bg-new infinite;
	-webkit-animation-duration: 1.5s;
	animation: bg-new infinite;
	animation-duration: 1.5s;
  }
  @keyframes bg-new{
	0% {
	  background: rgba(77,184,72,1);
	}
	
	49% {
	  background: rgba(77,184,72,1);
	}
	50% {
	   
	  background: rgba(0,90,171,1);
	}
	99% {
		
		background: rgba(0,90,171,1);
  
	}
	}
    .callbutton img{
        position: fixed;
        left: 50%;
        bottom: 30px;
        max-width: 48px;
        transform: translate(-50%);
    }
    @media only screen and (max-width: 768px) {
    .whatsapp-new{
        display: none;
    }
}
@media (max-width: 768px){
    .form-style-content{
        margin: 18px 3px 0;
        font-size: 13px;
    }
    .modal-box .modal-dialog .modal-content .modal-body .description{
        font-size: 10px;
        margin: 0px 0 -15px;
    }
    .form-right-item{
        padding: 10px 0;
    }

}

.btn-read-more1{
 
    color: #ff5821;  
    position: relative;
  }
  .btn-read-more:hover{
    background: #ff5821;
    color: #fff;  
  }
  .btn-read-more:active, .btn-read-more:focus{
    border: 0px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 45%);
  }
  .d-none-dextop{
    display:none !important;
  }
  
  .btn-read-more1 , .btn-read-more{
    display: none;
    border: 1px solid #124f7d;
    background: #124f7d;
    color: #ffffff;
    padding: 5px;
    border-radius: 10px;
  }
   
  .btn-read-more1:focus , .btn-read-more:focus{
  
    box-shadow:0px 0px 0px rgba(0,0,0,0);
  }

  @media (max-width: 678px) {
    .text,.text1,.text2{
        display:none;
        }
        .btn-read-more1 , .btn-read-more{
            display: block;
            }
  }

  .launch-sec{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #dedede;
    background-image: url(../images/launchBg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .launch-heading{
    font-size: 36px;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #7f5a24;
    padding: 40px 0;
    font-family: inherit;
  }
  .launch-item{
      text-align: center;
  }
  .launch-title{
    font-size: 42px;
    font-weight: 600;
    font-family: fangsong;
  }
  .divdier{
    height: 4px;
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    background: #7e5b25;
    margin-bottom: 30px;
  }
  .launch-years{
    color: #7f5a24;
    font-size: 75px;
    margin-bottom: 20px;

  }
  .launch-con{
    font-weight: 500;
    text-transform: inherit;
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 60px;
  }
  #launch-carousel .owl-dots{
    display: block;
    position: relative;
    text-align: center;
  }
  #launch-carousel{
      padding: 50px 0;
  }
  #launch-carousel .owl-nav button.owl-next, #launch-carousel .owl-nav button.owl-prev, #launch-carousel button.owl-dot{
    background: #00000040;
    color: inherit;
    border: none;
    padding: 4px!important;
    font: inherit;
    border-radius: 50%;
    margin: 5px;
  }
  #launch-carousel button.owl-dot.active{
      background: #7f5a25;
      padding: 5px!important;
  }
  #launch-carousel button.owl-dot:focus{
    outline: none
  }

  @media (max-width: 678px) {
    .launch-heading{
        font-size: 19px;
    }
    .launch-years{
        font-size: 55px;
    }
    .launch-con{
        font-size: 43px;
    margin-bottom: 0;
    }

  }