   @import url(http://fonts.googleapis.com/css?family=Roboto);

   * {
       font-family: 'Poppins', sans-serif;
   }
   
   #login-modal .modal-dialog {
       width: 350px;
   }
   
   #login-modal input[type=text], input[type=password] {
       margin-top: 10px;
   }
   
   #div-login-msg,
   #div-lost-msg,
   #div-register-msg {
       border: 1px solid #dadfe1;
       height: 30px;
       line-height: 28px;
       transition: all ease-in-out 500ms;
   }
   
   #div-login-msg.success,
   #div-lost-msg.success,
   #div-register-msg.success {
       border: 1px solid #68c3a3;
       background-color: #c8f7c5;
   }
   
   #div-login-msg.error,
   #div-lost-msg.error,
   #div-register-msg.error {
       border: 1px solid #eb575b;
       background-color: #ffcad1;
   }
   
   #icon-login-msg,
   #icon-lost-msg,
   #icon-register-msg {
       width: 30px;
       float: left;
       line-height: 28px;
       text-align: center;
       background-color: #dadfe1;
       margin-right: 5px;
       transition: all ease-in-out 500ms;
   }
   
   #icon-login-msg.success,
   #icon-lost-msg.success,
   #icon-register-msg.success {
       background-color: #68c3a3 !important;
   }
   
   #icon-login-msg.error,
   #icon-lost-msg.error,
   #icon-register-msg.error {
       background-color: #eb575b !important;
   }
   
   #img_logo {
       max-height: 100px;
       max-width: 100px;
   }

   
   
   /* #########################################
      #    override the bootstrap configs     #
      ######################################### */
   
   .modal-backdrop.in {
       filter: alpha(opacity=50);
   }
   
   .modal-content {
       background-color: #ececec;
       border: 1px solid #bdc3c7;
       border-radius: 0px;
       outline: 0;
   }
   
   .modal-header {
       min-height: 16.43px;
       padding: 15px 15px 15px 15px;
       border-bottom: 0px;
   }
   
   .modal-body {
       position: relative;
       padding: 5px 15px 5px 15px;
   }
   
   .modal-footer {
       padding: 15px 15px 15px 15px;
       text-align: left;
       border-top: 0px;
   }
   
   .checkbox {
       margin-bottom: 0px;
   }
   
   .btn {
		border-radius: 0px;
		background:#fff;
		color:#0F3957;
		border:1px solid #fff;
		border-radius:0px;
		font-size:15px;
		letter-spacing:1px;
		padding: 8px 25px 8px 25px;
   }
   
   .btn:focus,
   .btn:active:focus,
   .btn.active:focus,
   .btn.focus,
   .btn:active.focus,
   .btn.active.focus {
       outline: none;
   }
   
   .btn-lg, .btn-group-lg>.btn {
       border-radius: 0px;
   }
   
   .btn-link {
       padding: 5px 10px 0px 0px;
       color: #95a5a6;
   }
   
   .btn-link:hover, .btn-link:focus {
       color: #2c3e50;
       text-decoration: none;
   }
   
   .glyphicon {
       top: 0px;
   }
   
   .form-control {
     border-radius: 0px;
   }
   
/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #64707b;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}


/*====================================================
                        HOME
======================================================*/

#home {
    height: 100%;
}
#home1 {
    height: 100%;
}
#home-cover {
    height: 100%;
    background-image: url("../img/bg-page.jpg");
}



#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}

#home-heading{margin-top: 0px;text-align: left;margin-left: 2.2%;width:56%; padding:3%;margin-top: 33%;}
#home-heading h3 {
    color: #75ffec;
	font-size: 30px;
	font-weight: 600;
	margin: 0% 0 15px 0;
	letter-spacing: 2px;
	line-height: 50px;
	text-shadow: 3px 0px 3px #000
	
	}
	
#home-heading h2 {
    color: #1d83bc;
    font-size: 30px;
    font-weight: 600;
    margin: 150px 0 20px 0;
    letter-spacing: 1px;
    line-height: 50px;
}
/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
   /*-- background-size: cover; --*/
    background-position: center;
    background-attachment: fixed;
	-webkit-background-size: cover;
}
.bg-parallax1 {

}


