@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css';
.sticky .inner-menubar{
    padding: 0;
}
.feature-box {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    opacity: 0.3;
    transform: scale(0.95);
}
.feature-box.active .listar-feature-icon-inner {
    background:#4eace8;
    background-size: 300% 300%; /* required for animation */
    animation: gradientAnim 6s ease infinite;
}

@keyframes gradientAnim {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.feature-box.active .listar-feature-item-title.listar-feature-counter-added > span {ent;
    width: 85%;
    color: #0b73b6;
}

.feature-box.active {
    opacity: 1;
    transform: scale(1);
}
.feature-box.active .listar-feature-item-title > span span{background: linear-gradient(-30deg, var(--theme-color), #e4f2f9, var(--theme-color)) no-repeat;}
.feature-box.fade {
    opacity:1;
    transform: scale(0.92);
}

.feature-box:hover{
    opacity: 1;
}
#bg-video {
    transition: opacity 0.8s ease-in-out;
    opacity: 1;
}
#bg-video.fade-out {
    opacity: 0;
}

#bg-video.fade-in {
    opacity: 1;
}
.feature-box.active .listar-feature-icon-inner::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: -5px;
    opacity: .4;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    animation: runAround 4s linear infinite;
}

/* Animated gradient */
@keyframes gradientAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Dot orbit path around the box edges */
@keyframes runAround {
    0%   { top: -5px; left: 50%;   }   /* top middle */
    25%  { top: 50%;  left: calc(100% + 5px); } /* right middle */
    50%  { top: calc(100% + 5px); left: 50%; } /* bottom middle */
    75%  { top: 50%;  left: -5px; } /* left middle */
    100% { top: -5px; left: 50%; } /* return to top */
}

/*===========================================*/

.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:30px;
  padding-left:20px;
  padding-right:20px;
  margin-top:90px;
}

.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;
    bottom: -4px;
    left: 0;
    z-index: 10;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding: 8px 10px;
    width: auto;
    min-width: auto;
    min-height: auto;
    font-size: 13px;
}
.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: 35px 10px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
    padding-bottom: 25px !important;
}

.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, rgb(6 121 196 / 5%) 0%, rgba(255, 255, 255, 0) 40%, rgb(6 121 196 / 39%) 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 {
  border: 11px solid #2f53bf;
}

.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;
    border: 4px dotted #258bd5;
    border-radius: 155px;
    left: -53%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding:20px;
  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: 140px;
     height: 140px;
     line-height: 115px;
     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:40%;
     vertical-align: middle;
     margin-left: -100px;
     top: -66px;
     margin-top: -74px;
}

.listar-feature-icon-inner {
    width: 240px;
    height: 150px;
    line-height: 160px;
    border-radius: 20px;
    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: 235px;
  height: 150px;
  line-height: 136px;
  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: #258bd5;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -40.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.5;
}
.height-52{
        height: 52px;
}
.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 20px;
  border-radius: 0 50px 50px 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  width: fit-content;
  width: 90%;
  color: #313030;
  justify-content: center;
}
    .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after{display: none;}
.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: 60px;
    height: 60px;
    line-height: 40px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
-webkit-transition: 0.4s;
    transition: 0.4s;
}

.listar-feature-item .listar-feature-item-title span {
    display: inline-block;
    line-height: normal;
    font-weight: 800;
    text-shadow: none;
    font-size: 16px;
    line-height: 18px;
}
.home .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after{
    right: -15px !important;
}
.home .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{
    left: -50%;
}
.home .listar-feature-item .listar-feature-item-inner{
    padding: 35px 12px;
}
.listar-feature-item-excerpt {
  padding: 0 10px;
}

.listar-feature-item-excerpt {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}
.pset {
    padding-top: 60px;
    padding-bottom: 30px;
}

.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
 {
    content: "";
    background-color: #e8e9ea;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
   right: -2px;
    top: 75px;
    width: 20px;
    height: 20px;
    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);
    
    border: 2px dashed #0b73b6;
}
/* Define keyframes for rotation */
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.feature-box {
    transition: transform 0.3s ease;
}

