.footer_section {
    background: #000000;
}
.footer_section h2 {
    color: #82bf43;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.footer_section p, .footer_section a, .footer_section li {
    color: #ffffff;
}
.footer_bottom_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #4d4d4d;
    padding: 25px 0;
}
.footer_section .useful_links_col ul.nav, 
.footer_section .information_col ul.nav {
    display: block;
}
footer .footer_row_top > div {
    width: 100% !important;
}
.footer_section .footer_img_wrap {
    max-width: 314px;
}
.footer_section .footer_img_wrap img {
    width: 100%;
    max-width: 217px;
}
.footer_section .contact_us_col {
    max-width: 345px;
}
.footer_section .information_col {
    max-width: 244px;
}
.footer_row_top {
    display: flex;
    margin-bottom: 42px;
}
.contact_us_col ul {
    list-style: none;
    padding: 0;
}
.footer_section .useful_links_col {
    max-width: 228px;
}
.social_media_col .et-social-facebook a {
    background: url('../images/facebook.svg');
}
.social_media_col .et-social-instagram a {
    background: url('../images/instagram.svg');
}
.social_media_col .et-social-linkedin a {
    background: url('../images/linkedin.svg');
}
.social_media_col .et-social-twitch a {
    background: url('../images/twitter.svg');
}
.social_media_col .et-social-pinterest a {
    background: url('../images/pinterest.svg');
}
.social_media_col .et-social-youtube a {
    background: url('../images/youtube.svg');
}
.social_media_col ul.et_pb_social_media_follow li a.icon:before {
    font-size: 0;
}
.social_media_col ul.et_pb_social_media_follow li a {
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s;
}
.social_media_col ul.et_pb_social_media_follow li a:hover {
    opacity: 0.6;
}
.footer_section .contact_us_col li {
    line-height: 24px;
    margin-bottom: 13px;
    display: flex;
    align-items: flex-start;
}

.footer_section .useful_links_col ul.nav li a,
.footer_section .information_col ul.nav li a {
    padding-bottom: 0;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 26px;
    transition: 0.5s;
}
.footer_section .useful_links_col ul.nav li a:hover,
.footer_section .information_col ul.nav li a:hover {
    opacity: 1;
    color: #82bf43;
}
.footer_section .useful_links_col ul.nav li, 
.footer_section .information_col ul.nav li {
    margin-top: 0;
}
.social_media_col {
    max-width: 270px;
}
.footer_section .contact_us_col li img {
    position: relative;
    top: 5px;
    margin-right: 13px;
}

.footer_section .contact_us_col li a {
    transition: 0.5s;
    display: flex;
    align-items: flex-start;
    /* flex-wrap: wrap; */
}
.footer_section .contact_us_col li a:hover {
    color: #82bf43;
}
.contact_us_col h2 {
    margin-bottom: 27px;
}
.social_media_col ul.et_pb_social_media_follow {
    display: flex;
    gap: 6px;
    position: relative;
    left: -10px;
}
.social_media_col ul.et_pb_social_media_follow::after {
    display: none;
}
.social_media_col h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
}
footer .footer_section.et_pb_section {
    padding: 51px 0 0;
	padding-top:90px;
}

.footer_img_wrap {
    margin-top: 10px;
}  
.footer_row_bottom div,
.footer_row_bottom p , 
.footer_row_bottom p a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    transition: 0.5s;
} 
.footer_row_bottom p a:hover {
    color: #82bf43;
}
footer li.current_page_item a {
    color: #82bf43;
}
.footer_row_top::after {
    display: none;
}
.et-menu .menu-item-has-children>a:first-child:after{content:none;}

.footer_row_top .contact_us_col ul li {
    font-size: 16px;
    line-height: 26px;
}

/* Ready to Get Started */

.et_pb_section.get_started_section.et_section_regular {
    background: url('../images/get_started.png') center center no-repeat;
    background-size: cover;
    padding: 81px 0 86px;
}
.get_started_section p {
    color: #fff;
}
.get_started_text {
    width: 100%;
    max-width: 700px;
}
.get_started_text h2 {
    padding-bottom: 0;
    margin-bottom: 18px;
    color: #fff;
}
.get_started_text p {
    margin-bottom: 35px;
}
.get_started_left_col .ginput_container .name_last {
    padding: 0;
}


/* partners_slider */

.partners_slider_row {
    margin-bottom: 32px;
}
.partners_slider_row h2 {
    background: #fff;
    padding-bottom: 0;
    /* margin-bottom: 38px; */
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.partners_slider_row .et_pb_text_inner {
    text-align: center;
    position: relative;
}
.partners_slider_row .et_pb_text_inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #cccccc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.et_pb_section.strategic_partners_section {
    padding: 0;
    margin-bottom: 73px;
}

.partners_slider_main .et_pb_module.slick-slide span.et_pb_image_wrap {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}
.et_pb_column.partners_slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners_slider_main .et_pb_module.slick-slide span.et_pb_image_wrap img {
    width: 100%;
    display: inline-block;
    object-fit: contain;
    height: auto;
    height: 100%;
    max-width: 200px;
}
.partners_slider_main .et_pb_module.et_pb_image.slick-slide {
    margin: 0px !important;
    text-align: center;
    padding: 0px 15px;
}
.our_projects_wrap:hover a img {
    transform: scale(1.2);
}
.our_projects_img a {
    display: block;
    width: 100%;
    height: 555px;
    margin-bottom: 25px;
    transition: 0.9s;
    overflow: hidden;
    pointer-events: none;
}
.projects_content_inner p a {
    pointer-events: none;
}
.our_projects_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s;
    transform: scale(1.1);
}
.projects_content_inner a.view-details-btn {
    color: #82bf43;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    transition: 0.5s;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
.projects_content_inner a.view-details-btn:hover {
    color: #000;
}
.projects_main_wrap {
    padding-left: calc(((100% - 1400px) / 2));
    padding-bottom: 0px;
}
.projects_main_wrap.projects-slick-active {
    padding-left: calc(((100% - 1400px) / 2));
    padding-bottom: 100px;
}

.projects_content_inner p a {
    color: #000000;
    transition: 0.5s;
}
.projects_content_inner p a:hover {
    color: #82bf43;
}
.projects_main_wrap .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: none;
    font-size: 0;
    cursor: pointer;
    left: calc(((100% - 1400px) / 2));
}

