/* #region common */
@media screen and (min-width: 980px){
    .about-us, .our-service, section.our-clients, .contact {
        height: calc(100vh - 71px) !important;
    }
    .hero {
        height: calc(100vh - 117.75px);
    }
}
/* #endregion */
/* #region hero */

@media screen and (min-width: 980px){
    
    .hero-img-wrapper img {
        width: 100%;
        border-bottom: none;
    }
    .hero {
        width: 100%;
        height: calc(100vh - 117.75px);
    }
}
.hero-img-wrapper{
    display: flex;
    justify-content: center;
}
.hero {
    width: 100%;
    position: relative;
    background: url(/sites/images/case-study/banner-1.webp);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
h1.title {
    font-size: 96px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    position: absolute;
    font-family: Josefin Sans;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}
.hero-img-wrapper {
    position: relative;
}

.hero:before {
    position: absolute;
    content: "";
    width: 883px;
    height: 2px;
    background: #64DAAB;
    bottom: 0;
    left: calc(50% - 441.5px);
    z-index: 1;
}
@media screen and (max-width: 1366px){
    .hero {
        background-size: 100%;
    }
}
@media screen and (max-width: 979px){
    h1.title {
        font-size: 48px;
    }
    .hero {
        width: 100%;
        height: 500px;
    }
}
@media screen and (max-width: 767px){
    h1.title {
        font-size: 32px;
    }
    .hero-img-wrapper img {
        width: 100%;
        border-bottom: 2px solid #64DAAB;
    }
    .hero:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #64DAAB;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .hero {
        width: 100%;
        height: 300px;
    }
}
/* #endregion */

/* #region project */
#project-section {
    padding: 80px 0;
}

.project-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px 84px;
}

.image-box-wrap {
    position: relative;
	border: 1px solid #64DAAB;
}
.pj-image img {
    width: 100%;
}
.pj-text {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 36px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(269.39deg, rgba(0, 0, 0, 0) 2.77%, #000000 97.41%);
    opacity: 0.8;
    color: #fff;
}
.pj-text-hidden {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0 20px;
    font-size: 24px;
}
.image-box-wrap:hover .pj-text-hidden {
    display: flex;
    transition: 0.2s;
    cursor: pointer;
}
.image-box-wrap:hover .pj-text{
    display: none;
}
.pj-text a, .pj-text span {
    color: #fff;
    text-decoration: none;
}

.pj-text a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}

.pj-text span {
    font-size: 12px;
}

@media screen and (max-width: 979px){
    .project-box {
        gap: 36px;
    }
    .pj-text a {
        font-size: 16px
    }
    .pj-text {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px){
    #project-section {
        padding: 30px 0
    }
    .project-box {
        gap: 15px;
		grid-template-columns: 1fr;
    }
    .pj-text{
        padding: 10px 0 10px 10px
    }
    .pj-text a {
        font-size: 14px
    }
	.pj-text-hidden {
		font-size: 14px;
	}
}
/* #endregion */
/* #region our clients */
section.our-partner {
    padding: 80px 0 0;
    position: relative;
}
.common-title {
    text-transform: unset;
    font-size: 48px;
    text-align: center;
	font-family: 'Josefin Sans';
    font-weight: 700;
	padding-bottom: 36px;
}
section.our-partner:before {
    position: absolute;
    content: "";
    width: 883px;
    height: 2px;
    background: #64DAAB;
    bottom: 0;
    left: calc(50% - 441.5px);
    z-index: 1;
}
@media screen and (max-width: 767px){
    section.our-partner {
        padding: 30px 0 0;
        position: relative;
    }
    .common-title {
        font-size: 32px;
    }
    section.our-partner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #64DAAB;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
/* #endregion */

/* #region our clients */
section.our-clients {
    padding: 80px 0 0;
    position: relative;
}

section.our-clients:before {
    position: absolute;
    content: "";
    width: 883px;
    height: 2px;
    background: #64DAAB;
    bottom: 0;
    left: calc(50% - 441.5px);
    z-index: 1;
}
.client-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin-bottom: 16px;
}

.client-list img {
    width: auto;
    text-align: center;
}
@media screen and (min-width: 1441px){
	.client-list {
		gap: 74px;
	}
}
@media screen and (max-width: 979px){
    .client-list {
        gap: 30px;
    }
}
@media screen and (max-width: 767px){
    section.our-clients {
        padding: 30px 0 0;
        position: relative;
    }
.client-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0 10px
    }
    section.our-clients:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: #64DAAB;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
/* #endregion */
/* #region contact */

h2.contact-title {
    font-size: 54px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    text-transform: capitalize;
}

.contact {
    padding: 80px 0;
    font-family: Josefin Sans;
}

.contact-des {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 32px;
}
.contact-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 120px;
}

.contact-address span {
    font-size: 24px;
    font-family: 'Josefin Sans';
}

.contact-address-box {
    padding: 16px 0 0;
}

.srfm-submit-container {
    font-family: Josefin Sans;
}
button#srfm-submit-btn {
    background: #fff;
    color: #212121;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.contact-address-box > div {
    position: relative;
    padding: 0 0 16px 40px;
    font-size: 23px;
    max-width: 490px;
}

.contact-address-box > div:nth-child(1):before {
    position: absolute;
    content: url(/sites/images/home/ic-location.svg);
    top: 5px;
    left: 0;
}
.contact-address-box > div:nth-child(2):before {
    position: absolute;
    content: url(/sites/images/home/ic-phone.svg);
    top: -3px;
    left: 0;
}
.srfm-form-container .srfm-form {
    column-gap: 0 !important;
    row-gap: 0 !important;
}
.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common , 
.srfm-form-container .srfm-form .srfm-block .srfm-dropdown-common-wrap .srfm-dropdown-common .ts-control{
    border-radius: 50px;
    border: 1px solid #fff !important;
	margin-bottom: 10px;
}
.srfm-form-container .srfm-form .srfm-submit-button .srfm-submit-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow-wrap: anywhere;
    height: 100%;
    font-weight: 700;
    font-family: 'Josefin Sans';
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 24px;
    height: 100%;
    width: 100%;
    padding-top: 3px;
}

@media screen and (max-width: 979px){
    .contact br {
        display: none;
    }
    .contact-col {
        grid-gap: 32px;
    }
    .contact {
        padding: 40px 0;
    }
    .contact-des {
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 16px;
    }
    
    .contact-address span {
        font-size: 16px;
        font-family: 'Josefin Sans';
    }
    h2.contact-title {
        font-size: 32px;
        font-family: 'Josefin Sans';
        font-weight: 700;
        text-transform: capitalize;
    }
}

@media screen and (max-width: 767px){
    .contact-col {
        grid-gap: 24px;
        grid-template-columns: 1fr;
    }
    .contact {
        padding: 30px 10px;
    }
    .contact-des {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 16px;
    }
    
    .contact-address span {
        font-size: 16px;
        font-family: 'Josefin Sans';
    }
    h2.contact-title {
        font-size: 32px;
    }
	.contact-address-box > div {
		font-size: 16px;
	}
}
/* #endregion */