/*
Theme Name: GTC Construction Author: ActonWeb
Author URI: https://www.actonweb.com/
Description: GTC Construction Theme developed by ActonWeb.
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: GTC Construction Template: astra
*/



/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap'); */

/*--------------------------*/
/*Common Stylesheet*/
/*--------------------------*/

/* START WEB FONTS */


    @font-face {
        font-family: 'Montserrat';
        src: url('fonts/Montserrat-Light.eot');
        src: url('fonts/Montserrat-Lightd41d.eot?#iefix') format('embedded-opentype'),
            url('fonts/Montserrat-Light.woff2') format('woff2'),
            url('fonts/Montserrat-Light.woff') format('woff'),
            url('fonts/Montserrat-Light.ttf') format('truetype'),
            url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Montserrat';
        src: url('fonts/Montserrat-Regular.eot');
        src: url('fonts/Montserrat-Regulard41d.eot?#iefix') format('embedded-opentype'),
            url('fonts/Montserrat-Regular.woff2') format('woff2'),
            url('fonts/Montserrat-Regular.woff') format('woff'),
            url('fonts/Montserrat-Regular.ttf') format('truetype'),
            url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Montserrat';
        src: url('fonts/Montserrat-Medium.eot');
        src: url('fonts/Montserrat-Mediumd41d.eot?#iefix') format('embedded-opentype'),
            url('fonts/Montserrat-Medium.woff2') format('woff2'),
            url('fonts/Montserrat-Medium.woff') format('woff'),
            url('fonts/Montserrat-Medium.ttf') format('truetype'),
            url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'Montserrat';
        src: url('fonts/Montserrat-SemiBold.eot');
        src: url('fonts/Montserrat-SemiBoldd41d.eot?#iefix') format('embedded-opentype'),
            url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
            url('fonts/Montserrat-SemiBold.woff') format('woff'),
            url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
            url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

/* END WEB FONTS */

* {
    outline: none !important;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 160%;
    display: block;
}

/*-------------------*/
/*Home Page*/
/*-------------------*/

/*header section*/
.admin-bar header {
    padding-top: 30px;
}

.ast-above-header-wrap .ast-above-header {
    border: none;
}

.ast-above-header-wrap {
    background: #393839;
}

.ast-above-header-wrap .ast-above-header {
    background: inherit;
}

.ast-above-header-wrap .ast-above-header .ast-container {
    max-width: 1180px;
    padding: 0 15px;
    width: 100%;
}

header .main-header-menu>.menu-item.current_page_ancestor .current-menu-item .menu-text {
    color: #b4302b;
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 100% !important;
}

.ast-above-sticky-header-active .ast-above-header-wrap {
    display: none;
}

.ast-above-sticky-header-active header .main-header-menu>.menu-item>a {
    margin: 30px 0 0 40px !important;
}

.ast-above-sticky-header-active header .main-header-bar .ast-masthead-custom-menu-items.search-custom-menu-item {
    margin-top: 0;
}

.ast-above-sticky-header-active .main-header-bar-wrap .main-header-bar {
    top: 0 !important;
}

header .main-header-bar>div.ast-container {
    max-width: 1190px;
}

.ast-above-header-wrap .header-top {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
}

.ast-above-header-wrap .ast-above-header .ast-container li {
    line-height: 100%;
}

.ast-above-header-wrap .header-top li:not(:last-child) {
    margin-right: 30px;
}

.ast-above-header-wrap .ast-above-header .ast-container a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    display: block;
}

.ast-above-header-wrap .header-top li a:before {
    content: "\f095";
    font-family: Fontawesome;
    display: inline-block;
    margin-right: 5px;
}

.ast-above-header-wrap .header-top li.header-mail a:before {
    content: "\f0e0";
}

button.fancybox-button.fancybox-button--zoom {
    display: none!important;
}

header .main-header-menu>.menu-item>a:focus {
    outline: none;
}

header .main-header-menu>.menu-item>a {
    margin: 60px 0 0 40px !important;
    padding: 0 10px 30px 10px !important;
    text-transform: uppercase;
    color: #4c4b4b;
    font-weight: 600;
    border-bottom: 7px solid transparent;
    line-height: 100%;
    font-size: 18px;
    transition: none;
}

.ast-above-sticky-header-active.admin-bar header .main-header-bar {
    top: 30px !important;
}

header .main-header-menu .menu-item:hover>.menu-link {
    color: #4c4b4b;
}

.main-header-menu .menu-item.focus > .menu-link,
header .main-header-menu>.menu-item.current_page_item>a,
header .main-header-menu>.menu-item>a:hover,
header .main-header-menu>.menu-item.current_page_ancestor>a{
    border-bottom: 7px solid #d1353d;
    color: #4c4b4b;
}

.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu li.current-menu-parent > a {
    color: #d1353d;
}

