/**
Theme Name: 33technologies
Author: Brainstorm Force
Author URI: https://33technologies.com.au
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 33technologies
Template: astra
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/


/* Header section */

header .mainest-heading-head {
    position: fixed;
    z-index: 10;
    width: 100%;
}

header .header-sticky {
    background-color: #10a5f5cc;
}

header .header-sticky.mainest-heading-head .fl-col-group {
    max-height: 75px !important;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header .mainest-heading-head .fl-row-content-wrap {
    padding-top: 0;
}

header .mainest-heading-head .hamburger {
    background-color: #10A5F5;
}

header .mainest-heading-head .hamburger .hamburger-menu {
    color: #ffffff;
}

header .mainest-heading-head .menu-huberger .fl-module-content.fl-node-content {
    margin: 0;
}

header .mainest-heading-head .cont-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

header .mainest-heading-head .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

header .mainest-heading-head .fl-col-group .fl-col:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

header .cont-header .cont-phn a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inherit;
}

.menu-huberger .fl-menu-mobile-flyout {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #10a5f5;
    color: #ffffff;
}

.menu-huberger .fl-menu-mobile-close {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 26px;
}

.menu-huberger .menu li a {
    Font-family: 'Open Sans';
    padding: 20px 14px;
    color: #ffffffff;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-huberger .menu li.active a,
.menu-huberger .menu li a:hover,
.menu-huberger .menu li a:focus {
    color: #000;
}

.menu-huberger .fl-node-content .fl-menu-mobile-toggle {
    padding: 29px;
}

.main-banner-title .fl-module-content {
    margin: 10px 20px;
}

.corrent-project-with-image .fl-node-content .fl-rich-text p {
    display: none;
}

.corrent-project-with-image .fl-node-content,
.current-project-title .current-proj .fl-module-content {
    margin: 0;
}


/* header .mainest-heading-head ul#menu-home {
    background-color: #ffff;
} */


/* Header section E */


/* banner S */

.mainnest-baaner-text .banner-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: inherit;
}

.block-img-text .fl-photo-img {
    padding: 23px;
    border: 2px solid #10A5F5;
    margin-top: 0px;
}

.block-img-text .fl-photo-caption {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    padding-top: 16px;
    padding-left: 25px;
    padding-right: 25px;
}

.up-arrow {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

.up-arrow {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.up-arrow {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    max-width: 20px;
    max-height: 20px;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


/* banner E */


/* welcome section S */

.welcomes-main-section a.fl-button {
    padding: 0 23.24px;
    line-height: 53px;
    border-radius: 0;
    font-weight: 400 !important;
}

.what-we-offering-main h3.fl-heading {
    position: relative;
}

.what-we-offering-main .fl-row-content-wrap {
    padding: 80px 0 0;
}

.what-we-offering-main h3.fl-heading:before,
.gallery-main .fl-heading .fl-heading-text::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background: #404042;
    margin: 0 auto;
    bottom: -15px;
}

.what-we-offering-main h3.fl-heading:after,
.gallery-main .fl-heading .fl-heading-text::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    background: #10A5F5;
    margin: 0 auto;
    bottom: -16px;
}

.welcomes-main-section .fl-module-button-group .fl-button {
    background-color: #10A5F5;
}

.what-we-offering-main.what_description .fl-row-content-wrap {
    padding: 0;
    padding-bottom: 23px;
}


/* .img-section-sec .fl-row-content-wrap {
    padding-bottom: 22px;
} */


/* welcome section E */


/* product section S */


/* .product-section {
    position: relative;
} */

.product-section .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-section .product-list .product-box {
    position: relative;
    max-width: calc(100% / 4 - 8px);
    height: 480px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.product-section .product-list .product-box+.product-box {
    margin-left: 10px;
}

.product-section .product-list .product-box img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.product-section .product-list .product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 65px 20px 17px;
    z-index: 5;
}

.corrent-project-with-image .fl-module-content {
    margin-left: 0;
    margin-right: 0;
}

.product-section .product-list .product-box:hover .up-layer {
    z-index: 6;
}

.product-section .product-list .product-box:hover .product-info {
    z-index: 0;
}

.product-section .product-list .product-info .img-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #10A5F5;
    padding: 10px 16px;
    margin-bottom: 0;
}

.product-section .product-list .product-info .view-link {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #10A5F5;
    padding: 12px 20px;
    text-decoration: none;
}

.product-section .product-list .up-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10A5F5;
    mix-blend-mode: normal;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 5;
}

.product-section .product-list .product-box:hover .up-layer {
    opacity: 0.9;
}

.product-section .product-list .product-box:hover .product-info {
    display: none;
}

.product-section .product-list .up-layer ul {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 35px;
    margin: 0;
    list-style-type: none;
    width: 100%;
    color: #ffffff;
}

.product-section .product-list .up-layer ul li span {
    margin-right: 18px;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.product-section .product-list .up-layer ul li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
}

.product-section .product-list .up-layer ul li+li {
    margin-top: 10px;
}


/* product section E */


/* our team section S */

.our-team-title {
    width: 100%;
    margin: 0 auto;
}

.our-team-title .fl-module-heading .fl-heading {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}

.our-team-title .fl-module-heading .fl-heading::before {
    position: absolute;
    content: "";
    left: 0;
    width: 120px;
    height: 2px;
    background: #404042;
    bottom: -15px;
}

.our-team-title .fl-module-heading .fl-heading:after {
    position: absolute;
    content: "";
    left: 33px;
    width: 50px;
    height: 4px;
    background: #10A5F5;
    bottom: -16px;
}

.our-team-title .fl-rich-text p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}


/* .our-team-title .fl-node-content{
    margin-left:0 ;
    margin-right: 0;
} */

.satisfied-imgs img.fl-photo-img {
    padding: 15px;
    border: 3px solid #10A5F5;
}

.satisfied-imgs .fl-photo-caption {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #333333;
}

.satisfied-imgs .fl-photo-caption b {
    font-size: 30px;
    color: #000;
}

.gallery-main .fl-heading .fl-heading-text {
    position: relative;
}

.gallery-main .image-ab-title-main .image-ab-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
}

.gallery-main .image-ab-title-main .image-ab-title .fl-heading-text:after,
.gallery-main .image-ab-title-main .image-ab-title .fl-heading-text:before {
    opacity: 0;
    content: '';
}

.gallery-main .image-ab-title-main {
    position: relative;
    height: 464px;
}

.gallery-main .image-ab-title-main .image-ab-title .fl-heading-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.gallery-main .gallery-firest-sec .fl-module-content {
    margin: 0;
}

