/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2024 | 18:40:44 */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



.page-id-13 .wp-block-spacer {
    display: none;
}
.page-id-13 .wp-block-post-title {
    display: none;
}
.page-id-13 .entry-content {
    width: 100%;
    max-width: 100%;
    padding: 0px !important;
    box-sizing: border-box;
}
.page-id-13 .entry-content .wp-block-group{
    width: 100% !important;
    max-width: 100% !important;
}
h1.page-title {
    text-align: left;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: #283646;
    margin-bottom: 50px;
}
.main-title-row {
	max-width: 1160px;
    margin: auto;
    padding: 88px 20px 0px !important;
    box-sizing: border-box;
}
.row-who {
    gap: 56px;
	max-width: 1160px;
    margin: auto;
    padding: 0px 20px 88px !important;
    box-sizing: border-box;
}
.row-who h2 {
    color: #2A2C36;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 40px !important;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.row-who p {
    color: #79869F;
    line-height: 36px;
    font-size: 16px;
    letter-spacing: 0.2px;
	font-family: 'Ubuntu';
}


.proj-row {
    width: 100%;
    max-width: 100%;
    background: #F8F9FA;
    padding: 88px 0px;
}
.proj-row p {
    color: #E91D02;
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
	letter-spacing: 3px;
    padding: 0px 20px !important;
}
.proj-row h2 {
    color: #2A2C36;
    font-family: 'Ubuntu';
    font-weight: bold;
    font-size: 40px !important;
    line-height: 1.2em;
    padding: 0px 20px !important;
}
.proj-innr-row {
    max-width: 1240px;
    margin: auto;
    padding: 40px 20px 0px !important;
    gap: 32px;
}
.proj-innr-row img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}
.abt-under-pic{
	transition:all 0.3s ease-in-out;
}
.abt-under-pic:hover{
	border-radius:20px;
}