@charset "UTF-8";
.header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 1000;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  .header ::-webkit-scrollbar {
    width: 1px; }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-top: -44px; }
  .header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .min-header {
    display: flex;
    align-items: center;
    background: #12565a;
    height: 44px;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 550px) {
      .header .min-header {
        padding: 4px 0px; } }
    .header .min-header .container-fluid {
      padding: 0px 12px; }
    .header .min-header .content {
      display: flex;
      align-items: center; }
      .header .min-header .content p {
        color: #ffffffbf;
        padding-left: 12px;
        margin-left: 12px;
        border-left: 1px solid #ffffffbf;
        height: 12px;
        line-height: 12px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .header .min-header .content p {
            display: none; } }
        .header .min-header .content p:last-child {
          padding-left: 0px;
          margin-left: 0px;
          border-left: 0px; }
        .header .min-header .content p svg {
          margin-left: 4px;
          width: 14px;
          fill: #ffffffbf; }
    @media (max-width: 767px) {
      .header .min-header .social {
        display: none; } }
    .header .min-header .linkstop {
      display: flex; }
      @media (max-width: 767px) {
        .header .min-header .linkstop {
          width: 100%;
          justify-content: center; } }
      .header .min-header .linkstop a {
        display: flex;
        align-items: center;
        height: 12px;
        line-height: 12px;
        padding-left: 12px;
        margin-left: 12px;
        border-left: 1px solid #ffffffbf;
        color: #ffffffbf;
        font-size: 14px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .min-header .linkstop a svg {
          margin-left: 4px;
          width: 14px;
          fill: #ffffffbf;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .header .min-header .linkstop a:hover {
          color: #fbae1f; }
          .header .min-header .linkstop a:hover svg {
            fill: #fbae1f; }
        .header .min-header .linkstop a:last-child {
          padding: 0px;
          border: 0px;
          margin: 0px; }
    .header .min-header .dropdown #dropdownMenuButton {
      border: 0px;
      padding: 0px;
      margin: 0px; }
    .header .min-header .dropdown .dropdown-menu {
      border-radius: 0 0 0.25rem 0.25rem;
      box-shadow: 0px 10px 40px 0px #06163a1a;
      border: 0px;
      min-width: 7rem;
      margin-top: 16px; }
      .header .min-header .dropdown .dropdown-menu a {
        height: auto;
        line-height: 16px;
        margin: 0px;
        padding: 8px 12px;
        color: #000; }
        .header .min-header .dropdown .dropdown-menu a.active {
          color: #12565a; }
    .header .min-header .dropdown .dropdown-item.active,
    .header .min-header .dropdown .dropdown-item:active {
      background: #12565a;
      color: #fff; }
  @media (max-width: 991px) {
    .header .logo {
      margin: 8px 0px; } }
  .header .logo a {
    display: flex;
    align-items: center; }
    .header .logo a .title {
      font-size: 14px;
      text-align: center;
      margin-right: 8px; }
      @media (max-width: 991px) {
        .header .logo a .title {
          font-size: 11px; } }
  .header .logo img {
    max-width: 66px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .header .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    box-shadow: none;
    padding: 0px; }
    .header .bottom::before {
      display: none; }
    .header .bottom svg {
      width: 20px;
      fill: #000; }
    @media (max-width: 550px) {
      .header .bottom svg {
        width: 18px; } }
  .header .navbar {
    padding: 0px; }
    .header .navbar .logo {
      position: absolute;
      top: 12px;
      right: 12px;
      margin: 0px;
      display: none; }
      @media (max-width: 991px) {
        .header .navbar .logo {
          display: block; } }
    .header .navbar .cancel {
      display: none;
      position: absolute;
      top: 12px;
      left: 12px; }
      .header .navbar .cancel svg {
        width: 18px;
        height: 18px; }
    @media screen and (max-width: 991px) {
      .header .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 260px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0px 10px 40px 0px #06163a1a;
        background-color: #fff;
        transition: all 0.5s ease; }
        .header .navbar.active {
          right: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu-item {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
    color: #000;
    padding: 28px 0px; }
    @media (max-width: 1092px) {
      .header .menu-item {
        margin: 0px 2px; } }
    .header .menu-item:hover .menu-link {
      color: #fbae1f; }
      .header .menu-item:hover .menu-link svg {
        fill: #fbae1f;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media only screen and (max-width: 991px) {
          .header .menu-item:hover .menu-link svg {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg); } }
  .header .menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    color: #12565a !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header .menu-link svg {
      margin-right: 4px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .header .menu-link svg {
          margin: 0px; } }
  @media only screen and (min-width: 991px) {
    .header .menu-dropdown:hover > .submenu {
      display: block;
      opacity: 1;
      visibility: visible;
      transform: translateY(0); } }
  @media only screen and (max-width: 991px) {
    .header .menu {
      width: 100%;
      height: auto;
      padding: 1rem 0; }
      .header .menu-item {
        display: block;
        padding: 0px; }
      .header .menu-link {
        justify-content: space-between;
        padding: 0.5rem 12px; } }
  .header .menu .activelink .menu-link {
    color: #fbae1f !important; }
  .header .menu .menu-link:hover {
    outline: none;
    color: #fbae1f !important; }
  .header .submenu {
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 238px;
    height: auto;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0px 10px 40px 0px #06163a1a;
    background-color: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .header .submenu .submenu-item {
      display: block; }
      .header .submenu .submenu-item:last-child .submenu-link {
        border-bottom: 0px;
        padding-bottom: 0px; }
        .header .submenu .submenu-item:last-child .submenu-link::after {
          display: none; }
    .header .submenu .submenu-link {
      position: relative;
      display: block;
      cursor: pointer;
      font-weight: 300;
      padding: 8px 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      border-bottom: 1px solid #f1f5f5; }
      @media (max-width: 991px) {
        .header .submenu .submenu-link {
          border-bottom: 1px solid rgba(167, 167, 167, 0.2); } }
      .header .submenu .submenu-link:hover {
        outline: none;
        color: #fbae1f; }
        .header .submenu .submenu-link:hover:after {
          width: 100%; }
      .header .submenu .submenu-link:after {
        content: "";
        position: absolute;
        right: 0px;
        bottom: -1px;
        width: 0;
        background: #fbae1f;
        height: 1px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .header .submenu .submenu-link:after {
            display: none; } }
    @media only screen and (max-width: 991px) {
      .header .submenu {
        position: relative;
        top: -0.5rem;
        right: 0px;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
        padding: 0px 20px; } }
  .header .burger {
    position: absolute;
    left: 28px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 25px;
    height: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent; }
    .header .burger-line {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      opacity: 1;
      border: none;
      outline: none;
      background: #12565a; }
      .header .burger-line:nth-child(1) {
        top: 0px; }
      .header .burger-line:nth-child(2) {
        top: 0.5rem;
        width: 80%; }
      .header .burger-line:nth-child(3) {
        top: 1rem;
        width: 60%; }
    @media only screen and (max-width: 991px) {
      .header .burger {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65); }
    @media only screen and (max-width: 991px) {
      .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .header .stylenew {
    position: inherit; }
    @media only screen and (max-width: 991px) {
      .header .stylenew {
        position: relative; } }
    .header .stylenew .submenu {
      max-width: 912px;
      min-width: 912px;
      margin-right: -136px;
      padding-left: 0px;
      padding: 20px 12px 32px 0px; }
      @media (max-width: 1092px) {
        .header .stylenew .submenu {
          max-width: 724px;
          min-width: 724px;
          margin-right: -76px; } }
      @media only screen and (max-width: 991px) {
        .header .stylenew .submenu {
          margin: 0px;
          max-width: 100%;
          min-width: 100%;
          padding: 0px 12px; } }
      .header .stylenew .submenu li {
        display: inline-flex;
        width: calc(27% - 24px);
        padding: 0px 12px; }
        @media only screen and (max-width: 991px) {
          .header .stylenew .submenu li {
            display: block;
            width: 100%; } }
        .header .stylenew .submenu li a {
          width: 100%; }
  .header .icon {
    display: flex;
    align-items: center; }
    .header .icon .droptoggle {
      position: relative; }
      .header .icon .droptoggle .bottoggle {
        display: block;
        position: relative;
        cursor: pointer;
        width: 28px;
        height: 32px; }
        .header .icon .droptoggle .bottoggle svg {
          width: 28px; }
        .header .icon .droptoggle .bottoggle .fa-cog,
        .header .icon .droptoggle .bottoggle .fa-times {
          position: absolute;
          left: 0px;
          top: 0px; }
        .header .icon .droptoggle .bottoggle .fa-times {
          display: none; }
          .header .icon .droptoggle .bottoggle .fa-times svg {
            height: 16px; }
      .header .icon .droptoggle .color {
        position: absolute;
        left: 0px;
        top: 60px;
        width: 206px;
        padding: 16px;
        border-radius: 0 0 0.25rem 0.25rem;
        box-shadow: 0px 10px 40px 0px #06163a1a;
        background-color: #fff;
        display: none;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .header .icon .title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 12px; }
    .header .icon ul li {
      display: flex;
      align-items: center;
      font-weight: 500;
      color: #000;
      position: relative;
      cursor: pointer;
      font-size: 15px;
      margin-bottom: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .header .icon ul li:last-child {
        margin: 0px; }
      .header .icon ul li .icon {
        position: relative;
        min-width: 56px;
        max-width: 56px;
        height: 28px;
        background: #f1f5f5;
        border-radius: 30px;
        margin-left: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .icon ul li .icon::after {
          content: "";
          position: absolute;
          left: 2px;
          top: 2px;
          width: 24px;
          height: 24px;
          background: #fff;
          border-radius: 50%;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .header .icon ul li.active .icon::after {
        left: auto;
        right: 2px;
        background: #2169b1; }

.searchpop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  z-index: 1001; }
  .searchpop .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .searchpop .exit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 24px;
    cursor: pointer;
    background: #D1362A;
    width: 35px;
    height: 35px; }
    .searchpop .exit svg path {
      stroke: #fff; }
  .searchpop .formsearch {
    position: relative;
    margin: 0px auto;
    width: 845px;
    height: 70px;
    border-bottom: 2px solid #fbae1f; }
    @media (max-width: 991px) {
      .searchpop .formsearch {
        width: 100%; } }
    .searchpop .formsearch input {
      width: 100%;
      height: 70px;
      outline: none;
      background: none;
      color: #000;
      font-weight: 500;
      font-size: 18px; }
    .searchpop .formsearch .botsearch {
      position: absolute;
      left: 0px;
      top: 12px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      cursor: pointer;
      border: 0px;
      outline-style: none;
      outline: 0px;
      background: none;
      padding: 0px; }
      .searchpop .formsearch .botsearch svg {
        width: 32px;
        fill: #fbae1f; }
      .searchpop .formsearch .botsearch:focus {
        outline: 0px !important; }
    .searchpop .formsearch ::placeholder {
      font-weight: 500;
      font-size: 18px; }
    .searchpop .formsearch :-ms-input-placeholder {
      font-weight: 500;
      font-size: 18px; }
    .searchpop .formsearch ::-ms-input-placeholder {
      font-weight: 500;
      font-size: 18px; }
  .searchpop .title {
    font-size: 26px;
    font-weight: 600;
    margin: 24px 0px; }

.slider {
  overflow: hidden; }
  .slider .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075; }
  .slider .carousel-item img {
    width: 100%;
    height: 70vh;
    object-fit: cover; }
    @media (max-width: 991px) {
      .slider .carousel-item img {
        height: 60vh; } }
  .slider:hover .carousel-control-next {
    right: 24px; }
  .slider:hover .carousel-control-prev {
    left: 24px; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    top: 50%;
    opacity: 1;
    border-radius: 50%;
    background: #ffffff38;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 14px;
      height: 14px;
      fill: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .slider .carousel-control-next:hover,
    .slider .carousel-control-prev:hover {
      background: #12565a; }
  .slider .carousel-control-next {
    right: -90px; }
  .slider .carousel-control-prev {
    left: -90px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%;
    top: 0px;
    margin: 0px auto;
    text-align: center; }
    .slider .cen-text .title {
      font-size: 40px;
      text-align: center;
      color: #fff; }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          font-size: 28px; }
          .slider .cen-text .title br {
            display: none; } }
    .slider .cen-text p {
      display: block;
      color: #fff;
      margin-top: 8px;
      font-size: 18px;
      text-align: center; }
      @media (max-width: 991px) {
        .slider .cen-text p {
          font-size: 14px; }
          .slider .cen-text p br {
            display: none; } }
    .slider .cen-text .bottom {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .bottom {
          margin-top: 16px; } }
  .slider .carousel-indicators {
    display: none !important;
    padding: 0px;
    margin: 0px;
    bottom: 24px; }
    @media (max-width: 991px) {
      .slider .carousel-indicators {
        display: flex !important; } }
    .slider .carousel-indicators li {
      background: #fff;
      width: 20px; }
      .slider .carousel-indicators li.active {
        background: #fbae1f; }

.minservices {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 0px;
  margin-top: -55px; }
  @media (max-width: 991px) {
    .minservices {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .minservices {
      margin-top: 0px; } }
  .minservices .container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10; }
    @media (max-width: 991px) {
      .minservices .container {
        display: block; } }
  .minservices .item {
    position: relative;
    text-align: center;
    margin: 0px 32px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .minservices .item {
        display: flex;
        align-items: center;
        margin: 0px;
        margin-bottom: 12px;
        width: 100%;
        border-bottom: 1px solid #f1f5f5;
        padding-bottom: 12px; }
        .minservices .item:last-child {
          margin: 0px;
          border: 0px;
          border: 0px; } }
    .minservices .item:hover .icon {
      background: #fbae1f; }
    .minservices .item:hover .title {
      color: #fbae1f; }
    .minservices .item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      position: relative;
      min-width: 100px;
      max-width: 100px;
      height: 100px;
      overflow: hidden;
      z-index: 10;
      background: #12565a;
      border: 4px solid #fff;
      -webkit-border-radius: 50% 0px 50% 0px;
      border-radius: 50% 0px 50% 0px;
      background-clip: padding-box;
      -webkit-box-shadow: 4px 4px 60px #00000003;
      -moz-box-shadow: 4px 4px 60px #00000003;
      -o-box-shadow: 4px 4px 60px #00000003;
      -ms-box-shadow: 4px 4px 60px #00000003;
      box-shadow: 4px 4px 60px #00000003;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .minservices .item .icon {
          min-width: 80px;
          max-width: 80px;
          height: 80px;
          margin: 0px;
          margin-left: 8px; } }
      .minservices .item .icon svg {
        fill: #fff;
        width: 50px;
        height: 50px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .minservices .item .icon svg {
            width: 40px;
            height: 40px; } }
      .minservices .item .icon:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .minservices .item .title {
      color: #12565a;
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .minservices .item .title {
          text-align: right;
          margin: 0px;
          font-size: 16px; } }

.programs-item {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url(../images/shape-bottom-left.png) no-repeat bottom left; }
  @media (max-width: 991px) {
    .programs-item {
      padding: 24px 0px; } }
  .programs-item::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 400px;
    background: url(../images/shape-top-right.png) no-repeat top right;
    background-size: 100%; }
  .programs-item .title {
    text-align: center; }
  .programs-item .container {
    position: relative;
    z-index: 10; }
  .programs-item .rowbox {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .programs-item .rowbox {
        margin-top: 24px;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .programs-item .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .programs-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f1f5f5;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .programs-item .item:hover {
      transform: scale(1.09);
      z-index: 1; }
    .programs-item .item .photo {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
      .programs-item .item .photo::before {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: #051f2082; }
      .programs-item .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .programs-item .item .subitem {
      position: relative; }
      .programs-item .item .subitem svg {
        width: 80px;
        height: 80px;
        fill: #fff;
        margin-bottom: 12px; }
      .programs-item .item .subitem .title {
        color: #fff;
        font-size: 20px;
        font-weight: 400; }

.gettoknow {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5; }
  @media (max-width: 991px) {
    .gettoknow {
      padding: 24px 0px; } }
  .gettoknow .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .gettoknow .rowbox {
        margin-top: 24px;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .gettoknow .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .gettoknow .item {
    position: relative;
    background: #fff;
    padding: 16px 16px 16px 68px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #cccccc69;
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .gettoknow .item:hover {
      -webkit-box-shadow: 4px 4px 60px #0000001a;
      -moz-box-shadow: 4px 4px 60px #0000001a;
      -o-box-shadow: 4px 4px 60px #0000001a;
      -ms-box-shadow: 4px 4px 60px #0000001a;
      box-shadow: 4px 4px 60px #0000001a; }
    .gettoknow .item .photo {
      display: flex;
      align-items: center;
      position: absolute;
      left: -52px;
      top: 0px;
      width: 120px;
      height: 100%;
      z-index: 10;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .gettoknow .item .photo img {
        max-width: 100%;
        max-height: 100%; }
    .gettoknow .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0px;
      font-size: 20px;
      font-weight: 400; }
    .gettoknow .item p {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 4px; }

.servbox .classific {
  display: inline-block;
  background: #fbae1f59;
  border-radius: 60px;
  padding: 2px 16px;
  margin-bottom: 24px;
  font-weight: 600;
  color: #0F604B; }
.servbox .rat-bor {
  display: flex;
  align-items: center;
  margin-top: 24px; }
  .servbox .rat-bor .rating {
    margin: 0px;
    margin-left: 24px;
    flex-direction: inherit; }
    .servbox .rat-bor .rating li svg {
      width: 32px;
      fill: #ccc; }
      .servbox .rat-bor .rating li svg.active {
        fill: #fbae1f; }
  .servbox .rat-bor .numberuser {
    display: flex;
    align-items: center;
    color: #0F604B;
    font-weight: 600; }
    .servbox .rat-bor .numberuser span {
      color: #fbae1f;
      margin-right: 8px; }
    .servbox .rat-bor .numberuser svg {
      margin-left: 8px; }
      .servbox .rat-bor .numberuser svg path {
        fill: #0F604B; }
.servbox .info {
  display: flex;
  align-items: center;
  margin-top: 16px; }
  .servbox .info .time,
  .servbox .info .comment {
    display: flex;
    align-items: center;
    margin-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .servbox .info .time svg,
    .servbox .info .comment svg {
      margin-left: 8px;
      width: 20px; }
    .servbox .info .time span,
    .servbox .info .comment span {
      font-weight: 600;
      color: #0F604B; }
  .servbox .info .comment {
    margin: 0px; }
.servbox p {
  margin-top: 16px !important; }
.servbox .information {
  position: relative;
  width: 100%;
  margin-top: 24px; }
  .servbox .information li {
    display: flex;
    align-items: center;
    margin-top: 8px;
    background: #f1f5f5;
    padding: 8px 16px; }
    @media (max-width: 767px) {
      .servbox .information li {
        display: block; } }
    .servbox .information li .line {
      display: flex;
      align-items: center;
      min-width: 200px; }
      @media (max-width: 767px) {
        .servbox .information li .line {
          min-width: inherit; } }
      .servbox .information li .line span {
        color: #0F604B;
        font-weight: 600;
        font-size: 18px; }
      .servbox .information li .line svg {
        width: 20px;
        margin-left: 8px;
        fill: #fbae1f; }
    .servbox .information li p {
      color: #0F604B;
      font-weight: 600;
      margin: 0px !important; }
      @media (max-width: 767px) {
        .servbox .information li p {
          margin-right: 28px !important; } }
    .servbox .information li a {
      font-weight: 600;
      color: #fbae1f;
      text-decoration: underline; }
      .servbox .information li a:hover {
        text-decoration: none; }
.servbox .shear {
  display: flex;
  align-items: center;
  margin-top: 24px; }
  .servbox .shear span {
    font-size: 18px;
    font-weight: 600;
    color: #0F604B;
    margin-left: 8px; }
  .servbox .shear .social a {
    position: relative;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    border-radius: 50%;
    margin: 0px !important;
    margin-right: 8px !important;
    background: #f1f5f5;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .servbox .shear .social a svg {
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .servbox .shear .social a:hover {
      background: #fbae1f; }
      .servbox .shear .social a:hover svg {
        fill: #0F604B; }
      .servbox .shear .social a:hover::after {
        opacity: 1; }
      .servbox .shear .social a:hover small {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); }
  .servbox .shear small {
    visibility: hidden;
    width: 132px;
    background-color: #0F604B;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    padding: 8px !important;
    position: absolute;
    bottom: 134%;
    line-height: 20px;
    font-size: 14px;
    left: 50%;
    margin-left: -66px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 20;
    font-weight: 500;
    color: #ffffffbf;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform: translateY(10px);
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .servbox .shear small {
        width: 100px;
        margin-left: -50px;
        font-size: 12px;
        padding: 6px !important; } }
    .servbox .shear small::after {
      content: "";
      position: absolute;
      top: 99%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #0F604B transparent transparent transparent; }
.servbox .nav-tabs {
  display: flex;
  border: 0px;
  position: relative;
  z-index: 10;
  margin-top: 24px; }
  .servbox .nav-tabs li {
    border: 0px;
    margin: 12px 0px 0px 12px; }
    .servbox .nav-tabs li:last-child {
      margin-left: 0px; }
    .servbox .nav-tabs li a {
      border: 0px !important;
      width: 100%;
      font-weight: 600;
      color: #0F604B;
      background: #ffffff24;
      border-radius: 60px;
      padding: 6px 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      .servbox .nav-tabs li a.active, .servbox .nav-tabs li a:hover {
        background: #0F604B;
        color: #fff; }
.servbox .comments .rating {
  margin: 0px;
  flex-direction: inherit;
  justify-content: flex-start; }
  .servbox .comments .rating li svg {
    width: 32px;
    fill: #ccc; }
    .servbox .comments .rating li svg.active {
      fill: #fbae1f; }
.servbox .addcoment {
  width: 100%;
  margin-top: 24px; }
  .servbox .addcoment .title {
    font-size: 28px; }
  .servbox .addcoment .field {
    margin-top: 24px; }
    .servbox .addcoment .field textarea {
      min-height: 140px;
      resize: none; }

.popupserv {
  padding: 0px 16px !important;
  background: rgba(9, 58, 83, 0.9); }
  .popupserv .modal-dialog {
    max-width: 800px; }
  .popupserv .head {
    padding: 16px; }
    .popupserv .head .title {
      font-size: 20px !important;
      text-align: center;
      margin: 0px; }
  .popupserv .modal-content {
    overflow: hidden; }
  .popupserv .close {
    position: absolute;
    top: 16px;
    right: 24px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    text-shadow: none;
    outline: none;
    z-index: 10; }
  .popupserv .title {
    font-size: 28px;
    font-weight: 500;
    color: #12565a;
    line-height: 160%;
    position: relative;
    font-size: 18px !important;
    margin-bottom: 8px; }
    @media (max-width: 991px) {
      .popupserv .title {
        font-size: 24px; } }

.enquiry {
  margin-top: 24px; }
  .enquiry .date {
    font-size: 16px !important;
    margin-top: 16px; }
  .enquiry a {
    display: flex;
    color: #fbae1f;
    text-decoration: underline;
    margin-top: 24px; }
    .enquiry a:hover {
      text-decoration: none; }

.baanerdats {
  height: 72vh !important;
  overflow: inherit !important; }
  @media (min-width: 1600px) {
    .baanerdats {
      height: 78vh !important; } }
  @media (max-width: 991px) {
    .baanerdats {
      height: auto !important; } }
  .baanerdats:before {
    background: #05111ec7 !important; }
  .baanerdats .title {
    text-align: center; }
  .baanerdats .allitems {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .baanerdats .allitems {
        display: block; } }
    .baanerdats .allitems .z-item {
      position: relative;
      z-index: 1;
      margin: 48px 24px 0px 24px; }
      @media (max-width: 767px) {
        .baanerdats .allitems .z-item {
          margin: 0px;
          margin-top: 24px; } }
      .baanerdats .allitems .z-item .photo {
        width: 100%;
        text-align: center;
        position: relative; }
        .baanerdats .allitems .z-item .photo svg {
          fill: #fff;
          width: 66px;
          height: 66px; }
          @media (max-width: 767px) {
            .baanerdats .allitems .z-item .photo svg {
              width: 46px;
              height: 46px; } }
      .baanerdats .allitems .z-item .timer {
        width: 100%;
        text-align: center;
        font-weight: 700;
        font-size: 46px;
        margin-top: 20px;
        color: #fbae1f; }
        @media (max-width: 991px) {
          .baanerdats .allitems .z-item .timer {
            font-size: 34px; } }
      .baanerdats .allitems .z-item .name {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        margin-top: 16px; }
      .baanerdats .allitems .z-item:nth-child(3) .photo svg {
        fill: transparent;
        stroke: #fff; }

.menuside {
  position: fixed;
  right: -240px;
  top: 34%;
  width: 240px;
  padding: 0px 16px;
  background: #fff;
  z-index: 20;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .menuside {
      top: 24%; } }
  .menuside .clickbot {
    flex-wrap: wrap;
    position: absolute;
    left: -40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
    background: #fbae1f;
    height: 212px; }
    .menuside .clickbot .openmenu {
      display: block;
      position: relative;
      width: 26px;
      height: 21px;
      border-top: 2px solid #fff;
      margin: 12px 7px 12px 0px; }
      .menuside .clickbot .openmenu::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 4px;
        width: 100%;
        height: 2px;
        background: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .menuside .clickbot .openmenu::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 10px;
        width: 100%;
        height: 2px;
        background: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .menuside .clickbot p {
      color: #fff;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-weight: 600;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .menuside.active {
    right: 0px; }
    .menuside.active .clickbot .openmenu {
      border: 0px;
      height: 21px; }
      .menuside.active .clickbot .openmenu::after {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
        top: 9px; }
      .menuside.active .clickbot .openmenu::before {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg); }
  .menuside .innermenu a {
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-bottom: 1px solid #f1f5f5;
    padding: 12px 0px;
    color: #0F604B;
    font-weight: 600; }
    .menuside .innermenu a:hover, .menuside .innermenu a.active {
      color: #fbae1f; }
    .menuside .innermenu a:last-child {
      border: 0px; }

.opendata,
.company-profile {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-bottom: 48px; }
  @media (max-width: 991px) {
    .opendata,
    .company-profile {
      padding-bottom: 24px; } }
  .opendata .item,
  .company-profile .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .opendata .item,
      .company-profile .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .opendata .item .photo,
    .company-profile .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 444px;
      overflow: hidden;
      z-index: 10;
      background: #f1f5f5;
      border-radius: 1rem;
      box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
      transition: transform 1s ease 0s; }
      .opendata .item .photo img,
      .company-profile .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .opendata .item .details,
    .company-profile .item .details {
      width: 100%;
      margin-bottom: 48px; }
      .opendata .item .details:last-child,
      .company-profile .item .details:last-child {
        margin: 0px; }
      .opendata .item .details p,
      .company-profile .item .details p {
        margin-top: 16px; }
      .opendata .item .details .list,
      .company-profile .item .details .list {
        margin-top: 24px; }
        .opendata .item .details .list li,
        .company-profile .item .details .list li {
          display: flex;
          position: relative;
          margin-top: 24px; }
          @media (max-width: 991px) {
            .opendata .item .details .list li,
            .company-profile .item .details .list li {
              font-size: 16px; } }
          .opendata .item .details .list li svg,
          .company-profile .item .details .list li svg {
            fill: #fbae1f;
            min-width: 26px;
            max-width: 26px;
            max-height: 26px;
            margin: 4px 0px 0px 8px; }
          .opendata .item .details .list li .title,
          .company-profile .item .details .list li .title {
            font-weight: 500;
            font-size: 18px;
            padding: 0px; }
  .opendata .itemopnedata,
  .company-profile .itemopnedata {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .opendata .itemopnedata,
      .company-profile .itemopnedata {
        margin-top: 24px;
        max-width: 100%;
        flex: 100%; } }
    .opendata .itemopnedata .searchopen,
    .company-profile .itemopnedata .searchopen {
      margin: 0px;
      margin-top: 24px; }
    .opendata .itemopnedata .listserves,
    .company-profile .itemopnedata .listserves {
      position: sticky;
      top: 100px;
      background: #f1f5f5;
      box-shadow: none; }
      .opendata .itemopnedata .listserves .linttext .title,
      .company-profile .itemopnedata .listserves .linttext .title {
        font-size: 16px;
        line-height: initial; }
        .opendata .itemopnedata .listserves .linttext .title:before,
        .company-profile .itemopnedata .listserves .linttext .title:before {
          top: 6px; }
        .opendata .itemopnedata .listserves .linttext .title::after,
        .company-profile .itemopnedata .listserves .linttext .title::after {
          top: 10px; }
  .opendata .nav-tabs,
  .company-profile .nav-tabs {
    display: flex;
    border: 0px;
    position: relative;
    z-index: 10;
    margin-top: 48px; }
    .opendata .nav-tabs li,
    .company-profile .nav-tabs li {
      border: 0px;
      margin: 12px 0px 0px 12px; }
      .opendata .nav-tabs li:last-child,
      .company-profile .nav-tabs li:last-child {
        margin-left: 0px; }
      .opendata .nav-tabs li a,
      .company-profile .nav-tabs li a {
        border: 0px !important;
        width: 100%;
        font-weight: 600;
        color: #0F604B;
        background: #ffffff24;
        border-radius: 60px;
        padding: 6px 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .opendata .nav-tabs li a.active, .opendata .nav-tabs li a:hover,
        .company-profile .nav-tabs li a.active,
        .company-profile .nav-tabs li a:hover {
          background: #0F604B;
          color: #fff; }
  .opendata .tables,
  .company-profile .tables {
    margin-top: 24px; }
    .opendata .tables .title,
    .company-profile .tables .title {
      font-size: 22px; }
    .opendata .tables .table-responsive,
    .company-profile .tables .table-responsive {
      margin-top: 16px; }
      .opendata .tables .table-responsive table,
      .company-profile .tables .table-responsive table {
        margin: 0px;
        text-align: center; }
        .opendata .tables .table-responsive table th,
        .company-profile .tables .table-responsive table th {
          background: #0F604B;
          color: #fff;
          font-weight: 500;
          border: 1px solid #dee2e6; }
        .opendata .tables .table-responsive table td,
        .company-profile .tables .table-responsive table td {
          color: #0F604B;
          font-weight: 600;
          border: 1px solid #dee2e6; }
  .opendata .analysis,
  .opendata .map,
  .opendata .sharitems,
  .company-profile .analysis,
  .company-profile .map,
  .company-profile .sharitems {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .opendata .analysis,
      .opendata .map,
      .opendata .sharitems,
      .company-profile .analysis,
      .company-profile .map,
      .company-profile .sharitems {
        margin-top: 24px; } }
  .opendata .sharitems,
  .company-profile .sharitems {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    padding: 16px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .opendata .sharitems,
      .company-profile .sharitems {
        display: block; } }
    .opendata .sharitems .texticon,
    .company-profile .sharitems .texticon {
      display: flex;
      align-items: center; }
      .opendata .sharitems .texticon .facog svg,
      .company-profile .sharitems .texticon .facog svg {
        width: 28px; }
      .opendata .sharitems .texticon .maplink,
      .company-profile .sharitems .texticon .maplink {
        display: flex;
        align-items: center; }
        @media (max-width: 991px) {
          .opendata .sharitems .texticon .maplink,
          .company-profile .sharitems .texticon .maplink {
            display: block; } }
        .opendata .sharitems .texticon .maplink li,
        .company-profile .sharitems .texticon .maplink li {
          position: relative;
          display: inline-block;
          color: #0F604B;
          margin-right: 16px;
          font-weight: 600; }
          .opendata .sharitems .texticon .maplink li:before,
          .company-profile .sharitems .texticon .maplink li:before {
            position: absolute;
            top: 0px;
            left: -10px;
            content: "/";
            display: inline-block;
            color: #fbae1f; }
          .opendata .sharitems .texticon .maplink li:last-child:before,
          .company-profile .sharitems .texticon .maplink li:last-child:before {
            display: none; }
    @media (max-width: 991px) {
      .opendata .sharitems .social,
      .company-profile .sharitems .social {
        margin-top: 16px;
        direction: rtl; } }
    .opendata .sharitems .social a,
    .company-profile .sharitems .social a {
      position: relative;
      min-width: 38px;
      max-width: 38px;
      height: 38px;
      border-radius: 50%;
      margin: 0px !important;
      margin-right: 8px !important;
      background: #f1f5f5;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .opendata .sharitems .social a,
        .company-profile .sharitems .social a {
          margin: 0px !important;
          margin-left: 8px !important; } }
      .opendata .sharitems .social a svg,
      .company-profile .sharitems .social a svg {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .opendata .sharitems .social a.icon-xml svg, .opendata .sharitems .social a.icon-xls svg,
      .company-profile .sharitems .social a.icon-xml svg,
      .company-profile .sharitems .social a.icon-xls svg {
        margin-left: 4px; }
      .opendata .sharitems .social a:hover,
      .company-profile .sharitems .social a:hover {
        background: #fbae1f; }
        .opendata .sharitems .social a:hover svg,
        .company-profile .sharitems .social a:hover svg {
          fill: #fff; }
        .opendata .sharitems .social a:hover::after,
        .company-profile .sharitems .social a:hover::after {
          opacity: 1; }
        .opendata .sharitems .social a:hover small,
        .company-profile .sharitems .social a:hover small {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
    .opendata .sharitems small,
    .company-profile .sharitems small {
      visibility: hidden;
      width: 132px;
      background-color: #0F604B;
      text-align: center;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      padding: 8px !important;
      position: absolute;
      bottom: 134%;
      line-height: 20px;
      font-size: 14px;
      left: 50%;
      margin-left: -66px;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 20;
      font-weight: 500;
      color: #ffffffbf;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      transform: translateY(10px);
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .opendata .sharitems small,
        .company-profile .sharitems small {
          width: 180px; } }
      .opendata .sharitems small::after,
      .company-profile .sharitems small::after {
        content: "";
        position: absolute;
        top: 99%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #0F604B transparent transparent transparent; }

.searchopen {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  padding: 16px;
  margin-top: -64px;
  -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    .searchopen {
      margin-top: 24px; } }
  .searchopen .title {
    color: #0F604B;
    text-align: right;
    font-size: 20px; }
    @media (max-width: 991px) {
      .searchopen .title {
        text-align: center; } }
  .searchopen .inpudata {
    margin-top: 16px;
    max-width: 20%;
    flex: 20%; }
    @media (max-width: 991px) {
      .searchopen .inpudata {
        max-width: 50%;
        flex: 50%; }
        .searchopen .inpudata:last-child {
          max-width: 100%;
          flex: 100%; } }
    @media (max-width: 991px) {
      .searchopen .inpudata {
        max-width: 100%;
        flex: 100%; } }
    .searchopen .inpudata .form-control {
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box; }
    .searchopen .inpudata .bottom {
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      width: 100%;
      height: 54px;
      box-shadow: none; }
      .searchopen .inpudata .bottom::before {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box; }

.regulations-laws,
.permits {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .regulations-laws,
    .permits {
      padding: 24px 0px; } }
  .regulations-laws .regula,
  .permits .regula {
    margin: 48px 0px 24px 0px; }
    @media (max-width: 991px) {
      .regulations-laws .regula,
      .permits .regula {
        margin-bottom: 0px;
        margin-top: 24px;
        max-width: 100%;
        flex: 100%; } }
    .regulations-laws .regula .inner,
    .permits .regula .inner {
      width: 100%;
      background: #fff;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      padding: 24px;
      text-align: center;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .regulations-laws .regula .photo,
    .permits .regula .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      position: relative;
      width: 110px;
      height: 110px;
      overflow: hidden;
      z-index: 10;
      background: #f1f5f5;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .regulations-laws .regula .photo img,
      .permits .regula .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .regulations-laws .regula .photo svg,
      .permits .regula .photo svg {
        fill: #154a7c;
        width: 58px;
        height: 58px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .regulations-laws .regula .title,
    .permits .regula .title {
      font-weight: 600;
      font-size: 22px;
      margin-top: 12px; }
    .regulations-laws .regula p,
    .regulations-laws .regula .bottom,
    .permits .regula p,
    .permits .regula .bottom {
      margin-top: 12px; }

.permits .title.text-center {
  margin-bottom: 12px; }
  @media (max-width: 991px) {
    .permits .title.text-center {
      margin: 0px; } }
.permits .regula {
  margin: 0px !important;
  margin-top: 24px !important; }
  @media (max-width: 991px) {
    .permits .regula {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .permits .regula {
      max-width: 100%;
      flex: 100%; } }
  .permits .regula .title {
    margin: 0px;
    font-size: 16px;
    font-weight: 700; }
  .permits .regula .bottom {
    width: 100% !important;
    background: #bee4f742;
    border-radius: 8px;
    box-shadow: none;
    color: #0F604B;
    margin-top: 16px; }
    .permits .regula .bottom::before {
      border-radius: 8px; }

.minabout {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 484px;
  background: #f1f5f5 url(../images/minabout.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .minabout {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .minabout {
      min-height: inherit; } }
  .minabout::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051f20e3; }
  .minabout .it-about {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .minabout .it-about {
        flex: 100%;
        max-width: 100%;
        margin: 0px; } }
    .minabout .it-about .it-img {
      width: 90%;
      border-radius: 50% 0px 50% 0px;
      border: 4px solid #fbae1f;
      padding: 32px 32px 32px 0px; }
      @media (max-width: 991px) {
        .minabout .it-about .it-img {
          display: none; } }
      .minabout .it-about .it-img .photo {
        width: 112%; }
        .minabout .it-about .it-img .photo img {
          width: 100%;
          margin-top: -64px;
          border-radius: 50% 0px 50% 0px; }
    .minabout .it-about .title {
      color: #fff; }
    .minabout .it-about p {
      margin-top: 8px;
      color: #ffffffbf; }
      @media (max-width: 991px) {
        .minabout .it-about p {
          font-size: 16px; } }
    .minabout .it-about .lastabout {
      margin-top: 32px; }
      @media (max-width: 991px) {
        .minabout .it-about .lastabout {
          flex: 50%;
          max-width: 50%;
          margin-top: 24px; } }
      @media (max-width: 767px) {
        .minabout .it-about .lastabout {
          flex: 100%;
          max-width: 100%; } }
      .minabout .it-about .lastabout .itemicon {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        overflow: hidden;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .minabout .it-about .lastabout .itemicon span {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          background: #008d8e;
          color: #fff;
          font-weight: 500;
          border-radius: 50% 0px 50% 0px;
          margin-left: 12px; }
        .minabout .it-about .lastabout .itemicon .title {
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
    .minabout .it-about.flex {
      display: flex;
      align-items: center; }

.number {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding: 94px 0px;
  background: #fff url(../images/slider/img1.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .number {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .number {
      padding: 64px 0px; } }
  .number::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051f20e3; }
  .number .container {
    z-index: 10; }
  @media (max-width: 991px) {
    .number .item {
      max-width: 100%;
      flex: 100%;
      text-align: center; } }
  .number .item .icon {
    position: relative;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .number .item .icon {
        margin: 0px auto; } }
    .number .item .icon .cd-single-point {
      position: relative;
      list-style-type: none;
      width: 62px;
      cursor: pointer;
      text-align: center;
      z-index: 20; }
      .number .item .icon .cd-single-point svg path {
        fill: #fbae1f; }
      .number .item .icon .cd-single-point::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: cd-pulse 2s infinite; }
      .number .item .icon .cd-single-point .cd-img-replace {
        position: relative;
        z-index: 2;
        display: block;
        width: 62px;
        height: 62px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .number .item .icon .cd-single-point .innerbc {
        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 62px;
        height: 62px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #fff;
        z-index: 10; }
@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #fbae1f; }
  100% {
    box-shadow: 0 0 0 20px #fbae1f69; } }
  .number .item .title {
    color: #fff;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .number .item .title {
        text-align: center; } }
  .number .item p {
    color: #f1f5f5;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .number .item p {
        text-align: center; } }
  .number .item .bottom {
    margin-top: 24px; }
  .number .it-s {
    border-left: 1px solid #fffdfd38;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .number .it-s {
        margin-top: 24px;
        max-width: 50%;
        flex: 50%; }
        .number .it-s:nth-child(2) {
          border: 0px; } }
    .number .it-s .z-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .number .it-s .z-inner .z-item {
        position: relative;
        z-index: 1;
        width: 100%; }
        .number .it-s .z-inner .z-item .photo {
          width: 100%;
          text-align: center;
          position: relative; }
          .number .it-s .z-inner .z-item .photo svg {
            fill: #fff;
            width: 78px;
            height: 78px; }
            @media (max-width: 767px) {
              .number .it-s .z-inner .z-item .photo svg {
                width: 64px;
                height: 64px; } }
        .number .it-s .z-inner .z-item .timer {
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 46px;
          margin-top: 32px;
          color: #fbae1f; }
          @media (max-width: 991px) {
            .number .it-s .z-inner .z-item .timer {
              font-size: 34px;
              margin-top: 20px; } }
        .number .it-s .z-inner .z-item .name {
          display: block;
          width: 100%;
          text-align: center;
          color: #fff;
          font-size: 20px;
          font-weight: 400;
          margin-top: 24px; }
          @media (max-width: 991px) {
            .number .it-s .z-inner .z-item .name {
              margin-top: 12px;
              font-size: 18px; } }
      .number .it-s .z-inner:hover::after {
        bottom: 0px; }
      .number .it-s .z-inner:hover .z-item .photo::after {
        background: #fff; }
    .number .it-s:last-child {
      border: 0px; }

.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    cursor: pointer;
    margin: auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.universitysystems {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .universitysystems {
      padding: 24px 0px; } }
  .universitysystems .title {
    margin-bottom: 12px; }
  .universitysystems .list li {
    position: relative;
    display: flex;
    width: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background: #f1f5f5;
    padding: 16px;
    margin-top: 24px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    cursor: pointer;
    overflow: hidden; }
    @media (max-width: 500px) {
      .universitysystems .list li {
        display: block; } }
    .universitysystems .list li::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #12565a;
      width: 0px;
      left: auto;
      right: 0px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .universitysystems .list li:hover .icon {
      background: #fff; }
      .universitysystems .list li:hover .icon svg {
        fill: #12565a; }
    .universitysystems .list li:hover .title,
    .universitysystems .list li:hover p {
      color: #fff; }
    .universitysystems .list li:hover::after {
      width: 100%; }
    .universitysystems .list li .icon {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 92px;
      max-width: 92px;
      height: 92px;
      background: #12565a;
      border-radius: 50% 0px 50% 0px;
      margin-left: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 500px) {
        .universitysystems .list li .icon {
          margin: 0px;
          margin-bottom: 16px; } }
      .universitysystems .list li .icon svg {
        width: 52px;
        height: 52px;
        fill: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .universitysystems .list li .title {
      position: relative;
      z-index: 1;
      display: block;
      margin: 0px;
      font-size: 20px;
      font-weight: 400;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .universitysystems .list li p {
      position: relative;
      z-index: 1;
      margin-top: 4px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .universitysystems .item {
      flex: 100%;
      max-width: 100%;
      margin-bottom: 24px; }
      .universitysystems .item:last-child {
        margin: 0px; } }
  .universitysystems .item iframe,
  .universitysystems .item video {
    height: 100%;
    width: 100%; }
    @media (max-width: 991px) {
      .universitysystems .item iframe,
      .universitysystems .item video {
        height: 300px; } }

.mingallery {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff; }
  @media (max-width: 991px) {
    .mingallery {
      padding: 24px 0px; } }
  .mingallery .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 32px; }
    @media (max-width: 991px) {
      .mingallery .rowbox {
        margin-top: 24px;
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .mingallery .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .mingallery .item {
    position: relative; }
    .mingallery .item .inner {
      display: block;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .mingallery .item .inner .photo {
        display: block;
        position: relative;
        width: 100%;
        height: 320px;
        overflow: hidden;
        background: #f1f5f5;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box; }
        .mingallery .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .mingallery .item .inner i.icon-play {
        position: absolute;
        top: 50%;
        right: 0px;
        left: 0px;
        width: 74px;
        height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        z-index: 1;
        background: #12565a80;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin-top: -28px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .mingallery .item .inner i.icon-play svg {
          width: 22px;
          height: 22px; }
      .mingallery .item .inner .title {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        overflow: hidden;
        background: #fff;
        width: calc(100% - 32px);
        margin-right: 16px;
        display: block;
        text-align: center;
        margin-top: -30px;
        z-index: 10;
        position: relative;
        padding: 24px 12px;
        height: 74px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -webkit-box-shadow: 0px 1px 20px #00000012;
        -moz-box-shadow: 0px 1px 20px #00000012;
        -o-box-shadow: 0px 1px 20px #00000012;
        -ms-box-shadow: 0px 1px 20px #00000012;
        box-shadow: 0px 1px 20px #00000012; }
      .mingallery .item .inner .bottom {
        position: absolute;
        z-index: 10;
        margin: 0px auto;
        width: 138px;
        left: 0px;
        right: 0px;
        bottom: -22px;
        opacity: 0;
        visibility: hidden; }
      .mingallery .item .inner:hover .bottom {
        opacity: 1;
        visibility: visible;
        bottom: -2px; }
      .mingallery .item .inner:hover .title {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        padding-top: 12px; }
      .mingallery .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }

.gallery {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .gallery {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .gallery {
      padding-top: 0px; } }
  .gallery .container {
    position: relative;
    z-index: 10; }
  .gallery .lightgallery {
    display: flex;
    justify-content: space-between; }
  .gallery .architecture {
    margin-top: 24px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .gallery .dsn-stories .architecture {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 480px) {
    .gallery .dsn-stories .architecture {
      max-width: 100%;
      flex: 100%; } }
  .gallery .dsn-stories-gallery {
    background: #fff;
    padding: 16px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  .gallery .dsn-stories .architecture:hover .contant::before {
    right: 0;
    opacity: 1;
    width: 100%;
    height: 50%;
    transition: all .8s; }
  .gallery .dsn-stories .architecture:hover .contant::after {
    left: 0;
    opacity: 1;
    transition: all .8s; }
  .gallery .dsn-stories .architecture:hover .info {
    bottom: 0px; }
  .gallery .dsn-stories .architecture:hover .contant .popup-img {
    opacity: 1; }
  .gallery .dsn-stories .p-relative {
    position: relative;
    height: 342px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    cursor: pointer; }
  @media (max-width: 991px) {
    .gallery .dsn-stories .p-relative {
      height: 284px; } }
  .gallery .dsn-stories .p-relative a {
    display: block;
    position: relative;
    height: 100%; }
  .gallery .dsn-stories .p-relative img {
    width: 100%;
    min-height: 100%;
    object-fit: cover; }
  .gallery .dsn-stories .contant {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center; }
    .gallery .dsn-stories .contant:before {
      content: "";
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      position: absolute;
      width: 100%;
      bottom: 0;
      border-radius: 0;
      top: auto;
      height: 50%;
      background: #041c3fb0;
      right: -100%;
      left: auto; }
    .gallery .dsn-stories .contant:after {
      content: '';
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      position: absolute;
      background: #041c3fb0;
      top: 0;
      height: 50%;
      width: 100%;
      left: -100%; }
  .gallery .info {
    padding: 16px;
    position: absolute;
    width: 100%;
    z-index: 22;
    left: 0px;
    bottom: -100px;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
    .gallery .info .title {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-weight: 500;
      font-size: 20px !important;
      overflow: hidden;
      text-align: center;
      color: #fff; }
  .gallery .dsn-stories .contant .popup-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background-clip: padding-box;
    background: #fbae1f;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .gallery .dsn-stories .contant .popup-img svg {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    width: 44px;
    height: 44px; }

.access-centers {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding-bottom: 300px !important;
  background: #fff url(../images/centers.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .access-centers {
      padding: 24px 0px; } }
  .access-centers::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #051f20e3; }
  .access-centers .title {
    color: #fff; }
  .access-centers .container {
    z-index: 10; }
  .access-centers .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .access-centers .item {
        max-width: 100%;
        flex: 100%; } }
    .access-centers .item:last-child {
      display: flex;
      align-items: center; }
    .access-centers .item .inner {
      width: 100%;
      background: #ffffff14;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      padding: 32px; }
      .access-centers .item .inner .list li {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 24px; }
        .access-centers .item .inner .list li:last-child {
          margin: 0px; }
        .access-centers .item .inner .list li p {
          color: #fff;
          font-weight: 600;
          font-size: 20px;
          margin: 0px;
          min-width: 134px;
          max-width: 134px; }
        .access-centers .item .inner .list li .timer {
          min-width: 70px;
          max-width: 70px;
          font-weight: 600;
          font-size: 24px;
          margin-right: 12px;
          color: #fff;
          line-height: 20px; }
        .access-centers .item .inner .list li .icon {
          position: relative;
          min-width: 20px;
          max-width: 20px;
          height: 20px;
          margin-right: 12px; }
          .access-centers .item .inner .list li .icon.green {
            background: #12565a;
            border-radius: 20%; }
          .access-centers .item .inner .list li .icon.yellow {
            width: 0px;
            min-width: 0px;
            height: 0px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #fbae1f;
            background: none; }
          .access-centers .item .inner .list li .icon.blue {
            background: #2169b1;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box; }
          .access-centers .item .inner .list li .icon.red {
            height: 4px;
            background: #D1362A; }
    .access-centers .item .mapbox {
      margin: 0px auto;
      position: relative;
      width: 740px;
      text-align: center; }
      @media (max-width: 767px) {
        .access-centers .item .mapbox {
          width: 100%; } }
      .access-centers .item .mapbox img {
        width: 100%; }
      .access-centers .item .mapbox .innermap {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
        .access-centers .item .mapbox .innermap .box {
          position: absolute;
          left: 24%;
          top: -1%;
          width: 20px;
          height: 20px;
          background: #12565a;
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          cursor: pointer;
          border-radius: 20%;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          z-index: 1; }
          .access-centers .item .mapbox .innermap .box img {
            width: 100%;
            max-width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box; }
          .access-centers .item .mapbox .innermap .box small {
            visibility: hidden;
            width: 234px;
            background-color: #fff;
            text-align: center;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            background-clip: padding-box;
            padding: 8px !important;
            position: absolute;
            bottom: 134%;
            line-height: 20px;
            font-size: 14px;
            left: 50%;
            margin-left: -117px;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 20;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
            transform: translateY(10px);
            -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box small {
                width: 180px; } }
            .access-centers .item .mapbox .innermap .box small::after {
              content: "";
              position: absolute;
              top: 99%;
              left: 50%;
              margin-left: -5px;
              border-width: 5px;
              border-style: solid;
              border-color: #fff transparent transparent transparent; }
          .access-centers .item .mapbox .innermap .box:hover {
            -webkit-transform: scale(1.25);
            -moz-transform: scale(1.25);
            -ms-transform: scale(1.25);
            -o-transform: scale(1.25);
            transform: scale(1.25);
            z-index: 40; }
            .access-centers .item .mapbox .innermap .box:hover::after {
              opacity: 1; }
            .access-centers .item .mapbox .innermap .box:hover small {
              visibility: visible;
              opacity: 1;
              transform: translateY(0); }
          @media (max-width: 767px) {
            .access-centers .item .mapbox .innermap .box:nth-child(1) small {
              left: auto;
              right: 0px; }
              .access-centers .item .mapbox .innermap .box:nth-child(1) small::after {
                left: auto;
                right: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(2) {
            left: 36%;
            top: 7%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(2) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(2) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(3) {
            left: 0px;
            top: 18%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(3) small {
                margin: 0px; }
                .access-centers .item .mapbox .innermap .box:nth-child(3) small::after {
                  right: auto;
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(4) {
            top: 16%;
            left: 28%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(4) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(4) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(5) {
            top: 0%;
            left: 12%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(5) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(5) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(6) {
            top: 20%;
            left: 12%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(6) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(6) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(7) {
            top: 20%;
            left: 52%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(7) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(7) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(8) {
            top: 22%;
            left: 64%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(8) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(8) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(9) {
            top: 52%;
            left: 56%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(9) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(9) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(10) {
            top: 52%;
            left: 80%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(10) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(10) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(11) {
            top: auto;
            bottom: 2%;
            left: 40%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(11) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(11) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(12) {
            top: auto;
            bottom: 12%;
            left: 42%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(12) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(12) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(13) {
            top: auto;
            bottom: 16%;
            left: 52%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(13) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(13) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(14) {
            top: auto;
            bottom: 12%;
            left: 70%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(14) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(14) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box.triangle {
            background: none;
            width: 0px;
            min-width: 0px;
            height: 0px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 12px solid #fbae1f;
            background: none;
            top: 28%;
            left: 22%; }
          .access-centers .item .mapbox .innermap .box:nth-child(16) {
            left: 24%;
            top: 60%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(16) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(16) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(17) {
            left: 32%;
            top: 74%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(17) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(17) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(18) {
            left: 34%;
            top: auto;
            bottom: 12%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(18) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(18) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(19) {
            left: 46%;
            top: 36%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(19) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(19) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(20) {
            left: 52%;
            top: 42%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(20) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(20) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(21) {
            left: 72%;
            top: 42%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(21) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(21) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box.carcl {
            border-radius: 50%;
            background: #2169b1;
            left: 20%;
            top: 68%; }
          .access-centers .item .mapbox .innermap .box:nth-child(22) {
            left: 20%;
            top: 68%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(22) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(22) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(23) {
            left: 34%;
            top: auto;
            bottom: 2%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(23) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(23) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(24) {
            left: auto;
            right: 28%;
            top: 30%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(24) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(24) small::after {
                  left: 8px; } }
          .access-centers .item .mapbox .innermap .box:nth-child(25) {
            left: auto;
            right: 24%;
            top: 34%; }
            @media (max-width: 767px) {
              .access-centers .item .mapbox .innermap .box:nth-child(25) small {
                left: 0;
                right: auto;
                margin: 0; }
                .access-centers .item .mapbox .innermap .box:nth-child(25) small::after {
                  left: 8px; } }
  .access-centers.portsinner {
    padding: 48px 0px !important; }
    @media (max-width: 991px) {
      .access-centers.portsinner {
        padding: 24px 0px !important; } }

.survey {
  padding-bottom: 48px;
  margin-top: -248px; }
  @media (max-width: 991px) {
    .survey {
      padding-bottom: 24px; } }
  .survey .inner {
    display: flex;
    width: 90%;
    margin: 0px auto;
    background: #fff;
    padding: 24px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .survey .inner {
        display: block;
        width: 100%; } }
    .survey .inner .content {
      display: flex;
      min-width: 40%;
      max-width: 40%;
      background: #12565a;
      border-radius: 30px;
      padding: 24px; }
      @media (max-width: 991px) {
        .survey .inner .content {
          min-width: 100%;
          max-width: 100%;
          padding: 24px; } }
      .survey .inner .content .title {
        font-size: 28px;
        color: #fff;
        margin-bottom: 4px; }
        @media (max-width: 991px) {
          .survey .inner .content .title {
            font-size: 24px; } }
      .survey .inner .content p {
        color: #fff;
        margin-top: 16px; }
      .survey .inner .content .list {
        margin-top: 32px; }
        .survey .inner .content .list a {
          display: flex;
          color: #fff;
          margin-bottom: 12px; }
          .survey .inner .content .list a svg {
            fill: #fbae1f;
            min-width: 22px;
            max-width: 22px;
            height: 22px;
            margin: 6px 0px 0px 12px; }
      .survey .inner .content .bottom {
        margin-top: 24px;
        background: #fbae1f;
        box-shadow: none; }
    .survey .inner .form {
      padding: 24px 0px 0px 24px; }
      @media (max-width: 991px) {
        .survey .inner .form {
          min-width: 100%;
          max-width: 100%;
          padding: 0px 0px 24px 0px; } }
      .survey .inner .form .title {
        font-size: 28px; }
        @media (max-width: 991px) {
          .survey .inner .form .title {
            font-size: 24px; } }
      .survey .inner .form p {
        margin-top: 16px; }
      .survey .inner .form .inpusrach {
        margin-top: 24px; }
        .survey .inner .form .inpusrach label {
          color: #000; }
        .survey .inner .form .inpusrach .flexcheck {
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .survey .inner .form .inpusrach .flexcheck {
              display: block; } }
          .survey .inner .form .inpusrach .flexcheck .che-box {
            margin: 0px;
            margin-left: 24px; }
            @media (max-width: 767px) {
              .survey .inner .form .inpusrach .flexcheck .che-box {
                width: 100%;
                margin: 0px;
                margin-bottom: 12px; } }
            .survey .inner .form .inpusrach .flexcheck .che-box:last-child {
              margin-left: 0px; }
        .survey .inner .form .inpusrach .bottom {
          width: 100%;
          height: 54px;
          background: #12565a;
          box-shadow: none; }

.infoabout {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .infoabout {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .infoabout .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .infoabout .item:last-child {
        margin: 0px; } }
  .infoabout .item p {
    margin-top: 12px; }
  .infoabout .itimg {
    margin-top: 24px; }
  .infoabout .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 344px;
    overflow: hidden;
    z-index: 10;
    background: #f1f5f5;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    transition: transform 1s ease 0s; }
    .infoabout .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .infoabout .table-responsive {
    margin-top: 32px; }
    .infoabout .table-responsive table {
      margin: 0px;
      text-align: center; }
      .infoabout .table-responsive table th {
        background: #12565a;
        color: #fff;
        font-weight: 500;
        border: 1px solid #dee2e6; }
      .infoabout .table-responsive table td {
        color: #12565a;
        font-weight: 600;
        border: 1px solid #dee2e6; }
  .infoabout .listtasks {
    counter-reset: li;
    padding: 0px;
    width: 100%;
    margin: 0px;
    margin-top: 24px;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .infoabout .listtasks {
        margin: 0px; } }
    .infoabout .listtasks li {
      list-style: decimal;
      /* Disable the normal item numbering */
      position: relative;
      /* Create a positioning context */
      margin-top: 12px;
      /* Give each list item a left margin to make room for the numbers */
      /* Add some spacing around the content */
      font-weight: 600;
      color: #12565a; }
  .infoabout .managers {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .infoabout .managers {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .infoabout .managers {
        max-width: 100%;
        flex: 100%; } }
    .infoabout .managers .in-manager {
      display: block;
      width: 100%;
      background: #fff;
      padding: 16px;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      .infoabout .managers .in-manager .photomanag {
        position: relative;
        width: 100%;
        height: 254px;
        overflow: hidden;
        background: #f1f5f5; }
        @media (max-width: 550px) {
          .infoabout .managers .in-manager .photomanag {
            height: 200px; } }
        .infoabout .managers .in-manager .photomanag img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .infoabout .managers .in-manager .name {
        font-size: 28px;
        font-weight: 500;
        color: #12565a;
        line-height: 160%;
        position: relative;
        font-size: 15px !important;
        margin-top: 16px; }
        @media (max-width: 991px) {
          .infoabout .managers .in-manager .name {
            font-size: 24px; } }
      .infoabout .managers .in-manager .date {
        display: flex;
        align-items: center;
        width: 100%;
        border-top: 1px solid #f1f5f5;
        margin-top: 16px;
        padding-top: 16px; }
        .infoabout .managers .in-manager .date svg {
          margin-left: 8px; }
          .infoabout .managers .in-manager .date svg path {
            stroke: #fbae1f; }
      .infoabout .managers .in-manager p {
        margin-top: 8px;
        font-size: 15px; }
  .infoabout .partners {
    display: flex;
    margin-top: 24px;
    width: 100%;
    background: #fff;
    padding: 24px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .infoabout .partners {
        display: block; } }
    .infoabout .partners .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 140px;
      max-width: 140px;
      height: 140px;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
      .infoabout .partners .logo img {
        max-width: 80%;
        max-height: 80%; }
    .infoabout .partners .content {
      padding-right: 24px; }
      @media (max-width: 767px) {
        .infoabout .partners .content {
          padding: 0px;
          margin-top: 24px; } }
      .infoabout .partners .content .title {
        font-size: 20px !important;
        font-weight: 600; }
      .infoabout .partners .content p {
        margin-top: 8px; }
      .infoabout .partners .content .list {
        margin-top: 24px; }
        .infoabout .partners .content .list li {
          display: flex;
          align-items: center;
          position: relative;
          color: #fff;
          margin-top: 16px; }
          .infoabout .partners .content .list li svg {
            fill: #fbae1f;
            min-width: 24px;
            max-width: 24px;
            max-height: 24px;
            margin-left: 8px; }
          .infoabout .partners .content .list li .title {
            font-weight: 600;
            font-size: 18px !important;
            padding: 0px; }
  .infoabout .statistics {
    display: block;
    margin-top: 24px;
    width: 100%;
    background: #fff;
    padding: 24px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .infoabout .statistics .title {
      font-size: 20px !important;
      font-weight: 600; }
    .infoabout .statistics p {
      margin-top: 8px; }
    .infoabout .statistics .num {
      display: flex; }
      @media (max-width: 767px) {
        .infoabout .statistics .num {
          display: block; } }
      .infoabout .statistics .num .in-num {
        display: flex;
        margin: 24px 0px 0px 24px; }
        .infoabout .statistics .num .in-num:last-child {
          margin-left: 0px; }
        .infoabout .statistics .num .in-num svg {
          width: 22px;
          margin-left: 12px;
          fill: #12565a; }
        .infoabout .statistics .num .in-num .timer {
          color: #fbae1f;
          font-size: 22px;
          font-weight: 700;
          margin-left: 12px; }
        .infoabout .statistics .num .in-num .name {
          font-size: 18px;
          color: #12565a;
          font-weight: 600; }
    .infoabout .statistics .analysis {
      width: 100%;
      height: 400px;
      background: #fff;
      margin-top: 48px; }
  .infoabout .clothing {
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .infoabout .clothing {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .infoabout .clothing {
        max-width: 100%;
        flex: 100%; } }
    .infoabout .clothing .inner {
      width: 100%;
      background: #fff;
      padding: 24px 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1); }
      .infoabout .clothing .inner .title {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        margin-top: 24px; }
    .infoabout .clothing .photoclothin {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 280px;
      overflow: hidden;
      z-index: 10; }
      .infoabout .clothing .photoclothin img {
        max-width: 100%;
        max-height: 100%; }

.seaport .table-responsive {
  margin: 0px; }
  @media (max-width: 991px) {
    .seaport .table-responsive {
      margin-bottom: 24px; }
      .seaport .table-responsive:last-child {
        margin: 0px; } }

.subnav {
  position: sticky;
  top: 100px;
  width: 100%;
  background: #f1f5f5;
  padding: 24px; }
  .subnav .title {
    font-size: 28px; }
    @media (max-width: 991px) {
      .subnav .title {
        font-size: 24px; } }
  .subnav .list {
    margin-top: 24px; }
    .subnav .list a {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      background: #fff;
      padding: 12px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      overflow: hidden;
      font-weight: 600;
      margin-bottom: 16px;
      color: #12565a; }
      .subnav .list a:last-child {
        margin: 0px; }
      .subnav .list a:hover {
        background: #fbae1f; }
        .subnav .list a:hover svg {
          fill: #12565a; }
      .subnav .list a svg {
        fill: #fbae1f;
        width: 14px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.privacy-policy,
.terms-and-conditions {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .privacy-policy,
    .terms-and-conditions {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .privacy-policy .item,
    .terms-and-conditions .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .privacy-policy .item:last-child,
      .terms-and-conditions .item:last-child {
        margin: 0px; } }

.videos {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .videos {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .videos {
      padding-top: 0px; } }
  .videos .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .videos .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .videos .item {
        max-width: 100%;
        flex: 100%; } }
    .videos .item .inner {
      display: block;
      width: 100%;
      padding: 16px;
      background: #fff;
      cursor: pointer;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      .videos .item .inner:hover i.icon-play {
        background: #fbae1f; }
      .videos .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .videos .item .inner:hover .title {
        color: #fbae1f; }
    .videos .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 248px;
      overflow: hidden;
      background: #f1f5f5; }
      .videos .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .videos .item i.icon-play {
      position: absolute;
      top: 50%;
      right: 0px;
      left: 0px;
      width: 74px;
      height: 74px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      z-index: 1;
      background: #fbae1f8c;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-top: -28px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .videos .item i.icon-play svg {
        width: 22px;
        height: 22px; }
    .videos .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 18px;
      margin-top: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .videos .item .info {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      .videos .item .info .date {
        display: flex;
        align-items: center;
        margin-left: 24px; }
        .videos .item .info .date svg {
          margin-left: 8px; }
      .videos .item .info .time {
        display: flex;
        align-items: center; }
        .videos .item .info .time svg {
          margin-left: 8px; }

#video-popup-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #12565a;
  z-index: 1001;
  display: none;
  padding: 24px; }
  #video-popup-overlay #video-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer; }
    #video-popup-overlay #video-popup-close svg {
      width: 24px;
      height: 24px; }
      #video-popup-overlay #video-popup-close svg path {
        stroke: #fff; }
  #video-popup-overlay #video-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 60%;
    height: 100%; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-container {
        width: 100%; } }
  #video-popup-overlay #video-popup-iframe-container {
    background: #fbae1f; }
    #video-popup-overlay #video-popup-iframe-container iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 460px; }
      @media (max-width: 767px) {
        #video-popup-overlay #video-popup-iframe-container iframe {
          height: 260px; } }
  #video-popup-overlay .title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 24px; }
  #video-popup-overlay .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px; }
    #video-popup-overlay .info .date {
      display: flex;
      align-items: center;
      color: #ffffffbf;
      margin-left: 24px; }
      #video-popup-overlay .info .date svg {
        margin-left: 8px;
        fill: #ffffffbf; }
    #video-popup-overlay .info .time {
      display: flex;
      align-items: center;
      color: #ffffffbf; }
      #video-popup-overlay .info .time svg {
        margin-left: 8px;
        fill: #ffffffbf; }

.trOdd {
  background: #f1f5f5; }

.downexcel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f5f5;
  margin-top: 24px;
  padding: 24px; }
  .downexcel .title {
    font-size: 20px !important; }
  .downexcel .bottom {
    width: 148px; }

.itemversions,
.stipulations {
  margin-top: 24px; }
  @media (max-width: 1199px) {
    .itemversions,
    .stipulations {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 650px) {
    .itemversions,
    .stipulations {
      max-width: 100%;
      flex: 100%; } }
  .itemversions .inner,
  .stipulations .inner {
    width: 100%;
    background: #fff;
    padding: 16px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1); }
    .itemversions .inner .imeg-text,
    .stipulations .inner .imeg-text {
      display: flex;
      align-items: center; }
      .itemversions .inner .imeg-text .logo,
      .stipulations .inner .imeg-text .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 66px;
        max-width: 66px;
        height: 66px;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
        .itemversions .inner .imeg-text .logo img,
        .stipulations .inner .imeg-text .logo img {
          max-width: 44px;
          max-height: 44px; }
      .itemversions .inner .imeg-text .text,
      .stipulations .inner .imeg-text .text {
        margin-right: 16px; }
        .itemversions .inner .imeg-text .text .title,
        .stipulations .inner .imeg-text .text .title {
          font-size: 16px !important;
          line-height: 22px; }
    .itemversions .inner .unite,
    .stipulations .inner .unite {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 16px;
      line-height: 26px; }
    .itemversions .inner .bottom,
    .stipulations .inner .bottom {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: #bee4f742;
      margin-top: 16px;
      box-shadow: none;
      border-radius: 0px; }
      .itemversions .inner .bottom svg,
      .stipulations .inner .bottom svg {
        margin-left: 8px;
        fill: #12565a !important;
        width: 12px; }
      .itemversions .inner .bottom span,
      .stipulations .inner .bottom span {
        color: #12565a !important; }
      .itemversions .inner .bottom:hover,
      .stipulations .inner .bottom:hover {
        box-shadow: 10px 5px 40px #fbae1f69;
        color: #fff; }
        .itemversions .inner .bottom:hover span,
        .stipulations .inner .bottom:hover span {
          color: #fff !important; }
        .itemversions .inner .bottom:hover svg,
        .stipulations .inner .bottom:hover svg {
          fill: #fff !important; }
      .itemversions .inner .bottom::before,
      .stipulations .inner .bottom::before {
        background: #fbae1f;
        border-radius: 0px; }

.stipulations .inner .title {
  font-size: 14px !important;
  min-height: 44px;
  line-height: 22px; }

.faqs {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5;
  /* Vertical line */ }
  @media (max-width: 991px) {
    .faqs {
      padding: 24px 0px; } }
  .faqs .accordion {
    width: 80%;
    margin: 0px auto; }
    @media (max-width: 991px) {
      .faqs .accordion {
        width: 100%; } }
    .faqs .accordion .option {
      position: relative;
      width: 100%;
      margin-bottom: 24px;
      padding: 20px;
      background: #fff;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box; }
      .faqs .accordion .option:last-child {
        margin: 0px; }
      .faqs .accordion .option .click-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .faqs .accordion .option .click-title a {
          display: flex !important;
          align-items: center;
          width: 100%;
          font-size: 18px;
          color: #12565a; }
      .faqs .accordion .option .text {
        margin-top: 16px; }
  .faqs .collapsible-link::before {
    content: '';
    position: absolute;
    left: 0px;
    width: 16px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat;
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 10; }
  .faqs .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.listserves {
  width: 100%;
  background: #fff;
  padding: 24px;
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1); }
  .listserves .linttext {
    margin-bottom: 24px; }
    .listserves .linttext:last-child {
      margin: 0px; }
    .listserves .linttext .title {
      padding-right: 32px;
      font-weight: 600;
      font-size: 20px;
      line-height: 1; }
      .listserves .linttext .title::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 4px;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #fbae1f; }
      .listserves .linttext .title::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        border: 2px solid #12565a; }
    .listserves .linttext p {
      padding-right: 32px;
      margin-top: 8px; }
    .listserves .linttext .rating {
      justify-content: flex-end;
      padding-right: 32px; }
    .listserves .linttext .rating-info {
      display: flex;
      padding-right: 32px;
      margin-top: 20px; }
      .listserves .linttext .rating-info span {
        color: #12565a;
        margin-left: 24px; }
        .listserves .linttext .rating-info span:last-child {
          margin: 0px; }
  .listserves .bottom {
    width: 100%; }

.president-speech {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .president-speech {
      padding: 24px 0px; } }
  .president-speech .container {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 24px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .president-speech .container {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .president-speech .item:first-child {
    position: sticky;
    top: 120px; }
    @media (max-width: 991px) {
      .president-speech .item:first-child {
        position: relative;
        top: auto; } }
  .president-speech .item img {
    width: 100%;
    height: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 12px; }
  .president-speech .item p {
    margin-top: 12px; }
  .president-speech .item .speech {
    display: block;
    margin-top: 12px;
    font-weight: 500;
    color: #fbae1f; }

.accreditations {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5; }
  @media (max-width: 991px) {
    .accreditations {
      padding: 24px 0px; } }
  .accreditations .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .accreditations .rowbox {
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
    @media (max-width: 767px) {
      .accreditations .rowbox {
        grid-template-columns: 1fr; } }
  .accreditations .item {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .accreditations .item:hover {
      box-shadow: 2px 2px 20px #0000001a; }
    .accreditations .item .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 164px; }
      .accreditations .item .photo img {
        max-width: 100%;
        max-height: 100%; }
    .accreditations .item p {
      margin-top: 12px;
      text-align: center;
      color: #000; }

.careers {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .careers {
      padding: 24px 0px; } }
  @media (max-width: 767px) {
    .careers .minheader {
      display: block; }
      .careers .minheader form {
        margin-top: 16px; } }
  .careers .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .careers .rowbox {
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
    @media (max-width: 767px) {
      .careers .rowbox {
        grid-template-columns: 1fr; } }
  .careers .item {
    background: #f1f5f5;
    padding: 20px;
    border-radius: 12px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .careers .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 18px;
      color: #000; }
    .careers .item .date {
      display: flex;
      align-items: center;
      margin-top: 8px;
      font-weight: 300;
      font-size: 14px; }
      .careers .item .date svg {
        margin-left: 4px; }
    .careers .item p {
      margin-top: 12px; }
    .careers .item .bottom {
      width: 100%;
      margin-top: 20px;
      box-shadow: none;
      background: none;
      border: 1px solid #12565a;
      color: #12565a; }
      .careers .item .bottom:hover {
        background: #12565a;
        color: #fff; }
      .careers .item .bottom::before {
        display: none; }

.careers-details {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5; }
  @media (max-width: 991px) {
    .careers-details {
      padding: 24px 0px; } }
  .careers-details .rowbox {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 24px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .careers-details .rowbox {
        grid-template-columns: 1fr;
        gap: 12px; } }
  .careers-details .item {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    overflow: hidden; }
    .careers-details .item:last-child {
      position: sticky;
      top: 120px; }
      @media (max-width: 991px) {
        .careers-details .item:last-child {
          position: relative;
          top: auto; } }
    .careers-details .item .title {
      font-size: 22px; }
    .careers-details .item .date,
    .careers-details .item .expr,
    .careers-details .item .location,
    .careers-details .item .time {
      display: flex;
      align-items: center;
      margin-top: 12px; }
      .careers-details .item .date svg,
      .careers-details .item .expr svg,
      .careers-details .item .location svg,
      .careers-details .item .time svg {
        margin-left: 4px;
        min-width: 20px;
        max-width: 20px; }
    .careers-details .item .details {
      margin-top: 24px; }
      .careers-details .item .details ul {
        margin-top: 20px; }
        .careers-details .item .details ul li {
          position: relative;
          padding-right: 16px;
          margin-bottom: 8px;
          color: #000; }
          .careers-details .item .details ul li::before {
            content: '';
            position: absolute;
            top: 15px;
            right: 0;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            background: #fbae1f;
            opacity: 0.9; }
    .careers-details .item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      width: 80px;
      height: 80px;
      background: #f1f5f5;
      border-radius: 50%; }
      .careers-details .item .icon svg {
        width: 60px;
        height: 60px; }
    .careers-details .item .bottom {
      width: 100%;
      margin-top: 20px;
      box-shadow: none;
      background: #12565a;
      color: #fff; }
      .careers-details .item .bottom:hover {
        background: #fbae1f;
        color: #fff; }
      .careers-details .item .bottom::before {
        display: none; }

.examination-centers {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5; }
  @media (max-width: 991px) {
    .examination-centers {
      padding: 24px 0px; } }
  .examination-centers .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .examination-centers .rowbox {
        grid-template-columns: 1fr 1fr;
        gap: 12px; } }
    @media (max-width: 767px) {
      .examination-centers .rowbox {
        grid-template-columns: 1fr; } }
  .examination-centers .item {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .examination-centers .item:hover {
      box-shadow: 2px 2px 20px #0000001a; }
    .examination-centers .item .title {
      font-size: 20px; }
    .examination-centers .item p {
      margin-top: 8px; }
    .examination-centers .item .bottom {
      width: 100%;
      margin-top: 20px;
      box-shadow: none;
      background: none;
      border: 1px solid #12565a;
      color: #12565a; }
      .examination-centers .item .bottom:hover {
        background: #12565a;
        color: #fff; }
      .examination-centers .item .bottom::before {
        display: none; }

.news {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5;
  overflow: hidden; }
  @media (max-width: 991px) {
    .news {
      padding: 24px 0px; } }
  .news .news-slider {
    position: relative;
    direction: ltr;
    margin-top: 24px; }
    .news .news-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .news .news-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .news .news-slider .slick-list .slick-track:after, .news .news-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .news .news-slider .slick-prev,
    .news .news-slider .slick-next {
      position: absolute;
      top: 50%;
      right: -52px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none; }
      @media (max-width: 1280px) {
        .news .news-slider .slick-prev,
        .news .news-slider .slick-next {
          display: none !important; } }
      .news .news-slider .slick-prev svg,
      .news .news-slider .slick-next svg {
        width: 32px;
        height: 32px;
        fill: #686868;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .news .news-slider .slick-prev:hover svg,
      .news .news-slider .slick-next:hover svg {
        fill: #fbae1f; }
    .news .news-slider .slick-prev {
      right: auto;
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .news .news-slider .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .news .news-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .news .news-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f1f5f5;
          border: 0px;
          outline: none;
          background: transparent; }
      .news .news-slider .slick-dots li.slick-active {
        background: #fbae1f; }
  .news .item {
    direction: rtl;
    position: relative;
    display: inline-block;
    margin: 0px 12px;
    background: #fff;
    padding: 16px 12px 32px 12px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
    vertical-align: top; }
    .news .item .photo {
      position: relative;
      display: block;
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 280px;
      background: #f1f5f5;
      cursor: pointer;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box; }
      .news .item .photo img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .news .item .photo::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        content: '';
        z-index: 1;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
      .news .item .photo .date {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0px;
        top: 24px;
        font-size: 14px;
        background: #fff;
        text-align: center;
        padding-left: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
        .news .item .photo .date i {
          display: block;
          font-style: normal;
          font-size: 18px;
          background: #12565a;
          padding: 4px 8px;
          margin-left: 8px;
          color: #fff; }
    .news .item .title {
      font-size: 20px;
      font-weight: 400;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-top: 16px;
      cursor: pointer;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .news .item .title:hover {
        color: #fbae1f; }
    .news .item p {
       display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  /* fallback لفايرفوكس */
  max-height: 4.5em;
      margin-top: 4px; }
    .news .item:hover .photo::after {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
    .news .item:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }

.newspage {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .newspage {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .newspage {
      padding-top: 0px; } }
  .newspage .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .newspage .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .newspage .item {
        max-width: 100%;
        flex: 100%; } }
    .newspage .item .inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      background: #fff;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      padding: 16px 16px 32px 16px; }
      .newspage .item .inner .photo {
        position: relative;
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 240px;
        background: #f1f5f5;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-clip: padding-box; }
        .newspage .item .inner .photo img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .newspage .item .inner .photo::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5);
          content: '';
          z-index: 1;
          -webkit-transition: -webkit-transform .6s;
          transition: -webkit-transform .6s;
          -o-transition: transform .6s;
          transition: transform .6s;
          transition: transform .6s, -webkit-transform .6s;
          -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
        .newspage .item .inner .photo .date {
          display: flex;
          align-items: center;
          position: absolute;
          right: 0px;
          top: 24px;
          font-size: 14px;
          background: #fff;
          text-align: center;
          padding-left: 12px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          border-top-left-radius: 8px;
          border-bottom-left-radius: 8px; }
          .newspage .item .inner .photo .date i {
            display: block;
            font-style: normal;
            font-size: 18px;
            background: #12565a;
            padding: 4px 8px;
            margin-left: 8px;
            color: #fff; }
      .newspage .item .inner .title {
        font-size: 20px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 600;
        margin: 0px;
        margin-top: 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .newspage .item .inner .title:hover {
          color: #fbae1f; }
      .newspage .item .inner p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 12px; }
      .newspage .item .inner:hover .photo::after {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
      .newspage .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }

.more {
  display: inline-block;
  position: relative;
  color: #fbae1f;
  margin-top: 16px; }
  .more:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 40%;
    background: #fbae1f;
    height: 2px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .more:hover:after {
    width: 100%; }

.advanced-search {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .advanced-search {
      padding: 24px 0px; } }
  .advanced-search .clos-filter {
    position: absolute;
    left: 12px;
    top: 4px;
    display: none; }
    @media (max-width: 991px) {
      .advanced-search .clos-filter {
        display: block; } }
    .advanced-search .clos-filter svg {
      width: 16px;
      height: 16px; }
  .advanced-search .item-inner {
    margin-top: 12px;
    flex: 30%;
    max-width: 30%; }
    @media (max-width: 991px) {
      .advanced-search .item-inner {
        position: fixed;
        height: 100%;
        top: 0px;
        right: -100%;
        padding: 0px;
        z-index: 1001;
        max-width: 280px;
        flex: 280px;
        margin: 0px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .advanced-search .item-inner ::-webkit-scrollbar {
          width: 4px; }
        .advanced-search .item-inner.active {
          right: 0px; } }
    .advanced-search .item-inner .title {
      display: flex;
      align-items: center;
      font-size: 20px !important;
      font-weight: 500;
      margin-bottom: 16px; }
      .advanced-search .item-inner .title svg {
        max-width: 20px;
        fill: #12565a;
        margin-left: 4px; }
    .advanced-search .item-inner .filter {
      position: sticky;
      top: 100px;
      padding: 24px;
      overflow: hidden;
      background: #fff;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background-clip: padding-box;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .advanced-search .item-inner .filter {
          position: relative;
          border-radius: 0px;
          overflow: hidden;
          overflow-y: scroll;
          height: 100%;
          top: 0px; } }
      .advanced-search .item-inner .filter .selectfilter {
        margin-top: 16px; }
        .advanced-search .item-inner .filter .selectfilter label {
          font-weight: 500;
          color: #000; }
        .advanced-search .item-inner .filter .selectfilter .che-box {
          width: 100%; }
          .advanced-search .item-inner .filter .selectfilter .che-box span.label-text {
            color: #686868; }
        .advanced-search .item-inner .filter .selectfilter .title {
          font-size: 16px !important;
          color: #686868; }
      .advanced-search .item-inner .filter .bottom {
        width: 100%;
        height: 54px;
        border-radius: 0px; }
        .advanced-search .item-inner .filter .bottom::before {
          border-radius: 0px; }
  .advanced-search .item {
    margin-top: 12px;
    flex: 70%;
    max-width: 70%; }
    @media (max-width: 991px) {
      .advanced-search .item {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
    .advanced-search .item .minhead {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .advanced-search .item .minhead .title {
        font-weight: 500;
        font-size: 24px; }
    .advanced-search .item .list {
      width: 100%; }
      .advanced-search .item .list a {
        display: block;
        background: #f1f5f5;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        padding: 24px;
        margin-top: 24px; }
        .advanced-search .item .list a:hover {
          background: #fff;
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .advanced-search .item .list a .title {
          font-size: 22px;
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .advanced-search .item .list a p {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-top: 12px; }
        .advanced-search .item .list a .info {
          display: flex;
          align-items: center;
          margin-top: 24px; }
          .advanced-search .item .list a .info .date {
            display: flex;
            align-items: center;
            margin-left: 24px; }
            .advanced-search .item .list a .info .date svg {
              margin-left: 8px; }
          .advanced-search .item .list a .info .time {
            display: flex;
            align-items: center; }
            .advanced-search .item .list a .info .time svg {
              margin-left: 8px; }

.newsinner {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .newsinner {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .newsinner .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .newsinner .item:last-child {
        margin: 0px; } }
  .newsinner .item .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 464px;
    overflow: hidden;
    z-index: 10;
    background: #f1f5f5;
    border-radius: 8px; }
    @media (max-width: 991px) {
      .newsinner .item .photo {
        height: 280px; } }
    .newsinner .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .newsinner .item .title {
    font-size: 26px;
    margin-top: 24px; }
  .newsinner .item p {
    margin-top: 12px; }
  .newsinner .item .itemsline {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .newsinner .item .itemsline {
        display: block; } }
    .newsinner .item .itemsline .info {
      display: flex;
      align-items: center;
      margin-top: 24px; }
      .newsinner .item .itemsline .info .date {
        display: flex;
        align-items: center;
        margin-left: 24px; }
        .newsinner .item .itemsline .info .date svg {
          margin-left: 8px; }
      .newsinner .item .itemsline .info .time {
        display: flex;
        align-items: center; }
        .newsinner .item .itemsline .info .time svg {
          margin-left: 8px; }
    .newsinner .item .itemsline .sharnews {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center;
      margin-top: 24px; }
      @media (max-width: 767px) {
        .newsinner .item .itemsline .sharnews {
          display: block; } }
      .newsinner .item .itemsline .sharnews .sharicon {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .newsinner .item .itemsline .sharnews .sharicon {
            justify-content: center; } }
        .newsinner .item .itemsline .sharnews .sharicon a {
          position: relative;
          display: flex;
          align-items: center;
          margin-left: 12px;
          color: #12565a;
          font-size: 24px;
          height: 38px;
          cursor: pointer;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
          @media (max-width: 767px) {
            .newsinner .item .itemsline .sharnews .sharicon a {
              margin: 0px 8px 16px 8px; } }
          .newsinner .item .itemsline .sharnews .sharicon a:hover::after {
            opacity: 1; }
          .newsinner .item .itemsline .sharnews .sharicon a:hover small {
            visibility: visible;
            opacity: 1;
            transform: translateY(0); }
      @media (max-width: 767px) {
        .newsinner .item .itemsline .sharnews .social {
          justify-content: center; } }
      .newsinner .item .itemsline .sharnews .social a {
        position: relative;
        min-width: 38px;
        max-width: 38px;
        height: 38px;
        border-radius: 50%;
        margin: 0px !important;
        margin-right: 8px !important;
        background: #f1f5f5;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .newsinner .item .itemsline .sharnews .social a svg {
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .newsinner .item .itemsline .sharnews .social a:hover::after {
          opacity: 1; }
        .newsinner .item .itemsline .sharnews .social a:hover small {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
      .newsinner .item .itemsline .sharnews small {
        visibility: hidden;
        width: 132px;
        background-color: #12565a;
        text-align: center;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-clip: padding-box;
        padding: 8px !important;
        position: absolute;
        bottom: 134%;
        line-height: 20px;
        font-size: 14px;
        left: 50%;
        margin-left: -66px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 20;
        color: #ffffffbf;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform: translateY(10px);
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        @media (max-width: 767px) {
          .newsinner .item .itemsline .sharnews small {
            width: 100px;
            margin-left: -50px;
            font-size: 12px;
            padding: 6px !important; } }
        .newsinner .item .itemsline .sharnews small::after {
          content: "";
          position: absolute;
          top: 99%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #12565a transparent transparent transparent; }
  .newsinner .item .centermaid {
    width: 100%;
    background: #f1f5f5;
    padding: 24px; }
    .newsinner .item .centermaid .title {
      margin: 0px; }
    .newsinner .item .centermaid .list {
      margin-top: 16px; }
      .newsinner .item .centermaid .list a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        background: #fff;
        padding: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        overflow: hidden;
        font-weight: 600;
        margin-bottom: 16px;
        color: #12565a; }
        .newsinner .item .centermaid .list a:last-child {
          margin: 0px; }
        .newsinner .item .centermaid .list a:hover {
          background: #fbae1f; }
          .newsinner .item .centermaid .list a:hover svg {
            fill: #12565a; }
        .newsinner .item .centermaid .list a svg {
          fill: #fbae1f;
          width: 14px;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-left: 8px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
  .newsinner .item .tags {
    width: 100%;
    background: #f1f5f5;
    padding: 24px;
    margin-top: 24px;
    border-radius: 8px; }
    .newsinner .item .tags .title {
      margin: 0px; }
    .newsinner .item .tags .list {
      margin-top: 4px; }
      .newsinner .item .tags .list a {
        display: flex;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        background: #fff;
        padding: 4px 20px;
        -webkit-box-shadow: 4px 4px 60px #0000000d;
        -moz-box-shadow: 4px 4px 60px #0000000d;
        -o-box-shadow: 4px 4px 60px #0000000d;
        -ms-box-shadow: 4px 4px 60px #0000000d;
        box-shadow: 4px 4px 60px #0000000d;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        color: #12565a;
        font-weight: 500;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        margin: 12px 0px 0px 12px; }
        .newsinner .item .tags .list a:hover {
          color: #fff;
          background: #12565a; }
  .newsinner .item .most {
    width: 100%;
    background: #f1f5f5;
    padding: 24px;
    border-radius: 8px; }
    .newsinner .item .most .title {
      margin: 0px; }
  .newsinner .item .other {
    display: flex;
    align-items: center;
    margin-top: 16px;
    background: #fff;
    padding: 12px;
    border-radius: 8px; }
    .newsinner .item .other .photo {
      min-width: 88px;
      max-width: 88px;
      height: 88px;
      border-radius: 8px;
      overflow: hidden; }
      .newsinner .item .other .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .newsinner .item .other .photo:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3); }
    .newsinner .item .other .content {
      padding-right: 16px; }
      .newsinner .item .other .content .date {
        display: flex;
        align-items: center;
        margin-left: 24px;
        font-size: 14px; }
        .newsinner .item .other .content .date svg {
          margin-left: 8px;
          width: 18px; }
      .newsinner .item .other .content .link {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-weight: 500;
        color: #12565a;
        border-radius: 8px; }
        .newsinner .item .other .content .link:hover {
          color: #fbae1f; }
  .newsinner .item .download {
    width: 100%;
    background: #f1f5f5;
    padding: 24px;
    margin-top: 24px; }
    .newsinner .item .download .title {
      margin: 0px; }
    .newsinner .item .download .unstyled {
      width: 100%;
      margin-top: 16px; }
      .newsinner .item .download .unstyled li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        background: #fff;
        margin-bottom: 16px; }
        .newsinner .item .download .unstyled li:last-child {
          margin: 0px; }
        .newsinner .item .download .unstyled li .content {
          display: flex;
          align-items: center; }
          .newsinner .item .download .unstyled li .content svg {
            width: 38px;
            fill: #fbae1f;
            margin-left: 12px; }
          .newsinner .item .download .unstyled li .content .title {
            font-size: 18px;
            font-weight: 500; }
        .newsinner .item .download .unstyled li .icon:hover svg {
          fill: #fbae1f; }
        .newsinner .item .download .unstyled li .icon svg {
          width: 24px;
          fill: #818385;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
  .newsinner .item .iteother {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .newsinner .item .iteother {
        margin: 0px; } }
    .newsinner .item .iteother .other {
      background: #f1f5f5;
      border-radius: 8px; }

.colleges {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .colleges {
      padding: 24px 0px; } }
  .colleges .rowbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .colleges .rowbox {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991px) {
      .colleges .rowbox {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; } }
    @media (max-width: 767px) {
      .colleges .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .colleges .item {
    position: relative;
    border-radius: 20px;
    background: #f1f5f5;
    cursor: pointer;
    overflow: hidden; }
    .colleges .item:hover .photo::before {
      opacity: 0; }
    .colleges .item:hover .photo::after {
      opacity: 1; }
    .colleges .item:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .colleges .item:hover .contant i.icon {
      left: 16px; }
    .colleges .item .photo {
      position: relative;
      width: 100%;
      height: 22.75em; }
      @media (max-width: 767px) {
        .colleges .item .photo {
          height: 18.75em; } }
      .colleges .item .photo::before, .colleges .item .photo::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, transparent 57.03%, #12565a);
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        z-index: 1; }
      .colleges .item .photo::after {
        background: linear-gradient(180deg, transparent 57.03%, #fbae1f);
        opacity: 0; }
      .colleges .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .colleges .item .contant {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      z-index: 2;
      padding: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .colleges .item .contant .title {
        color: #fff;
        font-size: 18px; }
      .colleges .item .contant .sublogo {
        border-left: 2px solid #fff;
        padding-left: 8px;
        margin-left: 8px; }
        .colleges .item .contant .sublogo img {
          max-height: 40px;
          background: #fff;
          border-radius: 0px 50px 50px 0px; }
      .colleges .item .contant i.icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: #12565a;
        border-radius: 50%;
        rotate: 180deg;
        position: absolute;
        left: -100%;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.board-trustees {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .board-trustees {
      padding: 24px 0px; } }
  .board-trustees .rowbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .board-trustees .rowbox {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991px) {
      .board-trustees .rowbox {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px; } }
    @media (max-width: 767px) {
      .board-trustees .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .board-trustees .item {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
    background: #f1f5f5;
    padding: 12px;
    overflow: hidden; }
    @media (max-width: 450px) {
      .board-trustees .item {
        display: block;
        text-align: center; } }
    .board-trustees .item:hover .photo::after {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
    .board-trustees .item:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .board-trustees .item .photo {
      display: block;
      position: relative;
      min-width: 156px;
      max-width: 156px;
      height: 200px;
      border-radius: 12px;
      overflow: hidden;
      margin-left: 12px; }
      @media (max-width: 450px) {
        .board-trustees .item .photo {
          min-width: 100%;
          max-width: 100%;
          margin: 0px;
          margin-bottom: 12px; } }
      .board-trustees .item .photo::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        content: '';
        z-index: 1;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0); }
      .board-trustees .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .board-trustees .item .title {
      font-size: 18px; }
    .board-trustees .item .btnbottom {
      display: block;
      text-decoration: underline;
      color: #fbae1f;
      margin-top: 12px; }
      .board-trustees .item .btnbottom:hover {
        text-decoration: none;
        color: #fbae1f; }

.colleges-details {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .colleges-details {
      padding: 24px 0px; } }
  .colleges-details .rowbox {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .colleges-details .rowbox {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px; } }
    @media (max-width: 767px) {
      .colleges-details .rowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .colleges-details .maunitem {
    position: sticky;
    top: 108px;
    background: #12565a;
    padding: 32px;
    border-radius: 12px; }
    @media (max-width: 991px) {
      .colleges-details .maunitem {
        position: relative;
        top: auto;
        padding: 24px; } }
    .colleges-details .maunitem .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 162px; }
      .colleges-details .maunitem .logo img {
        max-width: 200px;
        max-height: 100%;
        filter: brightness(0) invert(1); }
    .colleges-details .maunitem .title {
      color: #fff;
      margin-top: 12px; }
    .colleges-details .maunitem .nav-tabs {
      display: block;
      border: 0px;
      margin-top: 32px; }
      .colleges-details .maunitem .nav-tabs li {
        margin: 0px;
        margin-top: 16px; }
        .colleges-details .maunitem .nav-tabs li a {
          display: flex;
          align-items: center;
          padding: 0px;
          border: 0px !important;
          border-radius: 0px;
          color: #fff; }
          .colleges-details .maunitem .nav-tabs li a.active, .colleges-details .maunitem .nav-tabs li a:hover {
            background: none;
            border: 0px;
            color: #fbae1f; }
            .colleges-details .maunitem .nav-tabs li a.active .icon, .colleges-details .maunitem .nav-tabs li a:hover .icon {
              background: #fbae1f; }
          .colleges-details .maunitem .nav-tabs li a .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 38px;
            max-width: 38px;
            height: 38px;
            border-radius: 8px;
            background: #ffffff0d;
            font-style: normal;
            margin-left: 8px;
            -moz-transition: all 0.5s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s; }
            .colleges-details .maunitem .nav-tabs li a .icon svg,
            .colleges-details .maunitem .nav-tabs li a .icon img {
              fill: #fff;
              width: 22px;
              height: 22px; }
  .colleges-details .itemtext {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .colleges-details .itemtext {
        margin-top: 12px; } }
    .colleges-details .itemtext .title {
      font-size: 20px;
      color: #000; }
    .colleges-details .itemtext p {
      margin-top: 8px; }
    .colleges-details .itemtext ol {
      padding-right: 15px; }
      .colleges-details .itemtext ol li {
        list-style: auto;
        margin-top: 8px; }
    .colleges-details .itemtext strong {
      color: #000;
      font-size: 20px; }
    .colleges-details .itemtext ul {
      padding-right: 15px; }
      .colleges-details .itemtext ul li {
        list-style: auto;
        margin-top: 8px; }
  .colleges-details .subtabs {
    margin-top: 16px;
    border: 0px; }
    @media (max-width: 991px) {
      .colleges-details .subtabs {
        margin-top: 4px; } }
    .colleges-details .subtabs li {
      margin: 0px;
      margin: 8px 0px 0px 12px; }
      .colleges-details .subtabs li:last-child {
        margin-left: 0px; }
      .colleges-details .subtabs li a {
        border-radius: 30px;
        background: #f1f5f5;
        border: 0px !important;
        color: #12565a;
        padding: 6px 24px; }
        .colleges-details .subtabs li a.active {
          background: #12565a;
          color: #fff; }
  .colleges-details .subrowbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px; }
    @media (max-width: 1199px) {
      .colleges-details .subrowbox {
        grid-template-columns: repeat(1, 1fr); } }
    @media (max-width: 991px) {
      .colleges-details .subrowbox {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 12px;
        gap: 12px; } }
    @media (max-width: 767px) {
      .colleges-details .subrowbox {
        grid-template-columns: repeat(1, 1fr); } }
  .colleges-details .subtextitem {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 12px;
    background: #f1f5f5;
    padding: 12px;
    overflow: hidden; }
    @media (max-width: 450px) {
      .colleges-details .subtextitem {
        display: block;
        text-align: center; } }
    .colleges-details .subtextitem:hover .photo::after {
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
    .colleges-details .subtextitem:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .colleges-details .subtextitem .photo {
      display: block;
      position: relative;
      min-width: 156px;
      max-width: 156px;
      height: 174px;
      border-radius: 12px;
      overflow: hidden;
      margin-left: 12px; }
      @media (max-width: 450px) {
        .colleges-details .subtextitem .photo {
          min-width: 100%;
          max-width: 100%;
          margin: 0px;
          margin-bottom: 12px; } }
      .colleges-details .subtextitem .photo::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        content: '';
        z-index: 1;
        -webkit-transition: -webkit-transform .6s;
        transition: -webkit-transform .6s;
        -o-transition: transform .6s;
        transition: transform .6s;
        transition: transform .6s, -webkit-transform .6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0); }
      .colleges-details .subtextitem .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .colleges-details .subtextitem .title {
      font-size: 18px; }
    .colleges-details .subtextitem .btnbottom {
      display: block;
      text-decoration: underline !important;
      color: #fbae1f;
      margin-top: 12px; }
      .colleges-details .subtextitem .btnbottom:hover {
        text-decoration: none !important;
        color: #fbae1f; }

.clients {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff;
  overflow: hidden; }
  @media (max-width: 991px) {
    .clients {
      padding: 24px 0px; } }
  .clients .slider-clients {
    position: relative;
    width: 100%;
    direction: ltr;
    padding-top: 24px; }
    .clients .slider-clients .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .clients .slider-clients .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .clients .slider-clients .slick-list .slick-track:after, .clients .slider-clients .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .clients .slider-clients .slick-prev,
    .clients .slider-clients .slick-next {
      position: absolute;
      top: 50%;
      right: -52px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none; }
      @media (max-width: 1280px) {
        .clients .slider-clients .slick-prev,
        .clients .slider-clients .slick-next {
          display: none !important; } }
      .clients .slider-clients .slick-prev svg,
      .clients .slider-clients .slick-next svg {
        width: 32px;
        height: 32px;
        fill: #686868;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .clients .slider-clients .slick-prev:hover svg,
      .clients .slider-clients .slick-next:hover svg {
        fill: #fbae1f; }
    .clients .slider-clients .slick-prev {
      right: auto;
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .clients .slider-clients .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center; }
      .clients .slider-clients .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #c3c3c3; }
        .clients .slider-clients .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 20px;
          height: 3px;
          cursor: pointer;
          color: #f1f5f5;
          border: 0px;
          outline: none;
          background: transparent; }
      .clients .slider-clients .slick-dots li.slick-active {
        background: #fbae1f; }
    @media (max-width: 991px) {
      .clients .slider-clients {
        margin-top: 32px; } }
    .clients .slider-clients .slick-dots {
      display: none !important; }
  .clients .slick-prev,
  .clients .slick-next {
    background: #fff !important;
    border-radius: 100%;
    width: 32px !important;
    height: 32px !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
    .clients .slick-prev:hover,
    .clients .slick-next:hover {
      background: #0F604B !important; }
      .clients .slick-prev:hover svg,
      .clients .slick-next:hover svg {
        fill: #fff !important; }
    .clients .slick-prev svg,
    .clients .slick-next svg {
      width: 16px !important;
      height: 16px !important; }
  .clients .slick-next {
    left: auto;
    right: 0px !important;
    transform: translate(-646%, -50%); }
  .clients .slick-prev {
    right: auto !important;
    left: 0px !important;
    transform: translate(646%, -50%) !important; }
    .clients .slick-prev svg {
      rotate: 180deg !important; }
  .clients .slick-track,
  .clients .slick-list,
  .clients .slick-track {
    overflow: inherit !important;
    margin: 0px !important; }
  .clients .item {
    display: inline-block;
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 84px 32px 32px 32px;
    text-align: center;
    background: #f1f5f5;
    transform: scale(0.92, 0.92);
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0.6; }
    @media (max-width: 991px) {
      .clients .item {
        padding: 84px 16px 16px 16px; } }
    .clients .item.slick-active {
      transform: scale(1, 1);
      opacity: 1;
      max-width: 60% !important; }
    .clients .item .photo {
      margin: -120px auto 0px auto;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden; }
      .clients .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .clients .item .title {
      margin-top: 16px; }
    .clients .item .jobtitle {
      font-size: 28px;
      font-weight: 500;
      color: #12565a;
      line-height: 160%;
      position: relative;
      color: #fbae1f;
      font-size: 20px !important;
      margin-top: 8px; }
      @media (max-width: 991px) {
        .clients .item .jobtitle {
          font-size: 24px; } }
    .clients .item p {
      margin-top: 8px; }

.innovation-platform {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url(../images/bg3.png) top right no-repeat; }
  @media (max-width: 991px) {
    .innovation-platform {
      padding: 24px 0px; } }
  @media (min-width: 1500px) {
    .innovation-platform {
      display: flex;
      align-items: center;
      justify-content: center;
      height: calc(100vh - 132px);
      padding: 0px !important; } }
  .innovation-platform .subplat {
    text-align: center;
    padding: 0px 12px; }
    @media (min-width: 1500px) {
      .innovation-platform .subplat {
        position: absolute;
        top: 48px;
        left: 0px;
        right: 0px; } }
    .innovation-platform .subplat::after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: -16px;
      margin: 0px auto;
      width: 74px;
      border-radius: 30px;
      height: 4px;
      background: #fbae1f; }
  .innovation-platform .platform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48px; }
    .innovation-platform .platform .photo {
      position: relative;
      z-index: 10;
      min-width: 186px;
      max-width: 186px;
      height: 186px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -webkit-box-shadow: 4px 4px 60px #00000040;
      -moz-box-shadow: 4px 4px 60px #00000040;
      -o-box-shadow: 4px 4px 60px #00000040;
      -ms-box-shadow: 4px 4px 60px #00000040;
      box-shadow: 4px 4px 60px #00000040; }
      @media (max-width: 500px) {
        .innovation-platform .platform .photo {
          min-width: 148px;
          max-width: 148px;
          height: 148px; } }
      .innovation-platform .platform .photo img {
        width: 100%;
        min-height: 100%;
        object-fit: cover; }
    .innovation-platform .platform .context {
      padding-right: 24px; }
      .innovation-platform .platform .context .title {
        font-size: 20px;
        text-align: center; }
      .innovation-platform .platform .context .name {
        color: #fbae1f;
        font-size: 28px;
        font-weight: 700;
        margin-top: 12px;
        text-align: center; }
  .innovation-platform .participation {
    text-align: center;
    width: 100%;
    margin-top: 24px; }
    .innovation-platform .participation .subtitle {
      display: block;
      font-weight: 700;
      color: #0F604B; }
    .innovation-platform .participation p {
      margin-top: 4px; }
    .innovation-platform .participation .bottom {
      margin-top: 24px; }

.conditions {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #0F604B url(../images/slider/img1.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .conditions {
      padding: 24px 0px; } }
  .conditions::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #05111ec7; }
  .conditions .container {
    z-index: 10; }
  .conditions .title {
    text-align: center;
    color: #fbae1f;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .conditions .title {
        margin-bottom: 0px; } }
  .conditions .item {
    margin-top: 64px; }
    @media (max-width: 991px) {
      .conditions .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 500px) {
      .conditions .item {
        max-width: 100%;
        flex: 100%; } }
    .conditions .item:nth-child(1), .conditions .item:nth-child(3) {
      margin-top: 32px; }
      @media (max-width: 991px) {
        .conditions .item:nth-child(1), .conditions .item:nth-child(3) {
          margin-top: 32px; } }
      @media (max-width: 500px) {
        .conditions .item:nth-child(1), .conditions .item:nth-child(3) {
          margin-top: 24px; } }
    .conditions .item:nth-child(2), .conditions .item:nth-child(4) {
      margin-top: 64px; }
      @media (max-width: 991px) {
        .conditions .item:nth-child(2), .conditions .item:nth-child(4) {
          margin-top: 48px; } }
      @media (max-width: 500px) {
        .conditions .item:nth-child(2), .conditions .item:nth-child(4) {
          margin-top: 24px; } }
    .conditions .item .inner {
      position: relative;
      box-shadow: 0px 10px 50px #1c252812;
      background-color: #fff;
      padding: 48px 24px;
      overflow: hidden;
      text-align: center;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      cursor: pointer; }
      .conditions .item .inner:hover {
        box-shadow: 0px 10px 80px #1c252812;
        background: #f1f5f5; }
      .conditions .item .inner .num {
        font-weight: 600;
        font-size: 60px;
        line-height: 1em;
        color: transparent;
        -webkit-text-stroke: 1px #0F604B;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 24px; }
      .conditions .item .inner .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        height: 100px;
        min-width: 100px;
        max-width: 100px;
        background: #fbae1f14;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        position: relative;
        animation-name: water-wave;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out; }
        .conditions .item .inner .icon::before {
          animation-name: water-wave;
          animation-duration: 3s;
          animation-iteration-count: infinite;
          animation-timing-function: linear; }
        .conditions .item .inner .icon:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 4px dotted #fbae1f;
          -webkit-animation-name: water-wave;
          animation-name: water-wave;
          -webkit-animation-duration: 3s;
          animation-duration: 3s;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
          /* /icon animation */ }
@-webkit-keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px; }
  25% {
    border-radius: 130px 140px 100px 110px; }
  50% {
    border-radius: 110px 97px 150px 100px; }
  75% {
    border-radius: 80px 107px 120px 90px; }
  100% {
    border-radius: 120px 135px 110px 90px; } }
@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px; }
  25% {
    border-radius: 130px 140px 100px 110px; }
  50% {
    border-radius: 110px 97px 150px 100px; }
  75% {
    border-radius: 80px 107px 120px 90px; }
  100% {
    border-radius: 120px 135px 110px 90px; } }
        .conditions .item .inner .icon svg,
        .conditions .item .inner .icon img {
          width: 48px;
          height: 48px;
          fill: #0F604B; }
      .conditions .item .inner .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 22px;
        font-weight: 600;
        margin: 0px;
        margin-top: 16px;
        color: #0F604B;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .conditions .item .inner .title {
            font-size: 20px; } }

.idea-flight {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #f1f5f5 url(../images/ourprice.png) top left no-repeat;
  padding: 100px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .idea-flight {
      padding: 24px 0px; } }
  .idea-flight::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../images/features.png) bottom right no-repeat;
    width: 600px;
    height: 200px;
    z-index: 1; }
  .idea-flight .container {
    z-index: 10; }
  .idea-flight .inner {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 73px 0 #28282826;
    border-radius: 12px;
    padding: 48px; }
    @media (max-width: 991px) {
      .idea-flight .inner {
        padding: 24px; } }
    .idea-flight .inner .title {
      text-align: center; }
    .idea-flight .inner .row {
      margin-right: 8%; }
      @media (max-width: 1199px) {
        .idea-flight .inner .row {
          margin-right: 4%; } }
      @media (max-width: 991px) {
        .idea-flight .inner .row {
          margin-right: -12px; } }
    .idea-flight .inner .item {
      display: flex;
      align-items: center;
      margin-top: 48px; }
      @media (max-width: 991px) {
        .idea-flight .inner .item {
          max-width: 50%;
          flex: 50%;
          justify-content: center;
          margin-top: 24px; } }
      @media (max-width: 500px) {
        .idea-flight .inner .item {
          max-width: 100%;
          flex: 100%; } }
      .idea-flight .inner .item .in-item .num {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -32px auto 0px auto;
        width: 50px;
        height: 50px;
        background: #fbae1f;
        box-shadow: 10px 5px 40px #fbae1f69;
        border-radius: 50%;
        font-weight: 600;
        font-size: 30px;
        line-height: 1em;
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .idea-flight .inner .item .in-item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 128px;
        min-width: 128px;
        max-width: 128px;
        border: 2px solid #fbae1f;
        border-radius: 50%; }
        .idea-flight .inner .item .in-item .icon svg,
        .idea-flight .inner .item .in-item .icon img {
          width: 48px;
          height: 48px;
          fill: #0F604B; }
      .idea-flight .inner .item .in-item .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 22px;
        font-weight: 600;
        margin: 0px;
        margin-top: 16px;
        color: #0F604B;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 991px) {
          .idea-flight .inner .item .in-item .title {
            font-size: 20px; } }
    .idea-flight .inner .box-loader {
      margin: -54px 20px 0px 0px; }
      @media (max-width: 991px) {
        .idea-flight .inner .box-loader {
          display: none; } }
      .idea-flight .inner .box-loader span {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0px 8px;
        opacity: 0; }
        .idea-flight .inner .box-loader span::before {
          position: absolute;
          content: "";
          height: 8px;
          width: 8px;
          background: transparent;
          top: 50%;
          transform: translateY(-24%) rotate(137deg);
          border-right: 2px solid #0F604B;
          border-bottom: 2px solid #0F604B;
          right: calc(85% + 5px);
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .idea-flight .inner .box-loader span::after {
          position: absolute;
          content: "";
          height: 2px;
          width: 15px;
          top: 50%;
          transform: translateY(50%);
          background: #0F604B;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          right: 85%; }
        .idea-flight .inner .box-loader span:nth-child(1) {
          animation: opacitychange 1s ease-in-out infinite; }
        .idea-flight .inner .box-loader span:nth-child(2) {
          animation: opacitychange 1s ease-in-out 0.33s infinite; }
        .idea-flight .inner .box-loader span:nth-child(3) {
          animation: opacitychange 1s ease-in-out 0.66s infinite; }
@keyframes opacitychange {
  0%,
            100% {
    opacity: 0; }
  60% {
    opacity: 1; } }
.add-idea {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #0F604B url(../images/slider/img2.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .add-idea {
      padding: 24px 0px; } }
  .add-idea::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #05111ec7; }
  .add-idea .container {
    z-index: 10; }
  .add-idea .title {
    color: #fff; }
  .add-idea p {
    color: #fff; }
  @media (max-width: 991px) {
    .add-idea .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .add-idea .item:last-child {
        margin: 0px; } }
  .add-idea .item p {
    margin-top: 12px;
    font-size: 18px; }
  .add-idea .item .icon {
    position: relative;
    display: flex;
    margin-top: 24px; }
    .add-idea .item .icon svg,
    .add-idea .item .icon img {
      width: 450px;
      height: 450px;
      fill: #caa973; }
      @media (max-width: 991px) {
        .add-idea .item .icon svg,
        .add-idea .item .icon img {
          width: 100%;
          height: auto; } }
  .add-idea .item .inner {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 73px 0 #28282826;
    border-radius: 12px;
    padding: 24px; }
    .add-idea .item .inner .title {
      font-size: 28px; }
      @media (max-width: 991px) {
        .add-idea .item .inner .title {
          font-size: 24px; } }
    .add-idea .item .inner p {
      margin-top: 16px; }
    .add-idea .item .inner .inpusrach {
      margin-bottom: 16px; }
      .add-idea .item .inner .inpusrach label {
        font-weight: 600;
        color: #0F604B; }
      .add-idea .item .inner .inpusrach textarea {
        resize: none;
        height: 140px; }
      .add-idea .item .inner .inpusrach .flexcheck {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .add-idea .item .inner .inpusrach .flexcheck {
            display: block; } }
        .add-idea .item .inner .inpusrach .flexcheck .che-box {
          margin-left: 24px; }
          @media (max-width: 767px) {
            .add-idea .item .inner .inpusrach .flexcheck .che-box {
              width: 100%;
              margin: 0px;
              margin-bottom: 12px; } }
          .add-idea .item .inner .inpusrach .flexcheck .che-box:last-child {
            margin: 0px; }
      .add-idea .item .inner .inpusrach .po-input {
        position: relative; }
        .add-idea .item .inner .inpusrach .po-input .custom-file-label,
        .add-idea .item .inner .inpusrach .po-input .custom-file-input {
          outline: 0px !important;
          height: 54px;
          border-radius: 0 !important;
          border: 1px solid transparent;
          background: #bee4f742; }
        .add-idea .item .inner .inpusrach .po-input .custom-file-label {
          text-transform: none; }
        .add-idea .item .inner .inpusrach .po-input .custom-file-input:focus ~ .custom-file-label {
          outline: 0px !important;
          box-shadow: none;
          border: 1px solid #fbae1f;
          background: #fff; }
        .add-idea .item .inner .inpusrach .po-input .custom-file-label {
          display: flex;
          align-items: center;
          margin: 0px;
          padding-right: 140px;
          border-radius: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .add-idea .item .inner .inpusrach .po-input .custom-file-input:lang(en) ~ .custom-file-label::after {
          content: "أختر الملف";
          background: none;
          height: 54px;
          background: #bee4f7a8;
          border: 0px;
          padding: 0px;
          display: flex;
          align-items: center;
          left: auto;
          right: 0px;
          padding: 0px 16px;
          text-transform: capitalize;
          border-radius: 0px !important;
          min-width: 130px; }
      .add-idea .item .inner .inpusrach .bottom {
        width: 100%;
        border-radius: 0px;
        height: 54px;
        background: #154a7c;
        box-shadow: 10px 5px 40px #154a7c2b;
        color: #fff; }
        .add-idea .item .inner .inpusrach .bottom::before {
          border-radius: 0px;
          background: #0F604B; }
    .add-idea .item .inner .po-input {
      position: relative; }
      .add-idea .item .inner .po-input .custom-file-label,
      .add-idea .item .inner .po-input .custom-file-input {
        outline: 0px !important;
        height: 54px;
        border-radius: 0 !important;
        border: 1px solid transparent;
        background: #bee4f742; }
      .add-idea .item .inner .po-input .custom-file-label {
        text-transform: none; }
      .add-idea .item .inner .po-input .custom-file-input:focus ~ .custom-file-label {
        outline: 0px !important;
        box-shadow: none;
        border: 1px solid #fbae1f;
        background: #fff; }
      .add-idea .item .inner .po-input .custom-file-label {
        display: flex;
        align-items: center;
        margin: 0px;
        padding-right: 140px;
        border-radius: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .add-idea .item .inner .po-input .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "أختر الملف";
        background: none;
        height: 54px;
        background: #bee4f7a8;
        border: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        left: auto;
        right: 0px;
        padding: 0px 16px;
        text-transform: capitalize;
        border-radius: 0px !important;
        min-width: 130px; }
    .add-idea .item .inner .bottom {
      width: 100%;
      border-radius: 0px;
      height: 54px;
      background: #154a7c;
      box-shadow: 10px 5px 40px #154a7c2b;
      color: #fff; }
      .add-idea .item .inner .bottom::before {
        border-radius: 0px;
        background: #0F604B; }
  .add-idea .item .listserves {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    box-shadow: none;
    background: none;
    margin-top: 24px; }
    .add-idea .item .listserves .linttext {
      width: 50%;
      margin: 0px;
      margin-top: 24px; }
      @media (max-width: 550px) {
        .add-idea .item .listserves .linttext {
          width: 100%; } }
  .add-idea .ideatext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .add-idea .ideatext .in-comment {
      display: flex;
      align-items: center;
      margin-top: 24px; }
      .add-idea .ideatext .in-comment svg {
        fill: #fbae1f;
        margin-left: 8px;
        width: 22px; }
      .add-idea .ideatext .in-comment p {
        margin: 0px;
        font-weight: 600;
        color: #0F604B; }
      .add-idea .ideatext .in-comment span {
        margin-right: 8px;
        font-weight: 600;
        color: #0F604B; }
  .add-idea .allitems {
    display: flex; }
    .add-idea .allitems .z-item {
      position: relative;
      z-index: 1;
      margin-top: 24px;
      min-width: 180px;
      max-width: 180px; }
      .add-idea .allitems .z-item .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 68px;
        height: 68px;
        background: #caa973;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .add-idea .allitems .z-item .photo svg {
          fill: #fff;
          width: 36px;
          height: 36px; }
          @media (max-width: 767px) {
            .add-idea .allitems .z-item .photo svg {
              width: 26px;
              height: 26px; } }
      .add-idea .allitems .z-item .timer {
        width: 100%;
        font-weight: 700;
        font-size: 52px;
        margin-top: 20px;
        color: #fff; }
      .add-idea .allitems .z-item .name {
        display: block;
        width: 100%;
        color: #fff;
        margin-top: 16px; }

.thoughts {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #f1f5f5 url(../images/shape-bottom-left.png) no-repeat bottom left; }
  @media (max-width: 991px) {
    .thoughts {
      padding: 24px 0px; } }
  .thoughts::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 400px;
    background: url(../images/shape-top-right.png) no-repeat top right;
    background-size: 100%; }
  .thoughts .title {
    text-align: center; }
  .thoughts .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    position: relative;
    z-index: 10;
    margin-top: 12px; }
    .thoughts .nav-tabs li {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0px;
      min-width: 148px;
      margin: 12px 8px 0px 8px; }
      @media (max-width: 991px) {
        .thoughts .nav-tabs li {
          margin: 12px 4px 0px 4px;
          min-width: 128px; } }
      .thoughts .nav-tabs li:last-child {
        margin-left: 0px; }
      .thoughts .nav-tabs li a {
        border: 0px !important;
        width: 100%;
        font-weight: 600;
        color: #0F604B;
        background: #fff;
        border-radius: 60px;
        padding: 6px 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        text-align: center;
        -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
        .thoughts .nav-tabs li a.active, .thoughts .nav-tabs li a:hover {
          background: #0F604B;
          color: #fff; }
  .thoughts .innertab {
    display: flex;
    position: relative;
    z-index: 10;
    margin: 24px auto 0px auto;
    width: 90%;
    padding: 24px;
    background: #fff;
    border-radius: 12px; }
    @media (max-width: 991px) {
      .thoughts .innertab {
        width: 100%; } }
    @media (max-width: 767px) {
      .thoughts .innertab {
        display: block; } }
    .thoughts .innertab .ification {
      display: block;
      color: #fbae1f;
      font-weight: 600; }
    .thoughts .innertab .title {
      text-align: right;
      display: inline-block;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      font-weight: 600;
      font-size: 22px;
      margin-top: 12px; }
      .thoughts .innertab .title:hover {
        color: #fbae1f; }
    .thoughts .innertab .text {
      margin-top: 12px; }
    .thoughts .innertab .list {
      display: flex;
      flex-wrap: wrap; }
      .thoughts .innertab .list li {
        color: #0F604B;
        font-weight: 600;
        margin: 16px 0px 0px 48px; }
        .thoughts .innertab .list li:last-child {
          margin-left: 0px; }
        .thoughts .innertab .list li svg {
          width: 20px;
          fill: #fbae1f;
          margin-left: 8px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .thoughts .innertab .list li a {
          display: flex;
          align-items: center; }
          .thoughts .innertab .list li a p {
            color: #0F604B;
            font-weight: 600; }
          .thoughts .innertab .list li a:hover svg {
            fill: #0F604B; }
          .thoughts .innertab .list li a:hover p {
            text-decoration: underline; }
    .thoughts .innertab .incomants:last-child {
      display: flex;
      align-items: center;
      min-width: 184px;
      max-width: 184px;
      border-right: 1px solid #f1f5f5;
      padding-right: 16px;
      margin-right: 16px; }
      @media (max-width: 767px) {
        .thoughts .innertab .incomants:last-child {
          padding-right: 0px;
          padding-top: 16px;
          margin-right: 0px;
          margin-top: 16px;
          border-right: 0px;
          border-top: 1px solid #f1f5f5;
          min-width: 100%;
          max-width: 100%; } }
    .thoughts .innertab .incomants .accept {
      width: 100%; }
      @media (max-width: 767px) {
        .thoughts .innertab .incomants .accept {
          display: flex;
          justify-content: space-between; } }
      @media (max-width: 400px) {
        .thoughts .innertab .incomants .accept {
          display: block; } }
      .thoughts .innertab .incomants .accept a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #f1f5f5;
        padding: 6px 8px;
        margin-bottom: 16px;
        border-radius: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .thoughts .innertab .incomants .accept a:last-child {
          margin: 0px; }
          @media (max-width: 400px) {
            .thoughts .innertab .incomants .accept a:last-child {
              margin-top: 16px; } }
        @media (max-width: 767px) {
          .thoughts .innertab .incomants .accept a {
            width: auto;
            min-width: 49%;
            max-width: 49%;
            margin: 0px; } }
        @media (max-width: 400px) {
          .thoughts .innertab .incomants .accept a {
            min-width: 100%;
            max-width: 100%; } }
        .thoughts .innertab .incomants .accept a p {
          color: #000;
          font-weight: 600;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .thoughts .innertab .incomants .accept a:hover {
          background: #0F604B; }
          .thoughts .innertab .incomants .accept a:hover svg {
            fill: #fff; }
          .thoughts .innertab .incomants .accept a:hover p {
            color: #fff; }
      .thoughts .innertab .incomants .accept svg {
        width: 20px;
        fill: #fbae1f;
        margin-left: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }

.addcom {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #fff url(../images/shape-bottom-left.png) no-repeat bottom left; }
  @media (max-width: 991px) {
    .addcom {
      padding: 24px 0px; } }
  .addcom::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 400px;
    background: url(../images/shape-top-right.png) no-repeat top right;
    background-size: 100%; }
  .addcom .container {
    z-index: 10; }
  .addcom .back {
    display: inline-block;
    font-weight: 600;
    color: #fbae1f;
    margin-bottom: 12px; }
    .addcom .back:hover {
      text-decoration: underline; }
    .addcom .back svg {
      width: 14px;
      fill: #fbae1f;
      margin-right: 8px; }
  .addcom .title {
    font-size: 24px !important; }
  .addcom .list {
    display: flex;
    flex-wrap: wrap; }
    .addcom .list li {
      color: #0F604B;
      font-weight: 600;
      margin: 16px 0px 0px 20px; }
      .addcom .list li:last-child {
        margin-left: 0px; }
      .addcom .list li svg {
        width: 20px;
        fill: #fbae1f;
        margin-left: 8px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .addcom .list li svg.det {
          fill: none;
          stroke: #fbae1f; }
      .addcom .list li a {
        display: flex;
        align-items: center; }
        .addcom .list li a p {
          color: #0F604B;
          font-weight: 600;
          margin: 0px;
          font-size: 16px !important; }
        .addcom .list li a:hover svg {
          fill: #0F604B; }
        .addcom .list li a:hover p {
          text-decoration: underline; }
  .addcom .shear {
    display: flex;
    align-items: center;
    margin-top: 24px; }
    .addcom .shear span {
      font-size: 18px;
      font-weight: 600;
      color: #0F604B;
      margin-left: 8px; }
    .addcom .shear .social a {
      position: relative;
      min-width: 38px;
      max-width: 38px;
      height: 38px;
      border-radius: 50%;
      margin: 0px !important;
      margin-right: 8px !important;
      background: #f1f5f5;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .addcom .shear .social a svg {
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .addcom .shear .social a:hover {
        background: #fbae1f; }
        .addcom .shear .social a:hover svg {
          fill: #0F604B; }
        .addcom .shear .social a:hover::after {
          opacity: 1; }
        .addcom .shear .social a:hover small {
          visibility: visible;
          opacity: 1;
          transform: translateY(0); }
    .addcom .shear small {
      visibility: hidden;
      width: 132px;
      background-color: #0F604B;
      text-align: center;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      padding: 8px !important;
      position: absolute;
      bottom: 134%;
      line-height: 20px;
      font-size: 14px;
      left: 50%;
      margin-left: -66px;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 20;
      font-weight: 500;
      color: #ffffffbf;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      transform: translateY(10px);
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      @media (max-width: 767px) {
        .addcom .shear small {
          width: 100px;
          margin-left: -50px;
          font-size: 12px;
          padding: 6px !important; } }
      .addcom .shear small::after {
        content: "";
        position: absolute;
        top: 99%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #0F604B transparent transparent transparent; }
  .addcom .accept {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (max-width: 400px) {
      .addcom .accept {
        display: block; } }
    .addcom .accept a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #f1f5f5;
      padding: 12px 16px;
      margin: 16px 0px 0px 16px;
      border-radius: 12px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .addcom .accept a:last-child {
        margin-left: 0px; }
      .addcom .accept a p {
        color: #000;
        font-weight: 600;
        margin: 0px;
        font-size: 14px;
        line-height: 1;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .addcom .accept a:hover {
        background: #0F604B; }
        .addcom .accept a:hover svg {
          fill: #fff; }
        .addcom .accept a:hover p {
          color: #fff; }
    .addcom .accept svg {
      width: 20px;
      fill: #fbae1f;
      margin-left: 8px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
  .addcom .item .inner {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 73px 0 #28282826;
    border-radius: 12px;
    padding: 24px; }
    .addcom .item .inner .title {
      font-size: 28px !important; }
      @media (max-width: 991px) {
        .addcom .item .inner .title {
          font-size: 24px !important; } }
    .addcom .item .inner p {
      margin-top: 16px; }
    .addcom .item .inner .inpusrach {
      margin-bottom: 16px; }
      .addcom .item .inner .inpusrach label {
        font-weight: 600;
        color: #0F604B; }
      .addcom .item .inner .inpusrach textarea {
        resize: none;
        height: 140px; }
      .addcom .item .inner .inpusrach .flexcheck {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .addcom .item .inner .inpusrach .flexcheck {
            display: block; } }
        .addcom .item .inner .inpusrach .flexcheck .che-box {
          margin-left: 24px; }
          @media (max-width: 767px) {
            .addcom .item .inner .inpusrach .flexcheck .che-box {
              width: 100%;
              margin: 0px;
              margin-bottom: 12px; } }
          .addcom .item .inner .inpusrach .flexcheck .che-box:last-child {
            margin: 0px; }
      .addcom .item .inner .inpusrach .bottom {
        width: 100%;
        border-radius: 0px;
        height: 54px;
        background: #0F604B;
        box-shadow: 10px 5px 40px #154a7c2b;
        color: #fff; }
        .addcom .item .inner .inpusrach .bottom::before {
          border-radius: 0px;
          background: #12182c; }

.error404 {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  background: #fff url(../images/shape-bottom-left.png) no-repeat bottom left; }
  @media (max-width: 991px) {
    .error404 {
      padding: 24px 0px; } }
  .error404::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 400px;
    background: url(../images/shape-top-right.png) no-repeat top right;
    background-size: 100%; }
  .error404 .title {
    font-size: 150px !important;
    line-height: 1; }
    .error404 .title::before {
      display: none; }
  .error404 p {
    color: #0F604B;
    font-size: 24px; }
  .error404 .bottom {
    margin-top: 24px; }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  margin-top: -200px; }
  @media (max-width: 991px) {
    .contactus {
      padding: 24px 0px; } }
  .contactus .alert {
    margin: 0px;
    margin-top: 16px; }
  .contactus .innercontact {
    width: 100%;
    background: #fff;
    padding: 24px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px; }
  .contactus .boxstyle {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0F604B url(../images/minsection.jpg) no-repeat fixed center center/cover;
    padding: 32px;
    border-radius: 12px;
    overflow: hidden; }
    .contactus .boxstyle::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #041c3fc2; }
    .contactus .boxstyle .title {
      color: #fff;
      position: relative;
      z-index: 10; }
    .contactus .boxstyle p {
      position: relative;
      z-index: 10;
      color: #ffffffbf;
      margin-top: 12px; }
    .contactus .boxstyle .nav-tabs {
      display: block;
      border: 0px;
      position: relative;
      z-index: 10;
      margin-top: 24px; }
      .contactus .boxstyle .nav-tabs li {
        border: 0px;
        margin-top: 12px; }
        .contactus .boxstyle .nav-tabs li a {
          border: 0px !important;
          width: 100%;
          font-weight: 500;
          color: #fff;
          background: #ffffff24;
          border-radius: 0px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
          .contactus .boxstyle .nav-tabs li a.active, .contactus .boxstyle .nav-tabs li a:hover {
            background: #caa973; }
  @media (max-width: 991px) {
    .contactus .item {
      margin-bottom: 24px;
      max-width: 100%;
      flex: 100%; }
      .contactus .item:last-child {
        margin: 0px; } }
  .contactus .item .styleinner {
    width: 100%;
    background: #f1f5f5;
    padding: 24px; }
    .contactus .item .styleinner .mintitle {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .contactus .item .styleinner .mintitle .title {
        font-size: 22px !important; }
      .contactus .item .styleinner .mintitle .rating {
        margin: 0px;
        flex-direction: inherit; }
        .contactus .item .styleinner .mintitle .rating li svg {
          width: 32px;
          fill: #ccc; }
          .contactus .item .styleinner .mintitle .rating li svg.active {
            fill: #fbae1f; }
    .contactus .item .styleinner p {
      margin-top: 12px; }
    .contactus .item .styleinner .date,
    .contactus .item .styleinner .time,
    .contactus .item .styleinner .star {
      display: flex;
      align-items: center;
      color: #0F604B;
      font-weight: 500;
      margin-top: 12px; }
      .contactus .item .styleinner .date svg,
      .contactus .item .styleinner .time svg,
      .contactus .item .styleinner .star svg {
        width: 20px;
        margin-left: 8px; }
  .contactus .item .inpudata {
    margin-top: 16px;
    position: relative; }
    .contactus .item .inpudata textarea.form-control {
      height: 160px;
      resize: none; }
    .contactus .item .inpudata .bottom {
      margin: 0px;
      min-width: 140px; }
  .contactus .item .contactext {
    margin-bottom: 16px; }
    .contactus .item .contactext:last-child {
      margin-bottom: 0px; }
    .contactus .item .contactext .title {
      font-size: 20px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 16px; }
    .contactus .item .contactext .textphon {
      margin-top: 16px; }
      .contactus .item .contactext .textphon a {
        display: block;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .contactus .item .contactext .textphon a:hover {
          color: #f87412; }
  .contactus .media {
    display: flex;
    margin-top: 24px; }
    .contactus .media svg,
    .contactus .media img {
      fill: #fbae1f;
      min-width: 18px;
      min-height: 18px;
      max-width: 18px;
      max-height: 18px; }
    .contactus .media .contant {
      margin-right: 12px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .contactus .media .contant span {
        display: block;
        font-weight: 700;
        color: #0F604B;
        line-height: 1; }
      .contactus .media .contant p,
      .contactus .media .contant a {
        display: block;
        width: 100%;
        font-weight: 400;
        line-height: 26px;
        margin-top: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .contactus .media .contant a {
        direction: ltr; }
        .contactus .media .contant a:hover {
          color: #fbae1f; }
  .contactus .custom-file-label,
  .contactus .custom-file-input {
    width: calc(100% - 24px);
    outline: 0px !important;
    height: 54px;
    border: 1px solid transparent;
    background: #bee4f742;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    color: #000;
    right: 12px; }
  .contactus .custom-file-input:focus ~ .custom-file-label {
    border-color: #fbae1f !important; }
  .contactus .custom-file-label {
    display: flex;
    align-items: center;
    margin: 0px;
    padding-right: 124px;
    box-shadow: none !important;
    outline: 0 !important;
    outline-style: none !important;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .contactus .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "المرفقات";
    background: none;
    height: 54px;
    background: url(../images/up.svg) no-repeat center right;
    border: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    right: 16px;
    padding-right: 30px; }
  .contactus .complaint {
    margin-top: 24px; }
    .contactus .complaint .title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 24px; }
    .contactus .complaint .address {
      margin-top: 24px;
      font-weight: 600;
      color: #0F604B; }

.map {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff;
  padding: 0px !important; }
  @media (max-width: 991px) {
    .map {
      padding: 24px 0px; } }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 455px; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #12565a;
  padding: 0px !important; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .item {
    margin-top: 48px; }
    @media (max-width: 1040px) {
      .footer .item {
        max-width: 100%;
        flex: 100%; } }
    .footer .item .logo {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1040px) {
        .footer .item .logo {
          width: 100%; } }
      .footer .item .logo .bglogo {
        border-radius: 50%;
        background: #fff;
        margin-left: 12px;
        padding: 8px; }
      .footer .item .logo img {
        max-width: 100px; }
    .footer .item .social {
      display: flex;
      justify-content: flex-end;
      margin-top: 24px; }
      .footer .item .social a {
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0px;
        margin-left: 6px;
        background: #ffffff14; }
        .footer .item .social a svg {
          fill: #fff;
          width: 18px;
          height: 18px; }
        .footer .item .social a.icon-facebook:hover {
          background: #3b5998; }
          .footer .item .social a.icon-facebook:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-twitter:hover {
          background: #00acee; }
          .footer .item .social a.icon-twitter:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-instagram:hover {
          background: #8d5b46; }
          .footer .item .social a.icon-instagram:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-youtube:hover {
          background: #c4302b; }
          .footer .item .social a.icon-youtube:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-rss:hover {
          background: #ee802f; }
          .footer .item .social a.icon-rss:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-linkedin:hover {
          background: #007fb1; }
          .footer .item .social a.icon-linkedin:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-gplus:hover {
          background: #dd4b39; }
          .footer .item .social a.icon-gplus:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-whatsapp:hover {
          background: #189d0e; }
          .footer .item .social a.icon-whatsapp:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-email:hover {
          background: #dd4b39; }
          .footer .item .social a.icon-email:hover svg {
            fill: #fff; }
        .footer .item .social a.icon-print:hover {
          background: #8d5b46; }
          .footer .item .social a.icon-print:hover svg {
            fill: #fff; }
      @media (max-width: 1040px) {
        .footer .item .social a {
          margin: 0px 4px; } }
    .footer .item .app-icons {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 24px; }
      @media (max-width: 1040px) {
        .footer .item .app-icons {
          width: 100%; } }
      .footer .item .app-icons a {
        display: block;
        background: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        overflow: hidden;
        width: 122px;
        height: 40px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .footer .item .app-icons a:last-child {
          margin-right: 16px; }
          @media (max-width: 1040px) {
            .footer .item .app-icons a:last-child {
              margin: 0px 8px; } }
        .footer .item .app-icons a img {
          width: 100%;
          height: 100%; }
        .footer .item .app-icons a:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    .footer .item .title {
      font-size: 18px !important;
      color: #fff;
      line-height: 1.2; }
    .footer .item .navmenu {
      margin-top: 12px; }
      .footer .item .navmenu a {
        display: inline-block;
        width: 100%;
        position: relative;
        color: #ffffffbf;
        font-size: 14px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .footer .item .navmenu a svg {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          fill: #c6c6c6;
          margin-right: 4px;
          min-width: 12px;
          max-width: 12px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .footer .item .navmenu a:hover {
          color: #fff; }
          .footer .item .navmenu a:hover svg {
            fill: #f87412; }
    .footer .item .newsletter {
      position: relative;
      width: 100%;
      margin-top: 20px; }
      .footer .item .newsletter .form-control {
        height: 50px;
        border: 0px !important;
        background: #ffffff14;
        font-style: italic;
        color: #fff;
        font-weight: 400;
        padding-left: 70px;
        border-top-left-radius: 20px; }
      .footer .item .newsletter .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        box-shadow: none;
        border-radius: 50% 0px 50% 0px; }
        .footer .item .newsletter .bottom::before {
          border-radius: 50% 0px 50% 0px; }
        .footer .item .newsletter .bottom svg {
          fill: #fff; }
      .footer .item .newsletter ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffffbf;
        opacity: 1;
        /* Firefox */ }
      .footer .item .newsletter :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ffffffbf; }
      .footer .item .newsletter ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #ffffffbf; }
  .footer .copyright {
    position: relative;
    margin-top: 48px;
    padding: 16px 12px;
    width: 100%;
    background: #ffffff14;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        margin-top: 32px; } }
    .footer .copyright p {
      padding: 0px 12px;
      text-align: center;
      color: #fff; }
  .footer .scrollToTop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 46px;
    height: 46px;
    z-index: 1000;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box; }
    .footer .scrollToTop::before {
      border-radius: 8px; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none !important;
  list-style: none;
  color: #686868;
  font: normal 400 16px/30px "Readex Pro", sans-serif; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f5f5; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #12565a;
  cursor: pointer; }

body {
  direction: rtl;
  text-align: right;
  background: #fff; }
  body.active {
    overflow: hidden; }

.bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  background-color: #fbae1f;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0px;
  outline-style: none;
  outline: 0px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  box-shadow: 10px 5px 40px #fbae1f69;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s; }
  @media (max-width: 991px) {
    .bottom {
      font-size: 14px;
      padding: 5px 16px; } }
  .bottom svg {
    width: 18px;
    height: 20px;
    fill: none;
    position: relative;
    z-index: 1;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .bottom:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    background: #d18f1a;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .bottom span {
    position: relative;
    z-index: 1; }
  .bottom:focus {
    outline: 0px !important; }
  .bottom:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .bottom:hover span {
    color: #fff; }
  .bottom:hover svg {
    stroke: #fff; }

.social {
  display: flex;
  direction: ltr; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin: 0px 8px; }
    .social a svg {
      fill: #000;
      max-width: 20px;
      max-height: 20px; }
    .social a.icon-facebook svg {
      fill: #3b5998; }
    .social a.icon-facebook:hover svg {
      fill: #3b5998; }
    .social a.icon-twitter svg {
      fill: #00acee; }
    .social a.icon-twitter:hover svg {
      fill: #00acee; }
    .social a.icon-instagram svg {
      fill: #8d5b46; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46; }
    .social a.icon-youtube svg {
      fill: #c4302b; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b; }
    .social a.icon-rss svg {
      fill: #ee802f; }
    .social a.icon-rss:hover svg {
      fill: #ee802f; }
    .social a.icon-linkedin svg {
      fill: #007fb1; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1; }
    .social a.icon-gplus svg {
      fill: #dd4b39; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39; }
    .social a.icon-whatsapp svg {
      fill: #189d0e; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e; }
    .social a.icon-email svg {
      fill: #dd4b39; }
    .social a.icon-email:hover svg {
      fill: #dd4b39; }
    .social a.icon-print svg {
      fill: #8d5b46; }
    .social a.icon-print:hover svg {
      fill: #8d5b46; }

.title {
  font-size: 28px;
  font-weight: 500;
  color: #12565a;
  line-height: 160%;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 24px; } }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #000;
    line-height: 14.4px;
    font-weight: 400; }
    .wizard li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #000;
      line-height: 14.4px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .wizard li a:hover {
        color: #12565a; }
      .wizard li a svg {
        margin-right: 16px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  @media (max-width: 991px) {
    .wizard {
      display: none; } }

.form-control {
  height: 50px;
  text-transform: none;
  box-shadow: none; }
  .form-control:focus {
    border: 1px solid #fbae1f; }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  padding-right: 22px; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    left: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: ' ';
    border: 1px solid #ced4da;
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 0;
    border-radius: 4px; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="radio"]:checked + .label-text:before {
    background: #12565a;
    box-shadow: inset 0 0 0px 4px #fff; }
  .che-box input[type="checkbox"]:checked + .label-text:before {
    background: #12565a url(../images/tick.svg) no-repeat center center;
    border: 1px solid #12565a; }
  .che-box span.label-text {
    font-weight: 300;
    color: #000;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.minheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: inherit; }
  .minheader .more {
    margin: 0px;
    color: #fbae1f;
    text-decoration: underline; }
    .minheader .more::after {
      display: none; }
    .minheader .more:hover {
      text-decoration: none; }
  .minheader form {
    position: relative;
    min-width: 286px; }
    @media (max-width: 767px) {
      .minheader form {
        margin-top: 16px;
        min-width: 100%; } }
    .minheader form .form-control {
      height: 50px;
      padding-left: 48px;
      border-radius: 8px;
      background: #fff;
      border: 1px solid #d0d8e9; }
    .minheader form .bot-search {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 4px;
      left: 4px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      background: #12565a;
      width: 42px;
      height: 42px;
      border-radius: 8px;
      cursor: pointer;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .minheader form .bot-search svg,
      .minheader form .bot-search img {
        width: 24px;
        height: 24px;
        fill: #fff; }
      .minheader form .bot-search:hover {
        background: #fbae1f; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .contant {
    margin: 0px !important;
    margin-right: 12px !important; }
  .alert p {
    margin: 0px !important;
    color: #fff; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

select.form-control {
  -webkit-appearance: none;
  background: #fff url(../images/arrow.svg) no-repeat;
  background-position: 12px 24px; }
  select.form-control option {
    padding: 32px; }

.map-back {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  height: 192px;
  padding: 0px;
  background: #f1f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map-back {
      padding: 24px 0px; } }
  .map-back:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(303.91deg, #12565ac7 7.57%, #12565a8c 94.39%);
    z-index: 2; }
  .map-back img {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .map-back .container {
    z-index: 2; }
  .map-back .title {
    color: #fff; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 28px; } }
  .map-back .maplink {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .map-back .maplink {
        display: none; } }
    .map-back .maplink li {
      display: inline-block;
      color: #fbae1f;
      margin-left: 8px; }
      .map-back .maplink li:last-child {
        margin-right: 0px; }
        .map-back .maplink li:last-child a {
          padding-left: 0px; }
      .map-back .maplink li a {
        color: #fff;
        position: relative;
        padding-left: 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .map-back .maplink li a:hover {
          color: #fbae1f; }
        .map-back .maplink li a:before {
          position: absolute;
          top: -4px;
          left: 0px;
          content: "/";
          display: inline-block;
          color: #fff; }

.pagination {
  width: 100%;
  margin-top: 32px;
  justify-content: center; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 24px; } }
  .pagination li {
    display: inline-block;
    margin: 0px 10px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #000;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #fff;
      color: #12565a;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1); }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .pagination li:first-child a, .pagination li:last-child a {
      border: 1px solid #12565a; }
    .pagination li:last-child svg {
      transform: rotate(90deg); }
    .pagination li:first-child svg {
      transform: rotate(-90deg); }
  .pagination .page-link.active,
  .pagination .page-link:hover {
    background: #12565a !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

.comments {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background: #f1f5f5;
  padding: 24px;
  margin-top: 24px;
  /* Vertical line */ }
  @media (max-width: 991px) {
    .comments {
      padding: 16px; } }
  .comments .inner {
    display: flex;
    border-bottom: 1px solid #f1f5f5;
    padding: 24px;
    background: #fff; }
    .comments .inner:last-of-type {
      border-bottom: 0px; }
  .comments .photo {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #fff;
    margin-left: 16px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15); }
    .comments .photo img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .comments .content {
    margin-right: 12px; }
  .comments .title {
    font-size: 18px; }
  .comments .days {
    display: block;
    font-size: 14px;
    color: #9EA0A5; }
  .comments .text {
    font-weight: 500; }
  .comments .answer {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-weight: 500;
    cursor: pointer;
    color: #12565a !important; }
    .comments .answer svg {
      margin-left: 4px;
      fill: #fbae1f; }
  .comments .commentinner {
    display: flex;
    width: 100%;
    margin-top: 24px;
    position: relative;
    border-top: 1px solid #f1f5f5;
    padding-top: 24px; }
  .comments .addcoment {
    width: 100%;
    margin-top: 24px; }
    .comments .addcoment .title {
      font-size: 28px; }
    .comments .addcoment .field {
      margin-top: 24px; }
      .comments .addcoment .field .form-control {
        background: #fff; }
      .comments .addcoment .field textarea {
        min-height: 140px;
        resize: none; }
      .comments .addcoment .field .che-box input[type="checkbox"] + .label-text:before,
      .comments .addcoment .field .che-box input[type="radio"] + .label-text:before {
        background: #fff; }
      .comments .addcoment .field input[type="checkbox"]:checked + .label-text:before,
      .comments .addcoment .field input[type="radio"]:checked + .label-text:before {
        background: #fbae1f url(../images/tick.svg) no-repeat center center; }
      .comments .addcoment .field .che-box {
        font-weight: 500;
        color: #12565a; }
        .comments .addcoment .field .che-box a {
          color: #fbae1f;
          font-weight: 500; }
          .comments .addcoment .field .che-box a:hover {
            text-decoration: underline; }
  .comments .accordion {
    width: 100%; }
    .comments .accordion .option {
      width: 100%;
      position: relative; }
      .comments .accordion .option .click-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        background: #fff;
        border-radius: 0px !important;
        box-shadow: none !important; }
        .comments .accordion .option .click-title a {
          display: flex !important;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          padding: 20px;
          font-size: 18px;
          color: #12565a;
          font-weight: 600; }
          .comments .accordion .option .click-title a p {
            margin-left: 24px;
            font-size: 18px;
            color: #12565a;
            font-weight: 600; }
            .comments .accordion .option .click-title a p span {
              margin-right: 4px;
              color: #fbae1f; }
  .comments .collapsible-link::before {
    content: '';
    position: absolute;
    left: 20px;
    width: 16px;
    height: 10px;
    background: url(../images/arrow.svg) no-repeat;
    display: block;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 10; }
  .comments .collapsible-link[aria-expanded='true']::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.settings .itemreting {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .settings .itemreting {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 767px) {
    .settings .itemreting {
      max-width: 100%;
      flex: 100%; } }
  .settings .itemreting .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: #f1f5f5;
    border-radius: 4px; }
    .settings .itemreting .inner .title {
      font-size: 18px !important;
      text-align: center; }
      .settings .itemreting .inner .title span {
        color: #fbae1f; }
    .settings .itemreting .inner nav {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 16px; }
      .settings .itemreting .inner nav .bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 60px;
        max-width: 60px;
        margin: 0px 8px;
        border-radius: 4px; }
        .settings .itemreting .inner nav .bottom::before {
          border-radius: 0px; }

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 16px; }
  .rating input {
    display: none; }
  .rating label {
    position: relative;
    font-size: 40px;
    color: #fbae1f;
    margin: 0px;
    cursor: pointer; }
    .rating label:before {
      content: "\2605";
      position: absolute;
      opacity: 0; }

.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important; }

.rating > input:checked ~ label:before {
  opacity: 1; }

.rating:hover > input:checked ~ label:before {
  opacity: 0.4; }

.modal {
  padding: 12px; }
  .modal .modal-dialog {
    max-width: 800px; }
    .modal .modal-dialog.w-cust {
      max-width: 500px; }
  .modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .modal .modal-header .btnclose {
      font-size: 28px;
      color: #D1362A !important; }
  .modal .modal-footer {
    justify-content: center; }
    .modal .modal-footer .canceltext {
      color: #D1362A;
      margin-right: 12px; }
    .modal .modal-footer .bottom {
      margin: 0px;
      box-shadow: none;
      min-width: 140px; }
  .modal .title {
    font-size: 22px; }
  .modal .flexdetails {
    display: flex; }
    @media (max-width: 550px) {
      .modal .flexdetails {
        display: block; } }
    .modal .flexdetails .photo {
      position: relative;
      min-width: 156px;
      max-width: 156px;
      height: 174px;
      border-radius: 12px;
      overflow: hidden;
      margin-left: 12px; }
      @media (max-width: 550px) {
        .modal .flexdetails .photo {
          min-width: 100%;
          max-width: 100%;
          margin: 0px;
          margin-bottom: 12px; } }
      .modal .flexdetails .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .modal .text {
    color: #fbae1f;
    margin-top: 4px; }
  .modal ul {
    padding-right: 20px;
    margin-top: 12px; }
    .modal ul li {
      list-style: disc;
      margin-bottom: 8px; }
      .modal ul li:last-child {
        margin: 0px; }
  .modal .field {
    margin-bottom: 16px; }
    .modal .field:last-child {
      margin: 0px; }
    .modal .field .upload-box {
      display: block;
      width: 100%;
      margin: 0px;
      padding: 20px;
      border: 1px dashed #12565a;
      border-radius: 8px;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.2s ease-in-out; }
      .modal .field .upload-box:hover {
        background-color: #fff; }
      .modal .field .upload-box .upload-content {
        font-size: 15px;
        color: #12565a;
        font-weight: 300; }
      .modal .field .upload-box .name {
        display: block;
        margin-top: 8px; }
    .modal .field em {
      color: #D1362A; }
    .modal .field label {
      font-size: 14px;
      font-weight: 300;
      color: #000; }
    .modal .field .form-control {
      border-radius: 8px;
      font-size: 14px;
      font-weight: 300;
      background: #fff; }
    .modal .field textarea.form-control {
      resize: none;
      outline: 0px;
      height: 90px; }
    .modal .field.flex {
      display: flex; }
      .modal .field.flex label {
        margin-bottom: 0px; }
      .modal .field.flex .che-box {
        margin-right: 48px; }

.table-responsive {
  margin-top: 24px; }
  @media (max-width: 991px) {
    .table-responsive {
      margin-top: 12px; } }
  .table-responsive table {
    margin: 0px;
    color: #12565a; }
    .table-responsive table tr:nth-of-type(odd) {
      background-color: #f1f5f5; }

/*# sourceMappingURL=home.css.map */
