@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

html,
body,
.view {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
 }
 a {
  transition: 0.5s;
}
/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: rgba(0, 0, 0, 0.2); }

.top-nav-collapse {
  background-color: #1C2331; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #1C2331; } 

}
.rgba-black-light {
     background-color: transparent; 
}
/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331; }

/* my style css */
.navbar-custom .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin: 0 7px;
  color: #000 !important;
}
.navbar-custom .navbar-collapse {
  margin-top: 15px;
}
.call-us {
  margin-left: 20px;
}
.call-us a {
  background: #ad7e02;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  left: 31px;
  padding: 10px 20px 10px 70px;
}
/* Banner */
.caption-edit {
	position: relative;
	padding: 50px 50px 50px 95px;
	/*background: rgba(255, 255, 255, 0.8);*/
}
.carousel-home .caption-edit::before {
  content: '';
    background: url(../images/arrow-banner.png) no-repeat left;
    position: absolute;
    left: 36px;
    width: 42px;
    height: 83px;
    top: 80px;
}
.caption-edit h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 0px 0px 4px #3c3c3c;
}
.caption-edit a.btn-lg {
  font-size: 16px;
  text-transform: capitalize;
  color: #FFF;
  background-color: #000;
  border-radius: 30px;
  padding: 10px 50px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.caption-edit a::before {
  background: url(../images/arrow.png) no-repeat left;
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 18px;
  left: 25px;
  top: 18px;
}
.caption-edit a.btn-lg:hover {
  background-color: #ad7e02;
}
.call-us a::before {
  content: '';
  background: url(../images/call-top.png) no-repeat left;
  display: inline-block;
  width: 85px;
  height: 85px;
  position: absolute;
  left: -30px;
  top: -20px;
}
.navbar.scrolling-navbar.top-nav-collapse {
  background: #f3f3f3;
    padding-bottom: 10px;
}
.top-nav-collapse .navbar-brand img {
    width: 62%;
}
.top-nav-collapse .navbar-brand img {
    width: 60%;
}
.navbar-custom.top-nav-collapse .navbar-collapse {
    margin-top: 0px;
}
.text-col a {
	color: #FFF;
}

.navbar-custom {
  background-color: rgba(223, 227, 231, 0.4);
  box-shadow: none;    position: relative;
}
.carousel-home .mx-r-20 {
  margin-left: 3rem;
}
.carousel-home {
  margin-bottom: 0px;
}
.welcome-home {
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 430px;
}
.welcome-home .pt-10 {
  padding-top: 5%;
}
.no-padding {
  margin: 0px;
  padding: 0px;
}
.text-col {
  position: relative;
}
.text-col h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.text-col h4 a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 3px;
}
.bdr-bx:hover .text-col h4 a {
  margin-left: 10px;
}

.carousel-home .carousel-indicators {
  justify-content: left;
  padding-left: 0;
  margin-right: 0;
  margin-left: 3.5rem;
  bottom: 50px;
}
.home-title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
}
.home-title h2 span {
  display: inline-block;
  font-size: 3rem;
  margin-left: 5px;
  font-family: 'Times New Roman';
  color: #ad7e02;
  font-weight: 600;
  font-style: italic;
}
ul.home-review {
  display: block;
  margin: 0px;
  padding: 0px;
}
ul.home-review li {
  display: inline-block;
  margin: 0px;
  padding: 10px 20px;
  text-align: center;
  width: 48%;
  color: #6d6e70;
}
.item-icon {
  margin-bottom: 10px;
}
.home-review h4 {
  margin: 0px;
  padding: 0px;
  font-weight: 600;
}
.item-icon i {
  border: 2px solid #626264;
  color: #626264;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 2.5rem;
}
.home-review li:hover .item-icon i {
  color: #0078bc;
  border: 2px solid #0078bc;
  transition: 0.5s;
}
.home-review li:hover {
  color: #0078bc;
  transition: 0.5s;
}
.our-services {
  margin-bottom: 30px;
}
.choseus-col {
    margin-bottom: 0px !important;
}
.bg-gry {
  width: 100%;
  display: block;
  background-color: black;
  height: 500px;
  overflow: hidden;
  position: relative;  
}
.bg-gry img {
  /* background: 
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4)
    ); */
}
.caption-bx {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) );
  color: #FFF;
  padding: 20px;
}
.caption-bx .bdr-bx {
  /*border: 2px #FFF dashed;*/
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}


