@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
  overflow-x: hidden;
  
}
*{
    font-family: "Inter", sans-serif!important; 
}
.uk-navbar-item a img {
  width: 122px;
  height: 84px;
  object-fit: contain;
}
.dropdown:hover .dropdown-menu{
  display: block;
}

@media (max-width: 960px) {
  .uk-section.uk-padding-large {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px)
{
.container {
    max-width: 1170px!important;
}

.uk-navbar-item{
  padding: 10px 0px!important;
}
header{
  background-color: #000;
}
.top-headd .uk-navbar-item ul li .nav-link{
  color: #fff;
    font-weight: 500!important;
    padding:10px 20px!important;
}
.top-headd .uk-navbar-item ul li .nav-link:hover{
  color: #00dfee;
}

.uk-button {
  font-family: "Inter", sans-serif;
}

.in-button-app {
  background-color: #222;
}

.in-button-app:hover {
  transition: all ease 200ms;
  background-color: #00dfee;
}

@media (max-width: 960px) {
  .in-button-app {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.in-highlight {
  color: #00dfee;
}

.in-list-check li::before {
  background-image: none;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #00dfee;
  top: 2px;
  left: 4px;
}

/* [ 2. header ] */

header {
  padding-top: 0px;
  padding-bottom: 0px;
}

header .uk-logo {
  margin-top: 0px;
  margin-right: 40px;
}

header .uk-navbar-container {
 
  background: #fff!important;
  box-shadow: 0 1px 0 0 rgb(255 255 255 / 10%);
  z-index: 99;
  width: 100%;
  padding: 10px 0;
}

header .in-header-inner {
  background-color: #212224;
  margin-top: -21px;
}

header .in-header-inner .uk-navbar-container {
  margin-top: 21px;
  margin-bottom: 23px;
}

header .in-optional-nav a.uk-button-text i {
  font-size: 24px;
  margin-left: 25px;
}



header .in-optional-nav .uk-button-primary {
  color: #212224;
}

header .uk-navbar-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
}

header .uk-navbar-dropdown li {
  font-size: 14px;
  text-transform: initial;
}

/* [ 3. navigation ] */

.uk-navbar-nav a i {
  font-size: 20px;
  margin-top: 0px;
  margin-left: 0px;
  transition: all ease 200ms;
}
.acc-btn {
  margin-right: 15px;
}
.log-btn {
  font-weight: 500;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.nav-item a.active{
  color: #00dfee!important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color:#00dfee !important;
}
.uk-navbar-nav a.uk-open i {
  transition: all ease 200ms;
  transform: rotate(-180deg);
}

.uk-navbar-dropdown-nav a i {
  font-size: 13px;
}

.in-mobile-nav .uk-button {
  font-size: 17px;
  padding: 2px 16px;
  color: #101112;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  border-radius: 6px;
}

.uk-nav-default {
  margin-top: -40px;
}

.uk-nav-default li a {
  font-size: 24px;
}

.uk-nav-sub li a {
  font-size: 18px;
}

.uk-nav-sub li a i {
  margin-left: 8px;
  font-size: 13px;
}

@media (max-width: 960px) {
  .in-mobile-nav {
    position: absolute;
    right: 0;
  }
  .in-mobile-nav .uk-button {
    color: #fff;
  }
}

/* [ 4. slideshow ] */

.in-slideshow {
  height: 800px;
  margin-top: 0px;
  background-position: 100% 0;
  
}

.in-slideshow .uk-button {
  margin-top: 10px;
    color: #fff;
    background: #00dfee;
    padding: 10px 24px;
    font-weight: 700;
    font-size: 16px;
}

}
.in-slideshow .uk-button:hover, .blog-posts button:hover{
    background: #4359a1;
    color: #fff;
}

.in-slideshow .uk-grid-medium {
  position: relative;
  top: 200px;
}

.in-slideshow .uk-grid-medium .in-slide-img {
  margin-top: -40px;
}

.sec2h {
  color: #fff;
}
.finfd-btn i {
  font-size: 12px;
}
.uk-card-body h3 {
  color: #fff;
  font-size: 26px;
    font-weight: 700;
}

.in-slideshow h1 {
  font-size: 58px;
  min-height: 120px;
  color: #000;
  font-weight: 700;
}

.in-slideshow p {
  color: #000 !important;
  font-size: 20px;
}
@media (max-width: 960px) {
  .in-slideshow {
    height: auto;
  }
  .in-slideshow h1 {
    font-size: 32px;
    margin-top: -50px;
  }

  .in-slideshow img {
    width: 90%;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-slideshow h1 {
    margin-top: -10px;
    margin-bottom: -25px;
  }

  .in-slideshow img {
    width: 100%;
    margin-left: -60px;
  }
}

.in-slideshow {
  background-color: #fff;
}

.in-slideshow .uk-slidenav {
  bottom: 175px;
  color: #fff;
}

.in-slideshow .in-slideshow-features {
  height: 220px;
  background: linear-gradient(0deg, #212224 65%, rgba(33, 34, 36, 0.3) 100%);
  margin-top: -190px;
}

.carousel-item .uk-card-body p{
  margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.in-slideshow .in-slideshow-features .uk-container {
  position: relative;
  top: 124px;
}

.in-slideshow .in-slideshow-features .uk-label {
  font-weight: 500;
  padding: 2px 9px 2px 8px;
  border-radius: 3px;
  font-size: 12px;
}

.in-slideshow .in-slideshow-features .uk-label i {
  margin-right: 5px;
}

.in-slideshow .in-slideshow-features .uk-label-success {
  color: #176639;
  background-color: #2ecc71;
}

.in-slideshow .in-slideshow-features .uk-label-danger {
  color: #772838;
  background-color: #ee4f6f;
}

.in-slideshow .in-slideshow-features .uk-text-lead {
  color: #fff;
  margin-top: -80px;
}

.in-slideshow .in-slideshow-features .slide-icons-1 {
  margin-top: -25px;
}

.in-slideshow .in-slideshow-features .slide-icons-1 i {
  color: #00dfee;
}

.in-slideshow .in-slideshow-features .slide-icons-2 {
  margin-top: -32px;
}

.in-slideshow .in-slideshow-features .slide-icons-2 img {
  margin-top: 5px;
}

@media (max-width: 960px) {
  .in-slideshow .uk-slidenav {
    display: none;
  }
}

/* [ 5. footer ] */

footer .uk-light {
  color: rgba(255, 255, 255, 0.5);
}

footer .uk-light a.uk-button-text {
  margin-top: 4px;
  color: #a2a2a2;
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 0;
}

footer .uk-light a.uk-button-text:hover {
  color: #fff;
}

footer .uk-light .uk-link-text a {
  color: rgba(255, 255, 255, 0.8);
}

footer .uk-light .uk-link-text a:hover {
  color: #fff;
  text-decoration: none;
}

footer h5 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.and-logo img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  
}
.and-logo{
  margin-left: 20px;
}
.and-d{
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
}
.first-play{
margin-right: 20px;
}
.contact{

}
.contact p{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.contact p i{
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}

footer .in-footer-logo {
  margin-top: 0px;
}

footer .in-footer-socials {
  margin-top: 4px;
}

footer .in-footer-socials a {
  color: #a2a2a2;
}

footer .in-footer-socials a:hover {
  text-decoration: none;
}

footer .in-footer-socials i {
  font-size: 18px;
  margin-left: 20px;
}

footer .in-footer-feature {
  padding-top: 0;
  padding-bottom: 0;
}

footer .in-footer-feature h6 {
  font-size: 14px;
}

footer .in-footer-feature .in-icon-wrap {
  width: 41px;
  height: 41px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

footer .in-trading-risk {
  margin-top: -10px;
  line-height: 24px;
}

@media (max-width: 960px) {
  footer .in-footer-feature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .in-footer-feature .uk-grid > .uk-grid-margin {
    margin-top: 0;
  }
  footer .in-footer-socials {
    margin-left: -20px;
    margin-bottom: 10px;
  }
  footer .uk-heading-line {
    margin-top: 10px;
  }
  footer .in-trading-risk {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  footer .in-footer-feature {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* [ 6. components ] */

/* blog component */

.in-blog-1 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-blog-1 .uk-card-default a {
  color: inherit;
  text-decoration: none;
}

.in-blog-1 .uk-card-default a.uk-button-text {
  color: #00dfee;
}

.in-blog-1 .uk-card-default a.uk-button-text:hover {
  color: #fb300d;
}

.in-blog-1 .uk-card-media-top img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.in-blog-1 .uk-card-footer {
  border-top: 1px solid #e8e8e8;
}

.in-blog-3 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-blog-3 .uk-card-default a {
  color: inherit;
  text-decoration: none;
}

.in-blog-3 .uk-card-default a.uk-button-text {
  color: #00dfee;
}

.in-blog-3 .uk-card-default a.uk-button-text:hover {
  color: #fb300d;
}

.in-blog-3 .uk-card-default .uk-label {
  padding-left: 14px;
  padding-right: 14px;
}

.in-blog-4 a {
  color: inherit;
  text-decoration: none;
}

.in-blog-4 a.uk-button-text {
  color: #00dfee;
}

.in-blog-4 a.uk-button-text:hover {
  color: #fb300d;
}

.in-blog-4 .uk-flex i {
  color: rgba(0, 0, 0, 0.28);
  top: 1px;
  position: relative;
}

.in-article .in-figure-available {
  margin-bottom: -158px;
}

.in-article blockquote {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  border-left: 2px solid #e8e8e8;
  margin: 42px 0 42px 22px;
  padding-left: 45px;
}

.in-article blockquote p:first-of-type::before {
  content: "";
}

.in-article blockquote footer cite::before {
  content: "—";
  margin-right: 10px;
}

.in-article .in-article-tags {
  margin-top: 2px;
  font-size: 0.764rem;
}

.in-article .in-article-tags i {
  position: relative;
  top: 1px;
}

.in-article .in-article-share {
  margin-top: -2px;
}

.in-article .in-article-share a.uk-label {
  width: 16px;
  color: #fff;
  text-align: center;
}

@media (max-width: 960px) {
  .in-article .in-figure-available {
    margin-bottom: 0;
  }
  .in-article .in-figure-available img.uk-width-1-1 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -3px;
  }
  .in-article article.uk-card {
    z-index: -1;
  }
  .in-article blockquote {
    margin: 42px 0 42px 0px;
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .in-article .in-article-share {
    margin: 10px 0 5px;
    float: left;
  }
}

.in-widget-popular li {
  margin-bottom: 25px;
}

.in-widget-popular li:last-child {
  margin-bottom: 0;
}

.in-widget-archive i {
  font-size: 9.5px;
  margin-top: 8px;
}

.in-widget-tag .uk-label {
  background-color: #fff;
  border: 0;
  color: #717070;
  margin: 3px 1px;
  padding: 4px 13px;
}

.in-widget-tag a:hover .uk-label {
  transition: all ease 0.5s;
  background-color: #00dfee;
  color: #fff;
}

.in-widget-category li a,
.in-widget-popular li a,
.in-widget-archive li a {
  color: inherit;
}

.in-widget-category li a:hover,
.in-widget-popular li a:hover,
.in-widget-archive li a:hover {
  color: #ca4932;
  text-decoration: none;
}

/* card component */

.in-card-3 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-3 img {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (max-width: 960px) {
  .in-card-3 img {
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
  }
}

.in-card-4 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-8 .uk-card {
  border: 1px solid #e8e8e8;
  border-top: 3px solid #d8dfe2;
  background-color: #f8f8f8;
  padding-top: 0px;
  padding-bottom: 0px;
}

.in-card-8 .uk-card .uk-grid > div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.in-card-9 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-9 .uk-card-default .uk-tile {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-top: 0;
  padding: 25px 20px;
}

.in-card-9 .uk-card-default .uk-tile:first-child,
.in-card-9 .uk-card-default .uk-tile:nth-child(3) {
  border-left: 0;
}

.in-card-9 .uk-card-default .uk-tile:nth-child(n + 3) {
  border-bottom: 0;
}

.in-card-9 .uk-card-primary {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.in-card-9 .uk-card-primary .in-icon-wrap.small {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.12);
}

.in-card-9 .uk-card-primary i {
  font-size: 12px;
  color: #fff;
}

.in-card-9 .uk-card-primary hr {
  margin: 25px 0 30px;
}

@media (max-width: 960px) {
  .in-card-9 .uk-card-default {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .in-card-9 .uk-card-default .uk-tile:nth-child(2) {
    border-left: 0;
  }
  .in-card-9 .uk-card-default .uk-tile:nth-child(n + 2) {
    border-bottom: 1px solid #e8e8e8;
  }
  .in-card-9 .uk-card-default .uk-tile:last-child {
    border-left: 0;
    border-bottom: 0;
  }
  .in-card-9 .uk-card-primary {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}

.in-card-10 .uk-card-default {
  border: 0;
  background-color: #f8f8f8;
}

.in-card-10 .uk-card-default hr {
  border-width: 2px;
}

.in-card-10 .uk-card-default p {
  font-size: 0.882rem;
}

.in-card-10 .uk-card-default a {
  color: inherit;
  text-decoration: none;
}

.in-card-10 .uk-card-default a i {
  font-size: 11px;
  margin-top: 5px;
}

.in-card-10 .uk-card-body {
  padding: 28px;
}

.in-card-10 .uk-light .in-icon-wrap {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.in-card-10 .in-card-green {
  background-color: #27bc9c;
}

.in-card-10 .in-card-blue {
  background-color: #4284dd;
}

.in-card-10 .in-card-purple {
  background-color: #9a5bb4;
}

.in-card-10 .in-card-navy {
  background-color: #35495d;
}

.in-card-10 .in-card-grey {
  background-color: #95a5a6;
}

.in-card-10 .in-card-orange {
  background-color: #fd6a4f;
}

.in-card-11 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-11 .uk-card-default .in-icon-wrap {
  background-color: rgba(30, 135, 240, 0.12);
}

.in-card-11 .uk-card-primary .in-icon-wrap,
.in-card-11 .uk-card-secondary .in-icon-wrap {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.in-card-12 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-12 .uk-card-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  padding-left: 12px;
  padding-right: 12px;
}

.in-card-12 .uk-position-bottom-right i {
  color: rgba(0, 0, 0, 0.08);
  position: relative;
  right: -20px;
}

.in-card-13 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-13 .uk-card-default img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.in-card-13 .uk-card-default .uk-card-body {
  margin-top: -35px;
}

.in-card-13 .uk-card-default .in-icon-wrap {
  background-color: #d8dfe2;
  color: #fff;
}

.in-card-14 .uk-card-default {
  background-color: transparent;
}

.in-card-14 .uk-card-default img {
  border-radius: 6px;
}

.in-card-14 .uk-card-default .in-icon-wrap.small {
  width: 24px;
  height: 24px;
  background-color: #d8dfe2;
}

.in-card-14 .uk-card-default a {
  text-decoration: none;
}

.in-card-14 .uk-card-default i {
  top: -3px;
  font-size: 10px;
  color: #fff;
  position: relative;
}

.in-card-14 .uk-card-default .uk-card-body {
  width: 80%;
  margin: -30px auto 0;
  padding: 19px 18px 15px;
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
  border-radius: 6px;
  position: relative;
  z-index: 3;
}

.in-card-18 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.in-card-18 .uk-card-default a {
  color: inherit;
  text-decoration: none;
}

.in-card-18 div:nth-child(2),
.in-card-18 div:nth-child(5) {
  position: relative;
  top: 30px;
}

@media (max-width: 960px) {
  .in-card-18 div:nth-child(2),
  .in-card-18 div:nth-child(5) {
    top: 0px;
  }
}

.in-card-paper {
  position: relative;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.in-card-paper:before,
.in-card-paper:after {
  box-shadow: 1px 1px 2px #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: inherit;
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

.in-card-paper:before {
  transform: rotate(1deg);
  z-index: -1;
  top: -1px;
}

.in-card-paper:after {
  transform: rotate(-1deg);
  z-index: -2;
  left: -1px;
}

.in-card-paper .uk-card-small {
  padding: 18px 22px;
}

/* client logo component */

.in-client-logo-1 {
  padding: 0 50px;
}

.in-client-logo-1 .uk-tile {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-top: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.in-client-logo-1 .uk-tile:first-child,
.in-client-logo-1 .uk-tile:nth-child(6) {
  border-left: 0;
}

.in-client-logo-1 .uk-tile:nth-child(n + 6) {
  border-bottom: 0;
}

.in-client-logo-1 .uk-tile img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.in-client-logo-1 .uk-tile img:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  .in-client-logo-1 {
    padding: 0;
  }
  .in-client-logo-1 .uk-tile {
    border-left: 0;
    border-right: 0;
  }
  .in-client-logo-1 .uk-tile:nth-child(n + 6) {
    border-bottom: 1px solid #e8e8e8;
  }
  .in-client-logo-1 .uk-tile:last-child {
    border-bottom: 0;
  }
}

.in-client-logo-2 .uk-tile {
  border: 1px solid #e8e8e8;
}

.in-client-logo-2 .uk-tile img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.in-client-logo-2 .uk-tile img:hover {
  opacity: 1;
}

.in-client-logo-3 .uk-tile {
  padding: 10px 35px;
}

.in-client-logo-3 .uk-tile img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.in-client-logo-3 .uk-tile img:hover {
  opacity: 1;
}

.in-client-logo-4 {
  padding: 0 80px;
}

.in-client-logo-4 .uk-tile {
  padding: 10px 35px;
}

.in-client-logo-4 .uk-tile img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.in-client-logo-4 .uk-tile img:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  .in-client-logo-4 {
    padding: 0;
  }
}

.in-client-logo-5 .uk-tile {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-top: 0;
  padding: 50px;
}

.in-client-logo-5 .uk-tile:first-child,
.in-client-logo-5 .uk-tile:nth-child(4) {
  border-left: 0;
}

.in-client-logo-5 .uk-tile:nth-child(n + 4) {
  border-bottom: 0;
}

.in-client-logo-5 .uk-tile img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.in-client-logo-5 .uk-tile img:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  .in-client-logo-5 .uk-tile {
    padding: 28px 0;
    border-left: 0;
    border-right: 0;
  }
  .in-client-logo-5 .uk-tile:nth-child(n + 4) {
    border-bottom: 1px solid #e8e8e8;
  }
  .in-client-logo-5 .uk-tile:last-child {
    border-bottom: 0;
  }
}

.in-client-logo-6 .uk-tile {
  border-right: 1px solid #e8e8e8;
  padding: 10px 35px;
}

.in-client-logo-6 .uk-tile:last-child {
  border-right: 0;
}

.in-client-logo-6 .uk-tile img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.in-client-logo-6 .uk-tile img:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  .in-client-logo-6 .uk-tile {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .in-client-logo-6 .uk-tile:last-child {
    border-bottom: 0;
  }
}

/* contact component */

@media (max-width: 960px) {
  .in-contact-1 iframe {
    height: 300px;
  }
}

@media (max-width: 960px) {
  .in-contact-6 iframe {
    height: 300px;
  }
}

/* content component */

.in-content-10 .in-icon-wrap {
  color: #dbdbdb;
}

.in-content-10
  .uk-card-primary.uk-card-body
  .uk-search-default
  .uk-search-input {
  height: 46px;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  padding-left: 50px;
}

.in-content-10 .uk-card-primary.uk-card-body .uk-search .uk-search-icon {
  padding-left: 8px;
}

.in-content-10 .uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.in-content-10 .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.in-content-10 .uk-card-primary.uk-card-body .uk-search-input {
  color: #666;
}

.in-content-10 .uk-card-primary.uk-card-body .uk-search-input::placeholder {
  color: #999;
}

.in-content-10 .uk-heading-bullet a:hover {
  text-decoration: none;
}

.in-content-11 .uk-card-default {
  transition: all ease 0.5s;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-content-11 .uk-card-default h4 {
  color: #4f4f4f;
}

.in-content-11 .uk-card-default .in-icon-wrap {
  background-color: #4f4f4f;
  color: #fff;
}

.in-content-11 .uk-card-default .uk-text-small {
  color: #666;
}

.in-content-11 .uk-card-default:hover {
  border-color: #00dfee;
  text-decoration: none;
}

.in-content-11 .uk-card-default:hover h4 {
  color: #00dfee;
  transition: all ease 0.5s;
}

.in-content-11 .uk-card-default:hover .in-icon-wrap {
  background-color: #00dfee;
  transition: all ease 0.5s;
}

/* counter component */

.in-counter-1 .uk-card-default {
  background-color: #fff;
}

.in-counter-1 .uk-card-body {
  padding: 28px;
}

.in-counter-4 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-counter-6 .uk-card-default {
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  background-color: #fff;
}

/* faq component */

.in-faq-1 .uk-accordion-title {
  padding: 20px 12px;
  border-bottom: 1px solid #e8e8e8;
}

.in-faq-1 .uk-accordion-title::before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  color: #00dfee;
  margin: 5px 12px 5px 0;
  float: left;
}

.in-faq-1 .uk-open .uk-accordion-title {
  color: #00dfee;
  border-bottom: 0;
}

.in-faq-1 .uk-open .uk-accordion-title::before {
  content: "\f056";
}

.in-faq-1 .uk-accordion-content {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 0px;
  padding: 0 38px 30px;
}

.in-faq-1 li:last-child .uk-accordion-title,
.in-faq-1 li:last-child .uk-accordion-content {
  border-bottom: 0;
}

.in-faq-2 {
  margin-top: -20px;
}

.in-faq-2 .uk-accordion-title {
  margin-top: 20px;
}

.in-faq-2 .uk-accordion-title .uk-card-default::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  top: 25px;
  right: 22px;
  position: absolute;
}

.in-faq-2 .uk-accordion-title .uk-card-body {
  padding: 20px 22px;
}

.in-faq-2 .uk-accordion-title i {
  margin: 6px 12px 7px 0;
  float: left;
}

.in-faq-2 .uk-open .uk-accordion-title .uk-card {
  background-color: #00dfee;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.in-faq-2 .uk-open .uk-accordion-title .uk-card::after {
  content: "\f107";
}

.in-faq-2 .uk-accordion-content {
  margin-top: 0px;
}

.in-faq-2 .uk-accordion-content.uk-card-default {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.in-faq-3 {
  margin-top: -20px;
}

.in-faq-3 .uk-card-default {
  margin-top: 20px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-faq-3 .uk-card-body {
  padding: 20px 22px;
}

.in-faq-3 .uk-accordion-title::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  top: 25px;
  right: 22px;
  position: absolute;
}

.in-faq-3 .uk-open .uk-accordion-title::after {
  content: "\f0d7";
}

.in-faq-3 .uk-open .uk-accordion-title {
  color: #00dfee;
}

.in-faq-3 .uk-accordion-content {
  padding: 0px 14px 8px 0px;
}

.in-faq-4 {
  margin-top: -20px;
}

.in-faq-4 .uk-card-default {
  margin-top: 20px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-faq-4 .uk-card-body {
  padding: 20px 22px;
}

.in-faq-4 .uk-accordion-title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  top: 25px;
  right: 22px;
  position: absolute;
}

.in-faq-4 .uk-open .uk-accordion-title::after {
  content: "\f068";
}

.in-faq-4 .uk-open .uk-accordion-title {
  color: #00dfee;
}

.in-faq-4 .uk-accordion-content {
  padding: 0px 14px 8px 0px;
}

.in-faq-5 .uk-accordion-title {
  padding: 15px 0;
}

.in-faq-5 .uk-accordion-title::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  color: inherit;
  margin: 5px 0;
  float: right;
}

.in-faq-5 .uk-open .uk-accordion-title {
  color: #00dfee;
  border-bottom: 0;
}

.in-faq-5 .uk-open .uk-accordion-title::before {
  content: "\f078";
}

.in-faq-5 .uk-accordion-content {
  margin-top: 0px;
  padding-bottom: 10px;
}

.in-faq-5 li:last-child .uk-accordion-title,
.in-faq-5 li:last-child .uk-accordion-content {
  border-bottom: 0;
}

/* gallery component */

.in-gallery-2 .uk-overlay {
  padding: 22px 22px 68px 68px;
}

.in-gallery-2 .uk-overlay-primary {
  background: black;
  background: radial-gradient(
    circle farthest-corner at top right,
    rgba(0, 0, 0, 0.48) 0%,
    rgba(0, 0, 0, 0.12) 50%,
    rgba(255, 255, 255, 0) 65%
  );
}

.in-gallery-2 .uk-inline-clip {
  background-color: #000;
}

.in-gallery-2 .uk-inline-clip a img {
  transition: all ease 300ms;
}

.in-gallery-2 .uk-inline-clip a:hover img {
  transition: all ease 300ms;
  opacity: 0.8;
}

.in-gallery-2 .fas {
  font-size: 20px;
}

.in-gallery-3 .uk-overlay {
  padding-bottom: 100px;
}

.in-gallery-3 .uk-overlay-primary {
  background: #000000;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.in-gallery-3 .uk-overlay-primary .uk-text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.in-gallery-3 .uk-inline-clip {
  background-color: #fff;
}

.in-gallery-3 .uk-inline-clip a img {
  transition: all ease 300ms;
}

.in-gallery-3 .uk-inline-clip a:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all ease 300ms;
  opacity: 0.8;
}

.in-gallery-3 .uk-button-default {
  padding-top: 6px;
  padding-bottom: 6px;
}

.in-gallery-3 .uk-dropdown {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border: 1px solid #ccc;
  border-top-color: #fff;
  font-size: 16px;
  min-width: 177px;
  padding: 5px 28px 10px;
}

/* pricing component */

.in-pricing-1 .uk-card {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #e8e8e8;
  transition: all ease 600ms;
}

.in-pricing-1 .uk-card-default {
  background-color: #fff;
}

.in-pricing-1 .uk-card-default:hover {
  border-color: #d1d1d1;
}

.in-pricing-1 .uk-card-header .in-pricing-small {
  font-size: 24px;
  margin-right: -15px;
  top: -3px;
  position: relative;
}

.in-pricing-1 .uk-card-header hr {
  margin-top: 40px;
  margin-bottom: -25px;
}

.in-pricing-1 .uk-card-header .uk-label {
  background-color: #101112;
}

.in-pricing-1 .uk-card-header .uk-card-badge {
  margin: 10px 8px 0 0;
}

.in-pricing-1 .uk-card-header i {
  color: rgba(0, 0, 0, 0.1);
}

.in-pricing-1 .uk-card-body .uk-list-bullet > li::before {
  background-image: none;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #00dfee;
  top: 1px;
  left: 4px;
}

.in-pricing-1.in-pricing-featured .uk-card {
  border-color: #00dfee;
}

.in-pricing-1.in-pricing-featured .uk-card:hover {
  background-color: white;
  border-color: #00dfee;
}

.in-pricing-1.in-pricing-featured .uk-card-header .uk-label {
  background-color: #00dfee;
}

.in-pricing-2 .uk-card {
  transition: all ease 600ms;
}

.in-pricing-2 .uk-card-default {
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.in-pricing-2 .uk-card-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-top: 0;
  background-color: #101112;
}

.in-pricing-2 .uk-card-header h3 {
  color: #fff;
}

.in-pricing-2 .uk-card-header h4 {
  color: #fff;
}

.in-pricing-2 .uk-card-header .in-pricing-small {
  font-size: 24px;
  margin-right: -10px;
  top: -3px;
  position: relative;
}

.in-pricing-2 .uk-card-body {
  padding-top: 25px;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all ease 600ms;
}

.in-pricing-2.in-pricing-featured .uk-card:hover {
  background-color: white;
  border-color: #00dfee;
}

.in-pricing-2.in-pricing-featured .uk-card-header {
  background-color: #00dfee;
}

.in-pricing-3 .uk-card {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  transition: all ease 600ms;
}

.in-pricing-3 .uk-card-default {
  background-color: #fff;
}

.in-pricing-3 .uk-card-default:hover {
  border-color: #d1d1d1;
}

.in-pricing-3 .uk-card-header {
  border-top: 4px solid #101112;
  border-radius: 6px;
}

.in-pricing-3 .uk-card-header h6 {
  letter-spacing: 2px;
}

.in-pricing-3 .uk-card-header .in-pricing-small {
  font-size: 24px;
  margin-right: -15px;
  top: -26px;
  position: relative;
}

.in-pricing-3 .uk-card-header .uk-label {
  background: transparent;
  color: #101112;
}

.in-pricing-3.in-pricing-featured .uk-card {
  border-color: #00dfee;
}

.in-pricing-3.in-pricing-featured .uk-card:hover {
  background-color: white;
  border-color: #00dfee;
}

.in-pricing-3.in-pricing-featured .uk-card-header {
  border-color: #00dfee;
}

.in-pricing-3.in-pricing-featured
  .uk-card-body
  .uk-list-divider
  > li:nth-child(n + 2) {
  border-color: #fd9b8a;
}

.in-pricing-4 .uk-card {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  transition: all ease 600ms;
}

.in-pricing-4 .uk-card-default {
  background-color: #fff;
}

.in-pricing-4 .uk-card-default:hover {
  border-color: #d1d1d1;
}

.in-pricing-4 .uk-card-header h6 {
  letter-spacing: 2px;
}

.in-pricing-4 .uk-card-header .in-pricing-small {
  font-size: 24px;
  margin-right: -15px;
  top: -18px;
  position: relative;
}

.in-pricing-4 .uk-card-body {
  padding-top: 15px;
}

.in-pricing-4 .uk-card-body .uk-list-bullet > li::before {
  background-image: none;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #00dfee;
  top: 1px;
  left: 4px;
}

.in-pricing-4.in-pricing-featured .uk-card {
  border-color: #00dfee;
}

.in-pricing-4.in-pricing-featured .uk-card:hover {
  background-color: white;
  border-color: #00dfee;
}

.in-pricing-4.in-pricing-featured .uk-card-header {
  border-color: #00dfee;
}

.in-pricing-4.in-pricing-featured .uk-card-header .in-icon-wrap {
  background-color: #00dfee;
  color: #fff;
}

.in-pricing-5 .uk-card {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #e8e8e8;
  transition: all ease 600ms;
}

.in-pricing-5 .uk-card-default {
  background-color: #fff;
}

.in-pricing-5 .uk-card-default:hover {
  border-color: #d1d1d1;
}

.in-pricing-5 .uk-card-header h6 {
  color: #fff;
}

.in-pricing-5 .uk-card-header .in-pricing-small {
  font-size: 24px;
  margin-right: -15px;
  top: -3px;
  position: relative;
}

.in-pricing-5 .uk-card-header .in-pricing-month {
  font-size: 24px;
  margin-left: -10px;
}

.in-pricing-5 .uk-card-header hr {
  width: 60%;
  margin: 35px auto -20px;
}

.in-pricing-5 .uk-card-header .uk-card-badge {
  top: -26px;
  left: 0%;
  position: relative;
}

.in-pricing-5 .uk-card-header .uk-label {
  padding: 14px 25px 9px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #101112;
}

.in-pricing-5.in-pricing-featured .uk-card {
  border-color: #00dfee;
}

.in-pricing-5.in-pricing-featured .uk-card:hover {
  background-color: white;
  border-color: #00dfee;
}

.in-pricing-5.in-pricing-featured .uk-card-header .uk-label {
  background-color: #00dfee;
}

.in-pricing-6 .uk-card {
  transition: all ease 600ms;
}

.in-pricing-6 .uk-card-default {
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.in-pricing-6 .uk-card-header {
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  border-top: 4px solid #101112;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #fff;
  margin-bottom: -1px;
  padding-top: 30px;
  padding-bottom: 35px;
}

.in-pricing-6 .uk-card-header h3 {
  margin: 12px 0 -20px;
}

.in-pricing-6 .uk-card-header .in-pricing-small {
  font-size: 24px;
  margin-right: -10px;
  top: -17px;
  position: relative;
}

.in-pricing-6 .uk-card-header .uk-label {
  background-color: #101112;
}

.in-pricing-6 .uk-card-body {
  padding-top: 35px;
  box-shadow: inset 0px 0px 0px 1px #e8e8e8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all ease 600ms;
}

.in-pricing-6 .uk-card-body .uk-list-bullet > li::before {
  background-image: none;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #00dfee;
  top: 1px;
  left: 4px;
}

.in-pricing-6.in-pricing-featured .uk-card-default:hover {
  background-color: white;
  border-color: #00dfee;
}

.in-pricing-6.in-pricing-featured .uk-card-header {
  border-color: #00dfee;
}

.in-pricing-6.in-pricing-featured .uk-card-header .uk-label {
  background-color: #00dfee;
}

/* team component */

.in-team-3 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* testimonial component */

.in-testimonial-2 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-testimonial-6 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-testimonial-6 .fa-star {
  color: #f6c416;
  font-size: 12px;
  position: relative;
  top: 16px;
}

@media (max-width: 960px) {
  .in-testimonial-6 .uk-float-right {
    margin-bottom: -22px;
  }
  .in-testimonial-6 .fa-star {
    top: -26px;
    left: 64px;
  }
}

.in-testimonial-7 .uk-card {
  padding-top: 20px;
  padding-bottom: 20px;
}

.in-testimonial-7 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-testimonial-8 .uk-card {
  padding-top: 20px;
  padding-bottom: 15px;
}

.in-testimonial-8 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

/* timeline component */

.in-timeline-1 hr {
  margin-bottom: 0;
}

.in-timeline-1 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-timeline-1 .uk-label {
  position: relative;
  top: -1px;
  left: 10px;
}

.in-timeline-1 .in-timeline-branch .in-icon-wrap {
  font-weight: 700;
  position: relative;
  top: 21px;
  left: 38px;
}

.in-timeline-1 .in-timeline-branch .in-timeline-title {
  height: 105px;
  border-left: 1px solid #e8e8e8;
  margin-left: 5px;
  padding-left: 40px;
}

@media (max-width: 960px) {
  .in-timeline-1 > .uk-child-width-1-1 > div {
    margin-top: 0;
  }
}

.in-timeline-2 {
  margin: 30px auto;
  position: relative;
  padding: 1px 10px;
}

.in-timeline-2 .uk-card-default {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.in-timeline-2:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #e8e8e8;
  left: 50%;
  top: 0;
  position: absolute;
}

.in-timeline-2:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}

.in-timeline-2 .in-timeline-item {
  margin: 25px 0;
  position: relative;
}

.in-timeline-2 .in-timeline-item:after,
.in-timeline-2 .in-timeline-item:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.in-timeline-2 .in-timeline-item:before {
  width: 13px;
  height: 13px;
  background: #00dfee;
  border: 10px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 50%;
  overflow: hidden;
  margin-left: -15px;
}

.in-timeline-2 .in-timeline-item .in-timeline-content {
  width: 45%;
}

.in-timeline-2 .in-timeline-item .in-timeline-content.right {
  float: right;
}

.in-timeline-2 .in-timeline-item .in-timeline-content.uk-card-body {
  padding-bottom: 25px;
}

.in-timeline-2
  .in-timeline-item
  .in-timeline-content
  .uk-position-bottom-right
  i {
  color: rgba(0, 0, 0, 0.08);
  position: relative;
  right: -20px;
}

@media (max-width: 960px) {
  .in-timeline-2 {
    margin: 10px 0;
    padding: 1px 0;
    width: 100%;
  }
  .in-timeline-2:before {
    left: 0;
  }
  .in-timeline-2 .in-timeline-item:before {
    left: 0;
  }
  .in-timeline-2 .in-timeline-item .in-timeline-content {
    width: 93%;
    float: right;
  }
}

@media (max-width: 640px) {
  .in-timeline-2 .in-timeline-item .in-timeline-content {
    width: 90%;
  }
}

/* [ 7. utility ] */

@-webkit-keyframes hideLoader {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

@keyframes hideLoader {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}

body > div.in-loader {
  position: fixed;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

body > div.in-loader div {
  width: 1rem;
  height: 1rem;
  margin: 2rem 0.3rem;
  background: #00dfee;
  border-radius: 50%;
  -webkit-animation: 0.9s bounce infinite alternate;
  animation: 0.9s bounce infinite alternate;
}

body > div.in-loader div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

body > div.in-loader div:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

body:not(.loaded) > div.in-loader {
  opacity: 1;
}

body:not(.loaded) {
  overflow: hidden;
}

body.loaded > div.in-loader {
  -webkit-animation: hideLoader 0s3 linear 0s3 forwards;
  animation: hideLoader 0s3 linear 0s3 forwards;
}

@-webkit-keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}

.in-brand-google,
a.in-brand-google {
  background-color: #4687f2;
  color: #fff;
}

.in-brand-google:hover,
a.in-brand-google:hover {
  background-color: #639af4;
}

.in-brand-facebook,
a.in-brand-facebook {
  background-color: #3b5999;
  color: #fff;
}

.in-brand-facebook:hover,
a.in-brand-facebook:hover {
  background-color: #4d70ba;
}

.in-brand-twitter,
a.in-brand-twitter {
  background-color: #1da1f2;
  color: #fff;
}

.in-brand-twitter:hover,
a.in-brand-twitter:hover {
  background-color: #3aadf4;
}

.in-brand-pinterest,
a.in-brand-pinterest {
  background-color: #bd081c;
  color: #fff;
}

.in-brand-pinterest:hover,
a.in-brand-pinterest:hover {
  background-color: #da0920;
}

.in-brand-youtube,
a.in-brand-youtube {
  background-color: #cd201f;
  color: #fff;
}

.in-brand-youtube:hover,
a.in-brand-youtube:hover {
  background-color: #df2d2c;
}

.in-generic-email,
a.in-generic-email {
  background-color: #37474f;
  color: #fff;
}

.in-generic-email:hover,
a.in-generic-email:hover {
  background-color: #445761;
}

/* download app button */

.in-button-app {
  font-size: 12px;
  text-transform: capitalize;
  text-align: left;
  line-height: 15px;
  padding: 6px 12px 7px;
  letter-spacing: 0;
}

.in-button-app span.wrapper {
  float: right;
}

.in-button-app span.wrapper span {
  font-weight: 700;
  font-size: 12px;
}

.in-button-app span.wrapper span::before {
  content: "\A";
  white-space: pre;
}

.in-button-app i {
  margin-right: 12px;
  position: relative;
  top: 6px;
}


.in-icon-wrap {
  font-family: inherit;
  font-weight: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #f0f0f0;
  color: #5c5c5c;
  border-radius: 24px;
}

.in-icon-wrap.small {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}

.in-icon-wrap.large {
  width: 92px;
  height: 92px;
  border-radius: 34px;
}

.in-icon-wrap.circle {
  border-radius: 500px;
}

.in-icon-wrap.transparent {
  background-color: transparent;
}

.in-icon-wrap.primary-color {
  background-color: #00dfee;
  color: #fff;
}

.in-icon-wrap.secondary-color {
  background-color: #5c5c5c;
  color: #fff;
}

/* offset top margin */

.in-offset-top-10 {
  margin-top: -10px;
}

.in-offset-top-20 {
  margin-top: -20px;
}

.in-offset-top-30 {
  margin-top: -30px;
}

.in-offset-top-40 {
  margin-top: -40px;
}

.in-offset-top-50 {
  margin-top: -50px;
}

.in-offset-top-60 {
  margin-top: -60px;
}

.in-offset-top-70 {
  margin-top: -70px;
}

.in-offset-top-80 {
  margin-top: -80px;
}

/* offset bottom margin */

.in-offset-bottom-10 {
  margin-bottom: -10px;
}

.in-offset-bottom-20 {
  margin-bottom: -20px;
}

.in-offset-bottom-30 {
  margin-bottom: -30px;
}

.in-offset-bottom-40 {
  margin-bottom: -40px;
}

.in-offset-bottom-50 {
  margin-bottom: -50px;
}

.in-offset-bottom-60 {
  margin-bottom: -60px;
}

.in-offset-bottom-70 {
  margin-bottom: -70px;
}

.in-offset-bottom-80 {
  margin-bottom: -80px;
}

@media (max-width: 960px) {
  /* offset top margin */
  .in-offset-top-10\@s {
    margin-top: -10px;
  }
  .in-offset-top-20\@s {
    margin-top: -20px;
  }
  .in-offset-top-30\@s {
    margin-top: -30px;
  }
  .in-offset-top-40\@s {
    margin-top: -40px;
  }
  .in-offset-top-50\@s {
    margin-top: -50px;
  }
  .in-offset-top-60\@s {
    margin-top: -60px;
  }
  .in-offset-top-70\@s {
    margin-top: -70px;
  }
  .in-offset-top-80\@s {
    margin-top: -80px;
  }
  /* offset bottom margin */
  .in-offset-bottom-10\@s {
    margin-bottom: -10px;
  }
  .in-offset-bottom-20\@s {
    margin-bottom: -20px;
  }
  .in-offset-bottom-30\@s {
    margin-bottom: -30px;
  }
  .in-offset-bottom-40\@s {
    margin-bottom: -40px;
  }
  .in-offset-bottom-50\@s {
    margin-bottom: -50px;
  }
  .in-offset-bottom-60\@s {
    margin-bottom: -60px;
  }
  .in-offset-bottom-70\@s {
    margin-bottom: -70px;
  }
  .in-offset-bottom-80\@s {
    margin-bottom: -80px;
  }
  /* margin remove */
  .in-margin-remove-top\@s {
    margin-top: 0 !important;
  }
  .in-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .in-margin-remove-right\@s {
    margin-right: 0 !important;
  }
  .in-margin-remove-bottom\@s {
    margin-bottom: 0 !important;
  }
  /* margin top and bottom */
  .in-margin-top-10\@s {
    margin-top: 10px !important;
  }
  .in-margin-top-20\@s {
    margin-top: 20px !important;
  }
  .in-margin-top-30\@s {
    margin-top: 30px !important;
  }
  .in-margin-top-40\@s {
    margin-top: 40px !important;
  }
  .in-margin-top-50\@s {
    margin-top: 50px !important;
  }
  .in-margin-top-60\@s {
    margin-top: 60px !important;
  }
  .in-margin-top-70\@s {
    margin-top: 70px !important;
  }
  .in-margin-top-80\@s {
    margin-top: 80px !important;
  }
  .in-margin-bottom-10\@s {
    margin-bottom: 10px !important;
  }
  .in-margin-bottom-20\@s {
    margin-bottom: 20px !important;
  }
  .in-margin-bottom-30\@s {
    margin-bottom: 30px !important;
  }
  .in-margin-bottom-40\@s {
    margin-bottom: 40px !important;
  }
  .in-margin-bottom-50\@s {
    margin-bottom: 50px !important;
  }
  .in-margin-bottom-60\@s {
    margin-bottom: 60px !important;
  }
  .in-margin-bottom-70\@s {
    margin-bottom: 70px !important;
  }
  .in-margin-bottom-80\@s {
    margin-bottom: 80px !important;
  }
  /* padding horizontal and vertical */
  .in-padding-horizontal\@s {
    padding: 0 30px;
  }
  .in-padding-large-horizontal\@s {
    padding: 0 60px;
  }
  .in-padding-vertical\@s {
    padding: 30px 0;
  }
  .in-padding-large-vertical\@s {
    padding: 60px 0;
  }
}

.in-totop {
  font-size: 24px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background-color: #00dfee;
  border-radius: 6px;
  
}

.in-totop.uk-animation-slide-top {
  opacity: 1;
}

a.in-totop {
  color: #fff;
  text-decoration: none;
}

.in-z-index {
  position: relative;
}

.in-z-index.top {
  z-index: 1;
}

.in-z-index.bottom {
  z-index: -1;
}

/* [ 8. vendors ] */

.in-video-wrapper .plyr,
.in-audio-wrapper .plyr {
  border-radius: 6px;
}





/* [ 9. custom ] */

.in-liquid-label {
  font-size: 12px;
  color: #00dfee;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
}

.in-liquid-breadcrumb {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.in-liquid-breadcrumb .uk-breadcrumb {
  padding-top: 13px;
  padding-bottom: 16px;
}

.in-liquid-1 .uk-container {
  margin-top: 10px;
  margin-bottom: 30px;
}

.in-liquid-1 .uk-child-width-1-3\@m {
  margin-top: 50px;
}

.in-liquid-1 .uk-card-media-top img {
  width: 120px!important;
  height: 97px!important;
  object-fit: cover!important;
  padding: 20px 0 0 40px;
  position: relative;
}
.in-liquid-1 .uk-card-media-top {
  position: relative;
}

@media (max-width: 960px) {
  .in-liquid-1 .uk-button.uk-align-right\@m {
    margin-top: 20px;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-1 .uk-card-media-top img {
    position: relative;
    left: 28%;
  }
}

.in-liquid-2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, #00dfee17 100%);
}
.in-liquid-2 h3 {
  font-size: 20px;
  font-weight: 800;
}
.in-liquid-2 p {
  font-size: 15px;
  font-weight: 400;
}

.in-liquid-2 .uk-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

.in-liquid-2 .uk-card-default {
  background-color: transparent;
  border: 1px solid #d8dfe2;
  border-radius: 10px;
}

.in-liquid-2 .uk-card-default h4 {
  color: #00dfee;
  margin-top: -53px;
}

.in-liquid-2 .uk-card-default h4 span {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}

.in-liquid-2 .uk-card-default .in-icon-wrap {
  width: 44px;
  height: 44px;
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #00dfee;

  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #00dfee;
  position: relative;
  z-index: 0.1;
}

.in-liquid-2 .uk-card-default .uk-width-1-1::after {
  width: 60%;
  height: 1px;
  background-color: #d8dfe2;
  position: absolute;
  content: "";
  top: 44%;
  left: 20%;
  z-index: 0;
}

@media (max-width: 960px) {
  .in-liquid-2 .uk-card-default {
    padding-bottom: 52px;
  }
  .in-liquid-2 .uk-card-default h4 {
    margin-top: -42px;
  }
  .in-liquid-2 .uk-card-default .uk-width-1-1::after {
    background-color: transparent;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-2 .uk-card-default .uk-width-1-1::after {
    background-color: #d8dfe2;
    top: 38%;
  }
}

.in-liquid-3.uk-background-center-center {
  background-position: 40% 50%;
}

.in-liquid-3 .in-icon-wrap {
  width: 84px;
  height: 84px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #cbd3d6;
  color: #0f0f0f;
  display: flex;
  font-size: 40px;
}

.in-liquid-3 .fab {
  font-size: 36px;
}

.in-liquid-3 .uk-position-top-left {
  left: -63px;
  margin-bottom: -5px;
  z-index: 0;
}

.in-liquid-3 .uk-width-1-2\@m {
  z-index: 0.1;
  position: relative;
}

@media (max-width: 960px) {
  .in-liquid-3.uk-background-contain {
    background-size: auto 50%;
  }
  .in-liquid-3.uk-background-center-center {
    background-position: 40% 100%;
  }
  .in-liquid-3 .uk-position-top-left {
    left: 13px;
    margin-top: -45px;
    margin-bottom: 0;
  }
  .in-liquid-3 .uk-width-1-2\@m {
    padding-top: 52%;
  }
  .in-liquid-3 .uk-width-1-2\@m .uk-grid-small {
    margin-bottom: 30px;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-3.uk-background-contain {
    background-size: auto 53%;
  }
  .in-liquid-3 .uk-position-top-left {
    left: 16%;
  }
}

.in-liquid-4 .uk-container {
  margin-top: 20px;
  margin-bottom: 30px;
}

.in-liquid-4 .in-blog-4 a.uk-button-text {
  color: #999999;
}

.in-liquid-4 .in-blog-4 a.uk-button-text:hover {
  color: inherit;
}

.in-liquid-4 .in-blog-4 .uk-flex i {
  color: inherit;
  top: inherit;
}

.in-liquid-4 .in-liquid-category {
  width: 59px;
  position: relative;
}

.in-liquid-4 .in-liquid-category p {
  width: 150px;
  text-align: right;
  transform: rotate(-90deg);
  margin-top: 64px;
  margin-left: -67px;
}

.in-liquid-4 .in-liquid-category span {
  background-color: #fff;
  padding-right: 5px;
  padding-left: 14px;
}

.in-liquid-4 .in-liquid-category .uk-text-uppercase {
  letter-spacing: 1px;
  color: #00dfee;
}

.in-liquid-4 .in-liquid-category .uk-text-small {
  font-size: 12px;
  font-weight: 600;
}

.in-liquid-4 .in-liquid-category::before {
  width: 1px;
  height: 98%;
  background-color: #00dfee;
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
}

.in-liquid-5 .in-client-logo-6 .uk-tile {
  border-right: 0;
  padding: 10px 35px;
}

.in-liquid-5 .in-client-logo-6 .uk-tile:last-child {
  border-right: 0;
}

.in-liquid-5 .in-client-logo-6 .uk-tile img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.in-liquid-5 .in-client-logo-6 .uk-tile img:hover {
  opacity: 1;
}

.in-liquid-5 .in-border-text {
  margin-top: 50px;
}

.in-liquid-5 .in-border-text span {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 14px 7px 16px 14px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width: 960px) {
  .in-liquid-5 h4 {
    margin-top: 27px;
  }
  .in-liquid-5.uk-background-contain {
    background-size: auto 41%;
  }
  .in-liquid-5.uk-background-top-center {
    background-position: 50% 100%;
  }
  .in-liquid-5 .uk-tile {
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .in-liquid-5 .uk-tile:last-child {
    margin-bottom: 0;
  }
  .in-liquid-5 .uk-tile img {
    width: 35%;
  }
  .in-liquid-5 .in-border-text span {
    display: block;
  }
  .in-liquid-5 .in-border-text .uk-button {
    margin-top: 10px;
    left: -10px;
    position: relative;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-5.uk-background-contain {
    background-size: auto 65%;
  }
}

.in-liquid-6 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, #ffefec 100%);
}

.in-liquid-6 .uk-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

.in-liquid-6 img {
  width: 100%;
}

.in-liquid-6 .in-count-wrap {
  border-radius: 10px;
  border: 1px solid #cbd3d6;
  padding-top: 19px;
  text-align: center;
  transition: all ease 400ms;
}

.in-liquid-6 .in-count-wrap .uk-text-lead {
  transition: all ease 400ms;
}

.in-liquid-6 .in-count-wrap:hover {
  border-color: #00dfee;
  transition: all ease 400ms;
  cursor: default;
}

.in-liquid-6 .in-count-wrap:hover .uk-text-lead {
  color: #00dfee;
}

.in-liquid-6 .dot-pulse {
  border-radius: 50px;
  background: rgba(253, 124, 102, 0.9);
  box-shadow: 0 0 0 0 #fd7c66;
}

.in-liquid-6 .dot-pulse.one {
  width: 15px;
  height: 15px;
  -webkit-animation: one 2s infinite;
  animation: one 2s infinite;
}

.in-liquid-6 .dot-pulse.two {
  width: 8px;
  height: 8px;
  -webkit-animation: two 3s infinite;
  animation: two 3s infinite;
}

@-webkit-keyframes one {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(253, 124, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0);
  }
}

@keyframes one {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(253, 124, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0);
  }
}

@-webkit-keyframes two {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(253, 124, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0);
  }
}

@keyframes two {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(253, 124, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 124, 102, 0);
  }
}

.in-liquid-7 .uk-container {
  margin-bottom: 35px;
}

.in-liquid-7 .uk-button-secondary {
  color: #00dfee;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #00dfee;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 960px) {
  .in-liquid-7 .uk-button-primary {
    left: 5px;
    margin-bottom: 10px;
    position: relative;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-7 .uk-button-primary {
    left: 0;
    margin-bottom: 0;
  }
}

.in-liquid-8 .uk-container {
  margin-bottom: 20px;
}

.in-liquid-8 .uk-card-default {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #00dfee;
  cursor: default;
  padding: 15px;
}

.in-liquid-8 .uk-card-default h6,
.in-liquid-8 .uk-card-default i {
  color: #00dfee;
}

.in-liquid-8 .in-liquid-video {
  width: 97%;
}

.in-liquid-8 .in-liquid-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #eaee44, #33d0ff);
  opacity: 0.6;
  border-radius: 6px;
}

.in-liquid-8 .in-liquid-video img {
  box-shadow: 15px 15px 0 0 #dfdfdf;
}

.in-liquid-8 .in-liquid-video .in-play-button {
  width: 75px;
  height: 75px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 white;
  -webkit-animation: pulse-white 2s infinite;
  animation: pulse-white 2s infinite;
}

.in-liquid-8 .in-liquid-video i {
  font-size: 24px;
  position: absolute;
  top: 25px;
  left: 28px;
}

@-webkit-keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.in-liquid-9 .uk-card {
  background-color: transparent;
  border-radius: 10px;
  border-color: #00dfee;
}

.in-liquid-9 .uk-card i {
  font-size: 32px;
}

.in-liquid-9 .uk-card .uk-text-small {
  margin-top: 0;
}

.in-liquid-9 .uk-card .uk-grid-divider div {
  padding-top: 20px;
  padding-bottom: 23px;
}

.in-liquid-9 .uk-card .uk-grid-divider > ::before {
  border-color: #00dfee;
}

.in-liquid-9 .uk-card-body {
  padding-top: 0;
  padding-bottom: 0;
}

.in-liquid-9 .in-text-devices span {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  position: relative;
  bottom: -27px;
  z-index: 1;
}

@media (max-width: 960px) {
  .in-liquid-9 .uk-card {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .in-liquid-9 .uk-card .uk-grid-divider div {
    padding-top: 0;
  }
  .in-liquid-9 .uk-card .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 35px;
  }
}

.in-liquid-10 .uk-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.in-liquid-10 .uk-card-body {
  padding: 50px 35px 55px;
}

@media (max-width: 960px) {
  .in-liquid-10 .uk-button {
    width: 100%;
    top: -17px;
    position: relative;
  }
}

.in-liquid-11 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, #ffefec 100%);
}

.in-liquid-11 .uk-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

.in-liquid-11 .uk-list > li:nth-child(n + 2) {
  margin-top: 20px;
}

.in-liquid-11 .uk-list-bullet > li {
  padding-left: 38px;
}

.in-liquid-11 .in-list-check li a {
  font-size: 15px;
  font-weight: 700;
}

.in-liquid-11 .in-list-check li::before {
  content: "\f061";
}

@media (max-width: 960px) {
  .in-liquid-11 .in-list-check.uk-margin-medium-left {
    left: -40px;
    position: relative;
  }
}

.in-liquid-12 {
  background-color: #00dfee;
}

.in-liquid-12 blockquote p {
  color: #fff;
  font-size: 24px;
}

.in-liquid-12 blockquote footer {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 700;
}

.in-liquid-12 blockquote footer span {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
}

.in-liquid-12 blockquote .uk-button {
  font-style: initial;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}

@media (max-width: 960px) {
  .in-liquid-12 .uk-container {
    margin-top: 37px;
    margin-bottom: 40px;
  }
  .in-liquid-12.uk-background-contain {
    background-size: auto 41%;
  }
}

.in-liquid-13 .uk-container {
  margin-top: 25px;
  margin-bottom: 20px;
}

.in-liquid-13 .uk-card-default {
  background-color: transparent;
}

.in-liquid-13 .uk-card-body {
  padding: 10px;
}

.in-liquid-13 .in-app-style {
  border-color: #00dfee;
  padding: 30px 22px;
}

.in-liquid-13 .in-app-style .in-button-app {
  border-radius: 5px;
  color: #fff;
  position: relative;
  z-index: 0.1;
}

.in-liquid-13 .in-app-style .in-button-app i {
  font-size: 20px;
}

.in-liquid-13 .in-app-style .in-button-app i.fa-apple {
  font-size: 24px;
  top: 3px;
}

.in-liquid-13 .in-app-style .uk-position-bottom {
  margin-left: 25px;
  margin-bottom: -34px;
}

.in-liquid-13 .uk-subnav i {
  color: #00dfee;
  font-size: 18px;
}

.in-liquid-13 .uk-table {
  padding-left: 90px;
  font-size: 14px;
}

.in-liquid-13 .uk-table thead th {
  font-size: 14px;
  padding-left: 28px;
}

.in-liquid-13 .uk-table tbody td {
  padding-left: 28px;
}

.in-liquid-13 .uk-table .uk-label {
  font-size: 14px;
}

@media (max-width: 960px) {
  .in-liquid-13 .uk-table thead th {
    padding-left: 18px;
  }
  .in-liquid-13 .uk-table tbody td {
    padding-left: 18px;
  }
  .in-liquid-13 .in-app-style {
    padding-bottom: 206px;
  }
  .in-liquid-13 .in-app-style .uk-position-bottom {
    margin-left: 0;
    margin-bottom: -206px;
  }
  .in-liquid-13 .uk-grid-collapse {
    text-align: center;
  }
}

.in-liquid-14 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 55%, #ffefec 100%);
}

.in-liquid-14 .uk-container {
  margin-top: 25px;
  margin-bottom: 30px;
}

.in-liquid-14 .uk-tile {
  border-right: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}

.in-liquid-14 .uk-tile-default {
  padding: 20px 5px 23px;
}

.in-liquid-14 .uk-tile:nth-child(3),
.in-liquid-14 .uk-tile:last-child {
  border-right: 0;
}

.in-liquid-14 .uk-tile:nth-child(n + 4) {
  border-bottom: 0;
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-14 .uk-tile:nth-child(n + 1) {
    border-right: 0;
  }
  .in-liquid-14 .uk-tile:nth-child(n + 3),
  .in-liquid-14 .uk-tile:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 639px) {
  .in-liquid-14 .uk-tile:nth-child(n + 1) {
    border-right: 0;
  }
  .in-liquid-14 .uk-tile:last-child {
    border-bottom: 0;
  }
}

.in-liquid-14 .uk-button {
  color: #00dfee;
}

@media (max-width: 960px) {
  .in-liquid-14 .uk-tile-default {
    background-color: transparent;
    padding: 20px 5px 23px;
  }
}



.in-liquid-15 .uk-overlay {
  padding-top: 100px;
}

.in-liquid-15 .uk-overlay-primary {
  background: #000000;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.52) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 6px;
}

.in-liquid-15 .uk-overlay-primary .uk-text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.in-liquid-15 .uk-inline-clip {
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
}

.in-liquid-15 .uk-inline-clip a img {
  transition: all ease 300ms;
}

.in-liquid-15 .uk-inline-clip a:hover img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all ease 300ms;
  opacity: 0.8;
}

.in-liquid-15 .uk-card-secondary {
  background-color: rgba(33, 34, 36, 0.9);
}

.in-liquid-15 .uk-card-body {
  font-size: 15px;
  padding: 28px;
}

.in-liquid-15 .uk-card-body .uk-button {
  color: #00dfee;
}

.in-liquid-15 .in-icon-wrap {
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.in-liquid-15 .in-icon-wrap.small {
  width: 32px;
  height: 32px;
}

.in-liquid-15 .in-icon-wrap.green {
  background-color: #30bc9c;
}

.in-liquid-15 .in-icon-wrap.blue {
  background-color: #4585db;
}

.in-liquid-15 .in-icon-wrap.red {
  background-color: #e74c3c;
}

.in-liquid-15 .in-icon-wrap.grey {
  background-color: #95a5a6;
}

@media (max-width: 960px) {
  .in-liquid-15.uk-background-contain {
    background-size: auto 35%;
  }
}

.in-liquid-16 {
  background-color: #fffcfb;
}

.in-liquid-16 .uk-container {
  margin-bottom: 30px;
}

.in-liquid-16 .in-liquid-16-counter {
  border-bottom: 1px solid #00dfee;
  padding-bottom: 10px;
}

.in-liquid-16 .in-liquid-16-counter p {
  color: #00dfee;
}

.in-liquid-16 .in-client-logo-4 .uk-tile {
  background-color: transparent;
}

.in-liquid-17 .uk-card-default {
  background-color: #fff;
}

.in-liquid-17 .uk-card-media-left img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.in-liquid-17 .uk-card-body {
  padding: 0 25px;
}

@media (max-width: 960px) {
  .in-liquid-17 .in-border-text .uk-button {
    left: -12px;
    margin-top: 15px;
    position: relative;
  }
}

@media (min-width: 640px) and (max-width: 960px) {
  .in-liquid-17 .in-border-text .uk-button {
    left: 0px;
    margin-top: 0px;
  }
}

.in-faq-3 .uk-accordion-title {
  font-size: 17px;
  font-weight: 700;
}

.in-content-8 .uk-button-default {
  transition: all ease 400ms;
}

.in-content-8 .uk-button-default:hover {
  color: #00dfee;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #00dfee;
}

.carousel-indicators {
  bottom: -65px !important;
}
.carousel-control-prev {
  left: -130px !important;
}
.carousel-control-next {
  right: -130px !important;
}
.carousel-indicators [data-bs-target] {
  background-color: #00dfee !important;
}
.blog-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post {
  width: calc(33% - 10px);
  overflow: hidden;
}

.post img {
  width: 100%;
  border-radius: 6px;
  transition: 0.3s linear;
}

.post-content {
  background-color: #fff;
  margin: 0 20px;
  padding: 30px;
  border-radius: 6px;
  transform: translateY(-60px);
  transition: 0.3s linear;
  box-shadow: 0px 2px 4px #c1bdbd;
}
.blog-link {
  font-size: 14px;
  text-decoration: none;
  padding: 20px 0 0;
  border-bottom: 1px solid #00dfee;
  color: #00dfee;
  position: relative;
  top: 10px;
  text-transform: uppercase;
}

.post-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.post-content p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    font-size: 15px;
}
.fav-sec button{
    float: right;
}

.date {
  font-size: 12px;
  font-style: italic;
  color: #afafaf;
}

.post:hover .post-img {
  transform: translateY(20px);
}

.post:hover .post-content {
  transform: translateY(-80px);
}

@media screen and (max-width: 1200px) {
  .blog-posts {
    justify-content: center;
  }

  .post {
    width: min(600px, 100%);
  }
}
#blog-section a.button {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  font-family: "Source Sans Pro", serif;
  font-weight: 600;
  line-height: 1.625em;
  color: #1c1c45 !important;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid;
  border-color: #fff;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 1px;
  padding: 10px 30px 10px;
  background-color: #fff;
  background: #fff; /* Old browsers */
 
}

#blog-section a.button:hover {
  color: #fff !important;
  background: #1c1c45;
  border-color: #1c1c45;
  text-decoration: none !important;
}

#blog-section {
  padding: 100px 0 200px;
  background-image: url(https://static.pexels.com/photos/3164/sea-black-and-white-water-ocean-large.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-background-size: cover;
}

#blog-section .container {
  width: 1255px;
}

@media only screen and (max-width: 1254px) {
  #blog-section .container {
    width: 100%;
  }
}

#blog-section .container .row > div {
  padding-right: 30px;
  padding-left: 30px;
}

.blog-section-intro {
}

.blog-section-intro h2 {
  font-size: 32px;
  line-height: 40px;
}

.blog-section-intro p {
  font-size: 18px;
}

.blog-item {
  position: relative;
  display: block;
  text-decoration: none;
  margin: 0 0 35px 0;
}

#blog-section .blog-item {
  padding-top: 200px;
}

.blog-item:hover {
  text-decoration: none !important;
}

#blog-section .button {
  position: relative;
  top: 160px;
}

@media only screen and (min-width: 992px) {
  .blog-item.second,
  .blog-item.fourth {
    top: 120px;
  }

  #blog-section .button {
    position: relative;
    top: 260px;
  }
}

.blog-item-img {
  position: relative;
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item-img.smaller {
  height: 210px;
}
.blog-item-img.larger {
  height: 250px;
}

.blog-item-img.video {
}
.blog-item-img.video::before {
  content: "\f04b";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  font-family: "FontAwesome";
  color: #fff;
  font-size: 50px;
  line-height: 19px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-item:hover .blog-item-img.video::before {
  color: #e2002b;
}

#blog-section .blog-item-img {
  position: absolute;
  left: 5px;
  top: 0;
  height: 240px;
}

#blog-section .blog-item.first .blog-item-img {
  left: -10px;
}

.blog-item-content {
  position: relative;
  padding: 35px 20px 30px 65px;
  background-color: #fff;
  -moz-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#blog-section .blog-item-content {
  left: -5px;
}

#blog-section .blog-item.first .blog-item-content {
  left: 10px;
}

#blog-section .blog-item:hover .blog-item-img,
#blog-section .blog-item:hover .blog-item-content {
  left: 0;
}

