/*
  // Overlay mixin
*/
/*
  // Prefixes mixin
*/
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800&display=swap");
* {
  box-sizing: border-box;
}

.container {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fliud {
  width: 100%;
}
@media (min-width: 768px) {
  .container-fliud {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container-fliud {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-fliud {
    width: 100%;
  }
}

.menu-container {
  width: 600px;
  margin: auto;
  position: relative;
}

.the-toggler {
  background-color: #1F4F75;
  border: none;
  padding: 8px;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 20px;
  display: none;
}
@media (max-width: 992px) {
  .the-toggler {
    background-color: transparent;
    right: 6px;
    top: 30px;
    display: inline-block;
  }
}
.the-toggler span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #000;
}
.the-toggler span:not(:last-child) {
  margin-bottom: 5px;
}

body {
  background-color: #FAFBFF;
  font-family: Tahoma;
  font-size: 16px;
}

ul, ol {
  list-style: none;
  padding: 0;
}

.header {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999999;
  top: 0;
  background-color: #fff;
  box-shadow: rgba(221, 221, 221, 0.2) 0px 5px 25px 0px;
}
.header .logo {
  width: 25%;
  float: left;
}
.header .logo img {
  margin: 25px 15px;
}
@media (max-width: 767px) {
  .header .logo {
    width: auto;
  }
}
.header .navebar {
  width: 75%;
  float: left;
  margin: 32px 0px 0px 0px;
}
@media (max-width: 992px) {
  .header .navebar {
    display: none;
  }
}
.header .navebar li {
  float: left;
  text-align: left;
  font-size: 15px;
  padding-right: 30px;
}
.header .navebar li a {
  display: block;
  margin: 30px 20px;
  color: #9b9b9b;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.header .navebar li a:hover, .header .navebar li a.active {
  border-bottom: 1px solid;
  border-width: 3px;
  padding-bottom: 5px;
  color: #1F4F75;
}
@media (min-width: 992px) {
  .header .navebar li a {
    margin: 30px 10px;
  }
}
@media (min-width: 1200px) {
  .header .navebar li a {
    margin: 10px 15px;
  }
}
@media (max-width: 767px) {
  .header .navebar li a {
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  .header .navebar li {
    width: 100%;
  }
}
.header .navebar .contact {
  float: right;
}
.header .navebar .contact .contact-button {
  background-color: #D7A55B;
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  color: #fff !important;
}
@media (max-width: 767px) {
  .header .navebar .contact .contact-button {
    float: unset;
    background-color: unset;
    border-radius: unset;
    padding: unset;
    color: #9b9b9b !important;
    max-height: unset;
    margin: 15px 0;
  }
}

body {
  background-color: #fff;
}

.section {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section {
    margin-bottom: 0px;
  }
}
.section .back-img {
  background-image: url(../imgs/about-back.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 47vh;
}
@media (max-width: 767px) {
  .section .back-img {
    height: 30vh;
  }
}
.section .back-img .back-color {
  background: rgba(33, 73, 113, 0.8);
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.section .back-img .back-color .page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .section .back-img .back-color .page-title {
    font-size: 30px;
  }
}

.team-back {
  background-color: #F3F3F3;
  padding: 60px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.team-back .team-box .container {
  text-align: center;
}
.team-back .team-box .container .lable {
  color: #D7A55B;
  font-size: 24px;
  text-align: center;
  margin: 15px auto 60px auto;
}

.contact-us-form {
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}

.contact-us-form h2 {
  color: #d7a55b;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
}

.contact-us-form .line {
  margin-top: 0;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.contact-us-form .inner-line {
  background: #d7d7d7;
}

.contact-us-form .form-box {
  overflow: hidden;
}

.contact-us-form .form-box .border {
  overflow: hidden;
  border: 1px solid #ecf0ef;
  background: #fafafa;
  display: inline-block;
  width: 96%;
  margin-left: 5px;
}

.contact-us-form .form-box .field-box {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 5px 0;
}

.contact-us-form .form-box .field-box label {
  float: left;
  background: #fafafa;
  line-height: 42px;
  font-size: 18px;
  padding: 0 0 0 14px;
  color: #d7a55b;
}

.contact-us-form .form-box .field-box input {
  background: #fafafa;
  height: 42px;
  box-sizing: border-box;
  font-size: 16px;
  color: #2e2e2e;
  padding: 0 10px;
  border: 0;
  width: 90%;
}
@media (max-width: 767px) {
  .contact-us-form .form-box .field-box input {
    width: 100%;
  }
}

.contact-us-form .msgbox {
  position: relative;
  display: block;
  overflow: hidden;
}

.contact-us-form .msgbox label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #d7a55b;
}

.contact-us-form .msgbox textarea {
  padding: 10px 38px;
  box-sizing: border-box;
  font-size: 16px;
  width: 98%;
  background: #fafafa;
  margin: 5px 1px;
  border: 1px solid #ecf0ef;
  height: 170px;
  color: #494949;
}

.contact-us-form .sendbtn {
  color: #fff;
  font-size: 16px;
  border: 0;
  line-height: 38px;
  display: block;
  margin: 18px auto;
  cursor: pointer;
}

.contact-us-form .sendbtn span#two {
  line-height: 38px;
  background: #f1af4c;
  padding: 0 22px;
}

.contact-us-form .sendbtn span {
  background: #c57f19;
  float: right;
  line-height: 38px;
  width: 75px;
  font-size: 16px;
}

.footer {
  background-color: #1F4F75;
  overflow: hidden;
  padding: 70px 0px 40px 0px;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0px 40px 0px;
  }
}
.footer .container {
  overflow: hidden;
}
.footer .footer-logo, .footer .company, .footer .contact, .footer .head-quarter, .footer .social-icons {
  float: left;
}
.footer .footer-logo {
  width: 50%;
}
@media (max-width: 767px) {
  .footer .footer-logo {
    width: 100%;
  }
}
.footer .footer-logo .footer-disc {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .footer .footer-logo .footer-disc {
    padding-right: 0;
  }
}
.footer .footer-logo .footer-disc p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.6;
  font-size: 17px;
}
.footer .company {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .footer .company {
    width: 100%;
  }
}
.footer .contact {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .footer .contact {
    width: 100%;
  }
}
.footer .head-quarter {
  width: 16.6666666667%;
}
@media (max-width: 767px) {
  .footer .head-quarter {
    width: 100%;
  }
}
.footer .section-title {
  color: #fff;
  font-size: 18px;
}
.footer .section-items a {
  text-decoration: none;
  line-height: 1.9;
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}
.footer .section-items a:hover {
  color: #eee;
}
.footer .social-icons {
  position: absolute;
  right: 0;
  top: 15%;
}
@media (max-width: 767px) {
  .footer .social-icons {
    top: 40%;
  }
}
.footer .social-icons .styling-social-icons {
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(213, 211, 210, 0.2509803922);
  padding: 0.5em 0.6em;
  font-size: 18px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}
@media (max-width: 767px) {
  .footer .social-icons .styling-social-icons {
    margin-bottom: 30px;
  }
}
.footer .social-icons a {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}

a i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0 0 2px #888;
  padding: 0.5em 0.6em;
}

.copy-right .copy-right-text {
  margin: 0;
  text-align: center;
  background-color: #2c99c3;
  padding: 20px;
  color: #fff;
}/*# sourceMappingURL=contactpage.css.map */