@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 16px;
  color: #666; }
  /*body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }*/
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

    body, html{ height: 100%; }

.text-black {
  color: #000000 !important; }

.text-secondary {
  color: #00aeff !important; }

.bg-primary-light {
  background-color: rgba(19, 106, 213, 0.05); }

.bg-secondary-light {
  background-color: rgba(0, 174, 255, 0.05); }

a {
  color: #136ad5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    color: #136ad5;
    text-decoration: none; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

.text-primary {
  color: #136ad5 !important; }

a.text-primary {
  color: #136ad5 !important; }
  a.text-primary:hover {
    color: #136ad5 !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  /*font-family: "Display Playfair", serif;*/
  color: #black; }

.btn {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  font-size: 22px;
  /* text-transform: uppercase; */
  font-weight: 600;
  letter-spacing: .05rem;
  color: #333;
  }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #ffffff;
    border-color: #ffffff;
    }
    .btn.btn-primary:hover {
      border-color: #bf00ff;
      background: #bf00ff;
      }
  .btn.btn-secondary {
    background: #ffffff;
    border-color: #ffffff;
    }
    .btn.btn-secondary:hover {
      border-color: #0a0a0a;
      background: #0a0a0a;
      }
  .btn.btn-sm {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px; }
  .btn.btn-outline-primary {
    border-color: #136ad5;
    color: #136ad5; }
    .btn.btn-outline-primary:hover {
      background: #136ad5;
      color: #ffffff; }

.form-control, .custom-select {
  border: none;
  font-size: 16px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  color: #000000; }
  .form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
    color: #000000;
    border-color: #136ad5;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent; }
  .form-control::-webkit-input-placeholder, .custom-select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5); }
  .form-control::-moz-placeholder, .custom-select::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5); }
  .form-control:-ms-input-placeholder, .custom-select:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.5); }
  .form-control:-moz-placeholder, .custom-select:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5); }

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 991.98px) {
    .gutter-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v1 > .col,
  .gutter-v1 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .gutter-v1 > .col,
      .gutter-v1 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px; }
  @media (max-width: 991.98px) {
    .gutter-v2 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v2 > .col,
  .gutter-v2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
    @media (max-width: 991.98px) {
      .gutter-v2 > .col,
      .gutter-v2 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.gutter-v3 {
  margin-right: -40px;
  margin-left: -40px; }
  @media (max-width: 991.98px) {
    .gutter-v3 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v3 > .col,
  .gutter-v3 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px; }
    @media (max-width: 991.98px) {
      .gutter-v3 > .col,
      .gutter-v3 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.spinner-border {
  color: #136ad5; }

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.top-bar a {
  color: #ffffff; }

.logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  left: 15px; }
  @media (max-width: 991.98px) {
    .logo {
      left: 20px; } }
  .logo:hover {
    color: #ffffff; }

.menu-absolute {
  position: absolute !important; }

.btn-book {
  position: absolute;
  right: 15px;
  /* margin-top: -2px; */
  }
  @media (max-width: 991.98px) {
    .btn-book {
      right: 2px;
      background: #e7e7e7;
      } }

.site-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0; }
  .site-nav a {
    position: relative;
    z-index: 9;
    cursor: pointer; }

.site-nav {
  padding-top: 20px;
  padding-bottom: 20px; }
  .site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; }
  .site-nav .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-nav .site-navigation .site-menu > li {
      display: inline-block; }
      .site-nav .site-navigation .site-menu > li > a {
        font-size: 16px;
        padding: 10px 12px;
        display: inline-block;
        text-decoration: none !important;
        color: rgb(255 255 255);
        position: relative;
        font-weight: 700;
        text-transform: uppercase;
        }

        .site-nav .site-navigation .site-menu > li.active a{background: #fff;color: #333 !important;border-radius: 8px;}
        .site-nav .site-navigation .site-menu > li:last-child  a {
        border: 2px solid #fff;
        border-radius: 50px;
        }
        .site-nav .site-navigation .site-menu > li > a:hover {
          color: #ffffff; }
      .site-nav .site-navigation .site-menu > li.cta-button a {
        padding: 5px 22px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #000000;
        border-radius: 30px; }
        .site-nav .site-navigation .site-menu > li.cta-button a:hover {
          color: #ffffff;
          background: #ffffff;
          border-color: #ffffff; }
      .site-nav .site-navigation .site-menu > li.cta-button.active a {
        color: #000000;
        background: #ffffff;
        border-color: #ffffff; }
      .site-nav .site-navigation .site-menu > li.active > a {
        color: #ffffff; }
    .site-nav .site-navigation .site-menu .has-children {
      position: relative; }
      .site-nav .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 15px;
        font-size: 22px;
        padding: 3px 12px;
        top: 2px;
        }
        /*.site-nav .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 14px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }*/
      .site-nav .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 110%;
        z-index: 999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #ffffff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        right: 0;
        border-radius: 10px;
        }
        .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000000; }
        .site-nav .site-navigation .site-menu .has-children .dropdown .active {
          color: #136ad5 !important; }
        .site-nav .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 180px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #136ad5; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.active > a {
            color: #136ad5; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
              color: #136ad5; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #136ad5; }
      .site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
        color: #ffffff; }
      .site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
  .site-nav.dark a {
    color: #000000; }
  .site-nav.dark .site-navigation .site-menu > li > a {
    color: rgba(0, 0, 0, 0.5); }
    .site-nav.dark .site-navigation .site-menu > li > a:hover {
      color: #000000; }
  .site-nav.dark .site-navigation .site-menu > li.active > a {
    color: #000000; }
  .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children.dropdown:active > a {
    color: #136ad5; }
  .site-nav.dark .site-navigation .site-menu > li.has-children:hover > a, .site-nav.dark .site-navigation .site-menu > li.has-children:focus > a, .site-nav.dark .site-navigation .site-menu > li.has-children:active > a {
    color: #000000; }

/* After Loging Menu ------ */

    .aft-lgin{}

.aft-lgin.site-nav .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 15px;
    font-size: 16px;
    padding: 6px 10px 6px 25px;
    top: 2px;
    max-width: 100%;
    width: 200px;
    text-align: center;
}

.aft-lgin.site-nav .site-navigation .site-menu .has-children > a span{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #bf00ff;
    padding: 2px 0;
    margin: 0;
    border-radius: 50px;
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
}
.aft-lgin.site-nav .site-navigation .site-menu .has-children .dropdown{
    padding: 10px 15px;
}
.aft-lgin.site-nav .site-navigation .site-menu .has-children .dropdown h5{}
.aft-lgin.site-nav .site-navigation .site-menu .has-children .dropdown a{
    position: relative;
    padding: 10px 0 10px 25px;
}
.aft-lgin.site-nav .site-navigation .site-menu .has-children .dropdown a i{
    position: absolute;
    left: 0;
    top: 14px;
    width: 22px;
    text-align: center;
    color: #5a5a5a;
}

    /* After Loging Menu End ------ */

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px; }
  .site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; }
    .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background: #000000; }
    .site-mobile-menu-close > span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-mobile-menu-close > span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #000000;
      }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #9C27B0;
        }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #136ad5; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 6px;
      top: 3px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #ffffff; display: none;
      }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 14px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      margin-top: 15px;
      }
      .site-mobile-menu .site-nav-wrap > li > a.mb-btn{
    background: #e7e7e7;
    border-radius: 50px;
    padding-left: 45px;
}
    .site-mobile-menu .site-nav-wrap > li > a span{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50px;
    position: absolute;
    left: 7px;
    top: 6px;
    padding: 4px 0px;
    text-align: center;
}
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 10px;
        font-size: 16px;
        }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0 20px;
        margin: 20px 0 0;
        list-style: none;
        display: inline-block; /* if you want click to open remove display: inline-block; */
        }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 25px;
            font-size: 14px;
            position: relative;
            }

            .site-mobile-menu .site-nav-wrap > li > ul > li > a i{
    position: absolute;
    left: 0;
    top: 13px;
    width: 18px;
    text-align: center;
    font-size: 16px;
}
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 14px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #000000 !important; }
  .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000000 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #136ad5 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
      color: #136ad5 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

.sticky-nav {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: transparent; }

#sticky-wrapper.is-sticky .sticky-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem); }
  #sticky-wrapper.is-sticky .sticky-nav .burger:before, #sticky-wrapper.is-sticky .sticky-nav .burger span, #sticky-wrapper.is-sticky .sticky-nav .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; }
  #sticky-wrapper.is-sticky .sticky-nav .logo {
    color: #000000 !important; }
  #sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a {
    color: #000000 !important; }
    #sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a:hover, #sticky-wrapper.is-sticky .sticky-nav .site-menu > li > a.active {
      color: #bf00ff !important;
      }
  #sticky-wrapper.is-sticky .sticky-nav .site-menu > li.active a {
    color: #000000 !important;
    background: #e7e7e7;
    }
