@charset "UTF-8";
.header {
  width: 100%;
  position: relative;
  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;
  background: #E5E5E5; }
  @media (max-width: 991px) {
    .header {
      padding: 12px 0px; } }
  .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; }
    @media (max-width: 991px) {
      .header.sticky {
        padding: 8px 0px; } }
    .header.sticky .menu-item {
      padding: 24px 0px; }
      @media (max-width: 991px) {
        .header.sticky .menu-item {
          padding: 0px; } }
      .header.sticky .menu-item::before {
        top: 30%; }
    .header.sticky .logo img {
      max-width: 134px; }
      @media (max-width: 991px) {
        .header.sticky .logo img {
          max-width: 94px; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media (max-width: 991px) {
    .header .logo {
      margin-left: 40px; } }
  .header .logo img {
    max-width: 178px;
    -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: 1199px) {
      .header .logo img {
        max-width: 118px; } }
    @media (max-width: 991px) {
      .header .logo img {
        max-width: 94px; } }
  .header .navbar {
    padding: 0px; }
    .header .navbar .cancel {
      display: none;
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 10; }
      .header .navbar .cancel svg {
        width: 18px;
        height: 18px; }
    @media screen and (max-width: 991px) {
      .header .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        height: 100%;
        z-index: 10;
        opacity: 0;
        overflow: hidden;
        overflow-y: auto;
        visibility: hidden;
        box-shadow: 0px 10px 40px 0px #06163a1a;
        background: #E5E5E5;
        transition: all 0.5s ease; }
        .header .navbar .menu-link {
          color: #202043; }
          .header .navbar .menu-link svg {
            fill: #202043; }
        .header .navbar.active {
          left: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu-item {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    color: #000;
    padding: 32px 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; }
    @media (max-width: 1199px) {
      .header .menu-item {
        margin: 0px; } }
    .header .menu-item::before {
      content: "";
      position: absolute;
      top: 30px;
      left: 0px;
      width: 0px;
      height: 2px;
      background: #18AAE3;
      -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-item::before {
          display: none; } }
  .header .menu-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    color: #202043;
    font-size: 16px;
    text-transform: capitalize;
    padding-left: 8px;
    transition: all 0.3s ease-in-out; }
    .header .menu-link 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; }
    @media (max-width: 1199px) {
      .header .menu-link {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .header .menu-link {
        color: #fff; } }
    .header .menu-link::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: 2px;
      height: 0px;
      background: #18AAE3;
      -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::before {
          display: none; } }
    .header .menu-link::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0px;
      width: 0px;
      height: 2px;
      background: #18AAE3;
      -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::after {
          display: none; } }
  @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 1.25rem; } }
  .header .menu .activelink::before,
  .header .menu .menu-item:hover::before {
    width: 50%; }
  .header .menu .activelink .menu-link,
  .header .menu .menu-item:hover .menu-link {
    color: #18AAE3; }
    .header .menu .activelink .menu-link svg,
    .header .menu .menu-item:hover .menu-link svg {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg);
      fill: #18AAE3; }
    .header .menu .activelink .menu-link::before,
    .header .menu .menu-item:hover .menu-link::before {
      height: 100%; }
    .header .menu .activelink .menu-link::after,
    .header .menu .menu-item:hover .menu-link::after {
      width: 100%; }
  .header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 292px;
    height: auto;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-in-out; }
    .header .submenu .submenu-item {
      display: block; }
    .header .submenu .submenu-link {
      position: relative;
      display: block;
      cursor: pointer;
      color: #fff;
      background: url(../images/i.png) no-repeat left center;
      padding-left: 20px;
      text-transform: uppercase;
      transition: all 0.35s ease; }
      @media (max-width: 991px) {
        .header .submenu .submenu-link {
          background: url(../images/i2.png) no-repeat left center;
          color: #202043; } }
      .header .submenu .submenu-link:hover {
        outline: none;
        color: #18AAE3; }
    @media only screen and (max-width: 991px) {
      .header .submenu {
        position: relative;
        top: 0px;
        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: #f3f3f3;
        border-radius: 0px;
        padding: 0px 20px; }
        .header .submenu .submenu-link {
          padding: 8px 0px 8px 20px; } }
  .header .burger {
    position: absolute;
    left: 12px;
    display: none;
    cursor: pointer;
    user-select: none;
    width: 1.75rem;
    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: #202043; }
      .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 .icon {
    display: flex;
    align-items: center; }
    .header .icon .searchicon {
      cursor: pointer;
      margin-right: 12px; }
      .header .icon .searchicon svg path {
        fill: #202043; }
        @media (max-width: 991px) {
          .header .icon .searchicon svg path {
            fill: #18AAE3; } }
    .header .icon .bottom {
      width: 118px;
      height: 44px; }
      @media (max-width: 550px) {
        .header .icon .bottom {
          display: none; } }
    .header .icon .language {
      display: flex;
      align-items: center;
      border: 1px solid #0058D4;
      padding: 4px 8px;
      border-radius: 8px;
      margin-right: 12px;
      color: #0058D4;
      overflow: hidden; }
      @media (max-width: 991px) {
        .header .icon .language {
          border: 0px;
          padding: 0px;
          text-indent: -999px; } }
      @media (max-width: 550px) {
        .header .icon .language {
          margin-right: 0px; } }
      .header .icon .language svg {
        width: 20px;
        margin-right: 4px; }
        @media (max-width: 991px) {
          .header .icon .language svg {
            margin: 0px; } }
        .header .icon .language svg path,
        .header .icon .language svg rect {
          fill: #0058D4; }
          @media (max-width: 991px) {
            .header .icon .language svg path,
            .header .icon .language svg rect {
              fill: #18AAE3; } }
  .header .showboxsearch {
    display: none;
    position: absolute;
    top: 100%;
    right: 12px;
    width: 344px;
    z-index: 1000; }
    @media (max-width: 991px) {
      .header .showboxsearch {
        top: 49px; } }
    @media (max-width: 550px) {
      .header .showboxsearch {
        width: calc(100% - 24px); } }
    .header .showboxsearch .formsearch {
      width: 100%;
      position: relative; }
    .header .showboxsearch .form-control {
      height: 50px;
      width: 100%;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 0px;
      box-shadow: none;
      outline: none;
      background: #D9D9D9;
      text-transform: none;
      padding: 0px;
      padding: 0px 70px 0px 12px;
      font-weight: 400; }
    .header .showboxsearch .bottom {
      position: absolute;
      top: 8px;
      right: 16px;
      width: 32px;
      height: 32px;
      padding: 0px;
      background: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box; }
      .header .showboxsearch .bottom::before {
        display: none; }
      .header .showboxsearch .bottom svg {
        max-width: 28px; }

.color {
  position: absolute;
  display: flex;
  background: #D9D9D9;
  border-radius: 60px;
  left: -34px;
  bottom: 16%;
  width: 126px;
  z-index: 998;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -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); }
  .color li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 60px;
    width: 60px;
    height: 36px;
    -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 li:nth-child(2) {
      order: -1; }
    .color li span {
      display: none;
      margin-right: 4px;
      text-transform: uppercase;
      color: #000; }
    .color li svg {
      width: 16px;
      height: 16px;
      fill: #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; }
    .color li.active {
      background: #fff !important;
      min-width: 94px; }
      .color li.active span {
        display: block;
        color: #000; }
      .color li.active svg {
        fill: #000; }

.iconssocial {
  position: absolute;
  display: flex;
  right: -134px;
  bottom: 34%;
  width: 328px;
  z-index: 998;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  @media (max-width: 991px) {
    .iconssocial {
      display: none; } }
  .iconssocial p {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-transform: capitalize;
    -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 {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 90px);
  background: #fff; }
  .slider .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: #06060682;
    max-width: 100%;
    height: 100%;
    top: 0px; }
    .slider .container .title {
      font-size: 44px;
      color: #fff;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 991px) {
        .slider .container .title {
          font-size: 28px; } }
    .slider .container p {
      display: block;
      color: #fff;
      margin-bottom: 80px;
      font-size: 18px;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 991px) {
        .slider .container p {
          font-size: 14px; }
          .slider .container p br {
            display: none; } }
    .slider .container .btnbottom {
      justify-content: center;
      color: #fff;
      margin: 12px auto 0px auto;
      background: #18AAE3;
      border-radius: 60px;
      max-width: 130px;
      height: 34px; }
      .slider .container .btnbottom svg path {
        stroke: #fff; }
  .slider iframe,
  .slider video {
    position: absolute;
    height: auto;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 991px) {
      .slider iframe,
      .slider video {
        width: 370%; } }

@media (max-width: 991px) {
  .n-bg,
  .s-new {
    height: calc(100vh - 60px); } }
.n-bg .photo,
.s-new .photo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .n-bg .photo img,
  .s-new .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.n-bg .container,
.s-new .container {
  background: #06060638; }

.s-new {
  height: 70vh; }
  @media (max-width: 991px) {
    .s-new {
      height: 50vh; } }
  .s-new .iconssocial {
    bottom: 44%; }

.banner-slider {
  overflow: hidden; }
  .banner-slider [data-fs-scroll] {
    position: relative; }
  .banner-slider [data-fs-scroll] .page {
    position: fixed;
    list-style: none; }
  .banner-slider [data-fs-scroll] .page.vertical {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .banner-slider [data-fs-scroll] .page.horizontal {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .banner-slider [data-fs-scroll] .page li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 4px 0px;
    cursor: pointer;
    border: 1px solid #202043; }
  .banner-slider [data-fs-scroll] .page li.active {
    border-radius: 6px;
    background: #18AAE3;
    border: 1px solid #18AAE3; }
  .banner-slider [data-fs-scroll] .page.horizontal li {
    display: inline-block; }
  .banner-slider video {
    display: block;
    outline: 0;
    -o-object-fit: cover;
    object-fit: cover; }
  .banner-slider .banner-slider {
    overflow: hidden; }
  .banner-slider [name="slides"] {
    height: 0;
    display: block; }
  .banner-slider .banner-container,
  .banner-slider .sections,
  .banner-slider .section,
  .banner-slider .banner-slider {
    height: calc(100vh - 90px);
    position: relative; }
  @media (max-width: 991px) {
    .banner-slider .color {
      bottom: 60%; } }
  .banner-slider .home-banner-video {
    width: 100%;
    height: 100%; }
  .banner-slider .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: top 0s .75s;
    -o-transition: top 0s .75s;
    transition: top 0s .75s;
    background: #E5E5E5 url(../images/bg.png) repeat center center; }
    .banner-slider .section .icon svg {
      width: 50px;
      height: 50px; }
    .banner-slider .section .photo {
      width: 100%;
      height: 40vh; }
      @media (min-width: 1600px) {
        .banner-slider .section .photo {
          height: 50vh; } }
      @media (max-width: 991px) {
        .banner-slider .section .photo {
          height: 44vh; } }
      .banner-slider .section .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .banner-slider .section .container {
      padding-top: 24px; }
      .banner-slider .section .container .title {
        font-weight: 400;
        font-size: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 991px) {
          .banner-slider .section .container .title {
            font-size: 38px; } }
        @media (max-width: 767px) {
          .banner-slider .section .container .title {
            font-size: 22px; } }
      .banner-slider .section .container .subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #202043;
        font-size: 32px;
        font-weight: 400; }
        @media (max-width: 991px) {
          .banner-slider .section .container .subtitle {
            font-size: 16px; } }
      .banner-slider .section .container p {
        margin-top: 12px;
        font-size: 18px;
        font-weight: 400;
        max-width: 50%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 991px) {
          .banner-slider .section .container p {
            font-size: 14px;
            max-width: 100%; } }
      .banner-slider .section .container .showall {
        display: inline-flex;
        align-items: center;
        margin-top: 12px;
        color: #18AAE3;
        font-size: 18px; }
        @media (max-width: 991px) {
          .banner-slider .section .container .showall {
            font-size: 16px; } }
        .banner-slider .section .container .showall svg {
          margin-left: 8px;
          width: 18px;
          height: 18px;
          -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; }
        .banner-slider .section .container .showall:hover svg {
          margin-left: 12px; }
  .banner-slider [name="slides"]:checked + .section {
    top: 0;
    z-index: 20;
    -webkit-transition: top .65s ease-out;
    -o-transition: top .65s ease-out;
    transition: top .65s ease-out; }
  .banner-slider .section.previous-slide {
    z-index: 10;
    top: 0; }
  .banner-slider .section.last-active {
    top: 100%;
    z-index: 50;
    -webkit-transition: top .65s ease-out;
    -o-transition: top .65s ease-out;
    transition: top .65s ease-out; }
@-webkit-keyframes first-show {
  0% {
    left: 0px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes first-show {
  0% {
    left: 0px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
  .banner-slider .slider-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: 200;
    left: 12px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .banner-slider .slider-buttons {
        left: auto;
        right: 12px; } }
  .banner-slider [data-fs-scroll] .page.vertical {
    position: unset;
    z-index: 200;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .banner-slider .slider-upper-arrow,
  .banner-slider .slider-down-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    width: 12px;
    height: 8px; }
    .banner-slider .slider-upper-arrow svg,
    .banner-slider .slider-down-arrow svg {
      fill: #202043; }
  .banner-slider .slider-upper-arrow {
    margin-bottom: 12px; }
  .banner-slider .stop-scrolling {
    height: 100%;
    overflow: hidden; }

.portfolio .container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  padding-top: 0px !important;
  padding-bottom: 80px;
  z-index: 10; }
  .portfolio .container .title,
  .portfolio .container p {
    max-width: 100% !important;
    color: #fff;
    margin: 0px !important; }
  .portfolio .container .btnbottom {
    display: inline-flex;
    justify-content: center;
    color: #fff;
    margin: 12px auto 0px auto;
    background: #18AAE3;
    border-radius: 60px;
    width: 130px;
    height: 34px; }
    .portfolio .container .btnbottom svg path {
      stroke: #fff; }
.portfolio .photo {
  height: 100% !important; }
  .portfolio .photo::before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.4); }
.portfolio .slider-upper-arrow svg,
.portfolio .slider-down-arrow svg {
  fill: #fff; }
.portfolio [data-fs-scroll] .page li {
  border: 1px solid #18AAE3; }

.muted {
  position: absolute;
  right: 64px;
  bottom: 32px;
  width: 48px;
  height: 48px;
  cursor: pointer; }
  @media (max-width: 991px) {
    .muted {
      right: 12px;
      bottom: 12px; } }
  .muted svg {
    position: absolute;
    top: 0px;
    width: 48px;
    fill: #fff; }
  .muted .iconmuted {
    opacity: 0; }
  .muted.active .iconunmuted {
    opacity: 0; }
  .muted.active .iconmuted {
    opacity: 1; }

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,
.title {
  font-family: 'Alexandria', sans-serif; }

body {
  direction: rtl;
  text-align: right; }

.che-box {
  padding-left: 0px !important;
  padding-right: 28px !important; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    right: auto !important;
    left: 9000px !important; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    left: auto !important;
    right: 0px !important; }

.title {
  font-size: 32px;
  font-weight: 500; }
  @media (max-width: 991px) {
    .title {
      font-size: 26px; } }

.title.bord-bot::after {
  bottom: -8px; }

p.textlight,
.slider .container p,
.about .item .subtext,
.footer .item p {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 28px !important; }

@media (max-width: 991px) {
  .header .logo {
    margin-left: 0px;
    margin-right: 40px; } }
.header .navbar .cancel {
  right: auto;
  left: 12px; }
@media screen and (max-width: 991px) {
  .header .navbar {
    left: auto;
    right: -100%; }
    .header .navbar.active {
      left: auto;
      right: 0rem; } }
.header .menu-item::before {
  left: auto;
  right: 0px; }
.header .menu-link {
  padding-left: 0px;
  padding-right: 8px;
  font-size: 14px; }
  .header .menu-link::before {
    left: auto;
    right: 0px; }
  .header .menu-link::after {
    left: auto;
    right: 0px; }
.header .submenu {
  left: auto;
  right: 0px; }
  .header .submenu .submenu-link {
    padding-left: 0px;
    padding-right: 20px;
    font-size: 12px;
    background: url(../images/i.png) no-repeat right center; }
    @media (max-width: 991px) {
      .header .submenu .submenu-link {
        background: url(../images/i2.png) no-repeat right center; } }
  @media only screen and (max-width: 991px) {
    .header .submenu {
      right: auto;
      left: 0px; }
      .header .submenu .submenu-link {
        padding: 8px 20px 8px 0px; } }
.header .burger {
  left: auto;
  right: 12px; }
  .header .burger-line {
    left: auto;
    right: 0; }
.header .icon .searchicon {
  margin-right: 0px;
  margin-left: 12px; }
.header .icon .language {
  margin-right: 0px;
  margin-left: 12px; }
  @media (max-width: 550px) {
    .header .icon .language {
      margin-left: 0px; } }
  .header .icon .language svg {
    margin-right: 0px;
    margin-left: 4px; }
    @media (max-width: 991px) {
      .header .icon .language svg {
        margin: 0px; } }
.header .showboxsearch {
  right: auto;
  left: 12px; }
  .header .showboxsearch .form-control {
    padding: 0px;
    padding: 0px 12px 0px 70px; }
  .header .showboxsearch .bottom {
    right: auto;
    left: 16px; }

.color {
  left: auto;
  right: -34px; }
  .color li:nth-child(2) {
    order: 1; }
  .color li span {
    margin-right: 0px;
    margin-left: 4px; }

.iconssocial {
  right: auto;
  left: -134px; }
  .iconssocial p {
    font-size: 16px;
    font-weight: 400; }

.banner-slider .section .container .showall svg {
  margin-left: 0px;
  margin-right: 8px; }
.banner-slider .section .container .showall:hover svg {
  margin-left: 0px;
  margin-right: 12px; }
.banner-slider .slider-buttons {
  left: auto;
  right: 12px; }
  @media (max-width: 991px) {
    .banner-slider .slider-buttons {
      right: auto;
      left: 12px; } }

.muted {
  right: auto;
  left: 64px; }

.about .item .nav-tabs li {
  margin: 0px;
  margin-left: 12px; }
  .about .item .nav-tabs li:last-child {
    margin: 0px; }
  .about .item .nav-tabs li a::before {
    left: auto;
    right: 0px; }
  .about .item .nav-tabs li a .bord {
    left: auto;
    right: 0px; }
    .about .item .nav-tabs li a .bord::before {
      left: auto;
      right: 0px; }
    .about .item .nav-tabs li a .bord::after {
      left: auto;
      right: 0px; }

.minwork .nav-tabs li a {
  font-size: 14px;
  font-weight: 500; }
.minwork .itwork .item .content {
  left: auto;
  right: 0px; }
  .minwork .itwork .item .content .title {
    font-size: 24px;
    font-weight: 500; }
.minwork .newtabs li:first-child a {
  padding-right: 0px;
  padding-left: 68px; }
  .minwork .newtabs li:first-child a::before {
    right: auto;
    left: -8px; }
  .minwork .newtabs li:first-child a::after {
    left: auto;
    right: 128px; }
  .minwork .newtabs li:first-child a.active::after {
    left: auto;
    right: 170px; }

.pricing .inner .title {
  font-weight: 500; }
.pricing .inner .text {
  font-size: 14px;
  font-weight: 500; }
.pricing .inner .action a {
  margin-right: 0px;
  margin-left: 12px;
  padding-left: 0px;
  padding-right: 12px; }
  .pricing .inner .action a:last-child {
    margin: 0px; }
  .pricing .inner .action a::before {
    left: auto;
    right: 0px; }
  .pricing .inner .action a .bord {
    left: auto;
    right: 0px; }
    .pricing .inner .action a .bord::before {
      left: auto;
      right: 0px; }
    .pricing .inner .action a .bord::after {
      left: auto;
      right: 0px; }
.pricing .inner .list li {
  font-size: 16px; }
  @media (max-width: 991px) {
    .pricing .inner .list li {
      font-size: 14px; } }
.pricing .inner .items {
  margin: 0px;
  margin-right: 25%; }
  @media (max-width: 991px) {
    .pricing .inner .items {
      left: auto;
      right: 400px; } }
  .pricing .inner .items .in-item .priceinner .p-item {
    right: auto;
    left: 10px; }
  .pricing .inner .items .in-item .priceinner .it-photo {
    right: auto;
    left: 118%; }
.pricing .inner .textcontent {
  left: auto;
  right: 0px; }
.pricing .inner .p-list li {
  font-size: 14px; }
.pricing .innerdetels .detels .minheader .title svg {
  margin-right: 0px;
  margin-left: 4px; }
.pricing .innerdetels .detels .list li svg {
  margin-right: 0px;
  margin-left: 8px; }

.pricing .inner .items .in-item .priceinner .de-price .title {
  font-size: 16px !important; }

.packages .item .inner .list li svg {
  margin-right: 0px;
  margin-left: 8px; }
.packages .item .inner .list li span:last-child {
  text-align: left; }

.pricingform .item .inner .img {
  left: auto;
  right: -20px; }
.pricingform .item .inner .list li svg {
  margin-right: 0px;
  margin-left: 8px; }

.tabslider .nav-tabs li {
  margin: 0px;
  margin-left: 16px; }
  .tabslider .nav-tabs li:last-child {
    margin: 0px; }
  .tabslider .nav-tabs li a {
    font-size: 14px; }

.clients .slider-clients {
  direction: ltr; }

.contactus .item .itemadds .inner .icon {
  margin-right: 0px;
  margin-left: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 10px; }

.inpusrach .floating-label {
  left: auto;
  right: 12px; }
.inpusrach .custom-file-label,
.inpusrach .custom-file-input {
  left: auto;
  right: 0px;
  padding: 0px;
  padding-right: 94px; }
.inpusrach .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: " اختر ملف";
  background: url(../images/up.svg) no-repeat center right;
  left: auto;
  right: 0px;
  padding-left: 0px;
  padding-right: 30px; }

.btnbottom {
  font-size: 16px; }
  @media (max-width: 991px) {
    .btnbottom {
      font-size: 14px; } }
  .btnbottom svg {
    margin-left: 0px;
    margin-right: 4px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .btnbottom:hover svg {
    margin-left: 0px;
    margin-right: 8px; }

.map .m-contact svg {
  margin: 0px;
  margin-left: 8px; }
.map .flex .flexinner .m-contact {
  margin-right: 0px;
  margin-left: 16px; }
  .map .flex .flexinner .m-contact:last-child {
    margin-left: 0px; }

.hiring .item .inner .list {
  padding-left: 0px;
  padding-right: 24px; }

.hiringinner .item .h-box .detels .list {
  padding-left: 0px;
  padding-right: 24px; }

.minarticles .slider-articles {
  direction: ltr; }
.minarticles .item {
  direction: rtl; }
  .minarticles .item .content .minhead .title {
    font-size: 20px !important;
    font-weight: 400;
    padding-bottom: 8px; }
  .minarticles .item .content .minhead .listlike li {
    margin-right: 0px;
    margin-left: 16px; }
    .minarticles .item .content .minhead .listlike li:last-child {
      margin: 0px; }
    .minarticles .item .content .minhead .listlike li svg {
      margin-right: 0px;
      margin-left: 4px; }
  .minarticles .item .content p {
    line-height: 24px;
    font-weight: 300; }

.blog .minheader .formsearch .form-control {
  padding: 0px 12px 0px 40px;
  border: 1px solid #202043;
  font-size: 14px; }
.blog .minheader .formsearch .bottom {
  right: auto;
  left: 16px; }
.blog .inner .item .content {
  margin-left: 0px;
  margin-right: 16px; }
  @media (max-width: 991px) {
    .blog .inner .item .content {
      margin: 0px;
      margin-top: 16px; } }

.b-inner .bottoms .v-icon:nth-child(2) {
  left: auto; }

.minteams .item .inner .btns .see svg {
  margin-left: 0px;
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.minteams .item .inner .btns .see:hover svg {
  margin-left: 0px;
  margin-right: 8px; }
.minteams .item .inner.flex {
  text-align: right; }
  @media (max-width: 767px) {
    .minteams .item .inner.flex {
      text-align: center; } }
  .minteams .item .inner.flex .photo {
    margin-right: 0px;
    margin-left: 24px; }
  .minteams .item .inner.flex p {
    padding-right: 0px;
    padding-left: 20%; }
    @media (max-width: 767px) {
      .minteams .item .inner.flex p {
        padding: 0px; } }

.about .item .bottom.s-wid {
  width: auto;
  padding: 0px 20px; }
  .about .item .bottom.s-wid svg {
    margin: 0px;
    margin-right: 4px; }

#video-popup-overlay #video-popup-container .popup-close {
  right: auto;
  left: 0px; }

.popup-close {
  right: auto !important;
  left: 0px; }

.detelsuser {
  left: auto;
  right: 0px; }

.contentpopup .title {
  padding-left: 0px;
  padding-right: 28px; }
.contentpopup .position {
  padding-left: 0px;
  padding-right: 28px; }
.contentpopup .scroll {
  direction: ltr;
  padding: 0px;
  padding-right: 24px; }

.bottoms .v-icon {
  right: auto;
  left: 0px; }
  .bottoms .v-icon:nth-child(1) {
    right: auto;
    left: 0px; }
  .bottoms .v-icon:nth-child(2) {
    right: auto;
    left: 44px; }
  .bottoms .v-icon:nth-child(3) {
    right: auto;
    left: 78px; }
  .bottoms .v-icon:nth-child(4) {
    right: auto;
    left: 94px; }

.best-of-month ol.carousel-indicators {
  left: auto;
  right: -32%; }

.innerservices .item .subtext {
  font-size: 14px; }

.slideservic .container .title {
  font-size: 32px;
  font-weight: 500; }
  @media (max-width: 991px) {
    .slideservic .container .title {
      font-size: 26px; } }
.slideservic .container .subtitle {
  font-size: 20px;
  margin-top: 12px; }
.slideservic .container p {
  font-size: 16px; }
  @media (max-width: 991px) {
    .slideservic .container p {
      font-size: 14px; } }
.slideservic .container .showall {
  font-size: 16px; }
  @media (max-width: 991px) {
    .slideservic .container .showall {
      font-size: 14px; } }
  .slideservic .container .showall svg {
    margin-left: 0px;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slideservic .container .showall:hover svg {
    margin-left: 0px;
    margin-right: 12px; }
.slideservic .a-pos {
  right: auto;
  left: 12px; }
  @media (max-width: 991px) {
    .slideservic .a-pos {
      left: 12px;
      right: auto; } }
.slideservic .carousel-control-prev,
.slideservic .carousel-control-next {
  right: auto;
  left: 0px; }

.alert .contant {
  margin: 0px !important;
  margin-right: 12px !important; }

select.form-control {
  background-position: 12px 19px; }

.pagination li:last-child svg {
  transform: rotate(90deg); }
.pagination li:first-child svg {
  transform: rotate(-90deg); }

.sliderabout ul {
  left: auto !important; }

.footer .item .title {
  font-size: 24px; }
.footer .item .itfoot::after {
  left: auto;
  right: 12px; }
.footer .scrollToTop {
  right: auto;
  left: 16px; }

.m-contact a {
  direction: ltr; }
.m-contact svg {
  margin: 8px 0px 0px 8px; }

.pricenew .nav-tabs li {
  margin: 0px;
  margin-left: 4px; }
  .pricenew .nav-tabs li:last-child {
    margin: 0px; }
.pricenew .inner .items .p-text p {
  line-height: 22px; }
.pricenew .t-price p {
  font-family: 'Alexandria', sans-serif; }
  .pricenew .t-price p::after {
    left: auto;
    right: 0px; }
  .pricenew .t-price p span {
    font-size: 14px;
    font-family: 'Alexandria', sans-serif; }
.pricenew .lergprice .inprice .nu-price {
  font-size: 38px;
  font-family: 'Alexandria', sans-serif;
  margin-right: 0px;
  margin-left: 4px; }

.res-pricing .listbox .sublist .minhead {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
  border-left: 2px solid #ffffff6e;
  padding-left: 24px;
  margin-left: 24px; }
  @media (max-width: 420px) {
    .res-pricing .listbox .sublist .minhead {
      padding-right: 0px;
      margin-right: 0px;
      margin-left: 8px;
      padding-left: 8px; } }
  .res-pricing .listbox .sublist .minhead .icon svg {
    margin-right: 0px;
    margin-left: 4px; }
.res-pricing .listbox .sublist .inprice .starts {
  left: auto;
  right: 0px; }
.res-pricing .listbox .sublist .inprice .nu-price {
  font-family: 'Alexandria', sans-serif;
  margin-right: 0px;
  margin-left: 8px; }
.res-pricing .listbox .sublist .offprice {
  right: auto;
  left: 0px; }
  .res-pricing .listbox .sublist .offprice p {
    font-family: 'Alexandria', sans-serif;
    font-size: 16px; }
.res-pricing .listbox .v-bot .p-item {
  margin-left: 0px;
  margin-right: 24px; }
.res-pricing .bot-package svg {
  margin-left: 0px;
  margin-right: 8px; }
.res-pricing .s-add .scrollast {
  padding-right: 0px;
  padding-left: 12px; }
.res-pricing .packagesslider {
  position: relative;
  direction: ltr; }
  .res-pricing .packagesslider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
    margin: 0px -12px; }
    .res-pricing .packagesslider .slick-list .slick-track {
      position: relative;
      top: 0;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      overflow: hidden; }
      .res-pricing .packagesslider .slick-list .slick-track:after, .res-pricing .packagesslider .slick-list .slick-track:before {
        display: table;
        content: ''; }
  .res-pricing .packagesslider .slick-prev,
  .res-pricing .packagesslider .slick-next {
    position: absolute;
    top: 40%;
    right: -12px;
    cursor: pointer;
    border: 0px;
    padding: 0px;
    outline: none;
    font-size: 0px;
    background: none; }
    @media (max-width: 1280px) {
      .res-pricing .packagesslider .slick-prev,
      .res-pricing .packagesslider .slick-next {
        display: none !important; } }
    .res-pricing .packagesslider .slick-prev svg,
    .res-pricing .packagesslider .slick-next svg {
      width: 14px;
      height: 14px;
      fill: #0058D4;
      -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; }
    .res-pricing .packagesslider .slick-prev:hover svg,
    .res-pricing .packagesslider .slick-next:hover svg {
      fill: #18AAE3 !important; }
  .res-pricing .packagesslider .slick-prev {
    right: auto;
    left: -12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .res-pricing .packagesslider .slick-dots {
    width: 100%;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: none !important;
    margin-top: 24px; }
    @media (max-width: 1280px) {
      .res-pricing .packagesslider .slick-dots {
        display: block !important; } }
    .res-pricing .packagesslider .slick-dots li {
      position: relative;
      display: inline-block;
      margin: 0px 2px;
      padding: 0px;
      cursor: pointer;
      background: #656565;
      border-radius: 50%; }
      .res-pricing .packagesslider .slick-dots li button {
        font-size: 0px;
        line-height: 0px;
        display: block;
        width: 15px;
        height: 15px;
        cursor: pointer;
        color: #E5E5E5;
        border: 0px;
        outline: none;
        border-radius: 50%;
        background: transparent; }
    .res-pricing .packagesslider .slick-dots li.slick-active {
      background: #0058D4; }
  .res-pricing .packagesslider .item {
    direction: rtl; }

/*# sourceMappingURL=home-rtl.css.map */
