:root {
    --bg-color: #f9610e;
    --divider-border-style: solid;
    --divider-color: #000;
    --divider-border-width: 1px;
}

@font-face {
    src: url("../fonts/Montserrat-Bold.ttf");
    font-family: 'Montserrat Bold';
}

@font-face {
    src: url("../fonts/Montserrat-Light.ttf");
    font-family: 'Montserrat Light';
}

@font-face {
    src: url("../fonts/Montserrat-Medium.ttf");
    font-family: 'Montserrat Medium';
}

@font-face {
    src: url("../fonts/Montserrat-Regular.ttf");
    font-family: 'Montserrat Regular';
}

@font-face {
    font-family: 'TT Norms Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Regular'), url('../fonts/TT Norms Pro Regular.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Italic'), url('../fonts/TT Norms Pro Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Thin';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Thin'), url('../fonts/TT Norms Pro Thin.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Thin Italic'), url('../fonts/TT Norms Pro Thin Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro ExtraLight'), url('../fonts/TT Norms Pro ExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro ExtraLight Italic'), url('../fonts/TT Norms Pro ExtraLight Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Light'), url('../fonts/TT Norms Pro Light.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Light Italic'), url('../fonts/TT Norms Pro Light Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Medium'), url('../fonts/TT Norms Pro Medium.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Medium Italic'), url('../fonts/TT Norms Pro Medium Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Bold'), url('../fonts/TT Norms Pro Bold.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Bold Italic'), url('../fonts/TT Norms Pro Bold Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro ExtraBold'), url('../fonts/TT Norms Pro ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro ExtraBold Italic'), url('../fonts/TT Norms Pro ExtraBold Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Black';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Black'), url('../fonts/TT Norms Pro Black.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro Black Italic'), url('../fonts/TT Norms Pro Black Italic.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro ExtraBlack';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro ExtraBlack'), url('../fonts/TT Norms Pro ExtraBlack.woff') format('woff');
}


@font-face {
    font-family: 'TT Norms Pro ExtraBlack Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TT Norms Pro ExtraBlack Italic'), url('../fonts/TT Norms Pro ExtraBlack Italic.woff') format('woff');
}

.absolute-footer, html {
    background-color: #fff !important;
}

body {
    font-family: 'Montserrat Regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat Bold' !important;
}

#wrapper, #main {
    background: #fcfcfc !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/*menu**/
div#mega-menu-wrap-primary ul li {
    margin: 0px !important;
    padding: 0px 20px !important;
}

div#mega-menu-wrap-primary ul li a {
    position: relative;
    color: #000 !important;
    font-family: 'Montserrat Medium' !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 0px !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !important;
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    content: '' !important;
    background: var(--primary-color);
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0px !important;
    transition: 0.3s ease-in-out;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
    transition: 0.3s ease-in-out;
    width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff !important;
}

/*footer*/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    background: var(--primary-color);
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Montserrat Regular' !important;
}

footer#footer .footer-top .footer-menu ul li:last-child a {
    padding: 0px !important;
}

footer#footer .footer-top .footer-menu ul li a {
    color: #fff;
    font-family: 'Montserrat Light';
    font-size: 15px;
    padding: 0 0 5px 0;
}

footer#footer .footer-top .footer-menu ul li {
    border: 0px !important;
}

/**about**/
.home-about p {
    margin-bottom: 10px;
}

.home-about {
    width: 900px;
    margin: auto;
    text-align: center;
    font-family: 'Montserrat Regular' !important;
    font-size: 16px;
    position: relative;
}

.home-about:before {
    content: '';
    width: 120px;
    height: 4px;
    background: var(--primary-color);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/**bk-about*/
article.bk-about {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 500px;
}

article.bk-about .bk-about-item {
    background: rgba(200, 33, 48, 0.7);
    position: absolute;
    right: 0px;
    width: 350px;
    padding: 20px;
    top: -18px;
}

article.bk-about .bk-about-item h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular' !important;
}

article.bk-about .bk-about-item .bk-about-content {
    font-family: 'Montserrat Regular';
    color: #fff;
    font-size: 15px;
}

article.bk-about .bk-about-item .bk-about-btn {
    text-align: center;
}

