.top-header{
    background: var(--primary);
}
.top-header-left{
    display: flex;
    padding: 6px 0;
}
.top-header-left a{
    color: white;
    display: flex;
    align-items: center;
    margin-right: 6px;
}
.top-header-left a:hover{
    text-decoration: none;
}
.top-header-left a i{
    margin-right: 6px;
}
.top-header-right{
    display: flex;
    align-items: center;
}
.top-header-right a{
    color: white;
    display: flex;
    align-items: center;
    margin-right: 16px;
	font-size: 16px;
}
.top-header-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-img{
    padding-right: 60px
}
.reference-box{
    filter: grayscale(1);
    border-right: 1px dashed var(--primary);
    border-bottom: 1px dashed var(--primary);
}
.blog-box{
    height: 400px;
    max-height: 400px;
    object-fit: cover;
    margin: 20px 0px;
}
.footer-contact{
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.footer-contact i{
    margin-right: 6px;
}
.copyright-area{
    border-top: 1px solid var(--default);
    padding-top: 20px;
    text-align: center;
    margin-top: 20px;
}
.footer-title{
    margin-top: 30px;
    margin-bottom: 12px;
}
.footer-social{
    border: 1px solid var(--default);
    width: 30px;
    height: 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 6px;
}
.footer-social-area{
    display: flex;
    align-items: center;
}
.client-title{
    background: var(--primary);
    padding: 6px 0px;
    text-align: center;
    color: white !important;
}
.not-found{
    background: red;
    padding: 6px;
    width: 100%;
    text-align: center;
    color: white;
}
.ticket-box{
    background: var(--primary);
    padding: 6px 10px;
    color: white !important;
    text-decoration: none !important;
}
.alert{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
}
.contact-box{
    background: var(--primary);
    padding: 20px;
    margin: 20px 0;
	position: relative;
}
.contact-box span{
top: -15px;
    background: var(--primary);
    position: absolute;
    color: white;
    padding: 3px 12px;
    box-shadow: 0px 0px 6px #5353533b;
    font-weight: 600;
}
.contact-box span i{
	font-size: 18px;
	 margin-right: 4px;
}
.contact-box i{
    font-size: 24px;
    margin-right: 12px;
}
.contact-box a{
    color: white;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.contact-socials{
    width: 100%;
    display: flex;
}
.contact-socials a{
   margin-right: 20px;
}
.contact-social{
    color: var(--primary) !important;
    text-decoration: none !important;
    border: .5px solid var(--primary);
    border-radius: 50%;
    font-size: 24px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-wp{
    background: green;
        color: white;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 20px;
        left: 20px;
        z-index: 150;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 50%;
        transition: all 0.4s ease;
    }
  
    .float-wp:hover{
      background: #fff;
      color: #121212;
      text-decoration: none !important;
      }
    
    .float-phone{
    background: #121212;
        color: white;
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 100px;
        left: 20px;
        z-index: 150;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 50%;
        transition: all 0.4s ease;
    }
  
    .float-phone:hover{
      background: white;
      color: #121212;
      text-decoration: none !important;
      }
      .accordion-button{
        padding: 6px 20px;
      }
@media only screen and (max-width: 600px) {
    #header-scr {
      position: relative !important;
    }
    .about-img{
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .client-title{
        margin-bottom: 12px;
    }
  }