html {
  scroll-behavior: smooth;
}
body
{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #797979;
    overflow-x: hidden;
}
i{
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	color: #222222;
	margin:0 0 15px 0;
	padding:0;
	text-transform:capitalize;
	font-family: 'arial', cursive;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size: 24px;
	
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #222222;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #f7a13e;
}
.row {
  padding-left: 7.875rem;
  padding-right: 7.875rem; }

.row .row {
  padding: 0; 
}
.clear
{
	clear:both;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 13px;
    border-radius: 4px;
    background: #f7a13e;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 0.5;
    border-radius: 30px;
	outline:0px;
	border: 0;
}
.btn:hover
{
	background: #121b22;
	color:#ffffff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*================================================
Header Area CSS
=================================================*/
.header-area
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
} 
.top-area{
  background:#191919;
  color:#fff;
  padding-top: 10px;
}
.email_top i {
  color: #f7a13e;
  margin-right: 5px;
}
.email_top span a{
    color: #fff !important;
}
.top-area .bold
{
    margin-right:0;
}
.email_top .bold
{
    margin-right:15px;
}
.top_social .social-links a{
	font-size: 13px;
    display: inline-block;
    background: #222222;
    color: #fff;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    line-height: 30px;
}
.top_social .social-links a:last-child{
    margin-right: 0;
}
.top_social .social-links a:hover{
    background: #f7a13e;
  }
.navbar-area {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header_menu_wrapper 
{
	width:100%;
}
.navbar-area.is-sticky {
	background: #fff;
    box-shadow: 0 5px 10px -10px rgba(0,0,0,0.6);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    z-index: 99;
}
.navbar-area.is-sticky .tb-nav .navbar .navbar-nav .nav-item a {
    color: #222222;
}
.navbar-area.is-sticky .tb-nav .navbar .navbar-nav .nav-item a:hover {
    color: #f7a13e;
}
.navbar-area.is-sticky .tb-nav .navbar .navbar-nav .nav-item.active a {
    color: #f7a13e;
}
.header-area .navbar-brand .logodark
{
    display: none;
}
.header-area .is-sticky .navbar-brand .logolight
{
    display: none;
}
.header-area .is-sticky .navbar-brand .logodark
{
    display: block;
}
.navbar-brand>img {
    display: block;
    max-width: 220px;
}
.navbar-area.is-sticky .navbar-brand>img {
    max-width: 160px;
}
.tb-nav .navbar-collapse.collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding-right:0px;
}
.navbar-area.navbar-style-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  background-color: transparent;
}

.navbar-area.navbar-style-two .tb-nav {
  background-color: transparent;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item.active a {
  color: #ffffff;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #f7a13e;
}

.navbar-area.navbar-style-two .tb-nav .navbar .others-option {
  padding-left: 0;
  margin-left: 24px;
}

.navbar-area.navbar-style-two .tb-nav .navbar .others-option::before {
  display: none;
}

.navbar-area.navbar-style-two .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.navbar-area.navbar-style-two.is-sticky {
	opacity: 1;
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
		  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	background: #797979 !important;
	-webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
		  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}

.is-sticky .tb-nav {
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-area.navbar-style-two.is-sticky .tb-nav .navbar .others-option .option-item .default-btn {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #797979;
}

.navbar-area.navbar-style-two.is-sticky .tb-nav .navbar .others-option .option-item .default-btn:hover {
  background-color: #f7a13e;
  color: #ffffff;
  border-color: #f7a13e;
}

.navbar-area.navbar-style-three {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  background-color: transparent;
}

.navbar-area.navbar-style-three .tb-nav {
  background-color: transparent;
}

.navbar-area.navbar-style-three .tb-nav .navbar .others-option {
  padding-left: 0;
  margin-left: 24px;
}

.navbar-area.navbar-style-three .tb-nav .navbar .others-option:before {
  display: none;
}

.navbar-area.navbar-style-three .tb-nav .navbar .others-option .option-item .default-btn {
  background-color: #ac0001;
  border-color: #ac0001;
  color: #ffffff;
  border-radius: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.navbar-area.navbar-style-three .tb-nav .navbar .others-option .option-item .default-btn:hover {
  color: #ffffff;
  border-color: #f7a13e;
  background-color: #f7a13e;
}

.navbar-area.navbar-style-three .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
html body .dropdown-menu>li>a:focus, html body .dropdown-menu>li>a:hover {
    background-color: transparent;
}
.navbar-area.navbar-style-three.is-sticky {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
          animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}


/* mobile Menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  z-index: 9;
}

.sidenav a {
	padding: 10px 0;
    text-decoration: none;
    color: #797979;
    transition: 0.3s;
	text-transform: capitalize;
}
.sidenav a:hover {
  color: #f7a13e;
}

.sidenav .closebtn {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    margin-left: 0;
}
.menu_open
{
	color: #f7a13e;
	font-size: 24px;
	cursor: pointer;
	margin-right: 20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.menu_open:hover
{
	color: #222222;
}
#mySidenav .mobile_menu_li
{
	position:relative;
}
#mySidenavg .mobile_menu_li .head
{
    position: absolute;
    right: 10px;
    top: 15px;
}
   
#mySidenav .panel.mobile_menu_li {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
	padding: 15px 0;
}
#mySidenav h3
{
	margin: 0;
	padding: 0 0 15px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #eee;
}
#mySidenav .mobile_menu_li ul li a
{
	padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
}
#mySidenav .mobile_menu_li ul
{
	 padding: 20px 0px 0px;
}
#mySidenav ul li .head .collapsed .plus {
    display: block;
	font-size: 20px;
}
#mySidenav ul li .head .minus {
	font-size: 20px;
}
#mySidenav ul li .head .plus {
    display: none;
}
#mySidenav ul li .head .collapsed .minus {
    display: none;
}
#mySidenav .mobile_menu_li .head {
    position: absolute;
    right: 10px;
    top: 15px;
}
#mySidenav .menu_slid_bg {
    background: #ffffff;
    max-width: 250px;
    position: relative;
    height: 100%;
    padding: 50px 15px;
}
#mySidenav ul {
    list-style: none;
    padding: 0px;
    margin: 0;
	max-height: 500px;
    overflow: auto;
}


/* mobile Menu */
.tb-responsive-nav {
  display: none;
}
.tb-nav {
	background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tb-nav .navbar {
	padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    min-height: 0;
	border:0px;
}

.tb-nav .navbar .navbar-brand {
	font-size: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tb-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.tb-nav .navbar .navbar-nav {
  margin-left: auto;
}

.tb-nav .navbar .navbar-nav .nav-item {
  position: relative;
}

.tb-nav .navbar .navbar-nav .nav-item a {
	color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
	text-transform: capitalize;
}

.tb-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
    position: relative;
    display: inline-block;
    margin-left: 3px;
}

.tb-nav .navbar .navbar-nav .nav-item a:hover, .tb-nav .navbar .navbar-nav .nav-item a:focus, .tb-nav .navbar .navbar-nav .nav-item a.active {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.tb-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.tb-nav .navbar .navbar-nav .nav-item:hover a, .tb-nav .navbar .navbar-nav .nav-item.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	position: absolute;
	border: none;
	top: 40px;
	left: 0;
	width: 220px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	padding: 13px 20px 11px;
	margin: 0;
	position: relative;
	display: block;
	color: #797979;
	border-bottom: 1px dashed #e5e5e5;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}
.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}
.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #f7a13e;
}
.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: -220px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #797979;
}
.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}
.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #797979;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #f7a13e;
}

