.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; }

.innerservices {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .innerservices {
      padding: 24px 0px; } }
  .innerservices .color {
    bottom: 30%; }
  .innerservices .item:nth-child(1) {
    display: flex;
    align-items: center; }
  @media (max-width: 991px) {
    .innerservices .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .innerservices .item:last-child {
        margin: 0px; } }
  .innerservices .item .photo {
    width: 100%;
    text-align: center; }
    .innerservices .item .photo img {
      max-width: 90%; }
  .innerservices .item p {
    font-size: 18px; }
    @media (max-width: 991px) {
      .innerservices .item p {
        font-size: 14px; } }
  .innerservices .item .subtext {
    display: block;
    color: #18AAE3;
    font-size: 16px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .innerservices .item .subtext {
        font-size: 14px; } }
  .innerservices .item .bottom {
    margin-top: 24px; }

.modal {
  background: #0000007d; }
  .modal .modal-lg {
    max-width: 1024px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px auto; }
    .modal .modal-lg .modal-content {
      padding: 24px; }
      .modal .modal-lg .modal-content .modal-header {
        padding: 0px;
        align-items: center;
        padding-bottom: 24px; }
        .modal .modal-lg .modal-content .modal-header .title {
          font-weight: 400;
          font-size: 26px; }
        .modal .modal-lg .modal-content .modal-header .close:focus {
          outline: 0px; }
      .modal .modal-lg .modal-content .item .inpusrach .che-box span.label-text {
        font-size: 14px; }
      .modal .modal-lg .modal-content .item .inpusrach .che-box input[type="checkbox"] + .label-text:before,
      .modal .modal-lg .modal-content .item .inpusrach .che-box input[type="radio"] + .label-text:before {
        top: 3px; }
      .modal .modal-lg .modal-content .item:first-child .inpusrach {
        min-height: auto;
        margin-top: 24px; }
        @media (max-width: 991px) {
          .modal .modal-lg .modal-content .item:first-child .inpusrach {
            max-width: 50%;
            flex: 50%; } }
        .modal .modal-lg .modal-content .item:first-child .inpusrach:last-child {
          justify-content: flex-start; }

.slideservic .photo {
  width: 100%;
  height: 44vh; }
  @media (min-width: 1600px) {
    .slideservic .photo {
      height: 50vh; } }
  @media (max-width: 991px) {
    .slideservic .photo {
      height: 44vh; } }
  .slideservic .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.slideservic .container {
  display: flex;
  align-items: center;
  height: 50vh; }
  .slideservic .container .icon svg {
    width: 50px;
    height: 50px; }
  .slideservic .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) {
      .slideservic .container .title {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .slideservic .container .title {
        font-size: 22px; } }
  .slideservic .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) {
      .slideservic .container .subtitle {
        font-size: 16px; } }
  .slideservic .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) {
      .slideservic .container p {
        font-size: 14px;
        max-width: 100%; } }
  .slideservic .container .showall {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    color: #18AAE3;
    font-size: 18px; }
    @media (max-width: 991px) {
      .slideservic .container .showall {
        font-size: 16px; } }
    .slideservic .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; }
    .slideservic .container .showall:hover svg {
      margin-left: 12px; }
.slideservic .carousel-item {
  height: calc(100vh - 90px); }
  @media (max-width: 991px) {
    .slideservic .carousel-item {
      height: calc(100vh - 60px); } }
