/*  
Theme Name: SC Partners Theme
Theme URI: http://www.dazetech.co.in
Description: A WordPress theme frame work
Version: 3.0
Author: SC Partners
Author URI: http://www.dazetech.co.in
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@font-face {
    font-family: 'Quicksand Semibold';
    src: url('fonts/Quicksand-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand Regular';
    src: url('fonts/Quicksand-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Quicksand Bold';
    src: url('fonts/Quicksand-Bold.ttf') format('truetype');
    
}

@font-face {
    font-family: 'Lora Regular';
    src: url('fonts/Lora-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lora Bold';
    src: url('fonts/Lora-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Nunito Regular';
    src: url('fonts/Nunito-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lora Meduim';
    src: url('fonts/Lora-Medium.ttf') format('truetype');
}

body{
	margin:0;
	}
body, th, td, input, textarea{
	line-height: 26px;
}


a {
	color: #000;
}
h1, h2{
	color:#000000;
	font-family: 'Lora Regular';
	}
h1{
	font-size:40px;
	
	}
h2{
	
	font-size:35px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:22px;
	}
h5{
	font-size:18px;
	}
h6{
	font-size:16px;
	}
p{

	font-family: 'Nunito Regular';
}
a{
	text-decoration:none;
	}
a:hover{
	border:none;
	text-decoration: none !important;
	}
a:focus{
	text-decoration: none !important;
}
acronym, abbr, span.caps{
	cursor:help;
	}

code{
	color:#000;
	font-size:1.0em;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}


/*------Menu CSS------------------------- */
.elementor-container .elementor-column {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.elementor-container, .container {
	margin:0 auto;
	width: 1200px !important;
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
	
}
.access {
    display:block;
	margin-top:30px;
}

.access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
.access .menu-header li,
div.menu li {
    float:left;

}
.access a {
    display:block;
    text-decoration:none;
    color:#000000;
    line-height:30px;
	font-family: 'Quicksand Semibold';
	font-size:15px;
    
}
.access ul ul {
    display:none;
    float:left;
    width: 180px;
    z-index: 99999;
}
.access ul ul li {
    min-width: 180px;    
}
.access ul ul ul {
    left:100%;
    top:0;
}
.access ul ul a {
    background:#fff;
	padding-left:20px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	width:137px;
	padding-top:2px;
	padding-bottom:2px;
}

.access li:hover > a,
.access ul ul :hover > a {
	color:#8fbf55;
	text-decoration: none;
   
}
.home .access li:hover > a,
.home .access ul ul :hover > a {
	color:#8fbf55 !important;
	text-decoration: none;
   
}
.access ul li:hover > ul {
    display:block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
	color: #8fbf55;
	text-decoration:none;
}
.home .access ul li.current_page_item > a,
.home .access ul li.current-menu-ancestor > a,
.home .access ul li.current-menu-item > a,
.home .access ul li.current-menu-parent > a {
	color: #8fbf55 !important;
	text-decoration:none !important;
}
#mobmenuright ul li.current_page_item > a,
#mobmenuright  ul li.current-menu-ancestor > a,
#mobmenuright ul li.current-menu-item > a,
#mobmenuright ul li.current-menu-parent > a {
	color: #8fbf55 !important;
	text-decoration:none;
}
#mobmenuright ul li a:active{
	color: #8fbf55 !important;
} 
#mobmenuright li:hover > a,
#mobmenuright ul ul :hover > a {
	color:#8fbf55;
	text-decoration: none;
   
}
#mobmenuright a:active{
	color:#8fbf55 !important;
}
input { 
    border: 1px solid grey;
    
}
.section-padding {
	padding: 50px 0;
}
a, input, div, h1, h2, h3, h4, h5, h6, p {
	transition: 0.5s all ease;
}
form#commentform label {
    display: block;
}
.navigation2 {
	display: flex;
    justify-content: flex-end;
	padding-right:0 !important;
	
}
.navigation2 .access a{
	padding:0 20px;
}
.navigation a{
	display: flex;
    justify-content:flex-start;
	padding-right:37px;
	padding-bottom:12px;
}
.footerThird{
	display:flex;
	justify-content: center;
	margin-top:18px;
}
.foot1 ul li a{
	line-height: 25px;
}
.footSecond{
	background-color: #f3f3f3;
	padding-top:46px;
	padding-bottom:80px;
}
.footnav1 ul {
	list-style-type: none;
	
}
.footnav1 ul li a{
	font-size:15px;
	color:#0b2338;
	font-family: 'Quicksand Regular';
}
.footSecond  h2{
	font-family: 'Quicksand Bold';
	font-size:16px;
	color:#0059ac;
}
.footnav2 ul{
	list-style-type: none;
}
.footnav2 ul li a{
	color:#0b2338;
	font-size:15px;
	font-family: 'Quicksand Semibold';
	line-height: 28px;
}
.footnav3 ul{
	list-style-type: none;
	padding-top:30px;
}
.footnav3 ul li a{
	color:#0b2338;
	font-size:15px;
	font-family: 'Quicksand Semibold';
	line-height: 28px;
}
.footnav3 .textwidget{
	color:#0b2338;
	font-size:15px;
	font-family: 'Quicksand Regular';
}

