@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500|Open+Sans:400,600");
/* @font-face {
    font-family: 'droid_arabic';
    src: url('../fonts/droidnaskh-bold-webfont.woff2') format('woff2'),
         url('../fonts/droidnaskh-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'droid_arabic_regular';
    src: url('../fonts/droidnaskh-regular-webfont.woff2') format('woff2'),
         url('../fonts/droidnaskh-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
 */
@font-face {
  font-family: 'Droid Arabic Naskh';
  src: url("../fonts/DroidArabicNaskh-Bold.eot");
  src: url("../fonts/DroidArabicNaskh-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidArabicNaskh-Bold.woff2") format("woff2"), url("../fonts/DroidArabicNaskh-Bold.woff") format("woff"), url("../fonts/DroidArabicNaskh-Bold.ttf") format("truetype"), url("../fonts/DroidArabicNaskh-Bold.svg#DroidArabicNaskh-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Droid Arabic Naskh';
  src: url("../fonts/DroidArabicNaskh.eot");
  src: url("../fonts/DroidArabicNaskh.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidArabicNaskh.woff2") format("woff2"), url("../fonts/DroidArabicNaskh.woff") format("woff"), url("../fonts/DroidArabicNaskh.ttf") format("truetype"), url("../fonts/DroidArabicNaskh.svg#DroidArabicNaskh") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ==========================================================================
   HELPER CLASS
   ========================================================================== */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.more {
  color: #092c74;
  position: relative; }
  .more:hover {
    text-decoration: none; }

.more:hover::before {
  width: 100%; }

.more::before {
  content: '';
  width: 0px;
  height: 3px;
  margin: 0 auto;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s  ease-in-out;
  background: #092c74;
  position: absolute;
  display: inline-block;
  bottom: -7px;
  left: 0;
  right: 0; }
  .more::before:hover {
    width: 100%; }

.btn {
  border-radius: 0;
  background: #092c74;
  color: #fff;
  margin-top: 64px;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s  ease-in-out; }
  .btn:hover {
    background: #0d3ea3; }

.from-control {
  border-radius: 0; }

/* ==========================================================================
   Mixin
   ========================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
a:hover {
  text-decoration: none; }

a:focus, a:active {
  outline: none;
  text-decoration: none; }

html,
body {
  min-height: 100%; }

body {
  background: url("../img/bg.jpg") no-repeat center top;
  background-size: cover;
  font-family: "Open Sans", "Droid Arabic Naskh", "montserratlight", sans-serif; }

header {
  font-family: "montserratlight";
  font-weight: 300;
  font-size: 16px;
  padding: 30px 0;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1; }
  header .languageSwitch {
    color: #092c74;
    float: right; }
    header .languageSwitch a {
      color: #fff;
      cursor: pointer;
      margin: 0 4px; }
      header .languageSwitch a.active {
        color: #092c74; }

.banner {
  height: 40vh;
  width: 100%;
  position: relative; }
  .banner > .container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative; }

main.content {
  min-height: 46vh; }
  main.content .services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: relative; }
    main.content .services .service-block {
      padding: 0 5%;
      width: 33.3333%; }
      main.content .services .service-block .service-img {
        height: 200px;
        position: relative;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        transform-origin: center bottom; }
        main.content .services .service-block .service-img:hover {
          -webkit-transform: scale(1.06);
          transform: scale(1.06); }
        main.content .services .service-block .service-img img {
          position: absolute;
          bottom: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          max-height: 115px; }
      main.content .services .service-block .service-summary {
        color: #818285;
        padding-bottom: 8px; }
  main.content .subscribe .subscribe-btn {
    padding: 7px 40px;
    font-size: 16px;
    font-family: "montserratlight"; }
    main.content .subscribe .subscribe-btn:hover {
      color: #fff; }
  main.content .subscribe .btn-mail {
    color: #87888b;
    font-family: "montserratlight"; }
    main.content .subscribe .btn-mail:hover {
      color: #092c74; }

main.innercontent {
  min-height: 35vh; }

.service-block:nth-of-type(2) {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-order: -1; }

.innerContainer h2 {
  color: #092c74;
  font-size: 24px;
  margin: 0 0 65px 0;
  padding: 0; }
.innerContainer .col-sm-12 .row {
  text-align: center; }
  .innerContainer .col-sm-12 .row .col-sm-6 {
    text-align: center;
    margin-bottom: 50px; }
    .innerContainer .col-sm-12 .row .col-sm-6 figure {
      height: 113px;
      position: relative; }
      .innerContainer .col-sm-12 .row .col-sm-6 figure img {
        position: absolute;
        bottom: 20px;
        left: 50%;
        max-height: 106px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 100%; }
.innerContainer .col-sm-12 .col-sm-4 {
  width: 26%;
  float: none;
  display: inline-block; }
.innerContainer .service-summary {
  margin-bottom: 30px; }
  .innerContainer .service-summary p {
    font-size: 16px;
    color: #818285;
    margin-bottom: 15px; }

.logo-img {
  text-align: center; }

.websiteLink {
  color: #092c74; }

.subscribe-form p {
  font-size: 14px;
  color: #818285; }
.subscribe-form input {
  width: 100%;
  background: #ffffff;
  border: none;
  height: 47px;
  margin-bottom: 16px;
  padding-left: 20px;
  color: #818285;
  outline: none; }
.subscribe-form .btn-mail {
  color: #87888b;
  font-family: "montserratlight"; }
.subscribe-form .btn {
  width: 100%;
  margin-top: 10px;
  height: 49px;
  line-height: 35px;
  font-size: 16px;
  font-family: "montserratlight";
  background: #092c74;
  color: #fff; }
  .subscribe-form .btn:hover {
    color: #fff; }

h6 {
  color: #818285;
  font-size: 13px;
  font-family: "montserratlight"; }

.checkboxCustom {
  width: 19px;
  margin: 0 auto;
  position: relative;
  display: inline-block; }

.checkboxCustom label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #b9b7b7;
  border-radius: 3px; }

.checkboxCustom label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 11px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid #666666;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.checkbox label:hover::after {
  opacity: 0.5; }

/**
 * Create the checkbox state for the tick
 */
.checkboxCustom input[type=checkbox]:checked + label:after {
  opacity: 1; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c6c6c8;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c6c6c8;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c6c6c8;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #c6c6c8;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
  -webkit-transition: all 0.3s  ease-in-out;
  transition: all 0.3s ease-in-out; }

.staffLogin {
  color: #092c74;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  float: left;
  font-family: "montserratlight"; }

footer {
  font-family: "montserratlight";
  width: 100%;
  font-weight: 300;
  font-size: 12px;
  color: #8a8a8a;
  padding: 50px 0 20px 0; }
  footer p {
    margin: 0; }

@media only screen and (min-width: 1200px) {
  main.content .services .service-block .service-summary {
    color: #818285;
    padding-bottom: 8px;
    min-height: 100px; } }
@media only screen and (max-width: 767px) {
  .logo-img {
    text-align: center; }

  .logo-img img {
    width: 23%;
    margin: 15px 0; }

  .websiteLink {
    text-align: center;
    display: inherit; }

  .innerContainer .row .col-sm-6 {
    width: 50%;
    float: left; }

  .container {
    max-width: 92%; }

  .banner-logo img {
    width: 300px;
    max-width: 90%; } }
@media only screen and (max-width: 630px) {
  main.content .services {
    display: inline-block; }

  .banner-logo img {
    width: 350px;
    max-width: 90%; }

  main.content .services .service-block {
    margin-bottom: 20px;
    width: 100%; }

  main.content .subscribe .subscribe-btn {
    font-size: 14px; } }
@media only screen and (max-width: 500px) {
  .logo-img img {
    width: 30%;
    margin: 15px 0; }

  .innerContainer .col-sm-12 .col-sm-4 {
    width: 30%;
    padding: 0; }

  .innerContainer .col-sm-12 .col-sm-4 h6 {
    font-size: 11px; }

  .innerContainer h2 {
    font-size: 21px; } }
.radioboxCustom input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0; }
  .radioboxCustom input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: 0;
    margin-top: -2em;
    line-height: 1.5em;
    color: #818285;
    font-size: 13px;
    font-weight: 500;
    font-family: "montserratlight", "Droid Arabic Naskh", sans-serif; }
    .radioboxCustom input[type=radio]:not(old) + label > span {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 0.25em 0.5em 0.25em 0.25em;
      border: 0.0625em solid silver;
      border-radius: 0.25em;
      background: #fff;
      margin-bottom: 8px;
      vertical-align: bottom;
      display: block;
      margin: 0.25em auto;
      line-height: 2;
      margin-bottom: 10px; }
  .radioboxCustom input[type=radio]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: -ms-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: -o-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: -webkit-linear-gradient(#e0e0e0, #f0f0f0);
    background-image: linear-gradient(#e0e0e0, #f0f0f0); }
    .radioboxCustom input[type=radio]:not(old):checked + label > span > span {
      display: block;
      width: 10px;
      height: 10px;
      margin: 2px;
      border-radius: 0.125em;
      background: #666666; }

html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12 {
  float: right; }
html[dir="rtl"] .subscribe-form input {
  padding-right: 20px;
  font-size: 15px; }
html[dir="rtl"] .more {
  font-size: 16px; }
html[dir="rtl"] .service-summary p {
  font-size: 15px; }
html[dir="rtl"] main.content .subscribe .subscribe-btn {
  font-size: 15px;
  font-family: "Droid Arabic Naskh"; }
html[dir="rtl"] .subscribe-form p {
  font-size: 15px; }
html[dir="rtl"] h6 {
  font-size: 15px;
  font-family: "Droid Arabic Naskh"; }
html[dir="rtl"] .staffLogin {
  font-family: "Droid Arabic Naskh"; }
html[dir="rtl"] .subscribe-form .btn {
  font-family: "Droid Arabic Naskh"; }
@media only screen and (max-width: 767px) {
  html[dir="rtl"] .col-sm-1, html[dir="rtl"] .col-sm-2, html[dir="rtl"] .col-sm-3, html[dir="rtl"] .col-sm-4, html[dir="rtl"] .col-sm-5, html[dir="rtl"] .col-sm-6, html[dir="rtl"] .col-sm-7, html[dir="rtl"] .col-sm-8, html[dir="rtl"] .col-sm-9, html[dir="rtl"] .col-sm-10, html[dir="rtl"] .col-sm-11, html[dir="rtl"] .col-sm-12 {
    float: inherit; } }
@media only screen and (min-width: 1200px) {
  html[dir="rtl"] main.content .services .service-block .service-summary {
    color: #818285;
    padding-bottom: 8px;
    min-height: 138px; } }

/*# sourceMappingURL=main.css.map */
