/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Poppins', sans-serif !important;
	font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
.no-padding {
	padding-left:0px!important;
	padding-right:0px!important;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color:#ef642d
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
	background: #0072b8;
	color:#fff;
	padding:10px 20px !important;
	border-radius:3px!important;
	margin-right:10px;
	margin-top:15px;
}
.btn-cancel {
	background:#fc910f;
}  
.btn:hover {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
	position: absolute;
	width:100%;
	top:0;
	z-index:99;
}

header.header-fixed-bar {
	position: fixed !important;
	box-shadow: 1px 8px 9px 0px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 1px 8px 9px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 1px 8px 9px 0px rgba(0, 0, 0, 0.26);
	width: 100%;
	background: #FFF !important;
}

header.header-fixed-bar .top-bar {
	display: none;
}

/* header.header-fixed-bar  .logo {  */
/* padding: 4px 0px 4px 15px; */
/* } */
header.header-fixed-bar .logo img {
	max-width: 80%;
}

header .top-bar {
	background:#fff;
	/*background:#56a7b3;*/
    padding: 0px 0px 30px 0;
    position: relative;
}


header .cont-nav {
	margin: 0;
	position: relative;
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
	display: block;
}

header .cont-nav ul {
	list-style: none;
	margin: 10px 0 0 !important;
}

header .cont-nav ul li {
	float: left;
	border-right: 1px solid #B9B9B9;
}

