@font-face {
  font-family: 'Cardo';
  src: url('../fonts/Cardo-Regular.ttf');
}

h2{
	font-size: 36px;
    color: #161d22;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Cardo';
}
.w-full{
  width: 100%;
}
a{
  text-decoration: none;
}
.for-ipad{
    justify-content: space-between;
}
.footer-text{
    text-align: center;
}
/*ravi css*/


.setting .media-body h3{
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.form-group{
    margin-top: 40px;
}
.btn_4 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14.5px 43px;
    background-color: #ab7636;
    border: 2px solid #ab7636;
    margin-bottom: 20px;
}
.setting{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.footer-area {
  overflow: hidden;
  background-color: #162b45;
  padding: 130px 0px 20px;
  padding-left: 10px;
  color: #fff;
}
.footer-imgg {
  display: ruby-text;
}
.imagee {
  margin-left: 70px;
}
.peragraph {
  margin-left: 66px;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #999999;
}
.text-start{
    
}
.personal {
  list-style: none;
}
.fa-brands {
  margin-left: 20px;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 20px;
}
.single-footer {
  margin-left: -30px;
  text-align: center;
}
.single-footer .headding {
  margin-left: 30px;
}

.personal .text-white {
  color: #999999 !important;
}
.servicess {
  list-style: none;
  display: flex;
}
.lowyer {
  padding: 0 10px;
}

.personal .text-white:hover {
  color: #ab7636 !important;
}
.fa-brands:hover {
  color: #ab7636 !important;
}
.lowyer a:hover {
  color: #ab7636 !important;
}
.footer-text a {
  color: #ab7636;
}
.advocate img {
  height: 100px;
  margin-bottom: -30px;
  margin-left: 30px;
}
.lawyerr {
  display: flex;
  justify-content: center;
  align-items: end;
}
.Lawyer-headding {
  font-size: 1.5rem;
  color: #fff;
}
.for-top {
  margin-top: -30px;
}
.for-right {
  margin-left: -30px;
}



/*service css*/

.middle h1{
	text-align: center;
	padding-top: 140px;
	color: #212529;
	font-weight: bold;
	padding-bottom: 20px;
}
.row-item{
	font-size: 20px;
	color: #212529; 
}
.our-service{
	color: #212529;
}
.middle p{
	text-align: center;
	color: #212529;
}

.paragraph{
	padding-top: 20px;
	padding-bottom: 20px;
}
.image{
	background:url("../image/background.jpg"); 
	height: 400px;
}
.icon{
	font-size: 50px;
	color: #a16a05c7;
	padding-left: 155px;
}
.center{
	text-align: center;
}



/*srujan css*/



body{
    font-family: "Cardo", serif;
    padding: 0;
    margin: 0;
   
}
.navbar .nav-link{
    color: black;

}
.dropdown-custom{
    position: relative;
    color: white;
}
.dropdown-item{
    color: white;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    background-color:transparent;
}
 .navbar img
    {
        height: 100px;
    }
    .navbar-brand{
        color: black;
    }
     .navbar-brand:hover{
        color: black;
    }
.dropdown-custom:hover .dropdown-menu{
display: block;
background-color: #ab7636;
color: white;
}
.navbar-collapse{
    justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    }

.lets-talk{
    border: 1px solid #dde0e3;
    color: #ab7636;
    font-size: 16px;
    padding: 9px 41px;
    border-radius: 50px;
    background-color: #fff;
    text-decoration: none;

}
.lets-talk:hover{
	background-color: #ab7636;
	color: white;
}
.banner{
    height: 1000px;
    position: relative;
    background-image: url(../image/banner_bg_2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
    position: relative;
    z-index: 2;

}
.banner-text-inner h1{
    font-size: 50px;
    color: black;
    font-weight: 400;
    margin-top: 393px;
    line-height: 1.273;
    font-family: "Rufina", serif;
    margin-bottom: 23px;
}
.banner-text-inner p{
    margin-top: 0px;
    font-size: 15px;
    font-family: "Roboto";
    line-height: 1.8;
    color: #777777;
}
.banner-btn .button{
   background-image: linear-gradient(to left, #ab7636 0%, #d7af7e 49%, #ab7636 100%);
    padding: 13px 45px;
    font-size: 14px;
    color: white;
    border-radius: 0;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid transparent;
    margin-top: 20px;
}
    
.banner:after{
      width: 50%;
    height: 80%;
    position: absolute;
    content: "";
    right: 0%;
    background-size: 46%;
    bottom: 19px;
    z-index: -1;
    background: url(../image/LS20240527154337.png) top right no-repeat;
    z-index: 1;
    background-size: contain;
}
.section-title{
  text-align: center;
  padding-top: 20px;
}
.section-tittle h2 {
    font-size: 36px;
    color: #161d22;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
    margin-bottom: 27px;
    text-align: center;
    display: flex;
    justify-content: center;
}

 .section_padding {
    padding: 60px 0;
  }
p {
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 0px;
    color: #777777;
}
.services{
    background-color:#f3f1ef;
    padding-top: 10px;
    padding-bottom: 100px;
}
.services-text{
   height: 80px;
   width: 80px;
   background: -webkit-linear-gradient(0deg, #ab7636 0%, #d7af7e 100%);
    display: flex;
    justify-content: center;
   align-items: center;
    border-radius: 50%;
    font-size: 30px;
    color: white;
}
.text-left{
font-family: 'Cardo';
margin: 32px 0 8px;
 font-size: 18px;
text-transform: uppercase;
font-weight: 700;
}
.services .services-part{
    background-color: white;
} 
.services-part{
    height: 300px;
    width: 100%;
    padding: 10px;
}
.service-description{  
   color: white;
    padding: 4px 12px;
}
.services .services-part .service-description{
    display: none;
}
.services .services-part:hover .service-description{
    display: block;
}
.services .services-part:hover{
  background: -webkit-linear-gradient(0deg, #ab7636 0%, #d7af7e 100%);
  color: white;

}
.services-part:hover .services-text{
        color: #d7af7e;
    background: white;
}
.services-part:hover .services-text svg{
            fill: #d7af7e;
    background: white;
}
.section-tittle p{
    color: #666666;
    font-size: 15px;
    margin-bottom: 7px;
}
.section-tittle{
     margin-bottom: 81px;
    text-align: center;
}

    .our-offer .offer-part{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.offer img {
    max-width: 100%;
}
.our-offer{
    padding: 20px 0px;

}
.our-offer .offer-part .offer:after{
     position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #d7af7e;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}
.our-offer .offer-part .offer:hover{
    opacity: 2;
}

.hover_text{
    position: absolute;
    bottom: 283px;
    left: 145px;
    display: none;
}

.hover_text .offer-text{
    font-size: 24px;
}
.our-offer .offer-part:hover .hover_text{
    display: block;
    z-index: 2;
}
.our-offer .offer-part:hover .offer:after{
     opacity: 0.6;
}
.offer-text{
    color: white;
}
.offer-des{

    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 0px;
    color: white
}
.Recent-Case-Study{
    background-color: #f3f1ef;
}
.team{
    position: absolute;
    bottom: 150px;
    left: 50px;
    display: none;
}
.cta-part{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.section_tittle h2 {
    font-size: 36px;
    color: #161d22;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}
.Consultation {
    background-color: #ab7636;
    padding: 115.5px 0px;
    text-align: center;
}
 .cta_btn {
    padding: 14.5px 50px;
    background-color: #fff;
    display: inline-block;
    margin-top: 45px;
    color: #161d22;
    font-size: 16px;
    font-family: 400;
}
/* ---------------------------------new css----------------- */
 .our-blog .blog-part{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.blog img {
    max-width: 100%;
}
.our-blog{
    padding: 50px 0px;

}
.our-blog .blog-part .blog:after{
     position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    content: "";
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}
.our-blog .blog-part .blog:hover{
    opacity: 2;
}

.blog_text{
    position: absolute;
    bottom: 74px;
    left: 42px;
    display: none;
}

.blog_text .blog-text{
    font-size: 22px;
}
.our-blog .blog-part:hover .blog_text{
    display: block;
    z-index: 2;
}
.our-blog .blog-part:hover .blog:after{
     opacity: 0.7;
}
.blog-text{
    color: black;
}
.blog-des{

    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 0px;
    color: black}

/* ---------------------------------About css----------------- */




.middle h1{
    text-align: center;
    padding-top: 140px;
    color: #212529;
    font-weight: bold;
    padding-bottom: 20px;
}
.row-item{
    font-size: 20px;
    color: #212529;
    text-align: center;
}