.gallery-main .image-ab-title-main {
    position: relative;
    height: 464px;
}

.img-section-sec .fl-photo {
    padding: 0;
    background-color: #E7F6FE;
    margin-bottom: 0;
    /* margin-left: 10px;
    margin-right: 10px; */
    min-height: 292px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* .img-section-sec .fl-row-content .fl-col-group {
    margin: 0px 7px;
} */


/* our team section E */


/* footer S */

footer .fl-row-bg-color .fl-row-content-wrap {
    border: 1px solid #e7f6fe33;
}

.last-footer-sec .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .last-footer-sec .fl-rich-text p {
    margin-bottom: 0;
}

.last-footer-sec .last-first-footer-sec .fl-rich-text p {
    line-height: 1.8;
}

.last-first-footer-sec .fl-module-content {
    margin: 0 20px;
}


/* body footer .last-first-footer-sec .fl-rich-text p{ 
    font-size: 14px !important;
    line-height: 25px;
} */

.current-proj .fl-heading span::after {
    position: absolute;
    content: "";
    left: 35px;
    width: 50px;
    height: 4px;
    background: #10A5F5;
    margin: 0 auto;
    bottom: -16px;
    text-align: left;
}

.current-proj .fl-heading span::before {
    position: absolute;
    content: "";
    left: 0;
    width: 120px;
    height: 2px;
    background: #404042;
    margin: 0 auto;
    bottom: -15px;
}


/* footer E */

.current-proj .fl-heading {
    position: relative;
}

.mainnest-baaner-text .fl-rich-text {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

.mainnest-baaner-text .fl-rich-text p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans';
}

.mainnest-baaner-text .fl-rich-text p a {
    text-decoration: none;
}


/* Project Page */

.product-section {
    position: relative;
}

.product-section .center {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.product-section .center img {
    width: 80px;
    height: auto;
    -webkit-transform: translate(0, 500%);
    -ms-transform: translate(0, 500%);
    transform: translate(0, 500%);
}

.project_section_second .product-section .product-list .product-box {
    max-width: 100%;
    height: 320px;
    margin-left: 0;
}

.project_section_second .product-section .product-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.project_section_second .product-section .product-list .product-info {
    margin: 0;
    width: 100%;
    padding: 25px;
}

.project_section_second .product-section .product-list .product-info .img-title {
    text-align: center;
    border-radius: 2px;
}

.project_title .fl-heading span {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 60px;
    line-height: 82px;
    text-align: center;
    text-transform: uppercase;
    color: #10A5F5;
}

.main_project_page .fl-module-heading .fl-node-content {
    margin: 84px 0;
}

.fl-col.fl-node-givf570wn3pq.fl-col-small.project_title {
    max-width: 420px;
}


/* .last-sec-footer-section .fl-node-content {
    margin-right: 0;
} */

.project_built .fl-module-content {
    margin: 74px 0;
    text-align: center;
}

.project_built .fl-module-content .fl-icon-text {
    padding-left: 25px;
}

.project_built .fl-module-content .fl-icon-text p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.project_built .fl-module-content .fl-icon-text p strong {
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 44px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.combine_value .fl-module-content {
    margin: 74px 0;
    text-align: center;
}

.combine_value .fl-module-content .fl-icon-text {
    padding-left: 25px;
}

.combine_value .fl-module-content .fl-icon-text p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}

.combine_value .fl-module-content .fl-icon-text p strong {
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 44px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.project_section_second ul.menu-content {
    margin: 0;
    list-style-type: none;
    margin: 80px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project_section_second ul.menu-content li+li {
    margin-left: 30px;
}

.project_section_second ul.menu-content li.active {
    background: #10A5F5;
}

.project_section_second ul.menu-content li {
    border-radius: 10px;
    padding: 15px 30px;
    background: #E7F6FE;
}

.project_section_second ul.menu-content li.active a {
    color: #FFFFFF;
}

.project_section_second ul.menu-content li a {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.008em;
    text-transform: uppercase;
    color: #10A5F5;
    text-decoration: none;
}

.project_section_second .product-section .product-list .up-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* .project_section_second .product-section .product-list .up-layer ul {
    position: static;
    padding: 25px;
} */

.project_section_second .product-section .product-list .product-box a .fa-angle-right,
.corrent-project-with-image .product-list .product-box .up-layer a .fa-angle-right {
    font-size: 38px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-family: "FontAwesome";
    font-style: normal;
}

.project_section_second .product-section .product-list .product-box a,
.corrent-project-with-image .product-list .product-box .up-layer a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5px;
    margin-bottom: 13px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main_project_page .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* .project_section_second .product-section .product-list .up-layer ul li:first-child{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 25px;
} */

.project_section_second .product-section .product-list .up-layer ul li {
    font-size: 18px;
}

.project_section_second .fl-module-content {
    margin-left: 0;
    margin-right: 0;
}

.project_section_second .product-section .product-list .up-layer ul li {
    font-weight: 400;
}

.project_section_second .fl-node-content .entry-content p {
    display: none !important;
}


/* contact page */

.contactus_second_section {
    padding: 100px 0;
    background-color: #E7F6FE;
}

.contactus_second_section .address_main_section .fl-rich-text h2,
.contactus_second_section .contact_main_form .fl-rich-text h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 50px;
}

.contactus_second_section .address_main_section .fl-rich-text h2::before,
.contactus_second_section .contact_main_form .fl-rich-text h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background: #404042;
    margin: 0 auto;
    bottom: -15px;
}

.contactus_second_section .address_main_section .fl-rich-text h2::after,
.contactus_second_section .contact_main_form .fl-rich-text h2::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    background: #10A5F5;
    margin: 0 auto;
    bottom: -16px;
}

.contactus_second_section .address_main_section ul {
    margin: 0;
    list-style-type: none;
}

.contactus_second_section .address_main_section ul li,
.contactus_second_section .address_main_section ul li a {
    font-weight: 600 ;
    font-size: 19px ;
    line-height: 1.2 ;
    color: #000000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contactus_second_section .address_main_section ul li a:hover {
    color: #10a5f5;
}

.contactus_second_section .address_main_section ul li strong {
    margin-right: 8px;
}

.contactus_second_section .address_main_section ul li+li {
    margin-top: 20px;
}

.contactus_second_section .address_main_section p {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    color: #333333;
}

.contact_main_form p {
    margin: 0 !important;
}

.contact_main_form p+p {
    margin-top: 35px !important;
}

.contact_main_form p:nth-child(7) {
    margin-top: 50px !important;
}

.contact_main_form p label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 19px !important;
    line-height: 1.2;
    text-align: center;
    color: #333333;
}

