body{
   font-family: 'Montserrat',sans-serif !important;
   overflow-x: hidden;
}

.fs11{
  font-size: 11px;
}
.fs12{
  font-size: 12px;
}
.fs14{
  font-size: 14px !important;
}
.fs15{
  font-size: 15px;
}
.fs18{
  font-size: 18px;
}
.fs20{
  font-size: 20px;
}
.fs30{
  font-size: 30px;
}
.fs40{
  font-size: 40px;
}
.brdr10{
  border-radius: 10px;
}
.fw300{
  font-weight: 300 !important;
}
.fw500{
  font-weight: 500;
}
.fw600{
  font-weight: 600;
}
.bg-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                      url(../images/banner-img.png);
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center;
    height: auto; 
    min-height: 280px; 
}
.mnu-fnt{
  color: #ffffff !important;
}
.btn-contct{
  background-color: #ffffff;
  color: #000000 !important;
  font-weight: 700;
  width: 130px;
}
.btn-shedle{
  background-color: #ffffff;
}
.btn-servs{
  background-color: #000000;
  color: #ffffff;
}
.btn-servs :hover{
  color: #ffffff !important;
}
.h1-fnt{
  font-size: 60px;
  color: grey !important;
}
.h1-fs5x{
  font-size: 50px;
  color: grey !important;
}
.jst-content{
  text-align: justify !important;
}
.abt-img{
  height: 34vw;
  width: 100%;
}
.map-img{
  height: 30vw;
  width: 100%;
}
.grey-txt{
  color: #beb9b9;
}
.grey-txt1{
  color: #817c7c;
  
}
.icn-sz{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0eeee;
}
.dark-clr{
  color: #000000 !important;
}
.bg-blck{
  background-color: #000000 !important;
}
.law-icnbg,.law-icnbg1{
  background-color: black;padding: 5px;border-radius: 5px;
}
.ancr-styl{
  color: #000000;
  font-size: 20px;
}
.ancr-styl1{
  color: #000000;
  text-decoration: none;
  
}
.ancr-styl1:hover{
  color: #000000;
  
}

.ancr-footr{
  color: #ffffff;
  text-decoration: none;
}
.fs-abt{
  font-size: 1.3vw;
}
.accordion,.career{
  
  padding-top: 13px;
  padding-bottom: 4px;
  width: 100%;
  border: 0px solid #ff541f70;
  cursor: pointer;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s;
   border-top-right-radius: 5px !important;
   border-top-left-radius:5px !important ;
  
}
.accordion{
  background-color: #000000 ;
  color: #ffffff;
  cursor: pointer;
}



.brdr-faq{
border: 1px solid #000000;
border-radius: 5px;

}

 .neuro-bg2 .accordion:after {
  
  content: url(../images/add.png);
  zoom: 0.8;
  font-weight: normal;
  float: right;
  margin-left: 5px;
 
}