.footFirst{
	background-image: url("images/home-ban2.jpg");
	height: 200px;
	object-fit: cover !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.footSecond h2{
	line-height: 45px;
}
.element-item > *{
	padding:5px !important;
}

#mc4wp-form-1 input[type="email"]{
	border:none;
	background-color: transparent;
	margin-top:80px;
	width:80%;

}

#mc4wp-form-1 input{
	outline: 0px;
	outline-color: #fff;
}
#mc4wp-form-1 input[type="submit"]{
	border:none;
	background-color: transparent;
	color:#fff;
	font-family: 'Quicksand Semibold';
	font-size:16px;
	
}
#mc4wp-form-1 input::placeholder{
	color:#fff;
	font-size:16px;
	font-family: 'Quicksand Regular';
	
}


.foot4 h2{
	margin-top:80px;
}
.footThird{
	margin-bottom:19px;
}
.header-01{
	width:100%;
	z-index: 9;
	margin-top:15px;
	position:relative;
}
body.home .header-01 {
	position: absolute;
}
.home .access ul li a {
	color:#fff;
}
.home .access ul ul a {
	background:#fff !important;
	color:black !important;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.title-content h1{
	font-size:60px;
	font-family: 'Lora Bold';
	color:#fff;
	text-align: center !important;
	letter-spacing: 1px;
	vertical-align: middle;
	margin-top:32.5%;
	margin-bottom:4.9%;
	line-height:75px
}
.title-content a{
	background: transparent;
	color:#fff;
	border: 2px solid #fff;
	padding:13px 40px;
	font-size: 16px;
	font-family: 'Quicksand Semibold';
	letter-spacing: 1px;
	
	
}
.title-content a:hover{
	color:#a0df4d;
	border: 2px solid #a0df4d;
}
.home-second{
	margin-top:75px;
	margin-bottom:55px;
}
.about-company{
	margin-top:65px;
}
.about-head h2{
	font-family: 'Lora Regular';
	margin-bottom:10px;
}
.first-button{
	margin-top:10px;
}
.first-button:hover{
	color:#8fbf55 !important;
}
.about-middle{
	margin-top:70px;
}
.about-middle h2{
	font-family: 'Lora Meduim' !important;
}
.offer p{
	font-family: 'Lora Meduim' !important;
}
.second-banner .elementor-container{
	width:100%  !important;
	height:500px !important;

}
.invest{
	margin-top:90px;
}
.invest-content{
	margin-right:60px;
}
.elementor-text-editor p{
	font-family: 'Lora Meduim';
	
}
.service-head .elementor-heading-title h3{
	font-family: 'Lora Meduim';
}
.elementor-text-editor p{
	font-family: 'Nunito Regular';
}
.funding {
	margin-top:15px;
	width:100%;
}
.funding p{
	font-family: 'Lora Meduim';
}
.bespoke{
	margin-top:75px;
}
.bespoke-design{
	margin-left:100px;
	margin-right:100px;
	
}
.view-button{
	margin-top:60px;
	margin-left:170px;
	
}

#menu-item-23{
	position:relative;
}
.sub-menu{
	position:absolute;
}

.glyphicon-chevron-left:before{
	content: url("images/left.png") !important;
	background:transparent;
	
}

.glyphicon-chevron-right:before{
	content: url("images/right.png") !important;
	
}
.rentals ul {
	list-style: none !important;
	margin-left:18px;		
}

.rentals ul :before{
	content: url("images/dash.png") !important;
	position:absolute;
	left:5px;
	top:12px;
}
.sales ul{
	list-style: none !important;
	margin-left:40px;

}
.sales ul :before{
	content: url("images/dash.png") !important;
	position:absolute;
	left:25px;
	top:12px;
}

