


/*================================ CONTACT WRAPPER ================================= */
.contact-page-wrapper {
  background: url(../images/wrapper/contact_wrapper.jpg) no-repeat;
  width: 100%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  height: 320px;
  background-position: center bottom;
  background-size: cover;
  position: relative; }
  .contact-page-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .contact-page-wrapper .wrapper_text {
    width: 100%;
    position: absolute;
    bottom: 140px;
    text-align: center; }
    .contact-page-wrapper .wrapper_text .wrapper-content {
      position: relative;
      padding: 0; }
      .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1 {
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        margin: 50px 0 10px;
        color: #fff;
        font-size: 2.1rem; }
        .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:before, .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:after {
          display: inline-block;
          width: 50px;
          height: 1px;
          content: '';
          vertical-align: middle;
          background: #fff; }
        .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:before {
          margin-right: 10px !important; }
        .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:after {
          margin-left: 10px !important; }
      .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0.1);
        font-size: 13px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 0px !important;
        padding: 10px;
        border-radius: 5px;
        text-transform: uppercase; }
        .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles a {
          color: rgba(255, 255, 255, 0.6);
          display: inline-block;
          margin: 0;
          padding: 0;
          cursor: pointer; }
        .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles .divider {
          display: inline-block;
          opacity: 0.7;
          margin: 0em 0.21428571rem 0em;
          font-size: 0.92857143em;
          color: #fff;
          vertical-align: baseline; }
        .contact-page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles .active {
          display: inline-block;
          margin: 0;
          padding: 0;
          font-weight: bold;
          color: #fff; }





/*================================ CONTACT PAGE ================================= */
.contact-title{
    text-align: center;
    margin-bottom: 40px;

}

.contact-title h3{
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-title h3:after{
    position: absolute;
    content: '';
    background: #fbb908;
    height: 3px;
    width: 130px;
    top: 75px;
    left: 50%;
    transform: translate(-50%);
}
    

.contact-description p{
    font-size: 15px;
    color: #4c4949;
    text-align: center;
}

.image-sec{
    text-align: center;
}

.image-sec img{
    width: 45%;
}

.logo-section{
    margin-bottom: 50px;
}

.contact_page_section {
  background: url(../images/welcome-bg.jpg) no-repeat;
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  height: 240px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
  margin-top: 100px; 
}
.contact_page_section .contact-form-wrapper {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); 
}
.contact_page_section .contact-form-wrapper .input-css {
      height: 45px;
      padding-left: 35px;
      border-radius: 0px;
      border: 1px solid #103F6E; 
}
.contact_page_section .contact-form-wrapper .textarea-css {
      height: 100px;
      padding-left: 35px;
      border-radius: 0px;
      border: 0px;
      border: 1px solid #103F6E; 
}
.contact_page_section .contact-form-wrapper:hover .view_more_btn {
      color: #fff; 
}
.contact_page_section .contact-form-wrapper:hover .view_more_btn:after {
      top: 0;
      height: 100%; 
}
.contact_page_section .contact-social-icon {
    margin-top: 30px; 
}
.contact_page_section .contact-social-icon .social-icon-links {
      display: inline-block;
      padding-left: 0px !important; 
}
.contact_page_section .contact-social-icon .social-icon-links li {
        display: inline-block;
        padding-right: 10px !important;
}
.contact_page_section .contact-social-icon .social-icon-links li a {
          position: relative;
          text-decoration: none;
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          overflow: hidden;
          text-align: center; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.front, .contact_page_section .contact-social-icon .social-icon-links li a i.back {
            position: absolute;
            width: 100%;
            left: 0;
            transition: all .40s linear;
            border-radius: 50%;
            height: 100%;
            line-height: 40px; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.front {
            background: #119DA4;
            color: #fff; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.front.fa-facebook-f {
            background: #3b5998; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.front.fa-twitter {
              background: #00acee; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.front.fa-instagram {
      background: #3f729b; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.front.fa-linkedin-in {
      background: #0e76a8; 
}
.contact_page_section .contact-social-icon .social-icon-links li a i.back {
    background: #fff;
    transform: translateY(40px);
    color: #119DA4;
}
.contact_page_section .contact-social-icon .social-icon-links li a:hover i.front {
    transform: translateY(-40px); 
}
.contact_page_section .contact-social-icon .social-icon-links li a:hover i.back {
    transform: translateY(0px); 
}
.contact_page_section .contact-social-icon .social-icon-links li a:hover i.back.fa-facebook-f {
      color: #3b5998; 
  }
.contact_page_section .contact-social-icon .social-icon-links li a:hover i.back.fa-twitter {
      color: #00acee; 
  }
.contact_page_section .contact-social-icon .social-icon-links li a:hover i.back.fa-instagram {
      color: #3f729b; 
  }
.contact_page_section .contact-social-icon .social-icon-links li a:hover i.back.fa-linkedin-in {
      color: #0e76a8; 
  }
.contact_page_section .contact-block {
    margin-top: 30px !important;
    padding: 31px 30px;
    position: relative;
    overflow: hidden;
    color: #119DA4;
    text-align: center; 
}
.contact_page_section .contact-block:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 1px;
      height: 79%; 
  }
.contact_page_section .contact-block:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 89%;
      height: 1px; 
  }
.contact_page_section .contact-block:before, .contact_page_section .contact-block:after {
      background: #119DA4; 
  }
.contact_page_section .contact-block .border-shape:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 1px;
      height: 79%; }
