/*style new css*/

p,a,li{
	font-size:16px;
	line-height:30px;
	font-family: 'Involve-Regular';
}

h1,h2,h3{
	font-family: 'Involve-Bold';
}

/* header css */

header.site_header {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000066;
    z-index: 999;
    top:0px;
    left:0px;
    position: sticky;
    padding: 10px 0px;
}

.page-template-home header.site_header{
   position: fixed;
    left: 0px;
    top: 0px;
    width: 100%; 
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-logo a {
    display: block;
}

.header-logo a img {
    height: 76px;
}

header.site_header .d-flex {
    align-items: center;
}

button.button_search {
    border: none;
    padding: 0px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #ebebeb;
    box-shadow: none;
    outline: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button.button_search img {
    height: 15px;
}

button.button_search:hover {
    background: #375FB6;
}

button.button_search:hover img {
    filter: invert(1);
}

.button_group {
    gap: 15px;
}

.button_group a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 170px;
    text-decoration: none;
    height: 45px;
    padding: 5px 10px;
    border-radius: 30px;
    font-family: "Involve-SemiBold";
    color: #fff;
}

.button_group a img {
    height: 33px;
    margin-right: 7px;
}

a.black_button {
    background: #1A1917;
}

a.black_button:hover {
    background: #375FB6;
}

a.blue_button {
    background: #375FB6;
}

a.blue_button:hover {
    background: #000;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Involve-SemiBold';
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
    color: #222141;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #375fb6;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    color: #375fb6;
}

div#mega-menu-wrap-menu-1 {
    background: transparent !IMPORTANT;
}

.search_button {
    margin-right: 22px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    font-family: 'Involve-SemiBold';
    color: #000;
    font-size: 15px;
    line-height: 40px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #375fb6;
    color: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item > a.mega-menu-link {
    background: #375fb6;
    color: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #375fb6;
}


/* header css */

/* hero css */



section.hero_section {
    position: relative;
    height: 100vh;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.hero_section .container {
    position: relative;
}

.hero_content h5 {
    display: inline-block;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-family: 'Involve-SemiBold';
    padding: 7px 17px;
    font-size: 15px;
    border-radius: 30px;
}

.hero_content h1 {
    margin: 0px;
    color: #fff;
    text-shadow: 0px 0px  20px #FFFFFF52;
    font-size: 66px;
}

.d-flex.play_video {
    align-items: center;
    margin: 15px 0px;
}

.play_data {
    position: relative;
    width: 51%;
}

img.play_icon {
    position: absolute;
    right: 7px;
    top: 6px;
    height: 89px;
    cursor: pointer;
}

.play_content {
    color: #fff;
    font-family: 'Involve-SemiBold';
    font-size: 15px;
}

.play_content {
    flex: 1;
}

a.trasparent_button {
    border: 1px solid #FFFFFF;
}

a.trasparent_button img {
    height: 21px;
}

a.trasparent_button:hover {
    background: #000;
}

.hero_button {
    text-align: right;
}

.link_button a {
    display: inline-flex;
    background: rgba(255 255 255/26%);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    transition:0.5s;
}

.link_button a:hover {
    background: #375fb6bf;
}

.link_button a img {
    transition: 0.5s;
}

.link_button a:hover img {
    transform: rotate(45deg);
}

.link_button a img {
    height: 68px;
}

.content_hero_projects {
    position: absolute;
    right: 0px;
    bottom: -95px;
    color: #fff;
}

.content_hero_projects h2 {
    position: relative;
    font-size: 100px;
    font-family: 'Involve-SemiBold';
    line-height: 79px;
}

.content_hero_projects p {
    margin: 0px;
}

.content_hero_projects h2:after {
    content: '+';
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

/* hero css */

/* we_handle css */

section.we_handle_section {
    padding: 75px 0px;
    background: #fff;
    margin-top: -50px;
    position: relative;
    border-radius: 20px;
}

.title_text h5 {
    border: 1px solid #375FB6;
    display: inline-block;
    color: #1A1917;
    font-family: 'Involve-SemiBold';
    padding: 7px 17px;
    font-size: 15px;
    border-radius: 30px;
}

.title_text h2 {
    font-size: 48px;
}

.title_text h2 span {
    color: #375FB6;
}

.project_block {
    height: 100%;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 30px #375FB645;
    margin: 9px;
    position: relative;
    z-index: 2;
}

.project_block img {
    height: 55px;
    margin-bottom: 10px;
}

.project_block h4 {
    font-family: 'Involve-SemiBold';
    color: #1A1917;
    font-size: 20px;
}

.project_block a img {
    margin: 0px;
    height: 19px;
    margin-left: 3px;
    transition: 0.5s;
}

.project_block a {
    color: #375FB6;
    font-family: 'Involve-SemiBold';
}

.project_block a:hover img {
    margin-left: 15px;
}

.project_block a:hover {
    color: #000;
    text-decoration: none;
}

.project_block:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    box-shadow: 0px 3px 0px #375fb6;
}

.project_block, .project_block:before {
    border-radius: 22px;
}

/* we_handle css */

/* who we are css */


section.who_we_are_section {
    margin-bottom: 70px;
}

.who_we_are_text h2 {
    font-size: 66px;
}

.who_we_are_text h2 span {
    color: #375FB6;
}

.gallery_row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.image_box {
    overflow: hidden;
    border-radius: 20px;
}

.image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.image_box:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
}


.image_box:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.image_box:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.image_box:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.image_box:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}

