/*body{
	margin-top:50px;
	background-color: #efefef;
}*/
/*-----------------------------
    1. Template default css
-------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --gray-color: #f2f0ec;
  --white-color: #ffffff;
  --black-color: #000000;
  --transition: all ease 0.5s;
  --border-radius: 4px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.8rem;
  overflow-x: hidden !important;
}

.img {
 
  height: auto;
  transition: all 0.3s ease-out 0s;

}

a,
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #da302b;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

button:focus {
  outline: 0px dotted;
}

a,
button,
input {
  outline: medium none;
  color: #242424;
}

a:hover {
  color: #f58634;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
 .titledetail{
  font-family: "Poppins", sans-serif;
  color: #31b34b;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 46px;
  font-weight: 500;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}
.content-area-wrapper h2,.content-area-wrapper h3{
  margin-bottom: 1rem;
}
.section-head{
  margin-bottom: 4rem;
}

.footer{
	background-color: #042248;
	color: #fff;
	padding-top: 10px;
}


.footer-area {
  background: #042248;
}

.footer-bottom {
  border-top: 1px solid #154075;
  background: #042248;
}

.footer-bottom>.container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-title {
  margin-bottom: 28px;
  padding-bottom: 22px;
  position: relative;
}

.footer-title h4:after {
  content: "";
  height: 4px;
  width: 49px;
  background-color: #f58634;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-menu-box .footer-menu-list li {
  margin-bottom: 12px;
}

.footer-menu-box .footer-menu-list li:last-child {
  margin-bottom: 0;
}

.footer-menu-box .footer-menu-list li a {
  color: #ceced0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-menu-box .footer-menu-list li a:hover {
  color: #ffffff;
}


.footer-about>p {
  color: #c5d1dc;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.social-icon {
  margin-top: 22px;
}

.social-icon ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 8px 10px 0;
}

.social-icon li a {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  width: 38px;
}

.social-icon li a.facebook {
  background-color: #3c5b9b;
  border: 2px solid #3c5b9b;
}

.social-icon li a.twitter {
  background-color: #40c1df;
  border: 2px solid #40c1df;
}

.social-icon li a.instagram {
  background-color: #c619b8;
  border: 2px solid #c619b8;
}

.social-icon li a.googleplus {
  background-color: #ed3c32;
  border: 2px solid #ed3c32;
}

.social-icon li a.rss {
  background-color: #eb8314;
  border: 2px solid #eb8314;
}

.social-icon li a.dribbble {
  background-color: #c72982;
  border: 2px solid #c72982;
}

.social-icon li a.dribbble:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #c72982;
}

.social-icon li a.rss:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #eb8314;
}

.social-icon li a.googleplus:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #ed3c32;
}

.social-icon li a.instagram:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #c619b8;
}

.social-icon li a.twitter:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #40c1df;
}

.social-icon li a.facebook:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #3c5b9b;
}

.footer-map {
  margin: 12px 0 20px;
}

.footer-map>a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.footer-map>a:hover {
  color: #ed2024;
}

.footer-map>a i {
  font-size: 20px;
  margin-right: 9px;
}

.single-footer-cont-info {
  display: flex;
  margin-bottom: 30px;
}

.single-footer-cont-info:last-child {
  display: flex;
  margin-bottom: 22px;
}

.cont-info-content>p {
  color: #c5d1dc;
  margin: 0;
}

.cont-info-icon i {
  color: #f58634;
  font-size: 18px;
}

.cont-info-content {
  margin-left: 15px;
  margin-top: -5px;
}

.cont-info-content>a {
  color: #c5d1dc;
  display: block;
  margin-bottom: 6px;
}

.cont-info-content>a:hover {
  color: #ed2024;
}

.open-time ul li {
  color: #fff;
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 7px;
}

.open-time ul li span {
  float: right;
}

.open-time ul li:last-child {
  margin-bottom: 0px;
}

.newsletter-style>p {
  color: #fff;
  margin: 0 0 20px;
}

.subscribe-form form input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #242424;
  padding: 2px 10px;
}

.subscribe-form form input::-webkit-input-placeholder {
  /* Chrome */
  color: #242424;
  opacity: 1;
}

.subscribe-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #242424;
  opacity: 1;
}

.subscribe-form form .clear input {
  background: #ed2024 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  padding: 2px 15px;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
}

.subscribe-form form .clear input:hover {
  background: #fff none repeat scroll 0 0;
  color: #242424;
}

.clear {
  margin-top: 18px;
}

.copyright>p {
  color: #fff;
  margin: 0;
}

.copyright>p a {
  color: #c5d1dc;
  padding: 5px;
}

.copyright>p a:hover {
  color: #ed2024;
  text-decoration: underline;
  padding: 5px;

}

.quicklink>p {
  color: #c5d1dc;
  margin: 0;
  padding: 5px;

}

