/* start menu */

.coustomNav {
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.55);
  border-color: rgba(0, 0, 0, 0);
}

.sticky-top{
  animation: navOUT 0.4s ease-in-out;
}

@keyframes navIN {
  from {
    top: -65px;
  }
  to {
    top: 0px;
  }
}

@keyframes navOUT {
  from {
    top: -65px;
  }
  to {
    top: 0px;
  }
}
.navbar{
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 3px 3px 7px 0rem;
}
.navbar-light .navbar-brand {
    color: #2196F3;
}
.navbar-brand .brand-Logo{
  max-height: 54px;
}
.navbar-light .navbar-nav .nav-link {
    color: #1ebdc2;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
        font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    background: #1ebdc2;
    transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #fff;
   text-decoration: none;
   background-color: #1ebdc2 !important;
}
.sm-menu{
   border-radius: 0px;
   border: 0px;
   top: 97%;
   box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
   color: #3c3c3c;
       font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #2196F3;
}
.navbar-toggler{
   outline: none !important;
}
.navbar-tog{
   color: #1ebdc2;
}
.megamenu-li {
   position: static;
}

.megamenu {
   position: absolute;
   width: 100%;
   left: 0;
   right: 0;
   padding: 15px;
}
.megamenu h6{
   margin-left: 21px;
}
.megamenu i{
   width: 20px;
}

/* end menu */

/* start footer */
.footer-section {
    background: #002021;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #1ebdc2;
  }
  .single-cta i {
    color: #1ebdc2;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #aaaaaa;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .linkedin-bg{
    background: #0077b5;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .twitter-bg{
    background: #55ACEE;
  }
  .google-bg{
    background: #DD4B39;
  }
  .instagram-bg{
    background: linear-gradient(168deg, rgba(159,7,238,1) 0%, rgba(246,2,191,1) 22%, rgba(247,12,64,1) 49%, rgba(247,189,3,1) 100%);
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1ebdc2;
  }
  .footer-widget ul{
    padding-inline-start: 0px;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #1ebdc2;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
    text-decoration: none;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
    transition: all .3s;
  }
  .subscribe-form input:focus-visible{
    outline: none;
    border: 1px solid #1ebdc2;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #1ebdc2;
      padding: 13px 20px;
      border: 1px solid #1ebdc2;
      top: 0;
      transition: all .3s;
  }
  
  .subscribe-form button:active,
  .subscribe-form button:hover {
    position: absolute;
    right: 0;
    background: #000000;
    padding: 13px 20px;
    border: 1px solid #000000;
    top: 0;
}
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #00484b;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #1ebdc2;
    text-decoration: none;
  }
  .footer-menu ul{
    margin-bottom: 0px;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #1ebdc2;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
  }

 

.footer-wave-svg {
    background-color: transparent;
    height: 50px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #ffffff;
}
/* end footer */


/* start slider */


.heroSlider {
  position: relative;
  width: calc(min(95rem, 90%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
}

.bg {
  position: fixed;
  top: -4rem;
  left: -12rem;
  z-index: 1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: 1;
  width: 9.375rem;
  opacity: 0;
}

.heroSlider > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 1rem;
  color: #717171;
}

.heroSlider > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
  background-color: #07dee4;
  background-image: linear-gradient(45deg, #07dee4, #002c2d);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.heroSlider h1 .subSpan {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(2.4375rem, 2.25rem + 0.75vw, 2rem);
  background-color: #07dee4;
  background-image: linear-gradient(45deg, #07dee4, #002c2d);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.heroSlider > div hr {
  display: block;
  background: #06babf;
  height: 0.25rem;
  width: 6.25rem;
  border: none;
  margin: 1.125rem 0 1.875rem 0;
}

.heroSlider > div p {
  line-height: 1.6;
}

.heroSlider a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

.heroSlider > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 2.188rem;
  padding: 0.625rem 1.875rem;
}

.heroSlider > div > a:hover {
  border: 0.125rem solid #06babf;
  color: #06babf;
}

.heroSwiper {
  width: 100%;
  padding-top: 3.125rem;
}

.heroSwiper .swiper-pagination-bullet,
.heroSwiper .swiper-pagination-bullet-active {
  background: #fff;
}

.heroSwiper .swiper-pagination {
  bottom: 1.25rem !important;
}

.heroSwiper .swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.heroSwiper .swiper-slide h2 {
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0 0 0 1.563rem;
  text-transform: uppercase;
}

.heroSwiper .swiper-slide p {
  color: #ffffff;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    padding: 0 1.563rem;
    line-height: 1.6;
    font-size: .80rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.heroSwiper .swiper-slide a {
  margin: 1.25rem 1.563rem 3.438rem 1.563rem;
  padding: 0.438em 1.875rem;
  font-size: 0.9rem;
}

.heroSwiper .swiper-slide a:hover {
  color: #ffffff;
  background-color: #06babf;
}

.heroSwiper .swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.heroSwiper .swiper-slide-active div {
  display: block;
  opacity: 1;
}

.heroSwiper .swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    
}

.heroSwiper .swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    
}