header .main-header-bar .ast-masthead-custom-menu-items.search-custom-menu-item .astra-search-icon:before {
    color: #4c4b4b;
    font-weight: 100;
    font-size: 24px;
    content: "";
    background-image: url(image/search-icon.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

header .main-header-bar .ast-masthead-custom-menu-items.search-custom-menu-item {
    line-height: 100%;
    margin-top: 25px;
    padding-right: 0;
}

header .ast-search-menu-icon.ast-dropdown-active .search-field {
    outline: none;
    font-size: 16px;
    color: #4c4b4b;
}

.main-header-bar-wrap .main-header-bar {
    border: none;
  /* background: rgb(255, 255, 255, 0.70); */
    background: #fff;
}

.home .main-header-bar-wrap .main-header-bar {
    background: rgb(255, 255, 255, 0.70);
}

.ast-desktop nav .main-header-menu.submenu-with-border .sub-menu {
    background: #dbdbdb;
    border-color: transparent;
    width: 230px;
    padding: 35px 40px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-item:not(:last-child) {
    margin-bottom: 15px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link {
    font-weight: bold;
    color: #4c4b4b;
    text-align: left;
    line-height: 130%;
    padding: 0;
    font-size: 17px;
}

.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link:hover {
    color: #b4302b;
}

body.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link .sub-arrow:after {
    font-size: 18px;
}

#content.site-content .ast-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

/*slider section*/
.slider-section .fl-row-content-wrap {
    padding: 0;
}

.site-content div#primary {
    margin: 0;
    padding: 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.slider-section .fl-content-slider-wrapper .fl-slide {
    min-height: 100vh;
    z-index: 1;
}

.slider-section .bx-wrapper .bx-pager.bx-default-pager a {
    color: #edaaad;
    border-radius: 50%;
}

.slider-section .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-section .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
}

/*.n2-ss-slider .n2_ss_video_player:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
}*/

.fl-content-slider-navigation>a svg {
    display: none;
}

.fl-content-slider-navigation>a:before {
    content: "";
    position: absolute;
    background-image: url(image/arrow-icon.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 34px;
    left: 0;
    top: 0;
}

.fl-content-slider-navigation>a:hover:before {
    background-position: 0 -55px;
}

.fl-content-slider-navigation>a.slider-next:before {
    background-position: -36px 0;
}

.fl-content-slider-navigation>a.slider-next:hover:before {
    background-position: -36px -55px;
}

.fl-content-slider-navigation {
    left: 5%;
    right: 5%;
}

.fl-content-slider-navigation .fl-content-slider-svg-container {
    width: 35px;
    height: 45px;
    outline: none;
}

.fl-content-slider-navigation a {
    outline: none;
}

.fl-module-content-slider .bx-wrapper {
    margin-bottom: 0;
}

.slider-caption {
    width: 100%;
    z-index: 0;
    margin: -35% auto 0;
    left: 0;
    top: 0;
    position: relative;
    text-align: center;
    right: 0;
}

.slider-caption > .fl-col-content.fl-node-content {
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
}

.slider-caption h1 {
    font-size: 72px !important;
    line-height: 140% !important;
    color: #fff;
}

.slider-caption h2 {
    color: #fff;
    font-size: 36px;
    line-height: 140%;
}

body.ast-separate-container {
    background-color: #fff;
}

.hide-caption .title, .hide-caption .sub-title {
    display: none;
}

.n2-ss-slider .n2-ss-layer[data-pm=default],
.n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
    padding: 0 !important;
}

.entry-content p:empty {
    display: none;
}

/*welcome section*/

.welcom-section {
    padding: 60px 0 50px;
}

.welcom-section {
    background-color: #373535;
    background-image: url(image/bg-welcome.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.welcom-section>.fl-col-content {
    max-width: 1185px;
    margin: 0 auto;
}

.welcom-section .fl-module-content {
    margin-bottom: 0;
}

.welcom-section h1 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.welcom-section h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

.welcom-section p {
    text-align: center;
    color: #fff;
    line-height: 170%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

.fl-col .fl-module.common-btn .fl-module-content a.fl-button {
    display: table !important;
    margin: 0 auto;
    line-height: 150% !important;
    border-radius: 20px !important;
    padding: 6px 15px 4px 15px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 19px;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.fl-col .fl-module.common-btn .fl-module-content a.fl-button span {
    color: inherit;
}

.common-btn .fl-button-group-button {
    display: block;
    width: 100%;
}

.news-inner-section .fl-post-feed-post .fl-post-more-link a:after,
.fl-col .fl-module.common-btn .fl-module-content a.fl-button:after {
    content: "";
    background-image: url(image/read-more.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 20px;
    margin-left: 5px;
    background-size: auto 170%;
}

.fl-col .fl-module.common-btn .fl-module-content a.fl-button:hover:after {
    background-position: 0 -18px;
}

.news-inner-section .fl-post-feed-post .fl-post-more-link a:after {
    position: absolute;
    right: 15px;
    margin: 0;
    top: 10px;
}

.fl-col .fl-module.common-btn .fl-button-group-layout-horizontal .fl-button-wrap {
    display: table;
    margin: 0 auto 30px;
}

.fl-col .fl-module.common-btn .fl-module-content a.fl-button:hover {
    background: #fff !important;
    color: #d1353d !important;
    border-color: transparent;
}

/*Client Logo section*/
.client-logo .footer-bottom-ul {
    width: 100%;
    max-width: 1210px;
    margin: 15px auto;
}

.client-logo .footer-bottom-ul li {
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 0;
}

.client-logo .footer-bottom-ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

/*social link*/
.social-link {
    position: fixed;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.social-link li a {
    font-size: 0;
    width: 45px;
    height: 45px;
    position: relative;
    display: block;
}

.social-link li a:before {
    content: "";
    position: absolute;
    background-image: url(image/social-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    height: 45px;
    width: 45px;
}

.social-link li.insta-icon a:before {
    background-position: 0 -55px;
}

.social-link li.linkedIn-icon a:before {
    background-position: 0 -110px;
}

.social-link li.fb-icon a:before {
    background-position: 0 -165px;
}

.social-link li {
    margin: 8px 0;
}

/*Feature section*/
.feature-section {
    background: #b4302b;
}

.feature-section .fl-col-group-nested .fl-col:first-child .fl-module-content {
    margin: 0;
}

.feature-section .fl-col-group-nested .fl-col:first-child .fl-module-content .fl-photo-content {
    display: block;
}

.feature-section .fl-col-group-nested .fl-col:first-child .fl-module-content .fl-photo-content img {
    width: 100%;
}

.fl-col.feature-section .fl-module.common-btn .fl-button-group-layout-horizontal .fl-button-wrap {
    margin: 0;
}

.fl-col.feature-section h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px !important;
}

.fl-col.feature-section h2 {
    color: #fff;
    font-size: 30px;
}

.fl-col.feature-section h5 {
    font-size: 24px;
    color: #fff;
}

.fl-col.feature-section p {
    color: #fff;
    margin-bottom: 0;
    max-width: 70%;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-section .fl-col-group-nested .fl-col-small:last-child {
    padding: 0 60px 0 100px;
}

.feature-section .fl-col-group-nested .fl-col-small:last-child .fl-col-content {
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}

.feature-section>.fl-col-content {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}

.feature-section .fl-col-group-nested .fl-col-small:last-child::before {
    background: #98221d;
    height: 100%;
    width: 6%;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: auto;
    margin-left: -10.5%;
    transform: rotate(-15deg) scale(1.4);
    z-index: 0;
    box-shadow: 50px 0px 0px 0px #a92b26;
}

.ast-above-sticky-header-active .main-header-bar-wrap .main-header-bar {
    /* background: #dbdbdb; */
    background: #fff;
}

/*Footer section*/
.footer-section .fl-row-fixed-width {
    max-width: 1190px;
}

footer .footer-section {
    background: #2f3134;
}

footer .fl-row-content-wrap {
    background: inherit !important;
}

ul.footer-bottom-ul li {
    margin: 0 5px;
}

ul.footer-bottom-ul {
    display: flex;
    justify-content: center;
}

footer .fl-module-heading .fl-module-content {
    margin-bottom: 0 !important;
}

footer .footer-quick li a:hover,
.footer-section a:hover {
    color: #d1353d !important;
}

#ast-scroll-top {
    background: #d1353d;
    border: 1px solid #fff;
}

#ast-scroll-top:hover {
    opacity: 0.9;
}

/*Contact Page*/
.contact-map-sec p:empty,
.gform_wrapper div.validation_error {
    display: none;
}

html body div.contact-form-block .gform_wrapper ul.gform_fields li.gfield {
    border: none;
    margin: 0 0 15px !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding: 5px 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #c02b0a  !important;
}

body .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12.5px;
    font-weight: 500;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff0000;
}

.contact-form-section .fl-col-group {
    display: flex;
    justify-content: space-between;
}

.contact-form-block .gform_footer {
    margin: 0 0 0;
}

.contact-form-section .fl-col-group .fl-col:first-child {
    width: 29%;
}

.contact-form-section .fl-col-group .fl-col:last-child {
    width: 62.5%;
}

.contact-form-section .fl-col-group:before,
.contact-form-section .fl-col-group:after {
    display: none;
}

.contact-form-block ul {
}

.contact-form-block ul li {
    margin: 0 0 28px !important;
}

.contact-form-block ul li:last-child {
    margin-bottom: 0 !important;
}

.contact-form-block ul li>div {
    margin: 0 !important;
}

.contact-form-block ul li label {
    display: none !important;
}

.contact-form-block ul li:nth-child(2),
.contact-form-block ul li:nth-child(3) {
    width: 49.9%;
    display: inline-block;
}

.contact-form-block ul li:nth-child(2) input,
.contact-form-block ul li:nth-child(3) input {
    width: 100% !important;
}

.contact-form-block ul input {
    height: auto;
}

.contact-form-block ul textarea,
.contact-form-block ul input {
    background: #d2d2d2;
    padding: 13px 15px !important;
    border: none;
    border-radius: 3px;
    margin-bottom: 0 !important;
}

.contact-form-block ul textarea,
.contact-form-block ul textarea::placeholder,
.contact-form-block ul input,
.contact-form-block ul input::placeholder {
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 600;
}

.contact-form-block ul textarea::placeholder,
.contact-form-block ul input::placeholder {
    text-transform: uppercase;
}

.contact-form-block ul textarea, .contact-form-block ul input {
    border: 1px solid transparent;
}

.contact-form-block ul textarea:focus, .contact-form-block ul input:focus {
    border-color: #2a2a2a !important;
}

.contact-form-block ul input,
.contact-form-block ul textarea {
    font-size: 14px !important;
}

/* .contact-form-block ul textarea:active,
.contact-form-block ul input.contact-form-block ul textarea:active
{font-size: 13px;  font-weight: 600;} */
.contact-form-block .ginput_container_textarea {
    line-height: 0;
}

.contact-form-block .gform_footer {
    padding: 0;
    margin: 54px 0 0;
    text-align: right;
}

.contact-form-block .gform_footer input {
    background: none;
    border: 1px solid #797979;
    color: #262626;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s linear;
    line-height: 150%;
}

.contact-form-block .gform_footer input:hover {
    background: #4c4b4b;
    color: #fff;
    border-color: #4c4b4b;
}

.contact-form-block .gform_wrapper {
    margin: 0 !important;
}

.contact-form-section .fl-col-group .fl-col:last-child p {
    margin-bottom: 23px;
    font-size: 18px;
    color: #4a4a4a;
}

.contact-form-section .fl-col-group .fl-col:last-child h2 {
    margin-bottom: 50px !important;
    margin-top: 10px !important;
    text-transform: uppercase;
}

.contact-form-section .fl-col-group .fl-col:first-child .fl-module-content {
    margin: 0;
}

.contact-form-section .fl-col-group .fl-col:first-child p {
    font-size: 18px;
    margin-bottom: 0;
}

.contact-form-section .fl-col-group .fl-col:first-child p,
.contact-form-section .fl-col-group .fl-col:first-child p a {
    color: #555;
}

.contact-form-section .fl-col-group .fl-col a:hover {
    color: #d1353d !important;
}

.contact-form-section .fl-col-group .fl-col:first-child p:first-child {
    margin-bottom: 20px;
}

.contact-form-section .fl-col-group .fl-col:first-child p:last-child {
    margin-top: 20px;
}

.project-section,
.aboutus-page-sec,
.news-page-sec,
.contact-form-section,
.project-content {
    padding: 70px 0;
    background-image: url(image/contact-pattern1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tax-categories {
    background-image: url(image/contact-pattern1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-content {
    padding: 70px 0 50px;
}

.contact-form-section .fl-col-group .fl-col:first-child h3 {
    margin-bottom: 25px !important;
    margin-top: 95px !important;
}

.site-content {
    padding-top: 153px;
}

.admin-bar.fl-builder-edit .social-link {
    position: static;
    display: flex;
    top: 0;
    transform: none;
    right: 0;
    justify-content: center;
}

.fl-builder-edit .slider-caption {
    margin-top: 0;
}

.fl-builder-edit .slider-section h1,
.fl-builder-edit .slider-section h2 {
    color: #3a3a3a;
}

.admin-bar.home .site-content,
.home .site-content {
    padding-top: 0;
}

.site-content header {
    margin: 0 !important;
    background: #b4302b;
}

.site-content header h1,
.tax-categories #primary section.ast-archive-description .page-title,
.search #primary .page-title {
    max-width: 1155px;
    margin: 0 auto;
    color: #fff;
    padding: 60px 260px 60px 0;
    font-size: 36px !important;
    text-transform: uppercase !important;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

.home .site-content header {
    display: none;
}

.site-content header h1:before,
.tax-categories #primary section.ast-archive-description .page-title:before,
.search #primary .page-title:before {
    content: "";
    background: #98221d;
    height: 100%;
    width: 8%;
    position: absolute;
    bottom: 0;
    top: 0px;
    right: 5.5%;
    transform: rotate(15deg) scale(1.5);
    z-index: 0;
    box-shadow: -45px 0px 0px 0px #a92b26;
}

.contact-form-section p:empty {
    display: none;
}

.project-cat-slider a {
    display: block;
    position: relative;
}

.project-cat-slider .cat-image {
    padding-top: 60%;
    position: relative;
    display: block;
}

.project-cat-slider .cat-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel.project-cat-slider .owl-nav button {
    margin: 0;
}

/* ---------------- News list Page Css Starts ------------------- */
.news-page-sec .new-page-heading h2 {
    margin-top: 20px !important;
    font-weight: 600;
    margin-bottom: 50px !important;
}

.news-inner-section .fl-post-feed-post {
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 75px;
}

.news-inner-section .fl-post-feed-post .fl-post-image {
    flex: 0 0 48%;
}

.news-inner-section .fl-post-feed-post .fl-post-text {
    flex: 0 0 52%;
    padding: 0 31px;
}

.news-inner-section .fl-post-feed-post h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0;
    margin-bottom: 20px;
}

.news-inner-section h2 a {
    color: #d32028;
}

.news-inner-section .fl-post-feed-post .fl-post-meta {
    display: none;
}

.news-inner-section .fl-post-feed-post .fl-post-more-link a {
    background: #d1353d;
    color: #fff;
    padding: 9px 33px 9px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid transparent;
}

.news-inner-section .fl-post-feed-post .fl-post-more-link a:hover {
    background: #fff;
    color: #d1353d;
    border: 1px solid #d1353d;
}

.news-inner-section .fl-post-feed-post .fl-post-more-link a:hover:after {
    background-position: 0 -19px;
}

.news-inner-section .fl-post-feed-post .fl-post-excerpt p {
    margin-bottom: 33px;
}

.news-page-slider-inner>.fl-module-content {
    margin: 0;
}

.news-page-slider-inner .fl-slide-foreground {
    max-width: 1170px;
}

.news-page-slider-inner .fl-slide-content {
    margin: 0 !important;
}

.fl-module-content-slider {
    overflow: hidden;
}

.news-page-slider-inner .fl-slide:before,
.news-page-slider-inner .fl-slide:after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.news-page-slider-inner .fl-slide:after {
    width: 6%;
    bottom: 0;
    left: 42%;
    margin-left: 0;
    transform: rotate(15deg) scale(1.4);
    box-shadow: -50px 0px 0px 0px #a92b26;
    background: #98221d;
}

.news-page-slider-inner .fl-slide {
    overflow: hidden;
}

.news-page-slider-inner .fl-slide:before {
    left: -3%;
    width: 43%;
    background: #b4302b;
    transform: skew(-6deg);
}

.news-page-slider-inner .fl-slide .fl-slide-content-wrap {
    z-index: 3;
    position: relative;
    margin-top: 140px;
    margin-left: 1%;
    padding-right: 4%;
}

.news-page-slider-inner .fl-slide-foreground h1 {
    font-size: 36px;
    margin-bottom: 27px !important;
}

.news-page-slider-inner .fl-slide-foreground p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.news-page-slider-inner .fl-slide-foreground p a {
    text-transform: uppercase;
    padding: 8px 25px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 55px !important;
    display: inline-block;
}

.news-page-slider-inner .fl-slide-foreground p a:hover {
    background: #fff;
    color: #b4302b !important;
}

.news-inner-section .fl-post-image a {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding-top: 62%;
    width: 100%;
}

.news-inner-section .fl-post-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* ---------------- News list Page Css Ends ------------------- */
/* ---------------- About Us(Team) Page Css Starts ------------------- */

.project-page-inner-section ul,
.aboutus-page-inner-block ul {
    display: flex;
    flex-wrap: wrap;
}

.project-page-inner-section li,
.aboutus-page-inner-block li,
.tax-categories .cat-posts article,
.ast-separate-container.search-results .ast-article-post {
    margin-bottom: 40px;
}

.aboutus-page-inner-block li,
.ast-separate-container.search-results .ast-article-post {
    margin-right: 6.4%;
    width: 29%;
}

.project-page-inner-section li,
.tax-categories .cat-posts article {
    margin-right: 4.4%;
    width: 30.4%;
    position: relative;
    line-height: 0;
}

.project-page-inner-section li:nth-child(3n),
.aboutus-page-inner-block li:nth-child(3n),
.tax-categories .cat-posts article:nth-child(3n),
.ast-separate-container.search-results .ast-article-post:nth-child(3n) {
    margin-right: 0;
}

.project-page-inner-section .cat-image {
    display: inline-block;
    width: 100%;
}


/* .project-page-inner-section .cat-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;

} */

.project-page-inner-section .cat-name {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    height: auto;
    width: auto;
    right: 0;
    bottom: auto;
    line-height: 130%;
    text-align: center;
    padding: 0 10px;
    z-index: 2;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.project-page-inner-section .cat-image:before,
.cat-posts article .post-featured-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(48, 49, 52,0.63);
    width: 100%;
    z-index: 1;
    transition: all 0.3s linear;
}

.cat-posts article .post-featured-image:after {
    opacity: 0;
}

.cat-posts article .post-featured-image:hover:after {
    opacity: 1;
}

.project-page-inner-section li:hover  .cat-image:before {
    background: rgba(48, 49, 52,0.95);
}

.team-content h2 {
    font-family: 'Source Sans Pro', sans-serif;
}

.team-content .btn-email:hover a {
    color: #fff;
}

.team-content *:nth-child(1) {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

.team-content *:nth-child(2) {
    font-size: 15px;
    margin-bottom: 13px;
    color: #000;
}

.project-page-inner-section p:empty,
.project-page-inner-section .fl-rich-text p,
.aboutus-page-inner-block .fl-rich-text p,
.aboutus-page-inner-block p:empty {
    display: none;
}

.project-section,
.aboutus-page-sec,
.tax-categories .cat-posts {
    padding: 80px 0 40px;
}

.team-content .btn-email {
    background: #fff;
    border: 1px solid #d32028;
    color: #d32028;
    font-size: 12px;
    font-weight: 800;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
    padding: 9px 30px 8px 15px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-content .btn-email:hover {
    background: #d32028;
    color: #fff;
}

.project-page-inner-section .cat-image,
.team-profile,
.ast-separate-container.search-results .ast-article-post .post-thumb-img-content.post-thumb a {
    margin-bottom: 0;
    position: relative;
    padding-top: 100%;
    display: block;
}

.ast-separate-container.search-results .ast-article-post .post-thumb-img-content.post-thumb a {
    padding-top: 65%;
}

.project-page-inner-section .cat-image,
.cat-posts article .post-featured-image {
    display: inline-block;
    width: 100%;
    padding-top: 61%;
    position: relative;
}

.project-page-inner-section .cat-image img,
.team-profile img,
.cat-posts article .post-featured-image img,
.ast-separate-container.search-results .ast-article-post .post-thumb-img-content.post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team-content .btn-email:after {
    content: "\e900";
    display: inline-block;
    font-family: Astra;
    position: absolute;
    top: 9px;
    right: 15px;
    transform: rotate(-90deg);
}

/* ---------------- About Us(Team) Page Css Ends ------------------- */

.gform_confirmation_message {
    background: #edfaf3;
    padding: 10px 20px;
    color: #20bf6b;
    border: 2px solid #20bf6b;
    border-radius: 3px;
}

.fl-rich-text a.co_browse_all_job {
    color: #006266;
    font-weight: bold;
    transition: all 0.3s ease;
}
.fl-rich-text a.co_browse_all_job:hover {
    text-decoration: none !important;
    color: #009432;
}


/*----------------------*/
  /*Project Category*/
/*----------------------*/

.tax-categories #primary {
    width: 100%;
    margin: 0 !important;
}

.tax-categories #primary section.ast-archive-description {
    padding: 0;
    background: #b4302b;
}

.tax-categories .cat-posts {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cat-posts article a {
    display: block;
}

.cat-posts article .post-title {
    margin: 15px auto 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #303134;
    font-weight: normal;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}

.cat-posts article .post-featured-image:before {
    position: absolute;
    content: "View Project";
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    top: 60%;
    text-align: center;
    transition: all 0.3s linear;
    transform: translateY(-60%);
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    opacity: 0;
    transition: all 0.3s linear;
}

.cat-posts article .post-featured-image:hover:before {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.error404 .page-header .page-title {
    margin-bottom: 0;
    color: #6b6b6b;
    width: 100%;
    padding: 90px 0 10px;
}

.site-content .error-404 h1:before {
    content: "404";
    position: absolute;
    color: #d1353d;
    background: none;
    transform: unset;
    width: unset;
    height: unset;
    box-shadow: unset;
    top: -28px;
    right: 0;
    left: 0;
    font-size: 90px;
    font-weight: 700;
}

body.error404 {
    background: #fff;
}

.error-404.not-found .ast-404-layout-1 {
    padding-bottom: 0;
}

.error404 .page-header {
    background: none;
}

.ast-404-search {
    display: none;
}

.tax-categories section#feature-section {
    width: 100%;
    float: none;
}

.tax-categories section#feature-section .fl-col-group-nested .fl-col {
    width: 50%;
}

.tax-categories section#feature-section .fl-col-group-nested .fl-col:nth-child(2) .fl-node-content {
    margin-top: 0;
    margin-bottom: 0;
}

.tax-categories .fl-col .fl-module.common-btn .fl-module-content a.fl-button {
    border: 1px solid #fff;
    margin-top: 25px;
}

.tax-categories .fl-row > .fl-row-content-wrap {
    padding: 0;
}

/* Single Project */

.single div#primary {
    width: 100%;
    margin: 0 !important;
}

.project-slider .linked-image {
    padding-top: 60%;
    position: relative;
    display: block;
}

.project-slider .linked-image figure.no-image, 
.project-slider .linked-image img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    max-height: 400px !important;
    object-fit:cover;
    background:#fff;
}

.project-slider .owl-nav,
.project-cat-slider .owl-nav {
    position: absolute;
    top: 28%;
    transform: translateY(-28%);
    width: 100%;
    margin-top: 0 !important;
}

.project-slider .owl-theme .owl-nav > button,
.project-cat-slider .owl-nav > button {
    position: absolute;
    top: 0;
    width: 35px;
    height: 45px;
    font-size: 0 !important;
    margin: 0;
    background: transparent !important;
}

.project-slider .owl-theme .owl-nav > button.owl-prev:before,
.project-slider .owl-theme .owl-nav > button.owl-next:after,
.project-cat-slider .owl-nav > button.owl-prev:before,
.project-cat-slider .owl-nav > button.owl-next:after {
    content: "";
    position: absolute;
    background-image: url(image/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -55px;
    width: 35px;
    height: 45px;
    left: 0;
    top: 0;
}

.n2-ss-control-bullet-horizontal .nextend-bullet-bar {
    margin-top: 17px;
}

.n2-ss-control-bullet-horizontal {
    background: rgb(209,53,61,0.90) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 50px;
    visibility: visible !important;
}

.n2-ss-slider-1 .nextend-arrow {
    background-image: url(image/arrow-icon.png);
    background-repeat: revert;
    background-position: 0 1px;
    width: 40px !important;
    height: 48px !important;
}

.n2-ss-slider-1 .nextend-arrow.nextend-arrow-next {
    left: auto;
    transform: rotate(180deg);
}

.n2-ss-slider-1 .nextend-arrow.nextend-arrow-previous {
    right: auto;
}

.n2-ss-slider-1 .nextend-arrow img {
    display: none !important;
}

.project-cat-slider .owl-nav > button.owl-prev:before {
    background-position: 0 0;
}

.project-cat-slider .owl-nav > button.owl-next:after {
    background-position: -40px 0;
}

.project-slider .owl-theme .owl-nav > button.owl-next:after {
    background-position: -40px -54px;
}

.project-slider .owl-theme .owl-nav > button.owl-prev,
.project-cat-slider .owl-nav > button.owl-prev {
    left: -6%;
}

.project-slider .owl-theme .owl-nav > button.owl-next,
.project-cat-slider .owl-nav > button.owl-next {
    right: -6%;
}

.project-slider h4 {
    font-size: 24px;
    line-height: 140%;
    margin-top: 10px;
    min-height: 65px;
}

.main {
    padding: 0 0 50px;
}

.project-slider h2,
.news-section .project-content h3 {
    font-weight: 600;
    color: #d32028;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 36px;
}

.container {
    max-width: 1180px;
    padding: 0 15px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.project-slider {
    background: #f2f2f2;
    padding: 50px 0 10px;
}

.single-projects .project-content .container > div.col-1,
.single-projects .project-content .container > div.col-2 {
    padding-right: 4%;
}

.single-projects .project-content .container > div.col-1 {
    width: 28%;
}

.project-content h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 130%;
    margin-bottom: 5px;
}

.project-content p, 
.project-content li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.client p, 
.duration p, 
.team p {
    color: #000;
}

.project-content li {
    margin-bottom: 0;
}

.project-content ul {
    padding-left: 17px;
}

.project-content li {
    list-style: disc;
}

.project-content .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.single-projects .project-content .container > div {
    width: 36.33%;
}

.project-content .container > div img {
    text-align: right;
    margin: 0 0 20px;
    width: 100%;
}

.team-list {
    margin-bottom: 35px;
}

.project-content .common-button {
    margin: 0 auto;
    clear: both;
    display: inline-block;
    line-height: 110%;
    padding: 9px 15px 7px;
}

.common-button,
.carousel-button,
.ast-separate-container.search-results .ast-article-post .read-more a {
    background: #d1353d;
    display: inline-block;
    vertical-align: top;
    padding: 8px 29px;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 150%;
    font-size: 20px;
    border: 1px solid transparent;
    margin-top: 10px;
}

.carousel-button:hover,
.common-button:hover,
.ast-separate-container.search-results .ast-article-post .read-more a:hover {
    border: 1px solid #d1353d;
    background: #fff;
    color: #d1353d !important;
}

.common-button:focus,
.carousel-button:focus {
    color: #fff;
}

.news-section .project-content h3 {
    margin-bottom: 40px;
}

.project-cat-slider .cat-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: rgb(209,53,61,0.90);
    padding: 10px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 140%;
}

.owl-theme.project-cat-slider .owl-dots {
    margin: 50px 0 10px;
}

.cat-posts article a:hover .post-title {
    color: #d32028;
}

.n2-section-smartslider .n2_ss_video_player__cover:before {
    content: "";
    background-image: url(image/play.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block!important;
    background-size: cover;
}

.n2-section-smartslider .n2_ss_video_player__cover img,
.ast-separate-container.ast-right-sidebar #secondary {
    display: none;
}

.search-no-results.ast-separate-container #primary {
    width: 100%;
    margin: 0;
}

.search-no-results.ast-separate-container #primary .page-title,
.search-results #primary .page-title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.search-no-results.ast-separate-container #primary .no-results.not-found {
    margin: 0 auto;
    text-align: center;
}

.search-no-results.ast-separate-container #primary .no-results .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-no-results.ast-separate-container #primary .no-results .search-form .search-submit {
    background: #d32028;
    height: 42px;
    border-radius: 0;
}

.search-no-results.ast-separate-container #primary .no-results .search-form .search-field:focus {
    border: 1px solid #f4f4f4;
}

.search-no-results.ast-separate-container #primary .no-results .search-form .search-field {
    background: #f4f4f4;
}

.search-results .site-content header {
    background: transparent;
}

.search-results #primary {
    width: 100%;
    margin: 0 !important;
}

