/**
 * Theme Name: Byron Child
 * Template: byron
 * Version: 1.0
 * Description: Construction Engineering and Architecture WordPress Theme
 * Author: Ninzio
 **/
.byron-container{
	width:1170px !important;
	max-width:90% !important;
	margin:0 auto !important;
}
.header-style-5 .elementor-location-header {
    height: 0;
}
.header-bottom .e-con-inner{
	max-width:100% !important;
}
.header-bottom {
    min-height: 100px !important;
}

.header-style-3 #main-content {
    background: transparent;
}
.team-border-wrapper {
    border-bottom: 1px solid #00000045 !important;
    border-radius: unset !important;
}
.team-border-wrapper:last-child{
	border-bottom:unset !important;
}
.team-border-wrapper p:last-child{
	 margin-bottom: 0 !important;
}
.master-button:focus {
    color: #fff;
}
.footer-logo{
	width:170px !important;
	height:110px !important;
	margin-bottom:15px !important;
}
.footer-logo img{
	width:100% !important;
	height:100% !important;
	object-fit:contain !important;
}
#footer{
	padding:100px 0;
}
.copy-right-text {
    border-top: 1px solid #c5c5c5a6 !important;
    padding: 20px 0 !important;
	max-width:100% !important;
}
#footer a{
	color:#CACACA;
}
#footer a:hover{
	color:#F5AD0D;
}

/* services-box */
.services-card {
    padding: 70px 0 60px;
}
.services-heading{
    text-align: center;
    padding-bottom: 80px;
}
.services-heading h2{
    margin: 0;
}
.sub-title{
    padding-bottom: 20px;

}