.tb-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.tb-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.others-option {
	position: relative;
	margin-left: 18px;
	padding-left: 18px;
}

.others-option:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 2px;
	height: 25px;
	background-color: #bdbbcc;
}

.others-option .option-item {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	z-index: 3;
}

.others-option .option-item:first-child {
	margin-left: 0;
}

.others-option .option-item .search-btn-box {
	position: relative;
	top: 2px;
}

.others-option .option-item .search-btn-box .search-btn {
	font-size: 25px;
	cursor: pointer;
	color: #797979;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.others-option .option-item .search-btn-box .search-btn:hover {
	color: #f7a13e;
}

.others-option .option-item .cart-btn {
	font-size: 25px;
	position: relative;
	line-height: 1;
}

.others-option .option-item .cart-btn a {
	display: inline-block;
	position: relative;
	color: #797979;
}

.others-option .option-item .cart-btn a span {
	position: absolute;
    right: -7px;
    top: -7px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #f7a13e;
    font-size: 10px;
    font-weight: 600;
}

.others-option .option-item .cart-btn a:hover {
	color: #f7a13e;
}

.others-option .option-item .default-btn {
	border-color: #797979;
	background-color: #797979;
	color: #ffffff;
}

.others-option .option-item .default-btn:hover {
	background-color: #f7a13e;
	color: #ffffff;
	border-color: #f7a13e;
}

@media only screen and (max-width: 991px) {
.tb-responsive-nav {
    display: block;
}
.tb-responsive-nav .tb-responsive-menu {
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .mean-nav {
    margin-top: 60px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #f7a13e;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 341px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
    padding-left: 0;
    padding-right: 0;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
    display: block;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
    margin-bottom: 15px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
    width: 100%;
    float: unset;
    display: block;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: #797979;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13.5px;
    font-weight: 600;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:before {
    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #f7a13e;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
    margin-top: 5px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: auto;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    border: none;
    margin-top: 15px;
    color: #666666;
    padding: 0;
    font-weight: 400;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #f7a13e;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}
  .tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
    margin-top: 15px;
  }
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
    bottom: 10px;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
    display: block !important;
    padding: 20px !important;
    width: auto !important;
}
.tb-responsive-nav .tb-responsive-menu.mean-container .others-option {
    display: none !important;
}
.tb-responsive-nav .mean-container a.meanmenu-reveal {
    color: #797979;
}
.tb-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #797979;
}
.tb-responsive-nav .logo {
	position: relative;
	width: 30%;
	z-index: 1;
	float: left;
}
.tb-responsive-nav .logo a {
    display: inline-block;
}
.tb-nav {
    display: none;
}
.navbar-area {
    padding-top: 18px;
    padding-bottom: 18px;
}
.navbar-area.navbar-style-two .tb-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
}
.navbar-area.navbar-style-two .tb-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
}
.tb-responsive-nav .others-option {
    margin-left: 0;
    padding-left: 0;
    width: 50%;
    float: right;
	text-align: right;
}
.tb-responsive-nav .others-option:before {
    left: auto;
    right: 0;
}
}

