body {
background: #d1d0cd;
}

.modal-content {
  background: #d1d0cd;
}


body .loading{
  background-color: #2025295e;
}

.modal-body p{
  text-align: justify;
  font-size: 17px;
  font-weight: 400;
}

.modal-header h1 span{
  text-align: center;
  color: black;
}

.modal-head{
  border: 1px solid rgba(255, 255, 255, 0.375);
  padding-bottom: 20px;
  text-align: center!important;
}

.modal-head h1{
  line-height: 25px;
  text-decoration: underline;
}

.navbar{
  background-color: #202529;
  border-bottom: 3px solid black;
}

.logo {
  font-family: "Lobster", serif;
  font-weight: 100;
  font-size: 48px;
  line-height: 20px;
}

.logo-tagline{
  font-family: "Marcellus", serif;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4px;
}

  .nav-link{
    font-family: "Pridi", serif;
    font-weight: 400;
    font-style: normal;
    transition: 0.5s;
  }

  .nav-link:hover{
    background-color: #f44040;
    color: white!important;
    font-weight: 600;
    transition: 0.5s;
  }


  .active{
    color: #f44040!important;
    font-family: "Pridi", serif;
    font-weight: 400;
    font-style: normal;
  }

  /* coustom carousel-css */
  
  .carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 2%;
    left: 0;
    right: 0;
    width: auto;
  }
  
  .carousel-indicators button {
    float: left;
    width: 100%;
    height: 30px;
    margin: 0;
    border-radius: 5px!important;
    border: 5px solid white;
    /* color: #000; */
  }
  .carousel-indicators button:first-child{
    background-image: url("images/carousel-img-1.png")!important;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 80px;
    opacity: 30%!important;
    border: 2px solid rgba(255, 255, 255, 0.459);
    border-radius: 5px;
  }
 

  .carousel-indicators button:first-child.active {
    background-image: url("images/carousel-img-1.png")!important;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 80px;
    opacity: 100%!important;
    border: 2px solid white;
    border-radius: 5px!important;
  }

  .carousel-indicators button:nth-child(2){
    background-image: url("images/carousel-img-2.png")!important;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 80px;
    opacity: 30%!important;
    border: 2px solid rgba(255, 255, 255, 0.459);
    border-radius: 5px;
  }

 

  .carousel-indicators button:nth-child(2).active {
    background-image: url("images/carousel-img-2.png")!important;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 80px;
    opacity: 100%!important;
    border: 2px solid white;
    border-radius: 5px!important;
  }

  .carousel-indicators button:nth-child(3){
    background-image: url("images/carousel-img-3.jpg")!important;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 80px;
    opacity: 30%!important;
    border: 2px solid rgba(255, 255, 255, 0.459);
    border-radius: 5px;
  }

  .carousel-indicators button:nth-child(3).active {
    background-image: url("images/carousel-img-3.jpg")!important;
    background-position: center;
    background-size: cover;
    height: 40px;
    width: 80px;
    opacity: 100%!important;
    border: 2px solid white;
    border-radius: 5px!important;
  }
  /* //coustom carousel-css */

  .carousel-inner{
    border-bottom: 3px solid black;
  }

  .carousel-caption{
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;;
    font-size: 70px;
    text-wrap: nowrap;
  }

  .carousel-caption-ml-1{
    margin-bottom: 18%;
  }

  .carousel-caption-ml-2{
    margin-left: -11%;
  }

  .caption-highlights{
    color: #f44040;
  }

  h3 {
    font-family: "Pridi", serif;
    font-size: 30px;
  }

  h1 {
  color: #212529;
  font-family: "Pridi", serif;
  font-weight: 500;
  font-style: normal;
  }

  h1 span{
    color: #f44040;
  }

  .Clients-text {
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;
  }

