/********** Template CSS **********/
:root {
    --primary: #1e1898;
    --secondary: #FF6922;
    --light: #b5bef2;
    --dark: #0a2037;
}
.gogle img{
  width: 20rem;

}
.logoani img{
  width: 40rem;

}
.brochure{
  margin-top: 10px;
  background-color: black;
  overflow: hidden;
  position: fixed;
  bottom: 100px;
  left: 1px;
  width: 80px;
  z-index: 100000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid white;
}
.callbtn{
  margin-top: 10px;
  background-color: #997fee;
  overflow: hidden;
  position: fixed;
  bottom: 50px;
  left: 1px;
  
  z-index: 100000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid white;

}
.callbtn a{
  color: white;
}
.brochure a{
  color: white;
  
}
.chat{

}
.insta{
  background-color:#ed5d9d;
}
.fb{
  background-color: #4a42d9;
}
.yout{
  background-color: red;
}
.wht{
  background-color: rgb(123, 199, 10);
}
.socialfx{
  
  overflow: hidden;
  position: fixed;
  bottom: 160px;
  left: 1px;
  width: 50px;
  z-index: 100000;
}

.scl1 a{
  border: 2px solid white;
  color: white;

}
.sclfx{
  display: flex;
  flex-direction:column ;

}
.img11 img{
    width: 100%;
    
    
}

/* :root {
    --primary: #513252;
    --secondary: #7A4069;
    --light: #CA4E79;
    --dark: #FFC18E;
} */

.back-to-top {
    
    position: fixed;
    display: none;
    right: 80px;
    bottom: 20px;
    z-index: 99;
}

.zid{
    position:relative;
  z-index:999;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    opacity: 0.8;
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
  
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
.top2{
  height: 80vh;
  
}
.top{
    position: relative;
    width: 90%;
    top: -12vh;
    z-index: 1000;
}
.header h1{
    margin-top: 160px;

}

h1{
  color: #000;
}

.btn-primary {
  background-color: #fed067;
  border-color: #fed067;
}

.bg-light {
  background-color: #f4f4f4 !important;
}

.btn-light1 {
  background-color: #000000 !important;
}

.btn-light1:hover {
  background-color: #000000 !important;
}

.bg-primary {
  background-color: #fed067 !important;
}

.bg-dark {
  background-color: #584c30 !important;
}

@media (max-width: 991.98px) {
 
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
    .logoani img{
      width: 300px;

    }
    
}


.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}

/* hover move */
.hov {
    /*
      All of the base styles have
      moved to the “CSS” tab above.
    */
    transition: transform 250ms;
    
  }
  .box {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
  .hov:hover {
    transform: translateY(-15px);
  }
/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}
.icon img{
    width: 40px;
}


/*** About ***/


.about-img img {
  object-fit: contain;
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--dark);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/








/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}
.service-item{
    margin:2px ;
}
.service-item img {
    position: relative;
    margin-top: 40px;
    transition: .5s;
  }
.service-item .service-text {
    position: absolute;
    width: 100%;
    height: calc(100% + 86px);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: rgba(33, 30, 28, 0.5);
    transition: .5s;
    z-index: 1;
  }
  
  .service-item:hover img {
    margin-top: 0px;
  }
  
  .service-item:hover .service-text {
    height: calc(100% + 40px);
  }
/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}

.main1{
  position:absolute;
  top: 100vh;

}
/*** Testimonial ***/