.services-card-wrapper {
    border: 1px solid #e7e7e7;
    width: 45%;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
	margin-bottom:40px;
}
.services-card-wrapper::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #f5ad0d;
    transition: 0.3s;
}
.services-card-wrapper:hover::after{
    height: 7px;
}
.services-card-wrapper:last-child{
    margin-right: 0;
}
.services-card .card-content {
    padding: 35px 35px 55px;
}
.services-card .card-content h3 {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
	font-size:25px;
}
.services-card-wrapper  .card-img {
    height: 335px;
    max-width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.services-card-wrapper .card-img img{
    width: 100%;
    height: 100%;
    
}
.services-card .card-content p{
    margin: 0;
    padding: 30px 0;
    color: #666666;
    font-size: 16px;
    line-height: 25px;
}
.services-card-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: inherit;
}
.services-card-wrapper:hover .card-img {
    transform: scale(1.1);
}
.card-content a {
    color: #777;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 500;
}
.card-content a:hover{
    color: #f5ad0d;
}
.card-content .icon {
    margin-left: 15px;
}
.card-content a:hover .icon {
    animation: 0.3s link-icon linear;
}
@keyframes link-icon{
	0% {
    transform: translateX(0);
    opacity: 1;
}
	49% {
    transform: translateX(20px);
    opacity: 0;
}
	50% {
    transform: translateX(-20px);
    opacity: 0;
}
	100% {
    transform: translateX(0);
    opacity: 1;
}
}
/* table */
.custom-table{
	overflow-x:auto;
	width:100% !important;
}
#customers td {
    white-space: normal;
}
#customers {
    border-collapse: collapse;
    width: 100%;
    min-width: 900px !important;
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    max-width: 100%;
}
.service-category-oil-gas-plant, .service-category-power-energy, .service-category-building-design, .service-category-project-management {
    padding: 80px 0 60px;
}
.contact-form textarea {
    height: 120px;
}
.rev-btn.icon-right i {
    margin-left: 20px;
}
.home-services-padding .master-service .content-wrap{
    padding: 15px 35px !important;
}
.header-style-5 .sub-arrow svg path {
    color: #fff;
    fill: #fff;
}
/* responsivness */
@media only screen and (max-width: 1460px){
	.home-services-padding .master-service .content-wrap{
    padding: 15px 20px !important;
}
}
@media only screen and (max-width: 1399px){
	.services-heading h2 {
    font-size: 28px;
}
	.type-service .post-title{
		font-size:28px;
		line-height:35px;
	}
	.type-service .post-content h3, .type-service .post-content h4{
		font-size:28px;
	}
}
@media only screen and (max-width: 1199px){
	.services-card-wrapper .card-img{
		height:240px;
	}
	.services-card .card-content h3{
		font-size:20px;
	}
	.services-card .card-content p{
		font-size:15px;
	   line-height:23px;
	}
	.services-card .card-content {
    padding: 30px 25px;
}
	.services-heading {
    padding-bottom: 60px;
}
		p{
		font-size:14px;
			line-height:24px;
	}
	.service-category-oil-gas-plant, .service-category-power-energy, .service-category-building-design, .service-category-project-management {
    padding: 60px 0 50px;
}
	.type-service .post-title{
		font-size:25px;
		margin-bottom:20px;
	}
	.type-service .post-content h3, .type-service .post-content h4{
		font-size:25px;
		margin-bottom:20px;
	}
	.type-service .post-media{
		margin-bottom:20px;
	}
	.master-service .content-wrap{
		min-height:105px;
	}

}
@media only screen and (max-width: 1024px){
/* 	.sp-services .master-service .thumb{
		max-height: 252px;
	} */
	#footer {
    padding:60px 0;
}
	.header-bottom {
    min-height: 80px !important;
		padding:10px 0 !important;
}
	.header-style-3 .sub-arrow svg path{
		fill:#fff;
	}
	.solution-industry-section .master-button.small, .master-button.btn-outline, .vision-btn-wrapper .master-button, .vision-btn-wrapper .master-button{
		min-width:140px;
		padding:13px 20px !important;
		font-size:14px !important;
	}
	.vision-img-wrapper .parallax-wrap {
    min-height: 500px !important;
}
	.type-service .post-title{
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
	}
	.type-service .post-content h3, .type-service .post-content h4{
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
	}
	.type-service ul li{
		font-size:14px;
	}
}
@media only screen and (max-width: 991px){
	.services-card-wrapper .card-img{
		height:190px;
	}
	    .services-card .card-content {
        padding: 30px 15px;
    }
	.services-card .card-content p {
        font-size: 13px;
        line-height: 22px;
    }
	.services-card .card-content h3 {
        font-size: 18px;
    }
	.card-content a{
		font-size:14px;
	}
		.services-heading h2 {
    font-size: 22px;
}
	#customers td {
   font-size:15px;
}

}
@media only screen and (max-width: 767px){
	.services-card-wrapper{
		width:75%;
		margin-right:0;
	}
	.services-card .card-content p{
		padding:20px 0;
	}
	.services-card {
    padding: 40px 0 20px;
}
	.sub-title {
    padding-bottom: 10px;
}

	    .services-heading {
        padding-bottom: 40px;
    }
		#footer {
    padding: 40px 0 !important;
}
	.footer-logo {
    width: 140px !important;
    height: 90px !important;
}
		.vision-img-wrapper .parallax-wrap {
    min-height: 300px !important;
}
		.service-category-oil-gas-plant, .service-category-power-energy, .service-category-building-design, .service-category-project-management {
    padding: 40px 0 30px;
}
		#customers td {
   font-size:13px;
}
	.solution-industry-section .master-button.small, .master-button.btn-outline, .vision-btn-wrapper .master-button, .vision-btn-wrapper .master-button{
		font-size:13px !important;
	}
		.master-service .content-wrap{
		min-height:100px;
	}
	.sp-services .content-wrap {
    padding: 20px 25px 10px !important;
}
}
@media only screen and (max-width: 575px){
	.services-card-wrapper{
		width:100%;
	}
	.services-card .card-content {
        padding: 20px 15px;
    }
	.services-card .card-content h3{
		padding-bottom:10px;
	}
	    .services-card .card-content p {
        padding: 15px 0;
    }
	.card-content a {
        font-size: 13px;
    }
	    .services-heading h2 {
        font-size: 20px;
    }
}