.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: #fff; }
  @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;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .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: 122px; }
      @media (max-width: 991px) {
        .header.sticky .logo img {
          max-width: 106px; } }
  .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: 152px;
    -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 .logo img {
        max-width: 106px; } }
  .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: #fff;
        transition: all 0.5s ease; }
        .header .navbar .menu-link {
          color: #0b1143; }
          .header .navbar .menu-link svg {
            fill: #0b1143; }
        .header .navbar.active {
          left: 0rem;
          opacity: 1;
          visibility: visible; }
        .header .navbar .cancel {
          display: block; } }
  .header .menu-item {
    position: relative;
    display: inline-block;
    margin: 0px 16px;
    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; }
  .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: #0b1143;
    text-transform: capitalize;
    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; }
    .header .menu-link::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0px;
      width: 0px;
      height: 2px;
      background: #4db848;
      -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;
        margin-bottom: 12px; }
        .header .menu-item:last-child {
          margin-bottom: 0px; }
      .header .menu-link {
        justify-content: space-between; } }
  .header .menu .activelink .menu-link,
  .header .menu .menu-item:hover .menu-link {
    color: #4db848; }
    .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: #4db848; }
    .header .menu .activelink .menu-link::after,
    .header .menu .menu-item:hover .menu-link::after {
      width: 80%; }
  .header .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 218px;
    height: auto;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    background: #fff;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out; }
    .header .submenu .submenu-item {
      display: block; }
      .header .submenu .submenu-item:last-child .submenu-link {
        border: 0px;
        padding: 0px; }
        @media (max-width: 991px) {
          .header .submenu .submenu-item:last-child .submenu-link {
            margin-top: 8px; } }
    .header .submenu .submenu-link {
      position: relative;
      display: block;
      cursor: pointer;
      color: #0b1143;
      text-transform: capitalize;
      transition: all 0.35s ease;
      padding-bottom: 8px;
      border-bottom: 1px solid #e5e5e5;
      margin-top: 8px; }
      @media (max-width: 991px) {
        .header .submenu .submenu-link {
          margin-bottom: 8px; } }
      .header .submenu .submenu-link:hover {
        outline: none;
        color: #4db848; }
    @media only screen and (max-width: 991px) {
      .header .submenu {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        max-height: 0px;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: none;
        padding: 0px 12px;
        border-radius: 0px; } }
  .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: #0b1143; }
      .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 {
        fill: #0b1143;
        width: 24px;
        height: 24px; }
    .header .icon .bottom {
      width: 118px;
      height: 44px; }
      @media (max-width: 991px) {
        .header .icon .bottom {
          display: none; } }
    .header .icon .language {
      display: flex;
      align-items: center;
      border: 1px solid #4db848;
      padding: 4px 8px;
      border-radius: 8px;
      margin-right: 12px;
      color: #4db848;
      overflow: hidden; }
      @media (max-width: 991px) {
        .header .icon .language {
          margin: 0px;
          padding: 0px 8px; } }
      .header .icon .language svg {
        width: 20px;
        margin-right: 4px; }
        @media (max-width: 991px) {
          .header .icon .language svg {
            width: 16px; } }
        .header .icon .language svg path,
        .header .icon .language svg rect {
          fill: #4db848; }
  .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: #0b1143;
  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); }
  @media (max-width: 991px) {
    .color {
      bottom: 45%; } }
  .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: #0b1143; }
    .color li svg {
      width: 16px;
      height: 16px;
      fill: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .color li.active {
      background: #fff !important;
      min-width: 94px; }
      .color li.active span {
        display: block;
        color: #0b1143; }
      .color li.active svg {
        fill: #0b1143; }

.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;
  background: #fff; }
  .slider .carousel-item {
    height: calc(100vh - 90px); }
    @media (max-width: 991px) {
      .slider .carousel-item {
        height: 46vh; } }
    .slider .carousel-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00000075; }
    .slider .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 44px;
    height: 44px;
    bottom: 0px;
    background: #fff;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        width: 34px;
        height: 34px; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 20px;
      height: 20px;
      fill: #0b1143;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .slider .carousel-control-next svg,
        .slider .carousel-control-prev svg {
          width: 18px;
          height: 18px; } }
    .slider .carousel-control-next:hover,
    .slider .carousel-control-prev:hover {
      background: #D1362A; }
      .slider .carousel-control-next:hover svg,
      .slider .carousel-control-prev:hover svg {
        fill: #fff; }
  .slider .carousel-control-next {
    right: 24px; }
    @media (max-width: 991px) {
      .slider .carousel-control-next {
        right: 12px; } }
  .slider .carousel-control-prev {
    left: auto;
    right: 69px; }
    @media (max-width: 991px) {
      .slider .carousel-control-prev {
        right: 47px; } }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .cen-text {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100%; }
    @media (max-width: 991px) {
      .slider .cen-text {
        text-align: center; } }
    .slider .cen-text .title {
      color: #fff;
      font-size: 56px;
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .title {
          display: none;
          font-size: 32px; }
          .slider .cen-text .title br {
            display: none; } }
    .slider .cen-text .text {
      display: block;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .slider .cen-text .text {
          display: none; } }
    .slider .cen-text .bottom {
      margin-top: 24px; }
      @media (max-width: 991px) {
        .slider .cen-text .bottom {
          display: none; } }
  .slider .carousel-indicators {
    margin: 0px;
    padding: 0px;
    bottom: 32px; }
    .slider .carousel-indicators li {
      background: #fff;
      width: 28px; }
      .slider .carousel-indicators li.active {
        background: #4db848; }
  .slider iframe,
  .slider video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.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; }

.mincategory {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url(../images/category.png) no-repeat left top;
  background-size: 100%;
  overflow: hidden; }
  @media (max-width: 991px) {
    .mincategory {
      padding: 24px 0px; } }
  .mincategory .slidecategory {
    position: relative; }
    .mincategory .slidecategory .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -16px; }
      .mincategory .slidecategory .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .mincategory .slidecategory .slick-list .slick-track:after, .mincategory .slidecategory .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .mincategory .slidecategory .slick-prev,
    .mincategory .slidecategory .slick-next {
      position: absolute;
      top: 44%;
      right: -52px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none; }
      @media (max-width: 1280px) {
        .mincategory .slidecategory .slick-prev,
        .mincategory .slidecategory .slick-next {
          display: none !important; } }
      .mincategory .slidecategory .slick-prev svg,
      .mincategory .slidecategory .slick-next svg {
        width: 42px;
        height: 42px;
        fill: #4db848;
        -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; }
      .mincategory .slidecategory .slick-prev:hover svg,
      .mincategory .slidecategory .slick-next:hover svg {
        opacity: 0.7; }
    .mincategory .slidecategory .slick-prev {
      right: auto;
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .mincategory .slidecategory .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important;
      margin-top: 24px; }
      @media (max-width: 1280px) {
        .mincategory .slidecategory .slick-dots {
          display: block !important; } }
      .mincategory .slidecategory .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #656565;
        border-radius: 50%; }
        .mincategory .slidecategory .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 15px;
          height: 15px;
          cursor: pointer;
          color: #4db8480d;
          border: 0px;
          outline: none;
          border-radius: 50%;
          background: transparent; }
      .mincategory .slidecategory .slick-dots li.slick-active {
        background: #4db848; }
    .mincategory .slidecategory .slick-track {
      padding-top: 24px;
      height: 534px; }
      @media (max-width: 991px) {
        .mincategory .slidecategory .slick-track {
          height: auto;
          padding-top: 0px; } }
    .mincategory .slidecategory .item {
      display: inline-block;
      margin: 50px 16px 0px 16px;
      border-radius: 16px;
      height: 382px;
      vertical-align: text-top;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: #fff;
      text-align: center; }
      @media (max-width: 991px) {
        .mincategory .slidecategory .item {
          height: 340px;
          margin-top: 24px; } }
      .mincategory .slidecategory .item:hover .photo::after {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
      .mincategory .slidecategory .item:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .mincategory .slidecategory .item a {
        display: block; }
      .mincategory .slidecategory .item .photo {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10; }
        .mincategory .slidecategory .item .photo::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5);
          content: '';
          z-index: 1;
          -webkit-transition: -webkit-transform .6s;
          transition: -webkit-transform .6s;
          -o-transition: transform .6s;
          transition: transform .6s;
          transition: transform .6s, -webkit-transform .6s;
          -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
          transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
        .mincategory .slidecategory .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; }
      .mincategory .slidecategory .item .overlay {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 2;
        padding: 96px 16px 16px 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;
        background: linear-gradient(#00000000, #000000); }
      .mincategory .slidecategory .item .title,
      .mincategory .slidecategory .item h1,
      .mincategory .slidecategory .item h2,
      .mincategory .slidecategory .item h3,
      .mincategory .slidecategory .item h4,
      .mincategory .slidecategory .item h5,
      .mincategory .slidecategory .item h6 {
        font-size: 24px !important;
        color: #fff;
        font-family: 'ProximaNova-Regular'; }
    .mincategory .slidecategory .slick-current,
    .mincategory .slidecategory .slick-center {
      position: relative;
      z-index: 10;
      height: 440px;
      margin-top: 24px;
      -webkit-box-shadow: 4px 4px 40px #00000061;
      -moz-box-shadow: 4px 4px 40px #00000061;
      -o-box-shadow: 4px 4px 40px #00000061;
      -ms-box-shadow: 4px 4px 40px #00000061;
      box-shadow: 4px 4px 40px #00000061; }
      @media (max-width: 991px) {
        .mincategory .slidecategory .slick-current,
        .mincategory .slidecategory .slick-center {
          height: 340px;
          box-shadow: none; } }

.work-previous {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #4db8480d;
  overflow: hidden; }
  @media (max-width: 991px) {
    .work-previous {
      padding: 24px 0px; } }
  .work-previous .slideprevious {
    position: relative; }
    .work-previous .slideprevious .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -16px; }
      .work-previous .slideprevious .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        overflow: hidden; }
        .work-previous .slideprevious .slick-list .slick-track:after, .work-previous .slideprevious .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .work-previous .slideprevious .slick-prev,
    .work-previous .slideprevious .slick-next {
      position: absolute;
      top: 44%;
      right: -52px;
      cursor: pointer;
      border: 0px;
      padding: 0px;
      outline: none;
      font-size: 0px;
      background: none; }
      @media (max-width: 1280px) {
        .work-previous .slideprevious .slick-prev,
        .work-previous .slideprevious .slick-next {
          display: none !important; } }
      .work-previous .slideprevious .slick-prev svg,
      .work-previous .slideprevious .slick-next svg {
        width: 42px;
        height: 42px;
        fill: #4db848;
        -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; }
      .work-previous .slideprevious .slick-prev:hover svg,
      .work-previous .slideprevious .slick-next:hover svg {
        opacity: 0.7; }
    .work-previous .slideprevious .slick-prev {
      right: auto;
      left: -52px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .work-previous .slideprevious .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      text-align: center;
      display: none !important;
      margin-top: 24px; }
      @media (max-width: 1280px) {
        .work-previous .slideprevious .slick-dots {
          display: block !important; } }
      .work-previous .slideprevious .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 2px;
        padding: 0px;
        cursor: pointer;
        background: #656565;
        border-radius: 50%; }
        .work-previous .slideprevious .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          width: 15px;
          height: 15px;
          cursor: pointer;
          color: #4db8480d;
          border: 0px;
          outline: none;
          border-radius: 50%;
          background: transparent; }
      .work-previous .slideprevious .slick-dots li.slick-active {
        background: #4db848; }
    .work-previous .slideprevious .item {
      display: inline-block;
      margin: 24px 12px 0px 12px;
      border-radius: 16px;
      height: 420px;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: #fff; }
      @media (max-width: 991px) {
        .work-previous .slideprevious .item {
          height: 340px; } }
      .work-previous .slideprevious .item:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .work-previous .slideprevious .item:hover .imglogo img {
        transform: none; }
      .work-previous .slideprevious .item a {
        display: block; }
      .work-previous .slideprevious .item .photo {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 10; }
        .work-previous .slideprevious .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; }
      .work-previous .slideprevious .item .overlay {
        display: flex;
        align-items: center;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 2;
        padding: 96px 16px 24px 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        background: linear-gradient(#00000000, #000000); }
        @media (max-width: 991px) {
          .work-previous .slideprevious .item .overlay {
            display: block; } }
        .work-previous .slideprevious .item .overlay .imglogo {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 64px;
          max-width: 64px;
          height: 64px;
          border-radius: 50%;
          background: #fff;
          padding: 12px;
          -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); }
          .work-previous .slideprevious .item .overlay .imglogo img {
            max-width: 90%;
            max-height: 90%; }
        .work-previous .slideprevious .item .overlay .content {
          margin-left: 16px; }
          @media (max-width: 991px) {
            .work-previous .slideprevious .item .overlay .content {
              margin: 0px;
              margin-top: 16px; } }
          .work-previous .slideprevious .item .overlay .content .title {
            font-size: 22px !important;
            color: #fff;
            font-family: 'ProximaNova-Regular'; }
          .work-previous .slideprevious .item .overlay .content p {
            display: flex;
            align-items: center;
            color: #4db848;
            margin-top: 4px; }
            .work-previous .slideprevious .item .overlay .content p svg,
            .work-previous .slideprevious .item .overlay .content p img {
              fill: #4db848;
              min-width: 18px;
              min-height: 18px;
              max-width: 18px;
              max-height: 18px;
              margin-right: 12px; }

.s-partners {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .s-partners {
      padding: 24px 0px; } }
  .s-partners .row {
    margin: 0px;
    margin-top: 24px; }
  .s-partners .item {
    padding: 0px; }
    @media (max-width: 991px) {
      .s-partners .item {
        max-width: 50%;
        flex: 50%; } }
    .s-partners .item:hover img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .s-partners .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 200px;
      background: #4db8480d;
      padding: 24px; }
      @media (max-width: 991px) {
        .s-partners .item a {
          height: 140px; } }
      .s-partners .item a img {
        max-width: 100%;
        max-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; }
    .s-partners .item:nth-child(1) a, .s-partners .item:nth-child(3) a, .s-partners .item:nth-child(6) a, .s-partners .item:nth-child(8) a, .s-partners .item:nth-child(9) a, .s-partners .item:nth-child(11) a, .s-partners .item:nth-child(14) a, .s-partners .item:nth-child(16) a, .s-partners .item:nth-child(17) a, .s-partners .item:nth-child(19) a, .s-partners .item:nth-child(21) a {
      background: #2c33930d; }

.d-company {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .d-company {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .d-company .item {
      max-width: 100%;
      flex: 100%;
      margin: 0px;
      margin-bottom: 24px; }
      .d-company .item:last-child {
        margin: 0px; } }
  .d-company .item .title,
  .d-company .item h1,
  .d-company .item h2,
  .d-company .item h3,
  .d-company .item h4,
  .d-company .item h5,
  .d-company .item h6 {
    font-size: 26px; }
  .d-company .item .text,
  .d-company .item p {
    margin-top: 12px; }
  .d-company .item .s-boxs {
    margin: 0px;
    margin-bottom: 48px; }
  .d-company .item .com-inner {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .d-company .item .com-inner .photo {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      padding: 24px;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      .d-company .item .com-inner .photo img {
        max-width: 100%;
        max-height: 100%; }
    .d-company .item .com-inner .title,
    .d-company .item .com-inner h1,
    .d-company .item .com-inner h2,
    .d-company .item .com-inner h3,
    .d-company .item .com-inner h4,
    .d-company .item .com-inner h5,
    .d-company .item .com-inner h6 {
      margin-top: 16px;
      text-align: center;
      font-size: 22px; }
    .d-company .item .com-inner .media {
      display: flex;
      margin-top: 20px; }
      .d-company .item .com-inner .media svg,
      .d-company .item .com-inner .media img {
        fill: #4db848;
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
        margin-top: 4px; }
      .d-company .item .com-inner .media .contant {
        display: flex;
        margin-left: 12px; }
        .d-company .item .com-inner .media .contant p,
        .d-company .item .com-inner .media .contant a {
          display: block;
          width: 100%;
          text-transform: capitalize;
          line-height: 26px;
          -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; }
        .d-company .item .com-inner .media .contant a:hover {
          color: #4db848; }
    .d-company .item .com-inner .socialevent {
      display: flex;
      direction: ltr;
      margin-top: 24px; }
      .d-company .item .com-inner .socialevent a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        min-width: 38px;
        max-width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        -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); }
        .d-company .item .com-inner .socialevent a:last-child {
          margin: 0px; }
        .d-company .item .com-inner .socialevent a svg {
          max-width: 16px;
          max-height: 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; }
        .d-company .item .com-inner .socialevent a.icon-facebook svg {
          fill: #3b5998 !important; }
          .d-company .item .com-inner .socialevent a.icon-facebook svg path {
            fill: #3b5998 !important; }
        .d-company .item .com-inner .socialevent a.icon-facebook:hover {
          background: #3b5998 !important; }
          .d-company .item .com-inner .socialevent a.icon-facebook:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-facebook:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-twitter svg {
          fill: #00acee !important; }
          .d-company .item .com-inner .socialevent a.icon-twitter svg path {
            fill: #00acee !important; }
        .d-company .item .com-inner .socialevent a.icon-twitter:hover {
          background: #00acee !important; }
          .d-company .item .com-inner .socialevent a.icon-twitter:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-twitter:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-instagram svg {
          fill: #8d5b46 !important; }
          .d-company .item .com-inner .socialevent a.icon-instagram svg path {
            fill: #8d5b46 !important; }
        .d-company .item .com-inner .socialevent a.icon-instagram:hover {
          background: #8d5b46 !important; }
          .d-company .item .com-inner .socialevent a.icon-instagram:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-instagram:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-youtube svg {
          fill: #c4302b !important; }
          .d-company .item .com-inner .socialevent a.icon-youtube svg path {
            fill: #c4302b !important; }
        .d-company .item .com-inner .socialevent a.icon-youtube:hover {
          background: #c4302b !important; }
          .d-company .item .com-inner .socialevent a.icon-youtube:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-youtube:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-rss svg {
          fill: #ee802f !important; }
          .d-company .item .com-inner .socialevent a.icon-rss svg path {
            fill: #ee802f !important; }
        .d-company .item .com-inner .socialevent a.icon-rss:hover {
          background: #ee802f !important; }
          .d-company .item .com-inner .socialevent a.icon-rss:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-rss:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-snapchat svg {
          fill: #fbeb0c !important; }
          .d-company .item .com-inner .socialevent a.icon-snapchat svg path {
            fill: #fbeb0c !important; }
        .d-company .item .com-inner .socialevent a.icon-snapchat:hover {
          background: #fbeb0c !important; }
          .d-company .item .com-inner .socialevent a.icon-snapchat:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-snapchat:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-linkedin svg {
          fill: #007fb1 !important; }
          .d-company .item .com-inner .socialevent a.icon-linkedin svg path {
            fill: #007fb1 !important; }
        .d-company .item .com-inner .socialevent a.icon-linkedin:hover {
          background: #007fb1 !important; }
          .d-company .item .com-inner .socialevent a.icon-linkedin:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-linkedin:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-gplus svg {
          fill: #dd4b39 !important; }
          .d-company .item .com-inner .socialevent a.icon-gplus svg path {
            fill: #dd4b39 !important; }
        .d-company .item .com-inner .socialevent a.icon-gplus:hover {
          background: #dd4b39 !important; }
          .d-company .item .com-inner .socialevent a.icon-gplus:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-gplus:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-whatsapp svg {
          fill: #189d0e !important; }
          .d-company .item .com-inner .socialevent a.icon-whatsapp svg path {
            fill: #189d0e !important; }
        .d-company .item .com-inner .socialevent a.icon-whatsapp:hover {
          background: #189d0e !important; }
          .d-company .item .com-inner .socialevent a.icon-whatsapp:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-whatsapp:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-email svg {
          fill: #dd4b39 !important; }
          .d-company .item .com-inner .socialevent a.icon-email svg path {
            fill: #dd4b39 !important; }
        .d-company .item .com-inner .socialevent a.icon-email:hover {
          background: #dd4b39 !important; }
          .d-company .item .com-inner .socialevent a.icon-email:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-email:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-print svg {
          fill: #8d5b46 !important; }
          .d-company .item .com-inner .socialevent a.icon-print svg path {
            fill: #8d5b46 !important; }
        .d-company .item .com-inner .socialevent a.icon-print:hover {
          background: #8d5b46 !important; }
          .d-company .item .com-inner .socialevent a.icon-print:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-print:hover svg path {
              fill: #fff !important; }
        .d-company .item .com-inner .socialevent a.icon-behance svg {
          fill: #0058D4 !important; }
          .d-company .item .com-inner .socialevent a.icon-behance svg path {
            fill: #0058D4 !important; }
        .d-company .item .com-inner .socialevent a.icon-behance:hover {
          background: #0058D4 !important; }
          .d-company .item .com-inner .socialevent a.icon-behance:hover svg {
            fill: #fff !important; }
            .d-company .item .com-inner .socialevent a.icon-behance:hover svg path {
              fill: #fff !important; }
      .d-company .item .com-inner .socialevent a {
        margin-right: 2px; }

.textmessage {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  min-height: 600px; }
  @media (max-width: 991px) {
    .textmessage {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .textmessage {
      min-height: inherit; } }
  .textmessage .textlight {
    padding: 0px 20%; }
    @media (max-width: 991px) {
      .textmessage .textlight {
        padding: 0px; } }
  .textmessage .bottom {
    margin-top: 24px; }

.broker {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .broker {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .broker {
      padding-top: 0px; } }
  .broker .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .broker .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .broker .item {
        max-width: 100%;
        flex: 100%; } }
    .broker .item a {
      display: block;
      border-radius: 16px;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: #fff; }
    .broker .item:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .broker .item .photo {
      position: relative;
      width: 100%;
      height: 360px;
      overflow: hidden;
      z-index: 10; }
      @media (max-width: 991px) {
        .broker .item .photo {
          height: 240px; } }
      .broker .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; }
    .broker .item .overlay {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      z-index: 2;
      padding: 96px 16px 24px 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: linear-gradient(#00000000, #000000); }
      @media (max-width: 991px) {
        .broker .item .overlay {
          display: block; } }
      .broker .item .overlay .title,
      .broker .item .overlay h1,
      .broker .item .overlay h2,
      .broker .item .overlay h3,
      .broker .item .overlay h4,
      .broker .item .overlay h5,
      .broker .item .overlay h6 {
        font-size: 22px !important;
        color: #fff;
        font-family: 'ProximaNova-Regular';
        text-align: center; }

.resale {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .resale {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .resale {
      padding-top: 0px;
      overflow: hidden; } }
  .resale .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .resale .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .resale .item {
        max-width: 100%;
        flex: 100%; } }
    .resale .item:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .resale .item:hover .imglogo img {
      transform: none; }
    .resale .item a {
      display: block; }
    .resale .item .photo {
      position: relative;
      width: 100%;
      height: 340px;
      overflow: hidden;
      z-index: 10;
      border-radius: 16px;
      background: #fff; }
      @media (max-width: 991px) {
        .resale .item .photo {
          height: 340px; } }
      @media (max-width: 550px) {
        .resale .item .photo {
          height: 240px; } }
      .resale .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; }
    .resale .item .overlay {
      display: flex;
      align-items: center;
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      z-index: 2;
      padding: 96px 16px 24px 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: linear-gradient(#00000000, #000000); }
      @media (max-width: 991px) {
        .resale .item .overlay {
          display: block; } }
      .resale .item .overlay .imglogo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 64px;
        max-width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #fff;
        padding: 12px;
        -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); }
        .resale .item .overlay .imglogo img {
          max-width: 90%;
          max-height: 90%; }
      .resale .item .overlay .content {
        margin-left: 16px; }
        @media (max-width: 991px) {
          .resale .item .overlay .content {
            margin: 0px;
            margin-top: 16px; } }
        .resale .item .overlay .content .title,
        .resale .item .overlay .content h1,
        .resale .item .overlay .content h2,
        .resale .item .overlay .content h3,
        .resale .item .overlay .content h4,
        .resale .item .overlay .content h5,
        .resale .item .overlay .content h6 {
          font-size: 22px !important;
          color: #fff;
          font-family: 'ProximaNova-Regular'; }
        .resale .item .overlay .content p {
          display: flex;
          align-items: center;
          color: #4db848;
          margin-top: 4px; }
          .resale .item .overlay .content p svg,
          .resale .item .overlay .content p img {
            fill: #4db848;
            min-width: 18px;
            min-height: 18px;
            max-width: 18px;
            max-height: 18px;
            margin-right: 12px; }
  @media (max-width: 991px) {
    .resale .itemphoto {
      max-width: 100%;
      flex: 100%; } }
  .resale .itemphoto:nth-child(1) .itemgallery {
    height: 424px; }
    @media (max-width: 991px) {
      .resale .itemphoto:nth-child(1) .itemgallery {
        height: 324px; } }
    @media (max-width: 550px) {
      .resale .itemphoto:nth-child(1) .itemgallery {
        height: 224px; } }
  .resale .itemphoto:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    max-width: calc(50% + 24px);
    flex: calc(50% + 24px); }
    @media (max-width: 991px) {
      .resale .itemphoto:nth-child(2) {
        max-width: calc(100% + 24px);
        flex: calc(100% + 24px); } }
    .resale .itemphoto:nth-child(2) .itemgallery {
      width: 50%;
      height: 200px;
      padding: 0px 12px; }
      @media (max-width: 550px) {
        .resale .itemphoto:nth-child(2) .itemgallery {
          height: 100px; } }
      .resale .itemphoto:nth-child(2) .itemgallery::before {
        left: 24px;
        right: 24px; }
  .resale .itemgallery {
    display: block;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    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; }
    .resale .itemgallery::before {
      content: '';
      position: absolute;
      top: 12px;
      right: 12px;
      bottom: 12px;
      left: 12px;
      background: #4db848ab;
      transform: scaleY(0);
      border-radius: 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; }
    .resale .itemgallery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 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; }
    .resale .itemgallery .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: #fff;
      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; }
      @media (max-width: 991px) {
        .resale .itemgallery .popup-img {
          width: 40px;
          height: 40px; } }
      .resale .itemgallery .popup-img svg {
        fill: none;
        stroke: #4db848;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1px;
        width: 44px;
        height: 44px; }
        @media (max-width: 991px) {
          .resale .itemgallery .popup-img svg {
            width: 24px;
            height: 24px; } }
    .resale .itemgallery:hover::before {
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .resale .itemgallery:hover .popup-img {
      opacity: 1; }
  .resale .itembox {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .resale .itembox {
        margin-top: 16px;
        max-width: 100%;
        flex: 100%; } }
    .resale .itembox .innertext,
    .resale .itembox .items,
    .resale .itembox .itemform {
      margin-bottom: 12px; }
      .resale .itembox .innertext .text,
      .resale .itembox .innertext p,
      .resale .itembox .items .text,
      .resale .itembox .items p,
      .resale .itembox .itemform .text,
      .resale .itembox .itemform p {
        line-height: 17px;
        color: #9D9D9D; }
      .resale .itembox .innertext .price,
      .resale .itembox .items .price,
      .resale .itembox .itemform .price {
        font-size: 24px;
        font-family: 'ProximaNova-Bold';
        line-height: 21.6px;
        color: #0b1143;
        margin-top: 4px; }
        .resale .itembox .innertext .price span,
        .resale .itembox .items .price span,
        .resale .itembox .itemform .price span {
          font-weight: normal;
          font-size: 16px; }
      .resale .itembox .innertext .details,
      .resale .itembox .innertext ul,
      .resale .itembox .innertext ol,
      .resale .itembox .items .details,
      .resale .itembox .items ul,
      .resale .itembox .items ol,
      .resale .itembox .itemform .details,
      .resale .itembox .itemform ul,
      .resale .itembox .itemform ol {
        display: flex;
        align-items: center;
        margin-top: 32px; }
        @media (max-width: 991px) {
          .resale .itembox .innertext .details,
          .resale .itembox .innertext ul,
          .resale .itembox .innertext ol,
          .resale .itembox .items .details,
          .resale .itembox .items ul,
          .resale .itembox .items ol,
          .resale .itembox .itemform .details,
          .resale .itembox .itemform ul,
          .resale .itembox .itemform ol {
            margin-top: 24px; } }
        .resale .itembox .innertext .details li,
        .resale .itembox .innertext ul li,
        .resale .itembox .innertext ol li,
        .resale .itembox .items .details li,
        .resale .itembox .items ul li,
        .resale .itembox .items ol li,
        .resale .itembox .itemform .details li,
        .resale .itembox .itemform ul li,
        .resale .itembox .itemform ol li {
          display: flex;
          align-items: center;
          padding: 0px;
          margin-right: 32px; }
          .resale .itembox .innertext .details li:last-child,
          .resale .itembox .innertext ul li:last-child,
          .resale .itembox .innertext ol li:last-child,
          .resale .itembox .items .details li:last-child,
          .resale .itembox .items ul li:last-child,
          .resale .itembox .items ol li:last-child,
          .resale .itembox .itemform .details li:last-child,
          .resale .itembox .itemform ul li:last-child,
          .resale .itembox .itemform ol li:last-child {
            margin: 0px; }
          @media (max-width: 991px) {
            .resale .itembox .innertext .details li,
            .resale .itembox .innertext ul li,
            .resale .itembox .innertext ol li,
            .resale .itembox .items .details li,
            .resale .itembox .items ul li,
            .resale .itembox .items ol li,
            .resale .itembox .itemform .details li,
            .resale .itembox .itemform ul li,
            .resale .itembox .itemform ol li {
              margin-right: 24px; } }
          .resale .itembox .innertext .details li p,
          .resale .itembox .innertext ul li p,
          .resale .itembox .innertext ol li p,
          .resale .itembox .items .details li p,
          .resale .itembox .items ul li p,
          .resale .itembox .items ol li p,
          .resale .itembox .itemform .details li p,
          .resale .itembox .itemform ul li p,
          .resale .itembox .itemform ol li p {
            font-size: 16px;
            color: #0b1143;
            font-weight: 500;
            text-transform: capitalize;
            margin: 0px 4px; }
            @media (max-width: 991px) {
              .resale .itembox .innertext .details li p,
              .resale .itembox .innertext ul li p,
              .resale .itembox .innertext ol li p,
              .resale .itembox .items .details li p,
              .resale .itembox .items ul li p,
              .resale .itembox .items ol li p,
              .resale .itembox .itemform .details li p,
              .resale .itembox .itemform ul li p,
              .resale .itembox .itemform ol li p {
                font-size: 14px; } }
          .resale .itembox .innertext .details li svg,
          .resale .itembox .innertext .details li img,
          .resale .itembox .innertext ul li svg,
          .resale .itembox .innertext ul li img,
          .resale .itembox .innertext ol li svg,
          .resale .itembox .innertext ol li img,
          .resale .itembox .items .details li svg,
          .resale .itembox .items .details li img,
          .resale .itembox .items ul li svg,
          .resale .itembox .items ul li img,
          .resale .itembox .items ol li svg,
          .resale .itembox .items ol li img,
          .resale .itembox .itemform .details li svg,
          .resale .itembox .itemform .details li img,
          .resale .itembox .itemform ul li svg,
          .resale .itembox .itemform ul li img,
          .resale .itembox .itemform ol li svg,
          .resale .itembox .itemform ol li img {
            width: 20px;
            height: 20px; }
            @media (max-width: 991px) {
              .resale .itembox .innertext .details li svg,
              .resale .itembox .innertext .details li img,
              .resale .itembox .innertext ul li svg,
              .resale .itembox .innertext ul li img,
              .resale .itembox .innertext ol li svg,
              .resale .itembox .innertext ol li img,
              .resale .itembox .items .details li svg,
              .resale .itembox .items .details li img,
              .resale .itembox .items ul li svg,
              .resale .itembox .items ul li img,
              .resale .itembox .items ol li svg,
              .resale .itembox .items ol li img,
              .resale .itembox .itemform .details li svg,
              .resale .itembox .itemform .details li img,
              .resale .itembox .itemform ul li svg,
              .resale .itembox .itemform ul li img,
              .resale .itembox .itemform ol li svg,
              .resale .itembox .itemform ol li img {
                width: 14px;
                height: 14px; } }
            .resale .itembox .innertext .details li svg path,
            .resale .itembox .innertext .details li img path,
            .resale .itembox .innertext ul li svg path,
            .resale .itembox .innertext ul li img path,
            .resale .itembox .innertext ol li svg path,
            .resale .itembox .innertext ol li img path,
            .resale .itembox .items .details li svg path,
            .resale .itembox .items .details li img path,
            .resale .itembox .items ul li svg path,
            .resale .itembox .items ul li img path,
            .resale .itembox .items ol li svg path,
            .resale .itembox .items ol li img path,
            .resale .itembox .itemform .details li svg path,
            .resale .itembox .itemform .details li img path,
            .resale .itembox .itemform ul li svg path,
            .resale .itembox .itemform ul li img path,
            .resale .itembox .itemform ol li svg path,
            .resale .itembox .itemform ol li img path {
              fill: #7B7B7B; }
      .resale .itembox .innertext .title,
      .resale .itembox .innertext h1,
      .resale .itembox .innertext h2,
      .resale .itembox .innertext h3,
      .resale .itembox .innertext h4,
      .resale .itembox .innertext h5,
      .resale .itembox .innertext h6,
      .resale .itembox .items .title,
      .resale .itembox .items h1,
      .resale .itembox .items h2,
      .resale .itembox .items h3,
      .resale .itembox .items h4,
      .resale .itembox .items h5,
      .resale .itembox .items h6,
      .resale .itembox .itemform .title,
      .resale .itembox .itemform h1,
      .resale .itembox .itemform h2,
      .resale .itembox .itemform h3,
      .resale .itembox .itemform h4,
      .resale .itembox .itemform h5,
      .resale .itembox .itemform h6 {
        margin-top: 24px;
        font-size: 26px; }
        @media (max-width: 991px) {
          .resale .itembox .innertext .title,
          .resale .itembox .innertext h1,
          .resale .itembox .innertext h2,
          .resale .itembox .innertext h3,
          .resale .itembox .innertext h4,
          .resale .itembox .innertext h5,
          .resale .itembox .innertext h6,
          .resale .itembox .items .title,
          .resale .itembox .items h1,
          .resale .itembox .items h2,
          .resale .itembox .items h3,
          .resale .itembox .items h4,
          .resale .itembox .items h5,
          .resale .itembox .items h6,
          .resale .itembox .itemform .title,
          .resale .itembox .itemform h1,
          .resale .itembox .itemform h2,
          .resale .itembox .itemform h3,
          .resale .itembox .itemform h4,
          .resale .itembox .itemform h5,
          .resale .itembox .itemform h6 {
            font-size: 20px !important; } }
      .resale .itembox .innertext .addrs,
      .resale .itembox .items .addrs,
      .resale .itembox .itemform .addrs {
        display: flex;
        align-items: center;
        margin-top: 24px;
        color: #0b1143; }
        @media (max-width: 991px) {
          .resale .itembox .innertext .addrs,
          .resale .itembox .items .addrs,
          .resale .itembox .itemform .addrs {
            margin-top: 16px; } }
        .resale .itembox .innertext .addrs svg,
        .resale .itembox .innertext .addrs img,
        .resale .itembox .items .addrs svg,
        .resale .itembox .items .addrs img,
        .resale .itembox .itemform .addrs svg,
        .resale .itembox .itemform .addrs img {
          min-width: 20px;
          max-width: 20px;
          height: 20px;
          margin-right: 4px; }
    .resale .itembox .items {
      margin: 0px;
      margin-top: 32px; }
      .resale .itembox .items .title,
      .resale .itembox .items h1,
      .resale .itembox .items h2,
      .resale .itembox .items h3,
      .resale .itembox .items h4,
      .resale .itembox .items h5,
      .resale .itembox .items h6 {
        margin: 0px;
        margin-bottom: 12px;
        font-size: 18px !important; }
      .resale .itembox .items .amenities {
        margin-top: 16px; }
        .resale .itembox .items .amenities .amen {
          display: flex;
          align-items: center;
          justify-content: center;
          justify-content: flex-start;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          width: 50%;
          font-weight: 400;
          line-height: 17.07px;
          margin-bottom: 16px; }
          @media (max-width: 991px) {
            .resale .itembox .items .amenities .amen {
              font-size: 12px; } }
          .resale .itembox .items .amenities .amen svg,
          .resale .itembox .items .amenities .amen img {
            min-width: 20px;
            max-width: 20px;
            margin-right: 12px; }
            @media (max-width: 991px) {
              .resale .itembox .items .amenities .amen svg,
              .resale .itembox .items .amenities .amen img {
                margin-right: 8px; } }
      .resale .itembox .items .location {
        position: relative;
        width: 100%;
        height: 360px;
        background: #4db8480d;
        margin-top: 24px; }
        .resale .itembox .items .location iframe {
          display: block;
          border: 0px;
          width: 100%;
          height: 100%; }
    .resale .itembox .itemform {
      position: sticky;
      top: 100px;
      width: 100%;
      padding: 24px;
      box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
      border-radius: 15px; }
      .resale .itembox .itemform .inner-text {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%; }
        .resale .itembox .itemform .inner-text .photo {
          display: flex;
          align-items: center;
          justify-content: center;
          min-width: 58px;
          max-width: 58px;
          height: 58px;
          box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          overflow: hidden; }
          .resale .itembox .itemform .inner-text .photo img {
            max-width: 60%;
            max-height: 60%; }
        .resale .itembox .itemform .inner-text .text {
          margin-left: 12px; }
          .resale .itembox .itemform .inner-text .text .name {
            font-size: 14px;
            color: #0b1143;
            font-family: 'ProximaNova-Bold'; }
          .resale .itembox .itemform .inner-text .text .details {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-top: 4px; }
            .resale .itembox .itemform .inner-text .text .details li {
              padding: 0px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0px;
              margin-right: 12px; }
              .resale .itembox .itemform .inner-text .text .details li:last-child {
                margin: 0px; }
              .resale .itembox .itemform .inner-text .text .details li p {
                font-size: 12px;
                color: #9D9D9D;
                margin: 0px;
                text-transform: uppercase; }
              .resale .itembox .itemform .inner-text .text .details li span {
                color: #0b1143;
                margin-left: 4px;
                font-size: 12px;
                font-family: 'ProximaNova-Bold'; }
        .resale .itembox .itemform .inner-text:nth-child(2) {
          margin-top: 24px; }
          .resale .itembox .itemform .inner-text:nth-child(2) .photo img {
            width: 100%;
            max-width: 100%;
            min-height: 100%;
            object-fit: cover; }
      .resale .itembox .itemform .inner-form {
        margin-top: 32px; }
        .resale .itembox .itemform .inner-form .title {
          color: #0b1143;
          font-size: 12px !important;
          font-weight: 600;
          line-height: 14.44px;
          margin: 0px;
          margin-bottom: 12px; }
        .resale .itembox .itemform .inner-form .inner {
          background: #fff;
          border: 1px solid #E5E5E5;
          padding: 8px;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background-clip: padding-box;
          margin-bottom: 12px; }
          .resale .itembox .itemform .inner-form .inner .text {
            font-size: 10px;
            line-height: 10px;
            text-transform: uppercase; }
          .resale .itembox .itemform .inner-form .inner .form-control {
            border: 0px !important;
            box-shadow: none !important;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            background-clip: padding-box;
            padding: 0px;
            font-size: 12px;
            line-height: 14px;
            font-weight: 500;
            color: #0b1143;
            height: auto; }
          .resale .itembox .itemform .inner-form .inner ::placeholder {
            font-size: 12px;
            color: #0b1143;
            font-weight: 500; }
          .resale .itembox .itemform .inner-form .inner :-ms-input-placeholder {
            font-size: 12px;
            color: #0b1143;
            font-weight: 500; }
          .resale .itembox .itemform .inner-form .inner ::-ms-input-placeholder {
            font-size: 12px;
            color: #0b1143;
            font-weight: 500; }
          .resale .itembox .itemform .inner-form .inner:nth-child(4) textarea.form-control {
            height: 46px;
            resize: none; }

.textline,
p {
  line-height: 30px !important; }

.aboutus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #fff url(../images/category.png) no-repeat left top;
  background-size: 100%; }
  @media (max-width: 991px) {
    .aboutus {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .aboutus {
      padding: 32px 0px; } }
  .aboutus .item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .aboutus .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px; }
        .aboutus .item:last-child {
          margin: 0px; } }
    .aboutus .item .welcome {
      color: #4db848;
      text-transform: capitalize;
      font-size: 18px; }
    .aboutus .item .title,
    .aboutus .item h1,
    .aboutus .item h2,
    .aboutus .item h3,
    .aboutus .item h4,
    .aboutus .item h5,
    .aboutus .item h6 {
      margin-top: 12px; }
    .aboutus .item .text,
    .aboutus .item p {
      margin-top: 12px; }
    .aboutus .item .allphoto {
      position: relative;
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .aboutus .item .allphoto .photo {
        width: calc(50% - 12px);
        height: 400px;
        overflow: hidden; }
        @media (max-width: 767px) {
          .aboutus .item .allphoto .photo {
            height: 260px; } }
        .aboutus .item .allphoto .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .aboutus .item .allphoto .photo:last-child {
          margin-top: 24px; }
    .aboutus .item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0px;
      right: 0px;
      margin: 0px auto;
      width: 120px;
      height: 120px;
      background: #fff;
      padding: 16px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); }
      .aboutus .item .icon img {
        max-width: 80%; }
      @media (max-width: 767px) {
        .aboutus .item .icon {
          width: 100px;
          height: 100px; } }
    .aboutus .item .bottoms {
      position: relative;
      display: flex;
      align-items: center;
      margin-top: 24px; }

.cd-single-point {
  position: relative;
  width: 72px;
  height: 72px;
  cursor: pointer;
  text-align: center; }
  .cd-single-point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: cd-pulse 2s infinite; }
  .cd-single-point .cd-img-replace {
    position: relative;
    z-index: 2;
    display: block;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .cd-single-point .innerbc {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #4db848;
    z-index: 10; }
@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #4db848; }
  100% {
    box-shadow: 0 0 0 30px rgba(255, 150, 44, 0); } }
.YouTubePopUp-Wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999999999999;
  padding: 15px; }
  .YouTubePopUp-Wrap .YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0px auto;
    height: 100%;
    position: relative; }
    .YouTubePopUp-Wrap .YouTubePopUp-Content iframe,
    .YouTubePopUp-Wrap .YouTubePopUp-Content video {
      position: absolute;
      top: 0px;
      bottom: 0px;
      max-width: 100% !important;
      width: 100% !important;
      display: block !important;
      height: 480px !important;
      border: none !important;
      margin: auto 0px;
      background: #fff;
      padding: 15px; }
      @media (max-width: 767px) {
        .YouTubePopUp-Wrap .YouTubePopUp-Content iframe,
        .YouTubePopUp-Wrap .YouTubePopUp-Content video {
          height: 300px !important; } }
  .YouTubePopUp-Wrap .YouTubePopUp-Close {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 528px;
    cursor: pointer;
    margin: auto 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    background-size: 100%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }

.numbers {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #4db8480d url(../images/numbers.png) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .numbers {
      padding: 24px 0px; } }
  .numbers .row {
    position: relative;
    z-index: 10; }
  .numbers .item {
    text-align: center; }
    @media (max-width: 991px) {
      .numbers .item {
        max-width: 50%;
        flex: 50%;
        margin-bottom: 48px; }
        .numbers .item:nth-child(3), .numbers .item:nth-child(4) {
          margin: 0px; } }
    @media (max-width: 500px) {
      .numbers .item {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 24px !important; }
        .numbers .item:nth-child(4) {
          margin: 0px !important; } }
    .numbers .item .timer {
      font-size: 58px;
      color: #0b1143;
      font-family: 'ProximaNova-Bold';
      text-align: center; }
      @media (max-width: 1199px) {
        .numbers .item .timer {
          font-size: 48px; } }
    .numbers .item .flex {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 32px; }
      .numbers .item .flex span {
        display: block;
        margin: -32px 4px 0px 0px;
        font-size: 34px;
        color: #4db848; }
    .numbers .item .title {
      font-size: 22px;
      line-height: 1;
      margin-top: 32px;
      font-family: 'ProximaNova-Regular'; }

.aboutinner {
  position: relative;
  width: 100%;
  padding: 48px 0px; }
  @media (max-width: 991px) {
    .aboutinner {
      padding: 24px 0px; } }
  .aboutinner .item {
    text-align: center;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .aboutinner .item {
        max-width: 50%;
        flex: 50%;
        margin-top: 24px; } }
    @media (max-width: 767px) {
      .aboutinner .item {
        max-width: 100%;
        flex: 100%; } }
    .aboutinner .item .inner {
      position: relative;
      width: 100%;
      background: #fff;
      border-radius: 8px;
      padding: 24px;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .aboutinner .item .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 120px;
      height: 120px;
      margin: 0px auto;
      background: #fff;
      text-align: center;
      border-radius: 50%;
      -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); }
      .aboutinner .item .icon svg,
      .aboutinner .item .icon img {
        position: relative;
        z-index: 1;
        fill: #4db848;
        max-width: 60px;
        max-height: 60px; }
        @media (max-width: 991px) {
          .aboutinner .item .icon svg,
          .aboutinner .item .icon img {
            max-width: 50px;
            max-height: 50px; } }
    .aboutinner .item .title {
      font-size: 22px;
      margin-top: 16px; }
    .aboutinner .item p {
      margin-top: 8px; }

.staff {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #4db8480d; }
  @media (max-width: 991px) {
    .staff {
      padding: 24px 0px; } }
  .staff .item {
    position: relative;
    margin-top: 48px; }
    @media (max-width: 991px) {
      .staff .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 500px) {
      .staff .item {
        max-width: 100%;
        flex: 100%; } }
    .staff .item .inner {
      position: relative;
      width: 100%; }
    .staff .item:hover .photo img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
    .staff .item:hover .content {
      bottom: 0px; }
    .staff .item:hover .social {
      bottom: -49px; }
    .staff .item .photo {
      position: relative;
      width: 100%;
      height: 382px;
      overflow: hidden;
      z-index: 10; }
      .staff .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; }
    .staff .item .content {
      width: 100%;
      position: absolute;
      left: 0px;
      bottom: -140px;
      -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; }
      .staff .item .content .m-title {
        padding: 12px; }
      .staff .item .content .name {
        font-weight: 600;
        font-size: 22px;
        line-height: 23px;
        color: #fff;
        background: #4db848;
        text-transform: uppercase; }
      .staff .item .content .inner-text {
        background: #4db848;
        padding: 12px;
        margin-top: 48px; }
        .staff .item .content .inner-text .title {
          color: #fff;
          font-size: 18px;
          font-weight: 600;
          padding: 0px; }
        .staff .item .content .inner-text .list li {
          display: flex;
          align-items: center;
          font-size: 14px;
          height: 21px;
          overflow: hidden;
          color: #fff;
          margin-top: 8px; }
          .staff .item .content .inner-text .list li svg {
            width: 14px;
            height: 14px;
            fill: #fff;
            margin-right: 4px; }
    .staff .item .social {
      position: absolute;
      left: 0px;
      bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background: #4db848;
      border-top: 1px solid #ffffff4a;
      -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; }
      .staff .item .social a {
        width: 48px;
        height: 48px;
        margin: 0px;
        border-left: 1px solid #ffffff4a; }
        .staff .item .social a:last-child {
          border-right: 1px solid #ffffff4a; }
        .staff .item .social a svg {
          fill: #fff;
          max-width: 16px;
          max-height: 16px; }
        .staff .item .social a.icon-facebook:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-facebook:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-twitter:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-twitter:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-instagram:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-instagram:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-youtube:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-youtube:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-rss:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-rss:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-snapchat:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-snapchat:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-linkedin:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-linkedin:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-gplus:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-gplus:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-whatsapp:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-whatsapp:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-email:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-email:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-print:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-print:hover svg {
            fill: #fff; }
        .staff .item .social a.icon-behance:hover {
          background: none;
          opacity: 0.7; }
          .staff .item .social a.icon-behance:hover svg {
            fill: #fff; }

.mediacenter {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #4db8480d; }
  @media (max-width: 991px) {
    .mediacenter {
      padding: 24px 0px; } }
  .mediacenter .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .mediacenter .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 667px) {
      .mediacenter .item {
        max-width: 100%;
        flex: 100%; } }
    .mediacenter .item .inner {
      display: block;
      position: relative;
      background: #fff;
      overflow: hidden;
      border-radius: 16px;
      padding: 16px;
      text-align: center;
      z-index: 1;
      -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); }
      .mediacenter .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .mediacenter .item .inner:hover .title {
        color: #4db848; }
      .mediacenter .item .inner .photo {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 16px; }
        @media (max-width: 991px) {
          .mediacenter .item .inner .photo {
            height: 240px; } }
        .mediacenter .item .inner .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; }
      .mediacenter .item .inner .title,
      .mediacenter .item .inner h1,
      .mediacenter .item .inner h2,
      .mediacenter .item .inner h3,
      .mediacenter .item .inner h4,
      .mediacenter .item .inner h5,
      .mediacenter .item .inner h6 {
        font-family: 'ProximaNova-Regular';
        font-size: 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;
        margin: 32px 0px 12px 0px; }
        @media (max-width: 991px) {
          .mediacenter .item .inner .title,
          .mediacenter .item .inner h1,
          .mediacenter .item .inner h2,
          .mediacenter .item .inner h3,
          .mediacenter .item .inner h4,
          .mediacenter .item .inner h5,
          .mediacenter .item .inner h6 {
            margin-top: 24px; } }

.gallery {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .gallery {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .gallery {
      padding-top: 0px; } }
  .gallery .container {
    position: relative;
    z-index: 10; }
  .gallery .lightgallery {
    display: flex;
    justify-content: space-between; }
  .gallery .architecture {
    margin-top: 24px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  @media (max-width: 991px) {
    .gallery .dsn-stories .architecture {
      max-width: 50%;
      flex: 50%; } }
  @media (max-width: 480px) {
    .gallery .dsn-stories .architecture {
      max-width: 100%;
      flex: 100%; } }
  .gallery .dsn-stories-gallery {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
  .gallery .dsn-stories .p-relative {
    position: relative;
    height: 356px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    cursor: pointer; }
    @media (max-width: 991px) {
      .gallery .dsn-stories .p-relative {
        height: 228px; } }
  .gallery .dsn-stories .p-relative a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 280px; }
    @media (max-width: 991px) {
      .gallery .dsn-stories .p-relative a {
        height: 140px; } }
    .gallery .dsn-stories .p-relative a:hover .contant::before {
      top: 0px;
      opacity: 1;
      transition: all .8s; }
    .gallery .dsn-stories .p-relative a:hover .popup-img {
      opacity: 1; }
  .gallery .dsn-stories .p-relative img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .gallery .dsn-stories .contant {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center; }
    .gallery .dsn-stories .contant:before {
      content: "";
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      position: absolute;
      width: 100%;
      bottom: 0;
      border-radius: 0;
      top: -100%;
      height: 100%;
      background: #041c3f57;
      right: 0px; }
  .gallery .info {
    padding: 20px;
    width: 100%;
    z-index: 22;
    left: 0px;
    text-align: 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; }
    .gallery .info .title,
    .gallery .info h1,
    .gallery .info h2,
    .gallery .info h3,
    .gallery .info h4,
    .gallery .info h5,
    .gallery .info h6 {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 24px;
      overflow: hidden;
      text-align: center;
      font-family: 'ProximaNova-Regular'; }
    .gallery .info .num-text {
      display: block;
      color: #4db848;
      margin-top: 8px;
      line-height: 1; }
  .gallery .dsn-stories .contant .popup-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 16px;
    background-clip: padding-box;
    background: #4db848;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .gallery .dsn-stories .contant .popup-img svg {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    width: 44px;
    height: 44px; }

.videos {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .videos {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .videos {
      padding-top: 0px; } }
  .videos .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .videos .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .videos .item {
        max-width: 100%;
        flex: 100%; } }
    .videos .item .inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 16px;
      background: #fff;
      border-radius: 16px;
      cursor: pointer;
      text-align: center;
      overflow: hidden;
      -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
      .videos .item .inner:hover i.icon-play {
        background: #4db848; }
      .videos .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .videos .item .inner:hover .title {
        color: #4db848; }
    .videos .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 248px;
      overflow: hidden;
      background: #4db8480d;
      border-radius: 16px; }
      @media (max-width: 767px) {
        .videos .item .photo {
          height: 220px; } }
      .videos .item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
    .videos .item i.icon-play {
      position: absolute;
      top: 50%;
      right: 0px;
      left: 0px;
      width: 74px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      z-index: 1;
      background: #4db848c7;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      background-clip: padding-box;
      margin-top: -28px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .videos .item i.icon-play svg {
        width: 22px;
        height: 22px; }
    .videos .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 24px;
      margin-top: 16px;
      font-family: 'ProximaNova-Regular';
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .videos .item .info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #4db8480d;
      width: calc(100% + 32px);
      margin: 24px 0px -16px -16px;
      padding: 12px; }
      .videos .item .info .date {
        display: flex;
        align-items: center;
        margin-right: 24px;
        text-transform: capitalize; }
        .videos .item .info .date svg {
          width: 20px;
          height: 20px;
          fill: #4db848;
          margin-right: 8px; }
      .videos .item .info .time {
        display: flex;
        align-items: center;
        text-transform: capitalize; }
        .videos .item .info .time svg {
          width: 26px;
          height: 26px;
          stroke: #4db848;
          fill: none;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: 2px;
          margin-right: 8px; }

#video-popup-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000000db;
  z-index: 1001;
  display: none;
  padding: 24px 12px; }
  #video-popup-overlay #video-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer; }
    #video-popup-overlay #video-popup-close svg {
      width: 24px;
      height: 24px; }
      #video-popup-overlay #video-popup-close svg path {
        stroke: #fff; }
  #video-popup-overlay #video-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    width: 60%;
    height: 100%; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-container {
        width: 100%; } }
  #video-popup-overlay #video-popup-iframe-container iframe,
  #video-popup-overlay #video-popup-iframe-container video {
    display: block;
    border: 0px;
    width: 100%;
    height: 460px; }
    @media (max-width: 767px) {
      #video-popup-overlay #video-popup-iframe-container iframe,
      #video-popup-overlay #video-popup-iframe-container video {
        height: 260px; } }
  #video-popup-overlay .title,
  #video-popup-overlay h1,
  #video-popup-overlay h2,
  #video-popup-overlay h3,
  #video-popup-overlay h4,
  #video-popup-overlay h5,
  #video-popup-overlay h6 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 24px; }
  #video-popup-overlay .info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px; }
    #video-popup-overlay .info .date {
      display: flex;
      align-items: center;
      margin-right: 24px;
      color: #fff; }
      #video-popup-overlay .info .date svg {
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 8px; }
    #video-popup-overlay .info .time {
      display: flex;
      align-items: center;
      color: #fff; }
      #video-popup-overlay .info .time svg {
        width: 26px;
        height: 26px;
        stroke: #fff;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2px;
        margin-right: 8px; }

.events {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .events {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .events {
      padding-top: 0px; } }
  .events .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .events .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .events .item {
        max-width: 100%;
        flex: 100%; } }
    .events .item:hover .photo img {
      -webkit-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }
    .events .item:hover .title {
      color: #4db848; }
    .events .item:hover .inner {
      background: #fff; }
    .events .item a {
      display: block;
      position: relative; }
    .events .item .photo {
      width: 100%;
      height: 400px;
      overflow: hidden;
      border-radius: 16px; }
      @media (max-width: 991px) {
        .events .item .photo {
          height: 340px; } }
      .events .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; }
    .events .item .inner {
      display: block;
      position: absolute;
      bottom: 24px;
      left: 24px;
      width: calc(100% - 48px);
      background: #ffffffcf;
      overflow: hidden;
      border-radius: 16px;
      padding: 16px;
      text-align: center;
      z-index: 1;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      -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); }
      .events .item .inner .date {
        color: #4db848; }
      .events .item .inner .title,
      .events .item .inner h1,
      .events .item .inner h2,
      .events .item .inner h3,
      .events .item .inner h4,
      .events .item .inner h5,
      .events .item .inner h6 {
        font-family: 'ProximaNova-Regular';
        font-size: 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;
        margin-top: 12px; }

.innersection {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  padding-top: 24px; }
  @media (max-width: 991px) {
    .innersection {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .innersection {
      padding-top: 0px; } }
  .innersection .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .innersection .item {
        max-width: 100%;
        flex: 100%; } }
    .innersection .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 440px;
      overflow: hidden;
      border-radius: 16px; }
      @media (max-width: 991px) {
        .innersection .item .photo {
          height: 240px; } }
      .innersection .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; }
      .innersection .item .photo .date {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50px;
        height: 60px;
        background: #fbae1f;
        color: #0b1143;
        margin: 0px;
        text-align: center;
        font-weight: 600; }
    .innersection .item .flexbox {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 550px) {
        .innersection .item .flexbox {
          display: block; } }
      .innersection .item .flexbox .info {
        display: flex;
        align-items: center;
        margin-top: 24px; }
        .innersection .item .flexbox .info .date {
          display: flex;
          align-items: center;
          margin-right: 24px;
          text-transform: capitalize; }
          .innersection .item .flexbox .info .date svg {
            width: 20px;
            height: 20px;
            fill: #4db848;
            margin-right: 8px; }
        .innersection .item .flexbox .info .time {
          display: flex;
          align-items: center;
          text-transform: capitalize; }
          .innersection .item .flexbox .info .time svg {
            width: 26px;
            height: 26px;
            stroke: #4db848;
            fill: none;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 2px;
            margin-right: 8px; }
      .innersection .item .flexbox .socialevent {
        display: flex;
        direction: ltr;
        margin-top: 24px; }
        .innersection .item .flexbox .socialevent a {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 12px;
          min-width: 38px;
          max-width: 38px;
          height: 38px;
          border-radius: 50%;
          background: #fff;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
          -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); }
          .innersection .item .flexbox .socialevent a:last-child {
            margin: 0px; }
          .innersection .item .flexbox .socialevent a svg {
            max-width: 16px;
            max-height: 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; }
          .innersection .item .flexbox .socialevent a.icon-facebook svg {
            fill: #3b5998 !important; }
            .innersection .item .flexbox .socialevent a.icon-facebook svg path {
              fill: #3b5998 !important; }
          .innersection .item .flexbox .socialevent a.icon-facebook:hover {
            background: #3b5998 !important; }
            .innersection .item .flexbox .socialevent a.icon-facebook:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-facebook:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-twitter svg {
            fill: #00acee !important; }
            .innersection .item .flexbox .socialevent a.icon-twitter svg path {
              fill: #00acee !important; }
          .innersection .item .flexbox .socialevent a.icon-twitter:hover {
            background: #00acee !important; }
            .innersection .item .flexbox .socialevent a.icon-twitter:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-twitter:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-instagram svg {
            fill: #8d5b46 !important; }
            .innersection .item .flexbox .socialevent a.icon-instagram svg path {
              fill: #8d5b46 !important; }
          .innersection .item .flexbox .socialevent a.icon-instagram:hover {
            background: #8d5b46 !important; }
            .innersection .item .flexbox .socialevent a.icon-instagram:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-instagram:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-youtube svg {
            fill: #c4302b !important; }
            .innersection .item .flexbox .socialevent a.icon-youtube svg path {
              fill: #c4302b !important; }
          .innersection .item .flexbox .socialevent a.icon-youtube:hover {
            background: #c4302b !important; }
            .innersection .item .flexbox .socialevent a.icon-youtube:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-youtube:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-rss svg {
            fill: #ee802f !important; }
            .innersection .item .flexbox .socialevent a.icon-rss svg path {
              fill: #ee802f !important; }
          .innersection .item .flexbox .socialevent a.icon-rss:hover {
            background: #ee802f !important; }
            .innersection .item .flexbox .socialevent a.icon-rss:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-rss:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-snapchat svg {
            fill: #fbeb0c !important; }
            .innersection .item .flexbox .socialevent a.icon-snapchat svg path {
              fill: #fbeb0c !important; }
          .innersection .item .flexbox .socialevent a.icon-snapchat:hover {
            background: #fbeb0c !important; }
            .innersection .item .flexbox .socialevent a.icon-snapchat:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-snapchat:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-linkedin svg {
            fill: #007fb1 !important; }
            .innersection .item .flexbox .socialevent a.icon-linkedin svg path {
              fill: #007fb1 !important; }
          .innersection .item .flexbox .socialevent a.icon-linkedin:hover {
            background: #007fb1 !important; }
            .innersection .item .flexbox .socialevent a.icon-linkedin:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-linkedin:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-gplus svg {
            fill: #dd4b39 !important; }
            .innersection .item .flexbox .socialevent a.icon-gplus svg path {
              fill: #dd4b39 !important; }
          .innersection .item .flexbox .socialevent a.icon-gplus:hover {
            background: #dd4b39 !important; }
            .innersection .item .flexbox .socialevent a.icon-gplus:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-gplus:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-whatsapp svg {
            fill: #189d0e !important; }
            .innersection .item .flexbox .socialevent a.icon-whatsapp svg path {
              fill: #189d0e !important; }
          .innersection .item .flexbox .socialevent a.icon-whatsapp:hover {
            background: #189d0e !important; }
            .innersection .item .flexbox .socialevent a.icon-whatsapp:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-whatsapp:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-email svg {
            fill: #dd4b39 !important; }
            .innersection .item .flexbox .socialevent a.icon-email svg path {
              fill: #dd4b39 !important; }
          .innersection .item .flexbox .socialevent a.icon-email:hover {
            background: #dd4b39 !important; }
            .innersection .item .flexbox .socialevent a.icon-email:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-email:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-print svg {
            fill: #8d5b46 !important; }
            .innersection .item .flexbox .socialevent a.icon-print svg path {
              fill: #8d5b46 !important; }
          .innersection .item .flexbox .socialevent a.icon-print:hover {
            background: #8d5b46 !important; }
            .innersection .item .flexbox .socialevent a.icon-print:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-print:hover svg path {
                fill: #fff !important; }
          .innersection .item .flexbox .socialevent a.icon-behance svg {
            fill: #0058D4 !important; }
            .innersection .item .flexbox .socialevent a.icon-behance svg path {
              fill: #0058D4 !important; }
          .innersection .item .flexbox .socialevent a.icon-behance:hover {
            background: #0058D4 !important; }
            .innersection .item .flexbox .socialevent a.icon-behance:hover svg {
              fill: #fff !important; }
              .innersection .item .flexbox .socialevent a.icon-behance:hover svg path {
                fill: #fff !important; }
    .innersection .item .title,
    .innersection .item h1,
    .innersection .item h2,
    .innersection .item h3,
    .innersection .item h4,
    .innersection .item h5,
    .innersection .item h6 {
      font-size: 26px;
      margin-top: 24px; }
    .innersection .item .text,
    .innersection .item p {
      margin-top: 16px; }
    .innersection .item .dateevent {
      display: flex;
      position: relative;
      width: 100%;
      padding: 24px;
      background: #4db8480d;
      border-radius: 16px;
      margin-top: 24px; }
      @media (max-width: 550px) {
        .innersection .item .dateevent {
          display: block; } }
      .innersection .item .dateevent .time {
        position: relative;
        color: #4db848;
        font-size: 26px;
        min-width: 90px;
        max-width: 90px; }
        .innersection .item .dateevent .time i {
          display: block;
          font-size: 14px; }
      .innersection .item .dateevent .content {
        padding-left: 24px;
        border-left: 2px solid #4db848; }
        @media (max-width: 550px) {
          .innersection .item .dateevent .content {
            margin-top: 16px;
            border: 0px;
            padding: 0px; } }
        .innersection .item .dateevent .content p {
          margin: 0px !important; }
        .innersection .item .dateevent .content .images {
          display: flex; }
          .innersection .item .dateevent .content .images .img {
            position: relative;
            width: 56px;
            height: 56px;
            overflow: hidden;
            background: #4db8480d;
            border-radius: 50%;
            margin: 24px -20px 0px 0px;
            -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
            border: 2px solid #fff; }
            .innersection .item .dateevent .content .images .img img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
  .innersection .inner {
    position: sticky;
    top: 100px; }
  .innersection .min-search {
    position: relative;
    width: 100%; }
    .innersection .min-search .form-control {
      width: 100%;
      height: 48px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      border: 0px;
      padding: 12px 56px 12px 12px;
      color: #0b1143;
      text-transform: initial;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1) !important; }
    .innersection .min-search .bot-search {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 48px;
      height: 48px;
      -webkit-border-radius: 0px 10px 10px 0px;
      border-radius: 0px 10px 10px 0px;
      background-clip: padding-box;
      box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
      background: #4db848;
      padding: 0px;
      border: 0px;
      outline: 0px;
      cursor: pointer;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .innersection .min-search .bot-search svg,
      .innersection .min-search .bot-search img {
        max-width: 16px;
        fill: #fff;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .innersection .min-search .bot-search:hover {
        background: #fff; }
        .innersection .min-search .bot-search:hover svg,
        .innersection .min-search .bot-search:hover img {
          fill: #4db848; }
  .innersection .ch-category {
    margin-top: 24px; }
    .innersection .ch-category .title {
      margin: 0px; }
    .innersection .ch-category .listcategory {
      margin-top: 16px; }
      .innersection .ch-category .listcategory a {
        display: block;
        width: 100%;
        position: relative;
        padding-left: 24px;
        font-size: 18px;
        margin-top: 12px;
        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; }
        .innersection .ch-category .listcategory a:hover {
          color: #4db848; }
        .innersection .ch-category .listcategory a::after {
          content: '';
          position: absolute;
          left: 0px;
          top: 8px;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: #4db848; }
  .innersection .most .title {
    margin: 0px; }
  .innersection .most .other a {
    display: flex;
    align-items: center;
    margin-top: 16px;
    background: #4db8480d;
    padding: 16px;
    border-radius: 16px; }
    .innersection .most .other a:hover .photo img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); }
    .innersection .most .other a:hover .content .title {
      color: #4db848; }
    .innersection .most .other a .photo {
      min-width: 108px;
      max-width: 98px;
      height: 88px;
      overflow: hidden;
      margin-right: 16px; }
      .innersection .most .other a .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; }
    .innersection .most .other a .content .title {
      font-size: 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0px;
      line-height: 26px;
      font-family: 'ProximaNova-Regular';
      -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; }
    .innersection .most .other a .content .date {
      display: flex;
      align-items: center;
      text-transform: capitalize;
      margin-top: 8px; }
      .innersection .most .other a .content .date svg {
        width: 20px;
        height: 20px;
        fill: #4db848;
        margin-right: 8px; }
  @media (max-width: 991px) {
    .innersection .hidebox {
      display: none; } }
  .innersection .advphoto {
    position: relative;
    margin-top: 24px;
    padding: 144px 24px;
    border-radius: 16px;
    overflow: hidden; }
    .innersection .advphoto .photoadv {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      .innersection .advphoto .photoadv::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #041c3f57; }
      .innersection .advphoto .photoadv img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .innersection .advphoto .inneradv {
      position: relative;
      z-index: 1;
      text-align: center; }
      .innersection .advphoto .inneradv img {
        max-width: 100px; }
      .innersection .advphoto .inneradv .title {
        color: #fff;
        margin-top: 24px; }
      .innersection .advphoto .inneradv .bottom {
        margin-top: 24px; }

.g-tabs {
  margin-top: 32px; }
  .g-tabs .nav-tabs {
    border: 0px; }
    .g-tabs .nav-tabs li {
      border: 0px;
      margin: 0px;
      margin-right: 24px; }
      .g-tabs .nav-tabs li:last-child {
        margin: 0px; }
      .g-tabs .nav-tabs li a {
        font-size: 24px;
        font-family: 'ProximaNova-Bold';
        border: 0px;
        padding: 0px;
        color: #0b1143; }
        .g-tabs .nav-tabs li a.active {
          color: #4db848; }
  .g-tabs .itemgallery {
    position: relative;
    width: 33.333%;
    margin-top: 24px;
    padding: 0px 12px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -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) {
      .g-tabs .itemgallery {
        width: 50%; } }
    .g-tabs .itemgallery::before {
      content: '';
      position: absolute;
      top: 10px;
      right: 22px;
      bottom: 10px;
      left: 22px;
      background: #4db848ab;
      transform: scaleY(0);
      border-radius: 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; }
    .g-tabs .itemgallery img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 16px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .g-tabs .itemgallery img {
          height: 200px; } }
      @media (max-width: 500px) {
        .g-tabs .itemgallery img {
          height: 140px; } }
    .g-tabs .itemgallery .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: #fff;
      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; }
      .g-tabs .itemgallery .popup-img svg {
        fill: none;
        stroke: #4db848;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1px;
        width: 44px;
        height: 44px; }
    .g-tabs .itemgallery:hover {
      transform: scale(1.05);
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05); }
      .g-tabs .itemgallery:hover::before {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
      .g-tabs .itemgallery:hover .popup-img {
        opacity: 1; }
  .g-tabs .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .g-tabs .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 767px) {
      .g-tabs .item {
        max-width: 100%;
        flex: 100%; } }
    .g-tabs .item .inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      padding: 12px;
      background: #fff;
      border-radius: 16px;
      cursor: pointer;
      text-align: center;
      overflow: hidden;
      -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); }
      .g-tabs .item .inner:hover i.icon-play {
        background: #4db848; }
      .g-tabs .item .inner:hover .photo img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); }
      .g-tabs .item .inner:hover .title {
        color: #4db848; }
    .g-tabs .item .photo {
      display: block;
      position: relative;
      width: 100%;
      height: 248px;
      overflow: hidden;
      background: #4db8480d;
      border-radius: 16px; }
      @media (max-width: 767px) {
        .g-tabs .item .photo {
          height: 220px; } }
      .g-tabs .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; }
    .g-tabs .item i.icon-play {
      position: absolute;
      top: 50%;
      right: 0px;
      left: 0px;
      width: 74px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px auto;
      z-index: 1;
      background: #4db848c7;
      -webkit-border-radius: 16px;
      border-radius: 16px;
      background-clip: padding-box;
      margin-top: -28px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .g-tabs .item i.icon-play svg {
        width: 22px;
        height: 22px; }
    .g-tabs .item .title {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 20px !important;
      margin-top: 16px;
      font-family: 'ProximaNova-Regular';
      -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; }
    .g-tabs .item .info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #4db8480d;
      width: calc(100% + 24px);
      margin: 24px 0px -12px -12px;
      padding: 12px; }
      .g-tabs .item .info .date {
        display: flex;
        align-items: center;
        margin-right: 24px;
        text-transform: capitalize; }
        .g-tabs .item .info .date svg {
          width: 20px;
          height: 20px;
          fill: #4db848;
          margin-right: 8px; }
      .g-tabs .item .info .time {
        display: flex;
        align-items: center;
        text-transform: capitalize; }
        .g-tabs .item .info .time svg {
          width: 26px;
          height: 26px;
          stroke: #4db848;
          fill: none;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: 2px;
          margin-right: 8px; }

.s-boxs {
  position: relative;
  width: 100%;
  margin-top: 32px; }
  .s-boxs .list,
  .s-boxs ul,
  .s-boxs ol {
    margin-top: 24px; }
    .s-boxs .list li,
    .s-boxs ul li,
    .s-boxs ol li {
      position: relative;
      font-size: 18px;
      color: #0b1143;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .s-boxs .list li,
        .s-boxs ul li,
        .s-boxs ol li {
          font-size: 16px; } }
      .s-boxs .list li svg,
      .s-boxs ul li svg,
      .s-boxs ol li svg {
        position: absolute;
        left: 0px;
        top: 2px;
        fill: #4db848;
        min-width: 24px;
        max-width: 24px;
        margin-right: 8px; }
      .s-boxs .list li span,
      .s-boxs ul li span,
      .s-boxs ol li span {
        font-size: 14px;
        color: #fbae1f; }

.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: #2c3393;
    font-size: 24px; }
  .error404 .bottom {
    margin-top: 24px; }

.contactus {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  background: #fff url(../images/testimonial-bg-1.png) no-repeat fixed center center/cover;
  padding: 24px 0px 48px 0px; }
  @media (max-width: 991px) {
    .contactus {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .contactus {
      padding-top: 0px; } }
  .contactus .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .contactus .item {
        max-width: 50%;
        flex: 50%; } }
    @media (max-width: 550px) {
      .contactus .item {
        max-width: 100%;
        flex: 100%; } }
    .contactus .item .contact-block {
      position: relative;
      background: #fff;
      padding: 40px 16px;
      -webkit-border-radius: 8px;
      border-radius: 8px;
      background-clip: padding-box;
      min-height: 266px;
      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;
      -webkit-box-shadow: 4px 4px 60px #0000000a;
      -moz-box-shadow: 4px 4px 60px #0000000a;
      -o-box-shadow: 4px 4px 60px #0000000a;
      -ms-box-shadow: 4px 4px 60px #0000000a;
      box-shadow: 4px 4px 60px #0000000a; }
      .contactus .item .contact-block svg {
        max-width: 56px;
        max-height: 56px;
        fill: #4db848;
        -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 .contact-block .block-info {
        position: relative;
        margin-top: 24px;
        z-index: 10; }
        .contactus .item .contact-block .block-info .title {
          font-size: 28px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .contactus .item .contact-block .block-info p,
        .contactus .item .contact-block .block-info a {
          display: block;
          margin-top: 8px;
          overflow: hidden;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
      .contactus .item .contact-block:hover {
        background: #4db848; }
        .contactus .item .contact-block:hover svg {
          fill: #fff; }
        .contactus .item .contact-block:hover::before {
          border: 2px solid #fff; }
        .contactus .item .contact-block:hover .block-info .title {
          color: #fff; }
          .contactus .item .contact-block:hover .block-info .title::after {
            background: #fff; }
        .contactus .item .contact-block:hover .block-info p,
        .contactus .item .contact-block:hover .block-info a {
          color: #fff; }
  .contactus .mt {
    margin-top: 64px; }
    @media (max-width: 991px) {
      .contactus .mt {
        margin-top: 24px;
        max-width: 100%;
        flex: 100%; } }
  .contactus .alert {
    margin: 0px;
    margin-top: 24px; }
  .contactus .field {
    margin-top: 24px; }
    @media (max-width: 767px) {
      .contactus .field {
        max-width: 100%;
        flex: 100%; } }

.map {
  background: #4db8480d;
  height: 100%; }
  @media (max-width: 991px) {
    .map {
      height: 300px; } }
  .map iframe {
    display: block;
    border: 0px;
    width: 100%;
    height: 100%; }

.footer {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  overflow: hidden;
  background: #1c1c1c;
  padding: 0px !important; }
  @media (max-width: 991px) {
    .footer {
      padding: 24px 0px; } }
  .footer .container {
    z-index: 2; }
  .footer .item {
    margin-top: 48px; }
    @media (max-width: 991px) {
      .footer .item {
        max-width: 100%;
        flex: 100%; } }
    @media (max-width: 991px) {
      .footer .item .logo {
        width: 100%;
        text-align: center; } }
    .footer .item .logo img {
      max-width: 210px; }
    .footer .item .text {
      overflow: hidden;
      color: #b3b3b3;
      text-transform: capitalize;
      padding-right: 48px;
      margin-top: 16px; }
      @media (max-width: 991px) {
        .footer .item .text {
          text-align: center;
          padding: 0px; } }
    .footer .item .socialicons {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 24px;
      justify-content: flex-start; }
      .footer .item .socialicons a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        color: #fff;
        width: 42px;
        height: 42px;
        background: #ffffff14;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        text-transform: capitalize; }
        .footer .item .socialicons a span {
          font-size: 16px; }
          @media (max-width: 767px) {
            .footer .item .socialicons a span {
              display: none; } }
        .footer .item .socialicons a svg {
          fill: #fff;
          width: 16px;
          height: 16px; }
        .footer .item .socialicons a.icon-facebook:hover {
          background: #3b5998; }
          .footer .item .socialicons a.icon-facebook:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-twitter:hover {
          background: #00acee; }
          .footer .item .socialicons a.icon-twitter:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-instagram:hover {
          background: #8d5b46; }
          .footer .item .socialicons a.icon-instagram:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-youtube:hover {
          background: #c4302b; }
          .footer .item .socialicons a.icon-youtube:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-rss:hover {
          background: #ee802f; }
          .footer .item .socialicons a.icon-rss:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-snapchat:hover {
          background: #fbeb0c; }
          .footer .item .socialicons a.icon-snapchat:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-linkedin:hover {
          background: #007fb1; }
          .footer .item .socialicons a.icon-linkedin:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-gplus:hover {
          background: #dd4b39; }
          .footer .item .socialicons a.icon-gplus:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-whatsapp:hover {
          background: #189d0e; }
          .footer .item .socialicons a.icon-whatsapp:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-email:hover {
          background: #dd4b39; }
          .footer .item .socialicons a.icon-email:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-print:hover {
          background: #8d5b46; }
          .footer .item .socialicons a.icon-print:hover svg {
            fill: #fff !important; }
        .footer .item .socialicons a.icon-behance:hover {
          background: #0058D4; }
          .footer .item .socialicons a.icon-behance:hover svg {
            fill: #fff !important; }
      .footer .item .socialicons a {
        margin: 0px;
        margin-right: 8px; }
      @media (max-width: 991px) {
        .footer .item .socialicons {
          justify-content: center; }
          .footer .item .socialicons a {
            margin: 0px 4px; } }
    .footer .item .title {
      font-size: 22px;
      color: #fff;
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        .footer .item .title {
          text-align: center;
          font-size: 20px; } }
    .footer .item .navmenu {
      margin-top: 24px; }
      .footer .item .navmenu a {
        display: inline-block;
        width: 50%;
        position: relative;
        color: #ffffffbf;
        margin-top: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        text-transform: capitalize; }
        @media (max-width: 991px) {
          .footer .item .navmenu a {
            text-align: center; } }
        .footer .item .navmenu a svg {
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
          fill: #c6c6c6;
          margin-right: 4px;
          min-width: 12px;
          max-width: 12px;
          -moz-transition: all 0.5s ease-in-out 0s;
          -o-transition: all 0.5s ease-in-out 0s;
          -webkit-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }
        .footer .item .navmenu a:hover {
          color: #4db848; }
          .footer .item .navmenu a:hover svg {
            fill: #f87412; }
    .footer .item .newsletter {
      position: relative;
      width: 100%;
      margin-top: 20px; }
      .footer .item .newsletter .form-control {
        height: 50px;
        border-radius: 0px;
        border: 0px !important;
        background: #ffffff14;
        font-style: italic;
        color: #fff;
        border-radius: 60px;
        padding-right: 160px;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 400; }
      .footer .item .newsletter .bottom {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px; }
        .footer .item .newsletter .bottom::before {
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px; }
        .footer .item .newsletter .bottom:hover {
          transform: translateY(0px); }
      .footer .item .newsletter ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #bbb;
        opacity: 1;
        /* Firefox */ }
      .footer .item .newsletter :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #bbb; }
      .footer .item .newsletter ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #bbb; }
    .footer .item .media {
      display: flex;
      align-items: center;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .footer .item .media {
          justify-content: center; } }
      .footer .item .media svg,
      .footer .item .media img {
        fill: #4db848;
        min-width: 18px;
        min-height: 18px;
        max-width: 18px;
        max-height: 18px; }
      .footer .item .media .contant {
        display: flex;
        margin-left: 12px; }
        .footer .item .media .contant p,
        .footer .item .media .contant a {
          display: block;
          width: 100%;
          color: #b3b3b3;
          font-weight: 400;
          text-transform: capitalize;
          line-height: 26px;
          -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 .media .contant a:hover {
          color: #4db848; }
  .footer .copyright {
    position: relative;
    margin-top: 48px;
    padding: 24px 0px;
    width: 100%;
    border-top: 1px solid #ffffff14;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        margin-top: 32px; } }
    .footer .copyright p {
      padding: 0px 12px;
      text-align: center;
      color: #b3b3b3;
      text-transform: capitalize; }
  .footer .scrollToTop {
    display: none !important;
    position: fixed;
    bottom: 16px;
    left: 16px;
    width: 46px;
    height: 46px;
    z-index: 1000;
    padding: 0px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    font-size: 14px;
    text-align: center;
    padding-top: 12px; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }
    .footer .scrollToTop.btntop {
      display: block !important; }
      @media (max-width: 991px) {
        .footer .scrollToTop.btntop {
          display: none !important; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 17px;
  line-height: 26px;
  color: #686868;
  font-family: 'ProximaNova-Regular'; }

::-webkit-scrollbar {
  width: 8px;
  height: 4px; }

/* Track */
::-webkit-scrollbar-track {
  background: #4db8480d; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #4db848;
  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: #fff; }
  body.active {
    overflow: hidden; }

.bottom {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  padding: 0px 12px;
  background: #4db848;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  border: 0px;
  outline-style: none;
  outline: 0px;
  color: #fff;
  width: 134px;
  height: 46px;
  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: 40px; } }
  .bottom:focus {
    outline: 0px !important; }
  .bottom:hover {
    background: #3a9d35; }

.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-facebook:hover svg path {
        fill: #3b5998 !important; }
    .social a.icon-twitter svg {
      fill: #fff; }
    .social a.icon-twitter:hover svg {
      fill: #00acee !important; }
      .social a.icon-twitter:hover svg path {
        fill: #00acee !important; }
    .social a.icon-instagram svg {
      fill: #fff; }
    .social a.icon-instagram:hover svg {
      fill: #8d5b46 !important; }
      .social a.icon-instagram:hover svg path {
        fill: #8d5b46 !important; }
    .social a.icon-youtube svg {
      fill: #fff; }
    .social a.icon-youtube:hover svg {
      fill: #c4302b !important; }
      .social a.icon-youtube:hover svg path {
        fill: #c4302b !important; }
    .social a.icon-rss svg {
      fill: #fff; }
    .social a.icon-rss:hover svg {
      fill: #ee802f !important; }
      .social a.icon-rss:hover svg path {
        fill: #ee802f !important; }
    .social a.icon-snapchat svg {
      fill: #fff; }
    .social a.icon-snapchat:hover svg {
      fill: #fbeb0c !important; }
      .social a.icon-snapchat:hover svg path {
        fill: #fbeb0c !important; }
    .social a.icon-linkedin svg {
      fill: #fff; }
    .social a.icon-linkedin:hover svg {
      fill: #007fb1 !important; }
      .social a.icon-linkedin:hover svg path {
        fill: #007fb1 !important; }
    .social a.icon-gplus svg {
      fill: #fff; }
    .social a.icon-gplus:hover svg {
      fill: #dd4b39 !important; }
      .social a.icon-gplus:hover svg path {
        fill: #dd4b39 !important; }
    .social a.icon-whatsapp svg {
      fill: #fff; }
    .social a.icon-whatsapp:hover svg {
      fill: #189d0e !important; }
      .social a.icon-whatsapp:hover svg path {
        fill: #189d0e !important; }
    .social a.icon-email svg {
      fill: #fff; }
    .social a.icon-email:hover svg {
      fill: #dd4b39 !important; }
      .social a.icon-email:hover svg path {
        fill: #dd4b39 !important; }
    .social a.icon-print svg {
      fill: #fff; }
    .social a.icon-print:hover svg {
      fill: #8d5b46 !important; }
      .social a.icon-print:hover svg path {
        fill: #8d5b46 !important; }
    .social a.icon-behance svg {
      fill: #fff; }
    .social a.icon-behance:hover svg {
      fill: #0058D4 !important; }
      .social a.icon-behance:hover svg path {
        fill: #0058D4 !important; }

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 40px;
  font-family: 'ProximaNova-Bold';
  color: #0b1143;
  line-height: 110%;
  position: relative;
  text-transform: capitalize; }
  @media (max-width: 991px) {
    .title,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 28px; } }

.st-custom-button {
  margin-right: 12px; }

.wizard {
  margin-bottom: 16px; }
  .wizard li {
    display: inline-block;
    margin-left: 16px;
    color: #0b1143;
    line-height: 14.4px;
    font-weight: 400; }
    .wizard li a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #0b1143;
      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: #4db848; }
      .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;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box; }
  .form-control:focus {
    border: 1px solid #4db848; }

textarea.form-control {
  height: 222px;
  resize: none; }

.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 #4db848; }
  .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: #4db848 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: #2c3393;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .che-box span.label-text {
        font-size: 14px; } }

.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 .text-mass {
    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; }

@media (max-width: 991px) {
  .text-center br {
    display: none; } }

.map-back {
  position: relative;
  width: 100%;
  padding: 48px 0px;
  height: 360px;
  padding: 0px;
  background: #4db8480d;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .map-back {
      padding: 24px 0px; } }
  @media (max-width: 991px) {
    .map-back {
      height: 160px; } }
  .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 .iconssocial {
    bottom: 50%; }
  .map-back .color {
    bottom: 26%; }
    @media (max-width: 991px) {
      .map-back .color {
        display: none; } }
  .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;
    text-align: center; }
    @media (max-width: 991px) {
      .map-back .title {
        font-size: 28px; } }
  .map-back .maplink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px; }
    @media (max-width: 991px) {
      .map-back .maplink {
        display: none; } }
    .map-back .maplink li {
      display: inline-block;
      color: #4db848;
      text-transform: capitalize;
      margin-right: 8px; }
      .map-back .maplink li:last-child {
        margin-left: 0px; }
        .map-back .maplink li:last-child a {
          padding-right: 0px; }
      .map-back .maplink li a {
        color: #fff;
        position: relative;
        padding-right: 16px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        text-transform: capitalize; }
        .map-back .maplink li a:hover {
          color: #4db848; }
        .map-back .maplink li a:before {
          position: absolute;
          top: -3px;
          right: 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 4px; }
    .pagination li a,
    .pagination li span {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      -webkit-border-radius: 8px !important;
      border-radius: 8px !important;
      background-clip: padding-box;
      width: 40px;
      height: 40px;
      border: 0px;
      background: #4db8480d;
      color: #0b1143;
      -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: #4db848;
    color: #fff; }
    .pagination .page-link.active svg,
    .pagination .page-link:hover svg {
      fill: #fff; }

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