.ast-pagination:empty {
    display: none;
}

.ast-separate-container.search-results .site-main>.ast-row {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 15px 30px;
    display: flex;
    flex-wrap: wrap;
}

.ast-separate-container.search-results .ast-article-post .entry-title {
    font-size: 24px;
    color: #d32028;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 60px;
}

.ast-separate-container.search-results .ast-article-post .entry-title a {
    color: inherit;
}

.ast-separate-container.search-results .ast-article-post .entry-meta, 
.ast-separate-container.search-results .ast-article-post .entry-meta span, 
.ast-separate-container.search-results .ast-article-post .entry-meta a {
    color: #d1353d;
    margin-bottom: 10px;
}

.ast-separate-container.search-results .ast-article-post .entry-meta a:hover {
    color: #000;
}

.ast-separate-container.search-results .ast-article-post {
    padding: 0;
    border: none;
}

.ast-separate-container.search-results .ast-archive-description {
    padding: 0;
    margin: 0 !important;
    background: #b4302b;
}

.ast-separate-container.search .ast-archive-description {
    padding: 0;
    background: #b4302b;
}

.project-content .container > div.col-3 a:not(.common-button) {
    width: 100%;
    float: left;
    vertical-align: top;
    padding-top: 55%;
    position: relative;
    margin-bottom: 10px;
    margin-left: 2%;
    clear: right;
    z-index: 1;
}