section.who_we_are_section .container {
    position: relative;
    z-index: 2;
} 

img.building_image, img.map_image {
    position: absolute;
}

img.building_image {
    width: 26%;
}

img.map_image {
    width: 73%;
    right: 0px;
}

/* who we are css */



/* Expertise css */

.expertise_block img {
    overflow: hidden;
}

.expertise_block {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
}

.overlay_expertise_main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, #1A191700, #1A191700);
    display: flex;
    flex-direction: column;
}

.overlay_expertise {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    padding: 27px;
    align-items: center;
}

.overlay_expertise a {
    color: #fff;
    font-family: 'Involve-Bold';
    text-decoration: none;
    font-size: 21px;
}

.overlay_expertise img {
    border-radius: 50%;
    height: 54px;
    transition: 0.5s;
}

.overlay_expertise:hover img {
    transform: rotate(-44deg);
}

.expertise_slider .swiper-slide {
    padding: 13px;
}

.overlay_expertise_main h2 {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0.5;
    display: none;
    font-size:50px;
}

.overlay_expertise_main:hover h2 {
    display: block;
}


.swiper-pagination span {
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    opacity: 1;
    position: relative;
    background: transparent;
}

section.expertise_section {
    background: #1A1917;
    padding: 70px 0px;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 65%;
    width: 65%;
    background: #375FB6;
    border-radius: 50%;
}

.expertise_slider .swiper-pagination {
    position: static !IMPORTANT;
    margin-top: 23px;
}

.white-text h5 {
    color: #fff;
}

.white-text h2, .white-text p {
    color: #fff;
}

/* Expertise css */

/*about css*/

section.about_section {
    margin: 50px 0px;
}

section.about_section .row:nth-child(even) {
    flex-direction: row-reverse;
}

section.about_section .row {
    margin-bottom: 50px !IMPORTANT;
}

section.about_section .row:last-child {
    margin-bottom: 0px !IMPORTANT;
}

/*about css*/


.arrow_slider {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 13px;
}

.arrow_slider div {
    position: static !IMPORTANT;
    display: inline-block;
    height: 55px;
    width: 55px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: contain !IMPORTANT;
    background-position: center center !IMPORTANT;
    margin: 0px !IMPORTANT;
}

