/*-------------------------------------------*/
/*------ To Banner Area Styles -------*/
/*-------------------------------------------*/
form label,.form-label{
  color: #212529!important;
}
.form-label{
  font-size: 16px;
}

/*-------------------------------------------*/
/*------ To Banner Area Styles -------*/
/*-------------------------------------------*/
.banner-area {
  width: 100%;
  height: 40vh;
  padding: 370px 0 350px;
  background-color: #b0b0b0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative
}

@media (min-width:768px) and (max-width:991.98px) {
  .banner-area {
    padding: 280px 0
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .banner-area {
    padding: 250px 0
  }
}
@media (max-width:575.98px) {
  .banner-area {
    padding: 200px 0
  }
}

.template-btn {
  color: #fff;
  background: linear-gradient(to right, #244cfd, #15e4fd);
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 30px!important;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.template-btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: .8
}

.banner-area.other-page{
  padding: 220px 0 170px;
}
.banner-area.other-page a{
  color: #777;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*-------------------------------------------*/
/*------ Welcome Area Section Styles -------*/
/*-------------------------------------------*/
.section-top {
  margin-bottom: 80px;
}
.section-padding {
  padding: 130px 0;
}
.section-padding3 {
  padding-top: 60px;
  padding-bottom: 0px;
}

.welcome-img iframe {
  width: 120%;
  position: relative;
  z-index: 1;
}
@media (min-width:768px) and (max-width:991.98px) {
  .welcome-img img {
    width: 100%
  }
}
@media (min-width:576px) and (max-width:767.98px) {
  .welcome-img img {
    width: 100%
  }
}
@media (max-width:575.98px) {
  .welcome-img img {
    width: 100%
  }
}

.welcome-text {
  padding: 60px;
  border: 10px solid #f9f9f9
}
@media (min-width:576px) and (max-width:767.98px) {
  .welcome-text {
    padding: 50px
  }
}
@media (max-width:575.98px) {
  .welcome-text {
    padding: 40px 20px
  }
}

/*-------------------------------------------*/
/*------ Conatct Form Styles -------*/
/*-------------------------------------------*/

.info-text h3 {
    text-transform: inherit;
    color: #222;
    font-family: Ubuntu, sans-serif;
    font-size: 18px!important;
    font-weight: 700;
}

.into-icon i {
    font-size: 20px;
    color: #244cfd;
    margin-right: 20px
}

.contact-form form .left {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-right: 4%
}

@media (max-width:575.98px) {
  .contact-form form .left {
    width: 100%;
    float: none
  }
}

.contact-form form .left input {
  width: 100%;
  border: 1.8px solid #f9f9f9;
  padding: 12px 20px;
  margin-bottom: 20px
}

.contact-form form .right {
  width: 48%;
  overflow: hidden
}

@media (max-width:575.98px) {
  .contact-form form .right {
    width: 100%;
    float: none
  }
}

.contact-form form .right textarea {
  width: 100%;
  border: 1px solid #f9f9f9;
  padding: 12px 20px
}

.contact-form form button {
  margin-top: 20px;
  float: right;
  border: none
}

@media (max-width:575.98px) {
  .contact-form form button {
    float: left
  }
}