header .cont-nav ul a {
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .cont-nav ul li:last-child{
	border-right:none;
}
header .cont-nav ul li:first-child a {
	padding-left: 0px;
}

header .cont-nav ul a .fa {
	margin-right: 10px;
	color: #f15c34;
}

header .cont-nav ul a img{
	width: 24px;
    vertical-align: top;
	float:left;
}
header .cont-nav .cont-text{
	float:left;
	padding-left:10px;
	padding-top:5px;
	color: #2B2D37;
}
header .cont-nav .cont-text span{
	font-size:16px !important;
	line-height: 24px;
	font-weight: 600;  
	color: #B9B9B9;
}
/* Start User Nav */
header .user-nav {
	float: right;
    margin: 8px 0 25px;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
	position: relative;
	/* padding:0 15px !important; */
}


header .user-nav ul a {
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500; 
    border-radius: 4px !important;
    text-transform: capitalize;
    color: #FFF !important;
    background:#f69826 ;
	border:1px solid #f69826;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}

header .site-nav {
	display: table;
    margin: 21px 0  !important;
    float: right;
}

header .user-nav ul a img {
	margin-right: 8px;
	max-width: 13px;
	vertical-align: -1px
}

header .user-nav ul a.login {}
header .user-nav ul a.join {
    background: #1176b4;
    border-color: #187ab6;
}
header .user-nav ul a.join .fa {
	color: #fff;
}

header .user-nav ul a:hover {
	 background:transparent !important;
	color: #FFF !important;
	border:1px solid #FFF;
	background: #f69826 !important;
	border:1px solid #f69826;
}
header .user-nav ul a:hover img{
	filter: brightness(0) invert(1);
}
header .logo-bar {
	background: #fff;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 7px 4px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 7px 4px rgb(0 0 0 / 10%);
	display:table;
	margin:0 auto !important;
	top:-45px;
	margin-bottom:-45px !important;
}
header .logo-bar .logo2{
	display:none;
}
header .logo-fixed-bar {
	background: #fff;
	position: fixed !important;
	top: 0;
	z-index: 99;
	width:100%;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo-fixed-bar .logo2 {
	display:inline-block;
	padding:4px 10px 10px;
	vertical-align: top;
}

header .logo-fixed-bar .logo2 img {
	max-width: 80px;
}

header .logo-fixed-bar .logo img {
	max-width: 95px;
    padding: 5px;
    background: #fff;
}
header .logo-fixed-bar .nav-bar{
	display:inline-block;
	vertical-align: top;
	float:right;
	padding-right:0px;
}
header .logo-fixed-bar .site-nav{
	margin: 15px 0 !important;
}

header .logo {
	display: block; 
}

header .logo img {
    max-width: 110px;
    padding: 5px 10px;
    background: #fff;
}
header .social-nav {
	float: right;
	margin-top: 12px;
	margin-bottom: 5px;
	padding: 0 0 0 0px !important;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}
header .social-nav li a:hover .fa {
	color: #d89501 !important;
	background: #FFF;
}
header .social-nav ul {
    list-style: none;
}
header .social-nav li {
    float: left;
    padding-right: 10px !important;
}
header .social-nav li a .fa {
	color: #fff !important;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 13px !important;
	text-align: center;
	border: 0px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

header .social-nav li a .fa-twitter {
	background: #28a8e0;
}

header .social-nav li a .fa-instagram {
	background: #9c389b;
}

header .social-nav li a .fa-youtube {
	background: #d81a1a;
}
header .social-nav li a .fa-linkedin {
	background: #0274b3;
}
/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}
/**/
section.contents {
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/* page banner*/
.banner-bar {
	background: #0072b8 url(../design_img/inner-banner.jpg) no-repeat center center;
    background-size: cover;
    padding: 200px 0 100px;
    position: relative;
}
.banner-bar.culogin-bar{
	background:#f2f2f2;
	padding:160px 0 20px;
}
.banner-bar.culogin-bar .banner-content:before {
  display:none;
}
.banner-bar.culogin-bar .banner-content h1{
	font-size:22px !important;
	line-height:30px;
	margin-bottom:5px !important;
}
.banner-bar.culogin-bar .location {
    padding: 0px !important;
	background:#f2f2f2;
}


.banner-bar .banner-content {
	position: relative;
	padding-left:0px;

}
.banner-bar .banner-content:before{
	position: absolute;
	content:"";
	left:-20px;
	height:100px;
	width:3px;
	background: #1176b4;
	top:0;
}
.banner-bar .banner-content h1 {
	font-weight:700;
	color:#2B2D37;
	text-transform:uppercase;
	position:relative;
	font-family: 'Rubik', sans-serif;
	font-size:32px !important;
	line-height: 40px;	
}

/*location*/ 
.location {
	list-style: none;
    position: relative;
    padding: 10px 15px !important;
    background: #ffffff99;
    display: table;
    overflow: hidden;	
}
.location li {
	color:#999!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  0px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 15px;
	margin-left:10px;
	color: #f68d33 !important;
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color: #f68d33 !important;
	font-size:15px;
	line-height: 24px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#1e70a1 !important;
}
.location li a.active {
	color:#1e70a1 !important;
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px ;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/* download col*/
 .download-col {
	text-align: center;
}
.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform:uppercase
}
.download-col a {
	font-size:14px;
	background:#FABC3D;
	text-transform:uppercase;
	color:#fff!important;
	padding:5px 10px;
	letter-spacing:1.8px;
}
.download-col a:hover {
	background:#666;
}
.download-col img {
	margin:auto;
}
/* contact bar */
.contact-bar {
	 
}  
.contact-bar .cont-nav {
	background:#f5dd96;
	padding:40px;
	overflow:hidden;
}
.contact-bar .cont-nav h3 {
	color:#333; text-transform:uppercase; font-weight:600;
	margin: 0 0 40px 0!important; text-align:left
}
.contact-bar .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.contact-bar .cont-nav ul a {
	display:block;
	color:#333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}
.contact-bar .cont-nav ul a i {
	margin-right:25px;
	float:left;
	margin-top: 4px;
	font-size: 20px;
	width:20px;  
}
.contact-bar .cont-nav ul a span {
	float:left;
	display:block;
	width:calc(100% - 50px );
}
/**/
.contact-bar .main-head{
	 text-align:center;	margin: 30px 0 !important;
}  
.contact-bar .iframe-form{ width:100%; height:400px;}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
border-radius: 3px !important;
	background: #eee; 
	border:0;	color:#999;
	width: 42px !important;
	border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:15px 10px;
	height:auto;
	background:#f6f6f6!important;border-radius: 3px !important;
	border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
	border:0px solid #ececec!important; 
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar .button {
	font-size:16px;
	margin-top:10px;
	
	margin:auto;
	display:table;
}
/*rankers*/
.rankers .achievers {
	background:#fff;
	border:1px solid #eee;
	border-bottom-color:#eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;
	width:100%;
	border-radius:0;
	overflow:hidden;
	margin: auto;
}
.rankers .achievers-container {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
	width:100%;
	height:260px;
	margin-bottom:0px;
	position:relative;
}
.rankers .achievers-pic-container img {
	max-width:100%;
	max-height:100%;
	border-radius:0;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.rankers .achievers-back {
	position:absolute;
	bottom:0%;
	left:0;
	top:0%;
	right:0;
	background:#000;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	height:100%;
}
.rankers .achievers-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rankers .achievers-btn p {
	font-size:14px !important;
	color:#fff!important;
	text-align:center;
	line-height:24px;
}
.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}
.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
	top:50%;
}
/* Index Page css */
.idx-abt-sec{
	padding:60px 0;
	position: relative;
}
.idx-abt-sec img{
	max-width:100%;
}
.idx-abt-sec .top .main-head{
	text-align:center;
	margin-bottom:30px;
}
.idx-abt-sec .abt-right{
	padding:40px 30px 0;
	position: relative;

}
.main-head{
	font-size:32px !important;
	line-height: 40px;
	color: #2B2D37;
	font-weight: 700;
	margin-bottom:20px !important;
	font-family: 'Rubik', sans-serif;
}
.main-head span{
	font-size:14px !important;
	line-height: 25px;
	font-weight: 400;
	color:#fe8830;
	text-transform: uppercase;
	display: block;
	font-family: 'Poppins', sans-serif !important;
}
.idx-abt-sec .abt-right p{
	font-size:15px !important;
	line-height: 25px;
	color:#454545;
	font-weight: 400;
	text-align: justify;
}
.idx-btn{
	min-width: 150px !important;
	padding: 12px 15px !important;
    font-size: 15px !important;
    line-height: 25px;
    background: #f58634;
    border-radius: 4px !important;
    margin-top: 10px;
    color: #FFF !important;
    font-weight: 600;
}
.idx-btn:hover{
   background: #1176b4 !important;
}

 
.idx-choose-sec{
	padding:60px 0 50px;
	position: relative;
	background:#f5f6f6;
}
/*.idx-choose-sec:before{
	position: absolute;
    content: "";
    background-image: url(../design_img/scale-bottom.png);
    background-position: top;
    background-repeat: repeat-x;
    top:-25px;
    width: 100%;
    height: 25px;
} */
.idx-choose-sec .main-head{
	text-align: center;
	text-transform: capitalize;
}
.sm-15{
	float:left;
	width:20% !important;
	padding-left:10px !important;
	padding-right:10px !important;
}
.idx-choose-sec .ftr-blk{
	/* border:1px solid #cfcbcb; */
	position: relative;
	text-align: center;
	padding:15px 10px 5px;
	background:#FFF !important;
	margin-bottom:8px !important;
	margin-top:8px;
	min-height:242px;
}

.idx-choose-sec .ftr-blk .h-icon{
	margin:0 auto 15px !important;
	width:75px;
}
.idx-choose-sec .ftr-blk .h-icon img{
	max-width: 100%;
}
.choose-sec-heading{
	text-align: center;
	margin-bottom:30px !important;
}
.idx-choose-sec .ftr-blk h4{
	font-size:18px !important;
	line-height: 25px !important;
	font-weight: 700;
	margin-bottom:5px !important;
	font-family: 'Rubik', sans-serif;
	color: #2B2D37;
}
.animate-line{
	position: relative;
    z-index: 0;
}
.animate-line:before {
    right: 7px;
    top: 5px;
}
.animate-line:after {
    left: 7px;
    bottom: 5px;
}
.animate-line:after, .animate-line:before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.animate-line:hover:after, .animate-line:hover:before {
    width: 50%;
    height: 50%;
    background: #ffbc13;
}
/* Services Sections */
.idx-services{
	padding:60px 0!important;
	position:relative;
	background:#f5f5f5;
}
.idx-services .services-heading{
	text-align:left;
}
.idx-services .service-blk{
    position:relative;
    border:1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    margin:0 10px;
}
.idx-services .service-blk .inner-box{
    position: relative;
    overflow: hidden;
}
.idx-services .service-blk .inner-box img{
    max-width:100%;
}
.idx-services  .service-blk .inner-box .overlay-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(26,29,31,.5);
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -moz-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}
.idx-services  .service-blk:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
    -moz-transform: translate(0%);
    transform: translate(0%);
}
.idx-services  .service-blk .inner-box .overlay-box .overlay-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}
.idx-services  .service-blk .inner-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.idx-services  .service-blk .inner-box .overlay-box .overlay-inner .content h3{
    position: relative;
    color: #fff;
    font-size: 24px !important;
    line-height:32px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.idx-services  .service-blk .inner-box .overlay-box .purchased {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px 12px;
    display: block;
    color: #fff !important;
    background-color: rgba(246, 136, 51, .8);
}
.idx-services .service-left {
	position: relative;
	bottom:-35px;
}
.idx-services .service-left img{
	max-width: 100%;
}
.idx-services .services-heading h4{
	font-size:30px !important;
	line-height: 45px;
	font-weight: 300;
	margin-bottom:20px !important;
	text-transform: capitalize;
	color:#454545;
}
.idx-services .main-head{
	margin-bottom:0px !important;
}
.idx-services .service-right{
	margin-bottom:30px !important;
}
.idx-facts{
	position: relative;
	padding:40px 0;
}
/*.idx-facts:after{
	position: absolute;
    content: "";
    background-image: url(../design_img/scale-bottom.png);
    background-position: top;
    background-repeat: repeat-x;
    bottom: 0px;
    width: 100%;
    height: 20px;
    z-index: 2;
}
*/
.idx-facts .achi-blk {
	width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 20px 0;
}
.idx-facts .achi-blk .idx-heading{
	width: 50%;
    float: left;
    text-align: right;
    margin-bottom: 0 !important;
}
   .idx-facts .achi-blk .idx-heading span {
	    font-size: 30px !important;
		line-height: 40px;
		color: #080808 !important;
		font-weight: 700;
		margin-bottom: 0px !important;
		font-family: 'Rubik', sans-serif;
		display: inline-block;

}
.idx-facts .achi-blk p.task{
	font-size:18px !important;
	line-height: 25px;
	color: #1176b4 !important;
	text-align:left;
	font-weight: 700;
	margin-bottom: 0 !important;
	width:50%;
	float:left;
}
/* 07-07-2023 */
.inner-abt-sec{
	padding:80px 0;
	position: relative;
}
.inner-abt-sec .inner-abt-left{
	padding:20px 0 10px 0; 
	position:relative;
}
.inner-abt-sec.policy-sec .inner-abt-left{
	padding:0 !important;
}
.inner-abt-sec.policy-sec .note{
	font-weight:700;
	font-size:16px !important;
	line-height:25px;
	color:#ff0404;
	display:block;
}
.inner-abt-sec.policy-sec .inner-abt-left h4{
	font-size:20px !important;
	line-height:27px;
	font-weight:700;
	margin-bottom:10px !important;
}
.inner-abt-sec .inner-abt-left p{
	font-size: 15px !important;
    line-height: 25px;
    color: #454545;
    font-weight: 400;
    text-align: justify;
}
.inner-abt-sec.md-sec .inner-abt-left {
	padding-top:0 !important;
}
.inner-abt-sec.md-sec .inner-abt-right h4{
	font-size:18px !important;
	line-height:25px;
	color:#1176b4;
	font-weight:600;
	text-align:center;
	margin-top:8px !important;
}
.inner-abt-sec.md-sec .inner-abt-right h4 span{
	color:#464646 !important;
	display:block;
	font-size:14px !important;
	font-weight:400;
}
.inner-abt-sec .inner-abt-left ul.pre-list{
	 list-style: none;
	 margin:0 0 10px 0 !important;
}
.inner-abt-sec .inner-abt-left ul.pre-list li {
	display: inline-flex;
    padding: 0px 20px !important;
    font-size: 14px;
	font-weight:500;
    color: #333 !important;
    border-left: 1px solid #7ca9c8;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.inner-abt-sec .inner-abt-left ul.pre-list li:first-child{
	border-left:none !important;
}
.inner-abt-sec .inner-abt-left h4{
	font-size:15px !important;
	line-height:25px;
	font-weight:600;
	color:#1176b4;
	
}

.inner-abt-sec  .inner-abt-right{
	position:relative;
}
.inner-abt-sec  .inner-abt-right img{
	max-width:100%;
}

.inner-abt-sec .inner-abt-left ul.mylist li:before{
	content: "\f2b5";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #1176b4;
    font-size: 15px;
}
.inner-abt-sec.inner-abt-sec2{
	padding: 60px 0 !important;
    position: relative;
    background: #f5f5f5;
}


/*legals*/
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 6px;
	text-align: center !important;
}



/* Legals Section Start */


.legal {
	height: auto;
	padding: 0px 15px 0px 15px !important;
}

.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 0px;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

.legal .product {
	margin: 0 10px 30px;
}

.legal .product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.legal .product-pic-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.legal .product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.legal .product-pic {}

.legal .product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.legal .product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display: none
}