.arrow_slider div:after {
    display: none;
}

section.project_section .row {
    align-items: end;
}

.arrow_slider div:hover {
    opacity: 0.5;
}

section.project_section {
    background: #F4F5F8;
    padding: 70px 0px;
}


/* our project css */

section.our_project_section .row:nth-child(odd) {
    background: #222141;
}

section.our_project_section .row:nth-child(even) {
    background: #1A1917;
    flex-direction: row-reverse;
}

.our_project_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 60px;
    max-width: 647px;
}

.our_pro_flex {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

section.our_project_section .row:nth-child(odd) .our_project_content {
    margin-left: auto;
    padding-left: 0px;
}

.our_project_content h2 {
    padding-right: 36%;
}

.our_project_image {
    height: 100%;
}

.our_project_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.number_of_project {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 55px;
    font-family: 'Involve-Bold';
    opacity: 0.2;
    width: 90px;
}

.pro_flex_right {
    width: calc(100% - 90px);
}

.pro_flex_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #646464;
    padding-bottom: 18px;
    margin-bottom: 14px;
}

.our_project_content p {
    margin: 0px;
}

.proflex_location {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 25px;
    flex: 1;
}

.proflex_location p {
    padding-left: 8px;
}

.status_block {
    width: 172px;
}

.status_block p span {
    color: #5CCB14;
}

.pro_flex_add h3 {}

.white-text h3 {
    color: #fff;
}

.pro_flex_add h3 {
    font-size: 18px;
}

/* our project css */


/*review slider css*/

.title_text.review_text_block {
    height: 100%;
    padding: 50px 0px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.review_slider_main {
    padding: 50px 0px;
    border-left: 1px solid #D4D4D4;
    padding-left: 38px;
}

.review_content_block p {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 10px;
}

img.qate_image {
    height: 50px;
    margin-bottom: 15px;
}

.review_name {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review_name img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review_name_info h4 {
    color: #000000;
    font-family: 'Involve-Bold';
    margin: 0px;
    font-size: 16px;
}

.review_name_info span {
    color: #AFAFAF;
    font-family: 'Involve-Regular';
    font-size: 13px;
}

.review_name_info {
    padding-left: 16px;
}

.review_slider_main .arrow_slider div {
    height: 40px;
    width: 40px;
}

.review_title_block p {
    margin: 0px;
}

.review_title_block {
    margin-top: auto;
}

/*review slider css*/
 
/* footer css */

footer.footer_section {
    padding: 50px 0px;
    background: #F4F5F8;
}

.footer-logo a {
    display: block;
}

.footer-logo a img {
    height: 118px;
}

.widget1 {
    width: 200px;
}

.widget2 {
    width: 159px;
}

.widget3 {
    width: 175px;
}

.widget4 {
    width: 289px;
}

.widget5 {
    width: 239px;
}

.footer_widget h4 {
    color: #375FB6;
    font-family: 'Involve-Bold';
    font-size: 22px;
}

.footer_widget ul {
    list-style: none;
    padding: 00px;
    margin: 0px;
}

.footer_widget ul li a {
    text-decoration: none;
    color: #000000;
    display: block;
}

ul.social_media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

ul.social_media li a {
    display: block;
}

ul.social_media li a img {
    height: 43px;
    transition: 0.5s;
}

ul.social_media li a:hover img {
    opacity: 0.5;
}

.row.footer_row {
    justify-content: space-between;
}

.footer_widget input {
    width: 100%;
    height: 47px;
    background: #C7CEE3;
    border-radius: 30px;
    margin-bottom: 12px;
    padding: 5px 20px;
    font-family: 'Involve-Regular';
    font-size: 15px;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    border: none !IMPORTANT;
}

span.wpcf7-spinner {
    display: none !IMPORTANT;
}

::-webkit-input-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}

.footer_widget input[type="submit"] {
    background: #375FB6;
    color: #fff;
    width: auto;
    padding: 5px 35px;
}

.footer_widget input[type="submit"]:hover {
    background: #1a1917;
}

.footer_widget ul li a:hover {
    color: #375fb6;
}

.copyright_section {
    background: #1A1917;
    padding: 5px 0px;
}

.copyright_section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

body {
    margin: 0px !important;
    padding: 0px !IMPORTANT;
}

/* footer css */

/*contact css*/

section.contact_section {
    position: relative;
    padding: 70px 0px;
    background: #1A1917;
}

section.contact_section .container {
    position: relative;
    z-index: 2;
}

img.bg_image_contact {
    position: absolute;
    opacity: 0.3;
    left: 3%;
}

.contact_data h4 {
    color: #7887A8;
    font-family: 'Involve-Regular';
    font-size: 16px;
    margin-bottom: 15px;
}

.contact_info_title.row {
    margin-top: 50px;
}

.contact_data a, .contact_data p {
    color: #fff;
    text-decoration: none;
    font-family: 'Involve-Medium';
    font-size: 24px;
    line-height: 38px;
    display: inline-block;
    margin:0px;
}

.contact_data {
    margin-bottom: 45px;
}

.contact_data:last-child {
    margin-bottom: 0px;
}

.contact_data a:hover {
    color: #375fb6;
}

.contact_form {
    background: #262421;
    padding: 50px;
    border-radius: 30px;
}

.contact_form h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
}

