
@font-face {
    font-family: 'JosefinSans-Light';
    src: url('/fonts/JosefinSans/JosefinSans-Light.eot');
    src: url('/fonts/JosefinSans/JosefinSans-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/JosefinSans/JosefinSans-Light.woff2') format('woff2'),
        url('/fonts/JosefinSans/JosefinSans-Light.woff') format('woff'),
        url('/fonts/JosefinSans/JosefinSans-Light.ttf') format('truetype'),
        url('/fonts/JosefinSans/JosefinSans-Light.svg#JosefinSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans';
    src: url('/fonts/JosefinSans/JosefinSans-Regular.eot');
    src: url('/fonts/JosefinSans/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/JosefinSans/JosefinSans-Regular.woff2') format('woff2'),
        url('/fonts/JosefinSans/JosefinSans-Regular.woff') format('woff'),
        url('/fonts/JosefinSans/JosefinSans-Regular.ttf') format('truetype'),
        url('/fonts/JosefinSans/JosefinSans-Regular.svg#JosefinSans-Light') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-Bold';
    src: url('/fonts/JosefinSans/JosefinSans-Bold.eot');
    src: url('/fonts/JosefinSans/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/JosefinSans/JosefinSans-Bold.woff2') format('woff2'),
        url('/fonts/JosefinSans/JosefinSans-Bold.woff') format('woff'),
        url('/fonts/JosefinSans/JosefinSans-Bold.ttf') format('truetype'),
        url('/fonts/JosefinSans/JosefinSans-Bold.svg#JosefinSans-Light') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'poppins';
    src: url('/fonts/poppins/poppins_regular/Poppins-Regular.eot');
    src: url('/fonts/poppins/poppins_regular/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/poppins/poppins_regular/Poppins-Regular.woff2') format('woff2'),
        url('/fonts/poppins/poppins_regular/Poppins-Regular.woff') format('woff'),
        url('/fonts/poppins/poppins_regular/Poppins-Regular.ttf') format('truetype'),
        url('/fonts/poppins/poppins_regular/Poppins-Regular.svg#JosefinSans-Light') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "gnb-font";
    src:url("css/gnb_fonts/fonts/gnb-font.eot?v=1");
    src:url("css/gnb_fonts/fonts/gnb-font.eot?v=1#iefix") format("embedded-opentype"),
    url("css/gnb_fonts/fonts/gnb-font.woff?v=1") format("woff"),
    url("css/gnb_fonts/fonts/gnb-font.ttf?v=1") format("truetype"),
    url("css/gnb_fonts/fonts/gnb-font.svg?v=1#gnb-font") format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	box-sizing:border-box;
	text-decoration:none;
}
body{
	background-color:#fff;
	font-size:16px;
	line-height:1.2;
	color:#000;
	overflow-x:hidden;
	font-family: 'JosefinSans-Light';
}
.default_container{
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0 12px;
}
.max_container{
	width:100%;
	max-width:1600px;
	margin:0 auto;
	display:block;
	padding:0 20px;
}
.min_container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:block;
	padding:0 20px;
}
img{
	width:100%;
}
a{
	color:#fff;
	text-decoration:none;
	font-family: 'JosefinSans';
}
p, li{
	font-size:17px;
	line-height:1.7;
	color:#000;
	font-family: 'poppins';
}
h1 {
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    margin-bottom:15px;
}
h2 {
    font-size: 32px;
    line-height: 1.3;
    color: var(--main-color);
    font-family: 'JosefinSans-Bold';
}
h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    font-family: 'JosefinSans-Bold';
}
h4 {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}
h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
h6 {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}
ul, ol{
	list-style:none;
	margin:0;
	padding:0;
}
h2.border_b {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
h2.center {
    text-align:center;
}
.padd{
	padding:100px 0;
}
.t_padd{
	padding-top:100px;
}
.b_padd{
	padding-bottom:100px;
}
.first_child{
	padding-top:0 !important;
	margin-top:0 !important;
}
.last_child{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.form-control{
	color:#888;
	padding:4px 6px;
	height:auto;
	border: 1px solid #ccc;
}
a.ul{
	text-decoration:underline;
}
a.ul:hover{
	text-decoration:none;
}
.slick-track a:focus{
	outline:0;
}
.ma_link{
	padding: 15px 30px;
	font-size:20px;
	line-height:1.3;
	background-color:var(--main-color);
	color:#fff;
	display:table;
	text-align:center;
	transition:var(--ease);
}
.ba_link {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    display: table;
    text-align: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    font-family: "JosefinSans";
    transition: var(--ease);
}
.ba_link:hover{
    border: 1px solid var(--secondary-color);
	background-color:var(--secondary-color);
}

.aa_link{
	padding:5px 10px;
	font-size:16px;
	line-height:1.3;
	background-color:var(--secondary-color);
	color:#fff;
	display:table;
	text-align:center;
	transition:var(--ease);
}
.ma_link:hover, .aa_link:hover{
	background-color:var(--secondary-color);
}
.clamp_1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main_banner {
    position: relative;
}
.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22222299;
    transition: all 250ms ease;
    z-index: 9;
}
.line_css {
    padding-left: 60px;
	position:relative;
	margin-bottom: 30px;
}
.line_css:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    background: var(--main-color);
    height: 2px;
    transform: translateY(-50%);
}
/*user register*/
.ap_wrapper p, #content_holder strong,  #content_holder .col-md-1{
	font-size:18px !important;
}
.talbies_register .field-title{
	font-size: 16px !important; 
}
.talbies_register .applicant_form_des{
	padding:0;
}
#search_attr_0 label, #search_attr_0 span {
    font-size: 14px;
    margin-bottom: 5px;
}
.container-fluid.applicant_form_des .form-control:focus {
    border-color: var(--secondary-color);
}
@media (max-width:1200px){
.latest .row .properties_card:first-child {
    margin-top: 20px !important;
}
}
@media (max-width:992px){
.form_row_one .pl0, .input_outer, #content_holder .sel-ai {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0px !important;
}
.col-md-1.radius_btn_grp, #extra_btn{
	margin:0 !important;
}
.input-group {
    width:100% ! important;
}
}
/*additional page home link way to home*/

