/********** Template CSS **********/
/*html, body{
    overflow-x: hidden;
}*/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

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


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 10s ease-out, visibility 3s linear 0s;
    z-index: 99999;
}

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


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    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: 0px;
}


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

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

@media (max-width: 991.98px) {
    .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,
.navbar-light a.btn {
    height: 75px;
}

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

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

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

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

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


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

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

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

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

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

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


/*** Testimonial ***/
/*.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

*/
/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

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

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    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 .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;
}






/*.bgbbl{
    background-image: url(img/bbl.png);
    visibility: visible;
    animation-delay: 0.3s;
    animation-name: fadeInRight;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position:absolute ;
}
.smbbl{
    position: relative;
   width: 100%;
}*/




    .team-item img {
    border-radius: 30% 84% 28% 76% / 87% 23% 69% 29%;
    border: 6px solid #06bbcc;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}


@media only screen and (max-device-width: 991px) {
    .ourgal .container .row .col-md-4{
        width: 100%;
    }
   /* .ourgal .bg-screen, .ourgal .bg-screen svg{
        height: 92em !important;
    }*/
}

.mkdf-title-holder .mkdf-wavy-effect {
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    fill: #fff;
    /*-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);*/

}
.cloud :before {
    /*position: absolute;*/
    content: "";
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background-image:url(../img/cloud.png);
    background-repeat: repeat-x;
    z-index: 11;
}

/*body{
    background: #000;
} */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
}

.testimonial-section{
    position: relative;
    /*padding-top: 80px;
    padding-bottom: 210px;*/
}

.testimonial-section:before{
    position: absolute;
    left: -200px;
    top: -60%;
    background-image: url(../img/ringcircle.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;
        overflow-x: hidden;
        z-index: 1;
}

.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: 80px 105px;
    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: #06bacb;
    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,.75);
}

.arrow-right,
.arrow-left{
    position: relative;
    display: inline-block;
    height: 9px;
    width: 43px;
    background-image: url(../img/test-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-right{
    background-image: url(../img/test-right.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-device-width: 600px) {
    .testimonial-section:before{
        width: 450px;
        top: 0;
    }
    .testimonial-block .inner-box {
        padding: 80px 28px;
    }
}


@media only screen and (max-device-width: 477px) {
   .navbar-brand{
    width: 75%;
   }
}
   @media only screen and (max-device-width: 384px) {
   .navbar-brand{
    width: 64% !important;
   }
   .navbar-brand img{
    width: 70% !important;
   }
}
@media only screen and (max-device-width: 991px) {
   .touch{
    margin-bottom: 3%;
   }
}
.navbar {
        border-bottom: 3px solid rgb(6, 187, 204);
}
@media screen and (min-device-width: 1014px) and (max-device-width: 1099px) { 
    .touch{
        padding: 25px 5px !important;
    }
}
@media screen and (min-device-width: 1004px) and (max-device-width: 1013px) { 
    .touch {
        padding: 25px 0 !important;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1003px) { 
    .touch {
        padding: 20px 0 !important;
        height: 96px !important;
    }
}
.footer .btn.btn-link:hover {
    text-shadow: none;
}








/*********************************************************************home css start***********/
 .owl-carousel .owl-item .img-fluid{
            height: 600px;
    }
   
  .hero {
    position: relative;
    /*height: 100vh;*/
    height: auto;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
  }

 
  .cube {
    position: absolute;
   
    width: 10px;
    height: 10px;
    border: solid 1px #003298;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
            animation: cube 12s ease-in forwards infinite;
  }
  .cube:nth-child(2n) {
    border-color: #0051f4;
  }
  .cube:nth-child(2) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: 25vw;
    top: 40vh;
  }
  .cube:nth-child(3) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    left: 75vw;
    top: 50vh;
  }
  .cube:nth-child(4) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
    left: 90vw;
    top: 10vh;
  }
  .cube:nth-child(5) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
    left: 10vw;
    top: 85vh;
  }
  .cube:nth-child(6) {
    -webkit-animation-delay: 10s;
            animation-delay: 10s;
    left: 50vw;
    top: 10vh;
  }

    @@ -webkit-keyframes cube {
        from {
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
            opacity: 1;
        }

        to {
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
            opacity: 0;
        }
    }

    @@keyframes cube {
        from {
            transform: scale(0) rotate(0deg) translate(-50%, -50%);
            opacity: 1;
        }

        to {
            transform: scale(20) rotate(960deg) translate(-50%, -50%);
            opacity: 0;
        }
    }
  .bg-screen
  {
    position:absolute;
    z-index:0;
    overflow:hidden;
  }


  .content-front:nth-child(2):after {
      content: '';
  }


  .bg-header {
          background-color: rgb(6 187 204 / 40%);
      padding: 12px 20px;
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  }
  a:hover{
    text-decoration:none;
    color:#05C2DE;
    text-shadow: 2px 1px 1px white;
    transition:1s;
  }

  .welcome-board-name
  {
        font-family: 'Vast Shadow', cursive;
      color: #ffffff;
      font-size: 2.3em;
      text-shadow: 1px 2px 3px #03802a;

  }



  
  .btn-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  
  .btn-pTSecond {
    margin-top: 2rem;
    border: border: 1px solid red;

    transform: scale(.8);
    transform-origin: left center;
    transition: .3s;
  }

  .btn-pTSecond:hover,
  .btn-pTSecond:focus {
    transform: scale(1);
  }

  .btn-pTSecond::before {
    content: '';

    width: 100%;
    height: 100%;
    border-radius: inherit;

    position: absolute;
    background: var(--gradient-2);

    transform: scale(0);
    transition: .6s;
  }
 
  .owl-prev, .owl-next{
    display: none !important;
  }
  html, body{
    overflow-x: hidden;
  }
  @@media only screen and (max-device-width: 477px) {
   .navbar-brand{
    width: 75%;
   }
 }
   @@media only screen and (max-device-width: 384px) {
   .navbar-brand{
    width: 64% !important;
   }
   .navbar-brand img{
    width: 70% !important;
   }
}
.modal {
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    right: 0;
    margin: auto;
    bottom: 0;
}
.modal.show .modal-dialog{
      max-width: 500px;
    margin: auto;
}

