/** Header **/
.header-logo a img {
    max-width: 120px !important;
}

div.tronix-header.header-template-one .d-xxl-block {
        display: none !important;
}

.header-one-top-area .col-xl-8{
	width: 100%
}
/* Mobile only */
@media (max-width: 767px) {
    .header-one-top-area {
        padding-top: 0 !important;
    }
}

/** Mobile Menu **/
.tronix-menu-wrapper .mobile-logo {
    padding: 50px !important;
}

/** Contact Us **/
@media only screen and (max-width: 1199px) {
.tronix-icon-box {
    border-right: 0px solid var(--border-color) !important;
		}
}


/* CTA Overlay */
.customar-service-section-wraper {
    position: relative;
    z-index: 1;
}

.customar-service-section-wraper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 46, 86, 0.8);
    z-index: -1; 
	  border-radius: 20px;
}


/* Clients */
.gallery-icon {
    display: flex;
    align-items: center;   
    justify-content: center; 
    height: 100%;           
}

.gallery-item {
    height: 200px;
}

/* Home */
.single-client {
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 240px; 
  overflow: hidden; 
}

.single-client .content-image img {
  max-height: 100%;
  width: auto;
  max-height: 80px;
  display: block;
}

.single-client.image-switcher{
	padding: 20px;
}

.single-client img {
	object-fit: cover !important;
}

.twae-horizontal-timeline.twae-wrapper .twae-content {
    padding: 30px 20px 10px 20px;
}

.entry-content {
    text-align: justify;
}