.legal .product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.legal .product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.legal .discount {
	background: #ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.legal .product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	background: transparent;
	margin-top: -56px;
	margin-left: -25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}

.legal .product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 3px 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius: 100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative
}

.legal .product-btn a.cart {
	background: #FFF;
	top: 30px;
	opacity: 0;
}

.legal .product-btn a.view {
	background: #fabc3d;
	bottom: 50px;
	opacity: 0;
}

.legal .product-btn a:hover {
	background: #fff !important;
	color: #fabc3d !important
}

.legal .product-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px !important;
	margin: 10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}

.legal .product-name a {
	color: #333 !important;
}

.legal .product-name span {
	color: #999
}

/* .product-price { */
/* text-transform:capitalize; */
/* text-align:center; */
/* margin-top:5px!important; */
/* margin-bottom: 5px !important; */
/* display:none */
/* } */
/* .product-price .price-before { */
/* color:#999; */
/* text-decoration:line-through; */
/* font-size: 17px; */
/* } */
/* .product-price .price-now { */
/* font-weight:600; */
/* color:#1393dd; */
/* margin:0 5px; */
/* font-size: 17px; */
/* } */
.legal .product-container:hover .product-back {
	visibility: visible;
	opacity: 0.3;
	top: 0;

	bottom: 0%;
}