.testimonial-carousel {
    
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.toph1{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px;
  border: 10px solid black;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .toph1{
    display: none;
  }

}
@media (max-width: 576px) {
  .myVideo{
    display: none;
  }
  .top2{
    display: none;
  }
}
@media (max-width: 576px) {
  .map iframe{
    width: 370px;

  }
  .about-img iframe {
    width: 300px;
    height: 200px;
  }
  .top2 Video {
    
   height: 50vh;
  }
  
  /* .top2{
    height: 80vh;
    
  }
  .top{
      position: relative;
      width: 90%;
      top: -12vh;
      z-index: 1000;
  } */
  .hide1{
    display: none;
  }
}
@media (min-width: 576px) {
  
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
.cltimg {
    width: 300px;

}


/*** Footer ***/
.footer{
    position: absolute;
    width: 100%;
    left: 0px;

}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Style the video: 100% width and height to cover the entire window */
.top2 video{
  position: absolute;
    object-fit:cover;
    
    left: 0;
    top: 0;
    width: 100%;
   height: 90vh;
}

  
  /* Add some content at the bottom of the video/page */
  .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }


  /* image view */
  /*
* Template Name: Instant
* Template Author: Untree.co
* Template License: https://creativecommons.org/licenses/by/3.0/
* Author URI: https://untree.co/

* Twitter: https://twitter.com/Untree_co
* Facebook: https://web.facebook.com/Untree.co/
*/

/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
    color: #ffffff;
    background-color: #a51890;
    margin-left: auto;
    margin-right: auto; }
  
  .portfolio-area .filters {
    text-align: center; }
  
  .portfolio-area .filters ul {
    padding: 0; }
  
  .portfolio-area .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 18px 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: 500; }
    @media (max-width: 736px) {
      .portfolio-area .filters ul li {
        padding: 6px 6px; } }
  
  .portfolio-area .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    -webkit-transition: width 350ms ease-out;
    -o-transition: width 350ms ease-out;
    transition: width 350ms ease-out; }
  
  .portfolio-area .filters ul li:hover:after {
    width: calc(100% - 60px);
    -webkit-transition: width 350ms ease-out;
    -o-transition: width 350ms ease-out;
    transition: width 350ms ease-out; }
  
  .portfolio-area .filters ul li.active {
    color: #a51890; }
  
  .portfolio-area .filters-content {
    margin-top: 50px; }
  
  .portfolio-area .filters-content .show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms; }
  
  .portfolio-area .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms; }
  
  .portfolio-area .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px; }
  
  .portfolio-area .filters-content .item img {
    border-radius: 10px; }
  
  .portfolio-area .filters-content .p-inner {
    padding: 20px 0px;
    text-align: center; }
  
  .portfolio-area .filters-content .item .p-inner .cat {
    font-size: 13px; }
  
  .portfolio-area .filters-content .item img {
    width: 100%; }
  
  
  .middle {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
  
  .isotope-card:hover .middle {
    opacity: 1; }
  
  .isotope-card {
    border-radius: 5px;
    overflow: hidden; }
    .isotope-card > a {
      overflow: hidden;
      position: relative;
      display: block; }
      .isotope-card > a:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        z-index: 2;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background: rgba(0, 0, 0, 0.5); }
      .isotope-card > a img {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .isotope-card > a:hover:before {
        visibility: visible;
        opacity: 1; }
      .isotope-card > a:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .isotope-card > a:hover .contents {
        z-index: 3;
        opacity: 1;
        visibility: visible; }
        .isotope-card > a:hover .contents h3 {
          color: #ffffff; }
    .isotope-card .contents {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  
  .thumb .overlay-bg {
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .thumb .overlay-bg {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  
  .filters {
    text-align: center; }
    .filters ul {
      padding: 0;
      margin: 0 0 30px 0; }
      .filters ul li {
        display: inline-block;
        cursor: pointer;
        padding: 20px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .filters ul li:hover {
          color: #a51890; }
        .filters ul li.active {
          color: #a51890; }
  
  .isotope-card {
    margin-bottom: 30px;
    display: block; }
    .isotope-card .relative {
      margin-bottom: 20px; }
    .isotope-card .contents h3 {
      color: #ffffff;
      font-size: 18px; }
    .isotope-card .contents .cat {
      color: #b3b3b3; }
  
  .no-nav .owl-nav {
    display: none; }
  
  .main-slider .owl-dots, .custom-slider .owl-dots {
    bottom: -50px; }
  
  .main-slider .owl-nav, .custom-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .main-slider .owl-nav, .custom-slider .owl-nav {
        display: none; } }
    .main-slider .owl-nav .owl-prev, .main-slider .owl-nav .owl-next, .custom-slider .owl-nav .owl-prev, .custom-slider .owl-nav .owl-next {
      position: absolute;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2); }
      .main-slider .owl-nav .owl-prev span, .main-slider .owl-nav .owl-next span, .custom-slider .owl-nav .owl-prev span, .custom-slider .owl-nav .owl-next span {
        display: block;
        background: #ffffff;
        padding: 15px; }
      .main-slider .owl-nav .owl-prev:hover, .main-slider .owl-nav .owl-next:hover, .custom-slider .owl-nav .owl-prev:hover, .custom-slider .owl-nav .owl-next:hover {
        -webkit-box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.2); }
    .main-slider .owl-nav .owl-prev, .custom-slider .owl-nav .owl-prev {
      left: -30px; }
    .main-slider .owl-nav .owl-next, .custom-slider .owl-nav .owl-next {
      right: -30px; }
      .main-slider .owl-nav .owl-next > span, .custom-slider .owl-nav .owl-next > span {
        position: relative;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  
  .services-section {
    background: #f8f9fa;
    padding: 70px 0; }
  
  .img-wrap-2 {
    margin-top: -120px;
    position: relative; }
    .img-wrap-2 .dotted:before {
      position: absolute;
      content: "";
      background-image: url("../images/dotted.png");
      height: 273px;
      width: 313px;
      z-index: -1;
      bottom: -50px;
      left: -50px; }
  
  .blog-entries-section {
    padding: 70px 0;
    background: #f8f9fa; }
  
  .post-entry {
    padding: 20px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    background: #ffffff;
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .post-entry .date {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: rgba(0, 8, 57, 0.5); }
    .post-entry h3 {
      font-size: 16px;
      font-weight: 700; }
      .post-entry h3 a {
        color: #000839; }
    .post-entry p {
      font-size: 14px; }
    .post-entry *:last-child {
      margin-bottom: 0; }
    .post-entry:hover, .post-entry:focus {
      top: -5px;
      -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); }
  
  .service-2.no-shadow.link {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  
  .service-2 .service-icon {
    font-size: 24px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    position: relative;
    color: #a51890;
    background-color: #ffffff; }
    .service-2 .service-icon > svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  
  .service-2 .service-contents h3 {
    font-size: 16px;
    color: #000000; }
  
  .service-2.horizontal .service-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 30px;
    width: 40px;
    height: 40px;
    font-size: 20px; }
  
  .service-2.link {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 7px; }
    .service-2.link .service-contents {
      color: #939393; }
      .service-2.link .service-contents *:last-child {
        margin-bottom: 0; }
    .service-2.link:hover, .service-2.link.active {
      background: #ffffff;
      -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
      box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05); }
      .service-2.link:hover .service-icon, .service-2.link.active .service-icon {
        background-color: #f8f9fa;
        color: #000000; }
    .service-2.link.active {
      position: relative;
      overflow: hidden; }
      .service-2.link.active .service-icon {
        color: #ffffff;
        background-color: #a51890; }
  
  .section-grey {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #f5f5f5; }
    @media (max-width: 991.98px) {
      .section-grey .img-wrap .img {
        margin-top: 0; } }
  
  .team h3 {
    font-size: 20px; }
  
  .team .pic {
    margin-bottom: 30px; }
    .team .pic img {
      border-radius: 4px; }
  
  .team .position {
    display: block;
    margin-bottom: 20px;
    font-size: 14px; }
  
  .slider-team-wrap .owl-dots {
    position: absolutre;
    margin-top: 30px; }
  
  .slider-team-wrap .slider-nav a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #a51890;
    border-radius: 4px;
    position: relative;
    top: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
    .slider-team-wrap .slider-nav a span {
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .slider-team-wrap .slider-nav a:hover {
      background: #ffffff;
      top: -2px; }
      .slider-team-wrap .slider-nav a:hover span {
        color: #a51890; }
  
  