.project-content .container > div a img,
.project-content .container > div a iframe {
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

.project-content .container > div.col-2 .image:nth-child(1),
.project-content .container > div.col-2 .image:nth-child(5),
.project-content .container > div.col-2 .image:nth-child(10) {
    width: calc(100% - 10px);
    padding-top: 50%;
}

.project-content .container > div.col-3 a.video:after {
    content: "";
    background-image: url(image/play.png);
    height: 85px;
    width: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    transform: translateY(-50%);
    background-position: 0 0;
}

.project-content .container > div.col-3 a.video:hover:after {
    background-position: -98px 0;
}

.project-content .container > div.col-2 p {
    position: relative;
}

.project-content .container > div.col-2 p:after {
    content: "";
    display: block;
    clear: both;
}

.project-content .container > div.col-2 br,
#wpdevart_download_img, 
#wpdevart_download_img, 
#wpdevart_desc_enable_full_img,
#wpdevart_lb_information_content span {
    display: none !important;
}

#wpdevart_lb_main_desc {
    background: transparent !important;
}

div#wpdevart_lb_main_window {
    border: none !important;
    border-radius: 0 !important;
}

#wpdevart_lb_main_desc img {
    filter: invert(1) !important;
}

#wpdevart_lb_main_desc img:hover {
    filter: invert(0) !important;
}

.welcom-section .welcome-content {
    margin-bottom: 0;
    width: 75%;
    margin: 15px auto;
}

.single-projects .project-content .container > div.col-3 {
    padding-left: 4%;
}

.mapp-layout {
    margin: 0;
    width: 100% !important;
    z-index: 0;
    border: none;
    height: 420px;
}
.mapp-layout .mapp-wrapper {
    height: 100% !important;
    min-width: 100%;
    min-height: 100%;
}

.contact-map-sec .fl-row-content {
    width: 100%;
    max-width: 100%;
}

/* .leaflet-container.leaflet-touch-drag {
    pointer-events: none;
} */

/*.mapp-canvas-panel {
    pointer-events: none;
}*/
.leaflet-popup-content-wrapper {
    pointer-events: all;
}
.fl-col .fl-module.common-btn .fl-module-content a.fl-button {
    border: 1px solid #fff !important;
}

.wpcp-carousel-section .wpcp-single-item {
    border: none !important;
}

.entry-content .client-logo p {
    margin-bottom: 0;
}

.wpcp-carousel-section .slick-arrow i:hover, 
.wpcp-carousel-section .slick-arrow i:focus {
    color: #000 !important;
}
.client-logo .wpcp-carousel-section .wpcp-single-item img {
    filter : grayscale(100%);
}
.mobile {
    display: none !important;
}
.cat-posts article a img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/*#desktop*/


div#n2-ss-2 .slider-play-icon .n2-ss-button-container a {
    border-radius: 50px;
    height: 55px;
    width: 55px;
    text-decoration: none !important;
}
div#n2-ss-2 .slider-play-icon .n2-ss-button-container a .nfa {
    margin: 4px 0 0 6px !important;
}

.litebox-overlay iframe {
    background: transparent !important;
}


ul.footer-bottom-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.footer-bottom-ul li img {
    max-height: 70px;
    height: auto;
    width: auto;
    max-width: 100%;
}


.news-section .project-content .container {
    display: block;
}
/*max screen*/

 /* News Section Project Content Css*/
 .project-content .slick-slider .wpcp-slide-image{
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 130px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
 }
 .project-content .slick-slider .wpcp-slide-image img{
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
 }
 
.post-description > p > img {
    max-width: 300px;
    width: 100%;
}
.custom-owl-item.slick-initialized {
    margin: 0 -20px;
}
.custom-owl-item.slick-initialized .slick-slide {
    padding: 0 20px;
    background: transparent;
}
.custom-owl-item.slick-initialized .slick-slide > a{
    padding-top: 60%;
    position: relative;
    display: block;
}
.custom-owl-item.slick-initialized .slick-slide > a > img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    background: #fff;
}
.custom-owl-item.slick-slider > .slick-next,
.custom-owl-item.slick-slider > .slick-prev {
    font-size: 0;
    background-color: transparent;
    min-width: 1px;
    padding: 0;
    position: absolute;
    background-image: url(image/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -55px;
    width: 35px;
    height: 45px;
    left: -25px;
    top: 35%;
    transform: translateY(-50%);
}
.custom-owl-item.slick-slider > .slick-next {
    left: auto;
    right: -25px;
    background-position: -40px -54px;
}


/* START CUSTOM CSS CODE */

    /* STRAT COMMON CODE */
        .co_title h2 {
            font-size: var(--f36);
            font-weight: 500;
            color: var(--primary);
        }
        .co_title h3 {
            font-size: var(--f24);
            font-weight: 500;
            color: var(--primary);
            margin-bottom: 15px;
        }
        .co_title h4 {
            font-size: var(--f26);
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 14px;
        }
        :root{

            --primary: #1a1a1a;
            --red: #d32028;
            --gray: #a9a9a9;
            --black: #000;
            --white: #fff;

            --f36: 36px;
            --f26: 26px;
            --f24: 24px;
            --f22: 22px;
            --f20: 20px;
            --f18: 18px;
            --f12: 12px;
        }
    /* END COMMON CODE */    
.header-main-layout-1 .main-header-container {
    justify-content: space-between;
}
.main-header-container .site-branding {
    max-width: 165px;
    width: 100%;
}
.main-header-container .ast-main-header-bar-alignment {
    width: 100%;
    max-width: calc(100% - 165px);
}
.site-logo-img {
    display: block;
}
a.custom-logo-link {
    display: block;
    width: 100%;
}
a.custom-logo-link .custom-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.co_career_main_section {
    padding: 75px 15px 107px 15px;
    max-width: 1180px;
}
.co_career_main_section .fl-row-content-wrap {
    padding: 0;
}
.co_career_main_section .fl-row-fixed-width {
    max-width: 100%;
}
.co_career_main_section .fl-col-content .fl-module-content {
    margin: 0;
}
div.fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
    border: none;
    position: relative;
    border-right: 3px solid rgba(3, 50, 67, 0.2);
    transition: all 0.3s ease;
    font-size: var(--f18);
    color: var(--gray);
    padding: 20px 22px 20px 0;
    display: block;
    text-decoration: none;
    width: 100%;
}
div.fl-tabs-vertical .fl-tabs-label.fl-tab-active,
div.fl-tabs-vertical .fl-tabs-labels .fl-tabs-label:hover {
    color: var(--primary);
}
div.fl-tabs-vertical .fl-tabs-labels .fl-tabs-label::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 3px;
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease;
}
div.fl-tabs-vertical .fl-tabs-label.fl-tab-active::before {
    background-color: var(--primary);
}
div.fl-node-6182234692d29 .fl-tabs-panels,
div.fl-node-6182234692d29 .fl-tabs-panel {
    border: none;
}
div.fl-tabs-vertical .fl-tabs-labels {
    width: 100%;
    padding: 0 15px 0 0;
    position: sticky;
    top: 150px;
    max-width: 265px;
}
div.fl-tabs-vertical .fl-tabs-panels {
    width: 100%;
    padding-left: 47px;
    max-width: calc(100% - 265px);
}
.fl-tabs-panel-content > p {
    display: none;
}


.co_top_wrap {
    border-bottom: 2px solid var(--gray);
    padding-bottom: 10px;
}