.our-clients{
  background-image: url("https://images.unsplash.com/photo-1567578923208-5cc60003892d?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: center;
  background-size: cover;
}

.our-clients p{
color: white;
font-size: 18px;
}

.carousel-item-bg{
  background-color: #005254c1;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
}

  /* Cards */
 

  .card-img-1{
    background-image: url("images/delhi1.jpg");
  }

  .card-img-2{
    background-image: url("images/Allahabad.jpg");
  }

  /* .cards{
    background-color: rgba(0, 0, 0, 0.495);
  } */

  .cards{
    background-color: rgba(255, 255, 255, 0.502);
  }

  .card{
    width: 100%;
    height: 100%;
    padding-top: 180px;
    padding-bottom:160px;
    padding-left: 40px;
    background-position: center;
    background-size: cover;
    border: 3px solid white;
    border-radius: 5px;
    box-shadow: rgba(10, 10, 10, 0.07) 10px 10px 12px, rgba(10, 10, 10, 0.07) 0px 2px 4px, rgba(10, 10, 10, 0.07) 10px 4px 8px, rgba(10, 10, 10, 0.07) 0px 8px 16px, rgba(10, 10, 10, 0.07) 0px 16px 32px, rgba(10, 10, 10, 0.07) 0px 32px 64px!important;
  }


/* //Cards */

.cards p{
  text-align: center;
}

footer{
  background-color: #202529;
}

.footer-mobile-numbres{
  padding-left: 70px;
}

.footer-email{
padding-left: 10px;
}

.footer-left p{
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.footer-link-btn{
  font-family: "Pridi", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s;
}

.footer-link-btn:hover{
  color: #f44040!important;
  transition: 0.5s;
}

.about-img, .contact-img, .contact-img{
  /* background-image: url("images/services-img.webp"); */
  background-position: center;
  background-size: cover;
  border-bottom: 3px solid black;
  width: 100%;
  height:400px;
}

.service-img-1{
background-image: url("images/2.png");
}

.about-img-1{
  background-image: url("images/1.png");
}

.contact-img-1{
  background-image: url("images/3.png");
}

.about-us{
  height: 640px;
  margin-top: -5%;
}

.about-us img{
  width: 70%;
  height: 100%;
}

.about-me-1{
  border: 3px solid white;
  box-shadow: rgba(10, 10, 10, 0.07) 10px 10px 12px, rgba(10, 10, 10, 0.07) 0px 2px 4px, rgba(10, 10, 10, 0.07) 10px 4px 8px, rgba(10, 10, 10, 0.07) 0px 8px 16px, rgba(10, 10, 10, 0.07) 0px 16px 32px, rgba(10, 10, 10, 0.07) 0px 32px 64px!important;
}

.about-me-1 p{
  text-align: justify;
}

.about-me-2{
  border: 3px solid white;
  box-shadow: rgba(10, 10, 10, 0.07) 10px 10px 12px, rgba(10, 10, 10, 0.07) 0px 2px 4px, rgba(10, 10, 10, 0.07) 10px 4px 8px, rgba(10, 10, 10, 0.07) 0px 8px 16px, rgba(10, 10, 10, 0.07) 0px 16px 32px, rgba(10, 10, 10, 0.07) 0px 32px 64px!important;
}

.our-services-text, .about-us-text{
  padding-top: 7%;
  font-size: 100px;
}

.footer-bottom{
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.footer-copyright{
  font-family: "Pridi", serif;
  font-weight: 400;
  font-style: normal;
  color: #f44040;
  text-decoration: none;
  transition: 0.5s;
}

.footer-copyright:hover{
  color: white;
  transition: 0.5s;
}

.service-cards{
  background-image: url("images/Law_Pattern.png");
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 350px;
  padding-top: 23%;
  transition: 0.5s;
  border: 3px solid white;
  /* box-shadow: 5px 5px 5px 5px black; */
  box-shadow: rgba(10, 10, 10, 0.07) 10px 10px 12px, rgba(10, 10, 10, 0.07) 0px 2px 4px, rgba(10, 10, 10, 0.07) 10px 4px 8px, rgba(10, 10, 10, 0.07) 0px 8px 16px, rgba(10, 10, 10, 0.07) 0px 16px 32px, rgba(10, 10, 10, 0.07) 0px 32px 64px!important;
}

.sarfaesi-law{
  padding-top: 5%;
}

.service-cards h3{
margin-top: 5%;
}

.Narcotic-drugs{
 padding-top: 12%;  
}

.registration-act, .crime-act{
 padding-top: 15%;  
}

.property-law{
  padding-top: 19%;
}

.public-law, .partnership-act, .competition-law, .family-law, .civil-rights, .entertainment-law, .labour-law, .restructuring-law{
  padding-top: 19%;
}


.service-cards p{
  padding: 15% 5%;
  overflow: hidden;
  max-height: 10em;
  line-height: 1.8em;
  display: none;
  transition: 0.5s;
  text-align: justify;
}

.service-cards a{
  text-decoration: none;
  color: black;
  margin-left: 20px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: aliceblue;
  display: none;
}

.service-text{
  text-align: justify;
  line-height: 28px;
}

.more-services-btn, .submit-btn, .go-to-home-page{
  text-decoration: none;
  color: white;
  background-color: black;
  border: 3px solid white;
  box-shadow: 5px 6px #f44040;
  padding: 5px 100px;
  /* font-weight: 500; */
  border-radius: 10px;
  font-size: 22px;
  font-family: "Arvo", serif;
  font-weight: 600;
  font-style: normal;
  transition: 0.5s;
}

.more-services-btn:hover, .submit-btn:hover, .modal-btn:hover{
  color: #f44040;
  transition: 0.5s;
}

.modal-btn{
  color: white;
  background-color: black;
  border: 3px solid white;
  box-shadow: 5px 6px #f44040;
  padding: 5px 100px;
  font-weight: 400;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Arvo", serif;
  font-style: normal;
  transition: 0.5s;
}

.contact-form{
  border-radius: 5px ;
  border: 3px solid white;
  box-shadow: rgba(10, 10, 10, 0.07) 10px 10px 12px, rgba(10, 10, 10, 0.07) 0px 2px 4px, rgba(10, 10, 10, 0.07) 10px 4px 8px, rgba(10, 10, 10, 0.07) 0px 8px 16px, rgba(10, 10, 10, 0.07) 0px 16px 32px, rgba(10, 10, 10, 0.07) 0px 32px 64px!important;
}

.contact-form-lable{
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.contact-submit-btn{
  text-decoration: none;
  color: white;
  background-color: #f44040;
  font-size:30px;
  padding: 10px 20px;
  font-weight: 500;
  border: 2px solid #f44040;
  border-radius: 10px;
  font-size: 18px;
  transition: 0.5s;
}


.contact-submit-btn:hover{
  color: #f44040;
  background-color: white;
  border: 2px solid white;
  transition: 0.5s;
}

p{
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;
}

.contact-form-text img{
  width: 75%;
  height: 75%;
}

/* .contact-form{
  border: 3px solid white;
} */

input[type=text], input[type=email] {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 0px;
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid black!important;
}

textarea{
  border: none!important;
  border-radius: 0px!important;
  border-bottom: 2px solid black!important;
  background-color: transparent!important;
}

.form-control:focus, .form-control:active {
  background: transparent;
  outline: none !important;
  box-shadow: none;
}

textarea:focus, input:focus{
  outline: none;
}

input::placeholder, textarea::placeholder{
  font-family: "Arvo", serif;
  font-weight: 300;
  font-size: 15px;
  opacity: 50%!important;
  color: black!important;
  transition: 0.2s;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent!important;
  transition: 0.2s;
}

/* scroll to top btn  */
#scrollTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  color: white;
  cursor: pointer;
  padding-top: 7px;
  background-color: #f44040;
  border-radius: 5px;
  transition: 0.5s;
}

#scrollTopButton:hover{
background-color: white;
color: #f44040;
transition: 0.5s;
}

#scrollTopButton span{
font-size: 40px;
font-weight: 500;
}

#downBtn {
  text-align: center;
}