.legal .product-container:hover .product-pic-container img {
	transform: scale(1);
}

.legal .product-container:hover .product-btn a.cart {
	top: 0;
	opacity: 1;
}

.legal .product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}
.download-col {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 20px 15px;
}
/* 13-07-2023 */
.inn-galler-sec .gallery {
	position: relative;
    overflow: hidden;
    border-radius: 0px;
    height: 220px;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
	display: block;
}


.inn-galler-sec .gallery img {
	transition: all 0.4s ease-in;
	content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    height: auto;
    max-width: 100%;
    
}

.inn-galler-sec .gallery:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* Date 10-12-2024 */
/*properties*/
.col-prop {
    padding: 25px 15px 15px;
    text-align: center;
    margin-bottom:15px;
    background:#f7f7f7;
    border:1px solid #ddd
}

.book{
    background: #f3fdf8; border-color:#b3e5cc;
}
.sold {
    background: #fdf4f3;
    border-color: #e9a48a;
}
.hold {
    background: #fffcf4;
    border-color: #ffdc75;
}
.col-prop .btn{color:#fff!important}
.col-prop .btn-book{ background:#16ad67}
.col-prop .btn-sold{background:#e55621}
.col-prop .btn-hold{background:#ff9c21}

.col-prop p{ margin:10px 0 0 0!important; font-size:12px!important}
.col-prop p b{ display:block;font-size:14px!important; font-weight:700}


/* Properties Details */
.inner-abt-sec .pro-dtl-left{
	position: relative;
}
.inner-abt-sec .pro-dtl-left img{
	max-width:100%;
	border-radius: 20px;
}
.inner-abt-sec .pro-dtl-right{
	padding:10px 15px;
	position: relative;
}
.inner-abt-sec .pro-dtl-right p{
	font-size: 14px !important;
    line-height: 25px;
    color: #454545;
    font-weight: 400;
}
.inner-abt-sec .pro-dtl-right ul.mylist li {
	text-indent:-25px;
	font-size: 14px !important;
    line-height:24px;
	margin-bottom:8px !important;
    color: #454545;
	
    font-weight: 400;
}
.inner-abt-sec .pro-dtl-right ul.mylist li span{
	font-weight: 600;
}
.inner-abt-sec .pro-dtl-right  ul.mylist li:before {
	content: "\f276";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#ffca34;
}
.inner-abt-sec .pro-dtl-right .youtube-links{
	position:relative;
	margin-top:5px;
	
}
.inner-abt-sec .pro-dtl-right .youtube-links .share{
	font-size: 16px !important;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    top: -7px;
}
.inner-abt-sec .pro-dtl-right .youtube-links a{
	margin-left: 15px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
}
.inner-abt-sec .pro-dtl-right .youtube-links a i{
	color: #ef0505;
    margin-top: 10px;
}

.inner-contact-sec{
	padding:80px 0;
	position: relative;
	background:#fff;
}
.map-box{
	width:100%;
	height:300px;
}

.inner-contact-sec2{
	background:#f5f5f5;
	padding:80px 0;
	position: relative;
}
.inner-contact-sec2:before{
	position: absolute;
    content: "";
    top: 0;
    background: url(../design_img/c1.png);
    width: 22%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover
}

.inner-contact-sec2 .ftr-contact {
	display: block;
    width: 100%;
    padding: 20px 17px 10px;
    background: #1176b4;
    margin-bottom: 30px !important;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 80%);
	min-height:148px;
}
.inner-contact-sec2 .ftr-contact .ftr-contact-icon {
	width:60px;
	height:60px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	background:#FFF !important;
	text-align: center;
}

.inner-contact-sec2 .ftr-contact .ftr-contact-icon img {
	max-width: 35px;
    margin-top: 12px;
}

.inner-contact-sec2 .ftr-contact .ftr-contact-text {
	width: calc(100% - 65px);
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}

.inner-contact-sec2 .ftr-contact .ftr-contact-text h4 {
	font-size: 18px !important;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 5px !important;
	color: #FFF;
}

.inner-contact-sec2 .ftr-contact-text p {
	font-size: 15px !important;
	line-height: 24px;
	color: #FFF;
	font-weight: 400;
}

.inner-contact-sec2 .ftr-contact p a {
	color: #FFF !important;
}

.inner-contact-sec2 .main-head span:before {
    background: #fff;
}

.inner-contact-sec2 .idx-btn {
    background: #f58634;
	min-width:150px;
    color: #064e2a;
    height: 55px;
	font-size:16px !important;
	line-height: 25px;
    text-align: center;
	font-weight: 600;
    padding: 0px 38px;
    margin-top: 20px !important;
}
.inner-contact-sec2 .idx-btn:hover{
	background: #333 !important;
}

.inner-contact-sec2 .form-group .form-control {
    border-radius: 0!important;
    box-shadow: none;
    background: none;
    padding: 12px 15px !important;
    height: auto;
}

.inner-contact-sec2 .form-group .form-control:focus {
    box-shadow: none;
    border-color: #f69826;
    color: #454545;
}
.inner-contact-sec2 .main-head span {
    color: #ff8c01;
}

.cont-form {
	margin-top: 50px;
}

.cont-form-left img {
	max-width: 100%;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #7d6741;
	color: #000;
}

.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
	background: #FF0000;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #FF0000;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	padding-left: 5px;
	padding-right: 20px;
}

.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #7d6741;
	color: #171f2c;
}

.form-group textarea.form-control {
	resize: none;
}

/* Date 02-01-2025 */
.my-dashboard{
	position:relative;
	border-bottom:1px solid #e5e5e5;
}
.my-dashboard .my-account-left{
	background: #fff;
    height:auto;
	margin-bottom:30px;
}
.my-dashboard .my-account-left .user-name{
	overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
    padding: 12px !important;
    border-radius: 10px;
    background: #f5f5f5;
}
.my-dashboard .my-account-left .user-name img{
	border-radius: 100%;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    float: left;
    margin-right: 12px;
}
.my-dashboard .my-account-left .user-name strong{
	font-weight: 600;
    color: #87a2b5;
}
.my-dashboard .my-account-left .user-nav-list {
	border-radius: 10px;
    background: #f5f5f5;
    padding: 10px;
}
.my-dashboard .my-account-left .user-nav-list ul{
	list-style: none;
}
.my-dashboard .my-account-left .user-nav-list ul li{
	
}
.my-dashboard .my-account-left .user-nav-list ul li a{
	display: block;
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
}
.my-dashboard .my-account-left .user-nav-list ul li:last-child a{
	border:none;
	padding-bottom:5px !important;
}

/**/
.my-dashboard .dash-col-right{
}
.my-account .right-container {
}
.my-profile.editable {
    display: none;
}
.my-account .right-container h4 {
    font-weight: 700;
    margin-bottom: 15px !important;
    color: #29234c;
}
.my-profile .btn-sub, .my-profile .btn-cancel {
    padding: 8px 20px !important;
    margin-top: 0;
}
.my-profile {
    margin-bottom: 20px;
}
.my-account .right-container h4 {
    font-weight: 700;
    margin-bottom: 15px !important;
    color: #29234c;
}
.my-profile-container h4 a {
    font-size: 12px;
    color: #87a2b5 !important;
    margin-left: 10px;
    font-weight: 400;
}
.my-profile p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    color: #FFF;
	line-height:25px;
	text-align:right;
	margin-top:8px;
    line-height: 24px;
}
.my-profile p span{
	display: block;
    font-size: 14px;
    color: #565656;
    border-bottom: 0px solid #ddd;
    padding-bottom: 4px;
}
.my-account .right-container p {
    font-size: 13px !important;
}
.my-profile .form-group .form-control {
    height: auto;
}
.my-profile.col-profile h4{
	font-size: 20px !important;
    line-height: 27px;
    color: #2B2D37;
    font-weight: 700;
    margin-bottom: 20px !important;
	padding:10px 15px !important;
    font-family: 'Rubik', sans-serif;
}
.my-profile .thumb_block {
    position: relative;
    margin-top: 10px;
}
.my-profile .thumb_block img {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 100%;
    border: 1px solid #eee;
}
.my-profile .thumb_block .btn-thumb {
    background: #f87500;
    color: #fff;
    padding: 4px 8px 5px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    bottom: -5px;
}
.my-profile .btn-sub, .my-profile .btn-cancel {
    padding: 8px 20px !important;
    margin-top: 0;
}
.my-profile .thumb_block input[type=file] {
    visibility: hidden;
    position: absolute;
}
.my-account-right .btn-sub{
	background: #df2d27;
}
.my-account-right .btn-cancel{
	color:#fff !important;
}
section.contents .my-account-right .mytable th{
	background: #4894b7;
}
section.contents .my-account-right .mytable tr:nth-child(odd) {
    background: #f4fcff;
}