.co_contant {
    margin-top: 25px;
}
.co_contant p {
    font-size: var(--f18);
    color: var(--gray);
}
.co_available_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
.co_available_ul li {
    width: 100%;
    max-width: 320px;
    padding: 22px;
    border-bottom: 3px solid var(--red);
    margin-bottom: 50px;
}
.co_available_ul li:nth-child(2n) {
    margin-right: 0;
}
.co_available_ul li p {
    font-size: var(--f20);
    font-weight: 300;
    color: var(--black);
}



/* START DESKTOP-4 PAGE */
.btn_red {
    margin-top: 30px;
}
.btn_red a {
    border: 3px solid var(--red);
    max-width: 270px;
    width: 100%;
    height: 70px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    font-size: var(--f22);
    font-weight: 600;
    color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn_red a:hover {
    background-color: #ffe6e7;
}
.btn_red .fl-rich-text a:hover {
    text-decoration: none !important;
}




.co_sinlge_template_left_col.fl-col {
    position: sticky;
    top: 140px;
    max-width: 290px;
    width: 100%;
}
.co_career_content_right_col.fl-col {
    width: 100% !important;
    max-width: calc(100% - 340px);
    margin-left: 50px;
}
.co_career_content_right_col > .fl-col-content {
    position: relative;
    padding-left: 50px;
}
.co_career_content_right_col .co_arrow_sec {
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 30px;
}
.co_career_content_right_col .co_arrow_sec div {
    width: 100%;
    height: 100%;
}
.co_apply_now_btn .fl-module-content .fl-rich-text > p {
    display: none;
}
.co_sinlge_template_left_col .fl-col-group {
    margin-bottom: 10px;
}
.co_sinlge_template_left_col .fl-col-group:last-child {
    margin: 0;
}
.co_detail_wrap .fl-node-content {
    width: 100%;
    margin: 0;
}
.co_detail_wrap .fl-module {
    display: inline-block;
}
.co_detail_wrap .fl-rich-text p {
    margin: 0;
    font-weight: 600;
    color: var(--primary);
    font-size: var(--f22);
}
.co_detail_wrap .fl-module:last-child .fl-rich-text p{
    font-weight: 300;
    color: #383e40;
}
.co_detail_wrap .fl-rich-text p a{
    text-decoration: none !important;
    font-weight: 300;
    color: #383e40;
    transition: all 0.3s ease;
}
.co_detail_wrap .fl-rich-text p a:hover{
    color: var(--red);
}
.co_apply_now_btn .fl-module-content {
    margin: 0;
}




.co_single_page_container .co_top_wrap {
    border: none;
}
.co_single_list {
    margin-top: 50px;
}
.co_single_ul {
    margin-top: 35px;
}
.co_single_ul li {
    font-size: var(--f24);
    line-height: 120%;
    margin-bottom: 5px;
    color: var(--black);
    position: relative;
    padding-left: 30px;
}
.co_single_ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black);
}






.fl-row.co_banner {
    background-color: #b4302b;
}
.fl-row.co_banner.fl-node-618238fd6f10d > .fl-row-content-wrap::after {
    display: none;
}
.fl-row.co_banner .fl-row-fixed-width {
    max-width: 1150px;
    padding: 60px 0 56px;
    position: relative;
    overflow: hidden;
}
.fl-row.co_banner .fl-row-fixed-width::before {
    content: "";
    background: #98221d;
    height: 100%;
    width: 8%;
    position: absolute;
    bottom: 0;
    top: 0px;
    right: 5.5%;
    transform: rotate(15deg) scale(1.5);
    z-index: 0;
    box-shadow: -45px 0px 0px 0px #a92b26;
}
.fl-row.co_banner > .fl-row-content-wrap {
    padding: 30px 0 0 0;
}
.fl-row.co_banner .fl-row-fixed-width .fl-module-content {
    margin: 0;
}
.fl-row.co_banner .fl-row-fixed-width .fl-module-content h2.fl-heading {
    font-size: 36px;
    text-transform: uppercase;
}

/* END DESKTOP-4 PAGE */


.co_contact_hr_dept_row .fl-row-content {
    position: relative;
    padding: 30px 30px 30px 70px;
    max-width: 900px;
    box-shadow: 0 0 3px rgba(0,0,0,0.07);
    border-radius: 5px;
}
.co_contact_hr_dept_row .fl-row-content .co_arrow_sec {
    position: absolute;
    top: 42px;
    left: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gform_wrapper .co_contact_hr_dept select {
    -webkit-appearance: none;
    appearance: none;
    background: url("../../uploads/2021/11/down.png") no-repeat;
    background-position: 99% center;
    padding-right: 40px !important;
    cursor: pointer;
}

/* END CUSTOM CSS CODE */




/* Fom Deisgn From Prince Start */
.co_contact_hr_dept{
    padding-top: 60px;
}

.co_contact_hr_dept .gfield_label{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--primary);
    line-height: normal;
}

.co_contact_hr_dept input, .gform_wrapper .co_contact_hr_dept select{
    height: 41px;
    border-radius: 5px;
    border: 0.5px solid rgba(3, 50, 67, 0.2);
    background-color: transparent;
}

.co_contact_hr_dept textarea{
    height: 173px !important;
    background-color: transparent;
    border-radius: 5px;
    border: 0.5px solid rgba(3, 50, 67, 0.2);
    background-color: transparent;
    resize: none;
}

.co_contact_hr_dept input[type="submit"] {
    border: 1px solid var(--primary);
    border-radius: 5px;
    font-weight: 600;
    font-size: var(--f22);
    line-height: normal;
    color: var(--primary);
    height: auto;
    transition: all 0.3s ease;
}

.co_contact_hr_dept input[type="submit"]:hover,
.co_contact_hr_dept input[type="submit"]:focus{
    background-color: var(--primary);
    color: #fff;
}

.co_available_ul.title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: var(--f26);
    line-height: 32px;
    color: var(--primary);
    margin-bottom: 5px;
}

.co_contact_hr_dept .ginput_container_fileupload .gform_fileupload_multifile{
    position: relative;
}

.co_contact_hr_dept .ginput_container_fileupload .gform_fileupload_multifile{

}

#gform_wrapper_3.co_contact_hr_dept_wrapper .gform_heading{
    display: none;
}

.co_contact_hr_dept #field_3_4,
.co_contact_hr_dept #field_3_2,
.co_contact_hr_dept #field_3_3,
.co_contact_hr_dept #field_3_1{
    max-width: 639px;
}

.co_career_single_page_right_col .fl-module-content{
    margin: 0;
}

.co_career_single_page_right_col{
    /* padding: 0 15px; */
}

.co_career_single_page_right_col h2.fl-heading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: var(--f36);
    color: var(--primary);
    margin-bottom: 30px !important;
    display: block;
}

.co_career_single_page_right_col p{
    font-style: normal;
    font-weight: normal;
    font-size: var(--f18);
    color: rgba(0, 0, 0, 0.9);
}

.co_career_single_page_right_col .fl-module-fl-post-content h1,
.co_career_single_page_right_col .fl-module-fl-post-content h2,
.co_career_single_page_right_col .fl-module-fl-post-content h3,
.co_career_single_page_right_col .fl-module-fl-post-content h4,
.co_career_single_page_right_col .fl-module-fl-post-content h5,
.co_career_single_page_right_col .fl-module-fl-post-content h6{
    font-weight: 500;
    font-size: var(--f24);
    color: var(--primary);
    padding-bottom: 15px;
}

.co_career_single_page_right_col ol li,
.co_career_single_page_right_col ul li{
    position: relative;
    padding-left: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: var(--f18);
    color: rgba(0, 0, 0, 0.9);
    line-height: normal;
    padding-bottom: 10px;
}
.co_career_single_page_right_col ol li{
    padding-left: 0;
}

.co_career_single_page_right_col ol, 
.co_career_single_page_right_col ul{
    padding-left: 20px;
    margin-bottom: 30px;
}

.co_career_single_page_right_col ol {
    margin-left: 20px;
}

.co_career_single_page_right_col ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
}

.co_apply_now .fl-module-content.fl-node-content{
    margin: 0;
}

.fl-builder-content .co_apply_now .fl-button{
    background-color: #FFFFFF !important;
    border: 3px solid #D32028 !important;
    box-sizing: border-box;
    border-radius: 15px;
    min-width: 117px;
}

.fl-builder-content .co_apply_now .fl-button:hover{
    background-color: #D32028 !important;
    
}

.fl-builder-content .co_apply_now .fl-button:hover span{
    color: #fff;
}

.fl-builder-content .co_apply_now .fl-button span{
    color: #D32028;
}

/* Fom Deisgn From Prince End */



 /* News Section Project Content Css*/
@media only screen and (min-width:1440px) {
 
    .welcom-section>.fl-col-content {
        max-width: 88%;
    }
}

@media only screen and (max-width:1600px) {
    
    .fl-content-slider-navigation {
        left: 1.5%;
        right: 1.5%;
    }

    header .main-header-menu>.menu-item>a,
  .fl-col .fl-module.common-btn .fl-module-content a.fl-button {
        font-size: 16px;
    }

    .cat-posts article .post-featured-image:before,
  .project-slider h4 {
        font-size: 22px;
    }

    .common-button,
  .carousel-button {
        font-size: 17px;
    }

    .project-content .common-button:hover {
        color: #fff;
    }

    .project-slider .owl-theme .owl-nav > button.owl-prev {
        left: -4%;
    }

    .project-slider .owl-theme .owl-nav > button.owl-next {
        right: -4%;
    }

    .project-slider h2,
    .news-section .project-content h3 {
        font-size: 34px;
    }

    .common-button, .carousel-button, 
    .ast-separate-container.search-results .ast-article-post .read-more a {
        font-size: 17px;
    }
}

