@charset "utf-8";
/* CSS Document */

.playfair-display-sc-regular {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-sc-bold {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
}

.playfair-display-sc-black {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: normal;
}

.playfair-display-sc-regular-italic {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: italic;
}

.playfair-display-sc-bold-italic {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: italic;
}

.playfair-display-sc-black-italic {
  font-family: "Playfair Display SC", serif;
  font-weight: 900;
  font-style: italic;
}




body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size:16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#3b3b3b;
	
}

div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, input, textarea, dl, dt, dd {
	padding : 0px 0px 0px 0px;
	margin : 0;
	font-weight:normal;
	vertical-align:baseline;
}
header, footer, section, nav, article, aside {
	display: block;
	padding : 0px 0px 0px 0px;
	margin : 0px;
	font-weight:normal;
	vertical-align:baseline;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
img {
	outline: none;
	border: none;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
.clr {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}
/* ------------------------------------------------------ main css ------------------------------------------------------*/

.wrapper {
	width:100%;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline:none;
	outline:none;
	outline-offset:-2px;
}
.carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
}
.circleRotate {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition:    all 1s ease-in-out;
	-o-transition:      all 1s ease-in-out;
	-ms-transition:     all 1s ease-in-out;
	cursor:pointer;
}
.circleRotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform:    rotate(360deg);
	-o-transform:      rotate(360deg);
	-ms-transform:     rotate(360deg);
}
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: transparent;
	color: #eeeeee;
	width: 52px;
	height: 60px;
	line-height: 52px;
	right: 10px;
	bottom: 110px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: transparent;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-inner img {
	max-width: 100%;
}
.scroll-top-inner {
	line-height: 17px;
	width: 100%;
	display: inline-block;
	text-align: center;
}


/* ------------------------------------------------------ header css ------------------------------------------------------ */


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background-color:#fff;
	height:108px;
	padding:20px 0px;

}