.slideservic .a-pos {
  position: absolute;
  right: 12px;
  top: 30%; }
  @media (max-width: 991px) {
    .slideservic .a-pos {
      left: auto;
      right: 12px; } }
  .slideservic .a-pos .carousel-indicators {
    position: relative;
    margin: 0px;
    display: block;
    bottom: auto;
    right: auto;
    left: auto; }
    .slideservic .a-pos .carousel-indicators li {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #202043;
      background: none;
      margin: 0px;
      margin-bottom: 4px; }
      .slideservic .a-pos .carousel-indicators li:last-child {
        margin: 0px; }
      .slideservic .a-pos .carousel-indicators li.active {
        border: 2px solid #18AAE3; }
.slideservic .carousel-control-next {
  right: 0;
  bottom: auto;
  top: -30px;
  width: 18px;
  height: 18px; }
.slideservic .carousel-control-prev {
  right: 0;
  top: auto;
  bottom: -30px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.slideservic .carousel-control-next,
.slideservic .carousel-control-prev {
  opacity: 1; }
  .slideservic .carousel-control-next svg,
  .slideservic .carousel-control-prev svg {
    fill: #202043;
    width: 18px; }

.se-section {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .se-section {
      padding: 24px 0px; } }
  .se-section .container {
    padding: 0px 10%; }
    @media (max-width: 991px) {
      .se-section .container {
        padding: 0px 12px; } }
  .se-section .bottom {
    margin-top: 12px; }

.about {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .about {
      padding: 24px 0px; } }
  .about .row {
    margin-bottom: 48px; }
    .about .row:last-child {
      margin-bottom: 0px; }
  .about .item:nth-child(1) {
    display: flex;
    align-items: center; }
  @media (max-width: 991px) {
    .about .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .about .item:last-child {
        margin: 0px; } }
  .about .item .photo {
    width: 100%;
    text-align: center; }
    .about .item .photo img {
      max-width: 90%; }
  .about .item .videoiframe {
    width: 100%;
    height: 434px; }
    .about .item .videoiframe video,
    .about .item .videoiframe iframe {
      display: block;
      width: 100%;
      height: 100%;
      border: 0px; }
  .about .item p {
    font-size: 18px; }
    @media (max-width: 991px) {
      .about .item p {
        font-size: 14px; } }
  .about .item .subtext {
    display: block;
    color: #18AAE3;
    font-size: 16px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .about .item .subtext {
        font-size: 14px; } }
  .about .item .bottom {
    margin-top: 24px; }
    .about .item .bottom.s-wid {
      width: 170px;
      margin: 0px; }
      @media (max-width: 991px) {
        .about .item .bottom.s-wid {
          margin: 24px auto 0px auto; } }
      .about .item .bottom.s-wid svg {
        margin-left: 4px; }
  .about .item .nav-tabs {
    margin-top: 48px;
    border: 0px; }
    .about .item .nav-tabs li {
      position: relative;
      margin: 0px;
      margin-right: 12px; }
      .about .item .nav-tabs li:last-child {
        margin: 0px; }
      .about .item .nav-tabs li a {
        border: 0px !important;
        text-transform: uppercase;
        font-size: 16px;
        color: #8E8E8E;
        -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; }
        .about .item .nav-tabs li a::before {
          content: "";
          position: absolute;
          top: 0px;
          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; }
        .about .item .nav-tabs li a .bord {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%; }
          .about .item .nav-tabs li a .bord::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; }
          .about .item .nav-tabs li a .bord::after {
            content: "";
            position: absolute;
            bottom: 0px;
            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; }
        .about .item .nav-tabs li a:hover, .about .item .nav-tabs li a.active {
          background: none;
          color: #18AAE3; }
          .about .item .nav-tabs li a:hover::before, .about .item .nav-tabs li a.active::before {
            width: 50%; }
          .about .item .nav-tabs li a:hover .bord::before, .about .item .nav-tabs li a.active .bord::before {
            height: 100%; }
          .about .item .nav-tabs li a:hover .bord::after, .about .item .nav-tabs li a.active .bord::after {
            width: 100%; }
  .about .item .tab-pane p {
    margin-top: 16px; }
  .about .sliderabout {
    width: 100% !important;
    text-align: center; }
    @media (max-width: 576px) {
      .about .sliderabout {
        height: 380px !important; } }
    .about .sliderabout ul li {
      padding: 24px; }
      .about .sliderabout ul li img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 64px;
        object-fit: cover;
        box-shadow: 0px 4px 20px 16px #00000012; }
        @media (max-width: 576px) {
          .about .sliderabout ul li img {
            max-width: 50%;
            max-height: 80%;
            border-radius: 30px; } }
  .about .mt-row {
    margin-top: 90px !important; }
    @media (max-width: 991px) {
      .about .mt-row {
        margin-top: 24px !important; } }
  .about .items {
    height: auto; }
    @media (max-width: 991px) {
      .about .items {
        max-width: 100%;
        flex: 100%; } }
    @media (max-width: 576px) {
      .about .items:last-child {
        display: none; } }
    .about .items .photo {
      max-width: 500px;
      height: 500px;
      margin: -380px auto 0px auto; }
      @media (max-width: 991px) {
        .about .items .photo {
          margin: 24px auto 0px auto; } }
      .about .items .photo img {
        width: 100%;
        height: 100%;
        border-radius: 64px;
        object-fit: cover;
        box-shadow: 0px 4px 20px 16px #00000012; }

.minwork {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minwork {
      padding: 24px 0px; } }
  .minwork .color,
  .minwork .iconssocial {
    bottom: auto;
    top: 50%; }
  .minwork .nav-tabs {
    justify-content: center;
    border: 0px;
    margin: 24px 0px 16px 0px; }
    .minwork .nav-tabs li {
      margin: 0px 12px; }
      .minwork .nav-tabs li a {
        border: 0px !important;
        color: #0058D4;
        padding: 0px;
        font-size: 16px;
        font-weight: 600; }
        @media (max-width: 991px) {
          .minwork .nav-tabs li a {
            font-size: 14px; } }
        .minwork .nav-tabs li a.active {
          background: none;
          color: #18AAE3; }
  .minwork .itwork {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minwork .itwork {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 380px) {
      .minwork .itwork {
        max-width: 100%;
        flex: 100%; } }
    .minwork .itwork .item {
      display: block;
      position: relative;
      width: 100%;
      height: 260px;
      border-radius: 30px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .minwork .itwork .item {
          height: 160px; } }
      .minwork .itwork .item:hover .photo 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); }
      .minwork .itwork .item:hover .content {
        opacity: 1; }
      .minwork .itwork .item .photo {
        width: 100%;
        height: 260px; }
        @media (max-width: 991px) {
          .minwork .itwork .item .photo {
            height: 160px; } }
        .minwork .itwork .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; }
      .minwork .itwork .item .content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 20px;
        background: rgba(0, 0, 0, 0.54);
        -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; }
        .minwork .itwork .item .content .title {
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 28px;
          color: #fff; }
          @media (max-width: 767px) {
            .minwork .itwork .item .content .title {
              font-size: 22px; } }
        .minwork .itwork .item .content .position {
          display: block;
          color: #18AAE3;
          text-transform: uppercase; }
        .minwork .itwork .item .content .text,
        .minwork .itwork .item .content p {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-top: 12px;
          font-weight: 300;
          text-transform: uppercase;
          color: #fff; }
          @media (max-width: 767px) {
            .minwork .itwork .item .content .text,
            .minwork .itwork .item .content p {
              display: none; } }
  .minwork .v-item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minwork .v-item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 500px) {
      .minwork .v-item {
        max-width: 100%;
        flex: 100%; } }
    .minwork .v-item .inner {
      position: relative;
      width: 100%;
      border-radius: 42px;
      background: rgba(193, 193, 193, 0.5);
      padding: 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; }
      .minwork .v-item .inner .photo {
        position: relative;
        margin: 0px auto;
        max-width: 240px;
        max-height: 240px; }
        .minwork .v-item .inner .photo img {
          width: 100%;
          height: 100%; }
      .minwork .v-item .inner .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 24px;
        text-align: center;
        color: #202043;
        margin-top: 12px; }
      .minwork .v-item .inner .type {
        display: block;
        text-align: center;
        color: #2364AA; }
      .minwork .v-item .inner audio {
        width: 100% !important;
        margin-top: 16px;
        background: #0058d44d;
        padding: 6px;
        border-radius: 30px; }
  .minwork .newtabs li:first-child a {
    position: relative;
    padding-right: 68px; }
    .minwork .newtabs li:first-child a::before {
      content: "";
      position: absolute;
      right: -8px;
      top: 8px;
      width: 58px;
      height: 14px;
      border-radius: 32px;
      background: #D9D9D9; }
    .minwork .newtabs li:first-child a::after {
      content: "";
      position: absolute;
      left: 120px;
      top: 0px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      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; }
    .minwork .newtabs li:first-child a.active::after {
      left: 82px; }

.audio-player .toggle-play.play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 0px;
  border: 14px solid #0000;
  border-left: 20px solid white;
  margin: -14px 0px 0px -7px; }
.audio-player .toggle-play.pause {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin: -25px 0px 0px -25px;
  display: flex;
  align-items: center;
  border-radius: 50%; }
  .audio-player .toggle-play.pause:before {
    position: absolute;
    /* top: 0; */
    left: 15px;
    background: white;
    content: "";
    height: 20px;
    width: 6px; }
  .audio-player .toggle-play.pause:after {
    position: absolute;
    /* top: 0; */
    right: 17px;
    background: white;
    content: "";
    height: 20px;
    width: 6px; }
.audio-player .timeline {
  margin: 0px 12px;
  width: 100%;
  height: 4px;
  background: #E5E5E5;
  border-radius: 8px;
  position: relative;
  cursor: pointer; }
  .audio-player .timeline .progress {
    height: 100%;
    position: absolute;
    background: #18AAE3;
    border-radius: 8px;
    width: 0%;
    transition: 0.25s;
    overflow: inherit; }
    .audio-player .timeline .progress::after {
      content: "";
      position: absolute;
      right: 0px;
      top: -2px;
      width: 8px;
      height: 8px;
      background: #0058D4;
      border-radius: 50%; }
.audio-player .time {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .audio-player .time .current,
  .audio-player .time .length {
    font-size: 10px;
    font-weight: 400;
    color: #0058D4; }
.audio-player .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: none; }
  .audio-player .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center; }
    .audio-player .volume-container .volume-button .volume {
      transform: scale(0.7); }
  .audio-player .volume-container .volume-slider {
    position: absolute;
    left: -3px;
    top: 15px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s; }
    .audio-player .volume-container .volume-slider .volume-percentage {
      background: coral;
      height: 100%;
      width: 75%; }
  .audio-player .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px; }

.pricing {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .pricing {
      padding: 24px 0px; } }
  .pricing .color,
  .pricing .iconssocial {
    bottom: auto;
    top: 34%; }
  .pricing .inner {
    position: relative;
    width: 100%;
    padding-bottom: 48px; }
    @media (max-width: 991px) {
      .pricing .inner {
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 48px; } }
    .pricing .inner .textcontent {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 22%; }
      .pricing .inner .textcontent .title {
        font-size: 34px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (max-width: 991px) {
          .pricing .inner .textcontent .title {
            font-size: 24px;
            -webkit-box-orient: inherit;
            width: 380px; } }
      .pricing .inner .textcontent .text {
        margin-top: 4px;
        font-size: 16px; }
    .pricing .inner .action {
      display: flex;
      margin-top: 12px; }
      .pricing .inner .action a {
        position: relative;
        margin-right: 12px;
        color: #8E8E8E;
        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; }
        .pricing .inner .action a:last-child {
          margin: 0px; }
        .pricing .inner .action a::before {
          content: "";
          position: absolute;
          top: 0px;
          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; }
        .pricing .inner .action a:hover, .pricing .inner .action a.active {
          color: #18AAE3; }
          .pricing .inner .action a:hover::before, .pricing .inner .action a.active::before {
            width: 50%; }
          .pricing .inner .action a:hover .bord::before, .pricing .inner .action a.active .bord::before {
            height: 100%; }
          .pricing .inner .action a:hover .bord::after, .pricing .inner .action a.active .bord::after {
            width: 100%; }
        .pricing .inner .action a .bord {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%; }
          .pricing .inner .action a .bord::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; }
          .pricing .inner .action a .bord::after {
            content: "";
            position: absolute;
            bottom: 0px;
            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; }
    .pricing .inner .p-list {
      position: absolute;
      width: 100%;
      top: 310px; }
      @media (max-width: 991px) {
        .pricing .inner .p-list {
          width: 1110px; } }
      .pricing .inner .p-list li {
        display: flex;
        align-items: center;
        color: #202043;
        font-size: 16px;
        font-weight: 400;
        height: 44px;
        padding: 0px 12px; }
        .pricing .inner .p-list li:nth-of-type(odd) {
          background: #C1C1C1; }
        @media (max-width: 1200px) {
          .pricing .inner .p-list li {
            font-size: 14px; } }
    .pricing .inner .items {
      margin-left: 25%; }
      @media (max-width: 991px) {
        .pricing .inner .items {
          right: auto;
          width: 738px;
          left: 400px; } }
      .pricing .inner .items .in-item {
        max-width: 25%;
        flex: 25%; }
        @media (max-width: 991px) {
          .pricing .inner .items .in-item {
            max-width: 190px;
            flex: 190px; } }
        .pricing .inner .items .in-item .priceinner {
          position: relative;
          width: 100%;
          height: 100%;
          background: rgba(193, 193, 193, 0.39); }
          .pricing .inner .items .in-item .priceinner .p-item {
            cursor: pointer; }
            @media (max-width: 991px) {
              .pricing .inner .items .in-item .priceinner .p-item {
                top: 14px; } }
            .pricing .inner .items .in-item .priceinner .p-item svg {
              width: 46px;
              height: 46px; }
            .pricing .inner .items .in-item .priceinner .p-item:hover .it-photo {
              visibility: visible;
              opacity: 1;
              transform: translateY(0); }
          .pricing .inner .items .in-item .priceinner .it-photo {
            visibility: hidden;
            width: 100px;
            background-color: #202043;
            position: absolute;
            bottom: -22%;
            right: 118%;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 20;
            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;
            transform: translateY(10px); }
            .pricing .inner .items .in-item .priceinner .it-photo img {
              width: 100%; }
          .pricing .inner .items .in-item .priceinner .de-price {
            width: 100%;
            height: 170px;
            padding: 20px 8px; }
            .pricing .inner .items .in-item .priceinner .de-price .icon svg {
              width: 32px;
              height: 32px; }
            .pricing .inner .items .in-item .priceinner .de-price .title {
              width: 100%;
              font-size: 18px;
              font-weight: 400;
              color: #202043;
              margin-top: 12px; }
              @media (max-width: 991px) {
                .pricing .inner .items .in-item .priceinner .de-price .title {
                  font-size: 16px; } }
            .pricing .inner .items .in-item .priceinner .de-price .n-price {
              display: block;
              color: #18AAE3;
              margin-top: 12px;
              font-size: 28px;
              font-weight: 500; }
          .pricing .inner .items .in-item .priceinner .innerlist li {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
            @media (max-width: 1200px) {
              .pricing .inner .items .in-item .priceinner .innerlist li {
                font-size: 12px; } }
          .pricing .inner .items .in-item .priceinner .bottom {
            width: 134px;
            margin: 12px auto 0px auto;
            height: 44px; }
  .pricing .innerdetels {
    margin: 0px auto;
    max-width: 816px; }
    @media (max-width: 991px) {
      .pricing .innerdetels {
        max-width: 100%; } }
    .pricing .innerdetels .iframe {
      position: relative;
      z-index: 10;
      background: #fff;
      height: 438px; }
      @media (max-width: 991px) {
        .pricing .innerdetels .iframe {
          height: 250px; } }
      .pricing .innerdetels .iframe iframe {
        display: block;
        border: 0px;
        width: 100%;
        height: 100%; }
    .pricing .innerdetels .detels {
      margin: 0px auto;
      max-width: 666px;
      background: rgba(193, 193, 193, 0.5);
      backdrop-filter: blur(13.5px);
      border-radius: 42px;
      margin-top: -34px;
      padding: 24px;
      padding-top: 74px; }
      @media (max-width: 991px) {
        .pricing .innerdetels .detels {
          max-width: 100%; } }
      .pricing .innerdetels .detels .minheader {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .pricing .innerdetels .detels .minheader .title {
          display: flex;
          align-items: center;
          color: #202043;
          font-size: 30px;
          font-weight: 400; }
          .pricing .innerdetels .detels .minheader .title svg {
            width: 26px;
            height: 34px;
            margin-right: 4px; }
        .pricing .innerdetels .detels .minheader .price {
          color: #202043;
          font-size: 50px;
          font-weight: 500;
          text-align: center; }
          .pricing .innerdetels .detels .minheader .price i {
            display: block;
            font-size: 14px;
            font-style: normal; }
      .pricing .innerdetels .detels .list {
        margin-top: 24px; }
        .pricing .innerdetels .detels .list li {
          display: flex;
          align-items: center;
          margin-top: 8px; }
          .pricing .innerdetels .detels .list li svg {
            min-width: 12px;
            height: 12px;
            fill: #18AAE3;
            margin-right: 8px; }
    .pricing .innerdetels .textcenter {
      display: flex;
      justify-content: flex-end; }

.packages {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .packages {
      padding: 24px 0px; } }
  .packages .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .packages .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 510px) {
      .packages .item {
        max-width: 100%;
        flex: 100%; } }
    .packages .item .inner {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 32px 24px;
      border-radius: 42px;
      background: rgba(193, 193, 193, 0.51);
      backdrop-filter: blur(13.5px);
      overflow: hidden;
      margin: 0px; }
      .packages .item .inner .icon {
        display: flex;
        align-items: center;
        justify-content: center; }
        .packages .item .inner .icon svg {
          width: 34px;
          height: 34px;
          fill: #202043; }
          .packages .item .inner .icon svg clipPath rect {
            width: 34px;
            height: 34px; }
      .packages .item .inner .subspan {
        display: block;
        margin-top: 8px;
        text-align: center;
        color: #0058D4; }
      .packages .item .inner .title {
        margin-top: 12px;
        color: #202043;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        min-height: 44px; }
        .packages .item .inner .title span {
          display: block;
          font-size: 14px; }
      .packages .item .inner .list {
        margin-top: 24px; }
        .packages .item .inner .list li {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #9B9B9B;
          padding-bottom: 8px;
          margin-top: 8px; }
          .packages .item .inner .list li:last-child {
            border: 0px; }
          .packages .item .inner .list li svg {
            min-width: 12px;
            height: 12px;
            fill: #18AAE3;
            margin-right: 8px; }
          .packages .item .inner .list li span {
            display: flex;
            align-items: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .packages .item .inner .list li span:last-child {
              text-align: right; }

.consolation {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .consolation {
      padding: 24px 0px; } }
  .consolation .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .consolation .item {
        max-width: 100%;
        flex: 100%;
        margin-top: 24px; } }
    .consolation .item:first-child .inpusrach {
      min-height: auto;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .consolation .item:first-child .inpusrach {
          max-width: 50%;
          flex: 50%; } }
      .consolation .item:first-child .inpusrach .che-box input[type="checkbox"] + .label-text:before,
      .consolation .item:first-child .inpusrach .che-box input[type="radio"] + .label-text:before {
        top: 3px; }
      .consolation .item:first-child .inpusrach:last-child {
        justify-content: flex-start; }

.pricingform {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .pricingform {
      padding: 24px 0px; } }
  .pricingform .color,
  .pricingform .iconssocial {
    bottom: auto;
    top: 54%; }
  .pricingform .item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .pricingform .item {
        max-width: 100%;
        flex: 100%; } }
    .pricingform .item .inner {
      position: relative;
      margin: 0px auto;
      min-width: 320px;
      max-width: 100%;
      background: rgba(193, 193, 193, 0.5);
      backdrop-filter: blur(13.5px);
      border-radius: 42px;
      padding: 32px 24px; }
      @media (max-width: 991px) {
        .pricingform .item .inner {
          min-width: 280px; } }
      .pricingform .item .inner .img {
        position: absolute;
        left: -20px;
        top: 48px;
        width: 56px;
        height: 50.106px; }
        .pricingform .item .inner .img img {
          max-width: 100%; }
      .pricingform .item .inner .icon {
        width: 100%;
        text-align: center; }
        .pricingform .item .inner .icon svg {
          width: 26px;
          height: 34px; }
      .pricingform .item .inner .title {
        text-align: center;
        color: #202043;
        font-size: 20px;
        font-weight: 400;
        margin-top: 12px; }
      .pricingform .item .inner .price {
        display: block;
        color: #0058D4;
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        margin-top: 12px; }
      .pricingform .item .inner .list {
        margin-top: 24px; }
        .pricingform .item .inner .list li {
          display: flex;
          align-items: center;
          margin-top: 8px; }
          .pricingform .item .inner .list li svg {
            min-width: 12px;
            height: 12px;
            fill: #18AAE3;
            margin-right: 8px; }
    .pricingform .item.s-add .inner .icon svg {
      fill: #202043; }
    .pricingform .item.s-add .inner .subspan {
      display: block;
      margin-top: 8px;
      text-align: center;
      color: #0058D4; }
    .pricingform .item.s-add .inner .list li {
      border-bottom: 1px solid #9B9B9B;
      padding-bottom: 8px; }
      .pricingform .item.s-add .inner .list li:last-child {
        border: 0px;
        padding: 0px; }

.tabslider {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .tabslider {
      margin: 0px; } }
  .tabslider .nav-tabs {
    position: relative;
    z-index: 10;
    border: 0px;
    margin-bottom: -90px; }
    @media (max-width: 991px) {
      .tabslider .nav-tabs {
        margin-bottom: 24px; } }
    .tabslider .nav-tabs li {
      margin: 0px;
      margin-right: 16px; }
      .tabslider .nav-tabs li:last-child {
        margin: 0px; }
      .tabslider .nav-tabs li a {
        border: 0px !important;
        color: #0058D4;
        padding: 0px;
        font-size: 18px;
        font-family: 'ProximaNova-Bold';
        color: #9B9B9B; }
        @media (max-width: 991px) {
          .tabslider .nav-tabs li a {
            font-size: 14px; } }
        .tabslider .nav-tabs li a.active {
          background: none;
          color: #18AAE3; }

.textmessage {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 90px); }
  @media (max-width: 991px) {
    .textmessage {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .textmessage {
      min-height: calc(100vh - 60px); } }
  .textmessage .textlight {
    max-width: 60%;
    margin: 0px auto; }
    @media (max-width: 991px) {
      .textmessage .textlight {
        max-width: 100%; } }

.padtext {
  padding: 0px 8%;
  text-align: justify;
  margin-top: 12px; }
  @media (max-width: 991px) {
    .padtext {
      padding: 0px; } }

.pricenew {
  padding: 0px; }
  @media (max-width: 991px) {
    .pricenew {
      display: none; } }
  .pricenew .color,
  .pricenew .iconssocial {
    position: fixed; }
  @media (max-width: 1300px) {
    .pricenew .container {
      max-width: 1124px; } }
  @media (max-width: 1190px) {
    .pricenew .container {
      max-width: 1024px; } }
  .pricenew .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px;
    position: relative;
    z-index: 10; }
    .pricenew .nav-tabs li {
      border: 0px;
      margin: 0px;
      min-width: calc(25% - 4px);
      max-width: calc(25% - 4px);
      margin-right: 4px; }
      .pricenew .nav-tabs li:last-child {
        margin: 0px;
        min-width: calc(25%);
        max-width: calc(25%); }
      .pricenew .nav-tabs li a {
        border: 0px !important;
        width: 100%;
        font-weight: 500;
        color: #fff;
        background: #18AAE3;
        border-radius: 0px;
        padding: 16px;
        text-align: center;
        font-size: 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; }
        .pricenew .nav-tabs li a.active, .pricenew .nav-tabs li a:hover {
          background: #C3C3C3;
          color: #000; }
  .pricenew .topbox {
    height: 310px;
    padding: 12px;
    border-bottom: 4px solid #E5E5E5; }
  .pricenew .inner {
    margin-top: 48px; }
    .pricenew .inner .title {
      color: #202043; }
      @media (max-width: 1190px) {
        .pricenew .inner .title {
          font-size: 32px; } }
    .pricenew .inner .text {
      height: 52px;
      overflow: hidden; }
    .pricenew .inner .items .minhead {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 12px;
      height: 36px;
      overflow: hidden; }
      .pricenew .inner .items .minhead .icon svg {
        width: 28px;
        height: 28px;
        fill: #18AAE3; }
      .pricenew .inner .items .minhead .title {
        width: auto;
        margin: 0px;
        font-size: 16px; }
        @media (max-width: 1190px) {
          .pricenew .inner .items .minhead .title {
            height: auto;
            font-size: 15px; } }
    .pricenew .inner .items .p-text {
      height: 64px;
      overflow: hidden; }
      .pricenew .inner .items .p-text p {
        line-height: 16px; }
  .pricenew .t-price {
    position: relative;
    margin-top: 12px; }
    .pricenew .t-price .starts {
      display: block;
      color: #797979; }
    .pricenew .t-price p {
      display: inline-block;
      position: relative;
      font-family: 'ProximaNova-Bold';
      color: #656565;
      font-size: 20px; }
      .pricenew .t-price p::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #D1362A; }
      .pricenew .t-price p span {
        font-size: 14px;
        font-family: 'ProximaNova-Regular'; }
  .pricenew .lergprice {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .pricenew .lergprice .inprice {
      display: flex;
      align-items: center; }
      .pricenew .lergprice .inprice .nu-price {
        font-size: 38px;
        font-family: 'ProximaNova-Bold';
        color: #0058D4;
        margin-right: 4px; }
        @media (max-width: 1300px) {
          .pricenew .lergprice .inprice .nu-price {
            font-size: 26px; } }
      .pricenew .lergprice .inprice .limited {
        display: block;
        font-size: 12px;
        line-height: 1; }
      .pricenew .lergprice .inprice .p-time {
        color: #202043;
        font-size: 16px;
        font-weight: 600; }
  .pricenew .packages .item {
    display: block; }
    .pricenew .packages .item .inner {
      min-width: 100%; }
    .pricenew .packages .item .inform {
      display: flex;
      flex-wrap: wrap; }
      .pricenew .packages .item .inform .inpusrach {
        margin: 0px;
        min-width: 33.333%;
        max-width: 33.333%;
        margin-bottom: 12px; }
        .pricenew .packages .item .inform .inpusrach:last-child {
          margin: 0px;
          display: block; }
        .pricenew .packages .item .inform .inpusrach .che-box input[type="checkbox"] + .label-text:before,
        .pricenew .packages .item .inform .inpusrach .che-box input[type="radio"] + .label-text:before {
          top: 2px; }

.bgnew {
  background: #18AAE3; }
  .bgnew .title {
    color: #fff; }
    .bgnew .title::after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: -10px;
      margin: 0px auto;
      width: 40%;
      height: 2px;
      background: #fff; }
  .bgnew .contex p {
    margin-top: 24px;
    color: #fff;
    font-size: 18px; }
  .bgnew .che-box span.label-text,
  .bgnew .inpusrach .floating-label {
    color: #fff; }
  .bgnew .che-box input[type="checkbox"] + .label-text:before,
  .bgnew .che-box input[type="radio"] + .label-text:before {
    border: 1px solid #fff; }
  .bgnew .che-box input[type="checkbox"]:checked + .label-text:before,
  .bgnew .che-box input[type="radio"]:checked + .label-text:before {
    border: 1px solid #0058D4; }
  .bgnew .form-control:focus {
    border-bottom: 1px solid #fff; }
  .bgnew .btnbottom {
    color: #fff; }

.scrollast::-webkit-scrollbar {
  width: 2px; }

/* Handle */
.scrollast::-webkit-scrollbar-thumb {
  background-color: #0058D4; }

.res-pricing {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  display: none; }
  @media (max-width: 991px) {
    .res-pricing {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .res-pricing {
      display: block; } }
  .res-pricing .color,
  .res-pricing .iconssocial {
    position: fixed;
    bottom: auto;
    top: 30%; }
  .res-pricing .headtitle .title,
  .res-pricing .headtitle p {
    text-align: center;
    color: #18AAE3; }
  .res-pricing .listbox {
    position: relative;
    width: 100%;
    padding: 24px;
    border-radius: 30px;
    background: linear-gradient(164deg, #18AAE3 46.59%, #0058D4 127.39%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 24px; }
    .res-pricing .listbox .sublist {
      position: relative;
      display: flex; }
      .res-pricing .listbox .sublist .minhead {
        display: flex;
        align-items: center;
        overflow: hidden;
        border-right: 2px solid #ffffff6e;
        padding-right: 24px;
        height: 60px;
        margin-right: 24px;
        min-width: 142px;
        max-width: 142px; }
        @media (max-width: 420px) {
          .res-pricing .listbox .sublist .minhead {
            margin-right: 8px;
            padding-right: 8px;
            margin-top: 24px;
            min-width: inherit;
            max-width: inherit; } }
        .res-pricing .listbox .sublist .minhead .icon svg {
          width: 28px;
          height: 28px;
          margin-right: 4px; }
          .res-pricing .listbox .sublist .minhead .icon svg path {
            fill: #fff; }
        .res-pricing .listbox .sublist .minhead .title {
          font-size: 16px;
          color: #fff; }
      .res-pricing .listbox .sublist .inprice {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 16px; }
        @media (max-width: 420px) {
          .res-pricing .listbox .sublist .inprice {
            margin-top: 42px; } }
        .res-pricing .listbox .sublist .inprice .starts {
          position: absolute;
          top: -16px;
          left: 0px;
          color: #fff; }
        .res-pricing .listbox .sublist .inprice .nu-price {
          font-size: 38px;
          font-family: 'ProximaNova-Bold';
          color: #fff;
          margin-right: 8px; }
        .res-pricing .listbox .sublist .inprice .limited {
          display: block;
          font-size: 12px;
          line-height: 1;
          color: #202043; }
        .res-pricing .listbox .sublist .inprice .p-time {
          color: #202043;
          font-size: 16px;
          font-weight: 600; }
      .res-pricing .listbox .sublist .offprice {
        position: absolute;
        right: 0px;
        top: -24px;
        width: 64px;
        height: 86px;
        background: url(../images/off.png) repeat center center;
        background-size: 100% 100%;
        text-align: center; }
        @media (max-width: 420px) {
          .res-pricing .listbox .sublist .offprice {
            height: 60px; } }
        .res-pricing .listbox .sublist .offprice p {
          display: block;
          color: #fff;
          font-size: 20px;
          font-family: 'ProximaNova-Bold';
          margin-top: 8px; }
          @media (max-width: 420px) {
            .res-pricing .listbox .sublist .offprice p {
              margin: 0px;
              font-size: 12px; } }
        .res-pricing .listbox .sublist .offprice span {
          display: block;
          line-height: 1;
          color: #fff; }
          @media (max-width: 420px) {
            .res-pricing .listbox .sublist .offprice span {
              font-size: 12px; } }
    .res-pricing .listbox .v-bot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 24px; }
      .res-pricing .listbox .v-bot .bottom {
        width: 100%;
        background: #fff;
        color: #202043;
        font-weight: 700;
        font-size: 18px;
        height: 40px; }
      .res-pricing .listbox .v-bot .p-item {
        margin-left: 24px; }
        .res-pricing .listbox .v-bot .p-item svg {
          width: 46px;
          height: 46px; }
  .res-pricing .bot-package {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-top: 24px; }
    .res-pricing .bot-package svg {
      margin-left: 8px;
      width: 10px; }
  .res-pricing .s-add .sublist {
    border-bottom: 2px solid #ffffff6e;
    padding-bottom: 24px; }
  .res-pricing .s-add .scrollast {
    position: relative;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    padding-right: 12px;
    margin-top: 12px; }
    .res-pricing .s-add .scrollast .innerlist li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 44px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      border-bottom: 1px solid #ffffff6e;
      padding-bottom: 12px;
      margin-top: 12px; }
      .res-pricing .s-add .scrollast .innerlist li svg,
      .res-pricing .s-add .scrollast .innerlist li img {
        min-width: 24px;
        max-width: 24px; }
      .res-pricing .s-add .scrollast .innerlist li span {
        font-size: 18px;
        color: #fff; }
  .res-pricing .boxvideo {
    margin-bottom: 24px; }
    .res-pricing .boxvideo iframe,
    .res-pricing .boxvideo video {
      display: block;
      width: 100%;
      max-height: 400px;
      border: 0px; }
  .res-pricing .packagesslider {
    position: relative;
    overflow: hidden; }
    .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 .slick-track {
      padding-bottom: 8px !important; }
    .res-pricing .packagesslider .item {
      display: inline-block;
      margin: 24px 12px 0px 12px; }
      .res-pricing .packagesslider .item .inner {
        border-radius: 43px;
        background: linear-gradient(180deg, #18AAE3 0%, #0058D4 100%);
        backdrop-filter: blur(13.5px); }
        .res-pricing .packagesslider .item .inner .icon svg {
          fill: #fff; }
        .res-pricing .packagesslider .item .inner .subspan,
        .res-pricing .packagesslider .item .inner .title {
          color: #fff; }
        .res-pricing .packagesslider .item .inner .list li {
          border-bottom: 1px solid #ffffff40;
          color: #fff; }
          .res-pricing .packagesslider .item .inner .list li svg {
            min-width: 14px;
            height: 14px;
            fill: #fff; }
        .res-pricing .packagesslider .item .inner .bottom {
          width: 100%;
          background: #fff;
          color: #202043;
          font-size: 16px; }

.minarticles {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minarticles {
      padding: 24px 0px; } }
  .minarticles .slider-articles {
    position: relative;
    width: 100%;
    margin-top: 48px; }
    .minarticles .slider-articles .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      margin: 0px -12px; }
      .minarticles .slider-articles .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .minarticles .slider-articles .slick-list .slick-track:after, .minarticles .slider-articles .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .minarticles .slider-articles .slick-prev,
    .minarticles .slider-articles .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) {
        .minarticles .slider-articles .slick-prev,
        .minarticles .slider-articles .slick-next {
          display: none !important; } }
      .minarticles .slider-articles .slick-prev svg,
      .minarticles .slider-articles .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; }
      .minarticles .slider-articles .slick-prev:hover svg,
      .minarticles .slider-articles .slick-next:hover svg {
        fill: #18AAE3 !important; }
    .minarticles .slider-articles .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); }
    .minarticles .slider-articles .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important;
      margin-top: 24px; }
      @media (max-width: 1280px) {
        .minarticles .slider-articles .slick-dots {
          display: block !important; } }
      .minarticles .slider-articles .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #656565;
        border-radius: 50%; }
        .minarticles .slider-articles .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; }
      .minarticles .slider-articles .slick-dots li.slick-active {
        background: #0058D4; }
    .minarticles .slider-articles .slick-list {
      margin: 0px; }
      @media (max-width: 991px) {
        .minarticles .slider-articles .slick-list {
          margin: 0px -40px; } }
    .minarticles .slider-articles .slick-next,
    .minarticles .slider-articles .slick-prev,
    .minarticles .slider-articles .slick-dots {
      display: none !important; }
  .minarticles .item {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 360px;
    border-radius: 30px;
    margin: 0px 12px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .minarticles .item {
        height: 320px; } }
    .minarticles .item:hover .photo 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); }
    .minarticles .item:hover .content {
      opacity: 1; }
    .minarticles .item .photo {
      width: 100%;
      height: 360px; }
      @media (max-width: 991px) {
        .minarticles .item .photo {
          height: 320px; } }
      .minarticles .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; }
    .minarticles .item .content {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 20px;
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(21px);
      -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; }
      .minarticles .item .content .minhead {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .minarticles .item .content .minhead .title {
          font-size: 26px;
          font-style: normal;
          font-weight: 600;
          color: #202043; }
          @media (max-width: 991px) {
            .minarticles .item .content .minhead .title {
              font-size: 22px; } }
        .minarticles .item .content .minhead .listlike {
          display: flex; }
          .minarticles .item .content .minhead .listlike li {
            display: flex;
            margin-right: 16px;
            cursor: pointer;
            color: #202043; }
            .minarticles .item .content .minhead .listlike li:last-child {
              margin: 0px; }
            .minarticles .item .content .minhead .listlike li svg {
              width: 24px;
              margin-right: 4px;
              fill: #202043; }
            .minarticles .item .content .minhead .listlike li.active svg {
              fill: #0058D4; }
      .minarticles .item .content p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #202043;
        font-weight: 500;
        margin-top: 8px;
        line-height: 20px;
        text-transform: uppercase; }

.blog {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .blog {
      padding: 24px 0px; } }
  .blog .minheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0087B6;
    padding-bottom: 12px;
    margin-bottom: 48px; }
    @media (max-width: 991px) {
      .blog .minheader {
        justify-content: center; } }
    .blog .minheader .title {
      color: #202043;
      font-weight: 500; }
      .blog .minheader .title span {
        color: #18AAE3; }
    .blog .minheader .select {
      min-width: 214px;
      max-width: 214px; }
      @media (max-width: 991px) {
        .blog .minheader .select {
          display: none; } }
      .blog .minheader .select .form-control {
        width: 100%;
        height: 42px;
        border-radius: 60px;
        border: 1px solid #202043;
        font-size: 16px;
        font-weight: 400;
        padding: 0px 12px; }
        @media (max-width: 991px) {
          .blog .minheader .select .form-control {
            font-size: 14px; } }
    .blog .minheader .formsearch {
      position: relative;
      min-width: 214px;
      max-width: 214px; }
      @media (max-width: 991px) {
        .blog .minheader .formsearch {
          display: none; } }
      .blog .minheader .formsearch .form-control {
        height: 42px;
        width: 100%;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box;
        border: 0px;
        box-shadow: none;
        outline: none;
        background: #D9D9D9;
        text-transform: none;
        padding: 0px;
        padding: 0px 40px 0px 12px;
        border: 1px solid #202043;
        font-size: 16px;
        font-weight: 400;
        background: none; }
        @media (max-width: 991px) {
          .blog .minheader .formsearch .form-control {
            font-size: 14px; } }
      .blog .minheader .formsearch .bottom {
        position: absolute;
        top: 13px;
        right: 16px;
        width: 18px;
        height: 18px;
        padding: 0px;
        background: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box; }
        .blog .minheader .formsearch .bottom::before {
          display: none; }
        .blog .minheader .formsearch .bottom svg {
          max-width: 18px; }
  .blog .inner {
    position: relative;
    margin: 0px auto;
    max-width: 80%; }
    @media (max-width: 991px) {
      .blog .inner {
        max-width: 100%; } }
    .blog .inner .item {
      display: flex;
      background: rgba(193, 193, 193, 0.5);
      padding: 16px;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .blog .inner .item {
          display: block; } }
      .blog .inner .item .photo {
        display: block;
        min-width: 360px;
        max-width: 360px;
        height: 276px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .blog .inner .item .photo {
            min-width: 100%;
            max-width: 100%;
            height: 220px; } }
        .blog .inner .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; }
        .blog .inner .item .photo: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); }
      .blog .inner .item .content {
        margin-left: 16px; }
        @media (max-width: 991px) {
          .blog .inner .item .content {
            margin: 0px;
            margin-top: 16px; } }
        .blog .inner .item .content .title {
          color: #0058D4;
          font-size: 22px;
          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; }
          .blog .inner .item .content .title:hover {
            color: #18AAE3; }
        .blog .inner .item .content p {
          color: #202043;
          margin-top: 8px; }
        .blog .inner .item .content .btns {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 16px; }
          .blog .inner .item .content .btns .date {
            color: #6E6E6E;
            font-size: 12px;
            font-weight: 400; }
          .blog .inner .item .content .btns .btnbottom {
            font-size: 12px; }

.b-inner .color,
.b-inner .iconssocial {
  bottom: auto;
  top: 30%; }
.b-inner .title {
  color: #202043;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 24px; }
.b-inner .photo {
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-bottom: 24px; }
  @media (min-width: 1600px) {
    .b-inner .photo {
      height: 460px; } }
  @media (max-width: 991px) {
    .b-inner .photo {
      height: 220px; } }
  .b-inner .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.b-inner .bottoms {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px; }
  @media (max-width: 991px) {
    .b-inner .bottoms {
      margin-bottom: 24px; } }
  .b-inner .bottoms .p-btn svg {
    width: 42px;
    height: 42px; }
  .b-inner .bottoms .v-icon:nth-child(2) {
    background: none;
    top: 50px;
    right: auto;
    width: auto;
    border-radius: 0;
    height: auto; }
.b-inner .social a svg {
  fill: #202043 !important; }

.clients {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  z-index: 2; }
  @media (max-width: 991px) {
    .clients {
      padding: 24px 0px; } }
  .clients .slider-clients {
    position: relative;
    width: 100%; }
    .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: 40%;
      right: -12px;
      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: 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; }
      .clients .slider-clients .slick-prev:hover svg,
      .clients .slider-clients .slick-next:hover svg {
        fill: #18AAE3 !important; }
    .clients .slider-clients .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); }
    .clients .slider-clients .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important;
      margin-top: 24px; }
      @media (max-width: 1280px) {
        .clients .slider-clients .slick-dots {
          display: block !important; } }
      .clients .slider-clients .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #656565;
        border-radius: 50%; }
        .clients .slider-clients .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; }
      .clients .slider-clients .slick-dots li.slick-active {
        background: #0058D4; }
    .clients .slider-clients .slick-list {
      margin: 0px; }
    .clients .slider-clients .slick-dots {
      display: none !important; }
  .clients .itemslide {
    display: inline-block;
    position: relative;
    height: 190px; }
    .clients .itemslide .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      max-height: 100%; }
      .clients .itemslide .photo img {
        width: 100%;
        height: 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; }

.minteams {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .minteams {
      padding: 24px 0px; } }
  .minteams .photobanner {
    max-width: 74%;
    margin: 24px auto 0px auto;
    text-align: center; }
    .minteams .photobanner img {
      width: 100%; }
  .minteams .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .minteams .item {
        max-width: 50%;
        flex: 50%; }
        .minteams .item:first-child {
          max-width: 100%;
          flex: 100%; } }
    .minteams .item .inner {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 24px;
      border-radius: 42px;
      background: rgba(193, 193, 193, 0.5);
      backdrop-filter: blur(13.5px);
      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; }
      .minteams .item .inner .photo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
        height: 200px; }
        .minteams .item .inner .photo img {
          max-width: 100%;
          max-height: 100%; }
      .minteams .item .inner .content {
        width: 100%; }
      .minteams .item .inner .title {
        font-size: 22px;
        font-weight: 400;
        color: #202043;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 12px; }
      .minteams .item .inner .position {
        display: block;
        color: #0058D4;
        text-transform: uppercase; }
      .minteams .item .inner p {
        color: #202043;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .minteams .item .inner .btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px; }
        .minteams .item .inner .btns .see {
          display: flex;
          align-items: center;
          color: #18AAE3;
          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; }
          .minteams .item .inner .btns .see svg {
            margin-left: 4px;
            fill: none;
            width: 14px;
            height: 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; }
            .minteams .item .inner .btns .see svg path {
              stroke: #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; }
          .minteams .item .inner .btns .see:hover {
            color: #0058D4; }
            .minteams .item .inner .btns .see:hover svg {
              margin-left: 8px; }
              .minteams .item .inner .btns .see:hover svg path {
                stroke: #0058D4; }
      .minteams .item .inner.flex {
        display: flex;
        align-items: center;
        text-align: left; }
        @media (max-width: 767px) {
          .minteams .item .inner.flex {
            display: block;
            text-align: center; } }
        .minteams .item .inner.flex .photo {
          width: auto;
          min-width: 294px;
          height: 294px;
          margin-right: 24px; }
          @media (max-width: 767px) {
            .minteams .item .inner.flex .photo {
              min-width: 100%;
              height: 200px; } }
        .minteams .item .inner.flex .title {
          font-size: 26px;
          font-weight: 600;
          text-transform: uppercase;
          margin: 0px; }
          @media (max-width: 767px) {
            .minteams .item .inner.flex .title {
              font-size: 22px;
              font-weight: 400; } }
        .minteams .item .inner.flex p {
          color: #202043;
          margin-top: 24px;
          padding-right: 20%;
          -webkit-box-orient: inherit; }
          @media (max-width: 767px) {
            .minteams .item .inner.flex p {
              padding: 0px;
              -webkit-box-orient: vertical;
              margin: 0px; } }
        .minteams .item .inner.flex .btns {
          justify-content: space-between; }

#video-popup-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 60px);
  background: #E5E5E5;
  z-index: 999;
  display: none;
  padding: 12px; }
  @media (max-width: 991px) {
    #video-popup-overlay {
      height: calc(100vh - 52px); } }
  #video-popup-overlay #video-popup-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    max-width: 60%;
    height: 100%; }
    @media (max-width: 991px) {
      #video-popup-overlay #video-popup-container {
        max-width: 100%; } }
    #video-popup-overlay #video-popup-container .popup-close {
      top: 24px;
      right: 0px; }

#video-popup-overlay2 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 60px);
  background: #E5E5E5;
  z-index: 999;
  display: none;
  padding: 12px;
  overflow: hidden;
  overflow-y: scroll; }
  @media (max-width: 991px) {
    #video-popup-overlay2 {
      height: calc(100vh - 52px); } }
  #video-popup-overlay2 #video-popup-container2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    max-width: 60%; }
    @media (max-width: 991px) {
      #video-popup-overlay2 #video-popup-container2 {
        max-width: 100%; } }
    #video-popup-overlay2 #video-popup-container2 .popup-close {
      top: 12px;
      right: 0px; }
  #video-popup-overlay2 #video-popup-iframe-container2 {
    margin-top: 52px;
    position: relative;
    z-index: 10; }
  #video-popup-overlay2 .contentpopup {
    margin-top: -48px;
    max-width: 740px;
    padding-top: 78px; }
    #video-popup-overlay2 .contentpopup .scroll {
      overflow: auto;
      height: auto;
      padding: 0px; }
    #video-popup-overlay2 .contentpopup .title,
    #video-popup-overlay2 .contentpopup .position {
      padding: 0px; }

#video-popup-iframe-container,
#video-popup-iframe-container2 {
  width: 100%; }
  #video-popup-iframe-container iframe,
  #video-popup-iframe-container2 iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 400px; }
    @media (max-width: 767px) {
      #video-popup-iframe-container iframe,
      #video-popup-iframe-container2 iframe {
        height: 300px; } }

.popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: -32px;
  cursor: pointer; }
  .popup-close svg {
    width: 24px;
    height: 24px; }
    .popup-close svg path {
      stroke: #202043; }

.detelsuser {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100vh - 60px);
  background: #E5E5E5;
  z-index: -1;
  opacity: 0;
  padding: 12px; }
  @media (max-width: 991px) {
    .detelsuser {
      height: calc(100vh - 52px);
      display: block;
      margin-top: 48px;
      padding-top: 62px;
      overflow: hidden;
      overflow-y: scroll; } }
  .detelsuser.active {
    z-index: 999;
    opacity: 1; }

.contentpopup {
  max-width: 930px;
  display: flex;
  border-radius: 42px;
  background: rgba(193, 193, 193, 0.5);
  backdrop-filter: blur(13.5px);
  padding: 24px;
  margin: 0px auto; }
  @media (max-width: 991px) {
    .contentpopup {
      display: block; } }
  .contentpopup .title {
    font-size: 26px;
    padding-left: 28px; }
  .contentpopup .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50%;
    height: 368px; }
    @media (max-width: 991px) {
      .contentpopup .photo {
        min-width: 100%;
        height: auto; } }
    .contentpopup .photo img {
      max-width: 100%;
      max-height: 100%; }
  .contentpopup .position {
    display: block;
    color: #0058D4;
    text-transform: uppercase;
    padding-left: 28px; }
  .contentpopup p {
    color: #202043; }
  .contentpopup .scroll {
    position: relative;
    max-width: 880px;
    height: 242px;
    overflow: hidden;
    overflow-y: scroll;
    direction: rtl;
    margin: 24px auto 0px auto;
    padding-left: 24px; }
    .contentpopup .scroll::-webkit-scrollbar {
      width: 4px; }
    .contentpopup .scroll::-webkit-scrollbar-thumb {
      background-color: #202043; }
    .contentpopup .scroll .innercontent {
      margin-bottom: 24px; }
      .contentpopup .scroll .innercontent:last-child {
        margin: 0px; }
      .contentpopup .scroll .innercontent .title {
        font-size: 20px;
        font-weight: 400;
        padding: 0px; }
      .contentpopup .scroll .innercontent p {
        direction: ltr; }

.bottoms {
  position: relative; }
  .bottoms.active .v-icon {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .bottoms .p-btn {
    cursor: pointer; }
    .bottoms .p-btn svg {
      width: 48px;
      height: 48px; }
  .bottoms .v-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -70px;
    right: 0px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0058D4;
    -webkit-transform: scale(0);
    transform: scale(0);
    cursor: pointer; }
    .bottoms .v-icon svg {
      width: 24px;
      height: 24px;
      fill: #fff; }
    .bottoms .v-icon:nth-child(1) {
      top: -86px;
      right: 0px;
      -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; }
      .bottoms .v-icon:nth-child(1) svg {
        fill: none; }
        .bottoms .v-icon:nth-child(1) svg path {
          stroke: #fff; }
    .bottoms .v-icon:nth-child(2) {
      top: -58px;
      right: 44px;
      -moz-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .bottoms .v-icon:nth-child(3) {
      top: -18px;
      right: 78px;
      -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; }
    .bottoms .v-icon:nth-child(4) {
      top: 30px;
      right: 94px;
      -moz-transition: all 0.8s ease-in-out 0s;
      -o-transition: all 0.8s ease-in-out 0s;
      -webkit-transition: all 0.8s ease-in-out 0s;
      transition: all 0.8s ease-in-out 0s; }

.gallery-photos {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .gallery-photos {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .gallery-photos {
      padding-top: 0px; } }
  .gallery-photos .color,
  .gallery-photos .iconssocial {
    bottom: auto;
    top: 36%; }
  .gallery-photos .textlight {
    max-width: 60%; }
    @media (max-width: 991px) {
      .gallery-photos .textlight {
        max-width: 100%; } }
  .gallery-photos .dsn-stories .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: 1199px) {
      .gallery-photos .dsn-stories .architecture {
        max-width: 33.333%;
        flex: 33.333%; } }
    @media (max-width: 991px) {
      .gallery-photos .dsn-stories .architecture {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 480px) {
      .gallery-photos .dsn-stories .architecture {
        max-width: 100%;
        flex: 100%; } }
    .gallery-photos .dsn-stories .architecture:hover {
      transform: scale(1.01);
      -moz-transform: scale(1.01);
      -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      z-index: 1; }
      .gallery-photos .dsn-stories .architecture:hover .contant::before {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
      .gallery-photos .dsn-stories .architecture:hover .contant .gallery-info {
        visibility: visible;
        opacity: 1;
        bottom: 30px; }
      .gallery-photos .dsn-stories .architecture:hover .contant .popup-img {
        opacity: 1; }
  .gallery-photos .dsn-stories .p-relative {
    position: relative;
    height: 372px;
    -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;
    background: #fff; }
    @media (max-width: 991px) {
      .gallery-photos .dsn-stories .p-relative {
        height: 284px; } }
    .gallery-photos .dsn-stories .p-relative a {
      display: block;
      position: relative;
      height: 100%; }
    .gallery-photos .dsn-stories .p-relative img {
      width: 100%;
      min-height: 100%;
      object-fit: cover; }
  .gallery-photos .dsn-stories .contant {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    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; }
    .gallery-photos .dsn-stories .contant::before {
      content: '';
      position: absolute;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      background: #202043a3;
      transform: scaleY(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; }
    .gallery-photos .dsn-stories .contant .popup-img {
      display: flex;
      align-items: center;
      justify-content: 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: #18AAE3;
      text-align: center;
      z-index: 1;
      opacity: 0;
      transform: translate(-50%, -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; }
      .gallery-photos .dsn-stories .contant .popup-img svg {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1px;
        width: 44px;
        height: 44px; }
    .gallery-photos .dsn-stories .contant .gallery-info {
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: all .5s ease-in-out; }
    .gallery-photos .dsn-stories .contant .title {
      color: #fff;
      font-weight: 600;
      font-size: 22px;
      padding: 12px;
      padding-bottom: 0px;
      margin-bottom: 8px;
      text-align: center !important; }
      @media (max-width: 991px) {
        .gallery-photos .dsn-stories .contant .title {
          font-size: 20px !important;
          margin-bottom: 4px; } }
    .gallery-photos .dsn-stories .contant span {
      color: #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; }

.por-inner {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .por-inner {
      padding: 24px 0px; } }
  .por-inner .color,
  .por-inner .iconssocial {
    bottom: auto;
    top: 26%; }
  .por-inner .textlight {
    max-width: 60%;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .por-inner .textlight {
        max-width: 100%; } }
  .por-inner .in-text {
    margin: 0px auto;
    max-width: 80%;
    text-align: center; }
    @media (max-width: 991px) {
      .por-inner .in-text {
        max-width: 100%; } }
  .por-inner .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .por-inner .item {
        max-width: 100%;
        flex: 100%; } }
    .por-inner .item .inner {
      display: block;
      position: relative;
      width: 100%;
      height: 320px;
      overflow: hidden; }
      @media (max-width: 991px) {
        .por-inner .item .inner {
          height: 260px; } }
      .por-inner .item .inner img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .por-inner .item .inner video,
      .por-inner .item .inner iframe {
        display: block;
        border: 0px;
        width: 100%;
        height: 100%; }
  .por-inner .about {
    padding: 0px !important; }
    .por-inner .about .item {
      display: flex;
      align-items: center; }
      .por-inner .about .item .textlight {
        max-width: 100%;
        margin: 0px; }
      .por-inner .about .item .photo img {
        max-width: 60%; }

.best-of-month {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .best-of-month {
      padding: 24px 0px; } }
  .best-of-month .title {
    margin-top: 24px; }
  .best-of-month .color {
    bottom: 52%; }
  .best-of-month .iconssocial {
    bottom: 55%; }
  .best-of-month .carousel {
    margin: 0 auto;
    max-width: 60%; }
    @media (max-width: 767px) {
      .best-of-month .carousel {
        max-width: 100%; } }
  .best-of-month ol.carousel-indicators {
    display: block;
    right: auto;
    bottom: auto;
    top: 6%;
    left: -32%;
    margin: 0px;
    padding: 0px; }
    @media (max-width: 767px) {
      .best-of-month ol.carousel-indicators {
        display: none; } }
    .best-of-month ol.carousel-indicators li {
      border-radius: 50%;
      width: 12px;
      height: 12px;
      border: 1px solid #202043;
      background: none;
      margin: 0px;
      margin-bottom: 4px; }
      .best-of-month ol.carousel-indicators li:last-child {
        margin: 0px; }
      .best-of-month ol.carousel-indicators li.active {
        border: 1px solid #18AAE3; }
  .best-of-month .carousel-item .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    margin: 0px auto;
    height: 600px;
    text-align: center; }
    @media (max-width: 767px) {
      .best-of-month .carousel-item .photo {
        max-width: 76%;
        height: 400px; } }
  .best-of-month .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .best-of-month .carousel-control-next,
  .best-of-month .carousel-control-prev {
    width: auto;
    height: 32px;
    top: 50%;
    opacity: 1;
    color: #202043;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    margin-top: -60px;
    -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; }
    .best-of-month .carousel-control-next svg,
    .best-of-month .carousel-control-prev svg {
      width: 18px;
      height: 18px;
      fill: 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; }
      .best-of-month .carousel-control-next svg path,
      .best-of-month .carousel-control-prev svg path {
        stroke: #202043;
        -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; }
  .best-of-month .carousel-control-next {
    right: 0px; }
    .best-of-month .carousel-control-next svg {
      margin-left: 4px; }
    .best-of-month .carousel-control-next:hover {
      color: #0058D4; }
      .best-of-month .carousel-control-next:hover svg {
        margin-left: 8px; }
        .best-of-month .carousel-control-next:hover svg path {
          stroke: #0058D4; }
  .best-of-month .carousel-control-prev {
    left: 0px; }
    .best-of-month .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-right: 4px; }
    .best-of-month .carousel-control-prev:hover {
      color: #0058D4; }
      .best-of-month .carousel-control-prev:hover svg {
        margin-right: 8px; }
        .best-of-month .carousel-control-prev:hover svg path {
          stroke: #0058D4; }
  .best-of-month .item {
    margin-top: 24px;
    max-width: 33.333%;
    flex: 33.333%; }
    @media (max-width: 991px) {
      .best-of-month .item {
        max-width: 50% !important;
        flex: 50% !important; } }
    @media (max-width: 767px) {
      .best-of-month .item {
        max-width: 100% !important;
        flex: 100% !important; } }
    .best-of-month .item .photo {
      width: 100%;
      height: 500px; }
      @media (max-width: 991px) {
        .best-of-month .item .photo {
          height: 300px; } }
      .best-of-month .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .best-of-month .item .photo video,
      .best-of-month .item .photo iframe {
        display: block;
        border: 0px;
        width: 100%;
        height: 100%; }
    .best-of-month .item:nth-child(even) .photo {
      height: 300px; }
    .best-of-month .item:nth-child(5), .best-of-month .item:nth-child(11), .best-of-month .item:nth-child(17), .best-of-month .item:nth-child(23), .best-of-month .item:nth-child(29), .best-of-month .item:nth-child(35) {
      margin-top: -176px; }
      @media (max-width: 991px) {
        .best-of-month .item:nth-child(5), .best-of-month .item:nth-child(11), .best-of-month .item:nth-child(17), .best-of-month .item:nth-child(23), .best-of-month .item:nth-child(29), .best-of-month .item:nth-child(35) {
          margin-top: 24px; } }

.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: #202043;
    font-size: 24px; }
  .error404 .bottom {
    margin-top: 24px; }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .contactus {
      padding: 24px 0px; } }
  .contactus .title {
    color: #202043;
    text-transform: capitalize; }
    .contactus .title span {
      color: #18AAE3; }
  .contactus .item {
    display: flex;
    align-items: center;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%; }
        .contactus .item:first-child {
          display: none; } }
    .contactus .item .photo {
      width: 100%;
      height: 360px; }
      .contactus .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .contactus .item .map {
      width: 100%;
      position: relative;
      background: #ccc;
      overflow: hidden; }
      .contactus .item .map iframe {
        display: block;
        width: 100%;
        height: 368px;
        border: 0px; }
    .contactus .item .itemadds {
      margin-top: 32px; }
      @media (max-width: 991px) {
        .contactus .item .itemadds {
          margin-top: 24px; } }
      .contactus .item .itemadds .inner {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 24px; }
        .contactus .item .itemadds .inner:last-child {
          margin: 0px; }
        .contactus .item .itemadds .inner .icon {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 12px;
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          border-bottom-left-radius: 10px;
          overflow: hidden;
          background: #D1362A;
          position: relative; }
          .contactus .item .itemadds .inner .icon svg {
            min-width: 16px;
            min-height: 16px;
            fill: #fff; }
            .contactus .item .itemadds .inner .icon svg path {
              fill: #fff; }
        .contactus .item .itemadds .inner p,
        .contactus .item .itemadds .inner a {
          display: block;
          font-weight: 500;
          line-height: 150%;
          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; }
        .contactus .item .itemadds .inner a:hover {
          color: #D1362A; }
  .contactus select.form-control {
    background-position: 100% 19px !important; }

.inpusrach {
  margin-top: 12px;
  min-height: 54px; }
  .inpusrach:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
  @media (max-width: 991px) {
    .inpusrach {
      max-width: 100%;
      flex: 100%; } }
  .inpusrach textarea.form-control {
    height: 100px;
    resize: none;
    padding-top: 32px; }
  .inpusrach .floating-label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: #202043;
    margin: 0px;
    pointer-events: none;
    text-transform: capitalize;
    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; }
  .inpusrach .form-control:focus ~ .floating-label,
  .inpusrach .form-control:not(:focus):valid ~ .floating-label {
    top: -8px;
    font-size: 12px; }
  .inpusrach .intl-tel-input input:focus ~ .floating-label,
  .inpusrach .intl-tel-input input:not(:focus):valid ~ .floating-label {
    top: -8px; }
  .inpusrach .custom-file-label,
  .inpusrach .custom-file-input {
    width: 100%;
    outline: 0px !important;
    height: 54px;
    background: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 0px;
    color: #202043;
    left: 0px;
    border: 0px;
    border-bottom: 1px solid #0058D4; }
    .inpusrach .custom-file-label:focus,
    .inpusrach .custom-file-input:focus {
      border-bottom: 1px solid #18AAE3; }
  .inpusrach .custom-file-label {
    display: flex;
    align-items: center;
    margin: 0px;
    padding-left: 112px;
    box-shadow: none !important;
    outline: 0 !important;
    outline-style: none !important;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .inpusrach .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: " Choose File";
    background: none;
    height: 54px;
    background: url(../images/up.svg) no-repeat center left;
    border: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    left: 0px;
    padding-left: 30px;
    font-weight: 400;
    color: #202043; }
  .inpusrach .upload {
    margin-bottom: 8px;
    color: #202043;
    font-weight: 400;
    text-transform: capitalize; }
  .inpusrach .nots {
    display: block;
    margin-top: 8px;
    color: #202043;
    font-weight: 400; }

.btnbottom {
  display: flex;
  align-items: center;
  color: #18AAE3;
  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;
  border: 0px;
  background: none;
  padding: 0px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400; }
  @media (max-width: 991px) {
    .btnbottom {
      font-size: 14px; } }
  .btnbottom svg {
    margin-left: 4px;
    fill: none;
    width: 14px;
    height: 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; }
    .btnbottom svg path {
      stroke: #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; }
  .btnbottom:hover {
    color: #0058D4; }
    .btnbottom:hover svg {
      margin-left: 8px; }
      .btnbottom:hover svg path {
        stroke: #0058D4; }

.c-letst .item {
  margin-top: 0px;
  display: block; }
  .c-letst .item .title {
    font-size: 34px; }
    @media (max-width: 991px) {
      .c-letst .item .title {
        font-size: 28px; } }
  .c-letst .item .photo {
    height: 476px; }

.map {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map {
      padding: 24px 0px; } }
  .map .m-contact {
    justify-content: center;
    align-items: center;
    margin: 0px; }
    @media (max-width: 991px) {
      .map .m-contact {
        align-items: flex-start; } }
    .map .m-contact svg {
      fill: #18AAE3;
      margin: 0px;
      margin-right: 8px; }
      @media (max-width: 991px) {
        .map .m-contact svg {
          margin-top: 8px; } }
    .map .m-contact p,
    .map .m-contact a {
      color: #202043; }
    .map .m-contact a:hover {
      color: #18AAE3; }
  .map .iframe {
    background: #fff;
    height: 450px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .map .iframe {
        height: 250px; } }
    .map .iframe iframe {
      display: block;
      border: 0px;
      width: 100%;
      height: 100%; }
  .map .flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 550px) {
      .map .flex {
        display: block; } }
    .map .flex .m-contact {
      margin-top: 24px; }
    .map .flex .flexinner {
      display: flex;
      align-items: center; }
      @media (max-width: 550px) {
        .map .flex .flexinner {
          display: block; } }
      .map .flex .flexinner .m-contact {
        margin-right: 16px; }
        .map .flex .flexinner .m-contact:last-child {
          margin-right: 0px; }

.sectionsocial {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  min-height: 400px; }
  @media (max-width: 991px) {
    .sectionsocial {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .sectionsocial {
      min-height: inherit; } }
  .sectionsocial .social {
    justify-content: center;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .sectionsocial .social {
        margin-top: 16px; } }
    .sectionsocial .social a {
      margin: 0px 48px; }
      @media (max-width: 550px) {
        .sectionsocial .social a {
          margin: 0px 16px; } }
      .sectionsocial .social a svg {
        max-width: 106px;
        max-height: 106px; }
        @media (max-width: 550px) {
          .sectionsocial .social a svg {
            max-width: 60px;
            max-height: 60px; } }

.hiring {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .hiring {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .hiring {
      padding-top: 0px; } }
  @media (max-width: 991px) {
    .hiring .item {
      max-width: 100%;
      flex: 100%; } }
  .hiring .item .inner {
    position: relative;
    width: 100%;
    border-radius: 22px;
    background: rgba(193, 193, 193, 0.5);
    padding: 24px;
    margin-top: 24px; }
    @media (max-width: 991px) {
      .hiring .item .inner {
        max-width: 100%; } }
    .hiring .item .inner .title {
      color: #0058D4;
      font-size: 22px;
      font-weight: 400;
      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; }
      .hiring .item .inner .title:hover {
        color: #18AAE3; }
    .hiring .item .inner .respons {
      display: block;
      color: #202043;
      font-weight: 600;
      margin-top: 12px; }
    .hiring .item .inner .list {
      padding-left: 24px; }
      .hiring .item .inner .list li {
        list-style: disc;
        color: #202043;
        font-weight: 400;
        margin-top: 4px; }
    .hiring .item .inner .btns {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 16px; }
      .hiring .item .inner .btns .date {
        color: #6E6E6E;
        font-size: 12px;
        font-weight: 400; }
      .hiring .item .inner .btns .btnbottom {
        font-size: 12px; }

.hiringinner {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .hiringinner {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .hiringinner {
      padding-top: 0px; } }
  .hiringinner .color,
  .hiringinner .iconssocial {
    top: 40%;
    bottom: auto; }
  .hiringinner .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .hiringinner .item {
        max-width: 100%;
        flex: 100%; } }
    .hiringinner .item .h-box {
      border-radius: 22px;
      background: rgba(193, 193, 193, 0.5); }
      .hiringinner .item .h-box .photo {
        width: 100%;
        height: 276px;
        border-radius: 22px;
        overflow: hidden; }
        .hiringinner .item .h-box .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .hiringinner .item .h-box .detels {
        padding: 24px; }
        .hiringinner .item .h-box .detels .title {
          color: #0058D4;
          font-size: 22px;
          font-weight: 400;
          text-transform: capitalize; }
        .hiringinner .item .h-box .detels .respons {
          display: block;
          color: #202043;
          font-weight: 600; }
        .hiringinner .item .h-box .detels .list {
          padding-left: 24px; }
          .hiringinner .item .h-box .detels .list li {
            list-style: disc;
            color: #202043;
            font-weight: 400;
            margin-top: 4px; }
        .hiringinner .item .h-box .detels .jobtype {
          margin-top: 48px;
          color: #6E6E6E;
          font-size: 12px; }
          .hiringinner .item .h-box .detels .jobtype span {
            font-weight: 600; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #18AAE3;
  padding: 0px !important;
  padding-bottom: 48px !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; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .icons {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background: #202043;
    min-height: 52px; }
    .footer .icons .social {
      display: flex;
      align-items: center;
      justify-content: center; }
      .footer .icons .social a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        -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;
        height: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0px 12px;
        text-transform: capitalize; }
        .footer .icons .social a span {
          font-size: 16px; }
          @media (max-width: 767px) {
            .footer .icons .social a span {
              display: none; } }
        .footer .icons .social a:last-child::after {
          display: none; }
        .footer .icons .social a::after {
          content: "";
          position: absolute;
          right: -16px;
          bottom: 12px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background: #18AAE3; }
          @media (max-width: 767px) {
            .footer .icons .social a::after {
              display: none; } }
        .footer .icons .social a svg {
          fill: #fff;
          width: 20px;
          height: 20px;
          margin-right: 4px; }
          @media (max-width: 767px) {
            .footer .icons .social a svg {
              margin: 0px; } }
        .footer .icons .social a.icon-facebook:hover {
          color: #3b5998; }
          .footer .icons .social a.icon-facebook:hover svg {
            fill: #3b5998; }
        .footer .icons .social a.icon-twitter:hover {
          color: #00acee; }
          .footer .icons .social a.icon-twitter:hover svg {
            fill: #00acee; }
        .footer .icons .social a.icon-instagram:hover {
          color: #8d5b46; }
          .footer .icons .social a.icon-instagram:hover svg {
            fill: #8d5b46; }
        .footer .icons .social a.icon-youtube:hover {
          color: #c4302b; }
          .footer .icons .social a.icon-youtube:hover svg {
            fill: #c4302b; }
        .footer .icons .social a.icon-rss:hover {
          color: #ee802f; }
          .footer .icons .social a.icon-rss:hover svg {
            fill: #ee802f; }
        .footer .icons .social a.icon-snapchat:hover {
          color: #fbeb0c; }
          .footer .icons .social a.icon-snapchat:hover svg {
            fill: #fbeb0c; }
        .footer .icons .social a.icon-linkedin:hover {
          color: #007fb1; }
          .footer .icons .social a.icon-linkedin:hover svg {
            fill: #007fb1; }
        .footer .icons .social a.icon-gplus:hover {
          color: #dd4b39; }
          .footer .icons .social a.icon-gplus:hover svg {
            fill: #dd4b39; }
        .footer .icons .social a.icon-whatsapp:hover {
          color: #189d0e; }
          .footer .icons .social a.icon-whatsapp:hover svg {
            fill: #189d0e; }
        .footer .icons .social a.icon-email:hover {
          color: #dd4b39; }
          .footer .icons .social a.icon-email:hover svg {
            fill: #dd4b39; }
        .footer .icons .social a.icon-print:hover {
          color: #8d5b46; }
          .footer .icons .social a.icon-print:hover svg {
            fill: #8d5b46; }
        .footer .icons .social a.icon-behance:hover {
          color: #0058D4; }
          .footer .icons .social a.icon-behance:hover svg {
            fill: #0058D4; }
  .footer .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .footer .item {
        max-width: 100%;
        flex: 100%; } }
    @media (max-width: 991px) {
      .footer .item .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; } }
    .footer .item .logo img {
      max-width: 200px; }
    .footer .item p {
      color: #fff; }
      @media (max-width: 991px) {
        .footer .item p {
          text-align: center; } }
    .footer .item .title {
      color: #fff;
      font-size: 28px;
      text-transform: capitalize; }
      @media (max-width: 991px) {
        .footer .item .title {
          font-size: 22px;
          text-align: center; } }
    .footer .item .itfoot {
      margin-top: 16px;
      max-width: 25%;
      flex: 25%; }
      @media (max-width: 450px) {
        .footer .item .itfoot {
          max-width: 50%;
          flex: 50%; } }
      .footer .item .itfoot::after {
        content: "";
        position: absolute;
        left: 12px;
        bottom: -12px;
        width: 36px;
        height: 2px;
        background: #fff; }
      .footer .item .itfoot .inner {
        display: block;
        position: relative;
        width: 100%;
        height: 86px;
        background: #D9D9D9;
        overflow: hidden; }
        .footer .item .itfoot .inner 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; }
        .footer .item .itfoot .inner: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); }
  .footer .copyright {
    position: relative;
    margin-top: 48px;
    padding: 16px 12px;
    width: 100%;
    border-top: 1px solid #ffffff38;
    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: 998;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    background: #0058D4;
    padding-top: 11px;
    display: none; }
    .footer .scrollToTop:before {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #202043;
      -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; }
    .footer .scrollToTop span {
      position: relative;
      z-index: 1;
      color: #fff; }
    .footer .scrollToTop:hover::before {
      -webkit-transform: scale(1);
      transform: scale(1); }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
  .footer .imgtext {
    width: 100%;
    margin-top: 58px; }
    .footer .imgtext .listimgs {
      display: flex;
      align-items: center;
      margin-top: 12px; }
      @media (max-width: 991px) {
        .footer .imgtext .listimgs {
          justify-content: center; } }
      .footer .imgtext .listimgs a {
        height: 28px; }
      .footer .imgtext .listimgs img {
        max-width: 90%; }

.m-contact {
  display: flex;
  align-items: flex-start;
  margin-top: 12px; }
  @media (max-width: 991px) {
    .m-contact {
      justify-content: center; } }
  .m-contact svg {
    fill: #fff;
    min-width: 16px;
    max-width: 16px;
    margin: 8px 8px 0px 0px; }
  .m-contact p,
  .m-contact a {
    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; }
  .m-contact a:hover {
    color: #202043; }

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;
  list-style: none;
  font-size: 14px;
  line-height: 26px;
  /*color: #2C2C2C;*/
  font-family: 'ProximaNova-Regular'; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #E5E5E5; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #18AAE3;
  cursor: pointer; }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg"), url("../fonts/ProximaNova-Bold.otf") format("truetype"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"), url("../fonts/ProximaNova-Regular.otf") format("truetype"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Thin';
  src: url("../fonts/ProximaNova-Thin.svg#ProximaNova-Thin") format("svg"), url("../fonts/ProximaNova-Thin.otf") format("truetype"), url("../fonts/ProximaNova-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  direction: ltr;
  text-align: left;
  background: #E5E5E5 url(../images/bg.png) repeat center center; }
  body.active {
    overflow: hidden; }

.bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  padding: 0px 12px;
  background: #0058D4;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0px;
  outline-style: none;
  outline: 0px;
  color: #fff;
  width: 134px;
  height: 48px;
  cursor: pointer;
  overflow: hidden;
  justify-content: center;
  -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 {
      width: 116px;
      height: 36px;
      font-size: 12px; } }
  .bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    background: #202043;
    -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; }

.social {
  display: flex;
  direction: ltr; }
  .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px; }
    .social a svg {
      max-width: 20px;
      max-height: 20px;
      -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; }
    .social a.icon-facebook svg {
      fill: #fff; }
    .social a.icon-facebook:hover svg {
      fill: #3b5998 !important; }
    .social a.icon-twitter svg {
      fill: #fff; }
    .social a.icon-twitter:hover svg {
      fill: #00acee !important; }
    .social a.icon-instagram svg {
      fill: #fff; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46 !important; }
    .social a.icon-youtube svg {
      fill: #fff; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b !important; }
    .social a.icon-rss svg {
      fill: #fff; }
    .social a.icon-rss:hover svg {
      fill: #ee802f !important; }
    .social a.icon-snapchat svg {
      fill: #fff; }
    .social a.icon-snapchat:hover svg {
      fill: #fbeb0c !important; }
    .social a.icon-linkedin svg {
      fill: #fff; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1 !important; }
    .social a.icon-gplus svg {
      fill: #fff; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39 !important; }
    .social a.icon-whatsapp svg {
      fill: #fff; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e !important; }
    .social a.icon-email svg {
      fill: #fff; }
    .social a.icon-email:hover svg {
      fill: #dd4b39 !important; }
    .social a.icon-print svg {
      fill: #fff; }
    .social a.icon-print:hover svg {
      fill: #8d5b46 !important; }
    .social a.icon-behance svg {
      fill: #fff; }
    .social a.icon-behance:hover svg {
      fill: #0058D4 !important; }

.title {
  font-size: 40px;
  font-family: 'ProximaNova-Bold';
  color: #18AAE3;
  line-height: 160%;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .title {
      font-size: 28px; } }
  .title.bord-bot::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    width: 160px;
    height: 2px;
    background: #0087B6;
    margin: 0px auto; }

.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: #008a3a; }
      .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: 54px;
  text-transform: none;
  box-shadow: none;
  padding: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 1px solid #0058D4;
  background: none; }
  .form-control:focus {
    border-bottom: 1px solid #18AAE3; }

.che-box {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin: 0px;
  padding-left: 28px; }
  .che-box input[type="checkbox"],
  .che-box input[type="radio"] {
    position: absolute;
    right: 9000px; }
  .che-box input[type="checkbox"] + .label-text:before,
  .che-box input[type="radio"] + .label-text:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    background: none;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    font-style: initial;
    border: 1px solid #0058D4; }
  .che-box input[type="radio"] + .label-text:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box; }
  .che-box input[type="checkbox"]:checked + .label-text:before,
  .che-box input[type="radio"]:checked + .label-text:before {
    content: "";
    background: #0058D4 url(../images/tick.svg) no-repeat center center;
    background-size: 100% 100%;
    animation: effect 250ms ease-in; }
  .che-box span.label-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #202043;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .che-box span.label-text {
        font-size: 14px; } }

.textcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 96px; }
  @media (max-width: 991px) {
    .textcenter {
      margin-top: 24px; } }
  .textcenter p {
    color: #202043;
    font-size: 18px; }
    @media (max-width: 991px) {
      .textcenter p {
        font-size: 14px; } }
  .textcenter .bottom {
    margin: 16px 4px 0px 4px; }
  .textcenter .st-btn {
    background: #18AAE3; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-bottom: 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-left: 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: url(../images/arrow.svg) no-repeat;
  background-position: 185px 19px; }
  select.form-control option {
    padding: 24px; }

.map-back {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  height: 192px;
  padding: 0px;
  background: #E5E5E5;
  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, #041c3fd1 7.57%, #041c3f57 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;
      font-weight: 600; }
      .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: 0px;
          left: 2px;
          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;
      -webkit-border-radius: 5px !important;
      border-radius: 5px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: rgba(193, 193, 193, 0.5);
      color: #202043;
      -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; }
    .pagination li svg {
      width: 12px;
      height: 12px; }
    .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: #0058D4 !important;
    color: #fff !important; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

/*# sourceMappingURL=home.css.map */