.form_block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
}

.half_block {
    width: 50%;
    padding: 0px 7px;
}

.input_field input, .input_field select {
    width: 100%;
    height: 47px;
    background: #2E2C28;
    border-radius: 30px;
    margin-bottom: 0px;
    padding: 5px 20px;
    font-family: 'Involve-Regular';
    font-size: 15px;
    outline: none ! IMPORTANT;
    box-shadow: none ! IMPORTANT;
    border: none ! IMPORTANT;
    color:#fff;
}

.form_block p {
    margin: 0px;
}

.full_block {
    padding: 0px 7px;
    width: 100%;
}

.input_field textarea {
    width: 100%;
    height: 100px;
    background: #2E2C28;
    border-radius: 15px;
    margin-bottom: 0px;
    padding: 5px 20px;
    font-family: 'Involve-Regular';
    font-size: 15px;
    outline: none ! IMPORTANT;
    box-shadow: none ! IMPORTANT;
    border: none ! IMPORTANT;
    color:#fff;
}


.input_field input[type="submit"] {
    background: #375fb6;
    border: 2px solid #375fb6 !IMPORTANT;
    font-family: 'Involve-SemiBold';
}

.input_field input[type="submit"]:hover {
    border-color: #fff !IMPORTANT;
    background: #000;
}

.input_field input::-webkit-input-placeholder,  .input_field textarea::-webkit-input-placeholder{
  color: #fff;
}
.input_field input::-moz-placeholder, .input_field textarea::-moz-placeholder {
  color: #fff;
}
.input_field input:-ms-input-placeholder,  .input_field textarea:-ms-input-placeholder{ 
  color: #fff;
}
.input_field input:-moz-placeholder,  .input_field textarea:-moz-placeholder{ 
  color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
}

/*contact css*/



section.service_main_archive {
    background: #1A1917;
    padding: 50px 0px;
}

.pagination_main {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination_main span, .pagination_main a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    min-width: 45px;
    padding: 5px 15px;
    text-decoration: none;
    background: #1a1917;
    border-radius: 30px;
    color: #fff;
    font-family: "Involve-SemiBold";
    border: 1px solid #375fb6;
}

.pagination_main .current, .pagination_main span:hover, .pagination_main a:hover {
    background: #375fb6;
}

section.service_main_archive .row {
    gap: 15px 0px;
}

.image_radius img {
    border-radius: 20px;
}