.menu_sec {
	position: relative;
	width: 100%;
}
.menu_sec .navbar-default {
	background-color: transparent;
	border-radius: 0;
	min-height: inherit;
	margin-bottom: 0;
	border: 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-brand {
	float: left;
	height: 81px;
	width:210px;
	font-size: 0;
	text-align: center;
	max-width: 100%;
	position: relative;
	padding:0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar-brand img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.navbar-nav {
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navbar-nav>li {
	padding: 24px 0px 0px  52px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: "Inter", sans-serif;
}

.navbar-nav>li>a {
	color: #333;
	font-size:16px;
	padding: 0 0 0px;
	background-color: transparent !important;
	font-family: "Inter", sans-serif;
	font-weight:600;
}
.navbar-nav li.active a {
	color: #a15c2f;
}
.navbar-nav li a:hover {
	color: #a15c2f;
}


.navbar-nav>li .btn-start {
	color: #fff;
	background-color: #ff0000 !important;
	border-color: #ff0000 !important;
	border-radius:3px !important;
	padding:10px 20px !important;
	position:relative;
	margin-top:-9px;
}
.navbar-nav>li .btn-start.focus, .navbar-nav>li .btn-start:focus, .navbar-nav>li .btn-start.active, .navbar-nav>li .btn-start:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #231f20 !important;
	border-color: #231f20 !important;
}


.btn-appointment {
     color: #fff !important;
     padding:10px 20px !important;
	 font-size:16px !important;
	 margin-left:52px;
	 text-transform:uppercase;
   	 text-decoration:none; display:inline-block;
	background: #A17C2F;
	background: linear-gradient(90deg,rgba(161, 124, 47, 1) 0%, rgba(161, 124, 47, 1) 35%, rgba(201, 162, 74, 1) 100%);
	 margin-top:-11px;
}

.btn-appointment.active, .btn-appointment:focus, .btn-appointment:hover {
     
     text-decoration: none;
	 background: #A17C2F;
	 background: linear-gradient(90deg,rgba(161, 124, 47, 1) 100%, rgba(201, 162, 74, 1) 35%, rgba(201, 162, 74, 1) 0%);
	 color: #fff !important;
}






.navbar-nav > li > .dropdown-menu li {padding: 5px 15px 5px 15px; }
.navbar-nav > li > .dropdown-menu li a { color:#000 !important; font-size:15px !important; margin: 0px 0px 0px 0px; padding:0px; }	
.navbar-nav > li > .dropdown-menu li a:hover { color:#1c3f95 !important;}
.navbar-nav > li > .dropdown-menu { border-radius:8px; padding: 7px 0px;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent !important;
}


.dropdown-menu { position: absolute;  top: 110%; -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;}


/* ------------------------------------------------------ banner css ------------------------------------------------------ */


.banner_sec { background-position:center top; background-repeat:no-repeat; background-size:cover; /*height:696px;*/ margin-top:108px; width:100%; position:relative; padding:85px 0px 90px 0px;}

.banner_cont { float:left; width:100%; max-width:580px; }

.qmaa { width:100%; max-width:390px;  background: rgba(200,160,75,0.2); position:relative; padding:10px 14px 10px 45px; border: 1px #c9a24a solid; border-radius:7px; margin-bottom:14px; font-size:18px; font-weight:600; color:#fff; text-align:left !important;}
.box_icon2 {position: absolute;  left: 10px;  top: 14px;}

.banner_cont h1{ font-size: 60px; line-height:65px; font-family: "Playfair Display", serif; color:#fff;  font-weight:600; padding:10px 0px 30px 0px; }
.banner_cont h1 span {  color:#c9a24a; font-style:italic;}

.banner_cont p { font-size: 20px; line-height:35px;  font-family: "Inter", sans-serif; color:#fff; padding-bottom:40px; }


.banner_cont_smallbox {width:100%; max-width:176px; float:left; background: rgba(200,160,75,0.2); position:relative; padding:20px 15px 20px 15px; border: 1px #c9a24a solid; border-radius:7px;  font-size:18px; font-weight:600; color:#fff; text-align:center !important; margin:0px 10px 20px 0px;}

.banner_cont_smallbox p { font-size: 20px; line-height:26px;  font-family: "Inter", sans-serif; color:#fff; padding-bottom:0px; padding-top:10px; }


.form_step { margin-bottom:15px;}
.form_step_box { width:25%; float:left; text-align:center;}

.fsp { margin-bottom:15px; position:relative; }

.fsp p { font-size:16px; line-height:24px; color:#fff;}
.fsp_no { display:inline-block; background-color:#c9a24a; width:38px; height:38px; line-height:38px; color:#fff; font-weight:18px; font-weight:600; text-align:center; border-radius:100%; margin-bottom:15px;}

.line_dont3 {position: absolute; right: -25%;  top: 23%;}

.fsp_no2 { display:inline-block; border: solid 2px #c9a24a;  width:38px; height:38px; line-height:38px; color:#fff; font-weight:18px; font-weight:600; text-align:center; border-radius:100%; margin-bottom:15px;}



.banner_formsec {width:100%; max-width:560px; float:right; }
.form_top { background-color:#2f4e85; padding:17px 30px 17px 30px; border-radius:10px 10px 0px 0px;}
.form_top h4 { font-family: "Playfair Display", serif; color:#fff;  font-weight:600; font-size:25px;}

.form_body { background: rgba(31,42,68,0.7);  border-radius:0px 0px 10px 10px; padding:40px 30px 30px 30px;}


.form_body h5 { font-family: "Playfair Display", serif; color:#fff;  font-weight:600; font-size:22px; padding-bottom:30px;}

.sky-form .form-group-cus .input input {padding: 5px 58px 5px 20px; height: 58px; outline: none; border: solid 2px #fff; border-radius: 0; background: #fff; font-size:18px; color:#353535; border-radius:5px; margin-bottom:20px; }
.sky-form .form-group-cus .input input span { color:#F00;}

.sky-form .form-group-cus2 .input input {padding: 5px 58px 5px 20px; height: 58px; outline: none; border: solid 2px #fff; border-radius: 0; background: #fff; font-size:18px; color:#353535; border-radius:5px; margin-bottom:18px; background-image: url(../images/calender.png); background-repeat:no-repeat; background-position:97% 15px; }

.btn-search {
    color: #fff;
    background-color: #c8a149;
	border:solid 2px #c8a149;
    font-size:20px;
    padding:10px 40px;
    border-radius:0px;
	font-weight:500;
	height:64px;
	width:100%;
	border-radius:5px;
	
	background-image: url(../images/arrow.png); background-repeat:no-repeat; background-position:97% 21px;
}

.btn-search.active, .btn-search:focus, .btn-search:hover {
    color: #fff;
    background-color: #c8a149;
	border:solid 2px #c8a149;
    text-decoration: none;
}


/* ------------------------------------------------------ home_block1 css ------------------------------------------------------ */

.home_block1 { padding:102px 0px;}

.welcome_pic {border-radius: 25px;}

.welcome_text { padding:20px 0px 0px 20px;}
.welcome_text h2 { font-size: 60px; line-height:65px; color#000; font-family: "Playfair Display", serif; color:#000;  font-weight:600; }
.welcome_text h2 span { Display:block; color:#c9a24a;}

.welcome_text p { font-size: 20px; line-height:35px;  font-family: "Inter", sans-serif; color:#333; padding-top:20px; }


/* ------------------------------------------------------ home_block2 css ------------------------------------------------------ */


.home_block2 { padding:75px 0px 75px 0px; background-color:#f5f5f5;}

.home_block2 .hiw_sec { padding-bottom:90px; text-align:center;}
.home_block2 .hiw_sec h4 {color:#c9a24a; font-size: 20px; line-height:65px; font-weight:600; }
.home_block2 .hiw_sec h3 {font-size: 60px; line-height:65px; color#000; font-family: "Playfair Display", serif; color:#000; padding-bottom:20px; font-weight:500; }
.home_block2 .hiw_sec p {font-size: 20px; line-height:35px;  font-family: "Inter", sans-serif; color:#333; font-weight:400; }


.hiw_box { width:100%; max-width:310px; margin:auto;   text-align:center;}

.hiw_circle { border-radius:100%; background-color:#2f4e85; width:100%; width:140px; height:140px; margin:auto auto 30px auto;  position:relative; }
.img_cen { padding-top:40px;}


.hiw_box_cont { max-height:600px; height:100%; margin-bottom:30px;}
.hiw_box_cont h4 { font-size:25px; color:#000; font-weight:500; line-height:35px; padding-bottom:10px;}
.hiw_box_cont p { font-size:18px; line-height:26px; color:#333; height:110px;}

.no_box { position:absolute; right:5%; top:-8%; background-color:#c9a24a; border-radius:100%; width:46px; height:46px; font-size:20px; font-weight:600; color:#fff; padding-top:8px; }


.line_dont  { position:absolute; right:-108%; top:49%;}
.line_dont2  { position:absolute; right:-108%; top:49%;}






/* ------------------------------------------------------ home_block3 css ------------------------------------------------------ */


.home_block3 { padding:80px 0px 50px 0px; background-position:center top; background-repeat:no-repeat; background-size:cover;}
.home_block3 .hiw_sec { padding-bottom:90px; text-align:center;}
.home_block3 .hiw_sec h4 {color:#c9a24a; font-size: 20px; line-height:65px; font-weight:600; }
.home_block3 .hiw_sec h3 {font-size: 60px; line-height:65px;  font-family: "Playfair Display", serif; color:#fff; padding-bottom:20px; font-weight:500; }
.home_block3 .hiw_sec p {font-size: 20px; line-height:35px;  font-family: "Inter", sans-serif; color:#fff; font-weight:400; }

.mortgage_sec { padding:0px 0px 40px 0px; text-align: center; position:relative; }
.mortgage_box { float:left; margin:0px 1% 30px 1%;  width:18%; /* max-width:220px;*/ border: solid 1px #c9a24a; border-radius:10px; padding:25px 25px 25px 25px; min-height:340px; background-image:url(../images/box_gradient.png); background-position:center bottom; background-repeat:repeat-x;}
.mortgage_box h4 { font-size:25px; line-height:32px; color:#fff; padding-bottom:15px; font-weight:500; padding-top:10px; text-align:left;}
.mortgage_box p {font-size:17px; line-height:25px; color:#fff;  text-align:left; height:100%; min-height:100px;}

/* ------------------------------------------------------ home_block4 css ------------------------------------------------------ */


.home_block4 { padding:120px 0px 120px 0px;}

.welcome_text2 { padding:0px 30px 0px 0px;}

.welcome_text2  h4 {
  color: #c9a24a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding: 0px 0px 20px 0px;
}

.welcome_text2 h2 { font-size: 56px; line-height:65px; color#000; font-family: "Playfair Display", serif; color:#000;  font-weight:600; }
.welcome_text2 h2 span { Display:block; color:#c9a24a;}

.welcome_text2 p { font-size: 20px; line-height:35px;  font-family: "Inter", sans-serif; color:#333; padding:20px 0px; }

.welcome_text2 ul {}
.welcome_text2 li { background-color:#f4ecdb; position:relative; padding:14px 14px 14px 45px; border: 1px #c9a24a solid; border-radius:7px; margin-bottom:14px; font-size:18px; font-weight:600; color:#000; text-align:left !important;}
.box_icon { position: absolute; left:10px; top:17px;}



/* ------------------------------------------------------ footer css ------------------------------------------------------*/


.footer_sec { background-color:#1f2a44; padding:40px 0px 40px 0px; text-align:center; }
.footer_sec p {font-size:18px; font-weight:600; color:#fff; }




























