/* silder */
section
{
	padding:75px 0px;
}
.bg_images
{
	background-image: url(../image/bg-section.jpg);
}

#silder 
{
	position:relative;
}
html body .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 4px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
	
}
.silder_wrapper .owl-pagination {
    top: -40px;
}
.silder_wrapper .owl-controls .owl-page {
    border: 1.5px solid #ffffff;
}
.silder_wrapper .owl-controls .owl-page span {
    background: #ffffff;
    box-shadow: inset 0 0 3px rgba(255,255,255,0.3);
   border-color:#ffffff;
}
html body .owl-carousel .owl-buttons .owl-prev, html body .owl-carousel .owl-buttons .owl-next {
    background: #f7a13e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
	opacity:0;
}
html body .owl-carousel:hover .owl-buttons .owl-prev, html body .owl-carousel:hover .owl-buttons .owl-next {
	opacity:1;
}

html body .owl-carousel .owl-buttons .owl-prev:hover, html body .owl-carousel .owl-buttons .owl-next:hover {
    background: #222222;
	
}
html body .owl-carousel .owl-buttons div i {
    font-size: 18px;
    color: #ffffff;
}
html body .owl-pagination {
    text-align: center;
    position: relative;
}
.owl-controls .owl-page {
    border: 1.5px solid #ffffff;
	padding: 2px;
	padding: 3px;
    border-radius: 100%;
}
html body .owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: #ffffff;
    border-radius: 100%;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
   border-color:#ffffff;
}
html body .owl-controls .owl-page.active span {
    background: #f7a13e;
	border-color:#f7a13e;
}
html body .owl-controls .owl-page.active
{
	border-color:#f7a13e;
}
html body .owl-carousel {
    margin: 0;
	background: transparent;
}
/* Form section page  */
.eb-form_area{
    padding: 75px 0px 80px;
    background: url(../assets/image/silder/silder.jpg);

}
}
.eb-bg-img{
  background: #000;
   padding: 40px;
}
.eb-quick_enquiry{
  color: #fff;
}
.eb-more-detail{
  color: #ffff;
}
 input{
	font-size: 14px ;
	border-radius: 3px;
	min-height: 50px;
	width: 100%;
	padding: 10px 15px;
	box-shadow: none;
	outline: 0;
	border: 1.5px solid #dddddd;
}
.eb-margin-30px-bottom{
	margin-left: 23px;
	bottom: 0px;
	padding: 10px;
}
.eb-margin-bottom{
   font-size: 14px ;
	border-radius: 3px;
	min-height: 50px;
	width: 100%;
	padding: 10px 15px;
	box-shadow: none;
	outline: 0;
	border: 1.5px solid #dddddd;

}
.eb-quick_enquiry{
  color: #f7a13e;
  font-size:41px;
}
.eb-more-detail{
  color: #444;
  font-size:41px;
   }
.eb-butn{
 display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 12px;
    background: #f7a13e;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 0.5;
    outline:0px;
    border: 0;
}
.eb-butn:hover
{
  background: #121b22;
  color:#ffffff;
}
.eb-margin_space{
  text-align: left;
  padding: 30px;
}
.eb-padd{
  padding-top: 20px;
}
/* /Form section page  */
#about.about_section{
  background: #9b93930d;
  text-align: center;
}
#about.about_section .row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#about.about_section h2, .about_section h3
{
    margin-bottom: 15px;
}
#about.about_section h2 span
{
    color: #f7a13e;
}
#about.about_section p, #about.about_section li
{
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 28px;
}
#about.about_section i
{
    color: #f7a13e;
    margin-right: 0;
}
#about.about_section i:hover
{
    color: #fff;
    
}
#about.about_section h2.about_contact
{
    color: #222222;
    font-size: 36px;
	font-weight: 700;
}
#about.about_section .about_text .btn
{
    margin-top: 5px;
}
#about.about_section img
{
    border-radius: 5px;
    width: 100%;
}
.eb-icon-realestate{
	position: relative;
    min-height: 50px;
    padding-left: 70px;
    margin-bottom: 30px;
    cursor: default;
	text-align: left;
}
.eb-icon-realestate .eb-feature-icon{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.03);
    transform: perspective(1px) translateZ(0);
    transition: color .3s ease, box-shadow .3s ease-out;
}

.eb-icon-realestate .eb-feature-icon:hover{
	background-color:#1a0e01;
	color:#fff;
}
/* heading */

