body{
	font-family: 'Open Sans';
	font-size: 13px;
}
.container{
	max-width: 1130px;
}
section.sec1 {
  background-color: #ececec;
  background-image: url("../images/vector-countries.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  min-height: 290px;
  position: relative;
  margin-top: 30px;
}
.no-padding{
	padding: 0;
}
marquee.marq {
  font-size: 25px;
  padding: 25px;
  position: absolute;
  top: 10%;
  color: #d82231;
  text-transform: uppercase;
}
.title h3 {
  padding: 42px 0 30px;
}
.title {
  background: #f6f6f6 none repeat scroll 0 0;
  min-height: 270px;
  text-align: center;
}
.whybook .col-sm-3 {
  padding: 0 5px;
}
footer {
  background: #313237 none repeat scroll 0 0;
  padding: 15px 0 0;
  position: relative;
  z-index: 999;
}
.footer-rows .line-r h3 {
/*  border-bottom: 1px solid #fff;*/
  color: #fff;
  font-size: 18px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact li {
  color: #b2b2b2;
  display: block;
}
.contact li i {
  color: #de4b39;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  height: 22px;
  width: 10%;
}
.contact li:first-child i {
  float: left;
}
.f-signup.line-r > form {
  margin-top: 25px;
}
.f-signup.line-r input {
  border: medium none;
  font-size: 18px;
  height: 50px;
  padding: 13px;
  width: 100%;
}

.f-signup.line-r a {
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 17px;
  margin: 15px 0;
  padding: 10px;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.f-signup.line-r > p {
  color: #fff;
}
.footer-rows .line-r a {
  color: #b2b2b2;
  display: block;
  padding: 3px 0;
  text-decoration: none;
  text-transform: capitalize;
}
.footer-rows ul {
    padding: 0;
}
.line-r em {
  font-style: normal;
}
.f-signup.line-r a {
    padding: 13px;
}
.footer-rows {
    margin: 0 auto;
    max-width: 83%;
}
.ttl {
    color: #1b9cdc;
}
.man-dire img {
    height: 150px;
    margin-top: 20px;
    width: 150px;
}
.team-text::after {
    content: url("../images/arrow.png");
    left: -112px;
    position: absolute;
    top: 53px;
}
.team-text {
    background: #fff none repeat scroll 0 0;
    padding: 40px;
    position: relative;
}
.ttl {
    font-size: 25px;
    margin: 20px 0;
    text-transform: uppercase;
}
.man-dire {
  background: #f6f6f6 none repeat scroll 0 0;
  padding-bottom: 40px;
}

@media (max-width:767px){
.marquee.marq {
  font-size: 17px;
}
section.sec1 {
  background-size: 100% auto;
  min-height: 200px;
}
.team-text::after {
  content: none;
}
}