.hospitality_block {
    height: 100%;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 2px #375FB645;
    margin: 0px;
    position: relative;
    z-index: 2;
    transition: 0.5s;
}

section.hospitality_points_section {
    background: #F4F5F8;
    padding: 70px 0px;
}

section.hospitality_points_section .row {
    gap: 20px 0px;
}

.hospitality_block p {
    margin: 0px;
}

.hospitality_block h2 {
    font-family: 'Involve-SemiBold';
    color: #1A1917;
    font-size: 22px;
}

.hospitality_icon {
    background: #375fb6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 17px;
    box-shadow: 3px 2px 0px #1a1917;
}

.hospitality_icon img {
    height: 60px;
    filter: invert(1);
}

.hospitality_block:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    box-shadow: 0px 3px 0px #375fb6;
}

.hospitality_block, .hospitality_block:before {
    border-radius: 22px;
}

.hospitality_block:hover {
    box-shadow: 0px 0px 35px #375FB645;
}


/*project page css*/

section.project_page {
    margin: 50px 0px;
}

.project_block_page {
    position: relative;
    transition: 0.5s;
}

.project_block_page .our_project_content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0/45%);
    padding: 25px;
}

section.project_page .row {
    gap: 25px 0px;
}

.project_block_page .number_of_project {
    width: 100%;
    opacity: 1;
}

.project_block_page .pro_flex_right {
    width: 100%;
}

.project_block_page .proflex_location {
    padding: 0px;
    width: 100%;
}

.project_block_page .status_block {
    width: 100%;
}

.project_block_page:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/60%);
}

.project_block_page .our_project_image img {
    width: 100%;
    height: 368px;
    object-fit: cover;
}

/*project page css*/



@media(max-width:1400px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 3px 15px;
        height: auto;
        line-height: 35px;
        font-size: 14px;
    }
    
    .header-logo a img {
        height: 67px;
    }
    
    p, a, li {
        font-size: 14px;
        line-height: 25px;
    }
    
    .button_group a {
        min-width: 152px;
        height: 40px;
    }
    
    .button_group a img {
        height: 25px;
    }
    
    .hero_content h5 {
        font-size: 13px;
    }
    
    .hero_content h1 {
        font-size: 56px;
    }
    
    img.play_icon {
        height: 75px;
    }
    
    .play_content {
        font-size: 13px;
    }
    
    .link_button a {
        height: 85px;
        width: 85px;
    }
    
    .link_button a img {
        height: 67px;
    }
    
    .content_hero_projects h2 {
        font-size: 80px;
        line-height: 60px;
    }
    
    a.trasparent_button img {
        height: 18px;
    }
    
    .title_text h5 {
        font-size: 13px;
    }
    
    .title_text h2 {
        font-size: 34px;
    }
    
    .project_block h4 {
        font-size: 18px;
    }
    
    .who_we_are_text h2 {
        font-size: 57px;
    }
    
    .overlay_expertise a {
        font-size: 17px;
    }
    
    .overlay_expertise img {
        height: 43px;
    }
    
    .swiper-pagination span {
        height: 12px;
        width: 12px;
    }
    
    .arrow_slider div {
        height: 45px;
        width: 45px;
    }
    
    .our_project_content {
        max-width: 562px;
    }
    
    .our_project_content h2 {
        padding-right: 36%;
    }
    
    .number_of_project {
        font-size: 45px;
        width: 70px;
    }
    
    .pro_flex_right {
        width: calc(100% - 70px);
    }
    
    button.button_search {
        height: 40px;
        width: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    .proflex_location img {
        height: 28px;
    }
    
    .review_content_block p {
        font-size: 24px;
        line-height: 30px;
    }
    
    img.qate_image {
        height: 42px;
    }
    
    .review_title_block img {
        height: 22px;
    }
    
    .contact_data a, .contact_data p {
        font-size: 20px;
        line-height: 31px;
    }
    
    .contact_data h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .contact_form h2 {
        font-size: 24px;
    }
    
    .contact_form {
        padding: 30px 25px;
    }
    
    .input_field input, .input_field select {
        height: 42px;
        font-size: 13px;
    }
    
    .input_field textarea {
        font-size: 13px;
    }
    
    .footer-logo a img {
        height: 100px;
    }
    
    .footer_widget h4 {
        font-size: 18px;
    }
    
    .footer_widget input {
        height: 42px;
        font-size: 13px;
    }
    
    ul.social_media li a img {
        height: 35px;
    }
    
    .widget1 {
        width: 180px;
    }
    
    .widget2 {
        width: 143px;
    }
    
    .widget3 {
        width: 150px;
    }
    
    .widget5 {
        width: 200px;
    }
    
    .copyright_section p {
        font-size: 13px;
    }
}