@@media screen and (min-device-width:668px) and (max-device-width:992px) {
    .swiffy-slider .slider-container {
          height: 100% !important;
    }
}
.opacity-animate3{
    animation:opt-animation3 1s ;
  -moz-animation-fill-mode: forwards
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@@-webkit-keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@@-moz-keyframes opt-animation3 {
   0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@@-o-keyframes opt-animation3{
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}
@@keyframes opt-animation3 {
  0%   { opacity: 0; transform: scale(0.75);}
  100% { opacity: 1; transform: scale(1);}
}

.btnrotate:hover{
  animation: mymove 3s ease-in-out;
  background-color: #fff;
}
@@keyframes mymove {
  50% {transform: rotate(180deg);}
}
@@media only screen and (max-device-width: 748px) {
    .modal-fullscreen .modal-content {
          height: auto;
          width: auto;
    }
    .modal.show .modal-dialog {
      max-width: 93%;
    }
}
@@media only screen and (max-device-width: 748px) {
  #fullScreenImage .btnrotate{
    top: 0%;
    right: -5%;
  }
}
#team{
          margin-top: 7rem;
    }
@@media only screen and (max-device-width: 767px) {
   .bg-screen{
      height: 35em !important;
   }
}
@@media screen and (min-device-width: 600px) and (max-device-width: 768px) {
    .testimonial-section:before{
          top: -25%;
    }
}
@@media screen and (min-device-width: 769px) and (max-device-width: 1300px) {
    .testimonial-section:before{
          top: -45%;
    }
}
@@media only screen and (max-device-width: 600px){
  .testimonial-section:before{
          top: -25%;
    }
}
@@media only screen and (min-device-width: 400px) and (max-device-width: 575px){
  #team .team-pa .img-fluid {
    max-width: 60%;
  }
}
.slider-item-ratio .slider-container>*>* {
    border-radius: 20px;
}
@@media only screen and (max-device-width: 768px) {
    video{
      height: 94% !important;
    }
}
.w3-spin{
  animation:w3-spin 2s infinite linear
  }
  @@keyframes w3-spin{
    0%{transform:rotate(0deg)}
    100%{transform:rotate(359deg)}
  }



  .lightbox {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.lightbox-zoom {
  background: #fff;
  bottom: 0;
  color: #2727a4;
  line-height: 1;
  padding: .306em .5em;
  position: absolute;
  right: 0
}

.lightbox-no-scroll {
  overflow-y: hidden;
}


/* Overlay */
.lightbox-overlay {
  background: rgba(17, 17, 17, .8);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 32;
  overflow: hidden;
}

  .lightbox-overlay *,
  .lightbox-overlay *::before,
  .lightbox-overlay *::after {
    box-sizing: inherit;
  }

  .lightbox-overlay[aria-hidden="true"] {
    display: none;
  }



.lightbox-slider {
  -webkit-transition: left .3s ease, -webkit-transform .3s ease;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: left .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease;
  white-space: nowrap;
}



.lightbox-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

  .lightbox-content figure {
    position: relative;
  }

    .lightbox-content img {
      display: block;
      height: auto;
      max-height: 85vh;
      max-width: 85vw;
      width: auto;
    }

    .lightbox-content figcaption {
      background: rgba(17, 17, 17, .8);
      bottom: 0;
      color: #fff;
      display: block;
      left: 0;
      padding: .25em .5em;
      position: absolute;
      width: 100%;
    }


.lightbox-overlay button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 1.6em;
}

  .lightbox-overlay button:focus {
    border: 1px solid #fff;
    outline: 0;
  }

  .lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
  }

  .lightbox-overlay button[aria-label="Previous"],
  .lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
  }

    .lightbox-overlay button[aria-label="Previous"] {
      left: 2%;
    }

    .lightbox-overlay button[aria-label="Next"] {
      right: 2%;
    }

  .lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
  }

.lightbox-counter {
  background: transparent;
  color: #fff;
  font-size: 1.15em;
  left: 2%;
  position: absolute;
  top: 1em;
}


.lightbox-loader {
  width: 3em;
  height: 3em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
}

  .lightbox-loader::before {
    -webkit-animation: spin 2s infinite;
    animation: spin 2s infinite;
    border-radius: 100%;
    border: 5px dashed #fff;
    border-top-color: #06BBCC;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }


@@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lightbox-zoom{
   display: none;
}


/*********************************************************************home css Over***********/