html, body, div, span, applet,
object, iframe, h5, h6,
blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav,
output, ruby, section, summary,
time, mark, audio, video, h1, h2, h3, p {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block; }



ol,
ul {
  list-style: none; }

div:focus {
  outline: none; }

a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: none;
  color: inherit; }

a.active {
  color: #4577a9; }

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 12px; }

input, textarea {
  box-shadow: none !important;
  border-radius: 0; }

input:focus, textarea:focus, select:focus, option:focus {
  outline: none; }

p {
  margin-bottom: 15px; }

body {
  color: #464646;
  font-family: "opensans"; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.clear {
  clear: both; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase !important; }

.posrel {
  position: relative; }

.posabs {
  position: absolute; }

.mar0auto {
  margin: 0 auto; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

.maze_o {
  color: #ff9600; }

.maze_b {
  color: #000; }

.text-main-color {
  color: #4577a9 !important; }

.text-secondary-color {
  color: #1188c0; }

.text-lighter-color {
  color: #959595; }

.text-bold {
  font-family: "opensans-bold"; }

.text-italic {
  font-family: "opensans-italic"; }

.text-bold-italic {
  font-family: "opensans-bolditalic"; }

.show-on-mobile-inline {
  display: none; }

.show-on-mobile {
  display: none; }

.show-on-tablet-inline {
  display: none; }

.show-on-tablet {
  display: none; }

.hide-on-desktop {
  display: none; }

.display-block {
  display: block; }

.display-inline {
  display: inline-block; }

.footer, .push {
  height: 38px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
     not supported by any browser */ }

.logo {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  display: block;
  text-indent: -9999px;
  margin-top: 6px;
  margin-bottom: 20px; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  font-weight: normal;
  font-size: 13px;
  color: #898989;
  display: inline-block;
  padding: 10px; }

.inputfile:focus + label,
.inputfile + label:hover {
  color: #4577a9; }

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */ }

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.navbar-default {
  border-radius: 0px;
  border: none;
  background-color: transparent;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  /* Standard syntax (must be last) */
  border-bottom: 1px solid white;
  z-index: 100; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: inherit;
  box-shadow: 0px 2px 0px white; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff; }

.navbar-default .navbar-nav > li > a {
  color: #fff; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  box-shadow: 0px 2px 0px white; }

.nav.navbar-nav.navbar-right li a {
  border-radius: 89px;
  background-color: #fff;
  color: #3a5372 !important;
  padding: 9px 20px;
  margin-top: 20px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.nav.navbar-nav.navbar-right li a:hover {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff; }

.nav.navbar-nav.navbar-right li a:hover {
  box-shadow: none; }

.navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }

.navbar-brand {
  padding-top: 5px;
  padding-bottom: 0px;
  height: auto;
  margin-right: 130px; }

.top_page_img_container {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }

header {
  position: absolute;
  width: 100%; }

#home-page .top_img_text_content {
  width: 550px;
  position: absolute;
  left: 50%;
  margin-left: -275px;
  padding-left: 0px;
  text-align: center; }

.inverted_btn {
  padding: 5px 15px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .inverted_btn span {
    font-size: 26px;
    padding: 0 5px; }

.inverted_btn:hover {
  background-color: #fff;
  color: #282828; }

.top_img_text_content {
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: -180px;
  max-width: 700px; }

.top_img_text_content .pre_title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px; }

.top_img_text_content .title {
  font-family: "opensans-bold", "droidarabickufi-bold";
  font-size: 58px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.top_img_text_content .post_title {
  font-size: 15px;
  margin-bottom: 20px; }

.top_img_text_content .scroll_down_btn {
  border: 1px solid #fff;
  padding: 0px 20px;
  background-color: transparent;
  text-align: center;
  font-size: 26px;
  display: inline-block;
  border-radius: 20px; }

.top_video_text_wrapper {
  height: 100vh; }

.language_bar {
  text-align: right;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0px 0px; }

.language_btn .ion-chevron-down {
  margin-left: 10px;
  font-size: 12px;
  position: relative;
  top: -2px; }

.page_content_div {
  min-height: 400px; }

.language_btn {
  display: inline-block;
  float: right;
  padding: 10px 0px;
  margin-right: 10px; }

footer .language_btn {
  margin-right: 0px; }

.section_title {
  font-size: 35px;
  margin-bottom: 30px; }

.section_subtitle {
  font-size: 15px; }

.right_side_cont .content {
  font-size: 15px;
  margin-bottom: 35px; }

.transparent_blue_btn {
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #4577a9;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-block;
  background-color: transparent;
  color: #4577a9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.upload_btn_float_right {
  float: right; }

.transparent_blue_btn:hover {
  background-color: #4577a9;
  color: #fff; }

.hamburger-menu {
  width: 32px;
  display: inline-block;
  padding: 0 5px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 51;
  position: relative; }
  .hamburger-menu span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-top: 3px;
    margin-bottom: 6px;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
  .hamburger-menu span.inverted {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff; }
  .hamburger-menu span:nth-child(1) {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0; }
  .hamburger-menu span:nth-child(3) {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%; }

.hamburger-menu:hover {
  cursor: pointer; }
  .hamburger-menu:hover span:nth-child(1) {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px); }
  .hamburger-menu:hover span:nth-child(3) {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px); }

.hamburger-menu.active span:nth-child(1) {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) scaleX(1.05);
  -ms-transform: rotate(45deg) scaleX(1.05);
  transform: rotate(45deg) scaleX(1.05); }
.hamburger-menu.active span:nth-child(2) {
  opacity: 0; }
.hamburger-menu.active span:nth-child(3) {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg) scaleX(1.05);
  -ms-transform: rotate(-45deg) scaleX(1.05);
  transform: rotate(-45deg) scaleX(1.05); }

.two_cols_layout {
  padding: 170px 0px; }

.section_with_bg_cover {
  background-size: cover;
  background-position: center; }

.inverted_color {
  color: #fff !important; }
  .inverted_color .right_side_cont .read_more_btn {
    border-color: #fff;
    color: #fff; }

.with_right_side_bg_img {
  background-size: initial;
  background-position: right;
  background-repeat: no-repeat; }

.left_aligned_cols_element .ion-android-list {
  font-size: 35px; }

.single_col_left_aligned .title {
  font-size: 35px;
  margin-bottom: 35px; }

.left_aligned_cols_element .media-heading {
  font-size: 20px;
  font-family: "opensans-bold";
  margin-bottom: 15px; }

.left_aligned_cols_element .media-content {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7); }

.left_aligned_cols_element .media-content span {
  margin-left: 5px; }

.single_col_left_aligned .inverted_btn {
  margin-top: 50px; }

.left_aligned_cols_element .svg_container {
  margin-top: 5px; }

.main_section {
  margin: 30px 0px; }

#home_sect3 .section_title {
  margin-bottom: 65px; }

.white_square_cont {
  background-color: #fff;
  padding: 15px;
  max-width: 220px;
  margin-bottom: 35px; }
  .white_square_cont .img_container {
    margin-bottom: 15px;
    width: 100%; }
    .white_square_cont .img_container img {
      width: 100%; }
  .white_square_cont .text_container {
    color: #385172;
    font-size: 18px;
    text-transform: capitalize; }
    .white_square_cont .text_container h4 {
      line-height: 25px; }

.white_boxes_no_padding {
  float: left;
  width: 200px;
  height: 200px;
  display: inline-block;
  padding: 35px 20px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.white_boxes_no_padding:last-child {
  border-right: 1px solid #eeeeee; }

.white_boxes_no_padding:hover {
  transform: scale(1);
  box-shadow: 0px 3px 15px -3px rgba(0, 0, 0, 0.3); }

.white_boxes_container {
  display: inline-block; }

.white_box_img_cont {
  margin-bottom: 25px; }

.custom_input {
  border: none !important;
  border-bottom: 4px solid #e1e1e1 !important;
  background-color: transparent !important;
  font-size: 15px !important;
  width: 310px; }

.form_section {
  background-color: #f7f9fa; }

#home_newsletter_form {
  padding: 40px 0px; }

.form_submit_btn {
  background-color: #4577a9 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  text-transform: capitalize !important;
  display: inline-block !important;
  text-align: center !important;
  border: none !important;
  margin-left: 50px !important; }

footer {
  background-color: #fff;
  color: #282828;
  padding-top: 30px; }

ul.footer_top_nav {
  overflow: auto;
  padding: 0px;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px dashed #bebebe; }

ul.footer_top_nav li a {
  padding: 10px 0px;
  display: inline-block; }

ul.footer_top_nav.no_border {
  border: none; }

ul.footer_top_nav.no_border.with_separator li::after {
  content: "\007C";
  margin: 0 10px; }

ul.footer_top_nav.no_border.with_separator li:last-child::after {
  content: "";
  margin: 0 10px; }

ul.footer_top_nav.no_border.with_separator li {
  margin: 0; }

.footer_top_nav li {
  display: inline-block;
  float: left;
  font-family: "opensans-semibold", "droidarabickufi";
  margin-right: 15px; }

.social_media_links span {
  margin-right: 5px; }

.footer_top_nav .language_btn {
  padding: 0px; }

.footer_copyright_line {
  font-size: 11px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-family: "opensans", "arabicdroidkufi"; }

.main_section_with_img_container {
  height: 100vh; }

.main_section_with_img_container.half_height_section {
  height: 50vh; }
  .main_section_with_img_container.half_height_section .top_page_img_container {
    height: 50%; }
  .main_section_with_img_container.half_height_section .top_video_text_wrapper {
    height: 50vh; }

.title_content_section {
  color: #282828;
  margin-bottom: 50px; }
  .title_content_section .title {
    font-size: 35px;
    margin-bottom: 25px; }
  .title_content_section .content {
    font-size: 15px; }
  .title_content_section .signature {
    margin-top: 20px;
    color: #385172; }

.with_left_side_bg_img {
  background-size: initial;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain; }

.about_sect3 {
  background-color: #f4f5f8; }

.panel-group {
  margin-bottom: 20px;
  padding-right: 50px; }
  .panel-group .panel {
    border: 1px solid #cacaca; }
    .panel-group .panel a {
      display: block;
      position: relative; }
    .panel-group .panel .panel-heading {
      padding: 15px; }
    .panel-group .panel .panel-title {
      color: #385172;
      font-size: 20px; }
    .panel-group .panel p {
      color: #818181;
      margin-bottom: 0px;
      margin-top: 5px; }
    .panel-group .panel .chevron_cont {
      position: absolute;
      top: 50%;
      margin-top: -15px;
      right: 20px;
      width: 20px;
      height: 30px; }
      .panel-group .panel .chevron_cont .chevron_dash {
        display: inline-block;
        width: 10px;
        border-bottom: 1px solid #818181;
        transform-origin: center; }
      .panel-group .panel .chevron_cont .chevron_1 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease; }
      .panel-group .panel .chevron_cont .chevron_2 {
        -webkit-transform: rotate(45deg) translate(-2px, 2px);
        -moz-transform: rotate(45deg) translate(-2px, 2px);
        -ms-transform: rotate(45deg) translate(-2px, 2px);
        transform: rotate(45deg) translate(-2px, 2px);
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease; }
    .panel-group .panel .chevron_cont.active .chevron_1 {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .panel-group .panel .chevron_cont.active .chevron_2 {
      -webkit-transform: rotate(-45deg) translate(-2px, -2px);
      -moz-transform: rotate(-45deg) translate(-2px, -2px);
      -ms-transform: rotate(-45deg) translate(-2px, -2px);
      transform: rotate(-45deg) translate(-2px, -2px); }

.little_padding_section {
  padding: 80px 0px; }

.logo_text_btn_cont {
  padding: 50px 0px; }
  .logo_text_btn_cont .logo_text_btn_cont_logo {
    margin-bottom: 25px; }
  .logo_text_btn_cont .text {
    font-size: 35px;
    max-width: 600px;
    margin-bottom: 25px; }

.reports_grid {
  margin-top: 40px;
  margin-bottom: 40px; }

.report_element_cont {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px; }
  .report_element_cont .svg_container {
    margin-bottom: 15px; }
  .report_element_cont .report_title {
    margin-bottom: 10px;
    font-family: "opensans-bold"; }
  .report_element_cont .report_link {
    color: rgba(40, 40, 40, 0.7);
    font-size: 14px; }

.category_element_wrapper {
  display: table;
  text-align: center;
  min-height: 340px;
  border-right: 1px solid #dfdfdf;
  float: right;
  padding-right: 35px;
  width: 240px; }

.category_element_container {
  font-size: 25px;
  display: table-cell;
  vertical-align: middle; }

.wide_list li {
  margin: 20px 0px;
  font-size: 23px; }

.white_list_container {
  padding: 0px 60px; }
  .white_list_container .list_row {
    background-color: #fff; }
  .white_list_container .list_row_link_wrapper:last-child .list_row_element {
    border: none; }
  .white_list_container .row {
    padding: 0px 5px; }
  .white_list_container .list_row_element {
    overflow: auto;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 10px; }
    .white_list_container .list_row_element .position_title {
      font-size: 20px;
      font-family: "opensans-semibold"; }
    .white_list_container .list_row_element .position_location {
      font-size: 20px; }
    .white_list_container .list_row_element .chevron_icon {
      font-size: 20px; }

.no_padding_bottom {
  padding-bottom: 0px !important; }

.three_cols_thumb h3 {
  font-size: 25px;
  color: #4577a9;
  margin: 20px 0px; }

.thumbnail {
  border: none; }

p.line {
  margin: 0px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

.centered_section_with_title_subtitle {
  max-width: 500px;
  margin: 0 auto; }

.section_three_cols .title {
  font-size: 24px;
  font-family: "opensans-bold";
  margin-bottom: 10px; }
.section_three_cols .address {
  font-size: 15px;
  font-family: "opensans-italic";
  margin-bottom: 30px;
  max-width: 260px; }
.section_three_cols .tel, .section_three_cols .fax {
  font-size: 15px; }
  .section_three_cols .tel span, .section_three_cols .fax span {
    font-family: "opensans-bold"; }

.shareholders_img_cont {
  height: 90px; }

.reports_grid_wrapper:nth-child(odd) {
  background-color: #f4f5f8; }

.section_text_content strong {
  font-family: "opensans-bold";
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 20px; }
.section_text_content p {
  font-size: 15px; }
.section_text_content .para_group {
  margin-bottom: 50px; }

.ipo_box {
  background-color: #ecf1f6;
  padding: 15px;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  .ipo_box .icon {
    font-size: 65px;
    color: #4577a9; }

.ipo_box:hover {
  background-color: #c1cfdf; }

.section_big_subtitle {
  font-size: 25px;
  margin-top: -15px;
  margin-bottom: 70px; }

.black_border_btn {
  border: 1px solid #282828;
  border-radius: 20px;
  padding: 10px 15px;
  float: right;
  margin-top: 30px;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px; }

.black_border_btn:hover {
  background-color: #282828;
  color: #fff; }

#single_career-page .top_page_img_container, #single_career-page .main_section_with_img_container, #single_career-page .top_video_text_wrapper, #single_product-page .top_page_img_container, #single_product-page .main_section_with_img_container, #single_product-page .top_video_text_wrapper, #contact_us-page .top_page_img_container, #contact_us-page .main_section_with_img_container, #contact_us-page .top_video_text_wrapper, .forms_page .top_page_img_container, .forms_page .main_section_with_img_container, .forms_page .top_video_text_wrapper, #online_forms-page .top_page_img_container, #online_forms-page .main_section_with_img_container, #online_forms-page .top_video_text_wrapper {
  height: 50vh; }
#single_career-page .top_img_text_content .title, #single_product-page .top_img_text_content .title, #contact_us-page .top_img_text_content .title, .forms_page .top_img_text_content .title, #online_forms-page .top_img_text_content .title {
  font-size: 33px;
  font-family: 'opensans', 'droidarabickufi';
  background-color: transparent; }
#single_career-page .top_video_text_wrapper, #single_product-page .top_video_text_wrapper, #contact_us-page .top_video_text_wrapper, .forms_page .top_video_text_wrapper, #online_forms-page .top_video_text_wrapper {
  background-color: transparent; }
#single_career-page .top_img_text_content, #single_product-page .top_img_text_content, #contact_us-page .top_img_text_content, .forms_page .top_img_text_content, #online_forms-page .top_img_text_content {
  padding-left: 0px;
  margin-top: -40px; }
#single_career-page .little_padding_section, #single_product-page .little_padding_section, #contact_us-page .little_padding_section, .forms_page .little_padding_section, #online_forms-page .little_padding_section {
  padding: 40px 0px; }

.single_career_footer {
  margin-top: 80px; }

.reports_separator {
  border-bottom: 1px solid #dfdfdf; }

.language_btn label {
  display: none; }

.language_btn select {
  margin-bottom: 0px; }

.footer_top_nav .language_btn select {
  cursor: pointer;
  border: 1px solid grey;
  margin-right: 0px;
  padding: 3px 25px;
  margin-bottom: 5px; }

.footer_top_nav li:last-child {
  margin-right: 0px; }

#services_section2 .title_content_section {
  max-width: 750px;
  margin: 0 auto; }

.language_btn {
  font-family: 'opensans-bold', 'droidarabickufi-bold'; }

.language_btn span {
  margin-right: 5px; }

.language_bar .language_btn a, .complain_btn {
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s; }

.complain_btn {
  background-color: #4577A9;
  color: #fff;
  margin: 10px;
  font-family: 'opensans-bold', 'droidarabickufi-bold'; }

.complain_btn:hover {
  background-color: #386089; }

.language_bar .language_btn a:hover {
  background-color: white; }

.underlined_title.title {
  border-bottom: 1px solid #959595;
  display: inline-block;
  font-size: 35px;
  padding-bottom: 5px; }

#contact_us-page .address_info_container {
  margin-top: 40px; }
#contact_us-page .title_content_section .title {
  font-size: 30px; }

.rm_form_container {
  margin-top: 50px;
  width: 100% !important;
  padding: 0px !important; }

.rm_form_field.rm_button {
  float: right;
  background-color: transparent !important;
  border: 1px solid #4577a9 !important;
  border-radius: 20px !important;
  padding: 10px 20px !important;
  display: inline-block;
  color: #4577a9 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer !important; }

.rm_form_field.rm_button:hover {
  background-color: #4577a9 !important;
  color: #fff !important; }

.contact_forms_wrapper input {
  border: none !important;
  border-bottom: 4px solid #e1e1e1 !important;
  margin-bottom: 30px;
  width: 100%;
  padding: 5px 10px !important; }

.contact_forms_wrapper input[type="submit"] {
  width: auto;
  margin: 5px 0px 0px 0px; }

.contact_forms_wrapper textarea {
  border: none !important;
  background-color: #f1f1f1 !important;
  border-radius: 10px !important;
  margin-top: 30px;
  max-width: 100%;
  padding: 5px 10px !important;
  min-height: 200px; }

#menu-footer_menu_2.footer_top_nav li:last-child {
  float: right; }

.rm_form_message {
  text-align: center;
  padding: 20px 0px;
  font-size: 30px; }

.blue_tabs_container {
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 40px; }

.blue_tab_btn {
  display: inline-block;
  float: left;
  border-right: 1px solid #c7d6e5;
  border-top: 1px solid #c7d6e5;
  border-bottom: 1px solid #c7d6e5;
  padding: 5px 35px;
  color: #4577a9;
  transition: .3s;
  cursor: pointer; }

.blue_tab_btn.active {
  background-color: #4577a9;
  color: #fff;
  border-color: #4577a9; }

.blue_tab_btn:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-left: 1px;
  border-left: 1px solid #c7d6e5; }

.blue_tab_btn:first-child.active {
  border-color: #4577a9; }

.blue_tab_btn:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left: 1px solid #c7d6e5; }

.blue_tab_btn:last-child.active {
  border-color: #4577a9; }

.branch_tabs_cont, .messaging_tab_cont {
  display: none; }

.branch_tabs_cont.active, .messaging_tab_cont.active {
  display: block; }

label.rm_form_label {
  display: none; }

div.wpcf7-response-output {
  border: none !important;
  padding: 0px; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.join_us_top_btn {
  float: right;
  color: #fff;
  margin-top: 25px; }

.branch_map_img_cont iframe {
  width: 100% !important;
  height: 350px !important;
  margin-bottom: 30px; }

span.wpcf7-not-valid-tip {
  margin-top: 20px; }

div.wpcf7-response-output {
  margin-top: 20px; }

.upload_cv_submit_btn {
  margin-top: 20px; }

input.upload_cv_form_input {
  border-bottom: 3px solid #e1e1e1;
  margin-bottom: 30px; }

.gform_wrapper .gf_progressbar {
  padding: 0px !important;
  background: none !important;
  background-color: transparent;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.gform_wrapper label.gfield_label {
  font-size: 16px !important;
  font-weight: 400 !important; }

.gform_wrapper .gf_progressbar_percentage {
  height: 4px !important;
  text-align: right;
  font-family: "opensans";
  font-size: 15px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  z-index: 999;
  vertical-align: middle;
  background: #4577A9 !important;
  color: #4577A9 !important;
  border-radius: 0px !important;
  text-shadow: none !important; }

.gform_wrapper .gf_progressbar:after {
  width: 100%;
  z-index: 990;
  height: 4px !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important; }

.adeem_form_style label {
  font-size: 16px !important;
  margin-top: 3px !important; }

.gform_next_button, .gform_previous_button {
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #4577a9;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-block;
  background-color: transparent;
  color: #4577a9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: "opensans"; }

.gform_next_button:hover, .gform_previous_button:hover {
  background-color: #4577a9;
  color: #fff; }

.gform_wrapper .gform_page_footer {
  margin: 34px 0;
  width: 100%;
  border-top: 1px solid #CCC;
  padding: 36px 0 0; }

.form_section_devider .gsection_description {
  color: #000;
  margin-top: 20px;
  font-size: 14px !important; }

.adeem_form_style .gform_title {
  font-size: 25px !important;
  margin-bottom: 80px !important;
  font-weight: 400 !important; }

.gform_wrapper h2.gsection_title {
  font-size: 30px !important;
  font-weight: 400 !important; }

.gform_wrapper .form_section_devider h2 {
  color: #4577A9;
  font-size: 25px !important; }

.form_select_subtitle {
  font-size: 15px;
  margin-top: 10px; }

.information_sentence {
  margin-top: 30px;
  font-size: 25px; }

.form_type {
  font-size: 25px;
  margin-top: 15px;
  color: #282828;
  text-transform: capitalize; }

.form_type_btn {
  margin-top: 20px;
  padding: 5px 40px; }

.form_types_row:first-child {
  border-right: 1px solid #dfdfdf; }

.ginput_container input, .ginput_container textarea {
  border: 1px solid #e1e1e1 !important;
  background-color: transparent;
  margin-bottom: 0px !important; }

body .gform_wrapper ul li.gfield {
  margin-top: 36px !important;
  border-bottom: none; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-weight: 400 !important;
  font-size: 16px !important; }

.form_left_side {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 10px; }

.form_right_side {
  width: 50%;
  display: inline-block;
  float: left;
  padding-left: 10px; }

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  color: #A1A1A1; }

.gform_wrapper .gform_page_footer {
  border-top: none !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: none !important;
  border: 1px solid #e1e1e1 !important; }

.gform_wrapper div.validation_error {
  border-top: none !important;
  border-bottom: none !important; }

.gform_button.button {
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #4577a9;
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-block;
  background-color: transparent;
  color: #4577a9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: "opensans"; }

.gform_button.button:hover {
  background-color: #4577a9;
  color: #fff; }

.form_3_col_left_side {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding-right: 10px; }

.form_3_col_middle_side {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px; }

.form_3_col_right_side {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding-left: 10px; }

.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
  width: 100% !important; }

.table_like_subtitle {
  height: 100px; }

.table_like_subtitle.no_min_height {
  height: auto; }

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 10px !important; }

.form_section_devider .gsection_description ul li {
  list-style: disc !important;
  margin-left: 20px !important; }

.gform_wrapper .gsection {
  border-bottom: none !important; }

.informative_label {
  color: #a1a1a1;
  font-size: 16px; }

#single_career-page .little_padding_section, #single_product-page .little_padding_section, #contact_us-page .little_padding_section, .forms_page .little_padding_section, #online_forms-page .little_padding_section {
  padding-top: 0px; }

.form_completion_cont {
  margin: 40px 0px; }

.error-404 {
  padding: 150px 0px;
  text-align: center; }

.error404 .navbar-default {
  background-color: #000;
  background: -webkit-linear-gradient(black, rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(black, rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(black, rgba(0, 0, 0, 0.5));
  background: linear-gradient(black, rgba(0, 0, 0, 0.5)); }

.display-inline-block {
  display: inline-block; }

div.wpcf7 .ajax-loader {
  margin-left: 20px; }

@media (max-width: 1199px) {
  .category_element_wrapper {
    width: 210px; }

  .category_element_container {
    font-size: 20px; }

  .adeem_form_style .gform_title {
    margin-bottom: 10px !important; }

  .section_big_subtitle {
    font-size: 20px; }

  .white_list_container .list_row_element .position_location, .white_list_container .list_row_element .position_title {
    font-size: 18px; }

  .title_content_section .title, .logo_text_btn_cont .text {
    font-size: 30px; }

  .white_square_cont .text_container {
    font-size: 16px; }

  .section_text_content strong, .section_three_cols .title {
    font-size: 16px; }

  .section_text_content p, .section_three_cols .address, .section_three_cols .tel, .section_three_cols .fax {
    font-size: 14px; }

  .section_title {
    font-size: 25px; }

  .left_aligned_cols_element .media-heading {
    font-size: 15px; }

  .two_cols_layout {
    padding: 80px 0px; }

  .single_col_left_aligned .title {
    font-size: 25px; }

  .top_img_text_content .post_title {
    font-size: 13px; }

  .navbar-brand {
    margin-right: 80px; } }
@media (max-width: 991px) {
  .category_element_wrapper {
    width: 160px; }

  .category_element_container {
    font-size: 18px; }

  .report_element_cont .report_title {
    font-size: 12px; }

  .report_element_cont .report_link {
    font-size: 12px; }

  .black_border_btn {
    font-size: 13px;
    padding: 7px 12px; }

  .logo_text_btn_cont .text {
    font-size: 25px; }

  .white_list_container .list_row_element .position_title, .white_list_container .list_row_element .position_location, .white_list_container .list_row_element .chevron_icon {
    font-size: 16px; }

  .title_content_section .title {
    font-size: 25px; }

  .two_cols_layout {
    padding: 60px 0px; }

  .panel-group .panel p, .panel-body {
    font-size: 12px; }

  .panel-group .panel .panel-title {
    font-size: 15px; }

  .with_left_side_bg_img {
    background-image: none !important; }

  .top_img_text_content .title {
    font-size: 40px; }

  ul.footer_top_nav {
    font-size: 9px; }

  .white_boxes_no_padding {
    width: 180px;
    height: 180px;
    padding: 20px 10px; }

  .nav.navbar-nav.navbar-right li a {
    padding: 5px 15px;
    margin-top: 15px; }

  .navbar-brand {
    margin-right: 0px; }

  .join_us_top_btn {
    margin-top: 15px; }

  .navbar-brand svg {
    width: 50px;
    height: 50px; }

  .show-on-tablet-inline {
    display: inline-block; }

  .show-on-tablet {
    display: block; }

  .nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px; } }
@media (max-width: 767px) {
  .category_element_wrapper {
    padding-left: 0px;
    width: 100%;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px; }

  .form_completion_cont {
    margin: 40px 0px; }

  .main_section {
    margin: 0px; }

  .main_form_section {
    margin: 0px; }

  #single_career-page .little_padding_section, #single_product-page .little_padding_section, #contact_us-page .little_padding_section, .forms_page .little_padding_section, #online_forms-page .little_padding_section {
    padding: 0px; }

  .gform_wrapper form {
    padding: 0px 10px; }

  .form_left_side {
    width: 100%;
    padding: 0px; }

  .form_right_side {
    width: 100%;
    padding: 0px; }

  .form_3_col_left_side {
    width: 100%;
    padding: 0px; }

  .form_3_col_middle_side {
    width: 100%;
    padding: 0px; }

  .form_3_col_right_side {
    width: 100%;
    padding: 0px; }

  .form_types_row:first-child {
    border-right: none;
    border-bottom: 1px solid #dfdfdf; }

  .join_us_top_btn.inverted_btn {
    float: none;
    border: none;
    margin-top: 0px !important;
    padding: 20px 10px;
    display: block;
    text-align: left;
    border-radius: 0px;
    font-size: 14px;
    text-transform: none; }

  .inverted_btn:hover {
    background-color: transparent;
    color: #fff; }

  .black_border_btn {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 0px;
    margin-right: 5px; }

  .single_career_footer {
    margin-top: 40px; }

  .section_big_subtitle {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px; }

  .top_img_text_content {
    margin-top: -100px;
    left: 20px; }

  .wide_list li {
    margin: 5px 0px; }

  .report_element_cont .svg_container {
    margin-bottom: 10px; }

  .report_element_cont .report_title {
    margin-bottom: 5px; }

  .logo_text_btn_cont .text {
    font-size: 20px; }

  .transparent_blue_btn {
    font-size: 13px; }

  .ipo_box .icon {
    font-size: 45px; }

  .navbar-nav {
    margin: 0px; }

  .nav.navbar-nav.navbar-right li a {
    border-radius: none;
    background-color: inherit;
    color: #fff !important;
    padding: 20px 10px;
    margin-top: 0px;
    border: none; }

  .section_three_cols .address {
    margin-bottom: 10px; }

  .address_info_container {
    margin-bottom: 30px; }

  .section_text_content .para_group {
    margin-bottom: 30px; }

  .section_text_content strong, .section_three_cols .title {
    font-size: 14px; }

  .section_text_content p, .section_three_cols .address, .section_three_cols .tel, .section_three_cols .fax {
    font-size: 12px; }

  .wide_list li {
    font-size: 15px; }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    box-shadow: none; }

  .navbar-default {
    background-color: transparent;
    background: -webkit-linear-gradient(black, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(black, rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(black, rgba(0, 0, 0, 0.8));
    background: linear-gradient(black, rgba(0, 0, 0, 0.8)); }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff; }

  .three_cols_thumb h3 {
    font-size: 16px; }

  .three_cols_thumb p, .section_subtitle {
    font-size: 12px; }

  .white_list_container {
    padding: 0px; }

  .white_list_container .list_row_element .position_title, .white_list_container .list_row_element .position_location, .white_list_container .list_row_element .chevron_icon {
    font-size: 12px; }

  .category_element_container {
    font-size: 18px; }

  .reports_grid {
    margin-top: 20px; }

  .reports_elements_row {
    height: 150px; }

  .category_element_wrapper {
    display: block;
    min-height: 0;
    float: none;
    border: none; }

  form.input_style_underline .custom_input {
    font-size: 13px; }

  .title_content_section .title {
    font-size: 20px; }

  .title_content_section .content {
    font-size: 13px; }

  .panel-group {
    padding-right: 0px; }

  .two_cols_layout {
    padding: 30px 0px; }

  .white_square_cont .text_container {
    font-size: 12px; }

  .right_side_cont .read_more_btn {
    font-size: 12px; }

  .right_side_cont .content {
    font-size: 12px; }

  .left_side_cont svg {
    width: 100px; }

  .footer_copyright_line {
    font-size: 10px; }

  #home_newsletter_form {
    padding: 10px 0px; }

  .form_submit_btn {
    margin: 0 auto;
    margin-top: 15px; }

  .left_aligned_cols_element .media-heading {
    margin-bottom: 5px; }

  .media.left_aligned_cols_element {
    margin-bottom: 15px; }

  .with_right_side_bg_img {
    background-image: none !important; }

  .section_title {
    margin-bottom: 10px;
    font-size: 25px;
    text-align: center; }

  .left_side_cont {
    text-align: center;
    margin-bottom: 15px; }

  .hide-on-mobile {
    display: none !important; }

  .white_boxes_no_padding {
    width: 100%;
    height: 180px;
    padding: 20px 10px;
    float: none; }

  .navbar-default .navbar-toggle {
    border: none;
    margin-bottom: 0px; }

  .top_img_text_content .join_us_btn
  .top_img_text_content .post_title {
    font-size: 12px; }

  .top_img_text_content .pre_title {
    font-size: 12px; }

  .top_img_text_content .title {
    font-size: 25px; }

  #home-page .top_img_text_content {
    width: 100%;
    text-align: center;
    left: 0px;
    margin-left: 0px;
    padding: 0px 15px; }

  .show-on-mobile {
    display: block; }

  .show-on-mobile-inline {
    display: inline-block; } }
@media (max-height: 700px) {
  #scroll_down_top {
    display: none; }

  #single_career-page .top_img_text_content, #single_product-page .top_img_text_content, #contact_us-page .top_img_text_content, .forms_page .top_img_text_content, #online_forms-page .top_img_text_content {
    margin-top: -20px; }

  .top_img_text_content {
    margin-top: -120px; } }

/*# sourceMappingURL=style.css.map */
