* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	/*overflow-x: hidden;*/
	font-family: Georgia;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
a:focus {
	outline: none;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
h1 {
	font-family: Georgia;
	font-weight: bold;
	color: #303030;
	font-size: 62px;
	padding-bottom: 30px;
}
h2 {
	font-family: Georgia;
	font-size: 52px;
	color: #565656;
	padding-bottom: 30px;
}
h2 a {
	color: #a28a32;
	text-decoration:none;
}
h2 a:hover, h2 a:focus {
	color: #a28a32;
	text-decoration:none;
}
h3 {
	font-family: Georgia;
	color: #565656;
	font-size: 30px;
	padding-bottom: 30px;
}
h4 {
	font-family: Georgia;
	color: #161616;
	font-size: 26px;
	padding-bottom: 25px;
}
p {
	font-family: Georgia;
	color: #6f6f6f;
	font-size: 21px;
	padding-bottom: 25px;
}
.btn-default {
	color: #fff;
	background-color: #a28a32;
	border: none;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 5px;
	transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
}
.btn-default:hover, .btn-default:focus, btn-default:active {
	background-color: #bca349 !important;
	color: #fff !important;
	box-shadow: none !important;
}
.btn-default span {
	border: solid 1px #cebc77;
	padding: 20px 90px;
	display: inline-block;
}
.jumbotron {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.jumbotron .logo {
	position: absolute;
	left: 150px;
	top: 0px;
	z-index: 99;
}
.jumbotron .bannerTextBox {
	position: absolute;
	left: 150px;
	right: 150px;
	top: 30%;
	z-index: 99;
	text-align: center;
}
.jumbotron h1 {
	font-size: 85px;
	color: #444343;
	line-height: 75px;
	font-weight: normal;
	padding-bottom: 20px;
}
.jumbotron p {
	font-size: 35px;
	color: #444343;
	line-height: 35px;
	padding-bottom: 20px;
}
.jumbotron .mouseBox {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 30px;
	top: auto;
	text-align: center;
	z-index: 99;
	width: 31px;
	height: 100px;
	margin: 0px auto;
}
.jumbotron .mouseBox-img {
	position: absolute;
	animation: updown 1.5s infinite;
	-webkit-animation: updown 1.5s infinite;
	-moz-animation: updown 1.5s infinite;
}
@keyframes updown {
0% {
top:15px;
}
50% {
top:40px;
}
100% {
top:15px;
}
}
.navbar-default {
	background-color: #000;
	border: none;
}
.navbar-default .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-default .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
.navbar-nav {
	width: auto;
}
/*.navbar-default .container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}*/
.navbar {
	border-radius: 0px;
	position: relative;
	min-height: 70px;
	margin-bottom: 0px;
	border: none;
}
.navbar-nav {
	float: none;
}
.navbar-nav > li {
	float: left;
	width: 10%;
}
/*.navbar-nav > li:first-child {
	width: 6%;
}
.navbar-nav > li:nth-child(2) {
	width: 6%;
}
.navbar-nav > li:nth-child(2) {
	width: 8%;
}
.navbar-nav > li:nth-child(5) {
	width: 12%;
}
.navbar-nav > li:nth-child(6) {
	width: 7%;
}
.navbar-nav > li:nth-child(10) {
	width: 7%;
}
.navbar-nav > li:nth-child(9) {
	width: 15%;
}*/
.navbar-default .navbar-nav > li > a {
	color: #606060;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #a28a32;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #a28a32;
	background-color: transparent;
}
.navbar-nav > li > a {
	padding: 0;
	/*padding: 25px 39px;*/
	border-right: solid 1px #1d1d1d;
	text-align: center;
	display: block;
	line-height: 70px;
}
/*.navbar-nav > li:nth-child(9) a {
border-right: none;
}*/
.navbar-nav > li:last-child a {
	border-right: none;
	color: #fff;
	background-color: #a28a32;
}
.navbar-nav > li:last-child a:hover, .navbar-nav > li:last-child a:focus {
	background-color: #bca349;
	color: #fff;
}
.applyBtn {
	color: #fff;
	background-color: #a28a32;
	float: right;
	padding: 27px 48px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.applyBtn:hover, .applyBtn:focus {
	background-color: #bca349;
	text-decoration: none;
	color: #fff;
}
.applyNowBtn {
	font-weight: bold;
	color: #a28a32;
	margin-top: 10px;
}
/*.navbar-nav > li:last-child {
float: right;
}*/

.aboutSec {
	padding: 130px 0px;
	position: relative;
}
.aboutSec .playIcon {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 20%;
	width: 80px;
	margin: 0 auto;
	z-index: 99;
}
.aboutSec .aboutTextBox {
	padding: 50px 90px 100px 90px;
	position: relative;
	border: solid 1px #a48d38;
	background-color: #ececec;
	margin: -120px auto 0px auto;
	max-width: 80%;
	z-index: 99;
}
.aboutSec .aboutImage {
	position: relative;
}
.aboutSec .aboutImage::before {
	content: "";
	border: solid 1px #b4a04e;
	position: absolute;
	left: 25px;
	right: 25px;
	top: 25px;
	bottom: 25px;
	z-index: 9;
}
.aboutSec .btnBox {
	position: relative;
	margin-bottom: -135px;
}
.airplanesec {
	padding: 130px 0px 100px 0px;
}
/*.airplanesec .aboutImage {
position: relative;
}
.airplanesec .aboutImage::before {
content: "";
border: none;
}*/
.airplanesec h2 {
	background-image: url(../img/heading-style.png);
	background-position: right 25px;
	background-repeat: no-repeat;
}
.hardMoneySec {
	padding: 80px 0px;
	background-image: url(../img/hrt-bg-rept.jpg);
	background-position: left top;
	background-repeat: repeat;
}
.hardMoneySec p {
	padding-bottom: 0px;
	color: #71828b;
}
.mortgagesSec {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.mortgagesSec h1 {
	color: #fff;
}
.mortgagesSec p {
	color: #d3d2d2;
}
.mortgagesSec .yellow {
	color: #a28a32;
	font-weight: bold;
}
.mortgagesSec .col-md-5, .mortgagesSec .col-md-7 {
	padding-left: 0px;
	padding-right: 0px;
}
.mortgagesSec .textBox {
	position: relative;
	padding: 0px;
	margin: 0px;
}
.mortgagesSec .textBox figure::before {
	content: "";
	border: none;
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9;
}
.mortgagesSec .textBox .textBoxMid {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 25%;
}
.mortgagesSec figure {
	padding: 0px;
	margin: 0px;
	position: relative;
}
.mortgagesSec figure::before {
	content: "";
	border: solid 1px #fff;
	position: absolute;
	left: 25px;
	right: 25px;
	top: 25px;
	bottom: 25px;
	z-index: 9;
}
.applyNowSec {
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.applyNowSec .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}
.applyNowSec .applyNowImg {
	position: relative;
}
.applyNowSec .applyNowImg::before {
	content: "";
	border: solid 1px #9e8e48;
	position: absolute;
	left: 40px;
	right: 40px;
	top: 40px;
	bottom: 40px;
}
.applyNowSec .textBox {
	padding: 0px;
	position: absolute;
	left: 8%;
	right: 8%;
	top: 25%;
}
.applyNowSec h1 {
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 58px;
	color: #fff;
}
.applyNowSec p {
	padding-bottom: 50px;
	font-size: 28px;
	color: #fdf5d8;
}
.brokersSec {
	padding: 0px;
	overflow: hidden;
}
.brokersSec h1 {
	color: #fff;
	background-image: url(../img/heading-bar.png);
	background-position: left 80px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.brokersSec p {
	color: #fff;
}
.brokersSec .col-md-4, .brokersSec .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
}
.brokersSec .leftImg {
	position: relative;
}
.brokersSec .leftImg::before {
	content: "";
	border: solid 1px #fff;
	position: absolute;
	left: 25px;
	right: 25px;
	top: 25px;
	bottom: 25px;
	z-index: 9;
}
.brokersSec .rightImg {
	position: relative;
}
.brokersSec .rightImg .textBox {
	position: absolute;
	left: 140px;
	top: 200px;
	z-index: 9;
	width: 410px;
}
.testmoniSec {
	padding: 150px 230px;
}
.testmoniSec .fa {
	font-size: 50px;
	color: #a18a32;
	padding-bottom: 20px;
}
.testmoniSec .carousel-control.left {
	background-image: none;
	width: 40px;
	top: 26%;
	background-color: #fff;
}
.testmoniSec .carousel-control.right {
	right: 0;
	left: auto;
	width: 40px;
	top: 26%;
	background-color: #fff;
	background-image: none;
}
.testmoniSec .carousel-inner > .item {
	padding: 0px 13%;
}
.testmoniSec .carousel-control .fa-angle-left, .testmoniSec .carousel-control .icon-prev {
	margin-left: -10px;
	font-size: 100px;
	color: #7f7f7f;
	text-shadow: none;
}
.testmoniSec .carousel-control .fa-angle-right, .testmoniSec .carousel-control .icon-next {
	margin-right: -10px;
	font-size: 100px;
	color: #7f7f7f;
	text-shadow: none;
}
.mapSec {
    padding: 0;
    pointer-events: none;
    position: relative;
}
.contactSec {
	width: 430px;
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 160px;
	text-align: center;
	margin: 0px auto;
	background-color: transparent;
}
.mapPing {
	float: left;
	margin-right: 15px;
}
.contacttext {
	padding: 20px 120px 25px 24px;
	background-color: #f5f5f5;
	border: 2px solid #dee4e7;
	float: left;
}
.contacttext ul li {
	text-align: left;
	font-size: 15px;
	color: #636363;
	font-family: 'Lato', sans-serif;
}
.contacttext ul li a {
	color: #636363;
	text-decoration: none;
}
.frmSec {
	padding: 0px;
}
.frmSec h1 {
	font-family: Georgia;
	font-weight: bold;
	color: #1b1b1b;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.frmSec p {
	font-family: Georgia;
	color: #b39841;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 40px;
}
.frmSec .form-group {
	margin-bottom: 30px;
}
.frmSec .form-control {
	height: auto;
	padding: 10px 12px;
	font-size: 11px;
	color: #929292;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	border-radius: 0px;
	box-shadow: none;
}
.frmSec .form-control:focus {
	border-color: #b39841;
	outline: 0;
	box-shadow: none !important;
}
.frmSec .frmBox {
	padding: 30px;
	background-color: #fff;
	position: relative;
	margin-top: -140px;
}
.frmSec .frmBox .frmBoxBlock {
	padding: 50px 23%;
	border: solid 2px #a18a32;
}
footer {
	padding: 0px;
	margin: 0px;
}
footer h1 {
	color: #fff;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-bottom: 30px;
}
footer h3 {
	color: #1b1b1b;
	font-size: 42px;
	font-family: Georgia;
	padding-bottom: 0px;
}
footer h3 a {
	color: #a28a32;
	text-decoration: none;
}
footer h3 a:hover, footer h3 a:focus {
	color: #826c0f;
	text-decoration: none;
}
footer p {
	color: #757575;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-bottom: 25px;
}
footer .yellow {
	color: #cbb66b;
}
footer .rightBorder {
	border-right: solid 1px #303030;
	min-height: 340px;
}
footer ul {
	padding: 0px;
	margin: 0px;
}
footer ul li {
	padding: 0px;
}
footer ul li a {
	color: #757575;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-bottom: 2px;
	text-decoration: none;
	display: block;
}
footer ul li a:hover, footer ul li a:focus {
	color: #cbb66b;
	text-decoration: none;
}
footer address {
	color: #757575;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
footer address a {
	color: #757575;
	text-decoration: none;
}
footer address a:hover, footer address a:focus {
	color: #cbb66b;
	text-decoration: none;
}
.footerTop {
	padding: 70px 0px;
	margin: 0px;
	background-color: #e7e7e7;
}
.footerTop ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.footerTop ul li {
	padding: 0px 25px;
	display: inline-block;
}
.footerTop ul li a {
	color: #9a9a9a;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
}
.footerTop ul li a:hover, .footerTop ul li a:focus {
	color: #a18a32;
	text-decoration: none;
}
.footerTop ul li .fa {
	font-size: 16px;
	padding-right: 5px;
}
.footerMid {
	padding: 80px 0px;
	margin: 0px;
	background-color: #181818;
}
.footerMid .container-fluid {
	padding-left: 140px;
	padding-right: 140px;
}
.footerMid .btn-default {
	margin-top: 20px;
}
.footerMid .btn-default span {
	padding: 10px 50px;
}
.footerBottom {
	padding: 50px 0px;
	margin: 0px;
	background-color: #000;
}
.footerBottom p {
	font-family: 'Lato', sans-serif;
	color: #9b9a9a;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
}
.footerBottom p a {
	color: #a18a32;
	text-decoration: none;
}
.footerBottom p a:hover, .footerBottom p a:focus {
	color: #b89e47;
	text-decoration: none;
}
.footerBottom p small {
	font-size: 12px;
	color: #6a6a6a;
	padding-bottom: 0px;
}
.footerBottom p small a {
	color: #6a6a6a;
	text-decoration: none;
}
.footerBottom p small a:hover, .footerBottom p small a:focus {
	color: #a18a32;
	text-decoration: none;
}
.gotop {
	position: fixed;
	right: 10px;
	bottom: -100px;
	cursor: pointer;
	z-index: 999;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	opacity: 0;
}
.gotop .fa {
	background-color: #b09638;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 25px;
	text-align: center;
	border-radius: 50%;
}
.gotop .fa:hover {
	background-color: #bca349;
	color: #fff;
}
.gotop-show {
	bottom: 50px;
	opacity: 1;/*right:10px;
transform:rotate(360deg);
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);*/
}
/*about page ccs st*/
.well {
	padding: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
.innerbanner {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.innerbanner .innbanImg {
}
.innerbanner .logo {
	position: absolute;
	left: 150px;
	top: 0px;
	z-index: 99;
}
.innerbanner .bannerTextBox {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 40%;
	z-index: 99;
	text-align: center;
}
.innerbanner h1 {
	font-size: 85px;
	color: #444343;
	line-height: 75px;
	font-weight: normal;
	padding-bottom: 0px;
}
.white {
	color: #fff;
}
.btnGap {
	padding-top: 70px;
	padding-bottom: 70px;
}
.addressSec {
	padding: 70px 0px;
	margin: 0px;
	text-align: center;
	border-top: solid 1px #c4c4c4;
}
.addressSec .container-fluid {
	padding-left: 8%;
	padding-right: 8%;
}
.addressSec h4 {
	padding-bottom: 20px;
	font-size: 26px;
}
.addressSec p {
	color: #515151;
}
.addressSec p a {
	color: #515151;
	text-decoration: none;
}
.addressSec p a:hover, .addressSec p a:focus {
	color: #212121;
	text-decoration: none;
}
.addressSec figure {
	padding-bottom: 15px;
}
.formSubSec {
	padding: 100px 0px;
}
.formSubSec form {
	padding: 0px 0px 30px;
}
.formSubSec p {
	color: #676767;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding-bottom: 20px;
}
.formSubSec .btn-default {
	margin-top: 20px;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #676767;
	font-size: 13px;
}
label span {
	color: #000;
	font-weight: 700;
	font-size: 15px;
}
.form-control {
	font-family: 'Lato', sans-serif;
	color: #676767;
	font-size: 14px;
	height: auto;
	padding: 10px 15px;
	background-color: #fff;
	border: 1px solid #dbdfe8;
	border-radius: 0px;
	box-shadow: none;
}
.form-control:focus {
	border-color: #a28a32;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 1px rgb(204, 153, 0), 0 0 4px rgb(204, 153, .6);
	-moz-box-shadow: inset 0 0px 1px rgb(204, 153, 0), 0 0 4px rgb(204, 153, .6);
	-ms-box-shadow: inset 0 0px 1px rgb(204, 153, 0), 0 0 4px rgb(204, 153, .6);
	-o-box-shadow: inset 0 0px 1px rgb(204, 153, 0), 0 0 4px rgb(204, 153, .6);
	box-shadow: inset 0 0px 1px rgb(204, 153, 0), 0 0 4px rgb(204, 153, .6);
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #676767;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dbdfe8;
	border-radius: 0px;
}
.form-control.list {
	background-image: url(../img/down-arrow.png);
	background-repeat: no-repeat;
	background-position: right 16px;
	appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.chkBox {
	display: inline-block;
	padding-right: 10px;
}
.emailCallSec {
	padding: 60px 0px;
	margin: 60px 0px;
	border-top: solid 1px #dbdfe8;
	border-bottom: solid 1px #dbdfe8;
}
.emailCallSec figure {
	padding: 20px 0px;
}
.emailCallSec h4 {
	color: #161616;
}
.emailCallSec h4 a {
	color: #161616;
	text-decoration: none;
}
.emailCallSec h4 a:hover, .emailCallSec h4 a:focus {
	color: #947d26;
	text-decoration: none;
}
/*kartik open*/
.finaceSec {
}
.finaceSec .reset-col > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.finaceSec .container-fluid {
	padding: 0 200px;
}
.finaceSec .container-fluid .row {
	margin: 0;
}
.finaceSec .finaceDetails {
	padding: 120px 0 100px;
}
.gallerySec h4 {
	font-size: 32px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.galleryText {
	background-image: url(../img/gallery-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.photoGallery .container-fluid {
	padding: 0px !important;
}
.photoGallery ul li {
	float: left;
	width: 25%;
	position: relative;
}
.photoGallery ul li .overlay {
	background-image: url(../img/overlay.png);
	background-repeat: repeat;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 9;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.photoGallery ul li .border {
	border: 1px solid #9d8731;
	position: absolute;
	z-index: 99;
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
	opacity: 0;
	transition: 1.5s;
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
}
.photoGallery ul li h4 {
	top: 45%;
	padding: 0;
	position: absolute;
	z-index: 999;
	text-align: center;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.photoGallery ul li:hover .overlay, .photoGallery ul li:focus .overlay {
	opacity: 1;
}
.photoGallery ul li:hover .border, .photoGallery ul li:focus .border {
	opacity: 1;
}
.photoGallery ul li:hover h4, .photoGallery ul li:focus h4 {
	opacity: 1;
}
.iconChild {
	padding: 100px 0;
}
.iconText {
	position: relative;
	padding-left: 80px;
}
.iconText .icon {
	position: absolute;
	top: 0;
	left: 0;
}
.ourTeam {
	padding: 130px 0 80px;
	border-bottom: 1px solid #cccccc;
}
.manDetails {
	padding: 55px 0 110px;
}
.manDetails figure {
	margin-right: 30px;
}
.thumDetails h3 {
	font-size: 42px;
	color: #a18a32;
	padding-bottom: 5px;
}
.gra {
	color: #707070;
}
.gra a {
	color: #707070;
	text-decoration: none;
}
p a {
	color: #6f6f6f;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
p a:hover, p a:focus {
	color: #a28a32;
}
.teamBar {
	padding: 85px 0;
	background-image: url(../img/gallery-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.teamBar h2 {
	padding: 0;
}
.white {
	color: #fff;
}
.thumSec {
	padding: 130px 0 0px;/*border-bottom:1px solid #cccccc;*/
}
.thumSec .container-fluid {
	padding: 0 120px !important;
}
.thumbnail {
	background-color: transparent;
	border: none;
	border-radius: 0px;
	line-height: normal;
	margin-bottom: 75px;
	padding: 0px 15px;
	text-align: center;
}
.thumbnail h3 {
	font-size: 42px;
	color: #a18a32;
	padding-bottom: 0px;
}
.thumbnail p {
	padding-bottom: 15px;
}
.thumbnail figure {
	background-image: url(../img/team-model-left.png), url(../img/team-model-right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 5px;
}
.thumbnail figure img {
	border-left: 1px solid #969797;
	border-top: 1px solid #969797;
	border-right: 1px solid #969797;
	border-bottom: 1px solid #a18a32;
}
.thumbnail .pluse {
	width: 81px;
	margin: -46px auto 12px;
}
.thumSec .btn {
	position: relative;
	margin-bottom: -35px;
}
#sticky-anchor {
	height: 0px;
}
#sticky.stick {
	margin-top: 0 !important;
	position: fixed;
	top: 0px;
	z-index: 10000;
	left: 0px;
	right: 0px;
	background-color: #000;
	border-radius: 0px;
}
.smallLogo {
	float: left;
	width: 0px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.navFix .smallLogo {
	width: 89px;
}
/*.navFix .navbar-nav > li > a {
padding: 25px 38px;
}*/

/*modal*/


.modal {
	z-index: 99999;
	background-image: url(../img/overlay.png);
	background-repeat: repeat;
}
.modal-dialog {
	max-width: 900px;
	margin: 100px auto 0px auto;
	width: auto;
}
.modal-content {
	border-radius: 0px;
	border: 7px solid #a18a32;/*box-shadow:inset 0px 0px 16px #7e690f;*/
}
.modal-header {
	border-bottom:none;
}
.modal-body {
	padding: 10px 30px 40px;
}
.modal-body p {
	font-size: 18px;
	padding-bottom: 18px;
}
.modal-body p a {
	text-decoration: none;
}
.modal-body h3 {
	padding-bottom: 20px;
	color:#a18a32;
}
.modal-title {
	font-family: serif;
	text-align: center;
	font-size: 42px;
	color: #a18a32;
	padding-bottom: 0px;
}
.modal-body figure img {
	border-left: 1px solid #969797;
	border-top: 1px solid #969797;
	border-right: 1px solid #969797;
	border-bottom: 1px solid #969797;
}
.listItem ul {
	margin-left: 15px;
	margin-bottom: 25px;
}
.listItem ul li {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #565656;
	list-style-type: disc;
}
.btn-warning {
	color: #fff;
	background-color: #a28a32;
	border: none;
	border-radius: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 12px 20px;
}
.close {
	font-size: 30px;
	opacity: .5;
	position: absolute;
	right: 10px;
	top: 4px;
}
.modal .btn-default span {
	padding: 10px 50px;
}
.formSubSec.gapHide{
	padding-top:0 !important;
}
.formSubSec.gapHide form{
	padding-top:10px !important;
}
/*modal*/
.mortgagesSec .row{
	position:relative !important;
}
.topGap{
	position:absolute;
	top:-68px;
}
.iconHolder{
	position:relative;
}
.iconHolder .fa {
    bottom: 0;
    color: #676767;
    display: block;
    font-size: 16px;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-align: center;
    width: 30px;
}
.iconHolder .form-control{
	padding-left:30px;
}
.radioBox label{
	margin-right:10px;
}
.aboutTextBox.gapAdjusr{
	padding:50px 90px 30px;
}
.headLine{
	padding-bottom:20px;
}
.formSubSec h3{
	padding-bottom:20px;
}
.formSubSec hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #dbdbdb;
}

.homevideo {}
.homevideo .modal-body {
	padding:0px 30px 20px 30px;
}
.homevideo .modal-body iframe {
	height:470px;
}

.smallThum {
	padding:30px 0px;
	/*width: 320px;
    margin: 0px auto;*/
}

.smallThum ul {
	padding:0px;
	margin:0px;
}
.smallThum ul li {
	padding-bottom:5px;
	color:#565656;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	list-style-type:disc;
	list-style-position: inside;
}
.smallThum figure {
	margin-bottom:20px;
}

.privacyBox {}
.privacyBox h3 {
	font-size: 25px;
    padding-bottom: 15px;
}
.privacyBox p {
	font-size: 18px;
    padding-bottom: 22px;
}

@media (max-width: 1800px) {
/*.navFix .navbar-nav > li > a {
padding: 25px 34px;
}*/
/*.navbar-nav > li > a {
	padding: 25px 34px;
}*/
.innerbanner h1 {
	font-size: 65px;
	line-height: 60px;
}
}
@media (max-width: 1700px) {
/*.navFix .navbar-nav > li > a {
padding: 25px 31px;
}*/
/*.navbar-nav > li > a {
	padding: 25px 31px;
}*/
.navbar-nav > li:first-child {
	width: 8%;
}
.navbar-nav > li:nth-child(2) {
	width: 8%;
}
.navbar-nav > li:nth-child(5) {
	width: 11%;
}
.navbar-nav > li:nth-child(8) {
	width: 13%;
}
.applyBtn {
	padding: 27px 26px;
}
}
@media (max-width: 1600px) {
.jumbotron .logo {
	left: 120px;
}
.jumbotron .logo img {
	width: 180px;
}
.jumbotron .bannerTextBox {
	top: 30%;
}
.jumbotron h1 {
	font-size: 75px;
	line-height: 65px
}
.jumbotron p {
	font-size: 32px;
	line-height: 32px;
}
/*.navbar-default .container-fluid > .navbar-collapse {
margin-right: 0px;
margin-left: 0px;
}*/
.mortgagesSec h1 {
	font-size: 45px;
}
.mortgagesSec .textBox .textBoxMid {
	top: 16%;
}
.testmoniSec {
	padding: 150px 150px;
}
footer h3 {
	font-size: 35px;
}
.innerbanner .logo {
	left: 120px;
}
.innerbanner .logo img {
	width: 180px;
}
/*kartik open*/
.finaceSec .container-fluid {
	padding: 0 140px;
}
.finaceSec .thumSec .container-fluid {
	padding: 0 30px !important;
}
/*.navFix .navbar-nav > li > a {
padding: 25px 24px;
}*/
/*.navbar-nav > li > a {
	padding: 25px 27px;
}*/
.applyBtn {
	padding: 27px 24px;
}
}
@media (max-width: 1500px) {
/*.navbar-nav > li > a {
	padding: 25px 23px;
}*/
}
@media (max-width: 1440px) {
/*.navbar-nav > li > a {
	padding: 25px 29px;
}*/
.applyNowSec .textBox {
	top: 20%;
}
.mortgagesSec p {
	font-size: 20px;
}
.brokersSec .rightImg .textBox {
	top: 170px;
}
.frmSec .frmBox {
	margin-top: -100px;
}
footer h1 {
	font-size: 22px;
	padding-bottom: 20px;
}
/*.navFix .navbar-nav > li > a {
padding: 25px 20px;
}*/
/*.navbar-nav > li > a {
	padding: 25px 19px;
}*/
.applyBtn {
	padding: 27px 20px;
}
}
@media (max-width: 1366px) {
.jumbotron .logo img {
	width: 160px;
}
.jumbotron h1 {
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 10px;
}
.jumbotron p {
	font-size: 26px;
	line-height: 30px;
}
h1 {
	font-size: 52px;
	padding-bottom: 30px;
}
h2 {
	font-size: 45px;
	padding-bottom: 25px;
}
.navbar-nav > li:nth-child(5) {
	width: 12%;
}
.navbar-nav > li:nth-child(8) {
	width: 14%;
}
.navbar-nav > li:nth-child(9) {
	width: 8%;
}
.applyNowSec .textBox {
	top: 24%;
}
.applyNowSec h1 {
	font-size: 45px;
}
.applyNowSec p {
	padding-bottom: 40px;
	font-size: 24px;
}
.mortgagesSec h1 {
	font-size: 40px;
}
.innerbanner .logo img {
	width: 160px;
}
.innerbanner h1 {
	font-size: 60px;
	line-height: 55px;
}
.addressSec h4 {
	padding-bottom: 15px;
	font-size: 24px;
}
.addressSec p {
	font-size: 18px;
}
/*kartik open*/
.finaceSec .container-fluid {
	padding: 0 15px;
}
.gallerySec h4 {
	font-size: 28px;
	text-align: center;
}
.photoGallery ul li h4 {
	font-size: 18px;
}
.iconChild {
	padding: 70px 0;
}
.finaceSec .thumSec .container-fluid {
	padding: 0 15px !important;
}
.thumbnail {
	margin-bottom: 50px;
	padding: 0;
}
.ourTeam {
	padding: 100px 0 80px;
}
.formSubSec {
    padding: 80px 0 40px;
}
/*.navFix .navbar-nav > li > a {
padding: 25px 14px;
}*/
/*.navbar-nav > li > a {
	padding: 25px 19px;
}*/
}
@media (max-width: 1280px) {
h1 {
	font-size: 48px;
	padding-bottom: 25px;
}
.innerbanner h1 {
	font-size: 44px;
	line-height: 40px;
}
/*.navbar-nav > li > a {
	padding: 25px 21px;
}*/
.brokersSec .rightImg .textBox {
	top: 150px;
}
.mortgagesSec h1 {
	font-size: 42px;
}
.mortgagesSec p {
	font-size: 18px;
}
.mortgagesSec .textBox .textBoxMid {
	top: 14%;
}
footer h1 {
	font-size: 20px;
	padding-bottom: 20px;
}
.footerMid .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.innerbanner .logo img {
	width: 160px;
}
footer h3 {
	font-size: 30px;
}
/*kartik open*/
.finaceSec .finaceDetails {
	padding: 80px 0 50px;
}
.ourTeam {
	border-bottom: 1px solid #cccccc;
	padding: 70px 0 50px;
}
.manDetails {
	padding: 50px 0;
}
.thumbnail h3 {
	font-size: 25px;
}
.thumbnail p {
	font-size: 18px;
}
.thumbnail figure img {
	width: 220px;
}
.thumSec {
	padding: 70px 0 0;
}
.thumbnail .pluse {
	margin: -36px auto 12px;
	width: 60px;
}
.teamBar {
	padding: 50px 0;
}
.navbar-nav > li:first-child {
	width: 7%;
}
.navbar-nav > li:nth-child(2) {
	width: 7%;
}
.navbar-nav > li:nth-child(5) {
	width: 13%;
}
.navbar-nav > li:nth-child(8) {
	width: 15%;
}
.navbar-nav > li:nth-child(9) {
	width: 8%;
}
/*.navFix .navbar-nav > li > a {
padding: 25px 10px;
}*/
/*.navbar-nav > li > a {
	padding: 25px 12px;
}*/
.applyBtn {
	padding: 27px 12px;
}
.aboutSec {
    padding: 80px 0px 100px;
}
}
@media (max-width: 1200px) {
body {
	padding-top: 70px;
}
header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 999;
}
.jumbotron .logo {
	position: fixed;
	top: 0px;
	left: 15px;
	z-index: 9999;
}
.jumbotron .logo img {
	width: 140px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 10px 10px;
	margin-top: 16px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #a28a32;
}
.navbar-nav > li:last-child {
	float: none;
}
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-default .container-fluid > .navbar-collapse {
	margin-right: 15px;
	margin-left: 15px;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-nav {
	float: none !important;
	margin: 15px 0px;
}
.navbar-nav > li {
	float: none;
	width: 100% !important;
}
.navbar-nav > li > a {
	text-align: center;
	border-right: none;
	line-height: 35px;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.collapsing {
	overflow: hidden !important;
}
.innerbanner .logo {
	position: fixed;
	top: 0px;
	left: 15px;
	z-index: 9999;
}
.innerbanner .logo img {
	width: 140px;
}
.applyBtn {
	padding: 8px;
	float: none;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
/*.navFix .navbar-nav > li > a {
padding: 8px 10px;
}*/
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}
.smallLogo {
	display: none;
}
.formSubSec {
    padding: 70px 0 40px;
}
}
@media (max-width: 1024px) {
h4 {
	font-size: 22px;
}
.jumbotron .bannerTextBox {
	left: 120px;
	right: 120px;
}
.jumbotron h1 {
	font-size: 50px;
	line-height: 55px;
}
.mortgagesSec .textBox .textBoxMid {
	top: 13%;
}
.mortgagesSec h1 {
	font-size: 38px;
}
.applyNowSec .textBox {
	top: 18%;
}
.applyNowSec p {
	padding-bottom: 30px;
}
.brokersSec .rightImg .textBox {
	top: 100px;
	left: 100px;
}
footer h1 {
	font-size: 18px;
	padding-bottom: 20px;
}
footer .rightBorder {
	min-height: 310px;
}
footer address {
	font-size: 15px;
	line-height: 24px;
}
footer p {
	font-size: 15px;
	padding-bottom: 20px;
}
footer ul li a {
	font-size: 15px;
}
}
@media (max-width: 992px) {
h2 {
	font-size: 36px;
	padding-bottom: 20px;
}
h3 {
	font-size: 25px;
	padding-bottom: 25px;
}
p {
	font-size: 18px;
	padding-bottom: 20px;
}
.jumbotron .logo img {
	width: 120px;
}
.jumbotron .bannerTextBox {
	left: 50px;
	right: 50px;
	top: 29%;
}
.jumbotron h1 {
	font-size: 45px;
	line-height: 40px;
}
.jumbotron p {
	font-size: 25px;
	line-height: 26px;
}
.aboutSec {
	padding: 80px 0px;
}
.aboutSec .playIcon {
	top: 15%;
	width: 60px;
}
.aboutSec .aboutTextBox {
	padding: 50px 50px 80px 50px;
	margin: -80px auto 0px auto;
	max-width: 85%;
}
.mortgagesSec .textBox .textBoxMid {
	top: 20%;
}
.mortgagesSec h1 {
	font-size: 30px;
	padding-bottom: 20px;
}
.applyNowSec .textBox {
	top: 20%;
}
.applyNowSec h1 {
	font-size: 40px;
}
.applyNowSec p {
	padding-bottom: 20px;
	font-size: 20px;
	line-height: 22px;
}
.brokersSec .rightImg .textBox {
	top: 100px;
	left: 100px;
}
.brokersSec h1 {
	background-position: left 60px;
}
.airplanesec {
	padding: 80px 0px 60px 0px;
}
.testmoniSec {
	padding: 100px 50px;
}
.frmSec .frmBox {
	margin-top: -60px;
}
.frmSec .frmBox .frmBoxBlock {
	padding: 40px 15%;
}
footer .rightBorder {
	min-height: 350px;
}
.innerbanner .logo img {
	width: 120px;
}
/*.innerbanner h1 {
font-size: 55px;
line-height: 50px;
}*/
.innerbanner .innbanImg {
	max-width: none;
	width: 1000px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
footer h3 {
	font-size: 23px;
}
.btnGap {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*kartik open*/
.photoGallery ul li h4 {
	font-size: 14px;
}
.galleryText {
	padding: 40px 0;
}
.thumbnail {
	margin-bottom: 40px;
	padding: 0 25px;
}
.thumbnail figure img {
	width: 180px;
}
.thumSec .btn {
	margin-bottom: 0;
}
.thumSec {
	padding: 70px 0;
}
.aboutTextBox.gapAdjusr {
    padding: 45px 50px 30px;
}
}
@media (max-width: 991px) {
.footerTop {
	padding: 50px 0px;
}
footer {
	text-align: center;
}
footer .rightBorder {
	border-right: none;
	min-height: 0px;
	padding-bottom: 20px;
}
.footerMid .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.mortgagesSec .textBox {
	background-color: #000;
}
.mortgagesSec .textBox .textBoxMid {
	position: relative;
	padding: 50px;
	top: 0;
	left: 0px;
	right: 0px;
	background-image: url(../img/thum-text-bg-rept.jpg);
	background-position: left top;
	background-repeat: repeat;
}
.mortgagesSec .textBox figure {
	background-color: #000;
}
.mortgagesSec .textBox figure img {
	display: none;
}
.emailCallSec {
	padding: 30px 0px;
	margin: 30px 0px;
}
.emailCallSec figure {
	padding: 10px 0px;
}
/*kartik open*/
.thumbnail {
	margin-bottom: 32px;
	min-height: 435px;
	padding: 0 25px;
}
.thumbnail figure img {
	width: 220px;
}
.brokersSec .leftImg {
	max-width: 764px;
	margin: 0 auto;
}
/*.modal-body {
	text-align: center;
}*/
.modal-body figure {
	margin-bottom: 15px;
}
.modal-dialog {
	margin: 80px auto 20px auto;
}
.smallThum {
    padding: 40px 0px;
}
.smallThum ul {
	min-height:150px;
}
}
@media (max-width: 767px) {
h1 {
	font-size: 36px;
	padding-bottom: 20px;
}
h2 {
	font-size: 30px;
	padding-bottom: 20px;
}
.navbar-default .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-default .container-fluid > .navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.jumbotron .logo {
	left: 15px;
}
.jumbotron .logo img {
	width: 80px;
}
.jumbotron .homebanner {
	max-width: none;
	width: 800px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.jumbotron h1 {
	font-size: 32px;
	line-height: 30px;
}
.jumbotron .bannerTextBox {
	left: 20px;
	right: 20px;
	top: 29%;
}
.jumbotron p {
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 10px;
}
.aboutSec {
	padding: 50px 0px;
}
.aboutSec .aboutTextBox {
	padding: 30px;
	margin: 0px auto 0px auto;
	max-width: 100%;
}
.aboutSec .btnBox {
	margin-bottom: 0px;
}
.frmSec .frmBox {
	margin-top: 0px;
}
.frmSec .frmBox .frmBoxBlock {
	padding: 30px 5%;
}
.testmoniSec {
	padding: 50px 30px;
}
.mortgagesSec .textBox {
}
.hardMoneySec {
	padding: 30px;
}
.applyNowSec img {
	max-width: none;
	width: 1000px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.brokersSec h1 {
	background-position: left 50px;
}
.brokersSec .rightImg .textBox {
	top: 80px;
	left: 50px;
	right: 50px;
}
.footerMid {
	padding: 50px 0px;
}
.footerBottom {
	padding: 30px 0px;
}
.innerbanner .logo {
	left: 30px;
}
.innerbanner .logo img {
	width: 100px;
}
.innerbanner h1 {
	font-size: 40px;
	line-height: 40px;
}
footer h3 {
	font-size: 20px;
}
.addressSec {
	padding: 50px 0px;
}
.btnGap {
	padding-top: 30px;
	padding-bottom: 30px;
}
/*kartik open*/
.finaceSec .finaceDetails {
	padding: 50px 0 30px;
	text-align: center;
}
.gallerySec h4 {
	font-size: 20px;
}
.photoGallery ul li {
	width: 50%;
}
.photoGallery ul li h4 {
	font-size: 18px;
}
.iconChild {
	padding: 40px 0;
}
.iconText {
	padding-bottom: 15px;
}
.ourTeam {
	padding: 40px 0;
	text-align: center;
}
.manDetails {
	padding: 40px 0;
	text-align: center;
}
.manDetails figure {
	margin-bottom: 30px;
	margin-right: 0px;
}
.thumDetails h3 {
	font-size: 30px;
	padding-bottom: 10px;
}
.teamBar {
	padding: 30px 0;
}
.thumbnail figure img {
	width: auto;
}
.thumSec {
	padding: 50px 0;
}
.thumbnail {
	margin: 0 auto 30px;
	max-width: 500px;
	min-height: auto;
	padding: 0;
}
.modal-title {
	font-size: 30px;
}
.modal-body h3 {
	font-size: 25px;
	padding-bottom: 10px;
}
.modal-body p {
	font-size: 17px;
	padding-bottom: 15px;
}
.modal-body {
	padding: 0px 0 40px;
}
.formSubSec {
    padding: 40px 0 20px;
}
.aboutTextBox.gapAdjusr {
    padding: 20px 30px 20px;
}
.modal-body {
    text-align: center;
}
.homevideo .modal-body iframe {
	height:300px;
}
.smallThum {
	padding:20px 0px;
	width:320px;
	margin:0px auto;
}
.smallThum ul {
	min-height:auto;
}
.smallThum ul li {
	padding-bottom:2px;
	font-size:18px;
}
.smallThum figure {
	margin-bottom:10px;
}
}
@media (max-width: 480px) {
h1 {
	font-size: 32px;
	padding-bottom: 15px;
}
h2 {
	font-size: 25px;
	padding-bottom: 15px;
}
h3 {
	font-size: 20px;
	padding-bottom: 15px;
}
p {
	font-size: 16px;
	padding-bottom: 15px;
}
.jumbotron h1 {
	font-size: 28px;
	line-height: 26px;
}
.jumbotron p {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
}
.aboutSec .playIcon {
	top: 9%;
	width: 45px;
}
.applyNowSec h1 {
	font-size: 26px;
}
.aboutSec .aboutImage::before {
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}
.applyNowSec .textBox {
	top: 18%;
	left: 10%;
	right: 10%;
}
.mortgagesSec figure::before {
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}
.brokersSec .rightImg .textBox {
	top: 20%;
	left: 30px;
	right: 30px;
	width: auto;
}
.brokersSec h1 {
	background-position: left 45px;
}
.airplanesec h2 {
	background-image: none;
}
.testmoniSec {
	padding: 30px 20px;
}
.testmoniSec .carousel-control.left {
	width: 40px;
	top: 34%;
}
.testmoniSec .carousel-control.right {
	width: 40px;
	top: 34%;
}
.testmoniSec .carousel-control .fa-angle-left, .testmoniSec .carousel-control .icon-prev {
	font-size: 80px;
}
.testmoniSec .carousel-control .fa-angle-right, .testmoniSec .carousel-control .icon-next {
	font-size: 80px;
}
.frmSec .frmBox {
	padding: 15px 0px;
}
.frmSec h1 {
	font-size: 28px;
}
.brokersSec .rightImg img {
	max-width: none;
	width: 500px;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.footerTop ul li {
	padding: 0px 10px;
}
.btn-default {
	display: block;
	width: 100%;
}
.btn-default span {
	padding: 15px 10px;
	display: block;
}
.innerbanner .innbanImg {
	width: 800px;
}
.innerbanner .innbanImg {
}
.innerbanner h1 {
	font-size: 30px;
	line-height: 30px;
}
.addressSec {
	padding: 30px 0px;
}
.emailCallSec {
	padding: 20px 0px;
	margin: 20px 0px;
}
.contactSec {
	width: auto;
	bottom: 160px;
}
.mapPing {
	float: none;
	margin-right: 0px;
	text-align: center;
}
.contacttext {
	padding: 10px 0px;
	margin: 0px 15px;
	float: none;
	text-align: center;
}
.contacttext ul li {
	text-align: center;
}
.btn-warning {
	width: 100%;
}
/*kartik open*/
.photoGallery ul li {
	width: 100%;
}
.iconText {
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 70px;
	text-align: center;
}
.iconText .icon {
	margin: 0 auto;
	right: 0;
	text-align: center;
	top: 0;
}
.manDetails figure {
	margin-bottom: 20px;
}
.thumbnail {
	max-width: 370px;
}
.thumDetails h3 {
	font-size: 25px;
}
.thumbnail figure img {
	width: 200px;
}
.homevideo .modal-body iframe {
	height:250px;
}
}
@media (max-width: 320px) {
h2 {
	font-size: 22px;
	padding-bottom: 15px;
}
.jumbotron h1 {
	font-size: 20px;
	line-height: 20px;
}
.jumbotron p {
	font-size: 16px;
}
.aboutSec .playIcon {
	top: 4%;
	width: 40px;
}
.aboutSec .aboutTextBox {
	padding: 15px;
}
.hardMoneySec {
	padding: 15px;
}
.mortgagesSec .textBox .textBoxMid {
	top: 15%;
}
.mortgagesSec h1 {
	font-size: 26px;
	padding-bottom: 15px;
}
.applyNowSec .textBox {
	top: 20%;
	left: 10%;
	right: 10%;
}
.applyNowSec h1 {
	font-size: 22px;
}
.applyNowSec p {
	padding-bottom: 20px;
	font-size: 16px;
}
.frmSec h1 {
	font-size: 24px;
}
.frmSec p {
	font-size: 13px;
	padding-bottom: 30px;
}
.footerTop ul li {
	padding: 0px 3px;
}
.footerTop ul li a {
	font-size: 11px;
}
.innerbanner h1 {
	font-size: 30px;
	line-height: 35px;
}
footer h3 {
	font-size: 15px;
	line-height: 22px;
}
}