.smal-bx {
  background-color: #1C2331;
  height: 250px;
  overflow: hidden;
}
.smal-bx img {
  /* width: 100%; */
}
.smal-bx .caption-bx {
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) );
}
.title-choose {
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}
ul.choose-style li {
  display: block;
  list-style: none;  
  position: relative;
}
ul.choose-style li::before {
  content: '';
  display: inline-block;
  background: url(../images/btl.png) no-repeat left top;
  width: 10px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 5px;
}
ul.choose-style li strong {
  font-size: 1.1rem;
  font-weight: 600;
}
.choseus-col, .loan-process {
  margin-bottom: 60px;
  position: relative;
}
.loan-process p {
  font-size: 18px;
  padding: 0;
}
.general-title {
  margin-bottom: 5px;
  font-size: 3.3rem;
  font-weight: 600;
}
.general-title span {
  font-weight: 300;
}
.call-cta {
  margin: 60px 0 0;
  font-size: 18px;
}
a.call-text {
  font-size: 50px;
  color: #f28421;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;

}
/* Testimonial */
.test-title {
  text-align: center;
  font-weight: 600;
  font-size:2.3rem;
  margin-bottom: 20px;
}
#tcb-testimonial-carousel {
      margin-top: 30px;
    min-height: 30vh;
    margin-bottom: 30px;
}
#tcb-testimonial-carousel a {
  color: #b20000;
}
#tcb-testimonial-carousel .text-brand {
  color: #b20000;
}
#tcb-testimonial-carousel .carousel-indicators .active {
  background: #4a4a4a;
  border: 1px solid #4a4a4a;
}
#tcb-testimonial-carousel .no-margin {
  margin: 0;
}
#tcb-testimonial-carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}
#tcb-testimonial-carousel .carousel-control {
  color: #b20000;
  width: 5%;
}
#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
  color: #b20000;
}
#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
  background-image: none;
}
#tcb-testimonial-carousel .item {
  padding: 15px 40px;
  background: #f8f8f8;
}
#tcb-testimonial-carousel .media-object {
  margin: auto;
}
@media screen and (max-width: 768px) {
  #tcb-testimonial-carousel .media-object {
    margin-bottom: 15px;
  }
}
.testimonial small {
  display: block;
}
.testimonial {
  margin-bottom: 100px;
}
.testimonial .carousel-indicators {
  bottom: 0px;
}

