*
{
padding:0;
margin:0;
}


.welcome
{
padding:50px 100px;
margin-top:-140px;
background:#2e354f;
color:#fff;
box-shadow:0 0 20px 7px rgba(0,0,0,0.2);
border-radius: 7em;
}
.welcome hi
{
color:#333;
}
.welcome .home-btn
{
margin-top:10px;
padding:10px 30px;
border-radius:30px;
color:black;

}
.welcome .btn-focus
{
box-shaddow:none;
}
/*..................about us..............................*/
#about
{
padding-top:20px;
padding-bottom:20px;

}
#about.col-md-6
{
padding:20px,10px;


}
#about h3
{
margin:20px auto;
}
/*......#cccfab.....#2e354f;.......services...#4f4353;...#Ccf807........................*/
#services
{
background:#cccfab;
padding-top:20px;
padding-bottom:20px;
color:black;
font-size:15px;
}
#services.col-md-4
{
padding:20px;

color:black;

}
#services.col-md-4 h4
{
padding: 50px;
}
#services.col-md-4 img
{
width: 50px;
}
#services.col-md-4 p
{
padding: 5px;
text-align: justify;
}
table, th, td {
  border: 1px solid #fff;
} 


#services2
{
background:#2e354f;
padding-top:100px;
padding-bottom:100px;
color:black;
}
#services.col-md-4
{
padding:20px;

color:#993300;

}
#services.col-md-4 h4
{
padding: 50px;
}
#services.col-md-4 img
{
width: 50px;
}
#services.col-md-4 p
{
padding: 5px;
text-align: justify;
}
table, th, td {
  border: 1px solid #fff;
} 



/*....................Features......................*/
#features
{
padding:50px 100px;
margin-top:-140px;
background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/bank2.png);
background-position:center;
background-size:cover;
background-attachment:fixed;
color:#fff;
}
#features.col-md-6
{
padding:20px;
}
.feature.box
{
height:120px;
}
.feature.box.feature-left
{
height:120px;
width:20%;
float:left;
}

.feature.box.feature-left.fa
{
padding-top:13px;
font-size:50px;
}
.feature.box.feature-right
{
height:120px;
width:80%;
float:left;
}
.feature.box.feature-right h4
{
padding-top:10px;
padding-left:15px;
text-align:left;
}
.feature.box.feature-right p
{
padding-left:15px;
text-align:left;
}
/*features*/
.features{
background-image: url("real2.png");
    
    color: gray;
    padding: 20px;
    display: flex;
    flex-direction: row;
   
} 
.features figure{
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.features figure img{
    border: ipx solid white;
     border-radius:50% ;
    box-shadow: gray 0 0 10px;
    width: 100px;
     
}
/*features2*/
.features2{
    background:#00837B; 
 
    color: gray;
    padding: 20px;
    display: flex;
    flex-direction: row;
} 
/*features2*/
.features3{
    background:purple;
 
    color: gray;
    padding: 20px;
    display: flex;
    flex-direction: row;
} 


/* Full-width inputs */
input[type=text], input[type=password], input[type=number], input[type=date], input[type=list],select {
  width: 100%;
  padding: 6px 20px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
color:black;

}

/* Set a style for all buttons */
button {
  background-color:black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/*..................testimonials..............................*/
#testimonials
{
padding-top:100px;
padding-bottom:100px;

}
#testimonials.col-md-4
{
padding:10px 30px;


}
#testimonials.col-md-4 h4
{
padding: 50px;
}
#testimonials.col-md-4 img
{
width: 60px;
height:60px;
border-radius:50%;
margin-left:30px;
margin-top:30px;
border:5px solid #fff;
margin-bottom:30px;
}
.review
{
font-size: 16px;
padding: 10px 10px 10px 30px;
border-radius:10px;
box-shadow:0px 0px 20px 1px rgba(0,0,0,0.2);
}
.review.fa-twitter
{
color: #013f7e;

}
#testimonials span
{
color: #013f7e;
font-weight:600;
font-size:18px;
}
#testimonials h1
{
margin-bottom: 20px;
color:#013f7e;
}
#testimonials p
{
padding-bottom: 20px;
}
#testimonials.middle
{
margin-bottom: -30px;
margin-top: -30px;
}
/*....................subscribe......................*/
.subscribe
{
padding:50px 20px;
background-color:#013f7e;
position:relative;
box-shadow:0 0 20px 7px rgba(0,0,0,0.2);
margin-bottom: -160px;
}
.subscribe h3,.subscribe p
{
color:#fff;

}
.subscribe.input-group
{
border-radius:30px;
background:#fff;
max-width:500px;
margin:10px auto;
padding:5px;

}
.subscribe.form-control
{
border:none;
background:transparent;
}
.subscribe.form-control:focus
{
box-shadow:none;
background:transparent;
}

.subscribe.input-group-append
{
background-image:linear-gradient(to right, #1c03b5, #5c8bef);
border-radius:30px;
}

.subscribe.input-group-text
{
background:transparent;
border:none;
color:#fff;
}
.subscribe.btn:focus
{
box-shadow:none;

}
/*..................footer..............................*/
#footer
{
margin-top:20px;

padding:20px;
background-color:#efefef;
color:#013f7e

}
#footer-logo
{
width:150px;
margin-top:25px;
margin-bottom:15px;
}
#footer h1
{
font-size:15px;
text-align:left;
margin-top:25px;
margin-bottom:25px;
}
#footer p
{
font-size:12px;
text-align:left;
margin-top:25px;
margin-bottom:25px;
}
#footer.city
{

margin-left:37px;
}
#footer.row.fa
{
padding-right:20px;
font-size:15px;
}
#footer.hr
{
margin-top:10px;

}
#footer.fa-heart-o
{
color:red;
font-size:17px;
}
#footer.copyright
{
font-size:15px;
text-align:center;
margin-top:25px;
margin-bottom:-80px;
}












.container {
	display: block;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.small {
	width: 180px;
	height:150px;
	position: relative;
	margin: 3px;
	border-radius: 5px;
}

.small:hover {
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}

.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 90%;
	background: rgba(0, 0, 0, 0.7);
}

a div {
	position: relative;
	margin: auto auto;
	text-align: center;
}

.lightbox:target {
	display: -webkit-box;
	display: flex;
}

.container a {
	text-decoration: none;
}

.container p {
	font-size: 20px;
	color: white;
	font-family: 'Poiret One';
}



* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: fixed;
  top: 60px;
    left: 0;
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color:#040273
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 70%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}

.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 80%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}