.single-case-study .site_main {
    overflow: hidden !important;
}
.center-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.lets-talk-section{
	padding: 100px 0;
    border-top: 1px solid rgb(255 255 255/20%);
/*    max-width: 85%;*/
    margin: 0 auto;
}
.footer-title{
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 20px;
}
.footer-link{
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	transition: all 0.4s linear;
}
.footer-link:hover{
	color: #105490;
}
.footer-casestudy-section{
    border-top: 10px solid rgb(255 255 255/5%);
    display: flex;
    justify-content: space-between;
/*    max-width: 85%;*/
    margin: 0 auto;
	flex-wrap: wrap;
}
.footer-casestudy-wrapper{
	margin: 0 8px;
	width: calc(33% - 16px);
}
.footer-casestudy-wrapper:first-child{
	margin-left: 0px;
}
.footer-casestudy-wrapper:last-child{
	margin-right: 0px;
}
.footer-casestudy-wrapper .footer-casestudy-img-wrapper{
	margin-bottom: 30px;
    overflow: hidden;
}
.footer-casestudy-wrapper img{
	transition: 0.4s linear;
	width: 100%;
	height: auto;
}
.footer-casestudy-wrapper:hover img {
    transform: scale(1.1);
}
.footer_casestudt_title{
	font-size: 34px;
	margin-bottom: 35px;
}
.footer-casestudy-details h5{
	font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    transition: 0.4s linear;
    text-transform: capitalize;
}
.footer-casestudy-details span{
	font-size: 20px;
	color: rgb(255 255 255/80%);
}

.theme_contactbtn {
    background: #fff;
    border-radius: 34px;
    display: inline-block;
    padding: 20px 35px;
    font-weight: 600;
    font-size: 22px;
    color: #101010;
    transition: 0.4s linear;
    margin-top: 30px;
}
.theme_contactbtn:hover{
	color: #FF570D;
}

@media (max-width: 1800px) {
    .lets-talk-section {
	    padding: 85px 0;
	}

	.footer-title{
		font-size: 74px;
	}

	.footer-link{
		font-size: 36px;
	}

	.footer-casestudy-details span{
		font-size: 18px;
	}

}
@media (max-width: 1600px) {
    /*.footer-casestudy-section, .lets-talk-section {
        max-width: 92%;
    }*/
    .lets-talk-section {
	    padding: 70px 0;
	}
	.footer-title {
	    font-size: 68px;
	    margin-bottom: 15px;
	}
	.footer-link {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.footer-casestudy-details span {
	    font-size: 17px;
	}
}
@media (max-width: 1399px){
    .footer-title{
		font-size: 62px;
	}

	.footer-link{
		font-size: 30px;
	}
	.footer-casestudy-wrapper .footer-casestudy-img-wrapper {
	    margin-bottom: 25px;
	}
	.footer-casestudy-details span {
	    font-size: 16px;
	}
	.footer_casestudt_title{
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
    .lets-talk-section {
	    padding: 60px 0;
	}

	.footer-title {
	    font-size: 56px;
	}

	.footer-link {
	    font-size: 26px;
	    margin-bottom: 10px;
	}
	.footer-casestudy-wrapper .footer-casestudy-img-wrapper {
	    margin-bottom: 20px;
	}

	.footer-casestudy-details span {
	    font-size: 14px;
	}
	.footer_casestudt_title{
		font-size: 28px;
		margin-bottom: 25px;
	}
}
@media (max-width: 991px){
    .lets-talk-section {
	    padding: 50px 0;
	}

	.footer-title {
	    font-size: 52px;
	}

	.footer-link{
		font-size: 24px;
	}

	

	.footer-casestudy-wrapper .footer-casestudy-img-wrapper {
	    margin-bottom: 15px;
	}
}
@media (max-width: 767px){
    .footer-casestudy-section, .lets-talk-section {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .footer-title {
	    font-size: 44px;
	}
	.footer-link {
	    font-size: 22px;
	}
	.footer-casestudy-details h5 {
	    font-size: 20px;
	    margin-bottom: 3px;
	}
	.footer-casestudy-details span {
	    font-size: 13px;
	}
    .theme_contactbtn {
        font-size: 18px;
        padding: 15px 25px;
    }
}
@media (max-width:575px){
    .footer-title {
	    font-size: 40px;
	}
	.footer-link {
	    font-size: 20px;
	}
	.footer-casestudy-details h5 {
	    font-size: 18px;
	}
}
@media (max-width:480px){
    .footer-title {
	    font-size: 36px;
	}
	.footer-link {
	    font-size: 18px;
	}
	.footer-casestudy-section{
		flex-direction: column;
	}
	.footer-casestudy-wrapper{
		margin: 0 0px 30px;
		width: 100%;
	}
    .footer-casestudy-wrapper:last-child{
        margin-bottom: 0;
    }
	.footer-casestudy-section {
	    border-top: 7px solid rgb(255 255 255/5%);
	}
    .theme_contactbtn {
        padding: 12px 16px;
        font-size: 16px;
        margin-top: 18px;
    }
}
@media (max-width: 400px){
    .lets-talk-section {
	    padding: 40px 0;
	}

	.footer-title {
	    font-size: 32px;
	}

	.footer-link {
	    font-size: 16px;
	}

}