.blog-item-label {
  position: absolute;
  left: 20px;
  top: -15px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00dfee;
}

.blog-item-date {
  position: absolute;
  left: 20px;
  top: 35px;
  display: inline-block;
  font-family: "Kievit-Medium", Verdana, Helvetica, Arial, Tahoma, sans-serif;
  color: #c8cace;
  text-align: center;
}
.blog-item-date-day {
  display: block;
  font-size: 28px;
  line-height: 28px;
}

.blog-item-date-month {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.blog-item h3 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}
.blog-item p{
    font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
}


.blog-item:hover h3 {
  color: #272c42;
}

.blog-item-content p {
  margin-bottom: 0;
}

.buttonContainer {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-bottom: 35px;
}

/*** 
 ====================================================================
 Testimonial Section
 ====================================================================
 ***/
 
  .testimonial-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 210px;
    overflow: hidden;
  }
  .testimonial-section:before {
    position: absolute;
    left: -200px;
    top: 22%;
    background-image: url(http://t.commonsupport.com/adro/images/icons/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    -webkit-animation: fa-spin 25s infinite alternate;
    -moz-animation: fa-spin 25s infinite alternate;
    -ms-animation: fa-spin 25s infinite alternate;
    -o-animation: fa-spin 25s infinite alternate;
    animation: fa-spin 25s infinite alternate;
  }
  .testimonial-section .sec-title {
    position: relative;
    margin-bottom: 115px;
  }
  .testimonial-section .sec-title .title {
    margin-bottom: 20px;
  }
  .testimonial-section .testimonial-carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 -50px;
  }
  .testimonial-block {
    position: relative;
    padding: 50px;
  }
  .testimonial-block .inner-box {
    padding: 50px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
  }
  .testimonial-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "Muli", sans-serif;
  }
  .testimonial-block .info-box {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
  }
  .testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 82px;
    width: 82px;
  }
  .testimonial-block .info-box .thumb img {
    border: 6px solid #e5e6fa;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
    box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
  }
  .testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #382c4d;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Niramit", sans-serif;
  }
  .testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #8053f7;
    font-weight: 400;
    font-family: "Muli", sans-serif;
  }
  .testimonial-carousel .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px;
  }
  .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .testimonial-carousel .owl-next:hover, .testimonial-carousel .owl-prev:hover {
    background-color: #00df97;
    box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
  }
  .arrow-right, .arrow-left {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 43px;
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .arrow-right {
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
  }
  .testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;
  }
  .testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0;
  }
  .testimonial-section .thumb-layer .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  @media only screen and (max-width: 767px) {
    .testimonial-section .sec-title {
      margin-bottom: 50px;
    }
    .testimonial-block {
      padding: 0;
    }
    .testimonial-block .inner-box {
      box-shadow: none;
      border: 2px solid #f1f1f1;
    }
    .testimonial-carousel .owl-nav {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      text-align: center;
    }
    .testimonial-carousel .owl-next, .testimonial-carousel .owl-prev {
      border: 2px solid #f1f1f1;
    }
  }
  @media only screen and (max-width: 1366px) {
    .large-container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  .counter-stats{
    padding: 80px 0;
    background-color: #00deee07;
  }
  .counter-stats .count-value-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.counter-stats .count-value-list .count-value-item:first-child {
    margin-left: 0;
}
.counter-stats .count-value-list .count-value-item {
    background: #fff;
    border: 2px solid #e0efe4;
    border-radius: 20px;
    box-shadow: 0 0 8px #f0f0f0;
    margin-bottom: 3%;
    margin-left: 4%;
    padding: 1.5rem 1rem;
    text-align: center;
    width: 44%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.counter-stats .count-value-list .count-value-item:hover{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.counter-stats .count-value-list .count-value-item h4 {
    color: #221f20;
    font-size: 30px;
    font-weight: 700;
}
.counter-stats .count-value-list .count-value-item h5 {
    color: #221f20;
    font-size: 14px;
    font-weight: 300;
}
.counter-stats h2{
    font-size: 36px;
    font-weight: 700;
}
  
.header-design {
    background-color: #a4508b;
    background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
    height: 120px;
    text-align: center;
  }
  
  .listar-map-button {
    width: 100%;
    position: absolute;
    display: table;
    right: 0;
    top: 0;
    height: 200px;
    line-height: 164px;
    white-space: nowrap;
    font-size: 0;
  }
  
  .listar-map-button {
    right: auto;
    /***
      box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
  }
  
  .listar-page-header-content .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  header .footer-wave {
    max-width: 102%;
    width: 100%;
    height: 187.8px;
    left: 0;
    z-index: 1;
    bottom: -67px;
    background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
      repeat-x;
    animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  }
  
  @keyframes wave {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 1440px;
    }
  }
  
  .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item {
    height: calc(100% - 20px);
  }
  
  .listar-feature-item.listar-feature-has-link
    ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
  }
  
  .listar-feature-item a {
    position: absolute;
    top: -12px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
    box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
      -5px -5px 10px rgba(255, 255, 255, 0.5);
  }
  
  
  @keyframes ripple {
    0% {
          box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }
    100% {
      box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
  }
  
  
  
  .listar-feature-item .listar-feature-item-inner {
    padding: 50px 30px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
  }
  
  .listar-feature-item .listar-feature-item-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    border: 0;
    box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
      10px 0px 10px rgba(80, 80, 80, 0.02);
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
  }
  
  .listar-feature-items {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before,
  .listar-hovering-features-grey
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    border-radius: 800px;
    left: -50%;
  }
  
  .listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    height: calc(100% + 100px);
  }
  
  .listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  
  
  .listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
  }
  
  .listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
  }
  
  .listar-feature-icon-inner div {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: left;
  }
  
  .listar-feature-icon-inner img {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 55px;
  }
  
  .listar-feature-item img,
  .listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #4359A1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.listar-feature-item img:hover{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
  
  .listar-feature-with-image .listar-feature-content-wrapper {
    top: 0;
  }
  .listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
  }
  
  .listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }
  
  .listar-feature-item
    .listar-feature-item-title.listar-feature-counter-added
    > span {
    margin-left: 25px;
    border-radius: 0 50px 50px 0;
  }
  
  .listar-feature-item .listar-feature-item-title > span {
    box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
      5px 0px 40px rgba(80, 80, 80, 0.1);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title > span span {
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
      5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 10px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -3px;
    left: -40px;
    border-radius: 50px;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title span {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-shadow: none;
    border-radius: 50px;
    color: #252525;
    font-size: 18px;
  }
  
  .listar-feature-item-excerpt {
    padding: 0 20px;
  }
  
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .pset {
    
  }
  
  .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-map-button-text span:after {
    border: 12px solid #fff;
  }
  
  .listar-map-button-text span:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 36px;
  }
  
  .listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
      15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
  }
  body .testimonial {
    padding: 100px 0;
  }
  body .testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
  }
  body .testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
  }
  body .testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #4359a1;
    border-radius: 50%;
  }
  body .testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #4359a1;
    border-radius: 50%;
  }
  body .testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
  }
  body .testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    top:200px;
  }
  body .testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
  }
  body .testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
  }
  body .testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
  }
  body .testimonial .row .tabs li:nth-child(2)::before {
    top: 21%;
    left: 326px;
  }
  body .testimonial .row .tabs li:nth-child(2)::after {
    bottom: 180px;
    border-radius: 50%;
    left: 400px;
  }
  body .testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
  }
  body .testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
  }
  body .testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
  }
  body .testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
  }
  body .testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
  }
  body .testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
  }
  body .testimonial .row .tabs li figure {
    position: relative;
  }
  body .testimonial .row .tabs li figure img {
    display: block;
  }
  body .testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #dff9d9;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  body .testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  body .testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  body .testimonial .row .carousel > h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
  }
  body .testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
  }
  body .testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
  }
  body .testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 2px;
  }
  body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 20px;
  }
  body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 16px;
    line-height: 1.72222;
    font-weight: 400;
    color: rgba(0, 0, 0);
  }
  body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 20pxpx;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
  }
  
  @media only screen and (max-width: 1200px) {
    body .testimonial .row .tabs {
      margin-right: 25px;
    }
  }

  .carousel-item .col-md-4{
    display: inline-block;
    margin-left:-4px;
  }
  .carousel-item .col-md-4 img{
    width:100%;
    height:auto;
  }
  body .carousel-indicators li{
    background-color:#00dfee;
  }
  body .carousel-control-prev-icon,
  body .carousel-control-next-icon{
    
}
  body .no-padding{
    padding-left: 0;
    padding-right: 0;
  }
  
  


/*============================= contact page css start from here============================ */
.right_conatct_social_icon{
  background: linear-gradient(to top right, #00dfee -5%, #2862b0 100%);
}
.contact_us{
 background-color: #f1f1f1;
 padding: 0px 0px 120px;
}
.socil_item_inner i{
  font-size: 24px;
}

.contact_inner{
 background-color: #fff;
 position: relative;
 box-shadow: 20px 22px 44px #cccc;
 border-radius: 25px;
 margin-top: -50px;
}
.contact_field{
 padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
 height: 100%;
}

.contact_field h3{
color: #000;
 font-size: 40px;
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 10px
}
.contact_field p{
 color: #000;
 font-size: 13px;
 font-weight: 400;
 letter-spacing: 1px;
 margin-bottom: 35px;
}
.contact_field .form-control{
 border-radius: 0px;
 border: none;
 border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
 box-shadow: none;
 outline: none;
 border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
 font-size: 13px;
 letter-spacing: 1px;
}

.contact_info_sec {

  position: absolute;
  background-color: #0000003b;
  right: 0px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
  color: #fff;
  backdrop-filter: blur(114px);
}
.contact_info_sec h4{
 letter-spacing: 1px;
 padding-bottom: 15px;
}

.info_single{
 margin: 30px 0px;
}
.info_single i{
 margin-right: 15px;
}
.info_single span{
 font-size: 14px;
 letter-spacing: 1px;
}

button.contact_form_submit {
 background: linear-gradient(to top right, #00dfee -5%, #2862b0 100%);
 border: none;
 color: #fff;
 padding: 10px 15px;
 width: 100%;
 margin-top: 25px;
 border-radius: 35px;
 cursor: pointer;
 font-size: 14px;
 letter-spacing: 2px;
}
.socil_item_inner li{
 list-style: none;
}
.socil_item_inner li a{
 color: #fff;
 margin: 0px 8px;
 font-size: 14px;
}
.socil_item_inner{
 padding-bottom: 10px;
}

.map_sec{
 padding: 50px 0px;
}
.map_inner h4, .map_inner p{
 color: #000;
 text-align: center
}
.map_inner p{
 font-size: 13px;
}
.map_bind{
margin-top: 50px;
 border-radius: 30px;
 overflow: hidden;
}
.top-banner{
  background: url('../img/36223160_job153-wit-06a\ \(1\).jpg');
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #3a55a6;
  padding: 30px 0px;
}


.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight:500 ;
  display: inline-block;
  width: 100%;
}

.contact-page-sec{
  padding-top: 50px;
}



/*============================= contact page css end from here============================ */






/*============================= about us page css start from here============================ */
.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  
}



#about-us-section {
  background: #3e46a1;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #about-us-section {
    flex-direction: column;
    justify-content: space-between;
  }

}

.about-us-image {
 
  width:95%;
}



.about-us-info {
  display: flex;
  flex-direction: column;
  
  justify-content: space-evenly;
  
  margin-left: 50px;
  padding: 100px 0;
}
#about-us-section img{
height: 100%;
object-fit: cover;
width: 100%;
}



@media screen and (max-width: 860px) {
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    width: 100%;
    height: 55%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .about-us-info {
    height: 65%;
  }
}

.about-us-info h2 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
}