.heading_wrapper 
{
	text-align:center;
}
.heading_wrapper h2
{
    margin-bottom: 20px;
}
.heading_wrapper h2 span
{
    color: #f7a13e;
}
.heading_wrapper
 {
    max-width: 800px;
    margin: auto;
}
.heading_wrapper p
{
    line-height: 26px;
    margin-bottom: 30px;
}
/* heading  end */
/* properties start */
.properties .text {
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    background: #fff;
    position: relative;
}
.eb-img{
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.eb-img-2{
    position: relative;
}
.properties .eb-img-2 {
    display: block;
    height: 250px;
}
.properties .text span.status.sale {
    background: #f7a13e;
}
.properties .text span.status {
    position: absolute;
    top: -30px;
    left: -1px;
    padding: 2px 15px;
    color: #fff;
}
.properties .icon  {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.properties .icon span {
    color: #a72929;
}
.ml-auto i{
  color:#f7a13e;
}
.eb-flaticon i{
  color:#f7a13e;
}
.eb-badicon i{
 color:#f7a13e;
}
.rent{
  background: #121b22;
}
.heading-section h2:before {
   width: 100px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background:  #f7a13e;
    content: '';
}
.heading-section-abt h2:before{
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    margin: 0 auto;
    background:  #f7a13e;
    content: '';
}
/* properties  end */

/* why choose us */

#why_choose.why_choose
{
    background: #fff;
}
#why_choose.why_choose .why_choose_sign_box 
{
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 30px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
}

#why_choose.why_choose .why_choose_sign_box  h4 {
    font-size: 18px;
    margin: 15px 0;
}
#why_choose.why_choose .why_choose_sign_box  p {
    text-transform: capitalize;
    font-size: 14px;
}

#why_choose.why_choose .why_choose_sign_box span.cont_number
{
    font-size: 30px;
    font-weight: 700;
    color: #222222;
}

/* testimonial section */
#testimonials.testimonial_section
{
	background-image: url(../image/testimonial/img17.jpg);
	background-size: 100%;
	background-attachment: fixed;
	position: relative;
	color: #ffffff;
 
}

#testimonials.testimonial_section .testimonial_inner_matter
{
    padding: 20px;
    background: transparent;
    text-align: center;
    box-shadow: none;
}
#testimonials.testimonial_section h2
{
    color: #ffffff;
}
#testimonials.testimonial_section .testimonial_inner_matter img {
    vertical-align: middle;
    margin-bottom: 20px;
    border-radius: 100%;
    max-width: 100px;
}
#testimonials.testimonial_section .testimonial_inner_matter h6
{
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
	font-family: 'Poppins', sans-serif;
}
#testimonials.testimonial_section .testimonial_inner_matter h5
{
    margin-top: 10px;
    font-size: 15px;
    color: #f7a13e;
    font-family: 'Poppins', sans-serif;
}

/* agent section */
#agent{
  background-color: #f5f5f5;
}
.agent-member {
  text-align: center;
  margin: 30px 0px;
}
.agent-member .agent-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;

}
.agent-member .agent-thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  opacity: 0;
  border: 2px solid #f7a13e;
  border-bottom: none;
  background: rgba(236, 200, 160, 0.14);
  bottom: -1px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.agent-member .agent-thumbnail .social-media {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
.agent-member .agent-thumbnail .social-media a {
  display: inline-block;
}
.agent-member .agent-thumbnail .social-media a i {
  font-size: 20px;
  color: #f7a13e;
  background: #fff;
  width: 40px;
  line-height: 40px;
  height: 40px;
  transition: all 0.9s ease;
}
.agent-member .agent-thumbnail .social-media a.facebook:hover i {
  background: #507CBE;
  color: #fff;
}
.agent-member .agent-thumbnail .social-media a.twitter:hover i {
  background: #63CDF1;
  color: #fff;
}
.agent-member .agent-thumbnail .social-media a.google:hover i {
  background: #F16261;
  color: #fff;
}
.agent-member .agent-thumbnail .social-media a.linkedin:hover i {
  background: #90CADD;
  color: #fff;
}
.agent-member .info {
  background: #f7a13e;
  padding: 15px;
}
.agent-member .info h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.agent-member .info p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}
.agent-member .info .profile-link {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.agent-member .info .profile-link i {
  vertical-align: middle;
  margin-right: 5px;
}
.agent-member .info .profile-link:hover {
  color: #4caf50;
}
.agent-member:hover .agent-thumbnail {
  background: #f1f1f1;
}
.agent-member:hover .social-media {
  transform: translateY(-45%);
}
.agent-member:hover .overlay {
  opacity: 1;
}
.agent-listing {
  border: 1px solid #eee;
  padding: 15px 0px;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -0-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.agent-listing:hover {
  box-shadow: 0px 0px 5px 1px rgba(60, 144, 190, 0.13);
}
.profile-description .agent-title {
  font-size: 16px;
  line-height: 20px;
  color: #2d2d2d;
}
.profile-description .position {
  margin-bottom: 5px;
  color: #999;
}
.profile-description p {
  font-size: 13px;
}
.profile-description .profile-contact {
  margin: 15px 0;
}
.profile-description .profile-contact li {
  font-size: 14px;
}
.profile-description .profile-contact li span {
  font-weight: 700;
  margin-right: 5px;
}
.profile-description .profile-social li {
  display: inline-block;
  margin-right: 16px;
}
.profile-description .profile-social li a {
  font-size: 30px;
  display: inline-block;
  color: #999;
}
/* Menu wrapper */
.products_section
{
	background:#f5f5f5;
}
#menu.products_section .product-thumb
{
	min-height: 370px;
    margin-bottom: 30px;
    border: 1px dashed #eeeeee;
	background: #ffffff;
}
#menu.products_section .product-thumb .image
{
    margin-bottom: 20px;
	position: relative;
}
#menu.products_section .product-thumb .image img 
{
	width:100%;
}
#menu.products_section .product-thumb .caption
{
    text-align: center;
}
#menu.products_section .product-thumb .caption .rating i
{
    font-size: 14px;
    color:#797979;
    margin-bottom: 8px;
}

#menu.products_section .product-thumb .caption .rating i.fa-star
{
    color:#f8d00e;
}
#menu.products_section .product-thumb .caption h4
{
    margin-bottom: 8px;
}
#menu.products_section .product-thumb .caption .price .price-old {
    color: #797979;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 13px;
}
#menu.products_section .product-thumb .caption .price .price-new
{
	text-align: center;
    font-size: 18px;
    margin-top: 7px;
    color: #f7a13e;
}
#menu.products_section .product-thumb .sale {
    position: absolute;
    left: 10px;
    top: 10px;
    min-width: 54px;
    color: #222222;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 5px;
    background: transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
}
#menu.products_section .product-thumb .caption button i {
    margin-right:3px;
}