.inc-block {
    padding: 18px 25px;
    /* background: #fff; */
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.inc-block .inc-text img {
    width: 30px;
    border-radius: 6px;
    padding: 8px;
    margin-right: 5px;
    vertical-align: -9px;
}
.inc-block .inc-text {
    text-align: left;
    margin-bottom: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff !important;
}
.back-blue {
    background: #223561;
}
.back-orange {
    background: #ff8d2a;
}
.back-pink {
    background: #fb0e0e;
}
.padding-5{
	padding-left:5px !important;
	padding-right:5px !important;
}

.toggle-password {
    position: absolute;
    right: 0;
    width: 10px;
    color: #fff !important;
    text-align: center;
    top: 15px;
    padding: 13px 11px 11px 10px;
    float: right;
    margin-right: 1px;
}
.log-model .toggle-password {
    top: 33px;
    right: 8px;
}
.toggle-password.open-eye {
    background: url(../design_img/icon-show-pwd.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.toggle-password.close-eye {
    background: url(../design_img/icon-hide-pwd.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.my-profile .toggle-password {
    right: 10px;
    top: 31px;
}
.my-account-right .form-group .form-control:focus {
    box-shadow: none;
    border-color: #2a77a6;
    color: #717171;
}

.log-body {
    padding: 180px 0 60px;
    background: url(../design_img/login-back.jpg) no-repeat center right;
    background-size: cover;
}
.log-model {
    width: 95%;
    max-width: 400px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
    -moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
    box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
    border-radius: 10px;
    padding: 20px 40px 40px;
    display: table;
    margin: auto;
}
.log-model h2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    text-align: center;
	font-size: 20px !important;
    line-height:27px;
    color: #2B2D37;
    font-weight: 700;
    margin-bottom: 20px !important;
    font-family: 'Rubik', sans-serif;
}


.log-model .link-forgot {
    text-align: right;
    display: block;
    color: #eb5757 !important;
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 0px;
}


/*********************************************************************************
my table start
***************/
section.contents .mytable {
}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600;
}
section.contents .mytable th {
	background:#3b8334;
	color:#fff;
	font-weight:600;
	vertical-align:middle!important;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	height:40px;
}
section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
	text-align:center;
	font-size:14px;
}
 
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 25px !important;
	font-size:14px
}
ul.mylist li {
	line-height:22px;
	text-indent:-25px;
}
ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#f88530;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#f88530;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background:none;
	padding:8px 12px;
	height:auto;
}
.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left:5px;
	padding-right:20px;
}
 /*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
	text-transform:none!important;
	font-family: 'Poppins', sans-serif!important;
}
.form-group .label-check a {
	color: #fcd80f!important;
}
.form-group .label-check a:hover {
	text-decoration:underline!important
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#1e70a1;
	color:#333;
}
.form-group textarea.form-control {
	resize:none;
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 180px 0 100px;
	background: url(../design_img/login-back.jpg) no-repeat center right;
	background-size: cover;
	position: relative
}

/*
.join-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}
*/
.join-model {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1
}