@media screen and (max-width: 860px) {
  .about-us-info h2 {
    text-align: center;
  }
}

.about-us-info p {
  color: white;
    font-size: 16px;
    font-weight: 300;
    width: 90%;
    line-height: 30px;

}

@media screen and (max-width: 860px) {
  .about-us-info p {
    text-align: center;
  }
}

.about-us-info a {
  background-color: white;
  color: #0c4c91;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

.team-slider .person-wrap {
  position: relative;
  transition: 0.5s;
  overflow: hidden;
  
  /* background: linear-gradient(to bottom, rgba(33, 33, 33, 0.52), rgba(117, 19, 93, 0.73)); */
}
.person-name {
  font-weight: 700;
}
.team-slider .person-info {
  transition: 0.5s;
  position: absolute;
  bottom: -8%;
  padding: 0 1.5rem;
  overflow: hidden;
  color: #fff;
}
.team-slider .person-img {
  transition: 0.9s;
}
.team-slider .person-wrap:hover .person-img {
  transform: scale(1.1);
}
.team-slider .person-wrap:hover .person-info p {
  padding: 0;
}
.team-slider .person-wrap:hover .person-info {
  bottom: 0;
}
.team-slider .person-wrap:hover .social-info {
  opacity: 1;
}
.team-slider .person-info {
  width: 100%;
  text-transform: uppercase;
}
.team-slider .person-info p {
  text-transform: capitalize;
  padding-bottom: 10px;
  transition: 0.4s;
}
.team-slider .social-info {
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.team-slider .social-info a {
  padding: 0 8px;
  transition: 0.5s;
  color: #00dfee;
  font-weight: 600;
}
.team-slider .social-info a:hover {
  color: #fff;
}
.team-slider .person-link {
  text-decoration: none;
  color: #fff !important;
}
.owl-item {
  /* margin-right: 1rem; */
}
.teamsec{
  background-color: aliceblue;
}
.teamsec h1{
  text-align: center;
  font-weight: 700;
  padding: 0px 0 15px;
  
}
#team-slider{
  z-index: 0;
}
#team-slider img{
  height:450px;
  object-fit: cover;
}

