/*   ===============   START GENERAL STYLING   ===============   */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica,
  Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: 300;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.c-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.row {
  margin: 0 !important;
}

.clearfix {
  clear: both;
}

.line {
  background: #EB974E;
  width: 50px;
  height: 2px;
}

/*   ===============   END GENERAL STYLING   ===============   */


/*   ===============   START NAVIGATION STYLING   ===============   */

.nav {
  width: 100%;
  background: #FFF;
  box-shadow: none;
  height: 55px;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

.nav .box {
  float: left;
}

.nav .box {
  float: left;
}

.nav .box-1 {
  width: 25%;
}

.nav .box-1 .logo-wrapper {
  padding: 3px 0;
}

.nav .box-1 .logo-wrapper img {
  display: block;
  width: 60px;
}

.nav .box-2 {
  width: 75%;
}

.nav .box-2 ul {
  margin: 0 0 0 6em;
}

.nav .box-2 .links-wrapper ul li {
  float: left;
  padding: 11px 17px 17px;
  position: relative;
  border-top: 2px solid #fff;
}

.nav .box-2 .links-wrapper ul li a {
  color: #363d3c;
  font-size: .77em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.nav .box-2 .links-wrapper ul li.active {
  background: #fff7f0;
  border-top: 2px solid #EB974E;
}

.nav .box-2 .links-wrapper ul li:hover {
  background: #fff7f0;
  border-top: 2px solid #EB974E;
}

.nav .box-3 {
  width: 15%;
}

.nav .box-3 .login-wrapper {
  padding: 8px 0;
  overflow: hidden;
}

.nav .box-3 .login-wrapper .btn {
  float: right;
  padding: 0 1.7em 0 1.55em;
  box-shadow: none !important;
  font-size: .7em;
  font-weight: 600;
  border-radius: 2px;
  background: #EB974E !important;
}

.nav .box-3 .login-wrapper .btn .material-icons {
  color: #fff;
  font-size: 1.5em;
  margin-right: 8px;
}

.nav .box-3 .login-wrapper .menu-icon {
  color: #EB974E;
  font-size: 1.75em;
  cursor: pointer;
}

.nav .box-3 .login-wrapper .close-icon {
  color: #EB974E;
  font-size: 1.75em;
  cursor: pointer;
  display: none;
}

.nav .mobile-menu {
  background: #fff7f0;
  position: fixed;
  top: 55px;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  display: none;
  overflow-x:hidden;
  overflow-y:scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 9999999;
}

.nav .mobile-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nav .mobile-menu ul {
  margin: 0;
}

.nav .mobile-menu ul li {
  padding: 11px 16px;
  border-left: 2px solid #fff4eb;
  border-bottom: 1px solid #f5eae1;
  transition: .25s all;
  -webkit-transition: .25s all;
}

.nav .mobile-menu ul li a {
  color: #363d3c;
  font-size: .77em;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.nav .mobile-menu ul li a .material-icons {
  margin-top: 1px;
  margin-left: 3px;
  margin-right: -5px;
  font-size: 1.8em;
  color: #EB974E;
}

.nav .mobile-menu ul li.active {
  background: #f5e8dc;
  border-left: 3px solid #EB974E;
}

.nav .mobile-menu ul li:hover {
  background: #f5e8dc;
  border-left: 3px solid #EB974E;
  padding-left: 1.5em;
  transition: .25s all;
  -webkit-transition: .25s all;
}

.nav .mobile-menu .btn {
  width: 100%;
  box-shadow: none !important;
  font-size: .7em;
  font-weight: 600;
  border-radius: 2px;
  background: #EB974E !important;
  height: 45px;
  line-height: 45px;
  margin-top: 1.5em;
}

.nav .mobile-menu .btn .material-icons {
  color: #fff;
  font-size: 1.5em;
  margin-right: 8px;
}

/*   ===============   END NAVIGATION STYLING   ===============   */

/*   ===============   START HERO IMAGE STYLING   ===============   */

#home-hero-image {
  width: 100%;
  height: 420px;
  background-image: url('../../uploads/hero-image-3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#home-hero-image .overlay {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .4);
  position: absolute;
  top: 0;
  left: 0;
}

#home-hero-image .overlay .content-1 {
  width: 600px;
  padding: 2em;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(51, 51, 51, .5);
  border-radius: 5px;
  text-align: center;
}

#home-hero-image .overlay .content-1 .cw-heading-1 {
  color: #EB974E;
  font-size: 1em;
}

#home-hero-image .overlay .content-1 .cw-heading-2 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 100;
  margin: 5px 0 10px;
}

