.top-header{float: left; width: 100%; padding: 10px 0px;}
.top-header li{ list-style-type: none; list-style: none; float: left; border-radius: 50%; background: #007ab9; width: 36px; height: 36px; margin-right: 10px;}
.top-header li i{ font-size: 20px; color: #fff; text-align: center; width: 100%; line-height: 36px;}
.top-header .facebook{ background: #3b5998;}
.top-header .twitter{ background: #55acee;}
.top-header .ls{ width: auto; float: right; text-align: right;}
.top-header .ls a{ font-size: 1.25rem; border-right: solid 1px #ccc; padding: 0px 10px; display: inline-block; text-decoration: none; transition: all 0.3s ease-in; position: relative;}
.top-header .ls  .noti{ position: absolute; width: 15px; height: 15px; border-radius: 100%; font-size: 11px;line-height: 12px;font-weight: 700;right: 2px;top: 5px;text-align: center;border: solid 2px #fff;}
.top-header .ls a:hover{ color: #478ac9; transition: all 0.3s ease-in;}
.top-header .ls a:last-child{ border: none;}
.logo{ width: 100%; float: left; text-align: center; margin: 20px 0px;}
.logo img{ width: 60%;}
.menu-city-list .search-city {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 30px 0px 15px;
}


.menu-city-list .search-filed {
    width: 40%;
    padding: 0px 15px 0px 45px;
    margin-right: -5px;
    background: #f5f7fa url(../images/search2.svg) no-repeat 15px 13px;
    background-size: 22px;
    border: none;
}
.menu-city-list .city-search {

    color: #fff;
    padding: 0px 0px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px 0px 0px 20px;
    transition: all 0.3s ease-in;
    min-width: 150px;
}

.menu-city-list .morebtn {

    margin: 5px 0px 0px;
    font-size: 0.95rem;
    float: right;
    text-align: right;
    text-transform: uppercase;
    padding-right: 18px;
    width: 100%;
    font-weight: 700;
    background: url(../images/arrow2.svg) no-repeat right 5px;
    background-size: 14px;
    line-height: 1.5;
}

.opportunities li{ width: 33.3%!important; border-right: solid 1px #ccc!important;}
.opportunities li:nth-of-type(3n){ border-right: none!important;}
.header {
    position: relative;
    display: block; float: left;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: .5rem 0;
    margin: 0 auto;
    z-index: 999;
    border-bottom: solid 1px #efefef;
    outline: none;


  }

  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }



  .header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5%;
            flex: 0 0 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }


  .header-item-right .menu-icon {
    font-size: 1.50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-right: 2.5rem;
    padding: 0px 0px;
  }

  .header .menu > ul > li > a {
    position: relative;
    font-family: inherit;
    font-size: 1rem; padding-bottom: 5px;
    font-weight: 700;
    line-height: 1.25;
    border: none;
    outline: none;

    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem; top: 53px;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
      background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #012169;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .menu > ul > li .menu-subs > ul > li > a .icon{ width: 26px; height: 26px; border-radius: 100%; text-align: center; display: inline-block; font-size: 16px; margin-right: 3px; line-height: 26px; background: #fafafa; border: solid 1px #efefef;;}

  .header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 15rem;
  }
  .menu-column-1 li{ border-bottom: solid 1px #ccc;}




  .header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-family: inherit;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #012169;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    padding: 1.25rem 9rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #8c2129;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
  .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: #c8102e;
  }

  .header-item-right a:hover,
  .header .menu > ul > li:hover > a {
 border-bottom: solid 2px #478ac9 ;
  }




  @media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
      margin-top: 0.83rem;
      opacity: 1;
      visibility: visible;
    }
  }

  .menu-mobile-header,
  .menu-mobile-trigger {
    display: none;
  }

  @media only screen and (max-width: 992px) {
    .header-item-center {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .header-item-left, .header-item-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
    }
    .wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .header .menu-mobile-trigger {
      position: relative;
      display: block;
      cursor: pointer;
      width: 1.75rem;
      height: 1rem;
      border: none;
      outline: none;

      background: none;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.35s ease-in-out;
      -o-transition: 0.35s ease-in-out;
      transition: 0.35s ease-in-out;
    }
    .header .menu-mobile-trigger span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: #121212;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger div{ padding-left: 35px; font-size: 17px; font-weight: 500; margin-top: -5px;}
    .header .menu-mobile-trigger span:nth-child(1) {
      top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
      top: 0.5rem;
    }
    .header .menu-mobile-trigger span:nth-child(4) {
      top: 1rem;
    }
    .header-item-right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 20rem;
      height: 100%;
      z-index: 1099;
      overflow: hidden;
      background: #ffffff;
      -webkit-transform: translate(-100%);
          -ms-transform: translate(-100%);
              transform: translate(-100%);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
      -webkit-transform: translate(0%);
          -ms-transform: translate(0%);
              transform: translate(0%);
    }
    .header .menu > ul > li {
      display: block;
      line-height: 1;
      margin: 0;
    }
    .header .menu > ul > li > a {
      display: block;
      line-height: 3.125rem;
      height: 3.125rem;
      padding: 0 3.125rem 0 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu > ul > li > a i.ion {
      position: absolute;
      font-size: 1.25rem;
      line-height: 3.125rem;
      top: 0;
      right: 0;
      width: 3.125rem;
      height: 3.125rem;
      text-align: center;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      top: 0;
      height: 3.125rem;
      z-index: 501;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: #ffffff;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
      display: none;
      font-size: 1.25rem;
      line-height: 3.125rem;
      width: 3.125rem;
      height: 3.125rem;
      cursor: pointer;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      color: #121212;
      text-align: center;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
      display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
      font-family: inherit;
      font-size: 1rem;
      font-weight: 500;
      line-height: inherit;
      color: #121212;
      text-transform: capitalize;
      text-rendering: optimizeLegibility;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
      font-size: 2.25rem;
      line-height: 3.125rem;
      cursor: pointer;
      width: 3.125rem;
      height: 3.125rem;
      border-left: 1px solid rgba(0, 0, 0, 0.1); border: none;
      color: #121212;
      text-align: center;
    }
    .header .menu .menu-section {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .header .menu > ul > li .menu-subs {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.menu-mega {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.active {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
      margin-top: 0;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
      margin-bottom: 1.25rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
      margin-bottom: 0rem;
    }
    .header .menu > ul > li .menu-subs > ul > li > a {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
      margin-bottom: 1rem;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
      display: block;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.55);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }

  .main {display: block; width: 100%;min-height: 100vh; margin-top: 76px;}
  .inverse { background: rgba(0, 0, 0, 0.8); position: fixed; z-index:10; height: 100%; width: 100%; left:0px; top:0px;}



  .footer{ width: 100%; float: left; padding: 50px 0px 0px; margin: 0px 0px 0px;
    background-image: linear-gradient(
      0deg, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../images/footer-bg2.jpg); background-repeat: no-repeat;     background-size: cover;     object-fit: cover;    background-position: 50% 14.9%;
  }
  .footer-about{ width: 40%; float: left;}
  .footer-about h3{ font-size: 1.875rem; color: #fff; font-weight: 700; padding-bottom: 10px;}
  .footer-about p{ font-size: 1.125rem; color: #fff; line-height: 1.4; text-align: justify;}

  .footer-more-link{width: 60%; float: left; border-left: solid 2px #454545; padding-left: 20px;}

  .footer-link-block{ width: 50%; float:left; padding: 0px 0px 0px 0px;}
  .footer-link-block:first-child{ width: 30%;}
  .footer-link-block h4{ font-size: 1.25rem; color: #fff; font-weight: 500; margin: 0px 0px 5px;}

  .footer-link-block li{list-style: none; text-align: left; padding: 5px 0px; line-height: 1.2;}


  .footer-more-link ul{ padding: 10px 0px 30px; margin: 0px; text-align: left; float: left;}
  .footer-more-link li{ list-style: none;  padding-left: 0px; float: left; width: 100%;}

  .footer-more-link li span {border-right: 1px solid #CCC;height: 15px;padding: 10px 25px 0 0; display: inline-block; vertical-align: middle;}
  .footer-more-link li a{ color:#ffffff;  font-size: 1rem; text-align:center; font-weight: 400;}
  .footer-more-link li a:hover{ border-bottom: solid 1px #55acee; color: #55acee;}

  .copy-right{ width: 100%; float:left; background: #000d2b; padding: 10px 0px; }
  .copy-right p{ font-size: 13px; text-align: center; color: #fff;}
  .footer-social{ width: auto; float: right;}
  .footer-social i{ color: #fff; font-size: 32px; margin-right: 20px;}

  .u-footer{ width: 100%; float: left; padding: 30px 0px 15px; color: #fff; text-align: center ; font-size: 0.875rem;}
  .u-footer a{ color: #fff; font-size: 0.875rem; padding: 0px 3px;}
  .u-footer a:hover{ color: #55acee;}
  .menu-city-list{ width: 100%; float: left;}
  .menu-city-list li{ width: 20%; float: left; line-height: 2.1; list-style-type: none; border-right: solid 1px #CCC; padding-left: 2.5rem;}
  .menu-city-list li:nth-of-type(5n){ border-right: none;}
  .menu-city-list li a{font-size: 1.12rem; font-weight: 400; color: #111111; transition:all 0.3s ease-in}
  .menu-city-list li a:hover{ color: #478ac9; transition:all 0.3s ease-in}

  .subscribe-newsletter{ width: 40%; text-align: center; float: left; padding: 0px 2rem;}
  .subscribe-newsletter h3{font-family: 'Playfair Display', serif; color: #fff; display: inline-block; font-size: 1.875rem; padding: 0px 5px;
    font-weight: 700; font-style: italic;border-bottom: solid 3px; margin-bottom: 10px;}

    .subscribe-newsletter .form-control{padding: 10px 15px; border: solid 1px #b3b3b3; margin-bottom: 15px;}

    .subscribe-newsletter .submit-button{ color: #fff; letter-spacing: 3px; font-weight: 700; width: 100%; border: none; padding: 10px 0px; cursor: pointer; text-transform: uppercase; font-size: 1.25rem;}
    .subscribe-newsletter p{ color: #fff; font-size: 0.875rem;}
  @media screen and (max-width: 1200px) {
    .header .menu > ul > li{margin-right: 1rem; margin-left: 0px;}
    .header .menu > ul > li > a{ font-size: .95rem;}
    .header-item-left{flex: 0 0 20%;}
    .header-item-center{flex: 0 0 100%; float: right; margin-left: 0px;}
  }

  @media screen and (max-width: 1080px) {
    .header .menu > ul > li{margin-right: 1rem; margin-left: 0px;}
    .header-item-left{flex: 0 0 30%;}
    .header-item-center{ flex: 0 0 100%; margin-left: 0px;}
    .header .menu > ul > li{ padding: 10px 0px 0px;}

  }

  @media screen and (max-width: 992px) {
    .menu-city-list li{ width: 100%;}
    .menu-city-list li{  padding: 0.75rem 0; border-bottom: solid 1px #ccc; line-height: 1.25rem; border-right: none!important; border-right: none!important;}
    .m-o{ padding: 0px;}
    .header .menu > ul > li{margin-right: 0; }
    .opportunities li{ width: 100%!important;}
  }

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

    .footer-link-block{width: 50%;}
    .footer-social{ width: 100%; text-align: center;}
    .menu-city-list .search-filed{ width: 100%; padding: 10px 15px 10px 45px;}
    .menu-city-list .city-search{ width: 100%; padding: 10px 0px; margin-left: 0px;}
    .footer-more-link li span{padding-right: 10px;}
    .header .menu > ul > li{margin-left: 0; padding: 0px;}
    .brand img{ width: 200px;}
    .header-login form{ display: none;}
    .top-band{ padding: 5px 0px;}
    .top-band .icon1{ width: 28px; height: 28px; line-height: 26px;}
    .top-band .icon1 img{ width: 18px;}
    .footer-about{ width: 100%;}
    .footer-about p{ font-size: 1rem;}
    .footer-more-link{ width: 100%; padding-left: 0px;}
    .footer-link-block{ width: 100%!important;}
    .footer-more-link li{ width: auto; padding-right: 5px;}
    .footer-more-link li:after{content: "|"; color: #666; padding-left: 5px;}
    .footer-more-link li a{ font-size: 1rem;}
    .footer-more-link{ border-right: none;}
    .subscribe-newsletter{ width: 100%; padding: 0px; text-align: left;}
    .subscribe-newsletter h3{ padding: 0px 5px 10px; }
    .logo img{ width: 100%;}
    .logo { margin: 10px 0px;}
    .top-header .ls a{ font-size: 1rem;}
    .top-header li{ width: 30px; height: 30px;}
    .top-header li i{ font-size: 18px; line-height: 30px;}
    .header{ padding: 10px 0px;}
  }