.projects_main_wrap .slick-track {
    margin: 0 -30px;
}
.projects_main_wrap .slick-arrow.slick-next {
    left: calc(((100% - 1200px) / 2));
    background: #bababa url('../images/right-arrow.png') center center no-repeat;
    background-size: 14%;
    transition: 0.5s;
}
.projects_main_wrap .slick-arrow.slick-next:hover {
    background: #82bf43 url('../images/right-arrow.png') center center no-repeat;
    background-size: 14%;
}
.projects_main_wrap .slick-arrow.slick-prev {
    background: #bababa url('../images/left-arrow.png') center center no-repeat;
    background-size: 14%;
    transition: 0.5s;
}
.projects_main_wrap .slick-arrow.slick-prev:hover {
    background: #82bf43 url('../images/left-arrow.png') center center no-repeat;
    background-size: 14%;
}
.projects_content_inner h3 {
    padding-bottom: 0px;
}
.our_projects_wrap {
    padding: 0 30px;
}

.projects_main_wrap .slick-list.draggable {
    padding-left: 0!important;
}

.our_projects_section h2 {
    padding-bottom: 29px;
}
.et_pb_section.our_projects_section {
    margin-bottom: 83px;
}

/* thank_you_section  */
.et_pb_section.thank_you_section {
    padding: 100px 0;
}
.thank_you_row p {
    font-size: 22px;
    line-height: 32px;
}
.thank_you_row p:not(.has-background):last-of-type,
.thank_you_row p {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 30px;
}
.thank_you_row h1 {
    padding-bottom: 15px;
}

.thank_you_row {
    display: flex;
    align-items: center;
}


/*404 Page CSS start*/

.not-found-right-col .et_pb_module {
    float: left;
    margin-right: 15px;
}
  
.not-found-right-col a.et_pb_button.secondary-btn {
    background-color: #fff;
    color: #81bc3d;
}
.not-found-right-col a.et_pb_button.secondary-btn:hover {
    background-color: #81bc3d;
    color: #fff;
}


/* map_section  */

.map_section {
    line-height: 0;
    filter: grayscale(1);
    transition: 0.5s;
	z-index: 0;
}

.map_section:hover {
    filter: none;
	
}

.map_section iframe {
    width: 100%;
	height: 360px;
}


/* image_banner_section */

.image_banner_section.et_pb_section {
    height: 520px;
    padding: 0;
    margin-bottom: 74px;
}


.image_banner_section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.get_touch_section.et_pb_section {
    padding: 0;
    margin-bottom: 100px;
}
.image_banner_section.et_pb_section div {
    height: 100%;
    /* line-height: 0; */
}

.image_banner_section.et_pb_section span.et_pb_image_wrap {
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.get_started_right_col .et_pb_blurb_content {
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.get_started_right_col .et_pb_blurb_content span.et_pb_image_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #81bc3d;
}

.get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 55px;
    height: 55px;
    margin-bottom: 0;
    margin-right: 20px;
    border-radius: 50px;
    overflow: hidden;
}

.get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 25px;
    filter: brightness(0) invert(1);
}

.get_started_right_col {
    padding-left: 85px;
}  

.get_started_right_col  h3.et_pb_module_header {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 30px;
}

.get_started_right_col .et_pb_blurb_description p, 
.get_started_right_col .et_pb_blurb_description a {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    transition: 0.5s;
}
.get_started_right_col .et_pb_blurb_description a {
    font-weight: 600;
}

.get_touch_section .gform_body .gform-grid-col {
    padding-right: 0 !important;
}

.get_started_right_col .et_pb_blurb_description a:hover {
    color: #81bc3d;
}

h1 {
    padding-bottom: 27px;
    font-size: 40px;
    line-height: 50px;
}
.get_touch_section h2 {
    font-size: 33px;
    line-height: 43px;
    padding-bottom: 20px;
}

.get_started_left_col form .gform_body input, 
.get_started_left_col form .gform_body textarea,
.get_started_left_col form .gform_body select {
    padding: 15px 15px !important;
    background: #fff;
    border: 0px;
    border: 1px solid #cccccc;
    outline: none;
    box-shadow: none;
    font-size: 16px !important;
    width: 100% !important;
    font-family: 'Open Sans';
    color: #000;
    font-weight: 500;
    border-radius: 0px;
    transition: 0.5s;
}

.get_started_left_col form .gform_body ::placeholder {
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
}

.get_started_left_col form .gform_body input:focus, 
.get_started_left_col form .gform_body textarea:focus,
.get_started_left_col form .gform_body select:focus {
    border-color: #81bc3d;
}

.get_started_left_col .et_pb_module.et_pb_text .et_pb_text_inner {
    margin-bottom: 25px;
}

.get_started_left_col .gform_wrapper.gravity-theme .gfield textarea {
    height: 100px !important;
    resize: none;
}