.join-nav {
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
}

.join-nav .join-nav-container {
	display: table;
	margin: auto;
}

.join-nav ul {
	list-style: none;
	display: flex;
}

.join-nav li {
	float: left;
	margin-right: 10px !important
}

.join-nav li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0px 10px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1
		);
	cursor: default;
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
    cursor: pointer;
    color: #ffcc29 !important;
    font-weight: 700;
}

.join-nav li a.active span {
    color: #ffcc29 !important;
    color: #fff;
}

.join-form-box {
	margin: 25px 0 0;
	padding: 35px 30px 0;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}

.join-form-box h4 {
	color: #0f5c89;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	margin: 0px 0 30px !important;
}

.join-form-box p {
	color: #666;
	font-weight: 600;
	font-size: 18px !Important;
	margin-bottom: 15px !important
}

.join-form-box input[type=file] {
	padding: 6px 9px;
}

.join-form-box .join-type-col {
	display: none
}

.join-form-box .join-type-col.col-active {
	display: block
}

.join-form-box .btn-search {
	background: #fff url(../design_img/icon-search.png) no-repeat center center;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 0;
	height: 38px;
	width: 37px;
	position: absolute;
	top: 26px;
	right: 1px;
	text-align: center;
	background-size: 20px;
	/* padding-right: 50px; */
}