.news-head h2{
	font-family: 'Lora Regular';
	font-size:35px;
	color:#fff;
	padding-top:63px;
	padding-bottom:69px;
}
.mc4wp-form-fields{
	border-bottom: 1px solid #fff;
}

#mc4wp-form-1 input[type="submit"]{
	background:url('images/mailbox.png') no-repeat;
	background-position: left;
	padding-top:7px;
	padding-bottom:6px;
	margin-left:28px;
	padding-left:26px;
	
}
#mc4wp-form-1 input:hover{
	border-color: #fff;
	color:#fff;
}
#mc4wp-form-1 input:focus{
	color:#fff;
	border-color: #fff;
}


.blog_head h2{
	font-size: 18px;
	color:#0b2338;
	font-family: 'Quicksand Semibold';
	line-height: 28px;
}
.blog_content p{
	font-size:15px;
	font-family: 'Nunito Regular';
	color:#666666;
	line-height: 25px;

	
}
.invest{
	margin-bottom:100px;
}
.owlidTwo img{
	height: 430px !important;
	width:100% !important;
	object-fit: cover !important;
	padding-left: 35px;
}


.project-head h2{
	font-size:18px;
	font-family: 'Quicksand Semibold';
	color:#333333;
	
}
.photo-project h2{
	position:absolute;
	left:0px;
	top: 100px;
	z-index:99;
	font-size: 35px;
	font-family: 'Lora Regular' !important;
	color:#0b2338 !important;

}
.posted_date {
	font-size:16px;
	font-family: 'Quicksand Semibold';
	color:#333333;
	position:absolute;
	margin-top:-46px;
	background-color: #f6f6f6;
	padding:12px 25px;
	margin-left:-0.5px;
}
.posted_date:hover{

	background-color: #ace364;
	
}

.blog_content p{
	margin-top:20px;
	padding-bottom:0px !important;
}
.first-about h2{
	margin-top:80px;
	margin-bottom:10px;
	font-family: 'Lora Regular' !important;
}
.content-1 p{
	font-family: 'Nunito Regular' !important;
}
.invest-first h2{
	margin-bottom:20px;
}
.second-button{
	margin-top:20px;
}
.third-button{
	margin-top:50px;
	margin-left:150px;
	
}
.articles-section{
	margin-top:100px;
	margin-bottom: 20px;
}


.owl-carousel.owl-drag .owl-item{
	position: relative;
}
.project-head{
	position: absolute;
	left: -15px;
    bottom: -45px;
	transform: rotate(-90deg);
	transform-origin: top left;
}

.recent-articles .elementor-container{
	width:100% !important;
}
.project-up h2{
	margin-bottom:15px;
}
#tablepress-1 a{
	display:none !important;
}
#tablepress-1{
	margin-left:40px;
	border-width: 25px;
	width:95%;
}
#tablepress-1 .column-3{
	padding-left:50px !important;
}
#tablepress-1 .column-2{
	padding-left:20px !important;
}
.tablepress thead th{
	background-color: transparent !important;
	color:#a0df4d  !important;
	font-size: 15px;
	font-family: 'Quicksand Bold';
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec !important;
	line-height: 60px;
	
}

 .tablepress tbody tr td{
	color:#0b2338 !important;
	font-family: 'Quicksand Regular';
	line-height: 60px;
	font-size: 15px;;
	border-bottom: 1px solid #ececec !important;
	
}
.home #menu-item-3818:before{
	content:url("images/search-icon.png");
	position:absolute;
	right:15px;
	bottom:6px;
}
#menu-item-3818:before{
	content:url("images/search3.png");
	position:absolute;
	right:15px;
	bottom:6px;
}
#menu-item-3818:before .home{
	content:none !important;
}
.mailchimp-butt input:before{
	content:url("images/mailbox.png");
}
.owlidTwo h2 :focus{
	color:#0059ac ;
}
.owlidTwo h2:hover{
	color:#0059ac ;
}


.nav-search{
	margin-top:10px;
}
.blog_content h5{
	font-size: 16px;
	font-family: 'Quicksand Semibold';
	color:#333333;
	font-weight: bold;
	margin-top:25px;
	line-height: 28px;
}
.blog_content h5:hover{
	color:#0059ac;
}
.blog_head h2:hover{
	color:#0059ac;
	
}
#menu-item-3818 a i{
	font-size:0px !important;
}
.mc4wp-form-fields {
	padding-bottom:0px !important;
	line-height: 0px !important;
}

