/*---------------------------------section1 home-new---------------*/

.welcome{
  background: #002776;
    padding: 12px 20px;
    color: #f5f4f2;
    display: initial;
    
}
blockquote{
   
/*color: #fff; */
    border-left: 5px #CC2127 solid;
    background-color: #002776;
    color: #000;
    font-weight: bold;
    margin-left: 0px;
    /*border-radius: 10px;*/
    margin-top: -70px;
    margin-left: 0px;
    margin-right: 0px;
}

/*----------------------------------------------------------second section ----------*/
.inner-boxx{
        box-shadow: 0px 3px 30px 0px rgb(18 28 82 / 10%);
        padding: 40px 20px;
        /*border-radius: 12px;*/
        position: relative;
         text-align:center!important;
         background:#fff;
         height:320px;
    
}
.inner-boxx i{
    font-size: 70px;
    color: #6c603a;
    padding-top: 15px;
   
}
.inner-boxx:hover i{
      color:#fff!important;
          z-index: 9;
  
}
.heading-1{
    text-align: center;
    padding-top: 15px;
}
.paragra{
    text-align: center;
    padding-top:10px;
    margin-bottom:20px;
}
.home-icons-sec2{
        margin-left: 60px;
        z-index: 9;
}
.inner-boxx:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    content: "";
    /*border-radius: 12px;*/
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}
.inner-boxx:after {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background-color: #6C603A;
    content: "";
    /*border-radius: 12px;*/
    z-index: 0;
    transition: all 100ms linear;
    transition-delay: 0.1s;

}

.inner-boxx:hover:before {
    transform: scaleX(1.0);
}
.inner-boxx:hover h4 {
   color:#fff!important;
     z-index: 9;
    /* display: block; */
    position: relative;
   
}
.inner-boxx:hover .paragra {
   color:#fff!important;
     z-index: 9;
    /* display: block; */
    position: relative;
   
}
.inner-boxx:hover:after {
    transform: scaleX(1.0);
}
.inner-boxx:hover:after {
    opacity: 1;
    bottom: -10px;
    right: -10px;
    transition: all 200ms linear;
    transition-delay: 0.3s;
}

/*---------------------------------third section practice areea-----------------------*/

.home-services{
    position:relative;
}




.icon-img {
    position: absolute;
    background: #000;
    width: 60px;
    height: 60px;
    padding: 15px;
    /* border-radius: 12px; */
    display: flex;
    margin-bottom: 10px;
    /* right: 0px; */
    top: -60px;
    left: 8px;
}
.serv-2 {
    position: relative;
    background: #6c603a;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 5%);
    height: 280px;

}
.serv-2:before{
    position: absolute;
    top: -60px;

    right: 0;
    background: #6c603a;
    content: "";
    height: 22%;
    width: 83%;
}





 .services-image {
    position: relative;
}
.home-ser-box h4{
        /*padding-top: 50px;*/
            color: #fff;
}
    
    

.home-ser-box .paragraf{
          margin-top: 15px;
           color: #fff;
}
.home-services{
    border: 1px solid #f3f3f35c;
}

.home-services:hover .serv-2, .icon-img:hover{
	background-color:#000!important;
	transition:0.5s;

}

.home-services:hover .serv-2:before {
    	background-color:#000!important;
    
}

 .serv-2:hover::before {
	background-color:#000!important;
	transition:0.5s;
}



.home-services:hover .icon-img{
	background-color:#695d38!important;
	
}



/*------------------footer---------------------*