@media only screen and (max-width:1250px) {

    .welcom-section>.fl-col-content {
        max-width: 1150px;
    }

    header .main-header-menu>.menu-item>a,
  .fl-col .fl-module.common-btn .fl-module-content a.fl-button,
  body p {
        font-size: 14px;
    }

    header .main-header-menu>.menu-item>a {
        margin: 60px 0 0 15px !important;
    }

    .ast-above-sticky-header-active header .main-header-menu>.menu-item>a {
        margin: 34px 0 0 15px !important;
    }

    .fl-col.feature-section p {
        max-width: 96%;
    }

    .fl-col.feature-section h1,
  .welcom-section h1 {
        font-size: 36px;
        margin-bottom: 5px !important;
    }

    .fl-col.feature-section h2,
  .welcom-section h2 {
        font-size: 24px;
    }

    .fl-col.feature-section h5 {
        font-size: 20px;
    }

    .welcom-section p {
        font-size: 16px;
    }

    .feature-section .common-btn .fl-module-content {
        margin: 5px 0 0 20px;
    }

    .feature-section .fl-col-group-nested .fl-col-small:last-child::before {
        margin-left: -13%;
    }

    header .main-header-menu>.menu-item>a, .fl-col .fl-module.common-btn .fl-module-content a.fl-button {
        font-size: 14px;
    }

    .contact-form-section .fl-row-content,
  .site-content header h1,
  .aboutus-page-sec .fl-row-content,
  .news-page-sec .fl-row-content,
  .news-page-slider-inner .fl-slide-foreground,
  .project-section .fl-row-content,
  .contact-form-section .fl-row-content,
  .tax-categories #primary section.ast-archive-description .page-title,
  .search #primary .page-title {
        width: calc(100% - 30px);
    }

    .news-page-slider-inner .fl-slide-foreground h1 {
        font-size: 28px;
        margin-bottom: 10px !important;
    }

    .news-page-slider-inner .fl-slide .fl-slide-content-wrap {
        margin-top: 90px;
    }

    .news-page-slider-inner .fl-content-slider, .news-page-slider-inner .fl-slide {
        min-height: 360px;
    }

    .news-page-slider-inner .fl-slide-foreground p {
        font-size: 16px;
    }

    .news-page-sec .new-page-heading h2 {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
        font-size: 26px;
    }

    .news-inner-section .fl-post-feed-post h2 {
        font-size: 28px;
    }

    .project-page-inner-section .cat-name,
  .cat-posts article .post-featured-image:before {
        font-size: 20px;
    }

    .news-page-slider-inner .fl-slide-content {
        padding-left: 40px;
    }

    .site-content header h1, 
  .tax-categories #primary section.ast-archive-description .page-title,
  .search-results #primary .page-title {
        font-size: 24px !important;
        padding: 50px 250px 50px 0;
    }

    .project-slider .owl-wrapper {
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    .project-slider .owl-theme .owl-nav > button.owl-prev {
        left: -5%;
    }

    .project-slider .owl-theme .owl-nav > button.owl-next {
        right: -5%;
    }

    .welcom-section .fl-module-content {
        margin: 0 auto;
        width: calc(100% - 150px);
    }

    .project-slider .owl-nav, .project-cat-slider .owl-nav {
        top: 25%;
        transform: translateY(-25%);
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer.sub-title {
        margin-top: 10px;
    }

    .project-content .container > div.col-2 a[rel="wpdevart_lightbox_video"]:after {
        background-size: auto 100%;
        height: 30px;
        width: 30px;
    }

    .custom-owl-item.slick-initialized .slick-list {
        max-width: calc(100% - 100px);
        margin: 0 auto;
    }
    .custom-owl-item.slick-slider > .slick-next{
        right: 20px;
    }
    .custom-owl-item.slick-slider > .slick-prev {
        left: 20px;
    }

    .fl-tabs-vertical .fl-tabs-panels {
        padding-left: 25px;
    }


    :root {
        --f36: 26px;
        --f26: 22px;
        --f24: 20px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
    }
    .co_title h2 {
        margin-bottom: 10px;
    }

    .co_contant {
        margin-top: 10px;
    }
    .fl-row.co_banner .fl-row-fixed-width .fl-module-content h2.fl-heading {
        font-size: 24px;
    }
    .fl-row.co_banner .fl-row-fixed-width {
        padding: 50px 0 47px;
        width: calc(100% - 30px);
    }
    div.fl-tabs-vertical .fl-tabs-labels {
        top: 210px;
    }
    .co_contact_hr_dept_row .fl-row-content .co_arrow_sec {
        top: 37px;
    }
    .co_career_content_right_col .co_arrow_sec {
        top: 2px;
    }
}

@media screen and (min-width: 922px) {

    .ast-above-sticky-header-active .social-link {
        right: 0.5%;
        transform: translate(0,-50%);
    }

    .social-link {
        display: block;
        transform: translate(4%,-50%);
        right: -4%;
        transition: all 0.5s linear;
    }
}

@media only screen and (max-width:921px) {
    
    .mapp-layout {
        height: calc(100vh - 150px);
    }
    .contact-form-section .fl-col-group .fl-col:first-child p {
        font-size: 16px;
    }

    .ast-header-break-point .ast-hide-custom-menu-mobile .ast-masthead-custom-menu-items {
        display: block;
        padding-left: 0;
    }

    .site-content header h1,
  .tax-categories #primary section.ast-archive-description .page-title,
  .search #primary .page-title {
        padding: 40px 220px 40px 0;
        font-size: 28px !important;
    }

    .site-content header h1:before,
  .tax-categories #primary section.ast-archive-description .page-title:before,
  .search #primary .page-title:before,
  .fl-row.co_banner .fl-row-fixed-width::before {
        box-shadow: -44px 0px 0px 0px #a92b26;
    }

    .contact-form-section .fl-col-group .fl-col:last-child h2 {
        margin-bottom: 20px !important;
        font-size: 24px;
    }

    .contact-form-section .fl-col-group .fl-col:first-child h3 {
        margin-top: 55px !important;
    }

    .contact-form-section {
        padding: 50px 0;
    }

    .custom-logo-link {
        max-width: 100px;
        width: 100%;
        display: block;
    }

    .ast-flex.ast-above-header-section-wrap .ast-above-header-section {
        padding: 10px 0 !important;
    }

    .ast-button-wrap .menu-toggle .menu-toggle-icon {
        line-height: 100%;
        background: #d1353d;
    }

    .ast-button-wrap .menu-toggle .menu-toggle-icon:before {
        font-size: 34px;
        line-height: 100%;
        color: #fff;
    }

    .feature-section .fl-col-group-nested .fl-col {
        width: 100% !important;
        float: none;
        max-width: 100% !important;
    }

    .feature-section .fl-col-group-nested .fl-col-small:last-child::before {
        display: none;
    }

    .feature-section .fl-col-group-nested .fl-col-small:last-child .fl-col-content {
        top: 0;
        transform: none;
        position: relative;
    }

    .feature-section .fl-col-group-nested .fl-col-small:last-child {
        padding: 0;
    }

    .footer-section .fl-module-rich-text .fl-module-content {
        margin-top: 5px;
    }

    .feature-section>.fl-col-content {
        overflow: visible;
    }

    .fl-col.feature-section h1,
  .welcom-section h1 {
        font-size: 28px;
    }

    .fl-col.feature-section h2,
  .welcom-section h2 {
        font-size: 22px;
    }

    .client-logo .footer-bottom-ul {
        margin: 0;
        display: block;
        font-size: 0;
    }

    .client-logo .footer-bottom-ul li {
        width: 50%;
        display: inline-block;
    }

    .footer-section .fl-col {
        max-width: 50%;
        float: left;
        clear: right;
        width: 50% !important;
        text-align: left;
        padding-left: 11%;
    }

    .social-link {
        position: relative;
        top: 0;
        transform: none;
        display: flex;
        justify-content: center;
        background: #f4f4f4;
        right: 0;
    }

    header .main-header-menu>.menu-item>a {
        margin: 0 !important;
        padding: 15px 35px !important;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
        background: #d1353d;
        height: 44px;
    /* height: 100%; */
        width: 38px;
        border-radius: 0;
        right: 0;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle:before {
        font-size: 18px;
        line-height: 110%;
        color: #fff;
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu li a:before {
        display: none;
    }

    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        height: auto;
    }
    
    .ast-header-break-point .main-navigation ul .menu-item.menu-item-has-children ul.sub-menu li.current-menu-parent a {
        color: #d1353d;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation {
        height: 100%;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: calc(100% - 100px);
        padding: 0;
        margin: 0;
        border: none;
        transition: all 0.3s ease-out;
        display: block !important;
        transform: translateX(-100%);
        overflow-y: auto;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation.toggle-on {
        transform: none;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation .main-header-menu {
        border: none;
        background: transparent;
        padding: 10px 20px;
    }

    .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
        font-size: 16px;
        padding: 5px 20px;
        font-weight: 600;
        line-height: 150%;
    }

    .main-header-bar-wrap .main-header-bar {
        min-height: 76px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .site-content {
        padding-top: 117px;
    }

    .fl-col .fl-module.common-btn .fl-button-group-layout-horizontal .fl-button-wrap {
        margin: 0 auto 10px;
    }
    
    .ast-header-break-point .main-navigation ul > li.current_page_parent > a,
    .ast-header-break-point .main-navigation ul > li.current_page_parent:hover > a,
    .ast-header-break-point .main-navigation ul .menu-item.current_page_item > .menu-link {
        background: #d1353d;
        color: #fff;
    }

    .ast-above-header-wrap {
        z-index: 0;
    }

    .main-header-menu .current-menu-ancestor>.menu-link {
        color: #d1353d;
    }

    .ast-main-header-nav-open:after {
        position: fixed;
        background: #00000061;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 0;
        content: "";
    }

    .news-page-slider-inner .fl-slide-foreground {
        position: absolute;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news-page-slider-inner .fl-slide .fl-slide-content-wrap {
        margin-top: 0;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content {
        background: none !important;
        padding: 0 0 0 30px!important;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content-wrap {
        text-align: left;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content-wrap {
        width: 50% !important;
    }

    .news-page-slider-inner .fl-slide:after {
        display: none;
    }

    .news-page-slider-inner .fl-slide {
        overflow: hidden;
    }

    .news-page-slider-inner .fl-slide:before {
        width: 45%;
        background: #b4302b;
        transform: rotate(10deg) scale(1.4);
    }

    .news-page-slider-inner .fl-slide-foreground p a {
        margin-top: 13px !important;
    }

    .news-page-slider-inner .fl-slide-foreground p {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .fl-builder-content .news-page-slider-inner .fl-slide .fl-slide-foreground h1 {
        font-size: 20px !important;
    }

    .news-page-sec, .contact-form-section {
        padding: 50px 0;
    }

    .news-inner-section .fl-post-feed-post h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news-inner-section .fl-post-feed-post .fl-post-excerpt p {
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .team-content *:nth-child(2) {
        font-size: 16px;
    }

    .project-section,
  .aboutus-page-sec {
        padding: 40px 0 0;
    }

    .tax-categories .cat-posts {
        padding: 40px 15px 0;
    }

    .cat-posts article .post-title {
        margin: 15px auto 0;
        font-size: 18px;
    }

    .project-page-inner-section .cat-name {
        font-size: 18px;
    }

    .error-404.not-found .ast-404-layout-1 {
        padding: 50px 20px;
    }

    .ast-404-layout-1 .page-sub-title {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .common-button, .carousel-button,
    .ast-separate-container.search-results .ast-article-post .read-more a {
        padding: 9px 15px;
        font-size: 16px;
    }

    .project-cat-slider .owl-nav > button.owl-next {
        right: -5%;
    }

    .project-cat-slider .owl-nav > button.owl-prev {
        left: -5%;
    }

    .n2-ss-slider .n2-ss-layer-content .n2-ss-layer.sub-title {
        margin-top: 5px;
    }

    .project-content .container > div.col-1 {
        padding-right: 5%;
    }

    .project-content p, 
    .project-content li {
        font-size: 16px;
    }

    .fl-tabs-vertical .fl-tabs-panels {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .co_career_single_page_right_col h2.fl-heading {
        margin-bottom: 10px !important;
    }

    .co_career_single_page_right_col ol li, .co_career_single_page_right_col ul li {
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .co_career_single_page_right_col ul li:before {
        top: 6px;
    }

    .co_career_single_page_right_col ol, .co_career_single_page_right_col ul {
        margin-bottom: 15px;
    }
    .co_available_ul li {
        max-width: calc(50% - 10px);
        margin-right: 20px;
        padding: 15px;
        margin-bottom: 30px;
    }
    .co_contact_hr_dept {
        padding-top: 40px;
    }
    div.fl-tabs-vertical .fl-tabs-labels {
        top: 230px;
        padding-right: 0;
        max-width: 220px;
    }
    div.fl-tabs-vertical .fl-tabs-panels {
        padding-left: 0;
        max-width: calc(100% - 220px);
    }
    div.fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
        padding: 10px 15px 10px 0;
    }
    .btn_red a {
        height: 50px;
        max-width: 170px;
        border-radius: 10px;
    }
    .co_sinlge_template_left_col.fl-col {
        top: 220px;
        max-width: 250px;
    }
    .co_career_content_right_col.fl-col {
        max-width: calc(100% - 270px);
        margin-left: 20px;
    }
    .fl-row.co_banner .fl-row-fixed-width .fl-module-content h2.fl-heading {
        font-size: 28px;
    }
    .fl-row.co_banner .fl-row-fixed-width {
        padding: 40px 0 38px;
    }
    
    .main-header-container .ast-main-header-bar-alignment {
        width: 100%;
        max-width: unset;
    }
    .co_contact_hr_dept_row .fl-row-content {
        padding: 30px 30px 30px 60px;
    }
    .co_contact_hr_dept_row .fl-row-content .co_arrow_sec {
        width: 30px !important;
        top: 32px;
    }
    .co_arrow_sec .fl-node-618b51389ec7d .fl-icon i::before {
        font-size: 20px;
    }
    .co_career_content_right_col .co_arrow_sec .fa-arrow-left::before {
        font-size: 20px;
    }
    .co_career_content_right_col > .fl-col-content {
        padding-left: 30px !important;
    }
    .co_career_content_right_col .co_arrow_sec {
        top: -1px;
        width: 30px !important;
    }
}

@media only screen and (max-width:768px) {

    .project-cat-slider .owl-nav > button.owl-prev {
        left: -8%;
    }

    .project-cat-slider .owl-nav > button.owl-next {
        right: -8%;
    }

    .project-content .container > div.col-3 a.video:after {
        height: 50px;
        width: 50px;
        background-size: auto 100%;
    }
    
    .post-description > p > img {
        max-width: 300px;
        width: 100%;
        float: none;
        clear: both;
        margin: 0 auto 10px auto !important;
        display: block;
    }

    div.fl-tabs-vertical .fl-tabs-panels {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .co_career_main_section .fl-tabs-panel-label span {
        font-size: var(--f36);
        color: var(--primary);
    }
    .co_title h2 {
        display: none;
    }
    .co_contact_hr_dept #field_3_4, .co_contact_hr_dept #field_3_2, .co_contact_hr_dept #field_3_3, .co_contact_hr_dept #field_3_1 {
        max-width: 100%;
    }
    .co_career_single_page_content .fl-col-group.fl-node-61823db063250 {
        padding: 0 15px;
    }
    .co_career_single_page_content .fl-col.fl-col-has-cols {
        float: left;
        clear: unset;
    }
}

@media only screen and (max-width:767px) {
    
    .mobile {
        display: inline-block !important;
    }
    .desktop {
       display: none !important;    
    }
    .project-cat-slider .cat-name {
        font-size: 18px;
    }

    .single-projects .project-content .container > div.col-3 {
        padding-left: 0;
    }

    

    .welcom-section .welcome-content {
        width: 100%;
    }

    .ast-separate-container.search-results .ast-article-post:last-child {
        margin-bottom: 0;
    }

    .project-content .container > div.col-3 a:not(.common-button) {
        margin: 0 0 15px;
    }

    header .main-header-menu>.menu-item>a {
        margin: 0 !important;
        padding: 10px !important;
    }

    .ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
        padding-left: 0;
    }

    .ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
        padding: 0;
    }

    .title .n2-ss-item-content {
        font-size: 30px !important;
        margin-top: -20px;
    }

    div.owl-theme .owl-dots .owl-dot span {
        margin: 0 3px;
        height: 10px;
        width: 10px;
    }

    .sub-title .n2-ss-item-content {
        margin-top: -20px;
        font-size: 16px !important;
    }

    .welcom-section {
        padding: 25px 0;
    }

    .feature-section .fl-col-group-nested .fl-col-small:last-child .fl-col-content .fl-module-content {
        margin: 0 20px 5px;
    }

    .client-logo {
        padding: 35px 30px;
    }

    .client-logo .fl-module-content {
        margin: 0;
    }

    .client-logo .footer-bottom-ul li {
        width: 48%;
        display: inline-block;
        border: 1px solid #ccc;
        margin-right: 4%;
        margin-bottom: 4%;
        min-height: 90px;
        vertical-align: middle;
        position: relative;
        padding: 10px;
    }

    .client-logo .footer-bottom-ul li img {
        position: absolute;
        left: 0;
        top: 0;
        margin: auto;
        right: 0;
        bottom: 0;
    }

    .client-logo .footer-bottom-ul li:nth-child(2n) {
        margin-right: 0;
    }

    .fl-col.feature-section h1,
  .welcom-section h1 {
        font-size: 24px;
        margin-bottom: 15px !important;
    }

    .fl-col.feature-section h2,
  .welcom-section h2 {
        font-size: 20px;
    }

    .fl-col.feature-section h5 {
        font-size: 17px;
    }

    .fl-col .fl-module.common-btn .fl-module-content a.fl-button {
        font-size: 15px !important;
    }

    .welcom-section .fl-module-content {
        margin-top: 10px;
    }

    .footer-section .fl-col {
        max-width: 50%;
        float: left;
        clear: right;
        width: 50% !important;
        padding-left: 0;
    }

    .ast-above-header-wrap .ast-above-header {
        padding: 0;
    }

    .client-logo .fl-module-content {
        margin: 0;
    }

    .fl-col.client-logo {
        padding: 30px 20px;
    }

    .social-link li {
        margin: 10px 3px;
    }

    .footer-section>.fl-row-content-wrap {
        padding: 20px 10px 0 !important;
    }

    .project-section .fl-row-content,
  .aboutus-page-sec .fl-row-content,
  .contact-form-section .fl-row-content,
  .site-content header h1,
  .search #primary .page-title {
        width: 90%;
    }

    .contact-form-section .fl-col-group {
        flex-direction: column;
    }

    .contact-form-section .fl-col-group .fl-col {
        width: 100% !important;
        max-width: 100%;
    }

    .contact-form-section .fl-col-group .fl-col:first-child h3 {
        margin-top: 0px !important;
    }

    .contact-form-section .fl-col-group .fl-col:last-child {
        margin-top: 30px;
    }

    .contact-form-block ul li:nth-child(2),
  .contact-form-block ul li:nth-child(3) {
        width: 100%;
    }

    .contact-form-block ul li:first-child span:first-child,
  .contact-form-block ul li {
        margin: 0 0 10px !important;
    }

    .contact-form-block .gform_footer input {
        margin-bottom: 0 !important;
        width: auto !important;
        min-width: 100px !important;
        padding: 5px 10px !important;
    }

    .contact-form-section .fl-col-group .fl-col:last-child p {
        margin-bottom: 0;
        font-size: 16px;
    }

    .contact-form-block .gform_footer {
        margin: 25px 0 0;
        text-align: left;
    }

    .site-content header h1:before,
  .tax-categories #primary section.ast-archive-description .page-title:before,
  .search #primary .page-title:before,
  .fl-row.co_banner .fl-row-fixed-width::before {
        box-shadow: -26px 0px 0px 0px #a92b26;
        right: 5%;
    }

    .site-content header h1,
  .tax-categories #primary section.ast-archive-description .page-title,
  .search-results #primary .page-title,
  .search-no-results #primary .page-title {
        padding: 20px 80px 20px 0;
        font-size: 18px !important;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-text *:nth-child(2) {
    /*  display: none; */
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content {
        padding: 40px 0 !important;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content-wrap {
        width: 80% !important;
        padding: 0;
        margin: 0;
    }

    .fl-builder-content .news-page-slider-inner .fl-slide .fl-slide-foreground h1 {
        font-size: 18px !important;
    }

    .news-page-slider-inner .fl-slide-foreground p a {
    /*   margin-top: 0px!important; */
        padding: 5px 18px;
    }

    .news-page-sec .fl-row-content, .news-page-slider-inner .fl-slide-foreground {
        width: 90%;
    }

    .news-page-slider-inner .fl-slide:before {
        width: 46%;
    }

    .news-inner-section .fl-post-feed-post {
        overflow: visible;
        flex-direction: column;
    }

    .news-inner-section .fl-post-feed-post .fl-post-more-link a {
        margin-top: 10px;
        display: inline-block;
        padding: 6px 33px 6px 20px;
    }

    .news-inner-section .fl-post-feed-post .fl-post-more-link a:after {
        right: 15px;
    }

    .news-inner-section .fl-post-feed-post .fl-post-text {
        padding: 0;
        margin-top: 10px;
    }

    .news-inner-section .fl-post-feed-post h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .news-inner-section .fl-post-feed-post {
        margin-bottom: 30px;
    }

    .news-page-slider-inner .fl-content-slider .bx-viewport,
  .news-page-slider-inner .fl-content-slider {
        min-height: 250px !important;
    }

    .news-page-slider-inner .fl-slide-mobile-photo {
        display: block;
        padding-top: 60%;
    }

    .news-page-slider-inner .fl-slide-mobile-photo img {
        position: absolute;
        object-fit: cover;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .news-page-slider-inner .fl-slide-foreground {
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .aboutus-page-inner-block li,
  .aboutus-page-inner-block li:nth-child(3n),
  .tax-categories .cat-posts article,
  .tax-categories .cat-posts article:nth-child(3n),
  .project-page-inner-section li,
  .project-page-inner-section li:nth-child(3n),
  .ast-separate-container.search-results .ast-article-post,
  .ast-separate-container.search-results .ast-article-post:nth-child(3n) {
        margin-right: 6.4%;
        width: 46.8%;
    }

    .project-page-inner-section li:nth-child(2n),
  .aboutus-page-inner-block li:nth-child(2n),
  .tax-categories .cat-posts article:nth-child(2n) {
        margin-right: 0;
    }

    .team-content *:nth-child(2) {
        font-size: 15px;
    }

    .team-content *:nth-child(1) {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .project-section, 
  .aboutus-page-sec {
        padding: 40px 0;
    }

    .tax-categories .cat-posts {
        padding: 40px 15px 0;
    }

    .cat-posts article .post-featured-image:before {
        font-size: 16px;
    }

    .gform_confirmation_message {
        margin-top: 10px;
    }

    .project-page-inner-section .cat-name {
        font-size: 20px;
    }

    .project-page-inner-section li, 
 .aboutus-page-inner-block li,
 .tax-categories .cat-posts article {
        margin-bottom: 15px;
    }

    .project-page-inner-section .cat-image {
        padding-top: 50%;
    }

    .news-page-slider-inner .fl-slide:before {
        width: 100%;
        transform: unset;
        background: rgba(169, 43, 38, 0.8);
        left: 0;
    }

    .news-page-slider-inner .fl-slide-foreground h1, .news-page-slider-inner .fl-slide-foreground p {
        text-align: center;
    }

    .fl-content-slider-navigation>a:before {
        top: 50%;
    }

    .home .site-content {
        padding-top: 117px;
    }

    .cat-posts article .post-title {
        font-size: 16px;
    }

    .news-inner-section .fl-post-feed-post .fl-post-image {
        width: 100%;
    }

    .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle {
        height: 35px;
    }

    .home .main-header-bar-wrap .main-header-bar {
        background: #dbdbdb;
    }

    .site-content .error-404 h1:before {
        top: -26px;
    }

    .project-slider .owl-theme .owl-nav > button.owl-prev {
        left: -40px;
    }

    .project-slider .owl-theme .owl-nav > button.owl-next {
        right: -40px;
    }

    .project-slider .owl-wrapper {
        width: calc(100% - 60px);
    }

    .single-projects .project-slider h2 {
        font-size: 26px;
    }

    .cat-posts article .post-featured-image:before, 
    .project-slider h4 {
        font-size: 18px;
    }

    .single-projects .project-slider {
        padding: 30px 0 10px;
    }

    .project-content .container {
        display: block;
    }

    .project-content .container > div:not(.col-12) {
        width: 100% !important;
        padding: 0 0 15px;
    }

    .project-content .container > div p {
        margin-bottom: 0;
    }

    .project-content .container > div p {
        margin-bottom: 10px;
    }

    .project-content {
        padding: 30px 0 20px;
    }

    .project-content .container > div.col-3 {
        margin-top: 15px;
    }

    .project-slider h2, 
    .news-section .project-content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .main {
        padding: 0 0 30px;
    }

    .welcom-section .fl-module-content {
        width: calc(100% - 100px);
    }

    .project-cat-slider .owl-nav > button.owl-prev {
        left: -14%;
    }

    .project-cat-slider .owl-nav > button.owl-next {
        right: -14%;
    }

    .owl-theme.project-cat-slider .owl-dots {
        margin: 20px 0 10px;
    }

    .n2-ss-control-bullet-horizontal {
        height: 25px;
    }

    div#n2-ss-2 .nextend-bullet-bar .n2-bullet {
        margin: 0 2px;
        padding: 4px;
    }

    .n2-ss-control-bullet-horizontal .nextend-bullet-bar {
        margin-top: 9px;
    }

    .ast-separate-container.search-results .ast-article-post:not(:last-child) {
        margin-bottom: 35px;
    }

    .ast-separate-container.search-results .site-main>.ast-row {
        padding: 30px 15px;
    }
    .mapp-layout {
        height: calc(100vh - 50px);
    }
    div#n2-ss-2 .slider-play-icon .n2-ss-button-container a {
        border-radius: 50px;
        height: 45px;
        width: 45px;
        font-size: 32px;
        top: -16px;
        left: -8px;
        position: relative;
    }
    div#n2-ss-2 .slider-play-icon .n2-ss-button-container a .nfa {
        margin: 7px 0 0 3px !important;
    }

    :root {
        --f36: 20px;
        --f26: 18px;
        --f22: 16px;
        --f20: 16px;
        --f18: 14px;
    }
    .co_career_main_section {
        padding: 30px 0;
    }

    .co_contact_hr_dept {
        padding-top: 20px;
    }

    .co_contact_hr_dept input[type="submit"] {
        height: auto;
        min-height: 1px !important;
        max-height: 50px;
        padding: 0px 13px;
    }

    .co_available_ul li {
        width: 100%;
        max-width: calc(100% - 0px);
        margin-right: 0;
        padding: 10px;
        border-bottom: 2px solid var(--red);
        margin-bottom: 20px;
    }
    .co_contact_hr_dept textarea {
        height: 100px !important;
    }
    div.fl-tabs-panel-label,
    div.fl-tabs-vertical .fl-tabs-label.fl-tab-active {
        padding: 0px 15px;
    }
    div.fl-node-6182234692d29 .fl-tabs-panels, div.fl-node-6182234692d29 .fl-tabs-panel {
        border: none;
        margin-bottom: 10px;
    }
    div.fl-node-6182234692d29 .fl-tabs-panels:last-child, div.fl-node-6182234692d29 .fl-tabs-panel:last-child {
        margin-bottom: 0px;
    }

    .co_career_single_page_content .fl-col.fl-col-has-cols {
        float: unset;
        clear: unset;
        max-width: 100%;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .co_career_single_page_content .fl-col.fl-col-has-cols:last-child {
        margin-bottom: 0;
    }
    .co_career_content_right_col.fl-col {
        margin-left: 0px;
    }
    .co_sinlge_template_left_col.fl-col,
    div.fl-tabs-vertical .fl-tabs-labels {
        position: static;
        top: unset;
    }
    .co_career_single_page_content.fl-node-618238fd6f0fc > .fl-row-content-wrap {
        /* padding: 40px 0; */
    }
    .btn_red a {
        height: 42px;
        max-width: unset;
        border-radius: 10px;
        width: auto;
        display: inline-block;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 7px;
        border-width: 2px;
    }
    .co_career_single_page_right_col p {
        font-size: var(--f18);
    }
    .co_apply_now_btn.btn_red {
        margin-top: 0;
    }
    .co_career_single_page_right_col ol, .co_career_single_page_right_col ul {
        padding-left: 10px;
    }
    .fl-row.co_banner .fl-row-fixed-width .fl-module-content h2.fl-heading {
        font-size: 18px;
    }
    .fl-row.co_banner .fl-row-fixed-width {
        padding: 20px 0 19px;
        width: 90%;
    }
    .site-content {
        padding-top: 178px;
    }
    .fl-row.co_banner > .fl-row-content-wrap {
        padding: 0;
    }
    .co_contact_hr_dept_row .fl-row-content {
        max-width: calc(100% - 40px);
        padding: 30px 15px 15px 15px;
    }
    .co_contact_hr_dept_row .fl-row-content .co_arrow_sec {
        background-color: #fff;
        border-radius: 3px;
        top: -15px;
        left: 15px;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }
    .co_career_content_right_col > .fl-col-content {
        padding-left: 0px !important;
    }
    .co_career_content_right_col .co_arrow_sec {
        width: 100% !important;
        border-bottom: 1px solid var(--red);
        position: relative;
        margin-bottom: 10px;
        top: unset;
        left: unset;
    }
    .co_career_content_right_col .co_arrow_sec span.fl-icon {
        width: 30px;
        height: 30px;
        display: block;
    }
    .co_career_content_right_col .co_arrow_sec span.fl-icon a {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
    }
    .co_career_content_right_col .co_arrow_sec span.fl-icon a i::before {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width:480px) {
    
    .cat-posts article a img {
       height: 200px;
    }
    
    .mapp-layout {
        height: calc(100vh - 200px);
    }
    .welcom-section p {
        font-size: 14px;
    }

    .client-logo .footer-bottom-ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .footer-section p {
        margin-bottom: 0;
    }

    footer .footer-section .fl-row-content-wrap {
        padding: 15px 0 !important;
    }

    .site-content header h1:before,
  .tax-categories #primary section.ast-archive-description .page-title:before,
  .search #primary .page-title:before,
  .fl-row.co_banner .fl-row-fixed-width::before {
        box-shadow: -17px 0px 0px 0px #a92b26;
        right: 7%;
    }

    .tax-categories #primary section.ast-archive-description .page-title:before {
        right: 8%;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content-wrap {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-content {
        padding: 20px 0 !important;
    }

    .news-page-sec, .contact-form-section {
        padding: 30px 0;
    }

    .news-page-sec .new-page-heading h2 {
        font-size: 20px;
    }

    .fl-content-slider-navigation {
        top: 35%;
    }

    .news-page-slider-inner .fl-slide-foreground .fl-slide-text *:nth-child(2) {
        display: none;
    }

    .news-page-slider-inner .fl-slide-mobile-photo {
        padding-top: 77%;
    }

    .project-page-inner-section li,
  .aboutus-page-inner-block li,
  .tax-categories .cat-posts article,
  .ast-separate-container.search-results .ast-article-post {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .ast-separate-container.search-results .ast-article-post .entry-title {
        min-height: auto;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .entry-content p {
        margin-bottom: 0.5em;
    }

    .project-page-inner-section li:last-child,
   .aboutus-page-inner-block li:last-child {
        margin-bottom: 0;
    }

    .project-page-inner-section .cat-image,
  .cat-posts article .post-featured-image {
        padding-top: 45%;
    }

    .slider-section .bx-wrapper .bx-pager {
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aboutus-page-inner-block li {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto !important;
    }
}

@media only screen and (max-width:374px) {
    
    .footer-section .fl-col {
        max-width: 100%;
        float: none;
        clear: both;
        width: 100% !important;
        padding-left: 0;
    }

    .client-logo .footer-bottom-ul {
        margin: 0;
        display: block;
    }

    .client-logo .footer-bottom-ul li {
        width: 100%;
        display: block;
    }

    .client-logo .footer-bottom-ul li:nth-last-child(-n+2) {
        margin-bottom: 4%;
    }

    .client-logo .footer-bottom-ul li:last-child {
        margin-bottom: 0;
    }

    .sub-title .n2-ss-item-content {
        margin-top: -16px;
        font-size: 12px !important;
    }

    .title .n2-ss-item-content {
        font-size: 24px !important;
        margin-top: -8px;
    }
}

/*useful

primary color: #4c4b4b;
secondary color : #d1353d;
font-family: 'Montserrat', sans-serif;