/*====================================================
                        BUTTONS (Generic)
======================================================*/

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #3498DB;
    color: #fff;
    background-color: #3498DB;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-blue {
    border-color: #34c6d3;
    color: #34c6d3;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #34c6d3;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}


/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
   padding: 35px 0 0px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #34c6d3;
    margin: 0 auto 30px auto;
}



/*====================================================
                       SOCIAL
======================================================*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #34c6d3;
}

/*====================================================
                        Layout
======================================================*/

#Layout-bg-diagonal {
    width: 80%;
    height: 600px;
    background-image: url(../img/layout-bg.jpg);
    margin-left: 10%;
}

.bg-parallax1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
   padding: 20px 50px;
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}
.vesco-top-nav {
    background: rgb(255, 255, 255);
      padding: 0px 50px;
}

.vesco-nav-wrapper {
    padding: 0px 0px 0px 50px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
	color: #0F3957;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 15px 10px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #1d83bc;
	/*text-shadow:1px 0px 0px #1d83bc;*/
}

.navbar-toggle {
   background-color: transparent;
    border: 1px solid #080707;
    border-radius: 5px;
}

.navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li.active>a {
    color: #34c6d3;
}
.navi{
	width: 100%;
	height: 0px;
}

/*====================================================
                       ABOUT
======================================================*/

#about-bg-diagonal {
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/bg-about.jpg);
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
}

#about-content-box {
    float: left;
    height: 700px;
}

#about-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#about .content-title h3 {
    text-align: left;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
}

#about-desc p {
    margin-bottom: 30px;
	color : #64707b;
}

/*====================================================
                       ABOUT 1
======================================================*/

#about-bg-diagonal1 {
    width: 60%;
    height: 700px;
    float: left;
    background-image: url(../img/bg-about1.jpg);
    border-right: 200px solid #fff;
    border-top: 700px solid transparent;
}
#about-content-box {
    float: right;
    height: 700px;
}
#about-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;
}
#about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}
#about .content-title h3 {
    text-align: left;
}
#about .content-title-underline {
    margin: 0 0 30px 0;
}
#about-desc p {
    margin-bottom: 30px;
	color : #64707b;
}
/*====================================================
                       WORK
======================================================*/

.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
   

.wmm{
	width: 15%;
    margin: 11px;
}
.cbox h3{
	color: white;
}
.cbox{
	background-color: #003556;
}

/*====================================================
                       PRICING
======================================================*/

.Highlights-box {
    border: 3px solid #0f3957;
    padding: 50px 0;
    margin: 40px 0;
	height: 350px;
}

h4.Highlights-title {
    background-color: #0f3957;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

h3.Highlights-value {
    font-size: 60px;
    font-weight: 700;
}

h3.Highlights-value sup {
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}

ul.Highlights-spec {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 60px 0;
}

ul.Highlights-spec li p {
    font-weight: 400;
}

.Highlights-box-lg {
    padding: 40px 0;
    margin: 0;
    background-color: #0f3957;
}

.Highlights-box-lg h4.Highlights-title {
    color: #0f3957;
    background-color: #fff;
}

.Highlights-box-lg ul.Highlights-spec li p {
    color: #fff;
}

#Highlights .content-title h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

/*====================================================
                       TEAM
======================================================*/

.team-member {
    margin: 0 15px;
}

.team-member-info {
    padding: 10px 0 30px 0;
}

h4.team-member-name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 2px;
}

h4.team-member-designation {
    color: #34c6d3;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    margin-top: 5px;
}
/*====================================================
                       Location
======================================================*/
.maplocation{
	width: 91%;
    height: 500px;
}
#home-content-box1 {
	width: 100%;
    display: table;
    margin-left: 0%;
}
/*====================================================
                      About Us
======================================================*/

#about-bg-diagonal2{
	width: 30%;
    height: 250px;
    float: left;
    background-image: url(../img/sacred-logo.png);
	    margin-left: 10%;
}
.bg-parallax2{
	background-repeat: no-repeat;
    background-position: center;
}
.size{
	width: 35%;
    margin-top: 0px;
}
#about-content-box2{
	float: right;
    height: 130px;
}
#about-content-box3{
	float: right;
    height: 150px;
}
#about-content-box4{
	float: right;
    height: 160px;
}