.contact_page_section .contact-block .border-shape:after {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 89%;
      height: 1px; }
.contact_page_section .contact-block .border-shape:before, .contact_page_section .contact-block .border-shape:after {
      background: #119DA4; }
.contact_page_section .contact-block i {
      font-size: 40px;
      margin-bottom: 20px; }
.contact_page_section .contact-block p {
      font-size: 20px;
      margin-bottom: 0px; }
.contact_page_section .contact-block .contact-page-contact {
      padding-left: 0;
      list-style: none;
      display: inline-block;
      margin-bottom: 0; }
.contact_page_section .contact-block .contact-page-contact li {
        display: inline-block;
        padding-right: 15px; }
.contact_page_section .contact-block .contact-page-contact li a {
          color: #b74f6f;
          font-size: 15px; }
.contact_page_section .contact-block .contact-page-contact li a i {
            margin-bottom: 0;
            font-size: 20px; }

.contact_page_form {
  /*margin-top: -115px;*/
  margin-bottom: 40px; 
}
.contact_page_form .contact-form-wrapper {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); 
}
.contact_page_form .contact-form-wrapper .input-css {
      height: 45px;
      padding-left: 2px;
      border-radius: 0px;
      border: 0;
      outline: 0;
      background: transparent;
      border-bottom: 1px solid #ccd8e4cc;
      box-shadow: none; 
}
.contact_page_form .contact-form-wrapper .textarea-css {
      height: 100px;
      padding-left: 2px;
      border-radius: 0px;
      border: 0;
      outline: 0;
      background: transparent;
      border-bottom: 1px solid #ccd8e4cc;
      box-shadow: none; 
}
.contact_page_form .contact-form-wrapper .form-control:focus {
      box-shadow: none;
      border-color: #1B5775; 
}
.contact_page_form .contact-form-wrapper:hover .view_more_btn {
      color: #fff; 
}
.contact_page_form .contact-form-wrapper:hover .view_more_btn:after {
      top: 0;
      height: 100%; 
}
.contact_page_form .chat_sec {
    margin-top: 35px; 
}
    .contact_page_form .chat_sec h3 {
      text-transform: uppercase; }
    .contact_page_form .chat_sec p {
      text-align: justify; }
  .contact_page_form .chat-apps {
    text-align: center;
    margin-top: 25px; }
    .contact_page_form .chat-apps img {
      width: 80px; }
    .contact_page_form .chat-apps p {
      font-size: 26px;
      font-weight: 500; }
  .contact_page_form .contact-social-icon {
    margin-top: 30px; }
    .contact_page_form .contact-social-icon .social-icon-links {
      display: inline-block;
      padding-left: 0px !important;
      margin-left: 150px; }
      .contact_page_form .contact-social-icon .social-icon-links li {
        display: inline-block;
        padding-right: 10px !important; }
        .contact_page_form .contact-social-icon .social-icon-links li a {
          position: relative;
          text-decoration: none;
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          overflow: hidden;
          text-align: center; }
          .contact_page_form .contact-social-icon .social-icon-links li a i.front, .contact_page_form .contact-social-icon .social-icon-links li a i.back {
            position: absolute;
            width: 100%;
            left: 0;
            transition: all .40s linear;
            border-radius: 50%;
            height: 100%;
            line-height: 40px; }
          .contact_page_form .contact-social-icon .social-icon-links li a i.front {
            background: #119DA4;
            color: #fff; }
            .contact_page_form .contact-social-icon .social-icon-links li a i.front.fa-facebook-f {
              background: #3b5998; }
            .contact_page_form .contact-social-icon .social-icon-links li a i.front.fa-twitter {
              background: #00acee; }
            .contact_page_form .contact-social-icon .social-icon-links li a i.front.fa-instagram {
              background: #3f729b; }
            .contact_page_form .contact-social-icon .social-icon-links li a i.front.fa-linkedin-in {
              background: #0e76a8; }
          .contact_page_form .contact-social-icon .social-icon-links li a i.back {
            background: #fff;
            transform: translateY(40px);
            color: #119DA4; }
          .contact_page_form .contact-social-icon .social-icon-links li a:hover i.front {
            transform: translateY(-40px); }
          .contact_page_form .contact-social-icon .social-icon-links li a:hover i.back {
            transform: translateY(0px); }
            .contact_page_form .contact-social-icon .social-icon-links li a:hover i.back.fa-facebook-f {
              color: #3b5998; }
            .contact_page_form .contact-social-icon .social-icon-links li a:hover i.back.fa-twitter {
              color: #00acee; }
            .contact_page_form .contact-social-icon .social-icon-links li a:hover i.back.fa-instagram {
              color: #3f729b; }
            .contact_page_form .contact-social-icon .social-icon-links li a:hover i.back.fa-linkedin-in {
              color: #0e76a8; }
  .contact_page_form .contact-number {
    padding: 35px 20px;
    margin-bottom: 55px; }
    .contact_page_form .contact-number h3 {
      text-align: center; }
  .contact_page_form .contact-info {
    background: #6194CD;
    padding: 1px 20px;
    height: 535px; }
    .contact_page_form .contact-info p {
      color: #fff;
      margin-left: 15px; }
.contact_page_form .contact-info h3 {
      color: #fff;
      text-align: center;
      margin-bottom: 45px; 
}

.contact_page_form .contact-info h4 {
      color: #fff;
      text-align: center;
      margin-bottom: 20px;
      font-size: 33px;
      margin-top: 45px; 
}


    .contact_page_form .contact-info ul {
      padding: 0px 0px 0px 35px; }
      .contact_page_form .contact-info ul li {
        list-style: none; }
        .contact_page_form .contact-info ul li i {
          color: #fff; }
    .contact_page_form .contact-info .footer-info {
      display: inline-flex; }
    .contact_page_form .contact-info .footer-phone {
      display: inline-flex; }
    .contact_page_form .contact-info .footer-mail {
      display: inline-flex; }
  .contact_page_form .contact-block {
    margin-top: 30px !important;
    padding: 31px 30px;
    position: relative;
    overflow: hidden;
    color: #119DA4;
    text-align: center; }
    .contact_page_form .contact-block:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 1px;
      height: 79%; }
    .contact_page_form .contact-block:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 89%;
      height: 1px; }
    .contact_page_form .contact-block:before, .contact_page_form .contact-block:after {
      background: #119DA4; }
    .contact_page_form .contact-block .border-shape:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 1px;
      height: 79%; }
    .contact_page_form .contact-block .border-shape:after {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 89%;
      height: 1px; }
    .contact_page_form .contact-block .border-shape:before, .contact_page_form .contact-block .border-shape:after {
      background: #119DA4; }
    .contact_page_form .contact-block i {
      font-size: 40px;
      margin-bottom: 20px; }
    .contact_page_form .contact-block p {
      font-size: 20px;
      margin-bottom: 0px; }
    .contact_page_form .contact-block .contact-page-contact {
      padding-left: 0;
      list-style: none;
      display: inline-block;
      margin-bottom: 0; }
      .contact_page_form .contact-block .contact-page-contact li {
        display: inline-block;
        padding-right: 15px; }
        .contact_page_form .contact-block .contact-page-contact li a {
          color: #b74f6f;
          font-size: 15px; }
          .contact_page_form .contact-block .contact-page-contact li a i {
            margin-bottom: 0;
            font-size: 20px; }