.join-form-box .btn-sub {
	margin: 45px auto -20px;
	display: block;
	border-radius: 25px !important;
	background: #0072b8;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #333 !important;
	color: #fff;
}

.join-form-box .alert {
	margin-top: 40px
}

/* password show hide*/
.toggle-password {
	position: absolute;
	right: 10px;
	width: 10px;
	color: #fff !important;
	text-align: center;
	top: 32px;
	padding: 13px 11px 11px 10px;
	float: right;
	margin-right: 1px;
}

.toggle-password.open-eye {
	background: url(../design_img/icon-show-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggle-password.close-eye {
	background: url(../design_img/icon-hide-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*********************************************************************************
footer styles
***************/
footer {
	position:relative;
	background:#fff url("../design_img/property-background-img.png") center bottom;
	background-repeat:no-repeat;
	background-size:cover;
}
footer .footer-top{
	padding:40px 0 25px;
	border-bottom:1px solid #24bcdb;
}
footer .cont-blk{
	padding:10px 15px !important;
	position: relative;
	background:#f5f5f5;
	margin-bottom:15px !important;
	border-radius:8px;
}
footer .icon-outer {
    width: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
footer .icon-outer img{
	max-width:100%;
}
footer .add-text {
	display: inline-block;
	width:calc(100% - 45px);
    padding-left: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #FFF;
}
footer .add-text h4{
	font-size:18px !important;
	line-height: 27px;
	font-weight: 600;
	margin-bottom:5px !important;
	color: #1176b4;
}
footer .add-text p{
	font-size:14px !important;
	line-height: 24px;
	font-weight: 400;
	color:#FFF;
}
footer .add-text p a{
	color: #0e0e0e !important;
}



/**/
footer .logo {
    width: 160px;
    display: block;
    margin-top: -40px;
    margin-bottom: 20px;
}

footer .logo img {
	max-width: 100%;
}

/**/
footer .abt-sec{
	position: relative;
	padding-right:10px;
}

footer .footer-bar p{
	font-size: 14px !important;
    line-height: 24px;
    color: #0e0e0e!important;
    text-align: left;
    font-weight: 400;
	margin-bottom:0 !important;
}
footer h2 {
	text-align: left;
	color: #1176b4;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 40px !important;
	text-transform: capitalize;
	position: relative;
	font-family: 'Rubik', sans-serif;
}

footer h2:before {
	content: '';
    border-top: 2px solid #f79332;
    width: 50px;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
}

footer .footer-bar .banker-block {}

footer .footer-bar .banker-block img {
	max-width: 150px;
	background: #fff;
	padding: 5px 10px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

footer .footer-bar .banker-block p {
	font-size: 13px !important;
}


footer .footer-bar {
	margin: 70px 0 40px 0;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #fff !important;
}

footer .site-nav ul a {
	font-size: 13px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 0px !important;
}

footer .nav-menu ul li {
	line-height: 25px;
	display: block;
	text-indent: 0px;
}

footer .nav-menu ul a {
	display: block;
	font-size: 15px;
	line-height:25px;
	color: #0e0e0e !important;
}

footer .nav-menu ul a:hover {
	color: #f79439 !important;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
    margin: 20px auto 0 !important;
    text-align: center;
}

footer .social-nav li {
	float: left;
	margin-right: 5px !important;
	line-height: 35px;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}
footer .social-nav li a .fa{
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 18px !important;
	margin: 0px 5px 0px 5px;
}

footer .social-nav ul .fa-facebook {
    background: #3b5a9a;
    border: 1px solid #3b5a9a;
}
footer .social-nav ul .fa-twitter {
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
}
footer .social-nav ul .fa-instagram {
    background: #813cac;
    border: 1px solid #813cac;
}
footer .social-nav ul .fa-youtube {
    background: #f51e1e;
    border: 1px solid #f51e1e;
}


footer .app-outer {
	display: block;
	width: 100%;
}

footer .down-app1 {
	display: block;
    padding: 10px 20px;
    font-size: 15px;
	line-height: 30px;
    font-weight: 600;
    border-radius: 6px !important;
    text-transform: capitalize;
    color: #FFF !important;
    background: #127f95;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
    z-index: 1;
    margin-left: 10px;
}
footer .down-app1:hover {
	background:#FFF !important;
	color:#127f95 !important;
	font-weight: 700;
}
footer .down-app1 img{
	margin-right: 10px;
    max-width: 50px;
    vertical-align: -7px;
	filter: brightness(0) invert(1);
}
footer .down-app1:hover img{
	filter:brightness(1) invert(0);
}


footer p.other-info {
	margin-bottom: 4px !important;
}
footer .sm-gape {
	margin-top: 30px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #1176b4;
	padding: 20px 0 20px !important;
	position: relative;
}
/* footer .footer-bar-bottom:before{
	position: absolute;
    content: "";
    background-image: url(../design_img/footer-strip.png);
    background-position: top;
    background-repeat: repeat-x;
    top: -15px;
    width: 100%;
    height: 20px;
} */

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: center;
	color: #fff;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
    color: #ffcc29;
    font-weight: 600;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #ffb120;
	z-index: 9999;
	font-size: 14px !important;

}

#goTop:hover,
#goDown:hover {
	background: #f5ee2c !important;
	color: #000 !important;
}