.contact_main_form p label span input {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 3px solid #00000017;
}

.contact_main_form p input.wpcf7-submit {
    background-color: #10a5f5 !important;
    -webkit-transition: all o.5s ease-in-out;
    -o-transition: all o.5s ease-in-out;
    transition: all o.5s ease-in-out;
}

.contact_main_form p input.wpcf7-submit:hover {
    background-color: #000000 !important;
}

.contact_main_form p label span input:focus {
    background-color: transparent;
    border-bottom: 3px solid #00000017 !important;
}

.main_project_page .fl-col-group .project_title .fl-col-content {
    background: #E7F6FE;
}

.project_built .fl-module-heading h2.fl-heading {
    text-align: left;
    padding-left: 30px !important;
    font-size: 42px;
}


/* about us page */

.aboutus_second_section .fl-heading {
    margin: 40px 0 !important;
}

.aboutus_second_section .about_right_second .fl-heading {
    text-align: center;
}

.aboutus_second_section .about_left_second .fl-heading span {
    position: relative;
}

.aboutus_second_section .about_left_second .fl-heading span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background: #404042;
    margin: 0 auto;
    bottom: -15px;
}

.aboutus_second_section .about_left_second .fl-heading span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    background: #10A5F5;
    margin: 0 auto;
    bottom: -16px;
}

.aboutus_third_section {
    padding: 40px 0 0;
    background-color: #E7F6FE;
}

.about-logo-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E7F6FE;
    padding: 35px 0;
}

.aboutus_description p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.aboutus_description p+p {
    margin-top: 15px;
}

.about-logo-con .about_third_right_section {
    margin: 15px 0 0 0;
}

.aboutus_third_section .briz_first_line {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 25px;
}

.aboutus_third_section .fl-row-content-wrap {
    background: #fff;
}

.aboutus_third_section {
    padding: 40px 0;
    background-color: #fff;
}

.service_last_section .fl-row-content-wrap {
    padding-bottom: 35px;
}

.Our_team_section {
    padding-top: 20px;
}

.Our_team_section .fl-heading span {
    position: relative;
}

.Our_team_section .fl-heading span::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 120px;
    height: 2px;
    background: #404042;
    margin: 0 auto;
    bottom: -15px;
}

.Our_team_section .fl-heading span::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 50px;
    height: 4px;
    background: #10A5F5;
    margin: 0 auto;
    bottom: -16px;
}


/* 404 page */

body.error404 header .mainest-heading-head,
.search-no-results header .mainest-heading-head,
body.search-results .mainest-heading-head {
    background-color: #10a5f5cc;
}


/* 27--05-2022 S */

.project_section_second .product-section .product-list .up-layer ul li span img,
.product-section .product-list .product-box .up-layer img {
    width: auto;
}

.we-offer-section-list .fl-col-group-nested {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 22px 1fr 22px 1fr 22px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    row-gap: 22px;
}

.we-offer-section-list .fl-col-group-nested .fl-col-small {
    width: 100%;
}

.we-offer-section-list .fl-col-group-nested:before {
    display: none;
}

.team_member .fl-module-content {
    margin: 0;
}

.team_member .fl-module-content .uabb-team-wrap {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    /* margin-bottom: 20px; */
}

.team_member .fl-module-content .uabb-team-wrap .uabb-team-image {
    padding-top: 30px;
    position: relative;
}

.team_member .fl-module-content .uabb-team-wrap .uabb-team-image .uabb-image-content {
    width: 120px;
    height: 120px;
    position: relative;
    border: 2px solid #10a5f5;
    border-radius: 100%;
    padding: 3px;
}

.team_member .fl-module-content .uabb-team-wrap .uabb-team-image .uabb-image-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team_member .fl-module-content .uabb-team-wrap .uabb-team-content .uabb-team-name-text {
    font-weight: bold;
    font-size: 20px;
}

.team_member .fl-module-content .uabb-team-wrap .uabb-team-content .uabb-team-desc-text {
    margin: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none !important;
}

.contactus_second_section .last-con-ab .fl-module-content,
.contactus_second_section .last-con-ab p {
    margin: 0;
}

.contactus_second_section .last-con-ab .fl-module-content {
    margin-top: 30px;
}


/* product-detail page */

.project-info-list h2.fl-heading span {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    margin-top: 40px !important;
    display: inline-block;
}

.project-info-list .project-detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    background: #000;
    width: 100%;
    margin: 0 0;
}

.project-info-list .project-detail ul li {
    border-right: 1px solid #fff;
    width: 100%;
    padding: 20px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFDFD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-info-list .project-detail ul li span {
    text-align: center;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 20px 0 0;
}

.project-info-list .fl-module-content.fl-node-content {
    margin: 30px 0 0 0;
}

.project-info-list .project_detail_content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin: 40px 0 20px;
}

.projectdetail_gallery .fl-photo-content a:after {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.projectdetail_gallery .fl-photo-content a:hover:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url(/wp-content/uploads/2022/05/akar-icons_zoom-in.png);
    background-position: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat;
}

.projectdetail_gallery {
    margin-bottom: 60px;
}


/* 27--05-2022 E */


/* 30-05-2022 */

.mainest-heading-head :before,
.mainest-heading-head :after {
    display: none;
}

.menu-huberger .fl-menu-mobile-close i:before {
    display: block;
}

.search-results .ast-archive-description {
    padding: 5em 25px;
}

.search-results .ast-article-post {
    padding: 25px;
}


/* product detail page S */

.single-project .site-content .ast-container {
    width: 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
}

.single-project .site-content .ast-container .project-banner {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    position: relative;
}

.single-project .site-content .ast-container .project-banner figure {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.single-project .site-content .ast-container .project-banner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-project .site-content .ast-container .project-banner div {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(0.01%, rgba(0, 0, 0, 0.6)), color-stop(63.54%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 0.01%, rgba(0, 0, 0, 0) 63.54%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 0.01%, rgba(0, 0, 0, 0) 63.54%);
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.single-project .site-content .ast-container .project-banner div h1 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 48px;
    text-transform: uppercase;
    padding: 8px 15px;
    background: #10A5F5;
    text-align: center;
}

.single-project .site-content .ast-container .project-banner div span {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    background: #000;
    padding: 5px 15px;
}

.single-project .site-content .ast-container .project-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #10A5F5;
    color: #fff;
}