.section-block-grey {
  padding: 90px 0px 90px 0px;
  background-color: #f9f9f9;
}

.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
}

.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}

.serv-section-2-icon i {
  color: #01dfef;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
  position: relative;
}

.serv-section-2 h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: lowercase;
}

.serv-section-2 h5 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
  width:75%;
}

.section-heading-line-left {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #01dfef;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
  color: #fff;
}

.serv-section-2:hover:before {
  background: #01dfef;
}

.section-header {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #07c0d1;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.subscribe {
    padding: 70px 0;
    background: url(https://i.ibb.co/r4xf3sK/newslater.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    
}

.subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.subscribe .section-header h2,
.subscribe p {
  color: #fff;
}

.subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

.subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #07c0d1;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

.subscribe button:hover {
  background: #3e46a1;
}

@media only screen and (min-width: 768px) {
  .subscribe input {
    min-width: 400px;
}

}


/*============================= about us page css end from here============================ */





/*============================= login page css start from here============================ */

.log-ind {
  padding: 100px 0;
}
.login {
  width: 84%;
  height: auto;
  border-radius: 15px;
  display: flex;
  box-shadow: 0px 22px 65px rgba(227, 0, 162, 0.2);
  padding: 20px;
  align-items: center;
}
.login .image img {
  width: 440px;
  height: 640px;
  border-radius: 10px;
  object-fit: cover;
}
.login .details {
  margin-left: 90px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.login .details .title {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 800;
}
.login .details .input {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 20px;
}
.login .details .input label {
  font-size: 14px;
  margin: 0;
}
.login .details .input input {
  width: 314px;
  height: 58px;
  font-size: 16px;
  padding: 20px;
  margin-top: 8px;
  background-color: #fffbfa;
  border: 1px solid #d9d5d4;
  border-radius: 5px;
  color: rgba(22, 28, 50, 0.5);
}
.login .details .login-button {
  background-color: #0c4c91;
  width: 314px;
  height: 58px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0px 18px 23px rgba(227, 160, 77, 0.49);
  margin-top: 20px;
  cursor: pointer;
}
.login .details .between-button {
  margin: 30px 0px;
  font-size: 16px;
  color: #8a8b95;
  display: block;
}

.login .details .signup {
  display: block;
  color:#00dfee;
  margin-top: 20px;
}






/*============================= login page css end from here============================ */





/*================================================================= equity trading css start here==================================== */

.jumbotron-up {
  cursor: default;
}
.jumbotron {
  background:#fdf4fb!important;

}
   
.jumbotron-up .title {
  color:#000;
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 1.1;
 /* Portrait */
 /* Landscape */
}
@media only screen and (max-width: 767px) {
  .jumbotron-up .title {
    font-size: 26px !important;
 }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .jumbotron-up .title {
    font-size: 36px !important;
 }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .jumbotron-up .title {
    font-size: 36px !important;
 }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .jumbotron-up .title {
    font-size: 36px !important;
 }
}
.money-back {
  letter-spacing: inherit;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .money-back {
    font-size: 13px;
 }
}



@media only screen and (max-width: 767px) {
  .mobile-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
 }
}

.subject {
  
  font-size: 21px;
  color: #000;
}
.mobile-flex{
  padding-right: 50px;
}
.image-zone .right-image{
width: 100%;
height: 400px;
object-fit: cover;
}

.expand-img .service-box{
  position: relative;
  overflow: hidden;
  margin-bottom:10px;
  perspective:1000px;
  -webkit-perspective:1000px;
}
.expand-img .service-icon{
  width: 100%;
  height: 250px;
  padding: 20px 10px;
  text-align: center;
  transition: all .5s ease;
}

.expand-img .service-content{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 250px;
  padding: 20px 10px;
  text-align: center;
  transition: all .5s ease;
  background: #fff;
    border: 2px solid #e0efe4;
  backface-visibility:hidden;
  transform-style: preserve-3d;
  -webkit-transform: translateY(110px) rotateX(-90deg);
  -moz-transform: translateY(110px) rotateX(-90deg);
  -ms-transform: translateY(110px) rotateX(-90deg);
  -o-transform: translateY(110px) rotateX(-90deg);
  transform: translateY(110px) rotateX(-90deg);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.expand-img .service-box .service-icon .front-content{
  position: relative;
  top:100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

 .expand-img .service-box .service-icon .front-content img {
  width: 80px;
    object-fit: cover;
    height: 80px;
    margin-bottom: 20px;
}

.service-box .service-icon .front-content h3 {
  font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.expand-img .service-box .service-content h3 {
  font-weight: 700;
  font-size: 18px;
    color: #000;
  margin-bottom:10px;
 
}
.expand-img .service-box .service-content p {
  font-size: 13px;
  color: #565656;
  margin:0;
  margin-bottom: 10px;
}
.expand-img .service-box .service-content a{
  font-size: 12px;
  color: red;
}
.yellow{
  background: #fff;
    border: 2px solid #e0efe4;
    border-radius: 20px;
    
}
.orange{
  background: #fff;
    border: 2px solid #e0efe4;
    border-radius: 20px;
    
}
.red{
  background: #fff;
    border: 2px solid #e0efe4;
    border-radius: 20px;
    
}
.grey{
  background: #fff;
    border: 2px solid #e0efe4;
    border-radius: 20px;
    
}
.service-box:hover .service-icon{
  opacity: 0;
  -webkit-transform: translateY(-110px) rotateX(90deg);
  -moz-transform: translateY(-110px) rotateX(90deg);
  -ms-transform: translateY(-110px) rotateX(90deg);
  -o-transform: translateY(-110px) rotateX(90deg);
  transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.expand-img .col-md-3{
  padding: 0 10px!important;
}
.stocks p{
  font-size: 20px;
  line-height: 35px;
}
.stocks h4{
  font-size: 30px;
  font-weight: 700;
  
}
.service-offerings {
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 100px;
}
.service-offerings i {
  font-size: 60px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  color: #00dfee;
}
.service-offerings h2{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  
}
.service-offerings li {
  list-style: none;
  font-size: 18px;
}
.service-details {
  padding: 10px 0;
  border-radius: 3px;
}
.services-list {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.service-category {
  margin-bottom: 100px;
  transition: all 0.5s ease-in-out;
}
.service-category:hover .services-list {
  margin-bottom: 0;
}
.service-category:hover i.fa {
  font-size: 80px;
}
.service-details {
  background-color: #ffffff;
    padding: 80px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 8px #f0f0f0;
}
.service-offerings .btn-bg {
  background: #221f20!important;
  border: 0!important;
  border-radius: 16px!important;
  color: #fff!important;
  display: inline-block;
  font-family: PoppinsSemiBold,sans-serif;
  font-size: 1.5rem!important;
  min-width: 16rem;
  outline: none!important;
  padding: 1.3rem 2.8rem!important;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}



/*================================================================= equity trading css end here==================================== */




/*................................... partner page css start here  .....................................................................*/

.hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header-gradient {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 800px) {
  .header-gradient {
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.7) 100%);
  }
}

.hero-posts {
  position: relative;
  z-index: 20;
  background: #343e47;
  overflow: hidden;
}

.hero-posts .hero-post {
  width: 100%;
  padding: 150px 0 220px 0;
  margin-bottom: 0;
  position: relative;
}


.hero-posts .hero-post:not(:first-child) {
  display: none;
}

.hero-posts .container {
  z-index: 40;
}

.hero-cats{
  margin: 1.5%;
  position: relative;
  z-index: 10;
}
.hero-cats a{
  background-color: #0006;
  padding: 4px 8px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  transition: .2s ease-in-out;
  text-decoration:none
}
.hero-cats a:hover{
  background-color: #0004;
}


.hero-posts .hero-text {
  
  position: relative;
  max-width: 70%;
  color: rgba(255, 255, 255);
  padding-left:20px;
  position: relative;
  z-index: 5;
}

.hero-text a{
  background: #221f20!important;
  border: 0!important;
  border-radius: 16px!important;
  color: #fff!important;
  font-size: 18px!important;
  outline: none!important;
  padding: 20px 50px!important;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.hero-text p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 50px;
}

.hero-posts .entry-title{
  color: #fff;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-weight: 800;
    font-size: 46px;
    margin-bottom: 30px;
}


.hero-date {
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 20;
}

.hero-date a {
  color: #fff;
  transition: .3s ease-in-out;
}

.hero-date img {
  width: 24px;
  height:24px;
  border-radius: 50px;
  margin-right: 5px;
  vertical-align: bottom;
}



#hero-pager {
  margin: 0;
  padding:0 0 0 10px;
  display:flex
}

#hero-pager li {
  display: inline-block;
  list-style: none;
  width: 25%;
  margin-top:0px;
  padding-right: 10%;
  border-top: solid 8px #fff0;
  
  transition: .3s ease-in-out;
}
#hero-pager li:hover {
  cursor: pointer;
  opacity: 1;
}
#hero-pager li:last-child {
  margin-right: 0;
}
#hero-pager li {
  position: relative;
  padding: 40px 0;
  display: flex;
  width: 100%;
  vertical-align: top;
  justify-content: center;
}
#hero-pager a {
  display:flex;
  flex-direction: column;
}

