.footer_logo{
   height: 60px;
    padding: 13px;
    width: 300px;
}
.pro_img{
    border-radius:5px;
}
.img_footdiv{ 
        background: #fff;
border-radius: 12px;
width: 300px;
    margin: auto;
}
.number_email{
    margin-top:10px;
}
.icons_face{
    /* background: #03a9f4 !important; */
}
.icons_in{
    background: #006cb7 !important;
}
.header-cta{
    padding: 16px 30px;
}
.banner_background{
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.sub_banners{
    background-size:100% 100%;
    background-repeat:no-repeat;
}
.about_card{
    padding: 28px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.card_h5{
    font-size:28px;
    font-weight:500;
    text-align:center;
    color:#fff;
}
.about_card p{
    color:#fff;
}
.ethics_head{
    border-right: 3px solid #c81912;
}
.ethics_para{
    padding: 0px 20px;
    text-align: justify;
}
.phone_icons{
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: #313d8a;
    line-height: 70px;
    color: white;
    border-radius: 58px;
    font-size: 46px;   
}
.phone_icons svg{
    width:30px;
}
.mail_icons svg{
    width:30px;
}
.address_icons svg{
    width:30px;
}
.phone_icons:hover {
    background-color: #c81912;
}
.mail_icons:hover{
    background-color: #c81912;
}
.address_icons:hover{
    background-color: #c81912;
}
.contact_divv{
    border-right:2px solid #313d8a;
}
.contact-info-item__title{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
.contact-info-item__value.addrs{ 
     font-size: 15px;
font-weight: 500;
color: #000;
}
.contact-info-item__value a{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.contact-info-item__value a:hover{
    color:#313d8a;
}
.mail_icons{
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: #313d8a;
    line-height: 70px;
    color: white;
    border-radius: 58px;
    font-size: 46px;
   
    
}
.address_icons{
    width: 70px;
    height: 70px;
    margin: auto;
    background-color: #313d8a;
    line-height: 70px;
    color: white;
    border-radius: 58px;
    font-size: 46px;
   
}
.headcaall {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.button_call{ 
    position: fixed;
    /* left: 10px; */
    right: 10px;
    bottom: 300px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: var(--bg-color);
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), inset 2px -2px 3px rgb(0 0 0 / 40%);
    z-index: 100;
    color: #fff;
}
.button_call:hover{ 
        width: 200px;
background-color: #fff;
color: var(--bg-color);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.button_call:hover .icon {
    background-color: var(--bg-color);
    color: #fff;
    box-shadow: inset 2px -2px 3px rgb(0 0 0 / 40%);
}
.button_call .icon {
    width: 50px;
    height: 50px;
    /* text-align: center; */
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.button_call .icon i{ 
font-size: 22px;
line-height: 50px;
transition: all 0.3s ease-in-out;
padding-left: 13px;
}
.button_call span{ 
font-size: 18px;
font-weight: 500;
line-height: 50px;
margin-left: 10px;
position: relative;
}

/* whatsapp btn*/

.headcaall {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.button_whatsapp{ 
    position: fixed;
    right: 10px;
    bottom: 200px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: var(--bg-color);
    overflow: hidden;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), inset 2px -2px 3px rgb(0 0 0 / 40%);
    z-index: 100;
    color: #fff;
}
.button_whatsapp:hover{ 
        width: 200px;
background-color: #fff;
color: var(--bg-color);
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.about_iconimg {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 1s infinite alternate;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.button_whatsapp:hover .icon {
    background-color: var(--bg-color);
    color: #fff;
    box-shadow: inset 2px -2px 3px rgb(0 0 0 / 40%);
}
.button_whatsapp .icon {
    width: 50px;
    height: 50px;
    /* text-align: center; */
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.button_whatsapp .icon i{ 
    font-size: 27px;
    line-height: 47px;
    transition: all 0.3s ease-in-out;
    padding-left: 13px;
}
.button_whatsapp span{ 
font-size: 18px;
font-weight: 500;
line-height: 50px;
margin-left: 10px;
position: relative;
}
.pro_cotent h4{
    padding: 0;
    margin: 0;
}
.pro_img{
    width:100%;
}
.gallery-image img{
    border-radius: 5px;
}

@media (min-width:992px){
    .home-banr-content{
        padding-left:100px;
    }
}
@media only screen and (max-width:991px){
    .contact_divv{ 
    border-right: none;
}
.aboutus_row_{
    row-gap:40px;
}
.ethics_head{
    border-right: none;
}
.res_div{
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact_getin{
    margin-bottom: 22px;
    text-align: center;
}
.contact_getin span{
    margin-top: 30px;
}
}

@media only screen and (min-width:767px) and (max-width:991px){
.mean-container .mean-bar {    
    top: 8px;
}
}
@media (max-width:767px){
    .slider-content p {        
        font-size: 11px;       
    }
}
@media (max-width:567px){
    #team{
        padding-top:50px;
        padding-bottom:50px;
    }
    .logo {       
        width: 53%;
    }
    .menu-area::before {
        width: 70%;
    }
    .single-testimonial p {       
        text-align: justify;
        margin: 0;
        padding: 0;
    }
    .single-project .project-info {       
        right: 0;
    }
    #project {       
        padding-bottom: 26px;
        padding-top:50px;
    }
    .s-about-content p {        
        text-align: justify;
    }
    .about-title h2 {
        font-size: 24px;       
        margin-bottom: 14px;
    }
    .about-area.about-p{
        padding-bottom: 50px;
        padding-top:50px;
    }
    .slider-bg {
        min-height: 260px;
    }
    .slider-btn{
        margin-top: 10px;
    }
    .s-slider-content p {
        font-size: 10px;
        line-height: 17px;
    }
    .breadcrumb-area {
        padding-top: 50px;
        padding-bottom: 46px;
        min-height: 200px;
    }
    .about_vmesec{
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .about_card p {       
        text-align: justify;
    }
    .testimonial-area.testimonial-p{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
}
@media (max-width:480px){
    .footer-link ul li a {
    font-size: 13px;
}
    .btn-after {       
        display: none;
    }
    .c-message{
            margin-bottom: 20px;
    }
    .footer-bg.footer-p{
        padding-top:50px;
        
    }
    #contact{
        padding-top:50px;
        padding-bottom:50px;
    }
    #work{
        padding-top:50px;
        padding-bottom:50px;
    }
    .slider-content h2 {
        font-size: 13px;
    }
    .s-slider-content h2 {
        margin-bottom: 8px;
    }
    .btn-after {       
        height: 35px;       
    }
    .btn {        
        font-size: 10px;        
        padding: 11px 25px;
    }
    .s-slider-content p {
        font-size: 8px;
        line-height: 17px;
    }
}