
.top-box {
  padding: 20px 0;
}


.header img {
  width: 100%;
}


.contact-details {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-details h3 {
  font-size: 26px;
}

.contact-details p {
  font-size: 16px;
}

.contact-details .social-icons{
   padding:20px 0px;
}

.contact-details .social-icons i{
	padding:0px 20px;
	font-size:20px;
	color: #37383b;
}

.contact-details .social-icons i:hover{
	color:#1e76a8;
}


.modal-body {
    position: relative;
    padding: 15px;
    background-image: url("../images/lotus-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}



.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f57e14;
}


.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}

.modal p {
  font-size: 14px;
  line-height: 22px;
}
.img-width{width:50%;}
.line{height:100px; background-color: #F57F15; padding: 3px; color:#fff}