#hero-pager .paging-thumb {
  display: inline-block;
  text-align: center;
  
}
#hero-pager .paging-thumb img {
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 50%;
}
#hero-pager .paging-text {
  display: inline-block;

}

#hero-pager .entry-title {
  font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    margin-bottom: 8px;
    text-align: center;
}
#hero-pager .paging-date {
  font-size: 13px;
  color: #fff;
 
}

#hero-pager .rslides_here {
  opacity: 1;
  border-top-color: #00dfee;
}


.pager-navs {
  display: none;
  width: 100%;
}
@media (max-width: 800px) {
  .pager-navs {
    display: none;
  }
}
.pager-navs .next,
.pager-navs .prev {
  font-size: 0;
  outline: none;
}
.pager-navs .next:before,
.pager-navs .prev:before {
  font-size: 24px;
  font-family: "FontAwesome";
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 50px;
  padding: 5px;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
}
.pager-navs .next:before {
  content: "\f105";
  text-indent: 3px;
}
.pager-navs .prev:before {
  content: "\f104";
  text-indent: -2px;
}

@keyframes smoothFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.background-effect {
  position: absolute;
  z-index: -999998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: .2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header-bg.background-effect {
  background-attachment: scroll;
}

@keyframes fadeInUpImage {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpImage,
.home .hero-post:first-child .hero-text,
.home .rslides1_on .hero-text,
.blog .rslides1_on .hero-text {
  -webkit-animation-name: fadeInUpImage;
  animation-name: fadeInUpImage;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.multi-hero{
  margin-bottom: 30px;
}

.abt-ssc {
  padding: 100px 0;
  background-color: #fff9ed;
}
.abt-ssc p{
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;

}
.abt-ssc i{
  color: #00dfee;
  font-size: 40px;
  margin-right: 20px;

}
.abt-ssc h5{
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
 
.abt-ssc .text-s{
  display: flex;
  align-items: flex-start;
    margin-bottom: 20px;
}
.abt-ssc img{
  width: 100%;
  height: 575px;
  object-fit: contain;
}

.get-st .row{
  background-color: #000;
  padding: 50px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #fff;
}
.get-st h3{
  font-size: 25px;
  font-weight: 800;
}
.get-st a{
  background: #00dfee;
  border: 0!important;
  border-radius: 10px!important;
  color: #fff!important;
  font-size: 18px!important;
  outline: none!important;
  padding: 20px 50px!important;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  -ms-border-radius: 10px!important;
  -o-border-radius: 10px!important;
}


.partner-work .partner-work-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5rem;
  position: relative;
}
.partner-work .partner-work-steps:before {
  border: none;
  border-top: 1px dashed #9f9f9f;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  top: 32%;
  width: 80%;
}
.partner-work .partner-work-steps .work-steps-itm {
  text-align: center;
  width: 19%;
}
.partner-work .partner-work-steps .work-steps-itm span {
  align-items: center;
  background: #fff;
  border: 2px solid #c2c2c2;
  border-radius: 50%;
  display: block;
  display: flex;
  height: 130px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 130px;
}
.partner-work .partner-work-steps .work-steps-itm h5 {
  color: #000;
    font-size: 18px;
    margin-top: 3rem;
    font-weight: 800;
}

.about-us-bg {
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.section-common-space {
  padding: 100px 0;
}
.section-header-v2 .section-title {
  text-transform: initial;
  margin-bottom: 30px;
font-size: 36px;
    color: #1c1c1c;
}
body, h1, h2, h3, h4, h5, h6, .ft-fm-1 {
  font-family: 'Montserrat', sans-serif;
}
.section-header-v2 .section-subtitle {
  font-size: 22px;
  font-weight: 300;
    color: #666666;
}

p, .ft-fm-2{
  font-family: 'Roboto', sans-serif;
}

/*==================   ABOUT US  ==================*/
.tabbed-about-us .tab-pane{
  margin-bottom: 80px;
  display: none;
  border: none;
}
.tabbed-about-us .tab-content>.tab-pane{
  border: none;
}
.tabbed-about-us .tab-pane.active{
  display: block;
  -webkit-animation: fadeIn .5s ease-in-out .15s both;
  animation: fadeIn .5s ease-in-out .15s both;
}
.tabbed-about-us .img-wrapper{
  position: relative;
  min-height: 400px;
}
.tabbed-about-us .img-wrapper img{
  -webkit-box-shadow: 0px 40px 70px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 40px 70px 0px rgba(0, 0, 0, 0.22);
}
.tabbed-about-us .img-wrapper .img-one{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.tabbed-about-us .img-wrapper .img-two{
  position: absolute;
  top: 120px;
  left: 138px;
  display: none;
}
.tabbed-about-us .img-wrapper .img-three{
  position: absolute;
  top: 40px;
  left: 345px;
  display: none;
}
.tabbed-about-us .tab-pane.active .img-one{
  display: block;
  -webkit-animation: fadeIn .5s ease-in-out .15s both;
  animation: fadeIn .5s ease-in-out .15s both;
}
.tabbed-about-us .tab-pane.active .img-two{
  display: block;
  -webkit-animation: fadeIn .5s ease-in-out .50s both;
  animation: fadeIn .5s ease-in-out .50s both;
}
.tabbed-about-us .tab-pane.active .img-three{
  display: block;
  -webkit-animation: fadeIn .5s ease-in-out .85s both;
  animation: fadeIn .5s ease-in-out .85s both;
}
.tabbed-about-us .details-wrapper{ padding-left: 30px; }
.tabbed-about-us .details .title{
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 50px;
}
.tabbed-about-us .details p{ margin-bottom: 30px; }
.tabbed-about-us .details p:last-child{ margin-bottom: 0; }
.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}
.circle>span{
  display: block;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
  color: #1c1c1c;
}
.circle>span:after {
  content: '%';
  margin-left: 0.1em;
}
.tabbed-about-us .work-progress{ margin-top: 60px; }
.tabbed-about-us .tabs-nav{
  padding: 30px 0 25px;
  border: none;
  text-align: center;
  border-radius: 4px;
}
.tabbed-about-us .tabs-nav li {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  margin-right: 130px;
  position: relative;
}
.tabbed-about-us .tabs-nav li:last-child{ margin-right: 0; }
.tabbed-about-us .tabs-nav li *{ color: #4359a1; }
.tabbed-about-us .tabs-nav li span.icon {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.tabbed-about-us .tabs-nav li:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}
.tabbed-about-us .tabs-nav li.active:after {
  width: 100%;
}

/* ABOUT US VARAITONS **************************/
/*about-us-bg*/
.about-us-bg{
  background-position: right;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background: aliceblue;
}
.about-us-bg .section-header-v2{
  margin-bottom: 90px;
}

/*tabbed-about-us-v2*/
.tabbed-about-us-v2.tabbed-about-us .tabs-nav{
  background-color: transparent;
  padding: 0;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li{
  display: table;
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 168px;
  height: 168px;
  float: left;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li>a{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}
.tabbed-about-us-v2.tabbed-about-us .details-wrapper {
  padding-left: 0;
}
.tabbed-about-us-v2.tabbed-about-us .details p {
  font-size: 16px;
  font-weight: 300;
}
.tabbed-about-us-v2.tabbed-about-us .bgcolor-major-gradient-overlay {
  z-index: 1;
  opacity: 0;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li:hover .bgcolor-major-gradient-overlay,
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li.active .bgcolor-major-gradient-overlay{
  opacity: 1;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li:hover * ,
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li.active * {
  color: #fff;
  text-decoration: none;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li:hover,
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li.active{
  -webkit-box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21),0px 16px 28px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21),0px 16px 28px 0px rgba(0, 0, 0, 0.22);
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li.active:hover:after,
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li.active:after{
  display: none;
}
.tabbed-about-us-v2.tabbed-about-us .work-progress {
  margin-top: 40px;
}
/*------ End of about us  ------*/

.details h1{
  text-transform: initial;
    margin-bottom: 30px;
    font-size: 32px;
    color: #1c1c1c;
    font-weight: 800;
}

.bgcolor-major-gradient-overlay, .bgcolor-major-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}
.tabbed-about-us-v2.tabbed-about-us .work-progress .circle>span{
color: #f3474b;
}


.tabbed-about-us .tabs-nav li:hover *, .tabbed-about-us .tabs-nav li.active *{
color: #f3474b;
}

.bgcolor-major-gradient-overlay{
  background-image: -webkit-linear-gradient( 135deg, rgb(0 223 238) 0%, rgb(67 89 161) 100%);

}

.input:after{
background: #f3474b;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.tabbed-about-us .details-wrapper{
  padding-left: 0;
}
.tabbed-about-us .details .title{
  margin-bottom: 20px;
}
.tabbed-about-us .work-progress {
  margin-top: 30px;
}
.tabbed-about-us .tabs-nav li{
  margin-right: 100px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
/*about us*/
.tabbed-about-us .tabs-nav li{
  margin-right: 40px;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li{
  width: 120px;
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
/*tabbed-about-us*/
.tabbed-about-us .details .title{
  margin-bottom: 20px;
}
.tabbed-about-us .details-wrapper{
  padding-left: 0;
}
.tabbed-about-us .work-progress{
  margin-top: 30px;
}
.work-progress .each-item{
  margin-right: 25px;
  margin-bottom: 15px;
}
.tabbed-about-us .tab-pane{
  margin-bottom: 30px;
}
.tabbed-about-us:not(.tabbed-about-us-v2) .tabs-nav{
  overflow: hidden;
  padding: 15px 15px 5px;
}
.tabbed-about-us-v2 .tabs-nav{
  float: left;
}
.tabbed-about-us .tabs-nav li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.tabbed-about-us .tabs-nav li:after{
  display: none;
}
.tabbed-about-us .tabs-nav li a{
  font-size: 13px;
}
.tabbed-about-us .tabs-nav li span.icon{
  display: none;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li {
  height: initial;
  padding: 15px 10px;
}
.tabbed-about-us-v2.tabbed-about-us .details p{
  font-size: 14px;
  margin-bottom: 15px;
}
/*.pie*/
.pie-value{
  font-size: 13px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 510px) {
/*tabbed-about-us*/
.tabbed-about-us .img-wrapper {
  min-height: 350px;
}
.tabbed-about-us .img-wrapper .img-one{
  width: 150px;
}
.tabbed-about-us .img-wrapper .img-two{
  width: 200px;
  top: 80px;
  left: 90px;
}
.tabbed-about-us .img-wrapper .img-three{
  width: 150px;
}
.about-us-bg{
  background: none !important;
}
.tabbed-about-us-v2.tabbed-about-us .tabs-nav li{
  width: 43%;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
.tabbed-about-us .img-wrapper .img-one{
  width: 130px;
}
.tabbed-about-us .img-wrapper .img-two{
  width: 160px;
  top: 70px;
  left: 30px;
}
.tabbed-about-us .img-wrapper .img-three{
  width: 130px;
  right: 0;
  left: initial;
}
}


/*................................... partner page css end here  .....................................................................*/




/* ------------------------------------------------------------reserch page css start from here--------------------------------------------------------------- */
.research-page {
	background: url(https://images.unsplash.com/photo-1536147116438-62679a5e01f2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2134&q=80) no-repeat;
	/* Keep the inherited background full size. */
	background-attachment: fixed;
	background-size: cover;
	height: 620px;
  position: relative;
}

.frosted-glass {
	width: 50vw;
	height: 620px;
padding-top: 150px;
	z-index: 1;
	background: inherit;
	overflow: hidden;
}

.frosted-glass:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 50%;
	bottom: 0;
  background: rgba(0,0,0,.502);
}
.frosted-glass h1{
  color: #a3ffdb;
  display: grid;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}
.frosted-glass p{
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  width: 50%;

}
.frosted-glass a{
  background-color: #00dfee;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.frosted-glass span{
  color:white;
}

.tabs-v  h1{
  font-size: 40px;
  font-weight: 800;
}


.site-logo {
  display: block;
  margin: 0 auto;
  padding: 2.5rem 0;
  width: 200px;
}
.events {
  margin-bottom: 2.5rem;
}
.events__tabs {
  display: flex;
  flex-direction: column;
  height: 3.75rem;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .events__tabs {
    height: auto;
    flex-direction: row;
 }
}
.events__tab {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  order: 2;
  padding: 0.625rem;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .events__tab {
    box-shadow: none;
    border-radius: 8px 8px 0 0;
    box-shadow: inset 0 -1px 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    order: 0;
    padding: 1.25rem 2.5rem;
    position: static;
    width: auto;
 }
}
.events__tab:hover {
  background-color: #414c9b;
  color: #fff;
}
.events__tabs.-open .events__tab {
  display: block;
  position: relative;
  z-index: 1000;
}
.events__tab.-active {
  background-color: #414c9b;
  color: #fff!important;
  order: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .events__tab.-active {
    order: 0;
 }
}
.events__trigger {
  color: #fff;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  top: 0.8333333333rem;
  right: 1.25rem;
  z-index: 2000;
}
.events__trigger .fa-chevron-down {
  display: block;
}
.events__tabs.-open .events__trigger .fa-chevron-down {
  display: none;
}
.events__trigger .fa-chevron-up {
  display: none;
}
.events__tabs.-open .events__trigger .fa-chevron-up {
  display: block;
}
@media (min-width: 1024px) {
  .events__trigger {
    display: none;
 }
}
.events__list {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  border: solid 1px #bbb;
  display: none;
}
.events__list.-active {
  display: block;
}
.events__row {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1.25rem;
}
.events__row:nth-of-type(odd) {
  background-color: #ecfeff;
}
.events__row:hover {
  background-color: #414c9b;
  color: #fff;
}
@media (min-width: 768px) {
  .events__row {
    flex-direction: row;
 }
}
.events__img {
  margin-bottom: 1.25rem;
  position: relative;
  width: 50%;
}

.events__img img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (min-width: 768px) {
  .events__img {
    flex: 0 0 9%;
    margin-bottom: 0;
    min-width: 100px;
 }
}
.events__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .events__content {
    padding-left: 1.25rem;
 }
}
@media (min-width: 1024px) {
  .events__content {
    align-items: center;
    flex: 1 0 auto;
    flex-direction: row;
 }
}
.events__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
@media (min-width: 768px) {
  .events__title {
    margin-bottom: 0;
 }
}
.events__address {
  font-size: 0.85rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .events__address {
    margin-bottom: 0;
 }
}
.events__time {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .events__time {
    margin-bottom: 0;
 }
}
.events__btn {
  background-color: #00dfee;
  color: #000000;
  display: inline-block;
  padding: 0.4166666667rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.events__btn:hover {
  background-color: #fff;
  box-shadow: 0 0 1px #414c9b;
}




/* ------------------------------------------------------------reserch page css end from here--------------------------------------------------------------- */


/*//////////////////////////////////////////////////////////////////////// basket page css start from here ////////////////////////////////////////////////////////////*/



.section-hero {
  background-color: #fdf2e9;
  padding: 100px 0 50px ;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
 
  margin: 0 auto;
  align-items: center;
  gap: 0 9.6rem;
}

.heading-primary {
  font-size: 50px;
    color: #000;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 1.6rem;
}

.hero-description {
  font-size:24px;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.hero-img-box {
  grid-column: 2/3;
  grid-row: 1 / 3;
}

.hero-img {
  width: 100%;
}

.section-hero .btn:link,
.section-hero .btn:visited {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  border: none;
  cursor: pointer;
  border-radius: 9px;
  /* margin-top: 4.8rem; */
  padding: 15px 40px;
  text-decoration: none;

  transition: background-color 500ms;
}

.section-hero .btn--fill:link,
.section-hero .btn--fill:visited {
  background-color: #00dfee;
  color: #fff;
}

.section-hero .btn--outline:link,
.section-hero .btn--outline:visited {
  color: #555;
  background-color: #fff;
}

.section-hero .btn--fill:hover,
.section-hero .btn--fill:active {
  background-color: #cf711f;
  text-decoration: underline;
}

.section-hero .btn--outline:hover,
.section-hero .btn--outline:active {
  background-color: #fdf2e9;
  /* Now we'll not use border as in border the outlines are on the outside. Instead we'll use the outline or box-shadow property */
  box-shadow: inset 0px 0px 0px 3px #fff;
  text-decoration: underline;
  /* outline: #fff solid 3px; */
}

/* We'll create a utility class that can be used for any element by simply adding a class. */
.margin-right-btn {
  margin-right: 2.4rem;
}

.delivered-meals {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.delivered-imgs img {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  margin-right: -1.6rem;
  outline: #fdf2e9 solid 3px;
}

.delivered-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.delivered-text span {
  color: #cf711f;
}


.services-block-three{
  margin-bottom:30px;
}
.services-block-three i {
  font-size: 70px;
  color: #00dfee;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;
  height: 280px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #00dfee; 
    border-right: 2px solid #00dfee;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #00dfee;
    border-left: 2px solid #00dfee;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
  font-size: 15px;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}


.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}
.why-basket h1{
  font-size: 40px;
  font-weight: 800;
}
.why-basket a:hover{
  text-decoration: none;
}

.information-container {
  background: #000000;
  background-size: cover;
  padding: 60px 0;
}

.inner-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}

.section-title {
  text-align: center;
  color: #ddd;
  text-transform: uppercase;
  font-size: 30px;
}

.border {
  width: 160px;
  height: 2px;
  background: #00dfee;
  margin: 15px auto;
}

.service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-container .service-box {
  max-width: 50%;
  padding: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 30px;
}

.service-container .service-ico {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #00dfee;
  transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 16px;
 
}

.service-container .service-ico i {
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}

 .service-box:hover  .service-ico {
  background: #00dfee;
  color: #ddd;
}

.service-container .service-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-container .description {
  font-size: 14px;
    width: 60%;
    margin: auto;
}

@media screen and (max-width:960px) {
  .service-container .service-box {
    max-width: 45%;
  }
}

@media screen and (max-width:768px) {
  .service-container .service-box {
    max-width: 100%;
  }
}

@media screen and (max-width:480px) {
  .service-box {
    max-width: 100%;
  }
}
.information-container .service-box p{
  color: #00dfee;
  font-size: 18px;
  margin-top: 1rem;
}
.dsds .list-g{
margin-bottom: 30px;
}
.dsds .list-g h5{
  font-size: 28px;
  font-weight: 700;
}
.dsds .list-g p{

}
.dsds h1{
  font-size: 40px;
  font-weight: 800;
  text-align: center;
}


.faq-section {
  background: #fdfdfd;
  padding: 100px 0;
}
.faq-title h2 {
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #0c4c91;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p {
padding: 0 190px;
margin-bottom: 10px;
}

.faq {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}

.faq .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgb(12 76 145 / 8%);
  padding-left: 10px;
}
.faq .card .card-header .faq-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #0c4c91;
color: #fff;
font-size: 12px;
margin-right: 20px;
}

.faq .card .card-body {
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}


.zc-ref {
  display: none;
}
#myChart-wrapper{
  margin:auto;
}
.report-p h1{
  font-size: 40px;
  font-weight: 800;
  padding: 80px 0;
}

/*//////////////////////////////////////////////////////////////////////// basket page css end from here ////////////////////////////////////////////////////////////*/


  
  


/* ...........................................................responsive css start from here ..................hhjggggggggggggg*/


@media screen and (max-width:767px){
  .uk-overlay {
    padding: 0;
}
.in-slideshow .uk-grid-medium {
  position: relative;
  top: 150px;
}
.in-slideshow h1{
  min-height: auto;
}
.in-slideshow p {
  font-size: 16px;
  padding-top: 10px;
}
.uk-button-default {
  background-color: #4650a1;
  color: #fff;

}
.sec2h {
  line-height: 50px;
  font-size: 30px;
}
.in-icon-wrap.circle {
 
  margin-bottom: 20px;
}
.blog-posts h3{
  font-weight: 700;
}
body .testimonial {
  padding: 50px 0;
}
body .testimonial .row .tabs {
  all: unset;
  display: flex;
  padding-top: 70px;
}
body .testimonial .row .tabs li:before {
display: none;
}
body .testimonial .row .tabs li:after {
  display: none;
}

.counter-stats .count-value-list .count-value-item {
  
  margin-bottom: 10%;
  margin-left: 0%;
  width: 46%;
  
}
.counter-stats .count-value-list {
  justify-content: space-between;
}
.counter-stats .row{
  flex-direction: column-reverse;
}
.about-us-image {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.about-us-info h2 {
  font-size: 34px;
  line-height: 46px;
}
.about-us-info a{
  margin-bottom: 30px;
}
.about-uscc img{
  width: 300px;
  height: 250px;
  margin:30px 0 10px;
  object-fit: cover;
}
.teamsec h1 {
  font-size: 38px;
}
.section-block-grey h3{
  font-weight:700;
}
.col-auto{
margin-top: 20px;
}
.frosted-glass {
  width: 100vw;
  height: 620px;
}
.frosted-glass:before{
  right: 0;
}
.frosted-glass h1{
  display: block;
  padding: 0 15px;
}
.frosted-glass p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  padding: 0 15px;
}
.frosted-glass a{
  margin-left: 15px;
}
.tabs-v h1 {
  font-size: 30px;
  font-weight: 800;
}
.bg-gray-100 .py-24 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bg-gray-100 .grid-cols-3 {
  grid-template-columns: repeat(1,minmax(0,1fr));
}
.in-optional-nav{
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.events__tabs {
  display: flex;
  flex-direction: row;
  height: auto;
  position: relative;
  width: 100%;
}
.events__tab{
  position: relative;
}
.events__img {
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
}
.top-banner {
 
  height: 300px;
  background-size: contain;
  
}
.contact_info_sec {
  position: relative;
  background-color: #000000ed;
  margin-top: 31px;
}
.contact_field {
  padding: 30px 20px 30px 20px;
}
.socil_item_inner {
  padding-top: 20px;
}
.right_conatct_social_icon {
  justify-content: center;
}
button.contact_form_submit {
  padding: 20px 15px;
  font-size: 20px;
  letter-spacing: 3px;
}
.contact_us {
  padding: 0px 0px 30px;
}
.hero-posts .hero-post {
  padding: 50px 0 50px 0;
}
.hero-posts .hero-text{
  max-width: 100%;
}
.hero-text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
#hero-pager .paging-thumb img {
  width: 65px;
  height: 65px;

}
#hero-pager .entry-title {
  font-size: 14px;
}
#hero-pager li{
  padding: 15px 0 0;
}
.abt-ssc {
  padding: 50px 0;
}
.abt-ssc img {
  width: 100%;
  height: 450px;
  object-fit: contain;
  margin-bottom: 50px;
}
.get-st h3 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 40px;
}
.partner-work .partner-work-steps .work-steps-itm {
  text-align: center;
  width: 100%;
}
.details h1 {
  text-transform: initial;
  margin-bottom: 20px;
  font-size: 30px;
  color: #1c1c1c;
  font-weight: 800;
  margin-top: 20px;
}
.image-zone .right-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.service-category {
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.service-details {
  padding: 70px;
  box-shadow: 0 0 8px #8b8989;
}
.hero {
  display: block;
}
.section-hero {
  background-color: #fdf2e9;
  padding: 50px 0 50px;
}
.heading-primary {
  font-size: 36px;
}
.why-basket h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.services-block-three {
  margin-bottom: 10px;
}
.faq-section {
  background: #fdfdfd;
  padding: 20px 0;
}
.dsds h1 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.hero-description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.get-st .row{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.project-us .collapse-wrapper .accordion-header .accordion-button{
  padding: 30px 10px 34px 0!important;
}
.section-services {
  background-color: #e6edf7;
  color: #202020;
  padding-top: 50px;
  padding-bottom: 50px;
}
.log-ind {
  padding: 50px 0;
}
.login {
  width: 100%;
  height: auto;
  padding: 0px;
  display: contents;
}
.login .image img {
  width: 100%;
  height: 250px;
}
.login .details {
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.login .details .input input {
  width: 100%;
  height: 58px;
}
.login .details .login-button{
  width: 100%;
}
}