.article-heading h2{
	margin-bottom:5px;
}
.title_feature h2{
	text-align: center !important;
	margin-top:80px;
}
.contact-mail a{
	color:#666666;
}
.contact-num a{
	color:#666666;
}


.contact-social a{
	color:#666666;
}
.contact-full{
	margin-top:55px;
}
#wpcf7-f803-p82-o1 input[type="email"], [type="text"],textarea{
	border:none !important;
}
#post-82 #wpcf7-f803-p82-o1 input[type="email"], textarea{
	border-bottom: 1px solid #e1e1e1 !important;
}
#wpcf7-f803-p82-o1 input,#wpcf7-f803-p82-o1 textarea{
	border-bottom: 1px solid #e1e1e1 !important;
	color:#226fb7;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Quicksand Regular';
}
#wpcf7-f803-p82-o1 input.wpcf7-submit{
	border: 2px solid #226fb7 !important;
}

#wpcf7-f803-p82-o1 textarea{
	overflow:hidden;
	line-height: 30px;
	height: 42px;
	margin-top:55px !important;
}

#post-29 .tablepress thead th{
	color:#0b2338  !important;
	font-size: 16px;
	font-family: 'Quicksand Bold';	
}
#post-29 .tablepress thead th{
	border-top:none !important;
}
#post-29.tablepress tbody tr td{
	color:#0b2338 !important;
	font-size:15px;	
}

#tablepress-3 tr td a::before{
	content:url("images/download.png");
	padding-right:15px;
}
#tablepress-3  .tablepress .tablepress-id-3a{
	display: none !important;
}
#tablepress-3 tr td a{
	font-size: 15px;
	font-family: 'Quicksand Bold';
	color:#0059ac;
}
#tablepress-3 caption a{
	display: none !important;
}
.fund-content p{
	font-weight: lighter !important;
}

.funding p{
	font-family: 'Lora Meduim' !important;
}



.img-fluid{
	position:relative;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .3s ease;
	background-color: transparent;
  }
  
  .owlidTwo:hover .overlay {
	opacity: 1;
	
  }
  .project-head.owlidTwo:hover {
	  color:#0059ac;
  }
  .icon {
	position: absolute;
	color: #fff;
	font-size: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
  }
  .overlay a img{
	  width:100px  !important;
	  height:100px !important;
	  padding: 0 !important;
	  margin:0 !important;
	  text-align: center !important;
  }

  .h-search{
	  display: none;
	  box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 5px 0px;
	  background-color: #fff;  
	  height:50px;
	  padding-top:13px;
	  width:313px;
	  z-index: 9;
	  position:absolute;
	  right:0px;
	  padding-left: 15px;
	  border-radius: 5px;
	  margin-top:-20px;
	  color:black;
  }
  .search-blog  #searchform{
	  position:absolute;
	  right:35%;
  }
 
  li.search-menu {
	  cursor: pointer;
  }
  #searchsubmit{
	  float:right !important;
	  margin-right:15px;
	  margin-bottom:5px;
	  border: none;
	  background-color:transparent;
	  font-family: 'Nunito Regular';
	  color:#0059ac ;
	  font-weight: bold;
	  padding:6px 26px;
	  margin-top:-28px !important;
  }

  #searchform input[type="text"]{
	  width:83%;
	  margin-left:10px;
	  background: transparent;
	  font-family: 'Nunito Regular';
	  color:#333333;
	  
  }
  .search-blog #searchform {
	 margin-bottom:100px;
  }
  #searchform ::placeholder{
	  font-size:15px;
	  font-family: 'Nunito Regular';
  }
  .overlay a:hover + .project-head h2{
    color: red;
}
.logo{
	padding-left:23px;
}
.logo img{
	width:139px;
	height:auto;
	object-fit: cover;
}
.footlogo img{
	width:150px !important;
	height:99px !important;
	margin-top:35px;
}


.lorem-video{
	margin-top:-256px;
} 
#wpcf7-f1086-p29-o1  input[type="email"]{
	border:none !important;
}

#wpcf7-f1086-p29-o1 input[type="email"],#wpcf7-f1086-p29-o1 textarea{
	border-bottom: 1px solid #e1e1e1 !important;
	color:#226fb7;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Quicksand Regular';
}
#wpcf7-f1086-p29-o1 input[type="text"]{
	color:#226fb7;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Quicksand Regular';
	border-bottom: 1px solid #e1e1e1 !important;
}
#wpcf7-f1086-p29-o1 input.wpcf7-submit{
	border: 2px solid #226fb7 !important;
}
#wpcf7-f1086-p29-o1 input.wpcf7-submit:hover{
	border: 2px solid #96d148 !important;
}
#wpcf7-f1086-p29-o1 textarea{
	overflow:hidden;
	line-height: 30px;
	height: 42px;
    margin-top: 55px !important;
}