.neuro-bg2 .active2:after {
  content: url(../images/minus.png);
  zoom: 0.8;
  font-weight: normal;
  float: right;
  margin-left: 5px;
  
}
.acco-content,.jstfy-txt{ 
  text-align: justify;
}
.panel {
  padding: 0px;
  color: #000000;
  max-height: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.brdr-career{
  border-top: 1px solid #817c7c;
}
.dwn-show{
  display:inline-block !important;
}
.top-logo{
  margin-top: -5px;
}
.court-objct{
  height: 30vw;
  width: 100%;
}
.ln-hgt{
  line-height: 3.5vw;
}
.prctce-bx{
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px !important;
  height: 240px;
 
}
 .prfl-img{
  width: 20vw;
 }


.dwn-arrow {
  animation-name: arwAnimation;
  animation-duration: 2s;
}

.prfl-imgsz{
  width: 100%;
  height: 25.5vw;
}

.img-sz{
width: 100%;
height: 24vw;
}

@keyframes arwAnimation {
  0% {
    rotate: -90deg;
  }
  50% {
    rotate: -90deg;
  }
  100% {
    rotate: 0deg;
  }
}
.law-icnbg{
  rotate: 0deg;
}
.usr-str1, .usr-str, .exprnce, .support {
  opacity: 0; 
  transform: translateY(-50%); 
}


.animate {
  animation-duration: 1.5s;
  animation-fill-mode: forwards; 
}

.usr-str.animate {
  animation-name: slideFrmTop;
  animation-delay: 0.5s;
}

.exprnce.animate {
  animation-name: slideFrmTop;
  animation-delay: 1s;
}

.support.animate {
  animation-name: slideFrmTop;
  animation-delay: 1.5s;
}

.usr-str1.animate {
  animation-name: slideFrmTop;
  animation-delay: 2s; 
}

@keyframes slideFrmTop {
   0% {
     transform: translateY(-75%);
     opacity: 0;
   }
   100% {
     transform: translateY(0); 
     opacity: 1;
   }
}

 .scroll-reveal {
   opacity: 0;
   visibility: hidden;
   transform: translateY(50px);
   transition: opacity 1.5s ease-out, visibility 1.5s ease-out, transform 1.5s ease-out;
 }

 .scroll-reveal.is-visible {
   opacity: 1;
   visibility: visible;
   transform: translateY(0);
 }

.u-shift {
  display: inline-block; 
  
  animation-name: arwAnimation;
  animation-duration: 2s;
}

@keyframes txt-color {
  0% {
    color: grey;

  }
  
  100% {
    color: #fff;

  }
}
.txt-animate {
            display: inline-block; 
            animation: txt-color .3s ease-in forwards;
            animation-duration: 1s;
        }
  .card, .card-secondary,.card1 {
            opacity: 0;
            border: none; 
           
        }

 .card.show {
   animation: slideFromLeft 1s ease-out forwards;
 }

 .card-secondary.show {
   animation: slideFromRight 1s ease-out 0.3s forwards;
 }
 .card1.show{
  animation:slideFromTop 1s ease-out 0.3s forwards ;
 }

 @keyframes slideFromLeft {
   0% {
     transform: translateX(-30%);
     opacity: 0;
   }
   100% {
     transform: translateX(0);
     opacity: 1;
   }
 }

 @keyframes slideFromRight {
   0% {
     transform: translateX(30%);
     opacity: 0;
   }

   100% {
     transform: translateX(0);
     opacity: 1;
   }
 }
  @keyframes slideFromTop {
   0% {
     transform: translatey(-50%);
     opacity: 0;
   }

   100% {
     transform: translateX(0);
     opacity: 1;
   }
 }
.footr-txt{
  text-align: justify;width: 350px;
}
.watsapp-btn{
  position:fixed;right: 80px;bottom: 100px;z-index: 999;
  padding: 0px;
  
}
.watsapp-icn{
  width: 60px;
}
.watsapp-btn:focus {
    outline: none;
    box-shadow: none; 
}
.watsapp-icn:hover{
  transform: scale(1.2);
  transition: 1s;
}
.logo-txt{
  font-size: 22px;
}
.pt-7x{
    padding-top: 70px;
}
.clr-main{
    color: #261a1e !important;
}
.main-bg{
    background-color: #000000 !important;
}
.jst-content{
    text-align: justify;
}
.ancr-styl{
 text-decoration: none;
}
.brdr-zero{
    border-radius: 0px;
}
.img-sz{
  width: 100%;
  height: 23vw;
}

@keyframes slideUp {
   0% {
     transform: translateY(0);
   }
   50% {
     transform: translateY(-50%); 
   }
   100% {
     transform: translateY(0); 
   }
}
.watsapp-btn{
  position:fixed;right: 80px;bottom: 100px;z-index: 999;
  padding: 0px;
}

.watsapp-btn.animate1 {
  animation: slideUp 2s linear ;
}
.watsapp-icn{
  width: 60px;
  animation: slideUp 2s linear ;
}
.watsapp-btn:focus {
    outline: none;
    box-shadow: none; 
}
.watsapp-icn:hover{
  transform: scale(1.2);
  transition: 1s;
}

@media (max-width: 599px) {
  .logo-txt {
    font-size: 5vw;
  }

  .h1-fnt {
    font-size: 10vw;

  }

  .abt-img,
  .map-img,
  .court-objct {
    height: auto;
    width: 100%;
  }

  .fs40 {
    font-size: 30px;
  }

  .accordion {
    font-size: 3.3vw;

  }

  .neuro-bg2 .accordion:after {

    content: url(../images/add.png);
    width: 5px;
    zoom: 0.8;
  }


 .neuro-bg2 .active2:after {
    content: url(../images/minus.png);
    width: 5px;
    zoom: 0.8;
  }

  .fs-abt {
    font-size: 16px;
  }

  .ln-hgt {
    line-height: 35px;
  }

  .prctce-bx {
    height: auto;
  }

  .prfl-img {
    width: 100%;
  }

  .footr-txt {
    text-align: justify;
    width: auto;
  }

  .watsapp-btn {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
  }

  .watsapp-icn {
    width: 40px;
  }

  .h1-fs5x {
    font-size: 8vw;
    color: grey !important;
  }
.img-sz{
  width: 100%;
  height: 80vw;
}
.prfl-imgsz{
  width: 100%;
  height: auto;
}
  .watsapp-btn {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
  }
  .watsapp-icn {
    width: 40px;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {

  .ln-hgt {
    line-height: 35px;
  }

  .prctce-bx {
    height: 260px;
  }

  .footr-txt {
    text-align: justify;
    width: auto;
  }

  .watsapp-btn {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
  }

  .watsapp-icn {
    width: 60px;
  }
.img-sz{
  width: 100%;
  height: 230px;
}
.prfl-imgsz{
  width: 100%;
  height: auto;
}
  .watsapp-btn {
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999;
  }

  .watsapp-icn {
    width: 60px;
  }
}