.quicklink>p a {
  color: #c5d1dc;
  padding: 5px;

}

.quicklink>p a:hover {
  color: #f58434;
  text-decoration: none;
}




.readmore>p a {
  color: #2196F3;
  padding: 5px;

}

.readmore>p a:hover {
  color: #f58434;
  text-decoration: none;
}




.sellorrent{
	background-color: #d10e0e;
	display: inherit;
	position: absolute;
    z-index: 1;
    text-align: center;
    padding-left: 10px;
	padding-right: 10px;
    color: #fff;
    right: 5%;
    overflow: hidden;
    opacity: 0.6;
    font-size: 1.20em;
    border-radius: 3px;
}
.propertypage{
	margin-top: 3em;
}
.banner{
	position: absolute;

	/* background-image: url('../images/sri3.jpg') ; */
}
.ad-category{
	display:inline;
	position: absolute;
	float: left;
	background-color: #07ea07;
	color:#fff;
	opacity: 0.75;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.20em;
	text-transform: uppercase;
}
.searchbox{
	position: relative;
	text-align: center;
	/*min-height: 460px;*/
	z-index: 999;
	top:200px;
	font-size: 1.2em;
	margin-bottom: 450px;
}
.cselect{
	border: 1px solid #D7D7D7;
    padding: 0.5em 0.5em;
    color: #666;
    outline: none;
    border-radius: 20%;	
}
.searchbox h3{
	color: #fff;
}

@media (max-width: 1368px){
	.searchbox{
	    top:150px;
	    /*min-height: 220px;*/
	    margin-bottom: 400px;
	}
}
@media (max-width: 768px){
	.searchbox{
	    top:150px;
	    /*min-height: 220px;*/
	    margin-bottom: 350px;
	}
}
@media(max-width: 480px){
	.searchbox{
		top:135px;
		/*min-height: 250px;*/
		margin-bottom: 200px;
	}
	.searchbox h3{
		color: #666;
	}
}
@media(max-width: 400px){
	.searchbox{
		top:120px;
		/*min-height: 240px;*/
		margin-bottom: 150px;
	}
	.searchbox h3{
		color: #666;
	}
}

.sri{
	color:green;
}
.sam{
	color:red;
}
.logo{
	float: left;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
  padding-top: 10px;
}
.logo-bg{
	background-color: #fff;
}
.navbar-default{
	background-color: #fff;
}
}
.navbar-header{
	background-color: #114f9e;
}

.nav>li>a{
	padding: 15px 25px;
	font-size: 16px;
font-family: "Poppins", sans-serif;
color:#fff !important;
display: inline-block;
  position: relative;
  font-weight: 600;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #000;
}


.btngo{
	background-color: #2196f3;
	color:#fff;
	padding:2px;
	border: 2px solid;
	border-radius: 25px;
}
.popular-heading{
   font-family: "Poppins", sans-serif;
   color: #cf2e2e;
   padding-top: 20px;
   padding-bottom: 20px;
	text-align: center;
	font-size: 2em;
  font-weight: 700px;
}
ul.social {
    padding: 1em 0 0;
}
ul.social li {
    display: inline-block;
}
ul.social li i {
    font-size: 2em;
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    margin: 0 5px;
    }
.property-title{
	width: 100%;
    background-color: #2a7366;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 1.15em;
    min-height: 3.45em;
}    
.popular-text h3{
	font-size: 1.15em;
	color: #2a7366;
	padding: 20px;
	text-align: justify-all;
}
.feature-list {
	margin-left: 0px !important;
}
.price-header{
	font-size: 1.5em;
    color: #cf2e2e;
    padding: 3px;
    font-weight: 700;
    text-align: center;
}
.views{
	border-bottom: 1px solid;
	border-color: #dfd;
	padding-left: 10px;
}
.popular-box{
	min-height: 400px;
    padding-top: 5px;
    position: relative;
    box-shadow: 0 7px 7px -1px #dcdcdc;

}
.popular-box a{
	color:white;
}
.view-more{
	position: absolute;
    bottom: 5px;
    margin-bottom: 20px;
    right: 20px;
}
.price-list-page{
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-size: 1.5em;
	padding: 3px;
	opacity: 0.6;
	color:#ccc;
}
.box-col h4{
	padding-top: 0px;
	color: #800b1a;
	font-size: 1.35em;
	margin-top: 0px;
	text-transform: uppercase;
}
.box-col{
	line-height: 1em;
}
.box-col .form-group{
	margin-bottom: 8px;
}
.services{
	padding-left:5px;
}
.services li{
	list-style: none;
	padding-left:0px;
	text-align: left;
}
.panel-heading{
	padding:5px 15px;
}
footer .checkbox,span,input,.form-group{
	color:#000;
}
.page{
	padding: 10px 15px;
}
.fb-like{
	padding-top: 10px;
}