.get_started_left_col .gform_wrapper.gravity-theme .gform_button {
    cursor: pointer;
    color: #fff !important;
    background-color: #81bc3d;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 15px 37px;
    transition: all .6s ease;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 2px;
    border: 1px solid #81bc3d !important;
    margin-bottom: 0;
}
.get_started_left_col .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 18px;
    grid-column-gap: 18px;
}
.get_started_left_col .gform_wrapper.gravity-theme .gform_button:focus {
    background-color: #fff;
    color: #81bc3d !important;
}
.get_started_row .et_pb_column.get_started_left_col {
    width: 54%;
}
.get_started_row  .et_pb_column.get_started_right_col {
    width: 46%;
}
.get_started_left_col .gform_wrapper.gravity-theme .gform-body {
    margin-bottom: 11px;
}
.get_started_left_col form {
    width: 100%;
    max-width: 710px;
}
.get_started_left_col .gform_wrapper.gravity-theme .gform_button:hover {
    background-color: #fff;
    color: #81bc3d !important;
}

.get_started_left_col .validation_message {
    display: none;
}

.get_started_left_col .gform_validation_errors {
    display: none;
}

.get_started_left_col .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 0;
}




.custom-typography h1,.custom-typography h2,.custom-typography h3,
.custom-typography h4, .custom-typography h5, .custom-typography h6 {
    padding-bottom: 20px;
}

.custom-typography h1 {
    font-size: 40px;
    line-height: 50px;
}
.custom-typography h2 {
    font-size: 33px;
    line-height: 43px;
}
.custom-typography h3 {
    font-size: 28px;
    line-height: 38px;
}
.custom-typography h4 {
    font-size: 24px;
    line-height: 34px;
}
.custom-typography h5, .custom-typography h6 {
    font-size: 20px;
    line-height: 30px;
}
.custom-typography a {
    color: #81bc3d;
    text-decoration: underline;
    transition: 0.5s;
}
.custom-typography a:hover {
    color: #000;
}
.custom-typography ul {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 25px;
}
.custom-typography ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 34px;
}
.custom-typography ul li:last-child {
    margin-bottom: 0;
}
.custom-typography ul li::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('../images/arrow-right.svg') center center no-repeat;
    background-size: contain;
    top: 8px;
    left: 0;
}
.custom-typography ul ul {
    margin-bottom: 10px;
    margin-top: 10px;
}
.custom-typography p {
    padding-bottom: 10px !important;
}

.custom-typography p:not(.has-background):last-of-type {
    padding-bottom: 25px !important;
}

.custom-typography.et_pb_section {
    margin-bottom: 65px;
}


.get_started_left_col form .gform_body input::placeholder,
.get_started_left_col .gform_wrapper.gravity-theme .gfield textarea::placeholder  {
    opacity: 1;
}

.mobile_banner {
    display: none;
}

.inner_content h2 {
    font-size: 33px;
    line-height: 44px;
    padding-bottom: 20px;
}

/* company */

.et_pb_section.company_section {
    margin-bottom: 100px;
}
.company_row .et_pb_column.company_col_left {
    width: 45%;
    position: sticky;
    top: 150px;
}
.company_row .et_pb_column.company_col_right {
    width: 55%;
    padding-left: 50px;
}
.company_col_right .inner_content h2 {
    padding-bottom: 23px;
}

.company_col_right .inner_content p {
    padding-bottom: 40px;
}

.company_col_right .inner_content p:last-child {
    padding-bottom: 0;
}
.company_title_row h1 {
    padding-bottom: 40px;
}

/* company_ceo_Section */

.et_pb_section.company_ceo_Section {
    margin-bottom: 92px;
    padding: 100px 0;
    background: #313131;
}
.company_ceo_Section .et_pb_module.company_ceo_wrap {
    margin-bottom: 50px;
}
.company_ceo_row .company_ceo_wrap .et_pb_main_blurb_image {
    width: 360px;
}
.company_ceo_row .company_ceo_wrap .et_pb_main_blurb_image .et_pb_image_wrap {
    position: sticky;
    top: 150px;
}
.company_ceo_row .company_ceo_wrap .et_pb_blurb_container {
    padding-left: 64px;
}
.company_ceo_row .company_ceo_wrap h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 0px;
}
/* .company_ceo_row .company_ceo_wrap h2 span {
    font-size: 30px;
    font-weight: 600;
} */
.company_ceo_row .company_ceo_wrap h3 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
}

.company_ceo_row .company_ceo_wrap p {
    padding-top: 17px;
    line-height: 36px;
}


/* board_of_advisors */

.board_of_advisors_row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -20px;
    width: calc(100% + 40px);
}

.board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap {
    width: 25%;
    padding: 20px;
    margin-bottom: 0;
}

.board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap .et_pb_text_inner {
    padding: 10px 15px 23px;
    border: 1px solid #cccccc;
    height: 100%;
}

.board_of_advisors_wrap h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 14px;
}
.board_of_advisors_wrap h3::after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 210px;
    height: 1px;
    background: #81bc3d;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.board_of_advisors_wrap p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.et_pb_row.board_of_advisors_title_row {
    margin-bottom: 10px;
}

.et_pb_section.board_of_advisors_section {
    margin-bottom: 80px;
}



/* projects_lising_main_wraps */
.projects_page_Section {
    margin-bottom: 100px;
}
.projects_page_Section .inner_content h2 {
    padding-bottom: 15px;
}
.projects_lising_main_wraps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    row-gap: 41px;
}
.projects_lising_main_wraps .our_projects_wrap {
    width: 50%;
}


/* project details page  */

.et_pb_section.project_details_banner_section {
    padding: 190px 0 0;
    margin-bottom: 80px;
}
.project_details_banner_section .projects_detail_banner_row {
    position: absolute;
    top: 0;
    height: 100%;
}