#home-hero-image .overlay .content-1 .cw-par {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

#home-hero-image .overlay .content-1 .cw-btn {
  padding: 0 1.5em;
  box-shadow: none !important;
  font-size: .7em;
  font-weight: 600;
  border-radius: 2px;
  background: none !important;
  height: 40px;
  line-height: 37px;
  margin-top: 2em;
  border: 2px solid #fff;
  color: #fff;
}

#home-hero-image .overlay .content-1 .cw-btn .material-icons {
  transform: rotate(180deg);
  margin: 0;
}

#home-hero-image .overlay .content-2 {
  width: 880px;
  height: 90px;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(235, 151, 78, .8);
  border-radius: 3px;
  text-align: center;
}

#home-hero-image .overlay .content-2 .box {
  float: left;
  height: 90px;
  position: relative;
}

#home-hero-image .overlay .content-2 .box-1 {
  width: 25%;
}

#home-hero-image .overlay .content-2 .box-1 .heading {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: 600;
}

#home-hero-image .overlay .content-2 .box-1 .heading span {
  margin-left: 6px;
}

#home-hero-image .overlay .content-2 .box-2 {
  width: 50%;
  border-left: 1px solid #f2e0ce;
  border-right: 1px solid #f2e0ce;
  padding: 1em;
}

#home-hero-image .overlay .content-2 .box-2 .ar-heading {
  color: #fff;
  font-size: .95em;
  font-family: 'Droid Arabic Kufi', serif;
}

#home-hero-image .overlay .content-2 .box-2 .en-heading {
  color: #fff;
  font-size: .92em;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.3;
}

#home-hero-image .overlay .content-2 .box-2 .vers_num {
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(0, -50%);
  background: #fff;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: .75em;
  font-weight: 700;
  color: #424a49;
}

#home-hero-image .overlay .content-2 .box-3 {
  width: 25%;
}

#home-hero-image .overlay .content-2 .box-3 .btn {
  padding: 0 2em 0 2.2em;
  box-shadow: none !important;
  font-size: .7em;
  font-weight: 600;
  border-radius: 2px;
  background: #fff !important;
  height: 40px;
  line-height: 37px;
  margin-top: 2em;
  border: 2px solid #fff;
  color: #363d3c;
}

#home-hero-image .overlay .content-2 .box-3 .btn .material-icons {
  transform: rotate(180deg);
  margin-left: 8px;
  color: #EB974E;
}

/*   ===============   END HERO IMAGE STYLING   ===============   */

/*   ===============   START SHORT INTRO STYLING   ===============   */

#short-intro {
  width: 100%;
  background: #fafafa;
  padding: 2rem 0;
  overflow: hidden;
}

#short-intro .content-1 {
  background: #fff;
  box-shadow: 0 2px 7px rgba(105, 122, 120, .2);
  -webkit-box-shadow: 0 2px 7px rgba(105, 122, 120, .2);
  padding: 1em;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}

#short-intro .content-1 .left-side {
  width: 40%;
  float: left;
  position: relative;
}

#short-intro .content-1 .left-side .vert-line {
  width: 10px;
  height: 120px;
  background: #EB974E;
  position: absolute;
  top: 50%;
  left: 100%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#short-intro .content-1 .left-side img {
  width: 100%;
  display: block;
}