.single-project .site-content .ast-container .project-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #10A5F5;
    color: #fff;
    padding: 60px 0;
}

.single-project .site-content .ast-container .project-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #10A5F5;
    color: #fff;
    padding: 60px 20px;
}

.single-project .site-content .ast-container .project-info .inner_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1320px;
    margin: 0 auto;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-project .site-content .ast-container .project-info .inner_row .info-col {
    width: 25%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-project .site-content .ast-container .project-info .inner_row .info-col span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.single-project .site-content .ast-container .project-info .inner_row .info-col h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 25px;
}

.single-project .site-content .ast-container .project-info .inner_row .info-col h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.single-project .site-content .ast-container .project-details {
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.single-project .site-content .ast-container .project-details .container {
    max-width: 880px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.single-project .site-content .ast-container .project-details .container .details-table {
    width: 100%;
    margin-bottom: 50px;
}

.single-project .site-content .ast-container .project-details .container .details-table tr th {
    text-align: left;
    padding: 10px 20px;
}

.single-project .site-content .ast-container .project-details .container .details-table tr th {
    text-align: left;
    padding: 10px 20px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
}

.single-project .site-content .ast-container .project-details .container .details-table tr td {
    text-align: left;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 18px;
}

.single-project .site-content .ast-container .project-details .container .details-text {
    text-align: left;
    position: relative;
}

.single-project .site-content .ast-container .project-details .container .details-text p {
    /* margin-bottom: 30px; */
    font-size: 16px;
    /* color: #333; */
}

.single-project .site-content .ast-container .project-details .container .details-text h5 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}

.single-project .site-content .ast-container .project-gallery {
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}

.single-project .site-content .ast-container .project-gallery .container {
    max-width: 1310px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-project .site-content .ast-container .project-gallery .container .card {
    padding: 10px;
    margin: 0;
    position: relative;
    width: 25%;
}

.single-project .site-content .ast-container .project-gallery .container .card .card-image {
    height: 100%;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-project .site-content .ast-container .project-gallery .container .card .card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.single-project .site-content .ast-container .project-gallery .container .card .card-image a img {
    width: 100%;
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;
}


/* product detail page E */


/* 30-05-2022 E */

/* 31-05-2022 s */
.project-gallery .project_view_btn .project_link {
    display: table;
    background: #10a5f5;
    border: 1px solid #0499e9;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    padding: 0px 24px;
    color: #fff;
    margin: 35px auto 0;
}
/* 31-05-2022 E */

/* 10-06-2022 S */
.address_main_section .fl-rich-text ul + ul {
    margin-top: 50px;
}
/* 10-06-2022 E */
/* Media queary */

@media(max-width:1440px) {
    .project_title .fl-heading span {
        font-size: 55px;
    }
    .project_title {
        max-width: 100%;
    }
    .address_main_section .fl-rich-text ul + ul {
        margin-top: 45px;
    }
}

@media(max-width:1366px) {
    .project_title .fl-heading span {
        font-size: 50px;
    }
    .welcomes-main-section .fl-button-group-button a span {
        font-size: 15px;
    }
    .current-project-title .fl-col-small .fl-module-content {
        margin: 0;
        margin-bottom: 20px;
    }
    .instragram_section .fl-node-e8jb3zqgm9hu>.fl-module-content {
        margin-right: 15px;
    }
    .contactus_second_section {
        padding: 90px 0;
    }
    .contactus_second_section .address_main_section .fl-rich-text h2,
    .contactus_second_section .contact_main_form .fl-rich-text h2 {
        font-size: 38px !important;
        margin-bottom: 40px;
    }
    .project_section_second ul.menu-content li {
        padding: 15px 28px;
    }
    .project_section_second ul.menu-content li a {
        font-size: 22px;
    }
    .project_section_second .product-section .product-list .product-box {
        height: 315px;
        /* max-width: calc(100% / 3 - 34px); */
    }
    .menu-huberger .fl-node-content .fl-menu-mobile-toggle {
        padding: 27px;
    }
    .main_project_page .fl-module-heading .fl-node-content {
        margin: 80px 0;
    }
    .project_built .fl-module-content {
        margin: 70px 0;
        text-align: center;
    }
    .combine_value .fl-module-content {
        margin: 70px 0;
    }
    .project_built .fl-module-content .fl-icon-text p strong,
    .combine_value .fl-module-content .fl-icon-text p strong {
        font-size: 42px;
    }
    .project_built .fl-module-heading h2.fl-heading {
        font-size: 42px;
    }
    .aboutus_third_section {
        padding: 35px 0;
    }
    .aboutus_description p {
        font-size: 17px !important;
    }
    .about-logo-con {
        padding: 32px 0;
    }
    .what-we-offering-main .what-label .fl-heading-text,
    .welcome-title .fl-heading-text,
    .Our_team_section .fl-heading span {
        font-size: 40px;
    }
    .what-we-offering-main.what_description .fl-row-content-wrap {
        padding-bottom: 22px;
    }
    .service_last_section .fl-row-content-wrap {
        padding-bottom: 30px;
    }
    /* .main_contactus_banner .fl-row-content-wrap {
        min-height: 550px !important;
        height: 100%;
    } */
    .Our_team_section {
        padding-top: 15px;
    }
    .address_main_section .fl-rich-text ul + ul {
        margin-top: 40px;
    }
    /* .img-section-sec .fl-row-content-wrap {
        padding-bottom: 13px;
    } */
}

@media(max-width:1310px) {
    .we-offer-section-list .fl-col-group-nested {
        width: 96%;
        margin: 0 auto;
    }
    .project-info-list .project-detail ul li {
        font-size: 14px;
    }
    .project-info-list h2.fl-heading span {
        margin-top: 40px !important;
    }
    .project-info-list .project_detail_content {
        margin: 35px 0 10px;
    }
    .projectdetail_gallery .fl-photo-content a img {
        max-height: 300px;
        min-height: 300px;
    }
}

@media(max-width:1280px) {
    .project_title .fl-heading span {
        font-size: 45px;
    }
    .project_built .fl-module-content .fl-icon-text p strong {
        font-size: 40px;
    }
    .combine_value .fl-module-content .fl-icon-text p strong {
        font-size: 40px;
    }
    .project_built .fl-module-content .fl-icon-text p {
        font-size: 16px;
        text-align: left;
    }
    .combine_value .fl-module-content .fl-icon-text p {
        text-align: left;
    }
    .main_project_page .fl-module-heading .fl-node-content {
        margin: 66px 0;
    }
    .project_built .fl-module-content {
        margin: 60px 0;
    }
    .combine_value .fl-module-content {
        margin: 60px 0;
    }
    .product-section .product-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .project_section_second ul.menu-content li a {
        font-size: 22px;
    }
    .product-section .product-list .product-info .img-title {
        font-size: 20px;
    }
    .project_section_second ul.menu-content {
        margin: 70px 0;
    }
    /* .project_section_second .product-section .product-list .up-layer ul li:first-child{
        font-size: 21px;
        margin-bottom: 22px;
    } */
    .project_section_second .product-section .product-list .up-layer ul li {
        font-size: 17px;
    }
    .project_section_second .product-section .product-list {
        -webkit-column-gap: 38px;
        -moz-column-gap: 38px;
        column-gap: 38px;
        row-gap: 30px;
    }
    .menu-huberger .menu li a {
        font-size: 26px;
    }
    .menu-huberger .fl-node-content .fl-menu-mobile-toggle {
        padding: 20px;
    }
    header .mainest-heading-head .hamburger .hamburger-menu {
        color: #ffffff;
        width: 22px;
    }
    .mainest-heading-head .main-imgg .fl-photo-content img {
        max-width: 210px;
    }
    .contactus_second_section {
        padding: 75px 0;
    }
    .current-project-title .fl-row-content-wrap {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .contactus_second_section .address_main_section .fl-rich-text h2,
    .contactus_second_section .contact_main_form .fl-rich-text h2 {
        font-size: 34px !important;
        margin-bottom: 35px;
    }
    .contactus_second_section .address_main_section ul li,
    .contactus_second_section .address_main_section ul li a {
        font-size: 16px ;
    }
    .contactus_second_section .address_main_section ul li+li {
        margin-top: 18px;
    }
    .contact_main_form p+p {
        margin-top: 30px !important;
    }
    .aboutus_second_section .fl-heading {
        margin: 35px 0 !important;
    }
    /* .project_section_second .product-section .product-list .product-box {
        max-width: calc(100% / 3 - 50px);
    } */
    .current-project-title .fl-row-content-wrap {
        padding-top: 70px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .project_built .fl-module-heading h2.fl-heading {
        font-size: 30px;
    }
    .aboutus_third_section {
        padding: 30px 0;
    }
    .aboutus_description p+p {
        margin-top: 14px;
    }
    .about-logo-con {
        padding: 30px 0;
    }
    .what-we-offering-main .what-label .fl-heading-text,
    .welcome-title .fl-heading-text,
    .Our_team_section .fl-heading span {
        font-size: 38px;
    }
    .what-we-offering-main .fl-row-content-wrap {
        padding: 70px 0 0;
    }
    .we-offer-section-list .fl-row-content-wrap {
        padding: 0px;
    }
    .service_last_section .fl-row-content-wrap .fl-rich-text p {
        margin-top: 40px;
    }
    .what-we-offering-main.what_description .fl-row-content-wrap {
        padding-bottom: 20px;
    }
    .service_last_section .fl-row-content-wrap {
        padding-bottom: 20px;
    }
    /* .main_contactus_banner .fl-row-content-wrap {
        min-height: 500px !important;
        height: 100%;
    } */
    .Our_team_section {
        padding-top: 10px;
    }
    .img-section-sec .fl-photo {
        min-height: 252px;
    }
    .block-img-text .fl-photo-img {
        margin-top: 20px;
    }
    .block-img-text .fl-photo-caption {
        font-size: 15px;
    }
    .address_main_section .fl-rich-text ul + ul {
        margin-top: 35px;
    }
}

@media(max-width:1081px) and (min-width:768px) {
    .product-section .product-list .product-info {
        margin: 0 14px 20px 17px;
    }
}

@media(max-width:1025px) and (min-width:768px) {
    .product-section .product-list .up-layer ul {
        padding: 25px 16px;
    }
    .single-project .site-content .ast-container .project-banner {
        height: 45vh;
        max-height: 500px;
        min-height: 500px;
    }
    .single-project .site-content .ast-container .project-banner div h1 {
        font-size: 30px;
    }
    .single-project .site-content .ast-container .project-banner div span {
        font-size: 14px;
    }
    .single-project .site-content .ast-container .project-info {
        padding: 40px 20px;
    }
    .single-project .site-content .ast-container .project-info .inner_row .info-col h2 {
        font-size: 20px;
        margin-top: 15px;
    }
    .single-project .site-content .ast-container .project-details {
        padding-top: 60px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-project .site-content .ast-container .project-details .container .details-text p {
        margin-bottom: 30px;
        font-size: 16px;
        color: #333;
    }
    .address_main_section .fl-rich-text ul + ul {
        margin-top: 25px;
    }
}

@media(max-width:1024px) {
    .product-section .product-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-section .product-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 15px;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
    .product-section .product-list .product-box {
        max-width: calc(100% / 2 - 8px);
    }
    .product-section .product-list .product-box+.product-box {
        margin-left: 0;
    }
    .main_project_page .fl-module-heading .fl-node-content {
        margin: 46px 0;
    }
    .project_built .fl-module-content,
    .combine_value .fl-module-content {
        margin: 40px 0;
    }
    .project_title .fl-heading span {
        font-size: 40px;
    }
    .project_built .fl-module-content .fl-icon-text p strong {
        font-size: 38px;
    }
    .combine_value .fl-module-content .fl-icon-text p strong {
        font-size: 38px;
    }
    .project_section_second ul.menu-content {
        margin: 65px 0;
    }
    /* .project_section_second .product-section .product-list .up-layer ul li:first-child {
        font-size: 20px;
        margin-bottom: 20px;
    } */
    .current-project-title .fl-row-content-wrap {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .contactus_second_section .address_main_section .fl-rich-text h2,
    .contactus_second_section .contact_main_form .fl-rich-text h2 {
        font-size: 28px !important;
        margin-bottom: 35px;
        line-height: 1.2;
    }
    .contactus_second_section .address_main_section ul li,
    .contactus_second_section .address_main_section ul li a {
        font-size: 15px ;
    }
    .contactus_second_section .address_main_section ul li+li {
        margin-top: 16px;
    }
    .contact_main_form p+p {
        margin-top: 25px !important;
    }
    .aboutus_second_section .fl-heading {
        margin: 30px 0 !important;
    }
    .product-section {
        padding: 0 20px;
    }
    .product-section .product-list .product-box {
        position: relative;
        max-width: calc(100% / 2 - 30px);
        height: 480px;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .aboutus_third_section {
        padding: 25px 0;
    }
    .aboutus_third_section .briz_first_line {
        font-size: 22px !important;
        margin-bottom: 22px;
    }
    .aboutus_description p {
        font-size: 15px !important;
    }
    .aboutus_description p+p {
        margin-top: 13px;
    }
    .about-logo-con {
        padding: 25px 0;
    }
    .what-we-offering-main .what-label .fl-heading-text,
    .welcome-title .fl-heading-text {
        font-size: 36px;
    }
    .what-we-offering-main .fl-row-content-wrap {
        padding: 60px 0 0;
    }
    .what-we-offering-main.what_description .fl-row-content-wrap {
        padding-bottom: 15px;
    }
    .we-offer-section-list .fl-row-content-wrap {
        padding: 0px;
    }
    .service_last_section .fl-row-content-wrap .fl-rich-text p {
        margin-top: 40px;
    }
    .service_last_section .fl-row-content-wrap {
        padding-bottom: 15px;
    }
    /* .main_contactus_banner .fl-row-content-wrap {
        min-height: 400px !important;
        height: 100%;
    } */
    /* .project_section_second .product-section .product-list .product-box {
        max-width: calc(100% / 3 - 15px);
    } */
    .project_section_second .product-section .product-list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }
    .Our_team_section {
        padding-top: 5px;
    }
    .single-project .site-content .ast-container .project-details .container .details-text h5 {
        font-size: 18px;
    }
    .single-project .site-content .ast-container .project-gallery {
        padding-bottom: 50px;
    }
    .single-project .site-content .ast-container .project-gallery .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .single-project .site-content .ast-container .project-gallery .container .card {
        width: 33.33%;
    }
}

@media(max-width:991px) {
    .our-team-title {
        padding: 30px 0 20px;
    }
    .img-section-sec .fl-col-small:not(.fl-col-small-full-width) {
        width: 100% !important;
    }
    .we-offer-section-list .fl-col-group-nested {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 22px;
    }
    /* .img-section-sec .fl-row-content .fl-col-group.fl-col-group-nested .fl-col-small {
        max-width: calc(50% - 5px);
        display: inline-block;
        float: none;
        width: 100% !important;
    } */
    .main_project_page .fl-col-group {
        display: block;
    }
    .main_project_page .project_title,
    .main_project_page .project_built,
    .main_project_page .combine_value {
        max-width: 100%;
    }
    .main_project_page .fl-module-heading .fl-node-content,
    .project_built .fl-module-content,
    .combine_value .fl-module-content {
        margin: 25px 0;
    }
    .project_built .fl-module-content .fl-icon-wrap,
    .combine_value .fl-module-content .fl-icon-wrap {
        display: block;
        margin: 0 auto !important;
        max-width: 200px;
    }
    .project_title .fl-heading span,
    .project_built .fl-module-content .fl-icon-text p strong,
    .combine_value .fl-module-content .fl-icon-text p strong {
        font-size: 30px;
    }
    .project_section_second ul.menu-content {
        margin: 20px 0 40px;
    }
    .project_section_second ul.menu-content li a {
        font-size: 20px;
    }
    .project_section_second ul.menu-content li+li {
        margin-left: 25px;
    }
    .product-section .product-list .product-info .img-title {
        font-size: 18px;
    }
    /* .project_section_second .product-section .product-list .up-layer ul li:first-child{
        font-size: 20px;
    } */
    .project_section_second .product-section .product-list .up-layer ul li {
        font-size: 14px;
    }
    .footer_last_menu .fl-menu-responsive-toggle-mobile #menu-footer-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer_last_menu .fl-menu-responsive-toggle-mobile .hamburger {
        display: none;
    }
    .welcomes-main-section .fl-button-group-button a span {
        font-size: 14px;
    }
    .last-first-footer-sec {
        margin-top: 15px;
        margin-bottom: 10px !important;
    }
    .contactus_second_section {
        padding: 45px 0;
    }
    .address_main_section {
        margin-bottom: 50px;
    }
    .aboutus_second_section .fl-heading {
        margin: 25px 0 !important;
    }
    .product-section .product-list .product-info .img-title {
        font-size: 12px;
        line-height: 1.2;
    }
    .what-content p {
        padding: 0 20px;
    }
    .project_built .fl-module-heading h2.fl-heading {
        text-align: left;
        padding-left: 30px !important;
        padding-top: 21px !important;
        font-size: 30px;
        text-align: center;
    }
    .aboutus_third_section {
        padding: 20px 15px;
    }
    .aboutus_third_section .briz_first_line {
        font-size: 20px !important;
        margin-bottom: 20px;
    }
    .aboutus_description p {
        font-size: 14px !important;
    }
    .aboutus_description p+p {
        margin-top: 12px;
    }
    .about_third_leftbottom_section .fl-photo-content img {
        max-width: 150px;
    }
    .about_third_right_section .fl-module-content,
    .about_third_leftbottom_section .fl-module-content {
        margin: 0;
    }
    .about_third_right_section .fl-photo-content img {
        max-width: 150px;
    }
    .about-logo-con {
        padding: 20px 0;
    }
    .what-we-offering-main .what-label .fl-heading-text,
    .welcome-title .fl-heading-text,
    .Our_team_section .fl-heading span {
        font-size: 34px;
    }
    .what-we-offering-main .fl-row-content-wrap {
        padding: 40px 0 0;
    }
    .what-we-offering-main.what_description .fl-row-content-wrap {
        padding-bottom: 12px;
    }
    .welcomes-main-section .fl-row-content-wrap {
        padding: 35px 0;
    }
    .service_last_section .fl-row-content-wrap {
        padding-bottom: 0;
    }
    .service_last_section .fl-row-content-wrap .fl-rich-text p {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /* .main_contactus_banner .fl-row-content-wrap {
        min-height: 300px !important;
        height: 100%;
    } */
    .Our_team_section {
        padding-top: 15px;
    }
    .project_section_second .product-section .product-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .about_team_section .team_member {
        max-width: 50%;
        width: 100%;
    }
    .img-section-sec.we-offer-section-list .fl-row-content-wrap {
        padding-bottom: 0;
    }
    .project-info-list h2.fl-heading span {
        margin-top: 0 !important;
    }
    .projectdetail_gallery {
        margin-bottom: 10px;
    }
    .project-info-list .project-detail ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .project-info-list .project-detail ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .project-info-list .project-detail ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .search-no-results div#content,
    .search-results div#content,
    section.error-404.not-found {
        padding-top: 60px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .our-team-title .fl-col-has-cols .fl-col-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .our-team-title .fl-col-has-cols {
        max-width: 100%;
    }
    /* .product-section .product-list .product-box + .product-box {
        margin-left: 0;
        margin-top: 20px;
    } */
    .product-section .product-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-section .product-list .product-box {
        max-width: 100%;
    }
    .current-project-title .fl-col-group-nested {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .last-footer-sec .fl-col-group .fl-col {
        width: 50% !important;
    }
    .last-footer-sec .fl-col-group .fl-col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 20px;
    }
    .last-footer-sec .fl-col-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contact_main_form p+p {
        margin-top: 23px !important;
    }
    header .mainest-heading-head .fl-col-group .fl-col:first-child {
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin: 0;
    }
}

@media(max-width:800px) and (min-width:768px) {
    .project_built .fl-module-heading h2.fl-heading {
        padding-top: 0px !important;
    }
}

@media screen and (max-width:768px) {
    .about_team_section .team_member {
        max-width: 90%;
        margin-bottom: 20px;
    }
    .our_team_title .fl-module-content {
        margin: 0 0 20px;
    }
    .mainest-heading-head .fl-module-content {
        margin: 0 0;
    }
    .mainest-heading-head .fl-col {
        clear: inherit;
        float: left;
        min-height: 1px;
        margin: 0;
    }
    .contactus_second_section .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 95%;
    }
    .project_built .fl-module-heading h2.fl-heading{
        padding-left: 0 !important;
    }
}

@media(max-width:767px) {
    header .mainest-heading-head .cont-header .cont-phn {
        display: none;
    }
    .product-section .product-list .product-box {
        max-width: 100%;
    }
    .product-section .product-list .product-box+.product-box {
        margin-left: 0;
        margin-top: 20px;
    }
    .img-section-sec .fl-row-content .fl-col-group.fl-col-group-nested .fl-col-small {
        max-width: 100%;
        display: inline-block;
        float: none;
        width: 100% !important;
    }
    .current-project-title .fl-col-group-nested {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .current-proj .fl-heading span::after,
    .current-proj .fl-heading span::before {
        right: 0;
        left: 0px;
    }
    .project_section_second ul.menu-content {
        display: block;
    }
    .project_title .fl-heading span,
    .project_built .fl-module-content .fl-icon-text p strong,
    .combine_value .fl-module-content .fl-icon-text p strong {
        font-size: 20px;
        line-height: 1;
    }
    .main_project_page .fl-module-heading .fl-node-content,
    .project_built .fl-module-content,
    .combine_value .fl-module-content {
        margin: 10px 0;
    }
    .project_section_second ul.menu-content {
        margin: 20px 10px;
    }
    /* .project_section_second ul.menu-content li + li {
        margin-left: 0;
        margin-top: 10px;
        padding: 10px  20px;
    } */
    .project_section_second .product-section .product-list .product-box {
        max-width: calc(100% / 2 - 10px);
        height: 320px;
        margin-left: 0;
    }
    .product-section .product-list .product-box+.product-box {
        margin-left: 0;
        margin-top: 20px;
    }
    .project_section_second .product-section .product-list .product-info {
        padding: 10px;
    }
    .product-section .product-list .product-info .img-title {
        font-size: 15px;
        line-height: 1.2;
        text-align: left !important;
        padding: 5px;
    }
    .project_section_second .product-section .product-list .up-layer ul {
        padding: 10px;
    }
    /* .project_section_second .product-section .product-list .up-layer ul li:first-child {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 1.2;
    } */
    .project_section_second .product-section .product-list .up-layer ul li {
        font-size: 12px;
    }
    .project_section_second .fl-module-content {
        margin-top: 0;
    }
    .contt-main .fl-module-content {
        margin: 10px 10px 10px 5px;
    }
    header .mainest-heading-head .cont-header {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
    header .mainest-heading-head .main-imgg .fl-module-content {
        margin: 10px 20px;
    }
    .footer_last_menu .fl-menu-responsive-toggle-mobile #menu-footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .gallery-main .fl-node-xt1c50u3o49g.fl-module-heading .fl-heading {
        font-size: 22px;
    }
    .widget.zoom-instagram-widget {
        margin-top: 20px !important;
    }
    .welcomes-main-section .fl-button-group-button a span {
        font-size: 12px;
    }
    .welcomes-main-section .fl-button-group-button a {
        line-height: 1.2;
        padding: 12px;
    }
    .mainest-heading-head .main-imgg .fl-photo-content img {
        max-width: 155px;
    }
    .img-phoness {
        margin-right: 10px;
    }
    .last-footer-sec .fl-col-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .last-footer-sec .fl-col-group .fl-col {
        max-width: 100%;
        width: 100% !important;
    }
    .menu-huberger .menu li a {
        font-size: 16px;
        padding: 15px 14px;
    }
    .project_section_second .product-section .product-list .product-box {
        max-width: 100%;
        height: 300px;
        margin-left: 0;
        margin-top: 0;
    }
    .menu-huberger .fl-node-content .fl-menu-mobile-toggle {
        padding: 18px;
    }
    header .mainest-heading-head .hamburger .hamburger-menu {
        color: #ffffff;
        width: 20px;
    }
    .what-content p {
        padding: 20px 20px 0;
        margin: 0;
    }
    .current-project-title .fl-col-small .fl-module-content {
        margin-top: 30px;
    }
    .main-banner-title .fl-module-content .fl-heading,
    .current-proj .fl-module-content .fl-heading,
    .welcomes-main-section .welcome-title .fl-module-content .fl-heading span,
    .what-label .fl-module-content .fl-heading,
    .our-team-title .fl-module-heading .fl-heading,
    .Our_team_section .fl-heading span {
        font-size: 20px !important;
    }
    .mainnest-baaner-text a.fl-button span.fl-button-text {
        font-size: 14px;
    }
    .mainnest-baaner-text a.fl-button {
        padding: 10px !important;
    }
    .contactus_second_section {
        padding: 35px 0;
    }
    .current-project-title .fl-row-content-wrap {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .contactus_second_section .address_main_section .fl-rich-text h2,
    .contactus_second_section .contact_main_form .fl-rich-text h2 {
        font-size: 25px !important;
        margin-bottom: 50px;
    }
    .contactus_second_section {
        padding: 35px 20px;
    }
    /* .contactus_second_section .address_main_section .fl-rich-text h2::after,
    .contactus_second_section .contact_main_form .fl-rich-text h2::after {
        bottom: -4px;
    } */
    /* .contactus_second_section .address_main_section .fl-rich-text h2::before,
    .contactus_second_section .contact_main_form .fl-rich-text h2::before {
        bottom: -3px;
    } */
    .contactus_second_section .address_main_section ul li,
    .contactus_second_section .address_main_section ul li a {
        font-size: 12px ;
    }
    .contactus_second_section .address_main_section ul li+li {
        margin-top: 12px;
    }
    .contact_main_form p {
        margin-top: 20px !important;
    }
    .project_section_second ul.menu-content li {
        max-width: 150px;
    }
    .project_section_second ul.menu-content li a {
        font-size: 12px;
    }
    .project_section_second ul.menu-content li {
        padding: 5px 10px;
    }
    .project_section_second ul.menu-content li+li {
        margin-top: 0;
        margin-left: 10px;
    }
    .project_section_second ul.menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .aboutus_second_section .fl-heading {
        margin: 10px 0 !important;
    }
    .project_built .fl-module-content .fl-icon-wrap,
    .combine_value .fl-module-content .fl-icon-wrap {
        display: block;
        margin: 0 auto !important;
        width: 210px;
    }
    .combine_value .fl-module-content .fl-icon-text p {
        font-size: 16px;
    }
    .project_built .fl-module-heading h2.fl-heading {
        text-align: center;
        padding-left: 0 !important;
        padding-top: 0 !important;
    }
    .project_built .fl-module-heading h2.fl-heading {
        font-size: 20px;
    }
    .aboutus_third_section {
        padding: 15px 0;
    }
    .aboutus_third_section .briz_first_line {
        font-size: 18px !important;
        margin-bottom: 15px;
    }
    .aboutus_description p {
        font-size: 12px !important;
    }
    .aboutus_description p+p {
        margin-top: 10px;
    }
    .about-logo-con {
        padding: 15px 0;
    }
    .what-we-offering-main .what-label .fl-heading-text,
    .welcome-title .fl-heading-text {
        font-size: 25px;
    }
    .what-we-offering-main .fl-row-content-wrap.what_description {
        padding: 30px 0 0;
    }
    .what-we-offering-main.what_description .fl-row-content-wrap {
        padding: 0;
        padding-bottom: 10px;
    }
    .what-we-offering-main .fl-row-content-wrap {
        padding: 30px 0 0;
    }
    .last-first-footer-sec {
        margin-bottom: 0 !important;
    }
    .welcomes-main-section .fl-row-content-wrap {
        padding: 25px 0;
    }
    .satisfied-imgs .fl-photo-caption {
        margin-bottom: 10px;
    }
    .our-team-title .fl-col-group-nested .fl-col-small:last-child .satisfied-imgs .fl-photo-caption {
        margin-bottom: 0;
    }
    .service_last_section .fl-row-content-wrap .fl-rich-text p {
        margin-bottom: 10px;
    }
    .main_project_banner .fl-photo-img-png img {
        min-height: 250px !important;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .mainest-heading-head .fl-col-small {
        margin: 0;
    }
    .img-phoness img,
    .img-instaa img {
        max-width: 25px;
    }
    .project_title {
        max-width: 100% !important;
    }
    .project_section_second .product-section .product-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .main_project_page .project_title .fl-heading {
        font-size: 25px;
    }
    .main_project_page .fl-module-heading .fl-node-content {
        margin: 25px 0;
    }
    .about_team_section .team_member+.team_member {
        margin-top: 20px;
    }
    .we-offer-section-list .fl-row-content-wrap {
        padding: 0px;
    }
    .project-info-list {
        padding: 0 20px;
    }
    .project-info-list .project_detail_content {
        font-size: 15px;
        line-height: 28px
    }
    .projectdetail_gallery .fl-photo-content a img {
        max-height: 250px;
        min-height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .project-info-list h2.fl-heading span {
        font-size: 19px;
    }
    .single-project .site-content .ast-container .project-banner {
        height: 40vh;
        max-height: 400px;
        min-height: 380px;
    }
    .single-project .site-content .ast-container .project-banner div h1 {
        font-size: 24px;
    }
    .single-project .site-content .ast-container .project-banner div span {
        font-size: 12px;
    }
    .single-project .site-content .ast-container .project-info {
        padding: 10px 30px;
    }
    .single-project .site-content .ast-container .project-info .inner_row {
        width: 100%;
        margin: 0;
        max-width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-project .site-content .ast-container .project-info .inner_row .info-col {
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    .single-project .site-content .ast-container .project-info .inner_row .info-col:last-child {
        border-bottom: none;
    }
    .single-project .site-content .ast-container .project-details {
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .single-project .site-content .ast-container .project-details .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table {
        border: 0;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table caption {
        font-size: 1.3em;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 0;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table tr {
        display: block;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        border-width: 1px;
        padding: 0px 10px;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table td::before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        padding-right: 10px;
        border-right: 1px solid rgba(0, 0, 0, .1);
        margin-right: 10px;
        min-width: 92px;
        text-align: right;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .single-project .site-content .ast-container .project-details .container table.details-table td:last-child {
        margin-bottom: 0;
    }
    .single-project .site-content .ast-container .project-details .container .details-text p {
        margin-bottom: 30px;
        font-size: 16px;
        color: #333;
    }
    .single-project .site-content .ast-container .project-details .container .details-text h5 {
        font-size: 18px;
    }
    .project-gallery .project_view_btn .project_link {
        font-size: 14px;
        line-height: 3;
        margin: 20px auto 0;
    }
    .address_main_section .fl-rich-text ul + ul {
        margin-top: 20px;
    }
    
}

@media(max-width:575px) {
    .Our_team_section {
        padding-top: 0;
    }
    .product-section .center img {
        -webkit-transform: translate(0, 400%);
        -ms-transform: translate(0, 400%);
        transform: translate(0, 400%);
    }
    .img-phoness {
        margin-right: 0;
    }
    .menu-huberger .fl-node-content .fl-menu-mobile-toggle {
        padding: 15px;
    }
    .single-project .site-content .ast-container .project-details .container .details-table {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(max-width:480px) {
    .we-offer-section-list .fl-col-group-nested {
        width: 90%;
    }
    .we-offer-section-list .fl-col-group-nested {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 22px;
    }
    .project-info-list .project-detail ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .project-info-list .project-detail ul li {
        padding: 10px 20px;
    }
    .projectdetail_gallery .fl-mosaicflow-col {
        width: 100% !important;
    }
    .single-project .site-content .ast-container .project-gallery .container .card {
        width: 100%;
    }
}