#down {
  margin-top: 100%;
  /* padding-bottom: 25%; */
 } 

 .scoll-down-btn button{
  text-decoration: none;
  color: white;
  background-color: transparent;
  border: none;
  text-align: center!important;
  font-size: 20px;
  margin: 20px;
  /* width: 50px; */
  height: 50px;
  animation: zoom-in-zoom-out 1.5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

 .scoll-down-btn{
  margin-top: -10%;
  padding-bottom: 5%;
 }

.error-logo{
  margin-top: 22%;
}

.error-logo p{
  font-size: 80px;
  font-weight: 600;
}

.notfound-text p{
  font-size: 25px;
  font-weight: 400;

}

.modal-disagree-btn{
  padding: 5px 39px;
}

.modal-agree-btn{
  padding: 5px 50px;
}

.disagree P{
  font-size: 30px;
  font-weight: 400;
}

 @media screen and (max-width: 1440px) {
 .carousel-caption{
  font-family: "Arvo", serif;
  font-weight: 400;
  font-style: normal;;
  font-size: 65px;
  text-wrap: wrap;
  margin-bottom: 10%;
}

.caption-second{
  font-size: 60px;
  text-wrap: wrap;
  text-align: center;
  /* margin-bottom: -10%; */
  margin-right: -10%;
}
 }

 @media screen and (max-width: 1025px) {
  .carousel-caption{
    font-size: 60px;
    text-wrap: wrap;
    margin-bottom: 10%;
  }

  .caption-second{
    font-size: 60px;
    text-wrap: wrap;
    text-align: center;
    margin-bottom: -10%;
  }

  .carousel-caption-ml-2{
    margin-left: 0%;
  }

  .our-services-text, .about-us-text{
    padding-top: 15%;
    font-size: 60px;
  }
  
  .about-us img{
    width: 90%;
    height: 110%;
  }
 }

 @media screen and (max-width: 770px) {
  .carousel-caption{
    font-size: 40px;
    text-wrap: wrap;
    margin-bottom: 10%;
  }

  .caption-second{
    font-size: 40px;
    text-wrap: wrap;
    margin-bottom:-7%;
  }

  .carousel-caption-ml-2{
    margin-left: 0%;
  }

  .about-img, .contact-img, .contact-img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height:300px;
  }
  
  .our-services-text, .about-us-text{
    padding-top: 16%;
    font-size: 60px;
  }

  .about-us{
    height: 640px;
    margin-bottom: 20%;
  }
  
  .about-us img{
    width: 70%;
    height: 120%;
    margin-top: -10%;
  
  }

  .scoll-down-btn button{
    display: none;
  }
}

/* //scroll to top btn  */
@media screen and (max-width: 480px) {
  .logo{
    font-weight: 100;
    font-size: 36px;
    line-height: 20px;
  }

.logo-tagline{
    /* font-weight: 100; */
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;

  }

  .carousel-indicators{
    display: none;
  }

  .carousel-caption{
    font-size: 25px;
    text-wrap: wrap;
  }

  .carousel-caption-ml-1{
    margin-bottom: 0%;
  }

  .carousel-caption-ml-2{
    margin-left: 0%;
  }
  
  .caption-second{
    font-size: 25px;
    text-wrap: wrap;
    margin-bottom: -5%;
  }

  .about-img, .contact-img, .contact-img{
    background-position: center;
    background-size: cover;
    width: 100%;
    height:200px;
  }
  
  .about-us{
    height: 640px;
  }
  
  .about-us img{
    width: 100%;
    height: 100%;
  
  }

  .our-services-text, .about-us-text{
    padding-top: 16%;
    font-size: 40px;
  }

  .scoll-down-btn button{
    display: none;
  }

  .footer-email{
    padding-left: 2x;
    }

}