.comp-content{
	background-color:#fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-top:41px;
	padding-bottom:20px;
	padding-right:35px !important;
	padding-left:35px !important;
	border:1px;
	margin-left: -143px;
	z-index: 999;
	max-height: 335px;
	margin-top: 100px;
}

.search-read{
	font-size:16px;
	font-family: 'Quicksand Semibold';
	color:#666666;
}
.banner-section{
	height:200px;
	margin-top:150px;
	object-fit: cover !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.banner-single{
	object-fit: cover !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height:400px;
}

.img-fluid-two{
	height:464px !important;
	width:100% !important;
	object-fit: cover ;
	background-repeat: no-repeat;
	background-size: cover;
}
.call-us p a{
	color:#0059ac !important;
}
.mail-us p a{
	color:#0059ac !important;
}
.single-slide{
	margin-right:100px !important;
	margin-left:100px !important;
}
.title_sale {
	text-align: center !important;
	font-size: 25px;
	font-family: 'Lora Bold';
	padding-top:80px;
	padding-bottom:80px;
}

.banner-sale{
	margin-top:15px;
	height:200px;
} 

.element-item img{
	border-radius: 10px !important;
	width:100% !important;
	height:280px !important;
	object-fit: cover;
}
.element-item{
	margin:0px !important;
}
.blog-item img{
	border-radius: 10px !important;
	width:100% !important;
	height:280px !important;
	object-fit: cover;
}

.for-title{
	font-size: 20px;
	font-family: 'Lora Bold';
	color:#0b2338;
	line-height: 30px;
	
}
.for-para{
	font-size: 15px;
	font-family: 'Nunito Regular';
	color:#666666;
	line-height: 25px;
	padding-top:20px !important;
	margin-left:10px;
	margin-right:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.for-contents{
	text-align: center !important;
}
.post{
	width:100%;
	min-height: 598px !important;
}
.rent-sale{
	margin-top:50px;
}
.categories {
	text-align: center;
	position: relative;
	top: -12px;
}
.categories span {
    left: 0;
    font-size: 14px;
    font-family: 'Quicksand Bold';
	background-color:#0059ac;
    border-radius: 30px;
    padding: 7px 25px;
    color: #ffffff;
    right: 0;
    margin: 0 auto;
    display: inline;
    width: auto;
    text-align: center;

}
.tags{
	font-size: 16px;
	font-family: 'Lora Meduim';
	color:#0059ac;
	text-align: center !important;
	padding-top:15px;
	padding-bottom: 20px;
}
.categories span.for-rent{

	background-color: #a0df4d;
}
.comp-image:nth-child(even) .comp-content {
	margin-right: -146px;
}
.comp-content{
	width:44% !important;
}
.comp-content h1{
	font-size: 25px;
	font-family: 'Lora Bold';
	color:#0b2338;
}
.comp-title{
	font-size:16px;
	font-family: 'Quicksand Semibold';
	color:#a0df4d;
	line-height: 25px;
	
}
.comp-para p{
	font-size:15px;
	font-family: 'Nunito Regular';
	color:#666666;
	line-height:25px;
	padding-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.comp-read{
	color:#0059ac;
	font-size:16px;
	font-family: 'Quicksand Semibold';

}
.comp-image{
	display:flex;
	flex-direction: row;
	margin-bottom: 80px;
}
.comp-image:nth-child(even){
	flex-direction: row-reverse;
}

.gallery {	
	width:100%;
	
}
.gallery-wrap {
	float:left;
	width: 63.9%;
	margin-left:16px;
	margin-right:12px;

}
.gallery-wrap img {
	height: 550px;
	object-fit: cover !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.completed-projects{
	margin-top:80px;
}
.gallery-wrap .owl-nav button{
	position:relative;
	margin-top:-50px;
}
.gallery-wrap .owl-next{
	float:right !important;
}

.gallery-wrap .owl-next:before{
	content:url("images/right-arrowcompletes.jpg");
	position:relative;
	top:0px;
	right:-6px;
}
.gallery-wrap .owl-prev:before{
	content:url("images/arrow.png");
	position:relative;
	top:0px;
	right:-18px;
	
}
.gallery-wrap .owl-prev{
	left:-20px;
}
.wp-pagenavi span{
	border:none !important;
	padding:8px 16px !important;
	font-size: 18px;
	font-family: 'Lora Bold';
}
.wp-pagenavi a{
	color:#000000;
	border:none !important;
	padding:8px 16px !important;
	font-size: 18px;
	font-family: 'Lora Bold';
}
.wp-pagenavi span{
	background-color: #a0df4d;
	border-radius: 50px;
	color:#fff;
}
.pagecount{
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin:12px !important;
}
.owlidTwo:hover h2{
	color:#0059ac;
}
div#wpcf7-f1086-p29-o1 input:focus,div#wpcf7-f1086-p29-o1 textarea:focus{
	border-bottom: 1px solid #0059ac !important;
}
#wpcf7-f1086-p29-o1 input.test,div#wpcf7-f1086-p29-o1 textarea.test{
	border-bottom: 1px solid #0059ac !important;
}
div#wpcf7-f803-p82-o1 input:focus,div#wpcf7-f803-p82-o1textarea:focus{
	border-bottom: 1px solid #0059ac;
	
}

:focus {
    outline:none !important;
}
.rdmore{
	font-size: 16px;
    font-family: 'Quicksand Semibold';
    color: #333333;
    font-weight: bold;
    
}
.home #menu-item-1873:after{
	content:url("images/pro-icon.png");
	position:absolute;
	bottom:23px;
	left:157px;
}
#menu-item-1873:after{
	content:url("images/pro-icon1.png");
	position:absolute;
	bottom:23px;
	left:157px;
}