/* property detail page */
.title1{
	font-size: 1.5em;
    text-transform: uppercase;
    color: #5cb85c;
    font-weight: bold;
}

.title2{
  font-size: 1.2em;
    text-transform: uppercase;
    color: #5cb85c;
    font-weight: bold;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
   color: #5cb85c;
}


.price-tag {
    background: url(../images/price-tag.png)no-repeat;
    position: absolute;
    z-index: 1;
    width: 250px;
    top: -16px;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    right: 4%;
    overflow: hidden;
}
.col-header {
padding-top: 10px;
padding-bottom: 10px;
}

.panel-primary .panel-heading{
	background-color: #47a447;
}
.panel-primary{
	border-color: #47a447;
}
.aside{
	margin-top:45px;
}

/* About Us Page */
.about-mid{
	background-color: #fff;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.about-mid h4 {
    color: #000;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.about-sub-heading{
    text-decoration: none;
    color: #5cb85c;	
}
.about-highlight {
	text-align: center;
    background: #5cb85c;
    padding: 4em 2em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    font-family: Tahoma;
    color: #fff;
}
.contact-top1 h4 {
    display: block;
    color: #000;
    font-size: 2em;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 0.7em;
}
.contact-address h5 {
    display: block;
    color: #5cb85c;
    font-size: 1.3em;
    font-family: 'Source Sans Pro', sans-serif;
}
hr{
	margin-bottom: 0px;
	margin-top: 5px;
}
.main-header-area {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  padding: 2px 0 3px 0;
}
.main-header-area .logo-img img {
  max-width: 100%;
}
.main-menu {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu {
    margin: 0;
  }
}
.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-menu ul li {
    margin-right: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 15px;
  }
}
.main-menu ul li > a {
  color: white;
  font-size: 15px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 40px 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.main-menu ul li > a i {
  font-size: 14px;
  line-height: 1;
}
.main-menu ul li > a.active {
  color: #fed857;
}
.main-menu ul li:hover > a {
  color: #fed857;
}
.main-menu ul li ul.submenu {
  background: white none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 240px;
  z-index: 9;
  border-top: 4px solid #02b663;
  text-align: left;
  padding: 25px 0;
}
.main-menu ul li ul.submenu li {
  display: block;
}
.main-menu ul li ul.submenu li a {
  padding: 14px 30px;
  display: block;
  margin: 0;
  border: 0;
  color: #1a1e2d;
}
.main-menu ul li ul.submenu li a::before {
  display: none;
}
.main-menu ul li ul.submenu li a:hover {
  color: #fed857;
}
.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.sticky {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #1a1e2d;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.sticky .logo {
  transform: translateY(2px);
}
.sticky .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .hamburger-menu {
    top: 35px;
  }
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}
.hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #02b663;
}

.side-mobile-menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}

.head-top-02 .custom-container-03 {
  max-width: 1505px;
  margin: 0 auto;
}
.head-top-02 .login-area li {
  display: inline-block;
}
.head-top-02 .login-area li span {
  color: #838694;
  font-size: 16px;
  margin-right: 15px;
}
.head-top-02 .login-area li .sign_btn {
  color: white;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background: #02b663;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
}

.main-head-02 {
  position: relative;
}
@media (max-width: 767px) {
  .main-head-02 {
    padding: 10px 0;
  }
}
.main-head-02 .custom-container-03 {
  max-width: 1505px;
  margin: 0 auto;
}
.main-head-02 .main-menu-02 ul li > a {
  color: #fff;
  padding: 20px 0;
}
.main-head-02 .main-menu-02 ul li:hover > a {
  color: #fed857;
}
.main-head-02.sticky {
  background: white;
  position: fixed;
}
.main-head-02.sticky .main-menu-02 ul li > a {
  color: #1a1e2d;
  padding: 42px 0;
}
.main-head-02.sticky .main-menu-02 ul li ul.submenu li a {
  padding: 14px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main-head-02 .quote-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-head-02 .quote-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-head-02 .quote-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-head-02 .quote-btn {
    display: none;
  }
}
.head-top-02 .login-area li .sign_btn {
  color: fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 7px 13px;
  display: inline-block;
  border-radius: 30px;
  text-transform: uppercase;
}
.head-top-02 .top-cta .media-link {
  color: #838694;
}
.head-top-02 .top-cta .media-link i {
  color: #02b663;
}
.grey-bg {
    background: #f6f3f1;
}

.menu-bg {
    background: #042248;
}

.pb-15 {
    padding-bottom: 10px;
}
.pt-15 {
    padding-top: 10px;
}
.head-top-02 .top-cta .media-link i {
    color: #02b663;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #fff;
}
.sub-title {
    font-size: 1.2em;
    color: #000;
}
