.header{
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
}
.banner .banner-txt .btn-box {
    display: -webkit-box;
    display: block !important;
    padding-top: 16px;
}
.banner .banner-txt h4 {
    font-size: 2rem;
    line-height: 100%;
    font-weight: 700;
    color: #e7b03c;
    margin-top: -2px;
    margin-bottom: 25px;
}
.op-5{
    opacity: 0.5;
}
.service .bg .part-txt ul {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 15px;
}
.service .bg .part-img {
    margin: 40px 0;
	border: none;
}
.service .bg .part-img img {
    border-radius: 1rem;
}
.process {
    padding-top: 0px;
}
.cta .part-img {
    margin-left: 0;
}
.cta .part-img img {
    border-radius: 10px;
}
.blog {
    padding: 60px 0;
    background: #f6f6f6;
    margin-top: 60px;
}
.call-back {
    padding-top: 60px;
    background: #f6f6f6;
}
.footer {
    background: url(../img/footer-bg.jpg) center center no-repeat;
    background-size: cover;
}
.footer .main-footer {
    padding: 30px 0 0 0;
}
.portfolio .single-box {
    -webkit-box-shadow: 0 5px 30px -5px rgb(51 51 51 / 15%);
    box-shadow: 0 5px 30px -5px rgb(51 51 51 / 15%);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.portfolio .single-box .part-img {
    overflow: hidden;
    position: relative;
}
.portfolio .single-box .part-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,9,37,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
}
.portfolio .single-box .part-img .overlay a {
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 74px;
    background: #e7b03c;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.portfolio .single-box .part-txt {
    background: #e7b03c;
    text-align: center;
    height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.portfolio .single-box .part-txt {
    display: block;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.portfolio .single-box .part-txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    bottom: 0;
    width: 60%;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #0d0925;
    z-index: -1;
}
.portfolio {
    padding-top: 50px;
    margin-bottom: 0px;
}
.contact {
    padding: 50px 0;
}
.contact .form {
    padding: 30px 0;
}
.contact .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px;
    -webkit-box-shadow: 0 0 30px -5px rgb(51 51 51 / 10%);
    box-shadow: 0 0 30px -5px rgb(51 51 51 / 10%);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    min-height: 320px;
}
.contact .single-box .part-img {
    border-radius: 10px;
    margin-right: 45px;
    position: relative;
    min-width: 180px;
}
.contact .single-box .part-img img{
    border-radius: 10px;
}
.contact .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #4b4b46;
    margin-top: -2px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}
.preloader .loader {
    width: 200px;
    height: 200px;
}
.header .bottom-header:after {
    background: #cfab57;
}
.header .bottom-header:before {
    background: #cfab57;
}
.header .bottom-header .bg .bg-2 .bg-3:before {
    background: #cfab57;
}
.heading.heading-2 h5, .heading.heading-2 h2 {
    color: #333;
}
.service:after {
    background: #fff;
}
.service .bg .part-txt h3, .service .bg .part-txt p, .service .bg .part-txt ul {
    color: #333;
}
.service .bg .part-txt .def-btn {
    border: 1px solid #fff;
}
.cta:after {
    background: #cfab57;
}
.cta .part-txt .def-btn {
    border: 2px solid #ffffff;
}
.def-btn.def-btn-2 {
    background: #0d0925;
}
.fun-fact-inner .single-box{
	min-height: 2rem;
}
.single-box{
	min-height: 280px;
}
.process .single-box .part-icon {
    background: #f44336;
}
.call-back .bg {
    background: #cfab57;
}
.footer .copyright {
    background: #cfab57;
}
.footer .copyright p {
    font-size: 0.875rem;
}
.contact .form {
    background: #ffffff;
}
.contact .form input, .contact .form textarea {
    background: #fff;
    color: #111;
}
.contact .form .def-btn {
    border: 1px solid #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .bottom-header:before {
		background: #fff;
    }
    .header .bottom-header:after {
		background: #fff;
    }
	.header .bottom-header {
		background: #fff;
		position: relative;
		z-index: 2;
	}
	.header .bottom-header .bg .bg-2 .bg-3 .logo {
		padding-top: 0;
		width: 85px;
		height: 85px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-radius: 50%;
	}
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 100%;
        height: 85px !important;
		padding: 2px;
    }
}
@media only screen and (min-width:480px) and (max-width:991px) {
	.header .bottom-header:before {
		background: #fff;
    }
    .header .bottom-header:after {
		background: #fff;
    }
	.header .bottom-header {
		background: #fff;
		position: relative;
		z-index: 2;
	}
	.header .bottom-header .bg .bg-2 .bg-3 .logo {
		padding-top: 0;
		width: 85px;
		height: 85px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-radius: 50%;
	}
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 100%;
        height: 85px !important;
		padding: 2px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
	.header .bottom-header {
		background: #fff;
		position: relative;
		z-index: 2;
	}
    .header .bottom-header:before {
        top: 0;
        left: -14%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(-35deg);
        transform: skew(-35deg);
        border-radius: 0 0 15px 0;
		background: #fff;
    }
    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -14%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px;
		background: #fff;
    }
	.header .bottom-header .bg .bg-2 .bg-3 .logo {
		padding-top: 0;
		width: 85px;
		height: 85px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-radius: 50%;
	}
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 100%;
        height: 85px !important;
		padding: 2px;
    }
    .contact .single-box {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 80%;
        margin: 0 auto 50px;
    }
    .contact .single-box .part-img {
        border-radius: 10px;
        margin-right: 45px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        max-width: 180px;
    }
}