#short-intro .content-1 .right-side {
  width: 60%;
  float: left;
  padding: .5em 1em 0 2em;
}

#short-intro .content-1 .right-side .ar-heading {
  color: #363d3c;
  font-size: 1em;
}

#short-intro .content-1 .right-side .en-heading {
  color: #363d3c;
  font-size: 1.65em;
  font-weight: 600;
  margin: 5px 0 0;
}

#short-intro .content-1 .right-side .en-par {
  color: #506b6b;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 1em;
}

#short-intro .content-1 .right-side .c-btn {
  padding: 0 1.5em;
  box-shadow: none !important;
  font-size: .7em;
  font-weight: 600;
  border-radius: 2px;
  background: none !important;
  height: 40px;
  line-height: 37px;
  margin-top: 2em;
  border: 2px solid #EB974E;
  color: #EB974E;
}

#short-intro .content-1 .right-side .c-btn .material-icons {
  transform: rotate(180deg);
  margin: 0;
}

#short-intro .content-2 {
  background: #fff;
  box-shadow: 0 2px 7px rgba(105, 122, 120, .2);
  -webkit-box-shadow: 0 2px 7px rgba(105, 122, 120, .2);
  padding: 1em;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}

#short-intro .content-2 .right-side {
  width: 40%;
  float: left;
  position: relative;
}

#short-intro .content-2 .right-side .vert-line {
  width: 10px;
  height: 120px;
  background: #EB974E;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#short-intro .content-2 .right-side img {
  width: 100%;
  display: block;
}

#short-intro .content-2 .left-side {
  width: 60%;
  float: left;
  padding: .5em 1.5em 0 1em;
}

#short-intro .content-2 .left-side .ar-heading {
  color: #363d3c;
  font-size: 1em;
}

#short-intro .content-2 .left-side .en-heading {
  color: #363d3c;
  font-size: 1.65em;
  font-weight: 600;
  margin: 5px 0 0;
}

#short-intro .content-2 .left-side .en-par {
  color: #506b6b;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 1em;
}

#short-intro .content-2 .left-side .c-btn {
  padding: 0 1.5em;
  box-shadow: none !important;
  font-size: .7em;
  font-weight: 600;
  border-radius: 2px;
  background: none !important;
  height: 40px;
  line-height: 37px;
  margin-top: 2em;
  border: 2px solid #EB974E;
  color: #EB974E;
}

#short-intro .content-2 .left-side .c-btn .material-icons {
  transform: rotate(180deg);
  margin: 0;
}

/*   ===============   END SHORT INTRO STYLING   ===============   */

/*   ===============   START SEARCH STYLING   ===============   */

#search {
  width: 100%;
  background: #EB974E;
  padding: 2rem 0;
  text-align: center;
}

#search .s-heading {
  color: #fff;
  font-size: 1em;
  font-weight: 200;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#search .circle {
  display: inline-block;
  margin: .5em;
  width: 40px;
  height: 40px;
  background: #fff;
  position: relative;
}

#search .circle .fab {
  color: #EB974E;
}

/*   ===============   END SEARCH STYLING   ===============   */

/*   ===============   START ABOUT US STYLING   ===============   */

#about-hero-image {
  width: 100%;
  height: 350px;
  background-image: url('../../uploads/hero-image-1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#about-hero-image .overlay {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, .35);
  position: absolute;
  top: 0;
  left: 0;
}

#about-hero-image .overlay .content {
  width: 400px;
  padding: 2em;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .15);
  border-radius: 5px;
  text-align: center;
}

#about-hero-image .overlay .content .cw-heading-1 {
  color: #fff;
  font-size: 1em;
}

#about-hero-image .overlay .content .cw-heading-2 {
  color: #fff;
  font-size: 2.25em;
  font-weight: 200;
  margin: 10px 0 0;
}

#about-content {
  background: #fff;
  width: 800px;
  padding: .5em 1.5em;
  margin: auto;
  position: relative;
  top: -2rem;
  overflow: hidden;
}