.stky-lo{ display: none; }
.is-sticky .nrm-logo{ display: none; }
.is-sticky .stky-lo{ display: inherit; padding: 8px 0 0; }

@media (max-width:  767px){
  .is-sticky .stky-lo{ padding: 0px; }
  .chek-abl input.ck-nme {
    max-width: 158px;
}
}
/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative; }
  .burger.light:before, .burger.light span, .burger.light:after {
    background: #ffffff; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.allinks_co-hero{ position: relative; overflow: hidden; }
.allinks_co-hero, .bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .allinks_co-hero.overlay, .bg-img.overlay {
    position: relative; }
    .allinks_co-hero.overlay:before, .bg-img.overlay:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #511864;
      z-index: -0; }
  .allinks_co-hero > .container, .bg-img > .container {
    position: relative;
    z-index: 2; }
  .allinks_co-hero, .allinks_co-hero > .container > .row, .bg-img, .bg-img > .container > .row {
    height: 100vh;
    min-height: 650px; }
    @media (max-width: 767.98px) {
      .allinks_co-hero, .allinks_co-hero > .container > .row, .bg-img, .bg-img > .container > .row {
        min-height: 750px; } }
  .allinks_co-hero.inner-page, .allinks_co-hero.inner-page > .container > .row, .bg-img.inner-page, .bg-img.inner-page > .container > .row {
    height: 50vh;
    min-height: 450px; }
    @media (max-width: 767.98px) {
      .allinks_co-hero.inner-page, .allinks_co-hero.inner-page > .container > .row, .bg-img.inner-page, .bg-img.inner-page > .container > .row {
        min-height: 450px; } }
  .allinks_co-hero .caption, .bg-img .caption {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .1rem;
    }
  .allinks_co-hero .heading, .bg-img .heading {
    font-size: 52px;
    font-weight: 700;
    line-height: normal;
    }

    .allinks_co-hero .hero-cpt p{font-size: 16px;}
    @media (max-width: 991.98px) {
      .allinks_co-hero .heading, .bg-img .heading {
        font-size: 24px;
        margin: 0 !important;
        } }
  .allinks_co-hero .link-highlight, .bg-img .link-highlight {
    color: #ffffff;
    position: relative;
    display: inline;
    -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .allinks_co-hero .link-highlight:hover, .bg-img .link-highlight:hover {
      -webkit-box-shadow: 0 2px 0 0 white;
      box-shadow: 0 2px 0 0 white; }
  .allinks_co-hero .desc, .bg-img .desc {
    font-size: 18px;
    max-width: 450px; }
    @media (max-width: 991.98px) {
      .allinks_co-hero .desc, .bg-img .desc {
        margin: 0 auto; } 
        .hero-mob {
    position: relative !important;
    right: 0px !important;
    bottom: -40px !important;
    width: 266px !important;
    height: 350px !important;
    margin: 0 auto;
}

.hero-cpt{padding: 90px 0 0;margin: 20px 0 0;}

      }
  .allinks_co-hero .cta-section, .allinks_co-hero .cta-section > .container > .row, .bg-img .cta-section, .bg-img .cta-section > .container > .row {
    height: 70vh;
    min-height: 450px; }

.allinks_co-hero:after{ position: absolute;content: ''; right: 50px; bottom: -220px; background: url(../images/banner-bg.png)no-repeat center center; width: 785px; height: 757px; }

.hero-mob{ position: absolute; right: 80px; bottom: -210px; width: 466px; height: 610px; }
.allinks_co-section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991.98px) {
    .allinks_co-section {
      padding: 50px 0; } }
  .allinks_co-section .heading h3 {
    font-size: 35px;
    color: #000000; }
  @media (max-width: 991.98px) {
    .allinks_co-section .heading {
      font-size: 20px; } }
  .allinks_co-section .heading strong {
    font-weight: 700; }

.position-relative {
  position: relative; }

.block-v1 {
  position: relative;
  z-index: 8;
  padding: 30px; }
  @media (max-width: 991.98px) {
    .block-v1 {
      margin-bottom: 70px; } }
  @media (max-width: 767.98px) {
    .block-v1 {
      margin-top: 0px;
      margin-bottom: 30px; } }
  .block-v1 [class^="icon-"] {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%; }
  .block-v1 h3 {
    font-size: 20px;
    color: #ffffff; }
  .block-v1 p {
    color: rgba(255, 255, 255, 0.7); }
  .block-v1 *:last-child {
    margin-bottom: 0; }
  .block-v1.color-1 {
    background-color: #5cb100; }
  .block-v1.color-2 {
    background-color: #ec661f; }
  .block-v1.color-3 {
    background-color: #4fb0dc; }

.feature {
  margin-bottom: 40px;
  /*border: 1px solid rgba(0, 0, 0, 0.05);*/
  background: #ffffff;
  padding-left: 60px;
  border-radius: 4px;
  text-align: left;
  position: relative;
  }

  .feature img{width: 52px;position: absolute;left: 0;top: 0;}

  .feature-cnt{}
  
  .feature h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 8px;
    }
  .feature p {
    font-size: 16px;
    color: rgb(0 0 0) !important;
    }

.bg-1:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 70%;
  right: -100%;
  top: -40px;
  z-index: -1;
  background: rgba(19, 106, 213, 0.2); }

.bg-2:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 70%;
  left: -50%;
  top: 0px;
  z-index: -1;
  background: rgba(236, 102, 31, 0.1); }

@media (max-width: 991.98px) {
  .bg-2 {
    display: none; } }

.line-bottom {
  position: relative;
  padding-bottom: 0px;
  color: #000000;
  font-weight: 800;
  font-size: 42px;
  margin: 0;
  line-height: normal;
  }
  .line-bottom:before {
    display: none;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #ec661f;
    bottom: 0; }
  .line-bottom.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.media-h {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  background: #ffffff; }
  .media-h figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden; }
    .media-h figure img {
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute;
      height: 100%;
      margin-bottom: 0;
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s transform ease;
      -o-transition: .3s transform ease;
      transition: .3s transform ease; }
  .media-h .media-h-body {
    padding: 20px; }
    .media-h .media-h-body h2 {
      font-size: 20px; }
  .media-h:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.meta {
  font-size: 14px;
  color: #ccc; }

.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  border-radius: 50%;
  background: #136ad5;
  color: #ffffff;
  display: inline-block; }
  .video-play-btn:before {
    width: 90px;
    height: 90px;
    border: 2px solid #136ad5;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -5px;
    top: -5px; }
  .video-play-btn span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .video-play-btn:hover span {
    color: #ffffff; }

.block-testimonial p {
  font-size: 18px;
  color: #000000;
  line-height: 2; }

.block-testimonial .author {
  display: block; }
  .block-testimonial .author img {
    margin: 0 auto;
    width: 80px;
    margin-bottom: 20px;
    border-radius: 50%; }
  .block-testimonial .author h3 {
    font-size: 18px;
    color: #136ad5;
    margin-bottom: 0; }
  .block-testimonial .author .position {
    font-size: 14px; }

.wide-slider-testimonial .owl-dots {
  position: absolute;
  display: inline-block;
  width: auto; }

.accordion-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px; }

  .acr-cnt{}
  .acr-cnt p{ text-align: left; }

.instagram-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-left: -8px; }
  .instagram-gallery li {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-left: 8px;
    padding-bottom: 8px; }

.count-numbers .counter {
  font-size: 26px;
  font-family: "Display Playfair", serif;
  color: #136ad5; }

.pricing {
  text-align: center;
  padding: 40px;
  border: 1px solid #efefef;
  border-radius: 4px; }
  .pricing .pricing-plan-title {
    color: #136ad5; }
  @media (max-width: 991.98px) {
    .pricing {
      padding: 40px 25px; } }
  .pricing .pricing-img {
    width: 90px;
    height: 90px;
    margin: 0 auto; }
    .pricing .pricing-img:before {
      position: absolute;
      content: "";
      background: rgba(19, 106, 213, 0.2);
      z-index: -1;
      width: 70px;
      height: 70px;
      border-radius: 50%; }
    .pricing .pricing-img img {
      height: 90px; }
  .pricing .pricing-body .price {
    margin-bottom: 20px; }
    .pricing .pricing-body .price .fig {
      color: #136ad5;
      font-size: 30px; }

.staff {
  padding: 20px; }
  .staff img {
    border-radius: 40px;
    width: 200px; }
  .staff h3 {
    font-size: 20px;
    color: #136ad5; }
  .staff .position {
    color: rgba(52, 58, 64, 0.5); }

.custom-pagination li {
  display: inline-block; }
  .custom-pagination li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center; }
  .custom-pagination li.active > a {
    background: #136ad5;
    color: #ffffff;
    border-radius: 50%; }

.contact-info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #136ad5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff; }

.contact-info h4 {
  font-size: 18px;
  padding: 0 0 0 60px; }

.contact-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px; }

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
  display: block; }
  .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: block; }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .item .item-wrap {
    display: block;
    position: relative; }
    .item .item-wrap:after {
      z-index: 2;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .item .item-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: #ffffff;
      font-size: 1.7rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .item .item-wrap:hover:after {
      opacity: 1;
      visibility: visible; }
    .item .item-wrap:hover span {
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.category {
  display: inline-block;
  position: relative; padding: 20px;
  border-radius: 4px;
  text-decoration: none !important; text-align: center; }

  .pints{position: relative; background: url(../images/bg1.png) no-repeat center center; background-size: cover;}
.pints:before{ content: ''; position: absolute; left: 20px; top: 15px; background: url(../images/arrow1.png) no-repeat; width: 198px; height: 286px; }


  .category img{ width:80px; }
  .category, .category h3, .category p {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .category h3 {
    font-family: "Inter", sans-serif;
    margin: 10px 0 15px;
    font-size: 32px;
    line-height: 1;
    color: #020202;
    font-weight: 600;
    }
  .category p {
    font-size: 18px;
    color: #6a6a6a;
    }
  .category .uil {
    text-align: center;
    display: inline-block;
    color: #00aeff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 20px;
    background: #ffffff;
    font-size: 30px;
    line-height: 40px; }
  .category:hover {
    background: #bf00ff08;
    }
    .category:hover h3, .category:hover span {
      color: #000000;
      }
    .category:hover span {
      color: rgba(255, 255, 255, 0.5); }

.section-title .heading {
  font-size: 30px;
  font-weight: 700; }
  @media (max-width: 991.98px) {
    .section-title .heading {
      font-size: 20px; } }

.services-section {
  background: #a0d1d6;
  padding: 70px 0;
  }

.img-wrap-2 {
  margin-top: 0;
  position: relative;
  z-index: 0;
  }
  .img-wrap-2 .dotted:before {
    position: absolute;
    content: "";
    background-image: url("../images/dotted.png");
    height: 273px;
    width: 313px;
    z-index: -1;
    bottom: -50px;
    left: -50px; }

.custom-media {
  background: #ffffff;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1); }
  .custom-media h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #000000; }
  .custom-media p {
    color: rgba(0, 0, 0, 0.4); }
  .custom-media .review {
    color: #ffc107; }
  .custom-media .custom-media-body {
    padding: 30px; }
    .custom-media .custom-media-body .price {
      font-size: 22px;
      color: #343a40; }

.form-box {
  background: #ffffff;
  padding: 20px;
  margin-top: 0px;
  border-radius: 7px;
  /* -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.1); */
  border: 1px solid #dbdbdb;
  }

  .form-box input{
    height: auto;
    padding: 10px 15px;
}

.custom-block {
  margin-bottom: 30px; }
  .custom-block .section-title {
    font-size: 18px;
    font-weight: 700; }

.custom-accordion .accordion-item {
  margin-bottom: 15px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
  border-radius: 20px;
  }
  .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #000000;
    background: transparent;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: normal !important;
    font-family: "Inter", sans-serif;
    font-size: 20px !important;
    }
    .custom-accordion .accordion-item .btn-link:before {
      font-family: 'icomoon';
      content: "\f067";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 24px;
      }
    .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
      font-weight: 700;
      color: #ffffff !important;
      background: #9C27B0;
      }
      .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
        font-family: 'icomoon';
        content: "\f068";
        position: absolute;
        color: #ffffff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 24px;
        left: auto;
        }
  .custom-accordion .accordion-item.active {
    z-index: 2; }
    .custom-accordion .accordion-item.active .btn-link {
      color: #000000;
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
  .custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px; }

    @media (max-width: 991px){
      .custom-accordion .accordion-item .btn-link {
    padding-left: 24px;
    padding-right: 50px;
    font-size: 16px !important; font-weight: 700 !important;
}
    }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  }
  .control .caption {
    position: relative;
    top: 0px;
    font-size: 14px;
    }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #136ad5; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #1776ea; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #136ad5;
  opacity: .2; }

.gal-item {
  display: block;
  margin-bottom: 8px; }
  .gal-item img {
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1; }
  .gal-item:hover img {
    opacity: .5; }

.social-icons li {
  display: inline-block; }
  .social-icons li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #303030; }
    .social-icons li a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social-icons li a:hover {
      color: #ffffff; }
  .social-icons li:first-child a {
    padding-left: 0; }

.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa; }

.video-wrap {
  position: relative;
  display: block; }
  .video-wrap .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .video-wrap .play-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-wrap:hover .play-wrap {
    width: 60px;
    height: 60px; }

.owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
  bottom: 40px; }
  .owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5); }