.heroSwiper .swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    
}

.heroSwiper .swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    
}

.heroSwiper .swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400)
    
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
  .heroSlider {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .heroSwiper {
    width: 85%;
  }
}

/* end slider */


/* about  us start*/
.ml-150{
  margin-left: 150px;
}
.aboutUs-sliderContainer{
  position: relative;
}
.aboutUs-sliderContainer::after{
  content: "";
  position: absolute;
  top: 70px;
  left: -70px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 30px solid rgba(0,0,0,0.1);
}
.aboutUs-slider .abutImg{
  max-height:400px;
  width: 100%;
}
.aboutUs-slider .abutImg img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  display: block;
}

/* .abutImg.slow-zoom img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}

.abutImg.slow-zoom:hover img {
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
} */

.aboutUs-slider .swiper-horizontal>.swiper-pagination-bullets, 
.aboutUs-slider .swiper-pagination-bullets.swiper-pagination-horizontal, 
.aboutUs-slider .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px !important;
  right: 0 !important;
  width: auto !important;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  left: auto;
}

.aboutUs-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 6px 0px !important;
  width: 15px;
  height: 3px;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  opacity: 1;
  background-color: black;
}

.aboutUs-slider .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
width: 60px;
}

.extTilite{
  border: 0;
}
.extTilite strong {
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  color: rgba(191,191,191,0.3);
}
.extTilite span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}
.bdr-dark {
  border-color: #000000;
}
.bdr-right{
  border-right: 10px;
  border-style: solid;
}
.mt-70{
  margin-top: 70px !important;
}

.hilite-title.bdr-left {
  border-left: 10px;
  border-style: solid;
}
.hilite-title {
  border: 0px;
}
.bdr-gray {
  border-color: #dddddd;
}
.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}
.hilite-title strong {
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  color: rgba(191,191,191,0.3);
}
.hilite-title span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
/* about us end */

/* leatest Project start */
.separator-outer{
  overflow: hidden !important;
}
.separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  position: relative;
}
.lp-img-effect {
  position: relative;
  overflow: hidden;
  display: block;
}

.lp-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.overlay-bx-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.line-amiation {
  position: relative;
  width: 100%;
  height: 100%;
}
.line-amiation h2{
  font-size: 1.6rem !important;
}
.line-amiation a{
  text-decoration: none;
}
.line-amiation:after, .line-amiation:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
  opacity: 0;
}
.line-amiation:before {
  width: 1px;
  height: 0px;
}
.line-amiation:after {
  width: 0%;
  height: 1px;
}
.line-amiation:hover:before {
  height: 100%;
  top: 0px;
  opacity: 1;
}
.line-amiation:hover:after {
  width: 100%;
  opacity: 1;
  left: 0px;
}
.text-white {
  color: #fff;
}
.p-a40 {
  padding: 40px;
}
.font-weight-300 {
  font-weight: 300;
}