.project_details_banner_section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 123px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.projects_post_title h1.entry-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    padding-bottom: 20px;
}
body.single-project header.et-l.et-l--header .et_pb_section {
    background: transparent;
}
.category_text a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 19px;
}

.project_details_banner_slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 0;
    background: #81bc3d;
    border: 1px solid #81bc3d;
    width: 40px;
    height: 84px;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0.6;
}

.project_details_banner_slider button.slick-arrow:hover {
    opacity: 1;
}

.project_details_banner_slider ul.slick-dots {
    list-style: none;
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
    padding: 5px 8px;
    border-radius: 50px;
    gap: 8px;
    background: #81bc3d;
}
.project_details_banner_slider ul.slick-dots li button {
    font-size: 0;
    border: 2px solid #81bc3d;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    padding: 0;
    opacity: 0.5;
    cursor: pointer;
    transition: 0.5s;
}

.project_details_banner_slider ul.slick-dots li.slick-active button {
    border: 6px solid #fff;
    opacity: 1;
    position: relative;
} 
.project_details_banner_slider .slick-next.slick-arrow {
    right: 0;
}
.project_details_banner_slider .slick-next.slick-arrow::after {
    content: '';
    width: 14px;
    height: 25px;
    position: absolute;
    background: url('../images/arrow-right-sign.png') center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0) invert(1);
}

.project_details_banner_slider .slick-prev.slick-arrow {
    left: 0;
}
.project_details_banner_slider .slick-prev.slick-arrow::after {
    content: '';
    width: 14px;
    height: 25px;
    position: absolute;
    background: url('../images/arrow-left-sign.png') center center no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0) invert(1);
}

.projects_detail_banner_row div,
.projects_detail_banner_row span,
.projects_detail_banner_row img {
    width: 100%;
    height: 100%;
}

.project_details_banner_row {
    z-index: 3;
}

.project_details_banner_row .et_pb_column.project_details_banner_left_col {
    width: 38%;
    padding-right: 55px;
    margin-top: 22px;
    padding-bottom: 150px;
}

.project_details_banner_row .et_pb_column.project_details_banner_right_col {
    width: 62%;
    position: sticky;
    top: 150px;
}

.project_details_banner_slider span.et_pb_image_wrap {
    width: 100%;
}

.project_details_banner_slider span.et_pb_image_wrap img {
    width: 100%;
}

.project_details_banner_left_col ul {
    padding: 0;
    list-style: none;
}

.project_details_banner_left_col li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.project_details_banner_left_col li:nth-child(2) {
    margin-right: 5px;
}

.project_details_banner_left_col p:not(.has-background):last-of-type {
    padding-bottom: 18px;
}

.project_glance_right_col .et_pb_module.et_pb_blurb {
    width: 50%;
    padding: 0 15px;
}

.project_glance_right_col .et_pb_main_blurb_image {
    text-align: left;
    margin-bottom: 17px;
}