.owl-single .owl-dots, .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.2); }
    .owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
      background: #136ad5; }

.owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
  display: none; }

.owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
  display: none; }

.testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px; }
  .testimonial .name {
    font-size: 18px;
    color: #000000; }
  .testimonial .img-wrap img {
    margin: 0 auto;
    width: 70px;
    border-radius: 50%; }

.list-check li {
  display: block;
  padding-left: 30px;
  position: relative; }
  .list-check li:before {
    content: "\e5ca";
    font-family: 'icomoon';
    position: absolute;
    top: -.3rem;
    font-size: 20px;
    left: 0; }

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .owl-single .owl-nav {
      display: none; } }
  .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    position: absolute;
    top: 0; }
    .owl-single .owl-nav .owl-prev span, .owl-single .owl-nav .owl-next span {
      display: block;
      background: #ffffff;
      padding: 15px; }
  .owl-single .owl-nav .owl-prev {
    left: -30px; }
  .owl-single .owl-nav .owl-next {
    right: -30px; }
    .owl-single .owl-nav .owl-next > span {
      position: relative;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.ul-check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px; }
  .ul-check li:before {
    position: absolute;
    left: 0;
    top: -.2rem;
    content: "\e5ca";
    font-size: 20px;
    font-family: 'icomoon'; }