article.bk-about .bk-about-item .bk-about-btn a {
    padding: 7px 15px;
    background: #fff;
    color: var(--primary-color);
    font-family: 'Montserrat Regular';
}

.bk-box-gt {
    width: 100%;
    padding: 30px 30px 30px 0;
}

.box-2 {
    padding: 30px 0px 30px 30px;
}

.bk-box-gt h3 {
    color: var(--primary-color);
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular' !important;
}

.bk-box-gt .bk-box-description {
    font-family: 'Montserrat Regular';
    color: #000;
    font-size: 15px;
}

.bk-box-gt .bk-box-gt-btn {
    margin-top: 15px;
}

.bk-box-gt .bk-box-gt-btn a {
    padding: 7px 15px;
    background: var(--primary-color);
    color: #fff;
    font-family: 'Montserrat Regular';
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.bk-box-gt .bk-box-gt-btn a:hover {
    transition: 0.3s ease-in-out;
    color: var(--primary-color);
    border-color: var(--primary-color);
    background: #fff;
}

/*home-title*/
.home-title {
    text-align: center;
}

.home-title .overview {
    width: 900px;
    margin: auto;
    font-family: 'Montserrat Regular';
    font-size: 15px;
}

.home-title h3 {
    color: var(--primary-color);
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular' !important;
}

/*project*/
.project-item {
    width: 100%;
    display: inline-block;
}

.project-item .project-thumbnail {
    width: 100%;
    height: 250px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.project-item .project-thumbnail .project-status {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px 15px;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.project-item .project-thumbnail .project-status.status-success {
    background: var(--primary-color);
}

.project-item .project-thumbnail .project-status.status-danger {
    background: #555c66;
}

.project-item .project-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.project-item .project-content h3 {
    font-size: 15px;
    min-height: 40px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-item .project-content h3:hover {
    color: var(--primary-color)
}

.project-item:hover .project-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale3d(1.1, 1.1, 1.1) rotate(1deg);
}

.slide-project .owl-dots {
    display: none !important;
}

.slide-project .owl-nav button {
    margin: 0px !important;
    width: 40px !important;
    height: 30px !important;
    border: 1px solid #f2f2f2 !important;
    position: absolute;
    border-radius: 3px;
    top: 50%;
    background: #fff !important;
    transform: translateY(-50%);
}

.slide-project button.owl-prev {
    left: 10px;
}

.slide-project button.owl-next {
    right: 10px;
}

ul.bedbathcar li {
    margin-right: 15px;
    font-family: 'Montserrat Regular';
    color: #9b9b9b;
    font-size: 15px;
}

ul.bedbathcar {
    display: flex;
}

.bedbathcar li > span:before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    margin-right: 0.57143rem;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

.bath span:after, .bed span:after, .building span:after, .car span:after, .land span:after {
    content: "";
    width: 27px;
    height: 27px;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

.bed span:after {
    background-size: auto 11px;
    background-image: url(../images/bed.svg);
}

.bath span:after {
    background-size: auto 12px;
    background-image: url(../images/bath.svg);
}

.car span:after {
    background-size: auto 11px;
    background-image: url(../images/car.svg);
}

.bedbathcar li > span {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    line-height: 27px;
}

.btnSee {
    text-align: center;
}

.btnSee a {
    background: var(--primary-color);
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
}

.btnSee a:hover {
    transition: 0.3s ease-in-out;
    background: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color)
}

/**post**/
.home-title-2 h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px !important;
    color: var(--primary-color);
    font-family: 'Montserrat Regular' !important;
}

.slide-post .owl-dots {
    display: none !important;
}

.btnOutline {
    padding: 6px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    border: 1px solid var(--primary-color);
    transition: 0.3s ease-in-out;
    color: var(--primary-color);
    display: inherit;
}

.btnOutline:hover {
    transition: 0.3s ease-in-out;
    color: #fff;
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.slide-post .owl-nav button i {
    color: var(--primary-color);
    font-size: 20px;
}

.slide-post .owl-nav button {
    margin: 0px !important;
    position: absolute;
    top: -65px;
    right: 0px;
}

.slide-post button.owl-next {
    right: 0px;
}

.slide-post button.owl-prev {
    right: 30px !important;
}

/**single post**/
section#breadcrumbs {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

section#breadcrumbs a, section#breadcrumbs span {
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #333;
}

header#entry-header h1 {
    font-size: 25px;
}

.entry-meta ul {
    display: flex;
}

.entry-meta ul li {
    margin-right: 10px !important;
}

.entry-meta ul li span {
    width: 27px;
    height: 27px;
    display: flex;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    text-align: center;
    left: 0;
    color: #9b9b9b;
}

article.entry-body {
    width: 100%;
    margin: 20px 0;
    font-family: 'Montserrat Regular';
    font-size: 15px;
    color: #000;
}

article.entry-body ul li {
    list-style: inside disc none;
}

/**widget**/
aside.widget-project {
    width: 100%;
    display: inline-block;
}

.widget-title h3:after {
    content: '';
    background: var(--primary-color);
    height: 2px;
    width: 100px;
    display: block;
    position: absolute;
    bottom: -5px;
}

.widget-title h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

aside.widget-project .slide-widget-project .project-thumbnail {
    height: 200px;
}

aside.widget-project .owl-dots {
    display: none;
}

aside.widget-project .owl-nav button i {
    color: var(--primary-color);
    font-size: 20px;
}

aside.widget-project .owl-nav button {
    margin: 0px !important;
    position: absolute;
    top: -50px;
    right: 0px;
}

aside.widget-project button.owl-next {
    right: 0px;
}

aside.widget-project button.owl-prev {
    right: 30px !important;
}

.widget-post-item {
    width: 100%;
    display: inline-block;
}

.widget-post-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.widget-post-item .widget-post-thumbnail {
    width: 100px;
    height: 80px;
    float: left;
}

.widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-item .widget-post-content h3 {
    font-family: 'Montserrat Regular' !important;
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color)
}

.widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-item .post-meta {
    color: #333;
    font-size: 13px;
    font-family: 'Montserrat Regular' !important;
}

.category-item .project-thumbnail {
    height: 200px;
}

.alert-success {
    font-family: 'Montserrat Regular' !important;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.project-cat .project-thumbnail {
    height: 300px;
}

/**single project**/
.single-title {
    width: 100%;
    text-align: center;
}

.single-title h3 {
    font-size: 25px;
    margin: 0;
}

.single-title p {
    text-transform: uppercase;
    color: #9b9b9b;
    font-family: 'Montserrat Regular';
    margin-bottom: 10px !important;
}

section.single-project-top {
    width: 100%;
    min-height: 536px;
}

section.single-project-top .single-project-left {
    float: left;
    width: 63%;
    vertical-align: middle;
    padding-bottom: 0 !important;
    min-height: 536px;
    position: relative;
}

section.single-project-top .single-project-bg {
    background-size: cover !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-color: #f8f8f9;
}

section.single-project-top .single-project-right {
    float: left;
    width: 37%;
    vertical-align: middle;
    background: #333;
    color: #fff;
    min-height: 536px;
    padding: 2.85714rem;
}


section.single-project-top .single-project-title h3 {
    font-size: 54px;
    line-height: 1.22222em;
    color: #fff;
    font-family: 'Montserrat Regular' !important;
    margin-bottom: 15px;
}

section.single-project-top .single-project-title {
    text-align: center;
}

section.single-project-top .single-project-address {
    text-align: center;
    font-family: 'Montserrat Regular' !important;
    font-size: 16px;
}

section.single-project-top .single-project-line {
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    margin: 20px auto 20px;
}

section.single-project-top .header_feature_button {
    width: 60px;
    height: 60px;
    margin: 30px auto 20px;
    margin-bottom: 0;
    border: 2px solid #fff;
    display: inherit;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

section.single-project-top .header_feature_button:before {
    content: "";
    position: absolute;
    top: 0;
    background: url("../images/floorplan_white.svg");
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 50%;
}

.sr {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.single-project-right ul.bedbathcar {
    justify-content: center;
    margin-top: 40px;
}

section.project-action {
    width: 100%;
    margin: 40px 0 30px 0;
    display: inline-block;
}

.pdp_jump_links.full.mini ul {
    display: flex;
    justify-content: center;
}

.pdp_jump_links.full.mini ul li {
    position: relative;
}

.pdp_jump_links.full.mini ul li a, .pdp_jump_links.full.mini ul li span {
    font-family: 'Montserrat Regular' !important;
    padding-left: 1.71429rem;
    padding-right: 1.71429rem;
    text-transform: uppercase;
    position: relative;
}

.pdp_jump_links.full.mini ul li:not(:last-child) a:after, .pdp_jump_links.full.mini ul li:not(:last-child) span:after {
    content: "/";
    color: #9b9b9b;
    position: absolute;
    right: 0;
}

.pdp_jump_links.full.mini ul li a:hover, .pdp_jump_links.full.mini ul li span:hover {
    cursor: pointer;
    opacity: .7;
    color: #9b9b9b !important;
}

.photo-1 {
    width: 100%;
    height: 600px;
}

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

.photo-2 {
    width: 100%;
    height: 250px;
}

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

section#description {
    width: 100%;
    display: inline-block;
    margin: 30px 0 20px 0;
}

section#description .entry-project ul li {
    list-style: inside disc none;
}

section#description .entry-project p {
    margin-bottom: 10px;
}