.meta2{
	font-size:16px;
	font-family: 'Quicksand Semibold';
	color:#333333;
	position:absolute;
	margin-top:-43px;
	background-color: #f6f6f6;
	padding:12px 25px;
}
.blog-read{
	font-size: 16px;
    font-family: 'Quicksand Semibold';
    color: #333333;
    font-weight: bold;
	
}
.blog-contents{
	text-align: center !important;
	margin-top:40px;
	
}
.blog-title{
	font-size: 20px;
	font-family: 'Lora Bold';
	color:#0b2338;
	line-height: 30px;

}
.button{
	background-image: none !important;
	margin-bottom: 0px !important;
	margin-top: 80px;

}
.button-group .button{
	margin-right:20px !important;
	font-size: 15px;
	font-family: 'Quicksand Semibold';
	
}

.button-group .button:first-child{
	border-radius:1px !important;
	/* background-color: #a0df4d;  */
    color: #000000;
	text-shadow: none !important;
	padding:9px 24px;
}
.button-group .button:last-child{
	border-radius:1px !important;
	
}
.grid{
	border:none !important;
} 
.slide-single1{
	margin-left:100px;
	margin-right:100px;
}
.elementor-swiper-button{
	top:95% !important;
}
.elementor-swiper-button .eicon-chevron-left:before{
	content:url("images/arrow.png");
	position:relative;
	top:0px;
	right:10px;
}
.elementor-swiper-button .eicon-chevron-right:before{
	content:url("images/right-arrowcompletes.jpg");
	position:relative;
	top:0px;
	right:-10px
}
.button-group.filters-button-group{
	display:flex;
	justify-content: center;
	align-items: center;
}
.button-group .button:hover{
	background-color:#a0df4d;
	color: #ffffff;
}
.error-msg{
	text-align:center;
	margin-top:130px;
	margin-bottom:100px;
}
.title-error{
	font-size:35px;
	font-family: 'Lora Bold';
	color:#9b2305;
}
.error-msg p{
	font-size:25px;
	font-family: 'Lora Bold';
	padding-top:30px;
	color:#0059ac;
}
.access ul ul a:hover{
	background:#f7f7f7;

}
.home.access ul ul a:hover{
	background:#f7f7f7;
}