#menu .modal-content {
    background-color: #ffffff;
    border-radius: 5px;
	border: 0;
}
#menu .form-control {
    border: 1px dashed #eeeeee;
    border-radius: .25rem;
	outline: 0;
}
#menu .form-control:focus {
    outline: 0;
    box-shadow: none;
}
#menu .modal-header {
    background: #222222;
	border: 0;
}
#menu .modal-footer {
    border-top: 1px dashed #eee;
    background: #fffaf3;
}
#menu button.close {
    outline: 0;
}
#menu .modal-header h4
{
	color:#ffffff;
}
#menu .close {
    float: right;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* products page  */
#menu_products .single_product_image .sale
{
    position: absolute;
    left: 35px;
    top: 20px;
    min-width: 4rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    height: 2rem;
    z-index: 1;
    text-align: center;
    letter-spacing: 0;
    border-radius: 5px;
    background: #222222;
}
#menu_products .single_products_left_side .rating i
{
    font-size: 14px;
    color: #ffd200;
    margin-bottom: 8px;
}
#menu_products .single_products_left_side .rating span.border {
    padding: 0 10px;
}
#menu_products .single_products_left_side .rating a {
    color:#797979;
}
#menu_products .single_products_left_side .rating a i {
    color:#f7a13e;
}
#menu_products .single_products_left_side .in-stock
{
    background: transparent;
    border: 2px solid #222222;
    color: #222222;
    padding: 4px;
    text-align: center;
    border-radius: 30px;
    max-width: 110px;
	margin-bottom: 20px;
}
#menu_products .single_products_left_side .price-block {
	position: relative;
	margin-bottom: 10px;
}
#menu_products .single_products_left_side .price-box {
	display: block;
	margin: 0px;
	padding: 15px 0px;
	position: relative;
	min-height: inherit;
}
#menu_products .single_products_left_side .price-box {
	border-bottom: 0px solid #eee;
	margin: 0;
	padding: 0;
}
#menu_products .single_products_left_side .old-price {
	margin: 0px;
	margin-top: 0;
	display: inline-block;
}
#menu_products .single_products_left_side .special-price {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#menu_products .single_products_left_side .old-price .price {
	font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
    color: #797979;
    text-decoration: line-through;
}
#menu_products .single_products_left_side .price {
	font-size: 26px;
    color: #222222;
    font-weight: normal;
}
#menu_products .single_products_left_side .price-label {
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    color: #666;
    display: none;
}
#menu_products .single_products_left_side .old-price .price-label {
    color: #777777;
    display: none;
    white-space: nowrap;
}
#menu_products .single_products_left_side .add-to-box {
	padding: 15px 0;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0px;
}
.add-to-box .custom{
	background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

#menu_products .single_products_left_side .add-to-box .btn-cart {
	font-size: 15px;
    text-shadow: none;
    padding: 7px 20px 6px;
    margin-top: 0px;
    margin-left: 15px;
    border: none;
    height: 50px;
    outline: 0;
}
#menu_products .single_products_left_side .add-to-box .btn-cart:hover {
	text-shadow: none;
}
#menu_products .single_products_left_side .add-to-box .icon-basket {
	margin-right: 5px;
}
.add-to-cart .qty, .qty-holder .qty {
	background-color: #FFFFFF;
	border:none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: bold;
}
.add-to-cart .qty {
	height: 48px;
    text-align: center;
    width: 50px;
    vertical-align: top;
    color: #797979;
}
.add-to-cart .qty:focus{ outline:none; border:none}