@media(max-width:1200px){
    .hero_content h1 {
        font-size: 48px;
    }
    
    img.play_icon {
        height: 62px;
    }
    
    .link_button a {
        height: 70px;
        width: 70px;
    }
    
    .link_button a img {
        height: 50px;
    }
    
    .content_hero_projects h2 {
        font-size: 70px;
        line-height: 50px;
    }
    
    section.we_handle_section {
        margin-top: -20px;
        padding: 50px 0px;
    }
    
    .title_text h2 {
        font-size: 30px;
    }
    
    .project_block {
        margin: 0px;
    }
    
    .who_we_are_text h2 {
        font-size: 48px;
    }
    
    section.who_we_are_section {
        margin-bottom: 50px;
    }
    
    section.expertise_section {
        padding: 50px 0px;
    }
    
    .overlay_expertise a {
        font-size: 15px;
    }
    
    section.project_section {
        padding: 50px 0px;
    }
    
    .arrow_slider div {
        height: 37px;
        width: 37px;
    }
    
    .our_project_content {
        max-width: 470px;
    }
    
    .pro_flex_add h3 {
        font-size: 15px;
    }
    
    .proflex_location {
        padding-left: 0px;
    }
    
    .pro_flex_data {
        align-items: end;
    }
    
    .our_project_content p {
        font-size: 13px;
    }
    
    .review_content_block p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .review_slider_main .arrow_slider div {
        height: 35px;
        width: 35px;
    }
    
    .contact_data a, .contact_data p {
        font-size: 17px;
        line-height: 26px;
    }
    
    .contact_form h2 {
        font-size: 20px;
    }
    
    .row.footer_row {
        gap: 25px;
    }
}