#about-bg-diagonal3{
	width: 30%;
    height: 300px;
    float: left;
    background-image: url(../img/MakwanaShahRealtors.png);
	    margin-left: 10%;
}
.size1{
	    width: 70%;
		margin-top: 49px;
}
/*====================================================
                       FOOTER
======================================================*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 20px;
}
#footer-bottom1 {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 20px;
}

#footer-copyrights p {
	margin: 0;
	 color: white;
	font-size: 15px;
	font-weight: 500;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #34c6d3;
}
footer {
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
	    margin-top: 20px;
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

#contact-left p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    background-image: url("../img/world-map.png");
    background-repeat: no-repeat;
    background-size: contain;
}

address {
    color: #fff;
}
address strong { font-size: 16px; }
address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}


/*====================================================
                   Fix FOOTER
======================================================*/

.footer-links {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	 z-index: 99999;
	}
.footer-links a.mob_enq_click {
	display: block;
	background-color: #0083c6;
	font-size: 16px;
	border-left: 1px solid #fff;
	line-height: 30px;
	color: black;	
	}
#myModal {
	z-index: 888888;
	}
.modal-dialog { 
	z-index: 9999;
	}
.button { padding: 0 15px; }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}





.main{
    padding: 10px;
}
.dropbtn {
    background-color: #0F3957;
    color: white;
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-top: 8px;
	font-family: 'Poppins', sans-serif;
    
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #1d83bc;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
	position: absolute;
	right: 0;
	border: 1px solid #ddd;
	top: 45px;
	/*padding: 15px 5px;*/
	width: 350px;
	background: #fff;
	z-index:1;
}
.title{
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 25px;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-size: 16px !important;
	color: #000;
}

