
#t4-header .header-top{
	margin:-20px 0 0 0;
}
.acm-features.style-3 .feature-block .block-inner{
	padding: 1rem;
}
.t4-mod-wrap   top-large bottom-large{
        padding-bottom: 2rem;
    }
#t4-header .header-top .container{
        padding-top: 1.4rem;
        padding-bottom: 0.2rem;
		font-size:12px;
    margin-right: 0px;
    }
h5.contact-title.m-0{
	font-size:14px;
	font-weight:weight;
}
.acm-contact-info.style-1 .font-icon {
    font-size: 1.0rem;
}
.acm-hero.style-1 .acm-hero-item::after{
	background:none;
}
.moduletable.wow > div,
.t4-module.wow > div,
.moduletable.wow .acm-cta,
.t4-module.wow .acm-cta {
     visibility: visible !important;
}
.acm-contact-info.style-1 .contact-follow{
	    gap: 0.5rem;
}
div.t4-megamenu .navbar-nav > li > a, div.t4-megamenu .navbar-nav > li > .nav-link , div.t4-megamenu .navbar-nav > li:first-child > a, div.t4-megamenu .navbar-nav > li:first-child > .nav-link{
	border:none;
	padding:0 20px 0 20px;
}
.acm-contact-info.style-1 .font-icon{
	padding: 0.6rem;
}
.acm-contact-info.style-1 .contact-title {
    line-height: 0.5;
}
.t4-header-height.d-flex.align-items-center{
	background-color: rgba(255, 255, 255, 0.8);
width:100%;height: 72px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin-top: -72px;
	z-index:0;
}
.t4-header .header-block{
	z-index:9;
}

/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: #0089CF;
	color:#fff;
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/

@media (min-width: 1200px) {
    .t4-section .top-large {
        padding-top: 1rem;
		padding-bottom: 1rem;
    }
}.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}.full-width .section-ct{
	margin:100px 0 0 0;
}
.ebszindex {
    z-index: 1;
}.t4-footer .t4-row.row{
	padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 1200px) {
    .t4-footnav .container, .t4-footnav .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footnav .t4-masthead-detail {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
h3.module-title.white{
	color:#fff;
}