#about-content .en-heading-1 {
  color: #363d3c;
  font-size: 1.1em;
  font-weight: 700;
}

#about-content .en-par-1 {
  color: #363d3c;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

#about-content .ar-heading {
  color: #363d3c;
  font-size: 1.25em;
  font-weight: 600;
  margin: 1.25em 0 1.15em;
}

#about-content .en-heading-2 {
  color: #363d3c;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
}

#about-content .en-par-2 {
  color: #363d3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 1em 0;
}

#about-content .en-par-2 span {
  font-size: 1.5em;
  font-weight: 700;
  margin-right: 1px;
}

#about-content .mail {
  background: #fff7f0;
  padding: 1em;
  border-left: 3px solid #EB974E;
}

#about-content .mail p {
  color: #363d3c;
  font-size: 15px;
  font-weight: 500;
}

/*   ===============   END ABOUT US STYLING   ===============   */

/*   ===============   START CONTACT US STYLING   ===============   */

#contact-us {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background: #EB974E;
  padding: 2.5rem 0;
  text-align: center;
}

#contact-us .cu-heading {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: .5em;
}

#contact-us .cu-par {
  color: #fff;
  font-size: .95em;
  font-weight: 400;
}

#contact-us .material-icons {
  color: #fff;
  font-size: 2.5em;
  margin-top: 15px;
}

#contact-form {
  position: relative;
  width: 650px;
  background: #fff;
  top: -3rem;
  margin: auto;
  padding: 1.3rem 1.5rem 0;
}

.form .col {
  padding: 0;
}

.form .input-wrapper {
   border-radius: 4px;
   padding: 0 1em 0 2.5em;
   background: #f7f5f5;
   margin: 4px;
   position: relative;
}

.form .input-wrapper input {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 3em !important;
  font-size: 16px !important;
  box-shadow: none;
  color: #414a48;
  outline: none !important;
}

.form .input-wrapper ::placeholder {
  color: #3b484f;
  opacity: .5;
  font-weight: 400;
}

.form .input-wrapper input:focus {
  border: none !important;
  box-shadow: none !important;
}

.form .input-wrapper .form-icon {
  position: absolute;
  top: .7em;
  left: .6em;
  font-size: 1.3em;
  color: #EB974E;
}

.form .btn-input-wrapper {
   padding: 0;
   background: none;
   margin: 4px;
}

.form .form-btn {
  border-radius: 3px;
  width: 100%;
  box-shadow: none;
  height: 3.6em;
  line-height: 3.6em;
  font-weight: 500;
  font-size: .8em;
  color: #fff !important;
  background: #EB974E !important;
}

.form label {
  color: #424a49;
  font-size: .9em;
  font-weight: 600;
  margin-left: 4px;
}

.form .sp-input-wrapper {
   border-radius: 4px;
   padding: .75em 1em .4em 2.8em;
   background: #f7f5f5;
   margin-top: .35em;
   margin-bottom: .35em;
   position: relative;
}

.form .sp-input-wrapper .form-icon {
   top: .6em !important;
}

.form textarea {
   outline: none !important;
   border: none !important;
   resize: none;
   height: 5em;
   color: #414a48;
}

/*   ===============   END CONTACT US STYLING   ===============   */

/*   ===============   START FOOTER STYLING   ===============   */

footer {
  width: 100%;
  overflow: hidden;
  background: #c98040;
  position: relative;
}

footer .footer-body {
  overflow: hidden;
  padding: 1.5em 0;
  text-align: center;
}

footer .footer-body .b-heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 1.5em;
}

footer .footer-body a {
  color: #a0b5ba;
  font-size: .93em;
  font-weight: 400;
  cursor: pointer;
  padding: .5em 1em;
  display: inline-block;
  background: rgba(0, 0, 0, .2);
  text-align: center;
  border-radius: 100px;
  overflow: hidden;
}