.project_glance_right_col .et_pb_module.et_pb_blurb span.et_pb_image_wrap {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.et_pb_section.project_glance_section {
    padding: 0;
    margin-bottom: 93px;
}

.project_glance_right_col .et_pb_module.et_pb_blurb .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project_glance_right_col .et_pb_blurb_content h3.et_pb_module_header {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 12px;
}

.project_glance_row .et_pb_column.project_glance_left_col {
    width: 38%;
    padding-right: 60px;
    position: sticky;
    top: 130px;
}
.project_glance_row .et_pb_column.project_glance_right_col {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}
.single-project .post_navigation_wrap.nav-single {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #cccccc;
    padding-top: 71px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.single-project .post_navigation_wrap.nav-single::after {
    display: none;
}
.single-project .post_navigation_wrap.nav-single > span {
    width: 35%;
}

.single-project .post_navigation_wrap.nav-single > span.nav-next {
    text-align: right;
}
.post_navigation_wrap.nav-single a {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    transition: 0.5s;
}
.post_navigation_wrap.nav-single a span {
    display: block;
    padding: 0px 30px;
    transition: 0.5s;
}
.post_navigation_wrap.nav-single a span.meta-nav {
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.post_navigation_wrap.nav-single .nav-previous a span.meta-nav::after {
    content: 'Previous';
    position: absolute;
    left: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.post_navigation_wrap.nav-single .nav-previous a span.meta-nav::before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/arrow-left-sign.png') center center no-repeat;
    background-size: contain;
}

.post_navigation_wrap.nav-single .nav-next a span.meta-nav::before{
    content: 'Next';
    position: absolute;
    right: 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.post_navigation_wrap.nav-single .nav-next a span.meta-nav::after {
    content: '';
    position: absolute;
    right: 0;
    width: 12px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/arrow-right-sign.png') center center no-repeat;
    background-size: contain;
}

.post_navigation_wrap.nav-single a span:hover {
    color: #81bc3d;
}

.post_navigation_wrap span.nav-next a {
    display: flex;
    flex-direction: column-reverse;
}

.portfolio-view-btn-wrap .et_pb_button_module_wrapper {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
}

.et_pb_row.project_glance_row {
    padding-bottom: 70px;
}

.project_details_banner_slider span.et_pb_image_wrap:not(:first-child) {
    display: none;
}






/* responsive css */

@media screen and (max-width:1439px){
    .footer_row_top {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .our_projects_wrap {
        padding: 0 15px;
    }
    .projects_main_wrap .slick-track {
        margin: 0 -15px;
    }
    .projects_main_wrap {
        padding-left: 20px !important;
        
    }
    .projects_main_wrap.projects-slick-active {
        padding-bottom: 70px;
    }
    .projects_main_wrap .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .our_projects_img a {
        height: 455px;
    }
    .social_media_col ul.et_pb_social_media_follow {
        flex-wrap: wrap;
    }
    /* .projects_content_inner h3 {
        padding-bottom: 13px;
    } */
    .projects_main_wrap .slick-arrow.slick-prev {
        left: 20px;
    }
    .projects_main_wrap .slick-arrow.slick-next {
        left: 90px;
    }
    footer .footer_row_top > div {
        max-width: 100% !important;
    }
    footer .footer_row_top > div.footer_img_wrap  {
        width: 24% !important;
    }
    footer .footer_row_top > div.contact_us_col {
        width: 26% !important;
    }
    footer .footer_row_top > div.useful_links_col {
        width: 16% !important;
    }
    footer .footer_row_top > div.information_col {
        width: 20% !important;
    }
    footer .footer_row_top > div.social_media_col {
        width: 14% !important;
    }
    .image_banner_section.et_pb_section {
        height: 430px;
    }
    
    .get_touch_section h2 {
        padding-bottom: 20px;
        font-size: 33px;
        line-height: 40px;
    }
    .projects_lising_main_wraps {
        margin: 0 -15px;
    }


    
}
@media screen and (max-width:1199px){
    .et_pb_section.project_details_banner_section {
        padding: 150px 0 0;
        margin-bottom: 70px;
    }
    .get_touch_section h2 {
        font-size: 28px;
        line-height: 36px;
    }
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .our_projects_img a {
        height: 270px;
    }
    .et_pb_section.our_projects_section {
        margin-bottom: 61px;
    }
    footer .footer_row_top > div.footer_img_wrap  {
        width: 27% !important;
    }
    footer .footer_row_top > div.contact_us_col {
        width: 33% !important;
    }
    footer .footer_row_top > div.useful_links_col {
        width: 16% !important;
    }
    footer .footer_row_top > div.information_col {
        width: 20% !important;
    }
    footer .footer_row_top > div.social_media_col {
        width: 100% !important;
    }
    .et_pb_section.strategic_partners_section {
        margin-bottom: 70px;
    }
    .et_pb_section.thank_you_section {
        padding: 70px 0;
    }
    .thank_you_row p:not(.has-background):last-of-type,
    .thank_you_row p {
        font-size: 21px;
        line-height: 34px;
    }
    .get_touch_section.et_pb_section {
        margin-bottom: 70px;
    }
    .get_started_row .et_pb_column.get_started_left_col {
        width: 50%;
    }
    .image_banner_section.et_pb_section {
        height: 360px;
        margin-bottom: 61px;
    }
    .get_started_left_col form .gform_body input, 
    .get_started_left_col form .gform_body textarea, 
    .get_started_left_col form .gform_body select {
        padding: 10px 13px !important;
    }
    .get_started_row .et_pb_column.get_started_right_col {
        width: 50%;
        padding-left: 70px;
    }
    h1 {
        padding-bottom: 14px;
        font-size: 36px;
        line-height: 46px;
    }
    .custom-typography h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .custom-typography h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .custom-typography h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .custom-typography h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-typography h5, .custom-typography h6 {
        font-size: 18px;
        line-height: 28px;
    }
    .custom-typography.et_pb_section {
        margin-bottom: 50px;
    }
	footer .footer_section.et_pb_section{
		padding-top:60px;
	}
    .board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap {
        padding: 15px;
    }
    .board_of_advisors_row .et_pb_column {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }
    .inner_content h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .company_title_row h1 {
        padding-bottom: 30px;
    }
    .et_pb_section.company_section {
        margin-bottom: 70px;
    }
    .et_pb_section.company_ceo_Section {
        padding: 70px 0;
    }
    .et_pb_section.company_ceo_Section {
        margin-bottom: 62px;
    }
    .et_pb_section.board_of_advisors_section {
        margin-bottom: 55px;
    }
    .company_ceo_row .company_ceo_wrap .et_pb_blurb_container {
        padding-left: 45px;
    }
    .project_glance_right_col .et_pb_blurb_content h3.et_pb_module_header {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 8px;
    }
    .board_of_advisors_wrap h3 {
        font-size: 20px;
        line-height: 29px;
    }
    .board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap .et_pb_text_inner {
        padding: 10px 15px 17px;
    }

    .board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap {
        width: 33.33%;
    }
    .company_ceo_row .company_ceo_wrap h2 {
        font-size: 26px;
        line-height: 46px;
    }

    .company_ceo_row .company_ceo_wrap h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .projects_lising_main_wraps .our_projects_img a {
        height: 430px;
    }
    .projects_page_Section {
        margin-bottom: 60px;
    }
    .projects_post_title h1.entry-title {
        font-size: 36px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    .category_text a {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .et_pb_section.project_glance_section {
        margin-bottom: 70px;
    }
    .et_pb_row.project_glance_row {
        padding-bottom: 40px;
    }
    .project_glance_row .et_pb_column.project_glance_left_col {
        padding-right: 40px;
    }
    .post_navigation_wrap.nav-single .nav-previous a span.meta-nav::after {
        left: 25px;
        font-size: 24px;
        line-height: 34px;
    }
    .post_navigation_wrap.nav-single .nav-next a span.meta-nav::before {
        right: 25px;
        font-size: 24px;
        line-height: 34px;
    }
    .post_navigation_wrap.nav-single .nav-previous a span.meta-nav::before,
    .post_navigation_wrap.nav-single .nav-next a span.meta-nav::after {
        width: 10px;
        height: 20px;
    }
    .post_navigation_wrap.nav-single a span.meta-nav {
        margin-bottom: 6px;
    }
    .post_navigation_wrap.nav-single a span {
        padding: 0px 25px;
    }
    .post_navigation_wrap.nav-single a {
        font-size: 18px;
        line-height: 28px;
    }
    .single-project .post_navigation_wrap.nav-single {
        padding-top: 45px;
        margin: 0 0 25px;
    }
    .portfolio-view-btn-wrap .et_pb_button_module_wrapper {
        position: static;
        transform: none;
        text-align: center;
    }
    .single-project .post_navigation_wrap.nav-single > span {
        width: 45%;
    }
    .portfolio-view-btn-wrap .et_pb_button_module_wrapper a.et_pb_button.primary-btn {
        display: inline-block;
    }
    .project_details_banner_row .et_pb_column.project_details_banner_left_col {
        padding-bottom: 125px;
    }
    .project_details_banner_row .et_pb_column.project_details_banner_right_col {
        position: relative;
        top: 0;
    }
}

@media screen and (max-width:980px){
    .project_glance_row .et_pb_column.project_glance_left_col {
        position: static;
    }
    .projects_page_Section .inner_content h2 {
        padding-bottom: 10px;
    }
    .image_banner_section.et_pb_section {
        margin-bottom: 50px;
    }
    .not-found-right-col .et_pb_module:last-child {
        margin-right: 0;
    }
    .get_started_left_col .gform_wrapper.gravity-theme .gform_button {
        padding: 7px 20px !important;
        height: 45px;
    }
    footer .et_mobile_nav_menu {
        display: none !important;
    }
    footer .et_pb_menu__wrap .et_pb_menu__menu {
        display: block !important;
    }
    footer .et_pb_menu .et_pb_menu__wrap {
        justify-content: flex-start;
    }
    footer .footer_row_top > div.footer_img_wrap {
        width: 32% !important;
    }
    footer .footer_row_top > div.contact_us_col {
        width: 40% !important;
    }
    footer .footer_row_top > div.useful_links_col {
        width: 20% !important;
    }
    footer .footer_row_top > div.social_media_col {
        width: 50% !important;
    }
    footer .footer_row_top > div.information_col {
        width: 33% !important;
    }
    .thank_you_row {
        flex-direction: column;
    }
    .get_started_right_col {
        padding-left: 0;
    }
    .thank_you_row .et_pb_module {
        text-align: center;
    }
    .thank_you_row img {
        max-width: 500px;
        margin-bottom: 10px;
    }
    .thank_you_row p:not(.has-background):last-of-type, 
    .thank_you_row p {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 25px;
    }
    .thank_you_row h1 {
        padding-bottom: 10px;
    }
    .thank_you_row .et_pb_image_wrap  {
        text-align: center;
    }
    .not-found-right-col  .et_pb_text  {
        width: 100%;
    }
    .not-found-right-col .et_pb_button_module_wrapper {
        display: inline-block;
        float: none;
    }
    .et_pb_column.not-found-right-col {
        text-align: center;
    }
    .projects_lising_main_wraps .our_projects_img a {
        height: 315px;
        min-height: 100%;
        margin-bottom: 13px;
    }
    /* .projects_lising_main_wraps .projects_content_inner h3 {
        padding-bottom: 7px;
    } */
    .get_touch_section h2 {
        padding-bottom: 18px;
    }
    .get_touch_section.et_pb_section {
        margin-bottom: 50px;
    }
    .get_touch_section h1 {
        padding-bottom: 12px;
    }
    .get_started_left_col .et_pb_module.et_pb_text .et_pb_text_inner {
        margin-bottom: 14px;
    }
    .get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 45px;
        height: 45px;
    }
    .get_started_left_col .gform_wrapper.gravity-theme .gform-body {
        margin-bottom: 0px;
    }
    .get_started_left_col {
        padding-right: 0;
    }
    .get_started_right_col h3.et_pb_module_header {
        font-size: 19px;
    }
    .get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image img {
        width: 20px;
    }
    .get_started_row .et_pb_column.get_started_right_col {
        padding-left: 0px;
        width: 100%;
    }
    .get_started_row .et_pb_column.get_started_left_col {
        width: 100%;
    }
    .map_section {
        filter: none;
    }
    .get_started_left_col form {
        width: 100%;
        max-width: 100%;
    }
    .company_col_right .inner_content h2 {
        padding-bottom: 16px;
    }
    body .et_pb_row .et_pb_column.get_started_left_col {
        margin-bottom: 35px !important;
        width: 100%;
    }
    .company_col_right .inner_content p {
        padding-bottom: 23px;
    }
    .company_row .et_pb_column.company_col_left {
        width: 100%;
        position: static;
        margin-bottom: 28px;
    }
    .company_row .et_pb_column.company_col_left span.et_pb_image_wrap {
        width: 100%;
    }
    .company_row .et_pb_column.company_col_left img {
        width: 100%;
        aspect-ratio: 10/5;
        object-fit: cover;
    }
    .company_row .et_pb_column.company_col_right {
        width: 100%;
        padding-left: 0;
    }
    .company_ceo_row .company_ceo_wrap .et_pb_main_blurb_image {
        width: 290px;
    }
    .et_pb_section.company_section {
        margin-bottom: 65px;
    }
    .project_glance_row .et_pb_column.project_glance_left_col {
        padding-right: 25px;
        margin-bottom: 10px;
    }
    /* .project_details_banner_row .et_pb_column.project_details_banner_right_col {
        width: 80%;
        position: static;
        margin: 0 auto !important;
    } */
    .project_details_banner_row {
        display: flex;
        flex-direction: column;
    }
    .project_details_banner_row .et_pb_column.project_details_banner_left_col {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        padding-bottom: 30px;
    }
    .project_glance_row {
        display: flex;
        flex-direction: column;
    }
    .project_glance_row .et_pb_column.project_glance_left_col {
        padding-right: 0;
        margin-top: 0;
        width: 100%;
    }
    .project_glance_row .et_pb_column.project_glance_right_col {
        width: calc(100% + 30px);
        display: flex;
        flex-wrap: wrap;
        row-gap: 14px;
        margin: 0 -15px;
    }

    .project_glance_row {
        display: flex;
        flex-direction: column;
    }
    .project_details_banner_row .et_pb_column.project_details_banner_right_col {
        width: 80%;
        position: relative;
        top: 0;
        margin: 0 auto !important;
    }
    .project_details_banner_section::after {
        height: 85px;
    }
    .et_pb_section.project_details_banner_section {
        margin-bottom: 61px;
    }
    .project_glance_right_col .et_pb_module.et_pb_blurb {
        width: 33.33%;
    }
    .post_navigation_wrap.nav-single .nav-next a span.meta-nav::before ,
    .post_navigation_wrap.nav-single .nav-previous a span.meta-nav::after {
        font-size: 20px;
        line-height: 26px;
    }
    .projects_lising_main_wraps {
        row-gap: 30px;
    }
}

@media screen and (max-width:767px){
    .single-project .post_navigation_wrap.nav-single {
        padding-top: 15px;
        margin: 0 0 25px;
    }
    .category_text a {
        margin-bottom: 5px;
    }
    .et_pb_row.board_of_advisors_title_row {
        margin-bottom: 16px;
    }
    .mobile_banner {
        display: block;
    }
    .desktop_banner {
        display: none;
    }
    .custom-typography.et_pb_section {
        margin-bottom: 37px;
    }
    .get_touch_section.et_pb_section {
        margin-bottom: 40px;
    }
    .custom-typography ul li::after {
        top: 6px;
    }
    .get_started_right_col .et_pb_blurb_content {
        margin-bottom: 15px;
    }
    .custom-typography ul li {
        padding-left: 22px;
    }
   
    .et_pb_section.board_of_advisors_section {
        margin-bottom: 50px;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
    }
    body .et_pb_row .et_pb_column.get_started_left_col {
        margin-bottom: 35px !important;
        width: 100%;
    }
    .company_ceo_row .company_ceo_wrap p {
        line-height: 30px;
        padding-top: 12px;
    }
    .company_ceo_Section .et_pb_module.company_ceo_wrap {
        margin-bottom: 38px;
    }
    .get_started_right_col .et_pb_blurb_description p, .get_started_right_col .et_pb_blurb_description a {
        font-size: 16px;
        line-height: 25px;
    }
    .get_started_row .et_pb_column.get_started_right_col {
        width: 100%;
        padding-left: 0;
    }
    /* footer .footer_row_top > div.et_pb_column {
        width: 50% !important;
    } */
    footer .footer_row_top > div.footer_img_wrap {
        width: 44% !important;
    }
    footer .footer_row_top > div.contact_us_col {
        width: 56% !important;
    }
    .post_navigation_wrap.nav-single a span.meta-nav {
        margin-bottom: 0;
    } 
    footer .footer_row_top > div.useful_links_col {
        width: 44% !important;
    }
    footer .footer_row_top > div.information_col {
        width: 56% !important;
    }
    .custom-typography p:not(.has-background):last-of-type {
        padding-bottom: 18px !important;
    }
    .single-project .post_navigation_wrap.nav-single {
        align-items: center;
    }
    .footer_bottom_column {
        flex-direction: column;
        gap: 10px;
    }
    .et_pb_section.strategic_partners_section {
        padding: 0;
        margin-bottom: 60px;
    }
    .et_pb_section.our_projects_section {
        margin-bottom: 51px;
    }
    h3 {
        font-size: 22px;
        line-height: 32px;
    }
    /* .projects_content_inner h3 {
        padding-bottom: 9px;

    } */
    .our_projects_img a {
        margin-bottom: 20px;
		min-height: 280px;
    }
	.our_projects_img a img{
		min-height: 280px;
	}
    .our_projects_img a {
        height: auto;
    }
    .thank_you_row p:not(.has-background):last-of-type, .thank_you_row p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .thank_you_row h1 {
        padding-bottom: 8px;
    }
    .et_pb_section.thank_you_section {
        padding: 60px 0;
    }
    .thank_you_row img {
        margin-bottom: 0;
    }
    .get_touch_section h2 {
        font-size: 22px;
        line-height: 31px;
    }
    .get_touch_section h2 {
        padding-bottom: 18px;
    }
    .get_started_left_col .gform_wrapper.gravity-theme .gform_button {
        height: 40px;
        font-size: 14px;
    }
    .footer_row_bottom  .et_pb_text_inner {
        text-align: center;
    }
    .custom-typography h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .custom-typography h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .custom-typography h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .custom-typography h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .custom-typography h5, .custom-typography h6 {
        font-size: 16px;
        line-height: 26px;
    }
    .custom-typography ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .custom-typography h1, .custom-typography h2, .custom-typography h3, 
    .custom-typography h4, .custom-typography h5, .custom-typography h6 {
        padding-bottom: 13px;
    }
    .custom-typography p {
        padding-bottom: 18px !important;
    }
    .custom-typography ul {
        margin-bottom: 18px;
    }
	footer .footer_section.et_pb_section{
		padding-top:40px;
	}
    body.has-captcha a#callnowbutton {
        bottom: 80px;
    }
    .privacy-policy-banner.image_banner_section img {
        object-position: -500px 0;
    }
    .inner_content h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .company_col_right .inner_content h2 {
        padding-bottom: 15px;
    }
    .company_col_right .inner_content p {
        padding-bottom: 17px;
    }
    .company_ceo_row .company_ceo_wrap h2 {
        font-size: 22px;
        line-height: 41px;
    }
    .company_ceo_row .company_ceo_wrap h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .company_ceo_wrap .et_pb_blurb_content {
        display: flex;
        flex-direction: column;
    }
    .company_ceo_row .company_ceo_wrap .et_pb_blurb_container {
        padding-left: 0;
    }
    .company_ceo_row .company_ceo_wrap .et_pb_main_blurb_image {
        width: 360px;
        margin: 0 auto 20px;
    }
    .company_row .et_pb_column.company_col_left {
        margin-bottom: 18px !important;
    }
    .company_col_right .inner_content h2 {
        padding-bottom: 11px;
    }
    .et_pb_section.company_section {
        margin-bottom: 56px;
    }
    .et_pb_section.company_ceo_Section {
        padding: 60px 0 52px;
    }
    .board_of_advisors_wrap p {
        font-size: 15px;
        line-height: 25px;
    }
    .board_of_advisors_wrap h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .et_pb_section.company_ceo_Section {
        margin-bottom: 51px;
    }
    .board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap {
        width: 50%;
    }
    .board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap {
        padding: 10px;
    }
    .board_of_advisors_row .et_pb_column {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    .inner_content h2 {
        padding-bottom: 13px;
    }
    .projects_lising_main_wraps .our_projects_img a {
        height: 260px;
    }
    .projects_lising_main_wraps .our_projects_wrap {
        padding: 0 10px;
    }
    .projects_lising_main_wraps {
        margin: 0 -10px;
        row-gap: 25px;
    }
    .projects_lising_main_wraps .projects_content_inner h3 {
        /* padding-bottom: 4px; */
        font-size: 20px;
        line-height: 30px;
    }
    .projects_page_Section {
        margin-bottom: 50px;
    }
    .project_glance_row .et_pb_column.project_glance_left_col {
        margin-bottom: 15px !important;
    }
    .project_glance_right_col .et_pb_module.et_pb_blurb {
        width: 50%;
    }
    .et_pb_section.project_details_banner_section {
        margin-bottom: 52px;
    }
    .project_details_banner_row .et_pb_column.project_details_banner_left_col {
        padding-bottom: 20px;
    }
    .project_details_banner_left_col li {
        font-size: 18px;
        line-height: 28px;
    }
    .project_details_banner_row .et_pb_column.project_details_banner_right_col {
        width: 100%;
    }
    .et_pb_section.project_glance_section {
        margin-bottom: 60px;
    }
    .post_navigation_wrap.nav-single a span.nav-label {
        display: none;
    }
    .projects_post_title h1.entry-title {
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 14px;
    }
    .projects_page_Section .inner_content h2 {
        padding-bottom: 12px;
    }
}
@media only screen and (max-width: 640px) {
    .get_started_left_col form .gform_body input, 
    .get_started_left_col form .gform_body textarea, 
    .get_started_left_col form .gform_body select {
        line-height: normal !important;
    }
    .get_started_left_col .gform_wrapper.gravity-theme .ginput_complex span {
        margin-bottom: 0;
    }
    .get_started_left_col .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 12px;
    }
    .get_started_left_col .et_pb_module.et_pb_text .et_pb_text_inner {
        margin-bottom: 20px;
    }
    .get_started_left_col .gform_wrapper.gravity-theme .gform-body {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:576px) {
    footer .footer_row_top > div.et_pb_column {
        width: 100% !important;
    }
    .footer_section .contact_us_col li img {
        margin-right: 10px;
    }
    .our_projects_wrap {
        padding: 0 10px;
    }
    .projects_main_wrap .slick-track {
        margin: 0 -10px;
    }
   
    .get_started_right_col .et_pb_blurb_content {
        margin-bottom: 12px;
    }
    
    .get_started_right_col h3.et_pb_module_header {
        padding-bottom: 4px;
    }
    .get_touch_section h1 {
        padding-bottom: 17px;
    }
    .get_started_right_col .et_pb_blurb_container {
        width: 80%;
    }
    /* .image_banner_section img {
        object-position: -650px 0;
    } */
    .image_banner_section.et_pb_section {
        height: 300px;
    }
    .projects_content_inner p {
        line-height: 22px;
    }
    .get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image {
        margin-right: 10px;
    }
    .get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image {
        width: 40px;
        height: 40px;
    }
    .get_started_right_col .et_pb_blurb_content .et_pb_main_blurb_image img {
        width: 17px;
    }
    .projects_lising_main_wraps .our_projects_img a {
        height: auto;
    }
    .projects_lising_main_wraps .our_projects_wrap {
        width: 100%;
    }
    .project_glance_right_col .et_pb_module.et_pb_blurb {
        width: 100%;
    }
    .single-project .post_navigation_wrap.nav-single>span {
        width: 47%;
    }
    .project_details_banner_slider button.slick-arrow {
        width: 30px;
        height: 50px;
    }
    .project_details_banner_slider .slick-next.slick-arrow::after,
    .project_details_banner_slider .slick-prev.slick-arrow::after {
        width: 10px;
        height: 15px;
    }
    .project_details_banner_slider ul.slick-dots li button {
        width: 11px;
        height: 11px;
    }
    .project_details_banner_slider ul.slick-dots {
        gap: 4px;
    }
}

@media screen and (max-width: 479px) {
    .privacy-policy-banner.image_banner_section img {
        object-position: -577px 0;
    }
    .footer_row_top .contact_us_col ul li{
        font-size: 14px;
    }
    .board_of_advisors_row .et_pb_column .et_pb_module.board_of_advisors_wrap {
        width: 100%;
        padding: 0;
    }
    .board_of_advisors_row .et_pb_column {
        margin: 0;
        row-gap: 15px;
    }
    .et_pb_section.board_of_advisors_section {
        margin-bottom: 60px;
    }
}