section#description .entry-project {
    font-family: 'Montserrat Regular' !important;
    font-size: 15px;
}

table.table-information tr td {
    font-family: 'Montserrat Regular' !important;
    color: #000;
    font-size: 15px;
    padding: 15px 0;
}

table.table-information tr td {
    width: 50% !important;
}

table.table-information tr td:not(:last-child) {
    border-right: 1px solid #f2f2f2;
}

table.table-information tr td:nth-child(2) {
    text-align: center;
}

section#location iframe {
    width: 100%;
}

section#location {
    width: 100%;
    background: #f8f8f9;
    padding: 50px 0;
    margin: 20px 0;
}


#nextSteps, section#video {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

section#nextSteps h3, section#video h3 {
    font-size: 16px;
    font-family: 'Montserrat Regular' !important;
}

a.mini.anchor.pdp_next_steps_contract {
    padding-left: 30px;
    background-image: url(../images/request_contract_dark.svg);
    background-size: 16px auto;
    float: left;
    clear: left;
    display: inline-block;
    background-position: 0;
    background-repeat: no-repeat;
    text-decoration: none;
    font-family: 'Montserrat Regular' !important;
    text-transform: uppercase;
}

/**project related**/
.project-related {
    margin-top: 30px;
}

.form-contact .input-contact {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    border-radius: 3px !important;
}

.form-contact label b {
    color: #ff3333;
}

.form-contact label {
}

.form-contact {
    width: 500px;
    margin: auto;
    font-family: 'Montserrat Regular' !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btnContact {
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    border-radius: 3px !important;
}

/**modal**/
div#Request {
    padding: 0px !important;
    border-radius: 4px !important;
    font-family: 'Montserrat Regular' !important;
}

div#Request .modal_header.dark_bg {
    text-align: center;
    padding-top: 1.71429rem;
    padding-bottom: 1.71429rem;
    border-bottom: 1px solid #efefef;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dark_bg {
    background: #f8f8f9;
}

div#Request .modal_header span.mini.muted {
    text-transform: uppercase;
    color: #9b9b9b;
    margin-bottom: 10px !important;
    display: block;
}

div#Request .modal_header h2.delta {
    font-size: 20px;
}


div#Request .modal-body .form-contact {
    width: 100% !important;
}

div#Request .modal-body {
    width: 100%;
    display: inline-block;
    padding: 40px 40px 20px 40px;
}

div#Request .modal-body textarea {
    height: 100px;
}

div#Request .modal-body form {
    margin: 0px !important;
}

.footer-menu p {
    color: #fff;
    font-family: 'Montserrat Light';
    font-size: 15px;
    padding: 0px 0 5px 0;
    margin: 0px;
}

.footer-social {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.footer-social a {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    color: var(--primary-color);
    transition: 0.3s ease-in-out;
}

.footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.footer-top.footer-logo img {
    width: 200px;
}

.footer-top.footer-logo {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer-top.footer-logo .footer-title {
    font-family: 'TT Norms Pro Regular';
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}