.qty-input-text {
	float: left;
	margin-left: 10px;
}
.custom button.items-count {
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-size: 12px;
	line-height: 0px;
	padding: 13px 12px 9px 12px;
	height: 48px;
	width: 40px;
	background: transparent;
    border: 0;
    outline: 0;
	color: #f7a13e;
}
.custom button.items-count:hover {
	color: #222222;
}
.email-addto-box {
	display: inline-block;
	margin-top: 20px;
}
.product-view .email-friend a span {
	font-size: 14px;
    font-weight: normal;
}
.product-view .promo-banner {
	margin-top: 20px
}
#menu_products .single_products_left_side ul.add-to-links {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	display: inline-block;
}
#menu_products .single_products_left_side .add-to-links li {
	display: inline-block;
	padding: 0px 7px 0px 0px;
	list-style-type: none;
	margin-bottom: 10px;
}
#menu_products .single_products_left_side .add-to-links span {
	font-size: 14px;
	margin-left: 5px;
	font-weight: normal;
}
#menu_products .single_products_left_side .add-to-links li a:hover {
	color: #fff;
    background: #fe5f6d;
}
#menu_products .single_products_left_side .short-description
{
    font-size: 14px;
    padding: 10px 0px 15px;
    border-bottom: 1px solid #eee;
}
#menu_products .single_products_left_side .email-addto-box {
    display: inline-block;
    margin: 20px 0 10px;
}
#menu_products .single_products_left_side .link-wishlist {
    background: #efecec;
    color: #333;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 38px;
    border: none;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    padding: 0px 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#menu_products .single_products_left_side .link-wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 3px;
}
#menu_products .single_products_left_side .link-compare {
    background: #efecec;
    color: #333;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 38px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    border-radius: 5px;
    padding: 0px 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#menu_products .single_products_left_side .link-compare:before {
    content: "\f012";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 3px;
}
#menu_products .single_products_left_side .email-friend a {
	background:#efecec;
	color: #333;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 38px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
	border-radius:5px;
	padding:0px 15px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
#menu_products .single_products_left_side .email-friend {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: top;
	margin-left: 0px;
}
#menu_products .single_products_left_side .email-friend a:before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size: 14px;
	margin-right: 6px;
}

#menu_products .single_products_left_side .email-friend a:hover {
	color: #fff;
    background: #fe5f6d;
}
#menu_products .single_products_left_side .add-to-links li .separator {
	display: none;
}
ul.shipping-pro {
	padding: 0px 0 0 20px;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
	font-weight: normal;

}
ul.shipping-pro li {
	padding: 3px 0px;
}

/*  tads style */
.product-tabs {
    margin: 25px 0px 0;
    padding: 0px 0px;
    text-align: left;
    width: 100%;
    border: medium none;
    border-radius: 4px;
    line-height: inherit;
    margin-bottom: auto;
    min-height: inherit;
    background: #f5f8ff;
}
.nav-tabs.product-tabs > li {
    display: inline-block;
    float: none;
    margin-bottom: auto;
}
.nav-tabs.product-tabs > li > a {
    color: #333;
    padding: 15px 15px 12px;
    border: none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav-tabs > li > a:hover {
    border: none;
	color: #fff;
    background: #fe5f6d;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1) 0s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 5px;
    color: #fff;
    background: #fe5f6d;
    padding: 15px 15px 12px;
    border: 0px solid #00a6ed;
}
.tab-content > .active {
    margin-top: 10px;
}
.box-tags .input-box input
{
    border: 1px solid #eee;
    float: left;
    margin-top: 0;
    padding: 6px;
    width: 25%;
    border-radius: 4px;
    margin-right: 15px;
	outline:0;
}
.box-tags .input-box
{
    margin-bottom: 15px;
}
.commentlist .avatar {
    width: 70px;
    height: 70px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.commentlist .comment-text {
    overflow: hidden;
    padding-left: 20px;
}
.commentlist .comment {
    list-style: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.rating-box .rating {
    float: left;
    height: 9px;
    background: url(../image/bkg_rating.png) 0 100% repeat-x;
}
.rating-box {
    width: 60px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    background: url(../image/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}
.ratings .rating-box {
    display: inline-block;
}
.eb-Reviews-title
{
    margin-top: 25px;
}
.comment-respond .comment-reply-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding-bottom: 15px;
    margin: 50px 0 30px 0;
    border-bottom: 1px solid #eee;
}
.comment-respond .stars {margin-bottom:20px}

.comment-respond .stars a:first-child {
    padding-left: 0;
}
.comment-respond .stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
    line-height: 12px;
}

.comment-respond .stars a.star-1:before {
    content: "\f005";
}

.comment-respond .stars a.star-2:before {
    content: "\f005\f005";
}

.comment-respond .stars a.star-3:before {
    content: "\f005\f005\f005";
}

.comment-respond .stars a.star-4:before {
    content: "\f005\f005\f005\f005";
}

.comment-respond .stars a.star-5:before {
    content: "\f005\f005\f005\f005\f005";
}
.eb-Reviews .comment-respond .stars a:hover {
    color: #fed700;
}

.comment-respond .form-submit input[type=submit] {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    border-radius: 5px;
	color:#ffffff;
	border:none;
	width:auto
}
.comment-respond .stars a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
    letter-spacing: 2px;
}
.comment-respond .comment-form textarea {
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
}
.comment-respond .comment-form input {
    padding: 8px 10px;
    outline: none;
    color: #999;
    border: 1px solid #eee;
    width: 100%;
    border-radius: 5px;
}
.comment-respond .comment-form label {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #333333;
    display: block;
}
#menu.related_product
{
	padding:50px 0 0 0;
}

/* bolgs page */

#blogs.blog_section .blog_inner_matter
{
    margin-bottom: 30px;
}
#blogs.blog_section {
    padding: 0;
    background: #ffffff;
}