.center{
	text-align:center;
	font-size:35px;
	font-family: 'Lora Bold';
	color:#9b2305;
	margin-bottom:80px;
}
.center h2{
	margin-top:100px;
	margin-bottom:30px;
}
.center p{
	color:#0059ac;
}
.search-error{
	text-align:center;
	font-size:25px;
	font-family: 'Lora Bold';
	padding-top:30px;
	color:#0059ac;
	margin-bottom:100px;
}
.post-search{
	margin-top:80px;
}
.title-search a{
	font-size: 35px;
    font-family: 'Lora Bold';
    color: #0b2338 !important;
    line-height: 40px;
}
.meta-search{
	font-size: 20px;
    font-family: 'Lora Bold';
    color: #0059ac !important;
    line-height: 30px;
	padding-top:20px;
}
.entry-search{
	font-size: 15px;
    font-family: 'Nunito Regular';
    color: #666666;
    line-height: 25px;
	padding-top:15px;
	padding-bottom:30px;
}
.info p{
	font-size: 15px;
    font-family: 'Nunito Regular';
    color: #666666;
    line-height: 25px;
	padding-top:20px;
}
.search-cont{
	margin-top:30px;
}
.home .owl-nav span{
	display:none !important;
}
.banner-blog{
	height:200px;
	object-fit:cover;
	margin-top:15px;
	margin-bottom:80px;
}
.title_blog{
	text-align: center !important;
	padding-top:80px;
	padding-bottom:80px;
	font-size: 25px;
	font-family: 'Lora Bold';
}
.post-blog{
	margin-bottom:60px;
}
.blogs{
	margin-bottom:60px;
}
.post-search img{
	width:50%;
	height:auto;
	object-fit:cover;
}

.meta2:hover{
	background-color: #a0df4d;
}
#wpcf7-f803-p82-o1 input ::placeholder{
	line-height: 6px !important;
}
.mail a{
	color:#0059ac;
	font-family: 'Lora Bold';
	
}
.ready-invest:before{
	content:url("images/fund-image1.png");
	position:absolute;
	bottom:11px;
	right:-40px;
}
.mail:after{
	content:url("images/fund-image2.png");
	position:absolute;
	bottom:-49px;
	left:0px;
}
.owlid{
	margin-bottom:100px;
}
.footSecond a:hover{
	color:#8fbf55;
}
.item{
	height: 950px !important;
}
.item{	
	text-align: center !important;
}
.carousel-control{
	width:5%  !important;
	height:40px;
	margin: auto;

}
.carousel-control.left{
	background-image: none !important;
}
.carousel-control.right{
	background-image: none !important;
}
.contack-back{
	margin-right:100px !important;
}

#mc4wp-form-1 .mc4wp-form-fields{
	color:#fff !important;
}
div#mc4wp-form-1input:focus,div#mc4wp-form-1 textarea:focus{
	background: transparent !important;
	color:#fff !important;
}
#mc4wp-form-1 input.test3,div#mc4wp-form-1 textarea.test3{
	background: transparent !important;
	color:#fff !important;
}
#owl-carousel-home{
    padding-left: 4% !important;
	height:795px !important;

}
#owl-carousel-home-second{
	padding-left: 1%!important;
}
.invest-call a{
	color:#0059ac;
	font-family: 'Lora Bold';
}
.single1{
	font-family: 'Quicksand Bold' !important;
}
.single2{
	font-family: 'Quicksand Bold' !important;
}
.card-col{
	height:600px;
}
#wpcf7-f803-p82-o1 input.wpcf7-submit:hover{
	color:#8fbf55;
	border:2px solid #8fbf55 !important;
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop{
	padding-left: 0% !important;

}
.mobmenu-content #mobmenuright .sub-menu{
	padding-left: 30px !important;
}
.mobmenu-right-panel .mob-cancel-button{
	margin-top: 21px !important;
    margin-right: 20px !important;
}

.blog-single{
	margin-top:70px;
}
#comments{
	margin-left:85px;
	margin-bottom:60px;
}
#reply-title{
	font-family: 'Lora Bold';
	font-size:35px;
}
#email-notes{
	font-family: 'Nunito Regular';
}	
#comments label{
	font-family: 'Nunito Regular';
	color:#666666;
}
#comments #submit{
	background: transparent;
	border: 2px solid #0059ac;
	color:#0059ac;
	font-weight: 600px;
	font-family: 'Nunito Regular';
	margin-top:30px;
}
#comments #submit:hover{
	border: 2px solid #94cf47 !important;
	color:#94cf47 !important;
}
.single-project .title{
	display:none;
}
.comments-title{
	font-family: 'Lora Bold';
	font-size:25px;
	line-height: 35px;
	padding-bottom:20px;
}
#respond #wpcf7-f803-p82-o1 input[type="email"], [type="text"], textarea{
	width: 93%;
}
.luxury{
	width:100% !important;
	margin-left:0px !important;
	margin-right:0px !important;
}
.wpcf7-response-output{
	margin-left:0px !important;
	width:84% !important;
}
.button:active{
  background-color: #a0df4d !important;
}
.search-button{
	border:none;
	background-color: transparent;
	color:#a0df4d;
	font-size:15px !important;
}
.fa{
	font-size: larger !important;
}