.feature-box:hover .listar-feature-item-inner:after{
    animation: rotate360 4s linear infinite;
}


.listar-feature-item-wrapper {
    position: relative;
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}
.services-one__shape-1 {
    position: absolute;
    top: -102px;
    left: -20px;
    opacity: 0.2;
    z-index: -1;
}

.services-one__shape-1 img{
    width: 30%;
}
.top-social li a svg {
    color: #fff;
}

img.shape2.rotateme {
    position: absolute;
    top: 20%;
    left: -50px;
    opacity: .6;
    height: 25%;
}

/*==========================================================*/
.process-style-three-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 25%;
    position: relative;
    z-index: 1;
}

.process-style-three {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
}

.process-style-three h4 {
    background: #0b73b6;
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 16px;
    transition:2s ease;
}
.process-style-three h4 a{color:#fff;}
.process-style-three .info {
    padding: 40px;
}
.process-style-three h4:hover{background:#000;}
.process-style-three .info p {
    margin: 0;
}

.process-style-three:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.process-style-three:nth-child(2n) img {
    margin: 0;
    margin-bottom: 30px;
}

.process-style-three img {
    margin-bottom: 30px;
}

.process-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 100%;
}

.process-arrow img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.process-style-three:first-child {
    position: relative;
    right: 130px;
}

.process-style-three:nth-child(4) {
    position: relative;
    left: 130px;
}
.default-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}




span.image_iconn img {
    height: 40px;
}

.listar-feature-item:hover .listar-feature-item-title > span span{
    background:linear-gradient(-30deg, var(--theme-color), #e4f2f9, var(--theme-color)) no-repeat;
}
.listar-feature-item-title > span span{
    transition: 1s ease;
}
.listar-feature-icon-inner img {
    border-radius: 20px;
    height: 140px;
    width: 190px;
    top: -7px;
}
.listar-feature-icon-inner video {
    border-radius: 20px;
    height: 142px;
    width: 230px;
    object-fit: cover;
    position: relative;
    top: 4px;
    left: 2px;
}

.header-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    font-size: 16px;
    border: 1px dashed #0b73b6;
    color: var(--theme-color);
}
.breadcumb-wrapper {
    margin-top: -95px;
}
.white-theme .listar-feature-item-excerpt {
    color: #3b3939;
    font-size: 16px;
    padding: 0 35px;
}
.white-theme p{
     color: #3b3939;
}
.white-theme .listar-feature-item .listar-feature-item-title {
    color: #585b6f;
}

.white-theme .listar-feature-item .listar-feature-item-inner:before{
    background:linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
}

.white-theme  .listar-feature-item{
    margin-top: 20px;
}
.white-theme .listar-feature-item a{
    margin-bottom: -20px;
}
.white-theme .listar-feature-item:hover .listar-feature-icon-inner {
  transform: scale(1.1);
}
.white-theme .listar-feature-icon-inner{
        -webkit-transition: 0.4s;
    transition: 0.4s;
}
.hero-inner .breadcumb-wrapper {
    background-color: transparent;
}
/*.hero-inner .waves canvas {
    height: auto !important;
}*/

.white-theme h1,
.white-theme .h1,
.white-theme h2,
.white-theme .h2,
.white-theme h3,
.white-theme .h3,
.white-theme h4,
.white-theme .h4,
.white-theme h5,
.white-theme .h5,
.white-theme h6,
.white-theme .h6 {
    color: #313030;
}
.video-widget video{
    border-radius: 15px;
}

.inner-page-video 
 {
    width: 100%;
    position: absolute;
    margin-top: -110px;
    z-index: -1;
}
.inner-page-video video{
    width: 100%;
}
.inner-page-video:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 54%);
    z-index: 1;
    position: absolute;
}
.sidemenu-wrapper .widget{
    box-shadow: none;
}
/*.single-detail h6 {
    color: #0b73b6 !important;
}*/