.ul-check.primary li:before {
  color: #136ad5; }

.ul-check.white li:before {
  color: #ffffff; }

.section-title {
  color: #000000;
  margin-bottom: 30px; }

.site-footer {
  background: #136ad5;
  font-size: 14px;
  color: #000000;
  padding: 70px 0;
  }
  .site-footer a {
    color: #000000;
    position: relative;
    display: inline-block;
    }
  .site-footer .btn:before {
    display: none; }
  .site-footer .widget {
    margin-bottom: 40px;
    display: block;
    position: relative;
    z-index: 1; }
    .site-footer .widget h3 {
      font-size: 18px;
      color: #000000;
      margin-bottom: 30px;
      font-weight: 800;
      text-transform: uppercase;
      }
    .site-footer .widget .links {
      width: 150px; }
      .site-footer .widget .links li {
        margin-bottom: 10px; }
        .site-footer .widget .links li a {
          color: rgb(0 0 0);
          }
          .site-footer .widget .links li a:hover {
            color: #9C27B0;
            }
  .site-footer .social li {
    display: inline-block; }
    .site-footer .social li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative;
      background-color: #ffffff;
      border-radius: 50%;
      color: #000000;
      }
      .site-footer .social li a:before {
        display: none; }
      .site-footer .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
        }
      .site-footer .social li a:hover {
        background: #9C27B0;
        color: #ffffff;
        }
  .site-footer .copyright {
    color: rgba(255, 255, 255, 0.5); }
.btr2{
    color: #fff;
    padding: 0px;
    display: inline-block;
    position: relative;
    top: 13px;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    margin-left: 0px;
    font-weight: 500;
}