#sidebar_blog.sidebar_blog .image {
    width: 42%;
    float: left;
}

#sidebar_blog.sidebar_blog .blog_text_matter {
    text-align: left;
    width: 50%;
    float: left;
    margin-left: 20px;
}
#sidebar_blog.sidebar_blog .blog_text_matter h3
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#sidebar_blog.sidebar_blog .blog_inner_matter .blog_date {
    padding: 2px 7px;
    font-size: 10px;
    border-radius: 0 8px 0 0;
}
#sidebar_blog.sidebar_blog .blog_inner_matter .admin_and_comments {
    margin: 3px 0 0;
    font-size: 11px;
}
#sidebar_blog.sidebar_blog .blog_inner_matter .admin_and_comments .blog_admin {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
#sidebar_blog.sidebar_blog .btn {
    margin-bottom: 0;
    font-weight: 500;
    padding: 0;
    font-size: 13px;
    border-radius: 0;
    background: transparent;
    color: #333333;
    text-transform: capitalize;
}
#sidebar_blog.sidebar_blog .btn:hover {
    background: transparent;
    color: #222222;
}

.blog_page #sidebar_blog.sidebar_blog .blog_inner_matter {
    margin-bottom: 20px;
}
#tags ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#tags ul li
{
    display: inline-block;
    float: none;
	margin-right: 10px;
    margin-bottom: 10px;
}
.blog_margin
{
    margin-bottom: 20px;
}
.blog_details #blogs.blog_section .blog_inner_matter .admin_and_comments {
    margin: 15px 0 15px;
}

.comment-form .field
{
    margin-bottom: 15px;
}
em.required
{
	color:red;
}

/***** contact page ****/
#contact
{
	background:#f5f5f5;
}
.contact-box-title {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #333333;
}

.contact-box-wrap .top-header-social {
    float: none;
}
.contact-box-wrap .top-header-social li {
    margin-right: 15px;
}
.contact-box-item:first-child {
    padding-top: 0;
}
.contact-box-item + .contact-box-item {
    border-top: 1px solid #eee;
}
.contact-box-item {
    padding-top: 27px;
    padding-bottom: 27px;
}
.contact-box-title + * {
    margin-top: 20px;
}
.contact-box-item .link-inline i
{
    color: #222222;
    margin-right: 5px;
}
.contact-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    border-left: 1px solid #eee;
}

/* 404page */

.not_found
{
    padding: 20px 0;
    text-align: center;
}
.not_found img
 {
    max-width: 400px;
    margin-bottom: 30px;
}
.not_found h2
{
    font-size: 60px;
    letter-spacing: 0;
}
.not_found h1
{
    font-size: 200px;
    display: inline-block;
    padding: 0;
    font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.not_found h1 span
{
   color:#222222;
   
}
.not_found .btn
{
    margin-top: 30px;
    padding: 18px 40px;
}

/* register_page  */
#register .signInclass
{
    margin-top: 14px;
}
#register button.btn
{
    margin-top: 5px;
}

#register ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}
#register ul li
{
    margin-bottom: 20px;
}
#register ul li i
{
    margin-right: 5px;
    color: #222222;
}

#register .registration p {
    margin: 0 0 20px;
}
#register .custom-checkbox
{
    position: relative;
}
#register .custom-checkbox label
{
    margin-left: 20px;
}

#register .eb-form input[type=checkbox] {
    margin-left: 0;
}

.login_box
{
	padding: 40px 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.login_page .login_box
{
	max-width: 900px;
	margin: auto;
}
/**************************************************
	sale  and purchese section  *****************************/

.flip-card{
  background: transparent;
  width: 100%;
  height: 275px;
  perspective: 1000px;
}
.flip-card-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner{
  transform: rotateY(180deg);
  
}
.flip-card-front,
.flip-card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: all  .3s;
  
}
.flip-card-back{
  transform: rotateY(180deg);
  background: #004395;
}
.flip-card-front{
  background-color: #fafafa;
  color: #000;
}