.line-amiation a.v-button {
  color: #fff;
  border-left: 2px solid;
  display: block;
  position: absolute;
  bottom: 90px;
  right: -40px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-l20 {
  padding-left: 20px;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.letter-spacing-3 {
  letter-spacing: 3px;
}
.letter-spacing-4 {
  letter-spacing: 4px;
}
.letter-spacing-5 {
  letter-spacing: 5px;
}
.font-12 {
  font-size: 12px;
  line-height: 18px;
}
.lp-img-effect:hover .overlay-bx-2{
  opacity: 0.9;
  bottom: 0px;
}

.project-Container{
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.swiper-nav-btn-group{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 40px;
  margin: 6px 0 0 0;
}
.swiper-nav-btn-group .swiper-button-prev,
.swiper-nav-btn-group .swiper-button-next {
  position: relative;
  left: 0px !important;
  top: 0px !important;
  right: 0px !important;
  padding: 3px;
  height: 36px;
  width: 46px;
  background-color: #000;
  margin: 0px 8px 0px 0px;
  transition: all .4s;
}

.swiper-nav-btn-group .swiper-button-prev:hover,
.swiper-nav-btn-group .swiper-button-next:hover {
background-color: #009397;
}
.swiper-button-next:after,
.swiper-button-prev:after{
font-size: 14px;
color: #ffffff;
}
.project-Container .swiper-pagination{
  bottom: -30px!important;
}
/* leatest Project start */


/* blogs start */

.latest-blog-sec h3 a{
  color: inherit;
  text-decoration: none;
}
.latest-blog-dark-outer {
  height: 250px;
}


.overlay-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.opacity-04 {
  opacity: 0.4;
}
.latest-blog-dark {
  position: absolute;
  left: -20px;
  bottom: 20px;
  width: 300px;
  min-height: 120px;
  background-color: #000;
  padding-left: 40px !important;
}
.m-b30 {
  margin-bottom: 30px;
}
.p-a20 {
  padding: 20px;
}

.latest-blog-dark .v-date {
  position: absolute;
  left: -34px;
  top: 39%;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.latest-blog-square .v-date {
  position: absolute;
  left: -90px;
  top: 50px;
  font-size: 16px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.text-yellow {
  color: #06babf ;
}
.font-weight-700 {
  font-weight: 700;
}

.latest-blog-dark-outer2 {
  height: 530px;
}

.latest-blog-square {
  position: absolute;
    right: -60px;
    bottom: 60px;
    width: 400px;
    min-height: 400px;
    padding: 25px 70px 25px 25px;
    border: 15px solid #000;
    background-color: rgb(0 0 0 / 75%);
}
.latest-blog-square a{
  text-decoration: none;
}
/* blogs end */


/* org profiel start */
.some-facts-counter{
  margin-top: 130px;
}
.some-facts {
  position: relative;
  padding: 60px 30px 60px 50px;
  border: 15px solid #fff;
  border-right: 0px;
}


.some-facts:after, .some-facts:before {
  content: "";
  position: absolute;
  background-color: #fff;
  right: -15px;
  width: 15px;
  height: 140px;
}
.some-facts:before {
  top: -15px;
}
.some-facts:after {
  bottom: -15px;
}
/* org profiel end */



/* testimonial start */

.testimonialItemDtl {
  position: relative;
  padding: 4px 4px 4px 4px;
}
.testimonialItemDtl .testimonial-pic{
  width: 80px;
  height: 80px;
  position: relative;
  border: 0px;
}

.testimonialItemDtl .testimonial-pic:after,
.testimonialItemDtl .testimonial-pic:before {
  content: "";
  position: absolute;
  background-color: #06babf;
}

.testimonialItemDtl .testimonial-pic:before{
  left: 0px;
  top: -3px;
  width: 30px;
  height: 3px;
}
.testimonialItemDtl .testimonial-pic:after{
  left: -3px;
  top: -3px;
  width: 3px;
  height: 30px;
}

.testimonial-text {
  padding: 15px;
  position: relative;
}

.testimonialItemDtl .testimonial-text{
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 3px 3px 5px rgb(0,0,0,0.1);
  box-shadow: 3px 3px 5px 0 rgb(0,0,0,0.1);
}

.clearfix:before{
  display: table;
  content: " ";
}

.testimonial-detail {
  padding: 5px;
}

.testimonialItemDtl .testimonial-detail{
  padding-left: 0px;
  padding-right: 0px;
}
.testimonialItemDtl .testimonial-name{
  display: block;
}
.testimonialItemDtl .testimonial-name {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
.testimonialItemDtl img {
  transform-style: inherit;
}

.testimonialItemDtl img {
  display: block;
  width: 100%;
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.testomonials-slider .swiper-wrapper{
  padding-bottom: 40px;
}

.testomonials-slider .swiper-pagination .swiper-pagination-bullet{
  height: 8px;
  width: 20px;
  border-radius: 0px !important;
  background: transparent;
  border: 1px solid #06babf;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}


.testomonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet:hover{
  background: #83c8ca;
}
.testomonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #06babf;
  width: 50px;
}

/* testimonial end */

/* faq start */
.faqContainer .accordion-item,
.faqContainer .accordion-button{
  border-radius: 0px !important;
}

.faqContainer .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.faqContainer .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  margin-bottom: 6px;
}
.faqContainer .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: rgba(0,0,0,.125);
  font-weight: 500;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button[aria-expanded="true"]{
  background-color: rgba(0,0,0,1);
  border: 1px solid rgba(0,0,0,1);
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  transform: rotate(-180deg);
}
/* faq end */


/* breadcrumb Container start */
.breadcrumb-container{
  height: 500px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
}
.breadcrumb-container .container{
  display: table;
  height: 100%;
}
.banner-inr-entry{
  display: table-cell;
  vertical-align: middle;
}
.banner-inr-entry .banner-title-outer {
  position: relative;
  padding: 100px 0px 100px 30px;
  border: 10px solid #fff;
  border-right: 0px;
  width: 200px;
}

.banner-inr-entry .banner-title-outer:after, .banner-inr-entry .banner-title-outer:before {
  content: "";
  position: absolute;
  right: 0px;
  width: 10px;
  height: 50px;
  background-color: #fff;
}

.banner-inr-entry .banner-title-outer:before {
  bottom: 0px;
  right: 0px;
}

.banner-inr-entry .banner-title-outer:after {
  top: 0px;
}
.banner-inr-entry .banner-title-name {
  width: 640px;
}
.banner-inr-entry .banner-title-name .banner-Heading{
  font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 2px !important;
}
.brContain{
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-breadcrumb{
  margin: 0;
  list-style: none;
  padding-inline-start: 0px;
}

.banner-breadcrumb li {
  padding: 0;
  margin-right: 3px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 12px;
}
.banner-breadcrumb li a{
  color: #ffffff;
  text-decoration: none;
}

.br-arrow li:after {
  content: "\f101";
  margin-left: 7px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.br-arrow li:last-child::after{
  content: none;
}
/* breadcrumb Container end */

/* aboutus page start */
.aboutUspage-sliderContainer{
  position: relative;
}
.aboutUspage-sliderContainer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid #000;
  left: -50px;
  bottom: -50px;
  z-index: 0;
}

.aboutUspage-slider .abutImg{
  /* max-height:400px; */
  width: 100%;
}
.aboutUspage-slider .abutImg img{
  width: 100%;
  height: 100%;
  object-fit:cover;
  display: block;
}
.aboutUspage-sliderContainer .swiper-nav-btn-group{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 50px;
  height: 76px;
  margin: 0px 0 0 0;
  bottom: 17px;
  right: -28px;
}

.ab-left-part {
  float: right;
}
.ab-left-part, .ab-right-part {
  width: 630px;
}

.ptb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.social-icons.social-md {
  font-size: 18px;
  margin-bottom: 10px;
}
.social-icons {
  list-style: none;
  margin-left: -3px;
  margin-right: -3px;
  font-size: 12px;
  padding-inline-start: 0px;
}
.social-icons li {
  display: inline-block;
  text-align: center;
}

.social-icons li a {
  display: block;
  padding: 3px;
}
.social-icons.social-dark a {
  color: #777;
}
.social-icons.social-square a, .social-icons.social-radius a {
  border: 1px solid rgba(0,0,0,0.2);
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.social-icons.social-square.social-md a, .social-icons.social-radius.social-md a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
.social-icons.social-square.social-dark a, .social-icons.social-radius.social-dark a {
  background-color: #fff;
}

.mt-200{
  margin-top: 200px;
}


.ab-thum-bx, .ab-post-thum {
  background-color: #000;
  position: relative;
}

.ab-img-overlay1:after, 
.ab-img-overlay1:before, 
.gradi-black:before, 
.gradi-black:after, 
.gradi-white:before, 
.gradi-white:after {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ab-img-overlay1:before {
  width: 100%;
  height: 100px;
  opacity: 0;
}
.ab-img-overlay1:hover:before, .ab-box:hover .ab-img-overlay1:before {
  opacity: 0.5;
}
.ab-thum-bx img, .ab-post-thum img {
  width: 100%;
  height: auto;
}

.overlay-icon {
  list-style: none;
  width: 160px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px -75px;
  z-index: 1 !important;
}

.overlay-bx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
a, .btn, .form-control, .overlay-bx, .overlay-icon li a i, .ab-icon-box-xld, .ab-icon-box-xl, .ab-icon-box-lg, .ab-icon-box-md, .ab-icon-box-sm, .ab-icon-box-xs, .share-social-bx li, .indicator, .profile-menu ul li, .staff-member .member-done, .how-wt-work .ab-box .shadow-bx img, .how-ab-work .ab-box .step-no-bx, .ab-info-has, .ab-we-find .ab-box, .navbar-toggle, .logo-header, .header-nav .nav > li > a, .extra-nav, .acod-head .indicator .fa {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.overlay-bx:hover, 
.ab-thum-bx:hover .overlay-bx, 
.ab-box:hover .overlay-bx, 
.ow-img:hover .overlay-bx, 
.ow-portfolio-img:hover .overlay-bx {
  opacity: 1;
  visibility: visible;
}
.ab-team-six.large-pic .ab-team-info:after, .ab-team-six.large-pic .ab-team-info:before {
  visibility: hidden;
}
.ab-team-six .ab-team-info {
  position: relative;
}
.ab-team-six .ab-team-info:after, 
.ab-team-six .ab-team-info:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -4px;
  background-color: #000;
}
.ab-team-six .ab-team-info:after {
  width: 4px;
  height: 40px;
}
.ab-team-six .ab-team-info:before {
  width: 40px;
  height: 4px;
}

.aboutUspageOurTeam-slider .swiper-wrapper{
  padding-bottom: 50px;
}

.aboutUspageOurTeam-slider .swiper-pagination .swiper-pagination-bullet{
height: 10px;
width: 30px;
border-radius: 0px;
background-color: transparent;
border: 1px solid #000;
}

.aboutUspageOurTeam-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
background-color: #000000;
}

.tabHoverElement .ab-icon-box-wraper {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 2px solid #fff;
}
.ab-icon-box-wraper.right {
  text-align: right;
}

.tabHoverElement .ab-icon-box-wraper:hover {
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tabHoverElement .ab-icon-box-wraper:hover .icon-content h5, .tabHoverElement .ab-icon-box-wraper:hover .icon-content p {
  color: #000;
}
.m-b25 {
  margin-bottom: 25px;
}

.p-a15{
  padding: 15px;
}

.width98{
  width: 98%;
}
/* aboutus page end */



/* our story start */
.our-story .row [class^='col-']{
position: relative;
}
.our-story .row {
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
}
.our-story .row:nth-child(odd) {
  text-align: left;
}

.our-story .our-story-detail {
  padding: 15px 30px;
  margin: 62px 0px;
}
.our-story .row:nth-child(odd) .our-story-detail {
  position: absolute;
  left: -50px;
  z-index: 5;
  background-color: #fff;
  right: 15px;
  top: 10%;
  transform: translateY(-10%);
}
.our-story .row:nth-child(even) .our-story-detail {
  position: absolute;
  right: -50px;
  z-index: 5;
  background-color: #000;
  left: 15px;
  top: 10%;
  transform: translateY(-10%);
}
.our-story .row:nth-child(even) .our-story-detail h3, .our-story .row:nth-child(even) .our-story-detail h4, .our-story .row:nth-child(even) .our-story-detail p {
  color: #fff;
}
.ab-media img{
  border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

/* our story end */




/* start blogs */
.blog-post {
  position: relative;
  margin-bottom: 10px;
}

.p-t10{
  padding-top: 10px;
}
.p-t20{
  padding-top: 20px;
}
.p-t30{
  padding-top: 30px;
}

.ab-post-info .ab-post-title {
  margin-bottom: 15px;
}
.ab-post-info .ab-post-title h2.post-title{
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
    line-height: 24px;
    color: #000;
}
.ab-post-info .ab-post-title h2.post-title a{
  text-decoration: none;
}
.ab-post-meta {
  margin-bottom: 10px;
}
.ab-post-meta ul {
  margin: 0px;
  list-style: none;
  padding-inline-start: 0px;
}
.ab-post-meta li {
  padding: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ab-post-meta .post-date:after {
  content: "/";
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
}

.widget {
  margin-bottom: 40px;
}

.widget_tag_cloud a {
  padding: 8px 14px;
  background-color: #e7e7e7;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.widget_tag_cloud a:hover {
  background-color: #000;
  color: #fff;
}

.bgTransparent{
  background-color: transparent;
}
.bgTransparent .social-icons {
  list-style: none;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 16px;
  padding-inline-start: 0px;
}
.bgTransparent .social-icons.social-square.social-dark a, .bgTransparent .social-icons.social-radius.social-dark a {
  background-color: transparent;
}

.bgTransparent .social-icons.social-square.social-dark a:hover, .bgTransparent .social-icons.social-radius.social-dark a:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.ab-divider.divider-3px {
  height: 3px;
}
.ab-divider {
  height: 1px;
  position: relative;
  margin: 20px 0;
}

.bg-gray-dark {
  background-color: #d3d3d3;
}
.tagcloud {
  margin-bottom: 15px;
}
ol.children,
ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment button#load_replies {
  width: auto;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  border-radius: 23px;
  text-transform: capitalize;
  height: auto;
  margin-bottom: 8px;
  color: #303030 !important;
  border: 1px solid #bfbfbf;
}
p span#comment-against{
  background: #009587;
  padding: 0px 5px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}
ol.comment-list li.comment .comment-body {
    border-bottom: 1px dashed #d1d1d1;
    padding: 20px 30px 15px 47px;
    margin-bottom: 12px;
    margin-left: 40px;
    color: #000;
    position: relative;
}
ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 10px;
}
ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 20px;
  left: -40px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  padding: 3px;
  background-color: #fff;
}
ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999999;
  font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
  color: #000;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
ol.comment-list li.comment .comment-meta a {
  color: #000;
}
ol.comment-list li.comment p {
  line-height: 18px;
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 14px;
}
ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  right: 30px;
  margin-top: -5px;
  font-size: 11px;
  color: #000;
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 40px;
}
ol.comment-list li .children li {
  padding: 0;
}
.comment-reply-title{
  margin-bottom: 30px;
}
.comment-respond{
  background-color: #e1e1e1 !important;
    padding: 40px;
    margin-top: 40px;
}

.comment-respond .small a, .comment-respond small a{
  font-size: .6em;
    color: #f16868;
}

.comment-form [class*="comment-form"] {
  width: 50%;
}
.comment-form [class*="comment-form"], .comment-form .form-submit {
  margin-bottom: 20px;
  padding: 0 15px;
}
.comments-area .comment-form {
  margin: 0 -15px;
}
.comments-area .comment-form p {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}
.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}
.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}

.comments-area .comment-form p input[type="text"], .comments-area .comment-form p textarea {
  width: 100%;
  height: 40px;
  padding: 10px 0px;
  border: none;
  background-color: transparent;
  border-bottom: 4px solid #cccccc;
}
.comments-area .comment-form p textarea {
  height: 120px;
  resize: none;
}

.comments-area .comment-form p label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}
.form-control:focus{
  box-shadow: none;
}


.ab-img-effect{
  position: relative;
    overflow: hidden;
    display: block;
}

.ab-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.ab-img-effect.zoom-slow img {
  transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
  -o-transition: all 5s;
}
.ab-img-effect.zoom-slow:hover img {
  -moz-transform: scale(1.8);
  -webkit-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.ab-divider {
  height: 1px;
  position: relative;
  margin: 30px 0;
}

.ab-divider i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-bar .widget {
  margin-bottom: 30px;
}

.recent-posts-entry .widget-post {
  margin-bottom: 5px;
  padding: 5px;
}
.recent-posts-entry .ab-post-media {
  float: left;
  width: 65px;
  height: 50px;
}
.widget .widget-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-posts-entry .ab-post-info {
  background: transparent;
  padding: 0;
  margin-left: 80px;
  border: none;
}
.widget p{
  font-size: 14px;
}
.widget .post-title {
  font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 2px;
}
.ab-post-meta {
  margin-bottom: 10px;
}

.ab-post-meta ul {
  margin: 0px;
  list-style: none;
  padding: 0;
}

.ab-post-meta li.post-author:after {
  content: "/";
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
}

.widget_newsletter-2 .newsletter-bx {
  background-color: #e7e7e7;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.widget_newsletter-2 .newsletter-bx .newsletter-icon {
  position: absolute;
  right: 5px;
  top: -5px;
}
.widget_newsletter-2 .newsletter-bx .newsletter-icon i {
  font-size: 75px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.05);
}
.p-a30{
  padding: 30px;
}
.m-b15{
  margin-bottom: 15px;
}
.newsletter-content p{
  font-size: 14px;
}
/* end blogs */


/* start services */
.service-post {
  position: relative;
  margin-bottom: 10px;
}
.ab-services{
  padding: 10px; 
  background-color: #e7e6e6;
  border: 1px solid #e7e7e7; 
}
.recent-posts-entry.relatedServices .ab-post-media {
  float: left;
  width: 65px;
  height: 65px;
}
/* end services */



/* contact us start */

.ab-box {
  position: relative;
}

.contact-one {
  border: 6px solid #000;
  position: relative;
  max-width: 945px;
}
.p-a40 {
  padding: 40px;
}
.p-r150 {
  padding-right: 150px;
}


.contact-one .form-group{
  margin-bottom: 30px;
}
.contact-one .form-control {
  border: 0px;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
}
.site-button.black {
  background-color: #000;
  color: #fff;
}
.contact-info {
  position: absolute;
  right: -200px;
  top: 30px;
  width: 310px;
}

.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
  display: inline-block;
  text-align: center;
}
.icon-sm {
  width: 40px;
}
.ab-icon-box-wraper.left .icon-xld, .ab-icon-box-wraper.left .icon-xl, .ab-icon-box-wraper.left .icon-lg, .ab-icon-box-wraper.left .icon-md, .ab-icon-box-wraper.left .icon-sm, .ab-icon-box-wraper.left .icon-xs {
  float: left;
  margin-right: 10px;
}

.icon-sm i {
  font-size: 30px;
}

.icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
  vertical-align: middle;
}
.icon-content {
  overflow: hidden;
}
.icon-content h5{
  font-weight: 400 !important;
}

.map {
  margin-bottom: 0px;
}
.map iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* contact us end */






/* Responsive code start */
@media screen and (max-width: 720px) {
  .single-cta{
    display: flex;
  }
  .coustomNav .navbar-toggler-icon{
    background-image:  url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .extTilite.px-5{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .extTilite.mt-70{
    margin-top: 30px !important;
  }
  .aboutUs-sliderContainer.ml-150{
    margin-left: 0px !important;
  }
  .aboutUs-sliderContainer::after {
    content: "";
    position: absolute;
    top: 35px;
    left: -32px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 20px solid rgba(0,0,0,0.1);
  }
  .extTilite strong {
    display: block;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
    color: rgba(191,191,191,0.3);
  }
  .latest-blog-square {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: auto;
    min-height: 400px;
    padding: 5px 0px 5px 5px;
    border: 15px solid #000;
  }

  .latest-blog-dark {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 260px;
    min-height: 120px;
    background-color: #000000c4;
    padding-left: 30px !important;
  }

  .some-facts {
    position: relative;
    padding: 45px 30px 45px 20px;
    border: 15px solid #fff;
    border-right: 0px;
  }

  .bg-parallax .font-40 {
    font-size: 20px;
    line-height: 26px;
  }

  .bg-parallax .font-50 {
    font-size: 30px !important;
    line-height: 36px !important;
    margin: 20px 0px;
  }
  .some-facts:after, .some-facts:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: 0px;
    width: 15px;
    height: 140px;
  }

  .breadcrumb-container {
    height: 300px;
    background-size: cover;
    background-position: top left;
    display: table;
    width: 100%;
  }
  .banner-inr-entry .banner-title-outer {
    position: relative;
    padding: 50px 0px 50px 30px;
    border: 10px solid #fff;
    border-right: 0px;
    width: 280px;
  }
  .banner-inr-entry .banner-title-name {
    width: auto;
  }
  .banner-inr-entry .banner-title-name .banner-Heading {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
  }

  .mt-200 {
    margin-top: 0px;
  }

  .ab-left-part, .ab-right-part {
      width: auto;
  }
  .ptb90 {
    padding-bottom: 0px; 
    padding-top: 0px;
  }
  .teamSliderConatain.py-5 {
    padding-top: 0rem!important;
    padding-bottom: 3rem!important;
  }

  .aboutUspage-sliderContainer:after {
    left: -50px;
    bottom: -35px;
    z-index: 0;
  }

}


/* Responsive code end */