.btr2:hover{ color: #fff; }
.mdl-sec{}
.mdl-sec span{font-size: 22px;color: #000;display: block;}
.mdl-sec h2{
    font-size: 42px;
}
.mdl-sec p{
    color: #000;
    font-size: 16px;
}
.mdl-sec a{
    background: #9C27B0 !important;
    border-color: #9C27B0 !important; color: #fff !important;
}
.cllto-act{ background: #32d376; }

.main-b{background: #511864; height: 100vh;}

@media(max-width: 767px){
   .main-b{height: 100% !important;}
   body, html{ height: auto; }
}

.log-sign-sec{border-radius: 20px;padding: 0 30px;}
.pg-tl{}
.pg-tl h1{font-weight: 800;font-size: 42px;}
.pg-tl p{ font-weight: 500; }
.sb-btn{
    width: 100%;
    padding: 10px 0;
    border-radius: 8px;
    border: none;
    background: #511864;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sg-for{}
.sg-for p{}
.sg-for ul{
    margin: 0;
    padding: 0 35px;
}
.sg-for ul li{
    list-style: none;
    margin: 0 0 15px;
}
.sg-for ul li a{
    position: relative;
    display: block;
    padding: 10px 0 10px 48px;
    border: 1px solid #e7e7e7;
    color: #fff;
    background: #4285f4;
    font-weight: 500;
    height: 46px;
    overflow: hidden;
    text-align: left;
}
.sg-for ul li a i{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 46px;
    padding: 14px 0 0;
    border-right: 1px solid #e7e7e7;
    font-size: 20px;
    color: #333;
    background: #fff;
    text-align: center;
}

.for-btn{
    position: absolute;
    top: 15px;
    right: 20px;
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
}
.dash-hdr{background: #511864;}
.dash-hdr .site-nav{position: relative;}

.dash-hdr .sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%; height: auto!important;
}

.dash-hdr .site-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cpy-lnk{
    border: 1px solid #efe9fd;
    border-radius: 10px 10px;
    padding: 10px 20px 10px 20px;
    margin: 10px 0 0;
    position: relative;
    background: #f4e4f961;
}
.cpy-lnk i{
    width: 42px;
    height: 42px;
    background: #333;
    color: #fff;
    border-radius: 50px 50px;
    padding: 10px 0 0;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 22px;
}
.cpy-lnk h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.cpy-lnk h3>a{ text-decoration: underline; color: #333; }
.cpy-lnk h3>a:hover{color: #000; background: transparent; }
.cpy-lnk p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #998db5;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.cpy-lnk > a{
    position: absolute;
    right: 6px;
    top: 11px;
    padding: 10px 15px;
    background: #511864;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.cpy-lnk > a.ed-usr{right: 107px;padding: 8px 10px;cursor: pointer;}
.cpy-lnk > a.ed-usr i{background: transparent;font-size: 20px;position: relative;top: 2px;left: 2px;width: auto;height: auto;padding: 0;margin: 0 !important;}



.cpy-lnk a:hover{background: #bf00ff;color: #fff;}

@media (max-width: 767px){
  .cpy-lnk{
    border: 1px solid #efe9fd;
    border-radius: 10px;
    padding: 30px 20px;
    
}

  .cpy-lnk a{
    position: relative;
}
.cpy-lnk > a.ed-usr {
    right: 6px;
    bottom: 0px;
}
}

.ad-scl{}
.ad-scl a{position: relative;
    border-radius: 50px;
    padding: 10px 25px;
    background: #e7e7e7;
    color: #585858;
    font-weight: 600;
    text-transform: uppercase;}
.ad-scl a:hover{}
.ad-scl a i{
    position: relative;
    top: 1px;
}
.adlink{}
.adlink h3{ font-size: 20px; }

.lnk-pop a{
    background: #511864;
    display: block;
    margin: 20px 0 0;
    text-align: center;
    color: #fff !important;
}
.lnk-pop a:hover{background: #bf00ff;}


/* added Link DOne ----*/

.aded-link{
    padding: 12px 20px 12px 60px;
    background: #ffffff;
    border-radius: 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: 3px 3px 20px #e7e7e7;
    overflow: hidden;
}
.lnk-dn{
    width: 98%;
    position: relative;
}
.lnk-dn input{
    padding: 5px 0px !important;
    height: auto !important;
    /* border-radius: 50px !important; */
    margin: 0 !important;
    width: 72% !important;
    display: inline-block !important;
    border: none;
}

.lnk-dn p{
    padding: 5px 0px !important;
    height: auto !important;
    /* border-radius: 50px !important; */
    margin: 0 !important;
    display: inline-block !important;
    border: none;
}
.aded-link .ed-re{
    position: relative;
    bottom: 0px;
    right: 0px;
    /* background: #ddd; */
    padding: 0px 8px;
    /* border-radius: 50px; */
    margin: 0 !important;
    display: inline-block;
}
.aded-link .ed-re button{
    padding: 0;
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

.lnk-dn h3{position: relative;font-size: 16px;font-weight: 600;margin: 0;padding: 0;}
.lnk-dn h3 button{
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.lnk-dn h3 button:hover{
    background: transparent !important;
}
.btn.closed{
    position: absolute;
    bottom: -40px !important;
    float: none;
    right: -10px;
    margin: 0;
    /*background: #959595 !important;*/
    font-size: 18px;
    top: auto;
    border-radius: 50px;
    padding: 2px 10px;
    color: #717171;
}
.btn.closed:hover{ background: transparent; }

.mv-bt{
    padding: 0 4px;
    margin: 0;
    position: absolute;
    background: transparent;
    color: #333;
    top: 46px;
    left: 20px;
    cursor: move !important;
    width: 27px;
    border: none;
    font-weight: 200;
}
.mv-bt:hover{ background: transparent; color: #333; }
.mv-bt i{margin: 0 2px;}

.ed-btns{padding: 0;margin: 10px 0 0;display: inline-block;}
.ed-btns a{color: #333;padding: 3px 0 0;width: 28px;height: 28px;display: block;text-align: center;border-radius: 4px;transition: all 0.3s;}
.ed-btns a:hover{
    background: #bf00ff;
    color: #fff;
    transition: all 0.3s;
}


@media (max-width: 767px){
  .btn.closed{
    position: absolute;
    bottom: -40px !important;
    float: none;
    right: -5px;
    margin: 0;
    /* background: #959595 !important; */
    font-size: 16px;
}
}

.inpg-bg{background: #fcf3ff;}
.mn-sec{ /*background: #fcf3ff;*/ min-height: 550px; /*height: 100vh;*/ }
@media (max-width: 767px){
  /*.mn-sec {
    height: 100% !important;
}*/
}
.adthum{
    text-align: center;
    margin: 15px 0 15px -40px;
    padding-left: 0;
}
.adthum h3{
    margin: 0 -20px 0 -60px;
    background: #d9d9d9;
    padding: 8px 0;
    font-size: 20px;
    position: relative;
}
.adthum h3 a{
    position: absolute;
    right: 15px;
    top: 10px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.adthum h4{
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    margin-left: -30px;
}
.adthum button.upld-img{
    width: 100%;
    font-size: 20px;
    border-radius: 50px;
    background: #511864;
    padding: 6px 0;
    color: #fff;
    border: none;
    margin: 0 0 15px;
}
.adthum button.upld-img:hover{}

.ad-rm{
    width: 90px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-radius: 50px 50px;
}
.ad-rm img{}
.ad-rm i{font-size: 52px;text-align: center;padding: 18px 0 0;}
.chng-p, .rm-im{
    width: 100%;
    font-size: 16px;
    border-radius: 50px;
    background: #511864 !important;
    padding: 6px 0;
    margin: 0 0 10px;
    border: none;
    color: #fff;
    }

    .rm-im{background: #e7e7e7 !important; color: #333 !important}

    .nm-ltr{
    width: 90px;
    height: 90px;
    background: #3e369d;
    color: #fff;
    padding: 20px 0 0;
    border-radius: 50px 50px;
    margin: 20px auto 10px;
    font-size: 34px;
    font-weight: 600;
}

.mn-lnkbtn{background: url(../images/links-bg.jpg) no-repeat center center;background-size: cover;padding: 70px 60px;border-radius: 15px;}
.mn-lnkbtn a{
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 20px;
}

/* added Link Done End ----*/

.swtch.ftr-box{background: transparent !important;padding: 0;position: absolute;right: 0;bottom: 8px;}
.swtch.ftr-box h3{border: none;padding: 0;margin: 0;}
.swtch.ftr-box label{position: relative;}
.frt-btn{}
.frt-btn span{
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    color: #333;
}
.ftr-box{
    padding: 25px 20px 35px;
    background: #f7f7f7;
}
.ftr-box h3{
    position: relative;
    margin: 0 0 15px;
    padding: 3px 0 10px 45px;
    background: transparent;
    border-bottom: 1px solid #e7e7e7;
}
.ftr-box h3 img{
    width: 38px;
    margin-right: 10px;
    position: absolute;
    top: -5px;
    left: 0;
}
.ftr-box .switch {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 20px;
  right: 0;
  top: 0;
  margin: 0;
}

.ftr-box .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.ftr-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ftr-box .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ftr-box input:checked + .slider {
  background-color: #6dcf67;
}

.ftr-box input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.ftr-box input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.ftr-box .slider.round {
  border-radius: 34px;
}

.ftr-box .slider.round:before {
  border-radius: 50%;
}

/*--- Mobile View --*/

.mob-cnt{
    padding: 0px 0 0;
    position: relative;
    z-index: 0;
    width: 280px;
    margin: 45px auto 0;
    overflow: hidden;
    border: 8px solid #000;
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
}
.mob-vew{position: relative;border-radius: 37px;overflow: hidden;width: 280px;margin: 0 auto;padding: 0;/* border: 10px solid; */left: -10px;top: -6px;}
.mob-vew img{width: 320px;position: relative;z-index: 9;top: 0;visibility: hidden;}
.mob-vew:before{content: '';position: absolute;background: url(../images/mob-bg.jpg) no-repeat center center;background-size:cover;width: 100%;height: 100%;z-index: 8;margin: 0 auto;left: 0;top: 3px;right: 0;}


.fil-cnt{
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    width: 272px;
    margin: 0 auto;
    z-index: 9;
    text-align: center;
    overflow-y: scroll;
    height: 520px;
    padding: 40px 0;
}
.fil-cnt h4{
    font-size: 16px;
    padding: 8px 0 0;
    color: #000;
    margin: 0;
}
.fil-cnt p{
    font-size: 12px;
    color: #000; padding: 0 15px;
}
.pf-img{}
.pf-img img{}
.pf-img h3{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px 50px;
    padding: 12px 0;
    margin: 0 auto;
    font-size: 20px;
}

.fil-cnt ul{
    margin: 0;
    padding: 0;
}

.fil-cnt ul >h4{
    margin: 0 0 5px;
    padding: 0; font-size: 13px; font-weight: 700;
}
.fil-cnt ul li{
    background: #fff;
    width: 84%;
    margin: 0 auto 5px;
    list-style: none;
    border-radius: 20px;
    transform: scale(1);
    transition: all 0.2s;
}
.fil-cnt ul li:hover{ transform: scale(1.05); transition: all 0.2s; }
.fil-cnt ul li a{
    display: block;
    text-align: center;
    position: relative;
    color: #333;
    padding: 6px 0;
}
.fil-cnt ul li a span{
    display: block;
    font-size: 10px;
    position: relative;
    top: -1px;
    padding: 0 10px 0 25px;
    line-height: normal;
}
.im-p{
    position: absolute;
    left: 4px;
    top: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}
.im-p i{
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: inline-block;
    transform: translateY(10%);
}
.im-p img{
    width: 18px;
    transform: translateY(50%);
}
.scl-lks{
    padding: 15px 0;
}
.scl-lks a{
    color: #000;
    font-size: 14px;
    margin: 0 2px;
}
.cpr-lk{}
.cpr-lk a{}
.cpr-lk a img{
    width: 45px;
}

/* Social icon page */
.scl-box{
    padding: 12px 25px;
    background: #ffffff;
    border-radius: 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: 3px 3px 20px #e7e7e7;
}

.scl-box .mv-bt {
    padding: 0 4px;
    margin: 0;
    position: absolute;
    background: transparent;
    color: #333;
    top: 11px;
    left: 0;
    cursor: move !important;
    width: 27px;
    border: none;
    font-weight: 200;
}

.scl-box .aded-link {
    padding: 12px 20px 12px 40px;
    background: #ffffff;
    border-radius: 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: none;
}

.scl-box .lnk-dn h3 button {
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: absolute;
    right: 55px;
    top: 0;
}

.scl-box .swtch.ftr-box {
    background: transparent !important;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.scl-box .ad-sc-link h3{ font-size: 18px; }
.scl-box .lnk-dn h3 i{margin-right: 5px;width: 22px;display: inline-block;text-align: center;}

.scl-box h6{color: #8e8e8e;font-weight: 400;}

.radiotextsty {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #e1e1e1;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: #cfcfcf;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 6px solid #511864;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: -1px;
  left: -1px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #dfdfdf;
}

/* Appearance */

.usr-upimg{
    min-height: 120px;
}
.usr-upimg .file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  padding: 0 0 0 120px;
  position: relative;
}

.usr-upimg .file-upload-btn {
  color: #fff;
  border: none;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border-radius: 50px;
  background: #511864;
  padding: 10px 0;
  margin: 0 0 10px;
  z-index: 9;
}

.usr-upimg .file-upload-btn:hover {
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
  background: #3e369d;
}

.usr-upimg .file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.usr-upimg .file-upload-content {
  display: inline !important;
  text-align: center;
}

.usr-upimg .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer; z-index: 9;
}
/*
.usr-upimg .image-upload-wrap:after{ content: ''; position: absolute; width: 100%; height: 100%; background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.6446953781512605) 0%, rgba(255,255,255,0) 100%); }
*/
.usr-upimg .image-upload-wrap {
  margin-top: 0;
  border: 1px solid #9b9b9b;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100px 100px;
  display: flex;
  align-items: center;
  right: 0;
}

.usr-upimg .image-upload-wrap i {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50% 50%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;z-index: 1;
}
.usr-upimg .image-upload-wrap:hover i{ opacity: 1; transition: all 0.3s; color: #fff; }

.usr-upimg .image-dropping,
.usr-upimg .image-upload-wrap:hover {
  /* background-color: #1FB264; */
  /* border: 4px dashed #ffffff; */
}

.usr-upimg .image-title-wrap {
  padding: 0;
  color: #222;
}
.image-upload-wrap .drag-text:after{content: '';position: absolute;width: 100%;height: 100%;background: rgb(0,0,0);background: linear-gradient(0deg, rgba(0,0,0,0.6446953781512605) 0%, rgba(255,255,255,0) 100%);opacity: 0;left: 0;top: 0}
.image-upload-wrap:hover .drag-text:after{opacity: 1;}

.usr-upimg .drag-text {
  text-align: center;
  display: block;
  margin: 0 auto;
  background: #e0e0e0;
  color: #252525;
  border-radius: 50px 50px;
}

.usr-upimg .drag-text span{
    width: 80px;
    height: 80px;
    display: block;
    font-size: 38px;
    font-weight: 600;
    padding: 10px 0 0;
}

.usr-upimg .drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.usr-upimg .file-upload-image {
  height: 90px;
  width: 90px;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px 100px;
  border: 1px solid #9b9b9b;
}

.usr-upimg .remove-image {
  width: 100%;
  border-radius: 100px;
  transition: all .2s ease;
  font-weight: 500;
  background: transparent;
  color: #adadad;
  border: 1px solid #e7e7e7;
  text-transform: none;
  padding: 10px 0;
}

.usr-upimg .remove-image:hover {
  background: #2e2e2e;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.usr-upimg .remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.vnd-bio{margin: 15px 0;border-bottom: 1px solid #ede6e6;padding: 0 0 20px;}
.vnd-bio label{
    color: #4c4c4c;
    font-weight: 600;
    font-size: 14px;
    }
.vnd-bio input{
    height: auto !important;
    padding: 15px 15px 10px !important;
    border-radius: 8px !important;
    /* background: #f4f4f4; */
}
.vnd-bio textarea{
    height: 100px;
    border-radius: 10px;
    box-shadow: none;
    padding-top: 15px;
}

/* add Link  ----*/

.ad-link{
    padding: 12px 20px;
    background: #f9f9f9;
    border-radius: 20px;
    margin: 15px 0;
}
.ad-link h4{
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.ad-bar{
    position: relative;
}
.ad-bar input{
    padding: 14px 20px !important;
    height: auto !important;
    border-radius: 50px !important;
}
.ad-bar button{
    position: absolute !important;
    top: 6px;
    right: 6px;
    border-radius: 50px;
    padding: 10px 25px;
    background: #e7e7e7;
    color: #585858;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

/* add Link  End----*/

.cnt-dtl{
    padding-left: 45px;
    position: relative;
    padding: 8px 12px 8px 62px;
    border-radius: 20px;
}

.cnt-dtl:hover{background: #f9f9f9;  transition: all 0.3s;}

.cnt-dtl i{
    position: absolute;
    left: 12px;
    top: 12px;
    width: 38px;
    height: 34px;
    background: #673AB7;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 20px;
}
.cnt-inf{
    position: relative;
}
.cnt-inf h3{
    font-size: 18px;
    color: #333;
    margin: 0;
}
.cnt-inf p{
    font-size: 13px;
}
.cnt-inf button{
    position: absolute;
    right: 0;
    top: 3px;
    background: #e7e7e7;
    border: none;
    border-radius: 50px 50px;
    padding: 5px 15px;
    font-weight: 500;
}

.cnt-dtl:hover button{background: #fff; transition: all 0.3s;}

.add-socl-lk.modal-p{padding: 70px 50px 0;}
.edit-usr.add-socl-lk.modal-p {
    padding: 170px 50px 0;
}
.add-socl-lk .mng-plan {
    position: relative;
    margin: auto;
    padding: 0;
    max-width: 550px;
    height: auto;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 20px;
}
.add-socl-lk.modal-p h5{
    margin: 0;
    padding: 20px 20px 0 0;
    font-weight: 600;
    color: #333;
}

.add-socl-lk.modal-p p{
    color: #333;
    padding: 0;
    margin: 0 0 5px;
}
.add-socl-lk .pl-bar{
    padding: 10px 15px;
}
.add-socl-lk .pl-bar a{
    display: block;
    padding: 10px 0;
    color: #000;
}
.add-socl-lk .pl-bar a i{width: 32px; text-align: center;}
.add-socl-lk .pl-bar a:hover{
    background: #f7f7f7;
    border-radius: 5px;
}

.scl-icn{
    position: relative;
}
.scl-icn select{
    appearance: none;
    padding: 8px 10px;
    border-radius: 8px;
}

.scl-icn .apprn{position: absolute;top: 14px;right: 12px;left: auto;}

.scl-icn button{
    border-radius: 100px;
    position: relative;
    background: #d3d3d3;
    padding: 14px 22px;
    color: #333;
    border: none;
}
.scl-icn button i{
    margin-right: 8px;
}
.scl-icn button:hover{background-color: #511864;color: #fff;}
.scl-icn button.active{background-color: #511864;color: #fff;}
.sclkd{ position: relative; }
.sclkd input{
    padding: 10px 10px !important;
    border-radius: 50px !important;
    height: auto !important;
}

@media (max-width:  579px){
  .scl-icn button {
    padding: 8px 12px;}

    .ad-bar button {
    padding: 10px 10px;}
}
.adbtn{
    position: absolute;
    right: 4px;
    top: 3px;
    background: #e7e7e7;
    padding: 6px 18px;
    border-radius: 50px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}


.scl-icn{position: relative;}
.scl-icn .nav {
    left: 0;
    margin-left: 0;
    top: 0;
    position: relative;
    width: 100%;
    margin: 0 0 15px;
}
.scl-icn .nav a{padding: 8px 16px;display: block;color: #333;}
.scl-icn .nav a:after {content: ''; position: absolute;
    display: none;
}
.scl-icn .nav li{position: relative;padding: 0;border-bottom: 1px solid #e5e5e5;}
.scl-icn .nav>li>a:hover, .scl-icn .nav>li>a:focus, .scl-icn .nav .open>a, .scl-icn .nav .open>a:hover, .scl-icn .nav .open>a:focus {
    /* background:#fff; */
}

.scl-sp {
    padding: 15px 20px 5px;
    background: #f9f9f9;
    border-radius: 20px;
    margin: 0;
}
.scl-icn .dropdown-sc {
    background:#fff;
    border:1px solid #ccc;
    border-radius: 10px;
    width: auto;
    padding: 0;
    background: #e5e5e5;
}
.scl-icn .dropdown-sc span{position: absolute;right: 12px;top: 14px;}
.scl-icn .dropdown-menu>li>a {
    color: #222222;
    padding: 8px 15px;
    display: block;
}
.scl-icn .dropdown-menu>li>a span{width: 25px;position: relative;left: 0;top: 0;top: 2px;text-align: center;font-size: 18px;}
.scl-icn .dropdown-sc ul.dropdown-menu {
    border-radius: 10px;
    box-shadow:none;
    margin-top: 13px;
    width: 100%;
    position: absolute;
}
.scl-icn .dropdown-sc ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.scl-icn .dropdown-sc ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

  .modal-p {
     display: none; /* Hidden by default */
     position: fixed; /* Stay in place */
     z-index: 99; /* Sit on top */
     padding: 30px 50px 0;
     left: 0;
     top: 0;
     width: 100%; /* Full width */
     height: 100%; /* Full height */
     overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
     background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   }
   
   /* Add Animation */
   /*@-webkit-keyframes animatetop {
     from {top:-300px; opacity:0} 
     to {top:0; opacity:1}
   }*/
   
   @keyframes animatetop {
     from {top:-300px; opacity:0}
     to {top:0; opacity:1}
   }
   
   /* The Close Button */
   .close {
     color: #ffffff;
     float: right;
     font-size: 20px;
     font-weight: 400;
     position: absolute;
     top: 30px;
     right: 30px;
     background: #511864;
     width: 32px;
     height: 32px;
     border-radius: 50px 50px;
     padding: 3px 0 !important;
     text-align: center;
   }
   
   .close:hover,
   .close:focus {
     color: #fff;
     text-decoration: none;
     cursor: pointer;
     opacity: 1 !important;
   }



   .close2 {
     color: #ffffff;
     float: right;
     font-size: 20px;
     font-weight: 400;
     position: absolute;
     top: 12px;
     right: 14px;
     background: #9C27B0;
     width: 32px;
     height: 32px;
     border-radius: 50px 50px;
     padding: 0;
     text-align: center;
   }
   
   .close2:hover,
   .close2:focus {
     color: #fff;
     text-decoration: none;
     cursor: pointer;
     background: #333;
   }

   .close3 {
     color: #ffffff;
     float: right;
     font-size: 20px;
     font-weight: 400;
     position: absolute;
     top: 12px;
     right: 14px;
     background: #9C27B0;
     width: 32px;
     height: 32px;
     border-radius: 50px 50px;
     padding: 0;
     text-align: center;
   }
   
   .close3:hover,
   .close3:focus {
     color: #fff;
     text-decoration: none;
     cursor: pointer;
     background: #333;
   }
   
   .modal-header {
     padding: 2px 20px 40px;
     background: #ffffff;
     color: #fff;
     border-radius: 20px;
     height: 100%;
   }
   
   .modal-header > h3{
       padding: 0 30px;
       font-weight: 700;
       margin: 20px 0 0;
   }
   
   .modal-body {padding: 2px 16px;}
   .modal-content fieldset {
     border: medium none !important;
     margin: 0 0 15px;
     min-width: 100%;
     padding: 0;
     width: 100%;
     text-align: center;
   }
   .modal-content fieldset input{
       width: 42px;
       background: #e5edf3;
       display: inline-block;
       text-align: center;
       font-size: 18px;
       margin: 0 8px;
       box-shadow: none;
   }
   .modal-content fieldset input::placeholder{ color: #999; font-size: 18px; }
   .modal-content h3{
       margin: 20px 0 0;
       padding: 15px 0;
       font-weight: 700;
   }
   .modal-content h5{
       padding: 0 0 20px;
       margin: 0;
   }
   .myBtn{
     color:white;
   }

.form__group {
  position: relative;

}
.field {
    margin-bottom: 24px;
}

.form__field {
  font-family: inherit;
  width: 100%;
 
  outline: 0;
  font-size: .875rem;
  color: #333;
  padding: 7px 0;border: 1px solid #ced4da;
 

  &::placeholder {
    color: transparent;
  }

  &:placeholder-shown ~ .form__label {
    font-size: 1rem;
    cursor: text;
    top: 10px;
    left: 15px;
  }
}

.form__label {
  position: absolute;
  top: -12px;
  left: 15px;
  display: block;
  transition: 0.2s;
  /* font-size: 1rem; */
  color: #333;
  background: #fff;
  padding: 0px 5px;
}

.form__field:focus {
  ~ .form__label {
    position: absolute;
    top: -12px;
    display: block;
    transition: 0.2s;
    font-size: .875rem;
    color: #333;
    font-weight:600;    
  }
  padding-bottom: 6px; 
  border-width: 1px;
   border-image-slice: 0;
}
/* reset input */
.form__field{
  &:required,&:invalid { box-shadow:none; }
}

ul.tbl-icon{ margin: 0; padding: 0; height: 150px; overflow-y: scroll;}
.tbl-icon li{list-style: none;display: inline-block;width: 42px;height: 42px;border: 1px solid #e7e7e7;padding: 5px;margin: 5px; text-align: center;}
.tbl-icon li button{color: #6a6a6a;border: none;background: transparent;margin: 0;padding: 3px 0 0;}
.tbl-icon li button i{font-size: 24px;}
.tbl-icon li svg{ width: 24px !important; }

.thumb-opt a{border-radius:12px;position: relative;transition: all 0.3s;display: block;padding: 3px 8px 3px 82px;}
.thumb-opt img{position: absolute;left: 5px;top: 8px;width: 62px;}
.thumb-opt h5{
    padding: 15px 0 !important;
}
.thumb-opt h5 span{display: block;font-size: 16px;color: #949494;font-weight: 400;}
.thumb-opt i{position: absolute;right: 15px;top: 28px;color: #333;font-size: 22px;}

.thumb-opt a:hover{background: #f5f5f5;transition: all 0.3s;}

.trms-gogl{
    padding: 20px 0 0;
}
.trms-gogl p{
    color: #817f7f;
}
.trms-gogl p a{
    color: #817f7f;
    text-decoration: underline;
}

@media(max-width:  579px){
  .thumb-opt a{padding: 3px 8px 3px 10px;}
.thumb-opt img{position: relative;left: 5px;top: 8px;width: 62px;}
}

.chek-abl{
    display: inline-block;
    max-width: 330px;
    background: #fff;
    padding: 15px 18px;
    border-radius: 10px;
}
.chek-abl span{
    display: inline-block;
}
.chek-abl input.ck-nme{
    border: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: transparent;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.reg-chk-usr{}

.reg-chk-usr .chek-abl{
    display: inline-block;
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid #e7e7e7;
}

.hrd-ttl{}
.hrd-ttl button{
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    padding: 8px 25px;
    background: #fff;
}

.hrd-ttl button:hover{ background: #bf00ff; border: 1px solid #fff; color: #fff; transition: all 0.3s; }

.sv-icbtn{
    padding: 10px 25px;
    display: inline-block;
    background: #9C27B0;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700; border: none;
    letter-spacing: 1px; margin: 15px 0 0;
}
.sv-icbtn:hover{
    background: #333;
    color: #fff;
}

.them-box{padding: 30px 25px;
    background: #ffffff;
    border-radius: 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: 3px 3px 20px #e7e7e7;}
.them-box a{ display: block; }
.them-box .active{ border:3px solid #333; border-radius: 10px; overflow:hidden; }

.ins-oth{}
.ins-oth ul{
    margin: 0;
    padding: 0;
}
.ins-oth ul li{
    display: inline-block;
    padding: 0;
    width: 72px;
    height: 72px;
    text-align: center;
}
.ins-oth ul li a{
    display: block;
    text-align: center;
    background: #f1f1f1;
    width: 72px;
    height: 72px;
    border-radius: 18px;
}
.ins-oth ul li a i{
    font-size: 26px !important;
    background: #ffe06c;
    padding: 8px;
    position: relative;
    top: 14px;
    color: #4a4a4a;
    display: inline-block;
    border-radius: 10px;
}
.ins-oth ul li span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    position: relative;
    top: 5px;
}
.abt-cont{}
.abt-cont h4{ font-weight: 800; }
.abt-cont p{font-size: 18px;}
.abt-cont2{
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 0 20px #e7e7e7;
}
.abt-cont2 img{
    width: 100px;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin: 0 0 15px;
}
.abt-cont2 h4{ font-weight: 800; font-size: 22px; }
.abt-cont2 p{font-size: 18px;}

.form-bar {
    padding: 30px;
    box-shadow: 0 0 20px #e7e7e7;
    /* min-height: 580px; */
    background: #fff;
    border-radius: 10px;
}

.form-bar .form-group select {
    width: 100%;
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    color: rgb(102 102 102);
    font-family: inherit;
    font-size: 1.0rem;
    height: 55px;
    margin: 0 0 1rem 0;
}

.sub-btn {
    border: none;
    padding: 14px 10px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    background: #3e369d;
    /* border-color: #3e369d; */
    border-radius: 0.8rem;
    font-size: 1rem;
}
.blg-box{
   /* background: #fff;*/
    border-radius: 20px;
    overflow: hidden;
}
.blg-p{
   /* overflow: hidden;
    height: 250px;*/
}
.blg-cnt{
    padding: 30px;
}
.blg-p img{
    /*object-fit: cover;
    width: 100%;
    height: 100%;*/
}
.blg-cnt small{
    color: #c3c3c3;
    margin: 0 0 10px;
    display: block;
}
.blg-cnt a{ color: #000; }
.blg-cnt a h4{
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 15px;
}
.blg-cnt span{
    font-size: 14px;
    color: #838282;
}

.sblg-box{}

.sblg-bnr{
    overflow: hidden;
    height: 350px;
    border-radius: 20px;
}
.sblg-bnr img{
    width: 100%;
}
.mblg-cnt{
    padding: 30px 40px;
    background: #fff;
    border-radius: 30px;
}
.mblg-cnt h3{
    margin: 0 0 20px;
}
.mblg-cnt p{}
.blg-btn{
    max-width: 200px;
    margin: 35px auto 0;
    width: 100%;
    display: block;
    padding: 10px 20px;
    background: #bf00ff;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}
.blg-btn:hover{background: #333; color: #fff;}

/* Analytics Section ----------------------*/

.analy-bar{ min-height: 680px; }
.analy-bar h6{ font-size: 22px; }
.analy-bar .bg-white{ border-radius: 15px; }
.vcs-b{ display: inline-block; width: 120px; text-align: center; }
.vcs-b .dot1, .vcs-b .dot2, .vcs-b .dot3{ position: relative; }
.vcs-b .dot1:before, .vcs-b .dot2:before, .vcs-b .dot3:before{position: absolute;content: '';width: 8px;height: 8px;left: 0;top: 6px;border-radius: 20px;}
.vcs-b .dot1, .vcs-b .dot2, .vcs-b .dot3{color: #919191;position: relative;font-size: 14px;padding-left: 12px;}
.vcs-b .dot1:before{background: #53bb1f;}
.vcs-b .dot2:before{background: #bf00ff;}
.vcs-b .dot3:before{background: #fdc013;}

.perf-b{}
.perf-b h3{ font-size: 22px;}
.perf-b ul{
    margin: 0;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
}
.perf-b ul li{
    list-style: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 10px;
}
.perf-b ul li h5{
    font-size: 16px;
}
.perf-b ul li span{
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 2px;
}

.top-ref{}
.top-ref h3{font-size: 22px;}
.top-ref ul{margin: 0;
    padding: 30px;
    background: #fff;
    border-radius: 15px;}
.top-ref ul li{
    list-style: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 0 5px;
    }
.top-ref ul li h6{font-size: 14px;margin: 0;}

.top-ref .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1.2rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef00;
    border-radius: .25rem;
}
.top-ref .progress span{font-size: 14px;margin-left: 15px;vertical-align: top;display: inline-block;line-height: normal;color: #9b9b9b;font-weight: 600;}
.top-ref .progress-bar-striped {
    background-image: linear-gradient(45deg, rgb(255 255 255 / 0%) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.top-ref .progress-bar {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #511864;
    transition: width .6s ease;
    border-radius: 2px 5px 5px 2px;
}


/* Top Divices --------*/

.top-devic{}
.top-devic h3{font-size: 22px;}
.p-chrt{
    margin: 0;
    padding: 30px 0;
    background: #fff;
    border-radius: 15px;
    }

.p-chrt main {
  width: 100%;
  margin: 0;
  padding: 10px 0px 30px;
  background: #FFF;
  text-align: left;
  overflow: hidden;
}
.p-chrt p {
  margin-top: 2rem;
  font-size: 13px;
}
#bar-chart {
  width: 100%;
  height: 300px;
  position: relative;
}

#pie-chart svg{ width: 100%; margin-left: 0px;}

.usr-edt{}
.usr-edt .chek-abl{
    display: block;
    max-width: 100%;
    background: #efefef;
    padding: 15px 18px;
    border-radius: 10px;
}
.usr-edt .chek-abl span{
    display: inline-block;
    color: #333;
}
.usr-edt p{ font-size: 14px; }
.usr-edt button{
    padding: 8px 25px;
    border-radius: 100px;
    border: none;
    text-transform: uppercase;
    font=we: ;
    background: #9c27b0;
    font-weight: 700;
    color: #fff; display: block; width: 100%;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
.theme3 .socl-lnk ul li a i{
    position: absolute;
    left: 20px;
    color: #0a0a0a;
    font-size: 30px;
    top: 6px;
}