.property.flip-card{
	padding: 0;
	margin-bottom: 30px;
}
.property.flip-card .property__inner{
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  
}
.property.flip-card .property__inner a:hover{
  color: inherit;
}
.property.flip-card .property__image{
  width: 100%;
  height: 100%
}
.property.flip-card .property__image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 0;
 
}
.property.flip-card .property__info{
  padding-top: 45px;
  background: #f7a13e;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.property.flip-card .property__info img{
  width: auto;
}
.property.flip-card .property__info-top{
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.property.flip-card .property__info-top h6{
  color: #fff;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
  text-align: left;
  font-size: 18px
}
.property.flip-card .property__info-top h4{
    color: #f9c322;
    font-size: 20px;
    margin-bottom: 0;
    position: absolute;
    right: 18px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.property.flip-card .property__location p{
  color: #eee;
  font-weight: 300;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.property.flip-card .property__location span{
  padding-left: 10px;
}
.property.flip-card .property__info-middle{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.property.flip-card .property-bottom__list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property.flip-card .property-bottom__list li{
  display: flex;
  align-items: center;
}
.property.flip-card .property-bottom__list li span{
  color: #fff;
  padding-left: 10px;
}
.property.flip-card .property__price{
  color: #09051a;
  font-size: 20px;
  text-align: left;
}

/**************************************************
	sale and purchesh end *****************************/
	
.counterup {
  padding: 6rem 0;
  background: linear-gradient(rgb(247 161 62), rgba(255, 255, 255, 0.8)), url(../image/bg-section.jpg) no-repeat center center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.counterup .section-title {
  padding-bottom: 3.5rem;
}

.counterup .title-icon:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #274abb;
  position: absolute;
  top: 14px;
  left: -80px;
}

.counterup .title-icon:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #274abb;
  position: absolute;
  top: 14px;
  right: -80px;
}

.counterup .title-icon i {
  color: #121B22;
  font-size: 1.8rem;
  margin-top: 1px;
}

.counterup .countr .fa {
  font-size: 3rem;
  color: #f7a13e;
  border-radius: 5px;
  margin-right: 1.5rem;
}

.counterup .countr p {
  font-size: 30px;
  font-weight: 700;
  color: #121B22;
}

.counterup .title-style h2,
.counterup .title-style p {
  color: #274abb;
}

.counterup .title-style span {
  color: #121B22;
}

.counterup .countr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.counterup .count-me h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #121B22;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .counterup .countr h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0 h3 {
    margin-bottom: 0px;
  }

  .counterup .countr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .counterup .countr p {
    padding: 0px;
  }

  h3.specific:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .counterup .countr.mb-0 h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0.last {
    margin-right: 1rem;
  }

  .counterup .countr.mb-0.last h3 {
    margin-bottom: 0px;
  }

  .counterup .countr .fa {
    margin-top: 0px;
  }
}
/*****************************
********************counter end**************/

/**************************************************
	gallery *****************************/
	
#gallery
{
    background: #ffffff;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
}

	
/**************************************************
	gallery end *****************************/





/**************************************************
	contact page *****************************/

.contact .form-control {
    color: #999;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.contact .form-control:focus {
	border: 1px solid #ffffff;
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact .info-box {
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
	background:#ffffff;
	border-radius:3px;
}

.contact .info-box i {
	font-size: 24px;
    color: #f7a13e;
    border-radius: 50%;
    border: 2px dotted #f7a13e;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #222222;
    font-weight: 700;
    margin: 10px 0 10px 68px;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0 68px;
}
.php-email-form
{
    margin-top: 30px;
}

.contact .php-email-form button {
    margin-top: 15px;
}
/**************************************************
	contact end *****************************/
	
	
/**************************************************
	footer *****************************/
#footer {
	padding: 50px 0;
	background: #181818;
	color:#797979;
	font-size: 14px;
	text-align: center;
}
#footer img
{
	max-width: 250px;
    margin: auto;
    display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}
#footer p {
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
  width: 100%;
}

#footer .social-links {
	margin: 0 0 40px 0;
    width: 100%;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222222;
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  line-height:40px;
}

#footer .social-links a:hover {
  background: #f7a13e;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .footer_copyright 
{
    width: 100%;
}
#footer .footer_copyright p
{
	margin:0px;
    font-style: normal;
}
#footer .footer_copyright a
{
	color:#f7a13e;
}
#footer .footer_copyright a:hover
{
	color:#222222;
}

/* ******************************back-to-top scrtion *******************************************/
.back-to-top 
{
  cursor: pointer;
  z-index: 1000;
  background-color: #777;
  width: 43px;
  bottom: 35px;
  right: 10px;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  position: fixed;
  display: block;
  text-align: center;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); 
}
.back-to-top.hidden-top 
{
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.back-to-top:hover {
    background-color: #666;
}
.back-to-top i
{
   font-size: 30px;
    margin: 0;
    color: #fff;
    display: block;
    height: 43px;
    line-height: 40px;
    background: #f7a13e; 
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.back-to-top i:hover
{
    background: #222222; 
}
.back-to-top i:before 
{
    content: '\f102'; 
}

 .float{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

@media screen (max-width: 500px){
    
   .gallery figcaption h2{
       font-size: 16px !important;
   } 
}
/* ****************************** back-to-top scrtion end*******************************************/