.search-blog #searchform{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 5px 0px;
	background-color: #fff;  
	height:50px;
	padding-top:13px;
	width:30%;
	padding-left: 15px;
	border-radius: 5px;
	margin-top:0px;
	color:black;
}

#wpcf7-f1086-p29-o1 .wpcf7-response-output{
	width: 100% !important;
}

.menu-header-search{
	display: none;
}
.blog-read:hover{
	color:#a0df4d;
}
.menu-header-search{
	position:absolute;
	bottom:7%;

}

.search-container{
	position: relative;
}
li.menu-header-search{
	position:absolute;
	bottom:-73px;
	left: 17px;
}
.mobmenu-right-panel li, .rightmbottom, .rightmtop{
	padding-right: 0% !important;
}
ul#mobmenuright{
	position:relative;
}
.post-blog{
	height: 575px;
}
.blogs{
	height: 575px;
}
.current-menu-item.current_page_item a {
    color: #a0df4d !important;
}
.contact-img{
	object-fit: cover !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height:auto !important;
}
#owl-carousel-home-second.owl-carousel .owl-item{
	/*width:428px !important;*/
	height:auto !important;
	padding-right:34px;

}
/* div#owl-carousel-home-second .owlidTwo {
	width: 90%;
	margin-right: 45px;
} */


div#owl-carousel-home-second .owlidTwo{
	width: 100%;

}	
div#owl-carousel-home .owlid{
	width: 100%;

	
}



/*19-06*/
.section-above-slider{
	display: none;
}
.owl-section #owl-carousel-home-second.owl-carousel .owl-item{
	/*width: auto!important;*/
	padding-right: 0px;		
}
.owl-section .owlidTwo img{
	width: 91%!important;
    height: 430px!important;
	padding-left: 0px;
}
.owl-section .project-head{
	left: -46px;
}
.owl-section #owl-carousel-home-second{
	padding-left: 0px!important;
}
.owl-section .elementor-container{
	width: 1500px!important;
}
.owl-section.elementor-section-boxed>.elementor-container{
	width: 1500px!important;
}
#ctct-form-wrapper-0{
	display:flex;
    margin-top:15%;
	border-bottom: 1px solid #fff;
}
#ctct-form-wrapper-0 form{
	display: contents !important;
}
#ctct-form-wrapper-0 label{
	display:none;
}
#ctct-form-wrapper-0 input{
    border: none;
    background: transparent;
}
#ctct-form-wrapper-0 ::-webkit-input-placeholder{
	color:#fff !important;
	font-size: 15px;
	font-family: 'Quicksand Regular';
}
#ctct-form-wrapper-0 input[type="submit"]{
	font-size: 16px;
	font-family: 'Quicksand Semibold';
	color:#fff !important;
	
}
#ctct-form-wrapper-0 input[type="submit"]{
	position:absolute;
	right:16px;
}
#ctct-form-wrapper-0 input[type="email"]{
	padding-left:0px;
}
.form-footer input[type="email"]{
	width:223%;

}
#ctct-form-wrapper-0  input.test4,div#ctct-form-wrapper-0  textarea.test4{
	color:#0059ac !important;
}
#ctct-form-wrapper-0{
	color:#0059ac !important;
	font-size: 16px;
	font-family: 'Quicksand Semibold';
}
.ctct-form-wrapper .ctct-message.ctct-success{
	color:#fff !important;
	border-color: transparent !important;
	font-size: 16px;
	font-family: 'Quicksand Semibold';
	position:absolute;
	left:0px;
}
.ctct-form-wrapper .ctct-message.ctct-error{
	position: absolute;
    bottom: -83px;
	left:0px;
	border-color: transparent !important;
	font-size: 14px;
	font-family: 'Quicksand Semibold';
}
.title_properties h2{
	text-align: center;
	font-family: 'Quicksand Bold';
	font-size:35px;
	color:#0059ac 
}
.title_properties p{
	text-align: center;
	font-family: 'Quicksand Semibold';
	font-size:35px;
	color:#0059ac ;
}
.title_properties{
	margin-top:100px;
	margin-bottom:100px;
}
.ctct-form-wrapper .ctct-button{
	display:none;
}
#ctct-form-wrapper-0 input[type="submit"]{
	border: 1px solid #fff;
    padding-left: 4px;
    padding-right: 4px;
}
#ctct-form-wrapper-0 input[type="submit"]:hover{
	border: 1px solid #0059ac;
	color:#0059ac !important;
}
