.way_to_home {
    padding: 60px  0 40px;
}
.home_and_links {
    padding: 10px;
    background-color: #ebebeb;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'JosefinSans-Light';
}
.home_and_links a{
	color:var(--secondary-color);
	margin-right:10px;
}
.home_and_links p{
	color:#888;
}
.home_and_links .fa{
	color:#888;
	margin-right:10px;
}
.bg_fa{
	background-color:#fafafa;
}

/*Additional pages*/

.ap_wrapper p, #content_holder strong, #content_holder .col-md-1{
	font-size:16px !important;
}

.top_zero{
	padding-top:0 !important;	
	margin-top:0 !important;	
}
.bottom_zero{
	padding-bottom:0 !important;	
	margin-bottom:0 !important;	
}
.center_text{
	text-align:center;
}
.ap_wrapper .ca_link {
    display: table;
    padding: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    display: table;
    text-align: center;
    background-color: var(--secondary-color);
    transition: var(--ease);
}
.ap_wrapper .ca_link:hover {
	background-color: #444;
}
.ap_wrapper .list_items{
	list-style:none;
	padding-left: 25px;
	margin-bottom:10px;
}
.ap_wrapper .list_items li{
	position:relative;
	font-size:15px;
	margin-bottom: 5px;
}
.ap_wrapper .list_items li:before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: -25px;
    font-family: fontawesome;
    font-size: 18px;
    color: var(--secondary-color);
}
.ap_wrapper .list_items li:last-child{
	margin-bottom:0;
}
.ap_wrapper .order_items{
	list-style:decimal;
	padding-left: 25px;
	margin-bottom:10px;
}
.ap_wrapper .order_items li{
	position:relative;
	font-size:16px;
	margin-bottom: 5px;
}
.ap_wrapper .order_items li:last-child{
	margin-bottom:0;
}
.ap_wrapper section{
	padding:60px 0;
}
.ap_wrapper h1.border_b {
    font-size: 38px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #000;
}
.ap_wrapper h2.border_b{
	font-size:32px;
	font-family: 'JosefinSans-Light';
}
.ap_wrapper p{
	font-size:16px;
	margin-bottom:10px;
	font-family: 'JosefinSans-Light';
}
.ap_wrapper p.subtitle{
	font-size:22px;
}
.ap_wrapper .welcome_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 30px;
    margin: 40px 0 30px;
}
.ap_wrapper .welcome_grid.three{
    grid-template-columns: repeat(3, 1fr);
}
.welcome_cards {
    border: 1px solid #eee;
    padding: 40px;
}
.welcome_cards.padd_b{
	margin-bottom:20px;
}
h3.border_b {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: bold;
}
.ap_wrapper .flex_button a:first-child{
	margin-right:10px;
	margin-bottom:10px;
}
.ap_wrapper .flex_button{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}


/*Additional pages*/

@media (max-width:1120px){
.ap_wrapper h1.border_b {
    font-size: 32px;
}
.ap_wrapper h2.border_b {
    font-size: 24px;
}
.ap_wrapper .welcome_grid.three {
	grid-gap: 20px;
}
.ap_wrapper .welcome_grid.three .welcome_cards {
    padding: 20px;
}
}
@media (max-width:992px){
.ap_wrapper .welcome_grid.three {
    grid-template-columns: auto;
}
}
@media (max-width:768px){
.ap_wrapper h1.border_b {
    font-size: 26px;
}
.ap_wrapper h2.border_b {
    font-size: 18px;
}

.ap_wrapper .welcome_grid {
    grid-template-columns: auto;
    grid-gap: 20px 30px;
}
.ap_wrapper .welcome_grid {
    margin: 20px 0 20px;
}
.ap_wrapper p, #content_holder strong, #content_holder .col-md-1 {
    font-size: 14px !important;
}
.ap_wrapper p.subtitle {
    font-size: 18px !important;
}
h3.border_b {
    font-size: 18px;
}
}
@media (max-width:580px){}
@media (max-width:350px){
.ap_wrapper .ca_link{
		width:100%;
}
.ap_wrapper .flex_button a:first-child {
    margin-right: 0;
}
.ap_wrapper .welcome_grid.three .welcome_cards, .welcome_cards.padd_b {
    padding: 10px;
}
}