/* Footer Area */
.footer-area {
  padding: 50px 0;
  background: #efefef;
}
.navbar-brand img {
  width: 85%;
}
.carousel-innerpage .caption-edit h1 {
	font-size: 40px;
}
.choseus-col::before {
  content: '';
  background: url(../images/ch-img.png) no-repeat left;
  position: absolute;
  left: 0px;
  width: 25%;
  height: 681px;
  background-size: cover;
  top: 20px;
}
a.btn-cta {
  font-size: 22px;
  color: #FFF;
  background-color: #0078bc;
  border-radius: 30px;
  padding: 13px 50px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
/*.loan-process::before {
  content: '';
  background: url(../images/circle-img.png) no-repeat left;
  position: absolute;
  left: -150px;
  width: 30%;
  height: 490px;
  background-size: cover;
  bottom: -100px;
}*/
.checked {
  color: orange;
}
.footer-area {
  color: #000;
}
.ftr-logo {
  width: 60%;
}
.footer-menu h3 {
  font-size: 18px;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-menu ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.footer-menu ul li {
  margin: 0px;
  padding: 0px;
  display: block;
  line-height: 26px;
}
.footer-menu ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding: 0px;
}
.footer-menu ul li a:hover {
  color: #f18317;
}
ul.social-media {
  margin: 10px 0 0;
  padding: 0px;
}
ul.social-media li {
  margin: 0px 8px;
  padding: 0px;
  display: inline-block;
}
ul.social-media li a {
  font-size: 30px;
}
ul.social-media li a:hover{
  color: #0078bc;
}
ul.sub-ftr-menu {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
ul.sub-ftr-menu li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
ul.sub-ftr-menu li a {
  font-size: 14px;
  color: rgba(255,255,255,.6);
}
.hit-cut .figcaption.caption {
  min-height: 180px;
}
.copyright {
  font-size: 14px;
  text-align: left;
  display: block;
}
.deb {
    font-size: 14px;
}
/*Inner Page*/
.carousel-innerpage {
  height: 60vh;
}
.carousel-innerpage .caption-edit {
    padding: 30px 5% 30px 9%;
    margin-top: 5%;
}
.carousel-innerpage .caption-edit h1 {
   margin: 0px !important;
}
.inner-page {
  margin-top: 80px;
  min-height: 200px;
  margin-bottom: 100px;
}
.inner-page article {
    margin-bottom: 0px;
}
.line-btn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.line-btn::after {
    content: '';
    height: 5px;
    width: 40%;
    background: #f18317;
    display: block;
    margin: 20px 0 5px;
}
.font-color-h {
    color: #000;
    font-weight: 600;
}
.right-wzed {
    padding-left: 10px;
}
.contact-form-side {
    background: #4285f4;
    padding: 30px 20px 60px;
    border-radius: 30px;
}
.right-wzed .title {
    font-size: 30px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-form-side input, .contact-form-side textarea, .contact-form-side select {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #242424;
    border: none;
    border-radius: 30px;
}
:focus {
  outline: none;
}
.btn-submit {
  width: 100%;
  background: #000;
  border: none;
  color: #f18317;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 13px 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
}
/* Conatct Page */
.address-set {
    margin-top: 40px;
}
.address-set ul {
    margin: 0px;
    padding: 0px;
}
.address-set ul li {
    list-style: none;
    display: flex;
    margin-bottom: 30px;
    font-size: 16px;
}
.address-set ul li i {
    float: left;
    margin-right: 13px;
}
.contact-page-inner .contact-option {
    margin-top: 43px;
}
.contact-option {
    background: #b17d00;
    padding: 40px 20px;
    margin-top: -150px;
    border-radius: 8px;
    width: 90%;
    float: right;
    position: relative;
    z-index: 9999;
}
.contact-option h4.title {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 40px;
}
.contact-option .md-form {
    margin-top: 6px;
    margin-bottom: 6px;
}
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}
.md-form .form-control {
  color: #FFF;
  margin: 0 0 .5rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: .3rem 0 .55rem;
  background-image: none;
  background-color: transparent;
}
.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.send-custom {
  border-radius: 30px;
  background-color: #000 !important;
  color: #FFF;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: inherit;
  border: 2px solid #000;
  max-width: 200px;
  width: 100%;
  margin-top: 20px;
}
.send-custom:hover {
  color: #FFF;
}
.map-section {
    position: relative;
    margin-top: -60px;
    z-index: -1;
}


.contact-option ::placeholder {
  color: #FFF !important;
}


.reviewed {
  border: 2px dashed #ebebeb;
  padding: 30px 20px 30px;
}
.reviewed .title {
  font-size: 30px;
  padding: 0px;
  display: block;
  text-align: center;
  color: #1c1c1c;
}
.reviewed .carousel-item {
  text-align: center;
}
.reviewed .carousel-indicators {
  bottom: 0px;
    position: static;
    margin-top: 20px;
}
.reviewed .carousel-indicators li {
  width: 20px;
    height: 20px;
    background: #f18317;
    border-radius: 50px !important;
    opacity: 1;
    box-sizing: inherit;
}
.reviewed .carousel-indicators .active {
  border: 3px solid #f18317;
  background: #FFF !important;
}
.reviewed .star i {
  color: #fbce03;
}
.theme-btn.reviews {
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
  background-color: #f18317;
  color: #FFF;
  font-size: 22px;
}
a.theme-btn {
    background-color: #f18317 !important;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #000;
    text-decoration: none;
    margin-right: 5px;
    letter-spacing: 2px;
    display: inline-block;
}

.side_nav>ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.side_nav .active {
    color: #28579d;
    background: url(../images/dub_arrows_hvr.png) right 19px no-repeat;
}
.side_nav>ul>li>a {
    margin: 0;
    display: block;
    padding: 0;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    background: url(../images/dub_arrows.png) right 5px no-repeat;
}
.side_nav>ul>li {
  display: block;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  list-style: none;
  border-bottom: 1px dashed #dcdcdc;
}
.side_nav>ul>li:last-child {
  border-bottom: none;
}
.side_nav {
    border: 2px dashed #ebebeb;
    padding: 30px 20px 30px;
    background-color: #0878bb;
    color: #FFF;
}
.side_nav h4 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
/*24-08-2019*/
.navbar-custom .navbar-nav li:hover .dropdown-menu {
    display: block;
}
.navbar-custom .dropdown-item {
  padding: 0px;
}
.navbar.navbar-custom .dropdown-menu a {
  padding: 5px 20px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  margin: 0px;
}
.navbar.navbar-custom .dropdown-menu a:hover {
	background-color: #ad7e02;
	color: #FFF !important;
}
a.read-more {
  font-size: 18px;
  color: #ad7e02;
}
a.read-more:after {
  display: inline-block;
  content: '';
  background: url(../images/arrow-left.png) no-repeat right;
  width: 40px;
  height: 20px;
  vertical-align: middle;
}
.sub-text {
  padding-left: 0px;
  padding-top: 20px;
  display: inline-block;
  padding-bottom: 30px;
}
.choseus-col, .loan-process {
    margin-bottom: 60px;
    position: relative;
    padding-top: 50px;
}
.loan-process {
  display: none;
}
.news-area {
  display: block;
  background: #ad7e02;
  color: #FFF;
  padding: 20px 15px;
}
.news-area h4 a {
  color: #FFF;
  padding-bottom: 10px;
  display: inline-block;
}
.news-area h4 a:after {
  display: inline-block;
  content: '';
  background: url(../images/arrow-left-w.png) no-repeat right;
  width: 40px;
  height: 20px;
  vertical-align: middle;
}
.customer-login {
  padding: 30px 0;
}
.call-sust {
  line-height: 40px;
  display: inline-block;
}
a.black-btn {
  background-color: #000;
  color: #FFF;
  border-radius: 30px;
  padding: 15px 40px;
  font-size: 18px;
  display: inline-block;
}
a.black-btn:hover {
  background-color: #ad7e02;
}
.call-sust h4 {
  padding-bottom: 10px;
  padding-top: 20px;
}
.call-sust h2 a {
  font-size: 40px;
  color: #ad7e02;
  font-weight: 600;
}
.navbar-toggler {
    background-color: #000 !important;
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: #b17d00;
    color: #FFF !important;
}
.our-pricing {
  line-height: 60px;
}
.navbar-nav li.menu-item.menu-item-has-children {
	position: relative !important;
}
.wpcf7-form .waves-input-wrapper {
  display: block;
}
.img-one, .img-two {
  display: inline-block;
  margin: 0;
}
.img-two img {
  width: 50%;
}
.m-auto-cust {
  text-align: center;
  margin: 20px auto;
}
.navbar-custom li.current-menu-item a.nav-link {
  background-color: #b17d00;
  color: #FFF !important;
}
/*Pricing Table*/

.pricing-table {
  margin:20px 0 50px;
}
.pricing-table td {
  font-weight: 600 !important;
  font-size: .9rem;
    font-weight: 300;
    padding: 10px 10px;
    border: 1px solid #AAAAAA;
}


.inner-page h2 {
	margin-bottom: 10px;
    font-weight: 800;
    position: relative;
    display: block;
    width: 100%;
}
.inner-page h2::after {
    content: '';
    height: 5px;
    width: 10%;
    background: #f18317;
    display: block;
    margin: 20px 0 5px;
}



.gap {
	padding: 20px 0 43px;
    display: inline-block;
    width: 100%;
}
.gap2 {
  padding: 10px 0 10px;
    display: inline-block;
    width: 100%;  
}    
.navbar-custom .navbar-brand {
	width: 23%;
}

.md-form .wpcf7-textarea {
  padding: 10px;
  border-bottom: 1px solid #FFF;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  resize: none;
  height: 80px;
  overflow: auto;
}
.facebook {
  background: url(../images/facebook.png) no-repeat center;
  width: 15px;
  height: 30px;
  font-size: 0px !important;
  display: inline-block;
  vertical-align: middle;
}
.linkedin {
  background: url(../images/linkedin.png) no-repeat center;
  width: 30px;
  height: 30px;
  font-size: 0px !important;
  display: inline-block;
  vertical-align: middle;
}
.twitter {
  background: url(../images/twitter.png) no-repeat center;
  width: 30px;
  height: 30px;
  font-size: 0px !important;
  display: inline-block;
  vertical-align: middle;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    width: 100% !important; 
    background: #398f14 !important;
    color: #FFF !important;
}

.carousel-item-page {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 30px;
}
.caption.home {
    height: 125px;
}

.hdr_fix {
    background: #f3f3f3;
    padding-bottom: 10px;
    position: fixed;
    z-index: 9999;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    animation: slide-down 0.9s;
    -ms-animation: slide-down 0.9s;
    -webkit-animation: slide-down 0.9s;
}
.navbar-brand img {
    width: 60%;
}