@media(max-width:992px){
    header.site_header .button_group a {
        min-width: auto;
    }
    
    header.site_header .button_group {
        gap: 7px;
    }
    
    .search_button {
        margin-right: 9px;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 3px 12px;
    }
    
    .header-logo a img {
        height: 42px;
    }
    
    .hero_content h1 {
        font-size: 35px;
    }
    
    section.hero_section {
        height: auto;
    }
    
    img.play_icon {
        height: 42px;
    }
    
    .content_hero_projects {
        bottom: -53px;
    }
    
    .content_hero_projects h2 {
        font-size: 46px;
        line-height: 30px;
    }
    
    .who_we_are_text h2 {
        font-size: 35px;
    }
    
    .title_text h2 {
        font-size: 27px;
    }
    
    .our_project_content {
        max-width: 352px;
        padding: 25px;
    }
    
    .our_project_content h2 {
        padding-right: 0px;
    }
    
    .pro_flex_right {
        width: 100%;
    }
    
    .proflex_location {
        width: 100%;
    }
    
    .status_block {
        width: 100%;
    }
    
    .pro_flex_data {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    
    .pro_flex_add h3 {
        font-size: 14px;
    }
    
    .contact_data a, .contact_data p {
        font-size: 15px;
        line-height: 21px;
    }
    
    .contact_data h4 {
        font-size: 13px;
    }
    
    img.bg_image_contact {
        width: 97%;
        left: 0px;
    }
    
    .overlay_expertise_main h2{
        font-size:35px;
    }
    
    .project_block_page .our_project_image img {
        height: 300px;
    }
}


@media(max-width:769px){
    .header_row {
        position: relative;
        padding-right: 56px;
    }
    
    .header_menu {
        position: absolute;
        right: 0px;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle {
        background: transparent !IMPORTANT;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background: #375FB6 !IMPORTANT;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        background: #fff !IMPORTANT;
    }
    
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close {
        visibility: hidden !IMPORTANT;
    }
}


@media(max-width:767px){
    .hero_content {
        text-align: center;
    }
    
    .play_content {
        width: 100%;
    }
    
    .d-flex.play_video {
        flex-wrap: wrap !IMPORTANT;
        flex-direction: column;
    }
    
    .play_data {
        width: 200px;
    }
    
    img.play_icon {
        height: 52px;
    }
    
    .hero_content .button_group {
        justify-content: center;
        gap: 5px;
    }
    
    .hero_button {
        display: none;
    }
    
    .content_hero_projects {
        display: none;
    }
    
    section.hero_section {
        padding-bottom: 61px;
    }
    
    section.we_handle_section .row {
        gap: 25px;
    }
    
    .mb-5 {
        margin-bottom: 25px !IMPORTANT;
    }
    
    .title_text {
        text-align: center;
    }
    
    .who_we_are_text {
        text-align: center;
    }
    
    .who_we_are_text h2 {
        font-size: 30px;
    }
    
    .image_box {
        grid-column: auto !important;
        grid-row: auto !important;
    }
    
    .gallery_row {
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr;
    }
    
    .button_group {
        justify-content: center;
    }
    
    section.about_section .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    
    section.about_section .row:nth-child(even) {
        flex-direction: column-reverse;
    }
    
    section.about_section .title_text {
        margin-top: 25px;
    }
    
    .arrow_slider {
        justify-content: center;
    }
    
    .our_project_content {
        max-width: 100%;
        padding: 25px !IMPORTANT;
    }
    
    .our_project_content.title_text.white-text {
        text-align: center !IMPORTANT;
        justify-content: center;
        align-items: center;
    }
    
    .status_block {
        text-align: left;
    }
    
    .pro_flex_add h3 {
        text-align: left;
    }
    
    section.our_project_section .row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    
    section.our_project_section .row:nth-child(even) {
        flex-direction: column-reverse;
    }
    
    .title_text.review_text_block {
        padding: 0px;
        align-items: center;
        justify-content: center;
    }
    
    .review_title_block {
        width: 100%;
    }
    
    section.review_section {
        margin: 50px 0px;
    }
    
    .review_slider_main {
        border: none !IMPORTANT;
        padding: 0px;
        margin-top: 25px;
    }
    
    section.contact_section {
        padding: 50px 0px;
    }
    
    .contact_data {
        margin-bottom: 18px;
    }
    
    .contact_form {
        margin-top: 25px;
    }
    
    .half_block {
        width: 100%;
    }
    
    .footer_widget {
        width: 100% !IMPORTANT;
    }
    
    .footer_widget input[type="submit"] {
        margin: 0px;
    }
    
    .footer_widget.widget4 p {
        margin: 0px;
    }
    
    .copyright_section p {
        text-align: center;
    }
    
    .title_text h2 br{
        display:none;
    }
    
    .hospitality_block h2{
        font-size:18px;
    } 
    
    .project_block_page .number_of_project {
        text-align: left;
    }
}



@media(max-width:510px){
    header.site_header .button_group {
        display: none !IMPORTANT;
    }
    
    .contact_form {
        padding: 25px 8px;
        border-radius: 15px;
    }
    
    .hero_content h1 {
        font-size: 27px;
    }
    
    .overlay_expertise_main h2{
        font-size:30px;
    }
}

