@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	font-style: normal;
	color: #494949;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	font-style: normal;
	color: #494949;
	list-style: none;
}

p {
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	font-style: normal;
	color: #494949;
}

a {
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	font-style: normal;
	color: #494949;
}

a:hover {
	color: #000;
	text-decoration: none;
	transition: 0.5s all;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}
img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.head {
	margin-bottom: 20px;
}

.head h2 {
	font-weight: 
}

.container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 950px) {
	.container {
		width: 100%;
	}
}

.top-bar {
    background-color: #404040 !important;
    padding: 8px 0;
}

.top-bar p {
    color: #fff;
}

.header .top-bar .right {
    text-align: right;
}

.header .menu-area nav {
    float: right;
    margin-top: 45px;
}

/*--menu-area--*/
.logo img {
	width: 80%;
}
.header .bottom-header {
	padding: 10px 0;
	border-bottom: 10px solid #001f45;
}

.menu-bar {
    background: #312f3c;
    border-bottom: 2px solid #fa2f32;
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 16px;
    display: block;
    font-size: 14px;
    color: #494949;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  color: #fff;
  background: #fa2f32;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #fa2f32;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

a.homer { background: transparent; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: transparent; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}


/*-- slider --*/
.slider {
	position: relative;
}


/*========================
		CONTENT
=========================*/
.content {
	position: relative;
	padding: 100px 0;
}


/*-- welcome --*/
.welcome {
	position: relative;
}

.welcome a {
    width: fit-content;
    margin-top: 15px;
    padding: 10px 25px;
    background: #001f45;
    color: #fff;
    display: block;
    text-transform: capitalize;
}

.welcome a:hover {
    background: #ff3720;
    text-decoration: none;
    transition: 0.5s all ease-in-out;
}

/*-- loans --*/
.loans {
	position: relative;
	margin-top: 100px;
}

.loans .full-top {
	margin: 0;
	padding: 0;
}

.loans .loan-box {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
}


.loans .loan-box:hover .overlay {
	opacity: 1;
	transition: 0.5s all;
}

.loans .loan-box .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 20px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
	background: rgba(0,0,0,0.8);
}

.loans .loan-box .overlay h4 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.loans .loan-box .overlay p {
	color: #ccc;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.loans .loan-box .overlay a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 15px;
	width: fit-content;
	text-transform: uppercase;
}

.loans .loan-box .overlay a:hover {
	color: #0c5f9e;
}

/*-- vision --*/
.vision {
  margin-top: 100px;
}

/*=================
		FOOTER
===================*/
.footer {
	padding: 30px 0 30px 0;
    background: #312f3c;
    position: relative;
	border-top: 3px solid #fa2f32;
}

.f_head h3 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}
.f_head h3::before {
    content: '';
    position: absolute;
    display: block;
    background: #989898;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -10px;
}
.f_head p {
    color: #fff;
    font-size: 15px;
}
.f_cont {
    color: #fff;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3e3c4a;
    padding-bottom: 15px;
    font-size: 15px;
}
.address a{
    color: #fff;
}
.calling a{
    color: #fff;
}
.messages a{
    color: #fff;
}
.address, .calling, .messages {
    position: relative;
}
.address::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../images/map.png);
    display: block;
}
.calling::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../images/call2.png);
    display: block;
}
.messages::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: url(../images/message.png);
    display: block;
}
.f_cont img {
    margin-right: 20px;
}
.f_cont span {
	color: #bbb;
  font-size: 15px;
}
.f_cont2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #3e3c4a;
    padding-bottom: 15px;
    font-size: 15px;
}
.qrcode img{
    max-width: 65%;
}
.footer_list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0;
}
.footer_list li a i {
    color: #fff;
}
.footer_list li a i:hover {
    color: #fff;
    text-decoration: none;
}
.subfooter {
    padding: 20px 0;
    background: #171717;
}
.sublink span {
    color: #ccc;
    font-size: 15px;
}
.f_cont.messages, .f_cont2.messages2 {
    border-bottom: 0px;
}
.messages2 img {
	width: auto;
	max-width: 100%;
}
.subfooter .sublink a {
	color: #fff;
  font-size: 15px;
}

/*====================================
            RESPONSIVE
====================================*/
@media (max-width: 768px) {
  .top-bar p {
      text-align: center;
  }
  .logo img {
      width: 100%;
  }
  .header .menu-area nav {
      margin-top: 10px;
  }
  .responsive-menu,
  .responsive-menu:focus,
  .responsive-menu:active,
  .responsive-menu:visited {
      width:  100%;
      padding: 10px 15px;
      background: transparent;
      color: #404040;
      text-transform: uppercase;
      font-weight: 600;
  }
  .menu {
      display: none;
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
  }
  .loans .full-top {
      margin: 0 0 20px 0;
      padding: 15px;
  }
  .subfooter .sublink,
  .subfooter .pull-right {
    text-align: center;
    float: none !important;
  }
}
.banner img{
     width:100%;	
}
.contact-det {
    margin-top: 46px;
    margin-bottom: 20px;
}
.head-cont{
	
	margin-bottom: 26px;
}
.cont-per{
	font-size: 17px;
	padding: 5px 0px;
}
.cont-p {
    font-size: 18px;
    padding: 10px 0px;
    text-transform: capitalize;
}
.head-ads{
	font-size: 19px;
    margin: 5px 0px;
}
.inquiryq{
	font-size: 21px;
    margin: 32px 0px;
    font-weight: 700;
}

.service-section{
	
	 background-repeat: no-repeat;
    background-attachment: scroll;
	
}
.content{
	margin: 15px 0;
  background: url(../images/bg_trans_white.png) repeat top left;
  padding: 20px 30px;
  min-height: 500px;
  
}
.title-02{
	color:#2a3941;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.title-02 img{
	width: 49px;
}
.head-ul{
	margin-bottom: 33px;
}
.title-02 .prj-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}
.prj-title h2{
	font-size: 18px;
	color: #7d7676;
}
.sec{
	font-size: 15px;
    margin-top: 31px;
}
.section-ab p{
	font-size: 17px;
    margin-top: 14px;
    margin-bottom: 10px;
	
}
.section-ab h4{
	font-size: 20px;
    margin-bottom: 9px;
}
.section-ab{
	padding: 59px 0px 0px 0px;
}

.box-box{
	position:relative;
}
.box img{
	width:400px;
}






.box-box:hover .box:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
 
.box-box .box:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.sec-title{
	margin: 11px 0px 47px 0px;
}
.title-ph h2{
	font-size: 20px;
	margin: 39px 0px;
	color: #534c4c;
}
.media img{
	
	width: 75%;
}