.form-input{
	padding:5px!important;
	width:250px;
	border:1px solid #fff;
	border-radius:4px;
	
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.form-horizontal .form-group1{
	margin-left: -15px;
	margin-right: 0px;
	margin-bottom: 15px;
	
}

/*====================================================
                   My Classes
======================================================*/

.wdt{
	width: 25%;
	color: #000;
}
.form-control1{
	display: block;
	width: 100%;
	height: 34px;
	font-size: 12px;
	line-height: 1.42857143;
	padding: 6px 12px;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	 margin-bottom: 15px;
}
.mrg{
	   margin-bottom: 15px;
text-align: left;
}

.tel{
	color : white;
}
.tel > a:hover {
	color: #D5A53D;
text-decoration: underline;
}

.cont{
	margin-right: 0px;
}
.telform{
	float: right;
}
.telform a{
	font-size: 12px;
    line-height: 18px;
	color:#0f3957;
	text-decoration: none;
	letter-spacing: 3px;
}
.telform > a:hover{
	color: #1D83BC;
}
.container-fluid{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.logo{
	width:120px;
}
.vesco-top-nav .logo{
	width: 100px;
	margin-top: 5px;
}
.font{
	font-size : 17px;
	font-weight: 500;
}
.font1{
	font-size: 20px;
	color: #0083c6;
	font-weight: 700;
}
.width20{color: #fff;font-size: 27px;font-weight: 700;}
.neulogo{width: 32%;margin-top: 20px;}
/*-----Only For Mobile------------*/

.experiences-bg h2 { color: #FFF; }
#unrivalledeveryway .page-title { margin-bottom: 30px; color: black; }
.unrivalledeveryway-text { 
	font-size: 16px;
	line-height: 29px;
	font-weight: 500;
 }
#unrivalledeveryway .unrivalledeveryway-t { font-size: 20px; font-weight: bold; text-transform: uppercase; color: black; margin-top: 20px; }

.page-title { 
	font-family: 'Oswald', sans-serif;
	font-size: 22px !important;
	text-transform: uppercase;
	font-weight: bold !important;
	padding-left: 15px;
	border-left: 7px solid #0083c6;
	line-height: 25px;
	color: #0083c6 !important;
	    text-align: left !important;
	}
.align{
	text-align: left!important;
	font-size: 25px!important;
}


.jcarousel-wrapper { margin: 0px auto; position: relative; }
.jcarousel { position: relative; overflow: hidden; width: 100%; }
.jcarousel ul { width: 10000em; position: relative; list-style: none; margin: 0; padding: 0; }
.jcarousel li { width: 200px; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.jcarousel img { display: block; max-width: 100%; height: auto !important; }
.jcarousel-control-prev, .jcarousel-control-next { position: absolute; top: 50%; margin-top: -15px; width: 32px; height: 61px; text-align: center; color: #fff; text-decoration: none; font: 24px/27px Arial, sans-serif; }
.jcarousel-control-prev { left: -65px; }
.jcarousel-control-next { right: -65px; }
.jcarousel-pagination { position: absolute; bottom: 10px; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); margin: 0; }
.jcarousel-pagination a { text-decoration: none; display: inline-block; font-size: 11px; height: 10px; width: 10px; line-height: 10px; background: #fff; color: #4E443C; border-radius: 10px; text-indent: -9999px; margin-right: 7px; -webkit-box-shadow: 0 0 2px #4E443C; -moz-box-shadow: 0 0 2px #4E443C; box-shadow: 0 0 2px #4E443C; }
.jcarousel-pagination a.active { background: rgba(255,255,255,0.8); color: #fff; opacity: 1; -webkit-box-shadow: 0 0 2px #F0EFE7; -moz-box-shadow: 0 0 2px #F0EFE7; box-shadow: 0 0 2px #F0EFE7; }
.jcarousel-control-prev { left: 15px; }
.jcarousel-control-next { right: 15px; }

.page-title1{
		ont-family: 'Oswald', sans-serif;
	font-size: 25px !important;
	text-transform: uppercase;
	font-weight: bold !important;
	padding-left: 15px;
	border-left: 7px solid #0083c6;
	line-height: 25px;
	color: #0083c6 !important;
	text-align: left !important;
}
.leftright{
	padding-left: 8px;	
	padding-right: 8px;
}
.aboutus{
	display: inline-block;
    width: 35%;
	    margin-left: 35px;
}
.aboutus1{
	display: inline-block;
    width: 35%;
	    margin-left: 100px;
}
.parallax{
	width: 15%;
    height: 200px;
    float: left;
	margin-left: 0%;
}
.gototop { display: inline-block; color: #FFF; }
.gototop i { color: #FFF; margin-left: 8px; }
.gototop:hover { color: #fff; }

.pull-right { float: none !important; text-align: center !important;}

.Assured{
	position: absolute;
	top: 500px;
	left: 100px;
}


/*----------------Whats App----------------------*/

.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}



html, 
body, 
.carousel, 
.carousel-inner, 
.carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
   background-image: url("../img/bg-page.jpg");
    background-repeat: no-repeat;
   /*-- background-size: cover; --*/
    background-position: center;
    background-attachment: fixed;
	-webkit-background-size: cover;
   
}

.item:nth-child(2) {
   background-image: url("../img/bg-page1.jpg");
    background-repeat: no-repeat;
   /*-- background-size: cover; --*/
    background-position: center;
    background-attachment: fixed;
	-webkit-background-size: cover;
   
}

.item:nth-child(3) {
    background: #E46653;
}

.form-wrapper-new { cursor: pointer; position: fixed; top: 400px; right: 70px; color: #222222; z-index: 9999; width: 100px;  }

.text-1{
	font-size: 36px !important;
	letter-spacing: 5px;
	font-family: 'Oswald', sans-serif;
	font-weight: 900 !important;
	
}
.text-2{
	font-size: 22px !important;
	letter-spacing: 3px;
	color: yellow;
	font-family: 'Oswald', sans-serif;
	font-weight: 500 !important;
	line-height: 0px;
	background-color:#0f3957;
	padding: 5px 15px;
}
.incl{font-size:10px;}
.text-3{
	font-size: 20px !important;
	letter-spacing: 4px;
	color: #ff0;
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	font-weight: 900 !important;
	text-transform: uppercase;
	border-bottom: 0.1px solid;
}
.flex-caption-right {
    position: absolute;
    top: 18%;
    right: 8%;
    font-size: 36px;
    color: #fff;
    width: 30%;
    padding: 2% 3%;
    background-color: #000000c4;
	display: none;
}
.fest {
    text-align: center;
    margin-bottom: 5%;
}
.flex-caption-ul {
    font-size: 23px;
    line-height: 25px;
}
.ptag {
    margin-bottom: 10px !important;
	color: #fff;
	font-size: 19px;
}