@charset "utf-8";
/* CSS Document */
*{ outline:none !important; list-style:none; border:none; text-decoration:none; font-family: "Roboto",sans-serif; color: #606060; font-size: 16px; line-height: 20px;}
textarea{ resize:none;}
.navbar{
    height: auto;
    line-height: normal;
    border-radius: 0;
    margin-bottom: 0;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*==================== CSS Document customize =====================================*/
.site_header{
    padding: 25px 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.4s ease;/* Firefox 4-15 */
	-o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
	transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
}
.site_header.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.4s ease;/* Firefox 4-15 */
	-o-transition: all 0.4s ease;/* Opera 10.5-12.00 */
	transition: all 0.4s ease;/* Firefox 16+, Opera 12.50+ */
}
.site_header .navbar{
    border: none;
    background: none;
    box-shadow: none;
    min-height: inherit;
}
.site_header .navbar .navbar-header .navbar-brand{
    padding: 0;
    height: auto;
    line-height: 0;
    font-size: auto;
}
.site_header .navbar .navbar-nav li a{
    font-size: 16px;
    color: #606060;
    padding: 5px 0;
    position: relative;
    background: none !important;
    overflow: hidden;
    margin-right: 23px;
    -webkit-transition: all 0.6s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.6s ease;/* Firefox 4-15 */
	-o-transition: all 0.6s ease;/* Opera 10.5-12.00 */
	transition: all 0.6s ease;/* Firefox 16+, Opera 12.50+ */
}
.site_header .navbar .navbar-nav li:last-child a{
    margin-right: 0;
}
.site_header .navbar .navbar-nav li a:after{
    position: absolute;
    content: '';
    left: -100%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ccc;
}
.site_header .navbar .navbar-nav li a:before{
     position: absolute;
    content: '';
    left: -100%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #998816;
     -webkit-transition: all 0.6s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.6s ease;/* Firefox 4-15 */
	-o-transition: all 0.6s ease;/* Opera 10.5-12.00 */
	transition: all 0.6s ease;/* Firefox 16+, Opera 12.50+ */
}
.site_header .navbar .navbar-nav li:hover a:after,
.site_header .navbar .navbar-nav li a.active:after
{
    left: 100%;
    width: 100%;
    -webkit-transition: all 0.7s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.7s ease;/* Firefox 4-15 */
	-o-transition: all 0.7s ease;/* Opera 10.5-12.00 */
	transition: all 0.7s ease;/* Firefox 16+, Opera 12.50+ */
}
.site_header .navbar .navbar-nav li:hover a:before,
.site_header .navbar .navbar-nav li a.active:before
{
    left: 0;
    width: 100%;
     -webkit-transition: all 0.7s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.7s ease;/* Firefox 4-15 */
	-o-transition: all 0.7s ease;/* Opera 10.5-12.00 */
	transition: all 0.7s ease;/* Firefox 16+, Opera 12.50+ */
}
.site_header .navbar .navbar-nav li:hover a,
.site_header .navbar .navbar-nav li a.active
{
    color: #000;
}
.page_banner .parallax-container{
    height: 546px;
}
.containit_wrapper{
    padding: 60px 0;
    background: #fff;
}
.abut__sec_box h2{
    font-size: 27px;
    color: #998816;
    text-transform: capitalize;
    font-family: 'Oswald';
    margin: 0;
    margin-bottom: 40px;
}
.abut__sec_box p{
    font-size: 17px;
    color: #585745;
    line-height: 29px;
}
.abut__sec_box .video__play_box > video{
    width: 100%;
    height: 100%;
}
.property__sec_box{
    padding: 20px 0;
}
.property__sec_box h2{
    font-size: 27px;
    color: #998816;
    text-transform: capitalize;
    font-family: 'Oswald';
    margin: 0;
    text-align: center;
    margin-bottom: 35px;
}
.property__sec_box .gallery__box_sec .inner{
    padding: 5px;
    background: #fff;
}
.property__sec_box .gallery__box_sec .inner > a{
    display: block;
}
.property__sec_box .gallery__box_sec .inner > a img{
    width: 100%;
    height: 270px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.7) !important;
}
/*#fancybox-thumbs{
    z-index: 999999 !important;
}
.fancybox-overlay .fancybox-opened{
    z-index: 99999999 !important;
}*/
footer.site_footer .bottom_sect__foo{
    text-align: center;
    background: #333333;
    padding-top: 0px;
    padding-bottom: 15px;
}
footer.site_footer .bottom_sect__foo p{
    margin-bottom: 0;
    color: #cccccc;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}
footer.site_footer .bottom_sect__foo .to__top_arrw{
    display: inline-block;
    width: 56px;
    height: 56px;
    background: #998816;
    color: #fff;
    line-height: 70px;
    transform:rotate(-45deg);
    margin-top: -7px;
    position: relative;
    top: -20px;
    cursor: pointer;
}
footer.site_footer .bottom_sect__foo .to__top_arrw > i{
    color: #fff;
    font-size: 25px;
    transform: rotate(45deg);
    margin-left: -10px;
}
footer.site_footer .bottom_sect__foo .to__top_arrw:hover{
    background: #999;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
footer.site_footer .top_contact__sec .parallax-container{
    padding-top:9%;
    height: 800px;
}
footer.site_footer .top_contact__sec .container .row-eq-height{
    background: #fff;
}
/*footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont{
    background: url(../images/contact_bg-img.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont{
    border-right: 1px solid #eee;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec{
    padding: 60px 30px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec h3{
    margin: 0;
    text-transform: capitalize;
    color: #333;
    font-size: 26px;
     font-family: 'Oswald';
    margin-bottom: 30px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec a{
    text-transform: capitalize;
    color: #333;
    font-size: 22px;
     font-family: 'Oswald';
    margin-bottom: 30px;
    display: block;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec a > i{
    color: #111;
    margin-right: 10px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form{
    padding:30px;
    padding-right: 100px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field label{
    color: #aaaaaa;
    font-size: 12px;
    font-family: "Roboto",sans-serif; 
    font-weight: normal;
    line-height: normal;
    left: 10px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field label.active{
    color: #998816;
    left: 0;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field input:focus,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field textarea:focus,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .select-wrapper input.valid,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field input.valid,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field textarea.validFgr
{
    border-bottom-color: #998816;
    box-shadow: 0 1px 0 0 #998816;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .btn,
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec .btn 
{
    font-size: 17px;
    color: #e4e4e4;
    text-transform: uppercase;
    background: #998816;
    padding: 20px 30px;
    height: 0 !important;
    line-height: 0;
    border-radius: 0;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .btn:hover,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .btn:focus,
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec .btn:hover,
footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec .btn:focus
{
    background: #333;
}
.modal .modal-content{
    box-shadow: none;
}
.modal{
    bottom: inherit !important;
    max-height: inherit !important;
    width: 40% !important;
}
.modal .modal-content img{
    width: 100%;
    height: auto;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field{
    margin-bottom: 20px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field input,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field textarea
{
    margin-bottom: 0;
    font-size: 14px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field .select-wrapper input{     margin-bottom: 0;
    font-size: 13px;
    box-sizing: border-box;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field .error{
    font-size: 11px;
    font-family: "Roboto",sans-serif;
    color: red;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date .input-field .picker{
    z-index: 999999;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date .input-field .picker__date-display{
     background: #998816;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date .input-field .picker__month, .picker__year{
    color: #fff;
    opacity: 0.7;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date .input-field .picker__date-display > span{
    color: #fff;
    font-family: "Roboto",sans-serif;
    line-height: normal;
    font-size: 3.8rem;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date > div:first-child .input-field{
    position: relative;
}
/*footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date > div:first-child .input-field::after {
  color: #aaaaaa;
  content: "To";
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  position: absolute;
  right: -16px;
  top: 35%;
}*/
.select-wrapper .caret{
    border: none !important;
}
.select-wrapper span.caret{
    right: 15px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .select-wrapper input{
    padding-left: 10px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .suc_msg{
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    color: green;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form #suc_msg > span{
    margin-bottom: 30px;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    display: block;
}
.abut__sec_box .lavel_con{
    padding: 30px 0;
}
.abut__sec_box .lavel_con > .row{
    margin-bottom: 30px;
}
.abut__sec_box .lavel_con > .row:last-child{
    margin-bottom: 0;
}
.abut__sec_box .lavel_con > .row > div .inner{
    padding: 15px;
    background: #f7f7f7;
    min-height: 275px;
    border: 1px solid #eee;
    position: relative;
    z-index: 0;
}
.abut__sec_box .lavel_con > .row > div .inner:after{
    position: absolute;
    content: '';
    right: -1px;
    top: -1px;
    border-left: 70px solid #fff;
    border-right: 30px solid transparent;
    border-top: 70px solid transparent;
    transform: rotate(180deg);
}
.abut__sec_box .lavel_con > .row > div .inner h3{
    margin: 0;
    margin-bottom: 30px;
    font-family: "Oswald";
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    padding-left: 15px;
    border-left: 5px solid #998816;
}
.abut__sec_box .lavel_con > .row > div .inner p{
    color: #585745;
    font-size: 17px;
    line-height: 29px;
    padding-left: 20px;
}
.abut__sec_box .lavel_con > .row > div .inner ul{
    padding-left: 35px;
    margin-bottom: 0;
}
.abut__sec_box .lavel_con > .row > div .inner ul li{
    list-style: disc;
    padding: 1px 0;
    color: #585745;
    font-size: 17px;
    line-height: 29px;
}
.abut__sec_box .lavel_con > .row > div .inner .anothr_li{
    margin-top: 40px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .date .input-field,
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .slct__ch .input-field
{
    margin: 0 -7.5px;
}
footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .input-field .datepicker.picker__input {
  padding-left: 10px !important;
  box-sizing: border-box !important;
}



/*==============================================================================
                            Media Quary css
================================================================================*/


/*==============================================================================
                            Media Quary css frame 1280*993
================================================================================*/



@media (min-width:993px) and (max-width: 1280px){
    .property__sec_box .gallery__box_sec .inner > a img{
        height: 240px;
    }
    .modal{
         width: 68% !important;
    }
}


/*==============================================================================
                            Media Quary css frame 992*768
================================================================================*/

@media (min-width:768px) and (max-width: 992px){
    .site_header .navbar .navbar-header .navbar-brand > img{
        height: 25px;
        width: auto;
    }
    .site_header .navbar .navbar-nav li a{
        padding: 0;
    }
    .page_banner .parallax-container{
        height: 400px;
    }
    .abut__sec_box .lavel_con > .row > div .inner h3{
        margin-bottom: 15px;
        padding-left: 0;
        border-left: none;
        padding-bottom: 15px;
        border-bottom: 3px solid #998816;
    } 
    .abut__sec_box .lavel_con > .row > div .inner::after{
        border-left: 40px solid #fff;
        border-right: 30px solid transparent;
        border-top: 40px solid transparent;
    }
    .abut__sec_box .lavel_con > .row > div .inner ul {
        padding-left: 15px;
    }
    .abut__sec_box .lavel_con > .row > div .inner p{
        padding-left: 0;
    }
    .abut__sec_box .lavel_con > .row > div .inner{
        min-height: 390px;
    }
    .property__sec_box .gallery__box_sec .inner > a img{
        height: auto;
    }
    footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec a{
        font-size: 15px;
    }
    footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form{
        padding: 30px 15px;
    }
    footer.site_footer .bottom_sect__foo .to__top_arrw{
        width: 35px;
        height: 35px;
        line-height: 40px;
        top: -11px;
    }
    footer.site_footer .bottom_sect__foo .to__top_arrw > i{
        font-size: 18px;
        margin-left: -3px;
    }
    footer.site_footer .top_contact__sec .parallax-container{
        height: 755px;
    }
    .modal{
         width: 70% !important;
    }
   
}

/*==============================================================================
                            Media Quary css frame 767
================================================================================*/

    @media screen and (max-width: 767px){
        
        .site_header .navbar .navbar-header .navbar-brand > img{
        height: 25px;
        width: auto;
    }
        .site_header .navbar .navbar-header .navbar-toggle{
            margin: 0;
            margin-right: -15px;
            padding: 0;
            background: none !important;
            margin-top: 5px;
        }
        .site_header .navbar .navbar-header .navbar-toggle span.icon-bar{
            background: #333;
        }
        .site_header .navbar .navbar-collapse{
            border-top: none;
            padding: 0;
        }
        .site_header .navbar .navbar-nav{
            margin: 0;
            margin-top: 30px;
            border-top: 1px solid #ddd;
        } 
        .site_header .navbar .navbar-nav li{
            float: none;
        }
        .site_header .navbar .navbar-nav li a{
            padding: 10px;
            margin: 0;
        }
        .page_banner .parallax-container{
            height: 300px;
        }
        .abut__sec_box .video__play_box{
            margin-top: 30px;
        }
        .site_header .navbar .navbar-header{
            margin: 0;
        }
        .abut__sec_box .lavel_con > .row > div .inner{
            min-height: inherit;
        }
        .abut__sec_box .lavel_con > .row{
            margin-bottom: 0;
        }
        .abut__sec_box .lavel_con > .row > div{
            margin-bottom: 15px;
        }
        .abut__sec_box .lavel_con > .row:last-child > div:last-child{
            margin-bottom: 0;
        }
        .property__sec_box .gallery__box_sec .inner > a img{
            height: auto;
        }
        footer.site_footer .top_contact__sec .container .row-eq-height{
            display: block;
        }
        footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec,
        footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form
        {
            padding: 30px;
        }
        footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont{
            border-right: none;
            border-bottom: 1px solid #ddd;
        }
        footer.site_footer .top_contact__sec .parallax-container{
            min-height: 950px;
        }
        footer.site_footer .bottom_sect__foo .to__top_arrw{
        width: 35px;
        height: 35px;
        line-height: 40px;
        top: -11px;
    }
    footer.site_footer .bottom_sect__foo .to__top_arrw > i{
        font-size: 18px;
        margin-left: -3px;
    }
        .modal{
        width: 80% !important;
    }
        
}


/*==============================================================================
                            Media Quary css frame 515
================================================================================*/

@media screen and (max-width: 515px){
    .site_header .navbar .navbar-header .navbar-brand > img {
  height: 20px;
  width: auto;
}
    .site_header .navbar .navbar-header .navbar-toggle{
        margin-top: 0;
    }
    .property__sec_box .gallery__box_sec > .row{
        margin-bottom: 0;
    }
    .property__sec_box .gallery__box_sec > .row > div{
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px){
    
.site_header .navbar .navbar-header .navbar-brand > img {
  height: 15px;
  width: auto;
}
    .site_header .navbar .navbar-header{
            margin: 0 -10px;
        }
    .site_header .navbar .navbar-header .navbar-brand{
        margin-left: -10px;
    }
    .abut__sec_box h2,footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .abut__sec_box p,.abut__sec_box .lavel_con > .row > div .inner p,.abut__sec_box .lavel_con > .row > div .inner ul li{
        font-size: 14px;
        line-height: 25px;
    }
    .abut__sec_box .lavel_con > .row > div .inner h3{
        font-size: 19px;
        margin-bottom: 20px;
    }
    footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec, footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form{
        padding: 15px 0;
    }
    footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec a{
        font-size: 16px;
    }
    footer.site_footer .top_contact__sec .container .row-eq-height > div .contact__sce_form .btn, footer.site_footer .top_contact__sec .container .row-eq-height > div.bg_cont .info__sec .btn{
        font-size: 14px;
        letter-spacing: normal;
    }
    .containit_wrapper{
        padding: 30px 0;
    }
    footer.site_footer .top_contact__sec .parallax-container{
        height: 850px;
    }
}










































































































































































































































































































































