footer .footer-body a .material-icons {
  margin: 0 8px 0 -5px;
  opacity: .3;
}

footer .footer-footer {
  width: 100%;
  background: rgba(0, 0, 0, .2);
  padding: .7em 0;
  text-align: center;
}

footer .footer-footer p {
  color: #fff;
  font-size: .9em;
  font-weight: 400;
  cursor: pointer;
}

/*   ===============   END FOOTER STYLING   ===============   */

/*   ===============   MEDIA QURIES   ===============   */

@media only screen and (max-width: 600px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-xs {
    display: none !important;
  }

  .nav .box-1 {
    width: 50%;
  }

  .nav .box-3 {
    width: 50%;
  }

  .nav .box-3 .login-wrapper {
    padding: 13px 0;
  }

  #home-hero-image {
    height: 380px;
  }

  #home-hero-image .overlay .content-1 {
    width: 90%;
    top: 50%;
    margin: auto;
  }

  #home-hero-image .overlay .content-1 .cw-heading-1 {
    font-size: .92em;
  }

  #home-hero-image .overlay .content-1 .cw-heading-2 {
    font-size: 2em;
  }

  #home-hero-image .overlay .content-1 .cw-par {
    font-size: .95em;
  }

  #short-intro {
    padding: 1.2rem 0;
  }

  #short-intro .content {
    padding: 1em;
  }

  #short-intro .content .left-side {
    width: 100%;
  }

  #short-intro .content .left-side .vert-line {
    width: 120px;
    height: 10px;
    top: 100%;
    left: 1.5em;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  #short-intro .content .right-side {
    width: 100%;
    padding: 1.5em 0 0 0;
  }

  #search .searching-form {
    width: 100%;
  }

  #search .searching-form .box-1 {
    width: 100%;
  }

  #search .searching-form .box-2 {
    width: 100%;
  }

  #search .searching-form .box-3 {
    width: 100%;
  }

  #search .searching-form .input-wrapper {
    border-left: none;
    border-bottom: 1px solid #cbf5f3;
  }

  #translate-subscribe {
    padding: 1.2rem 0;
  }

  #translate-subscribe .translate {
    width: 100%;
  }

  #translate-subscribe .translate .overlay {
    width: 87%;
  }

  #translate-subscribe .subscribe {
    width: 100%;
    height: auto;
    padding: .8em 1em 1em;
    margin-top: 10px;
    margin-left: 0;
  }

  #translate-subscribe .subscribe .su-par {
    margin-bottom: 1.5em;
  }

  #about-hero-image .overlay .content {
    width: 80%;
  }

  #about-hero-image .overlay .content .cw-heading-1 {
    font-size: 1.35em;
  }

  #about-hero-image .overlay .content .cw-heading-2 {
    font-size: 2em;
  }

  #about-content {
    width: 100%;
    padding: 1.25rem;
  }

  #about-content .left-side {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 1.25em;
    margin-bottom: .5em;
  }

  #about-content .right-side {
    width: 100%;
    padding: 0;
  }

  #contact-form {
    width: 100%;
    padding: 1.15rem 1.15em 0;
  }

  #short-intro .content-1,
  #short-intro .content-2 {
    padding: .75em;
  }

  #short-intro .content-1 .right-side .en-heading {
    font-size: 1.5em;
  }

  footer .footer-body a {
    width: 100%;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {

  .container {
    width: 100% !important;
    padding: 0 1.5rem;
  }

  .h-o-s {
    display: none !important;
  }

  .nav .box-1 {
    width: 50%;
  }

  .nav .box-3 {
    width: 50%;
  }

  .nav .box-3 .login-wrapper {
    padding: 13px 0;
  }

  #home-hero-image {
    height: 380px;
  }

  #home-hero-image .overlay .content-1 {
    width: 80%;
    top: 50%;
  }

  #home-short-intro {
    padding: 1.5rem 0;
  }

  #short-intro .content {
    padding: 1.25em;
  }

  #short-intro .content .left-side {
    width: 100%;
  }

  #short-intro .content .left-side .vert-line {
    width: 120px;
    height: 10px;
    top: 100%;
    left: 1.5em;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  #short-intro .content .right-side {
    width: 100%;
    padding: 1.5em 0 0 0;
  }

  #search .searching-form {
    width: 100%;
  }

  #search .searching-form .box-1 {
    width: 100%;
  }

  #search .searching-form .box-2 {
    width: 100%;
  }

  #search .searching-form .box-3 {
    width: 100%;
  }

  #search .searching-form .input-wrapper {
    border-left: none;
     border-bottom: 1px solid #cbf5f3;
  }

  #translate-subscribe .translate {
    width: 100%;
  }

  #translate-subscribe .translate .overlay {
    width: 85%;
  }

  #translate-subscribe .subscribe {
    width: 100%;
    height: auto;
    padding: 1.7em 2em 2em;
    margin-top: 10px;
    margin-left: 0;
  }

  #translate-subscribe .subscribe .su-par {
    margin-bottom: 1.5em;
  }

  #about-content {
    width: 100%;
  }

  #about-content .left-side {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 1.25em;
    margin-bottom: .5em;
  }

  #about-content .right-side {
    width: 100%;
    padding: 0;
  }

  #contact-form {
    width: 90%;
    padding: 1.15rem 1.15em 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 768px;
    padding: 0 1.5rem;
  }

  .h-o-m {
    display: none !important;
  }

  .nav .box-1 {
    width: 50%;
  }

  .nav .box-3 {
    width: 50%;
  }

  .nav .box-3 .login-wrapper {
    padding: 13px 0;
  }

  #home-hero-image .overlay .content-2 {
    width: 95%;
  }

  #home-hero-image .overlay .content-2 .box-1 .heading {
    font-size: 15px;
  }

  #home-hero-image .overlay .content-2 .box-2 .ar-heading {
    font-size: .9em;
  }

  #home-hero-image .overlay .content-2 .box-3 .btn {
    padding: 0 1.6em 0 1.8em;
  }

  #short-intro .content {
    padding: 1.25em;
  }

  #short-intro .content .left-side {
    width: 100%;
  }

  #short-intro .content .left-side .vert-line {
    width: 120px;
    height: 10px;
    top: 100%;
    left: 1.5em;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }

  #short-intro .content .right-side {
    width: 100%;
    padding: 1.5em 0 0 0;
  }

  #search .searching-form {
    width: 100%;
  }

  #translate-subscribe .translate {
    width: 100%;
  }

  #translate-subscribe .translate .overlay {
    width: 86%;
  }

  #translate-subscribe .subscribe {
    width: 100%;
    height: auto;
    padding: 1.7em 2em 2em;
    margin-top: 10px;
    margin-left: 0;
  }

  #about-content {
    width: 100%;
  }

  #about-content .left-side {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 1.25em;
    margin-bottom: .5em;
  }

  #about-content .right-side {
    width: 100%;
    padding: 0;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 992px;
    padding: 0 1.5rem;
  }

  .h-o-l {
    display: none !important;
  }

  .nav .box-2 ul {
    margin: 0 0 0 1.5em;
  }

  #short-intro .content .left-side {
    width: 48%;
  }

  #short-intro .content .right-side {
    width: 52%;
  }

  #search .searching-form .box-3 .btn {
    height: 47px;
    line-height: 47px;
  }

  #translate-subscribe .translate .overlay {
    width: 83%;
  }

  #translate-subscribe .subscribe {
    padding: 1.5em 2em;
  }

  #translate-subscribe .subscribe .su-par {
    margin-bottom: 1.5em;
  }

  #about-content {
    width: 100%;
  }

}

@media only screen and (min-width: 1200px) {

  .container {
    width: 1200px;
    padding: 0 1.5rem;
  }

  .h-o-xl {
    display: none !important;
  }

}
