@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.otf');
}
@font-face {
  font-family: 'Proxima Bold';
  src: url('../fonts/Proxima Nova Bold.otf');
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/GothamBook.ttf');
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf');
}
.aboutus-page .home-section {
  background-image: url('../images/aboutus_back.jpg');
  height: 45vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutus-title {
  font-family: 'Gotham Bold';
  text-transform: uppercase;
  /*margin-top: 20%;*/
  color: #fff;
  position: absolute;
  top: 32%;
  width: 56%;
}
.aboutus-title h3 {
  font-weight: 600;
  font-size: 40px;
}
.aboutus-content {
  font-size: 22px;
  font-family: 'Gotham Book';
  color: #4860b9;
  text-align: justify;
  font-weight: 600;
}
.mobile-img {
  /*margin-top: -200px;*/
  /*height: 400px;*/
  width: 100%;
}
.aboutus-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) and (min-width: 300px) {
  .mobile-img {
      display: none;
  }
}
@media (min-width:300px) and (max-width: 767px) {
  .aboutus-content {
    font-size: 16px;
  }
}
@media (min-width:569px) and (max-width: 767px) {
  .aboutus-title {
    position: absolute;
    top: 30%;
  }
}
@media (min-width:300px) and (max-width: 568px) {
 .aboutus-title {
    position: absolute;
    top: 32%;
  }
  .aboutus-title {
    width: 56%;
  }
  .aboutus-title h3 {
    font-size: 28px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1900px) {
  .home-section .aboutus-title {
      top: 32% !important;
  }
}
@media (min-width: 1900px) and (max-width: 2500px) {
  .home-section .aboutus-title {
      top: 32% !important;
  }
}
@media (min-width: 700px) and (max-width: 900px) {
  .home-section .aboutus-title {
      top: 28% !important;
  }
  .site-title {
    font-size: 22px !important;
  }
  .contact-btn {
    padding: 5px 34px !important;
    width: 160px !important;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .home-section .aboutus-title {
      top: 28% !important;
  }
  .site-title {
    font-size: 29px !important;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .home-section .aboutus-title {
      top: 32% !important;
  }
  .aboutus-title h3 {
    font-size: 36px;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .home-section .aboutus-title {
      top: 32% !important;
  }
}

/*Contact us*/

.contact-box {
    margin-top: 55px;
    /*height: 530px;*/
    height: 330px;
    border-radius: 45px;
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.16);
    padding: 25px 65px;
}
.contact-box h3 {
    font-family: 'Gotham Bold';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.49;
    letter-spacing: normal;
    text-align: left;
    color: #4860b9;
}
.contact-box p.contact-desc {
    font-family: 'Gotham Book';
      font-size: 20px;
    line-height: 1.36;
    font-weight: 600;
    text-align: left;
    color: #4860b9;
}
.address-box {
    /*height: 295px;*/
    height: 175px;
    border-radius: 15px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11);
    border: solid 1px #4860b9;
    padding-top: 22.5px;
}
.addr-title {
    font-size: 15px;
    font-family: 'Gotham Book';
    line-height: 2.1;
    text-align: left;
    color: #4860b9;
    font-weight: bold;
    margin-bottom: 0;
}
.addr-desc {
    font-size: 13px;
    font-family: 'Gotham Book';
    text-align: left;
    color: #4860b9;
}
.address-box i {
    color: #4860b9;
    font-weight: 700;
    font-size: 20px;
}
textarea::-webkit-input-placeholder {
    color: #4860b9;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #4860b9;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #4860b9;  
}

textarea:-ms-input-placeholder {
    color: #4860b9;  
}

textarea::placeholder {
    color: #4860b9;  
}
.contactusform .form-group {
  font-family: 'Proxima Nova';
}
.contactusform .name, .contactusform .email {
    border: 1px solid #4860b9;
   /* border-radius: 15px;
    height: 57px;*/
    border-radius: 8px;
    height: 35px;
    font-size: 15px;
}
.contactusform .yourmessge {
    border: 1px solid #4860b9;
    border-radius: 8px;
    font-size: 15px;
    height: 72px;
}
.send-btn {
    float: right;
}
.contact-desc span {
    cursor: pointer;
}
.send-btn {
    background-color: #4860b9;
    color: #fff;
    border-radius: 25px;
    padding: 7px 35px;
}
.send-btn:hover {
    background-color: transparent;
    color: #4860b9;
    border: 1px solid #4860b9;
}
@media (max-width: 992px) and (min-width: 300px) {
  .contact-box {
    padding: 25px 40px !important;
    /*height: 820px !important;*/
    height: 530px !important;
  }
   .contact-box h3 {
    font-size: 22px !important;
  }
  .mar-top {
    margin-top: 20px;
  }
  .pad0 {
    padding: 0;
  }
}

@media (max-width: 472px) and (min-width: 300px) {
  .alert {
    font-size: 9px;
  }
}
