/*
    Theme Name: WP ETL theme
    Theme URI: 
    Description: 
    Version: 1.4.3
    Author: Boldwerks
    Author URI: 
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
@font-face {
    font-family: 'TradeGothicW01-Bold';
    src: url('fonts/TradeGothicW01-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothicW01-Bold.woff') format('woff'), url('fonts/TradeGothicW01-Bold.ttf') format('truetype'), url('fonts/TradeGothicW01-Bold.svg#TradeGothicW01-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
 font-size: 0.52vw; 
    overflow-x: hidden;
}

body {
    overflow-x: hidden
}

p {
    font-family: 'helvetica', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    color: #404040;
    line-height: 26px;
}
header {
    padding: 1rem 20px 1rem 20px;
    border-bottom: 0.4rem solid #a51414;
}

.header-wrapper {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
}

.top-bar {
    width: 100%;
    margin-bottom: 3.5rem;
    display: flex;
    justify-content: flex-end;
}

#menu-top-bar {
    float: right;
    display: flex;
    padding: 0rem;
    margin: 0rem;
    list-style: none;
}

#menu-top-bar li {
    margin-right: 3rem;
}

#menu-top-bar li:last-child {
    margin-right: 0rem;
}

#menu-top-bar li a {
    font-family: 'TradeGothicW01-Bold';
    color: #a51414;
    font-size: 1.6rem;
}

#menu-main-menu li {
    margin-right: 3rem;
    position: relative;
}

#menu-main-menu li:last-child {
    margin-right: 0rem;
}

#menu-main-menu li a {
    font-family: 'TradeGothicW01-Bold';
    color: #fff;
    font-size: 2.5rem!important;
    text-transform: uppercase;
}

#menu-main-menu li ul li a {
  font-size: 1.75rem!important;
}

.nav-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#menu-main-menu {
    float: right;
    display: flex;
    padding: 0rem;
    margin: 0rem;
    list-style: none;
}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26rem 0rem 40rem 0rem;
    position: relative;
    clip-path: polygon(-172% 0%, 100% 0%, 136% 63%, 71% 97%);
   -webkit-clip-path: polygon(-172% 0%, 100% 0%, 136% 63%, 71% 97%);

}

.wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
    display: flex;
    justify-content: flex-end;
}

.banner-text {
    font-size: 8rem;
    font-weight: 900;
    color: #fff;
    font-family: 'News Cycle', sans-serif;
    text-shadow: 0px 0px 10px rgba(76, 76, 76, 1);
    letter-spacing: 1px;
}

.layer-image {
    position: absolute;
    bottom: -14rem;
    width: 100%;
}

.about-us {
    margin-top: -12rem;
}

.about-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
}

.about-all {
    max-width: 74rem;
}

.about-title, h3 {
    color: #a51414;
    font-family: 'TradeGothicW01-Bold', sans-serif;
    font-weight: 500;
    font-size: 6rem;
}

.about-description {
    font-family: 'helvetica', sans-serif;
    font-weight: 300 !important;
    font-size: 18px;
    color: #404040;
    line-height: 26px;
    margin-bottom: 40px;
}

.about-description strong {
    color: #a51414;
}

.about-wrap a {
    background-color: #a51414;
    font-family: 'News Cycle', sans-serif;
    
    font-size: 1.92rem;
    color: #fff;
    padding: 2.0rem 2.8rem;
    margin-top: 2rem;
    display: inline-block;
    border: 0.1rem solid #a51414;
}

.about-wrap a:hover , .h-btn:hover {
    background-color: #fff;
    color: #a51414;
    transition: 0.4s all ease-in-out;
}

.history-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}


.history-section {
    padding-top: 17.3rem;
    padding-bottom: 24.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    clip-path: polygon(0 51%, 100% 0, 101% 100%, 0% 69%);
   -webkit-clip-path: polygon(0 51%, 100% 0, 101% 100%, 0% 69%);

    margin-top: -20rem;
    
     /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #a51414;
}

section.history-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    width: calc(100%);
    height: calc(100% - 16px);
    position: absolute;
    background-image: url('../../uploads/2020/08/banner2.jpg');
    top: 8px;
    left: 0;
    clip-path: polygon(0 51%, 100% 0, 101% 100%, 0% 69%);
    background-repeat: no-repeat;
    background-size: cover;
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.history-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .2;
}

section.history-section .overlay {
    display: none;
}

.history-title, .history-title p{
    font-family: 'News Cycle', sans-serif;
    font-weight: 700!important;
    font-size: 5.28rem;
    color: #a51414;
    line-height: 6.4rem;
    text-align: center;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
}

.h-btn, .ult-modal-input-wrapper {
    background-color: #a51414;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 1.92rem;
    color: #fff;
    padding: 1rem 1.8rem;
    display: inline-block;
    border: 0.1rem solid #a51414;
}



.history-title p {
    margin-bottom: 2rem;
}

.our-work {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.work-title {
    font-family: 'TradeGothicW01-Bold', sans-serif;
    font-weight: 500;
    font-size: 6rem;
    color: #a51414;
    line-height: 6.4rem;
    text-align: center;
    text-transform: uppercase;
}

.work-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
}

.work-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   /* clip-path: polygon(0 7%, 51% 0, 100% 7%, 100% 96%, 50% 100%, 0 96%);
   -webkit-clip-path: polygon(0 7%, 51% 0, 100% 7%, 100% 96%, 50% 100%, 0 96%); */

    margin-top: 8.3rem;
}

.work-main {
    width: 25%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.work-main > a {
    display: block;
    padding-top: 20rem;
    padding-bottom: 17rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-family:'News Cycle', sans-serif;
}

.work-bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: .35s all;
}

.work-main a {
    position: relative;
    z-index: 2;
    padding-top: 15rem;
    padding-bottom: 12rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: block;
}

.work-main:hover .work-bg-img {
    transform: scale(1.1);
}

.work-main {
    overflow: hidden;
}

.work-main:hover .work-name {
    background: rgba(145,0,17,1);
}

.work-name {
    padding: 2.75rem 2.75rem;
    text-align: center;
    background-color: rgba(145,0,17,0.75);
    color: #fff;
    font-family: 'News Cycle', sans-serif;
    font-weight: 900!important;
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 24px;
}

.work-main:last-child {
    background: #a41313;
}

.work-main:last-child .work-name {
    font-size: 4rem;
    line-height: 5rem;
    background-color: transparent;
    padding: 1rem 4.8rem;
}

.project-container {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 48rem);
}

.profect-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-box {
    width: 32%;
}


.project-name {
    color: #404040;
    font-family: 'TradeGothicW01-Bold';
    font-size: 3rem;
    line-height: 3.8rem;
    height: auto;
    padding-bottom: 45px;
    padding-top: 35px;
}
.project-main {
    background-position: center;
    background-size: cover;
    height: 27.8rem;
    background-repeat: no-repeat;
    position: relative;
}

.project-type {
    position: absolute;
    padding: 2.5rem 2.5rem;
    background: #a41313;
    color: #fff;
    font-family: 'TradeGothicW01-Bold';
    font-size: 1.9rem;
    bottom: 0;
    right: 0;
}
.project-list {padding: 0 10% 75px 10%;}

.home-form {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15rem;
    padding-bottom: 10rem;
    position: relative;
        /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
    justify-content: space-between;
    align-items: center;
   
}

.form-left-text p {
    color: #fff;
    font-family: 'helvetica', sans-serif;
    font-weight: 500 !important;
    font-size: 7rem;
    display: block;
    margin:auto;
    text-align: center;
    padding-bottom: 40px;
}

.form-right-side {
    width: 35%;
}

.form-text p img {
    vertical-align: middle;
}

.footer-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 29.5rem);
    justify-content: space-between;
    display: flex;
}

.footer-col {
    width: 23%;
    border-top: 0.4rem solid #a41313;
    padding-top: 2rem;
}
.footer-col:nth-of-type(2) {
    width: 50%;
    border-top: 0px;
    padding-top: 2rem;
    text-align: center;
}
.footer-col:nth-of-type(2) img {
   max-width:300px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer {
    padding: 5rem 0rem 8rem 0rem;
}


.blog-text{
        font-family: 'News Cycle', sans-serif;
    font-weight: 200;
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.6rem;
}

#nav_menu-4 li a  {
   font-family: 'TradeGothicW01-Bold';
    color: 	#404040;
    font-size: 2.5rem!important;
    display: block; margin-bottom:6px;   text-transform: uppercase;
}

#nav_menu-4  li a:hover , #nav_menu-5 #menu-footer-2 li a:hover , .phone a:hover , #menu-main-menu li a:hover {
    color: #a41313;
    transition: 0.4s all ease-in-out;
}

#menu-main-menu li ul.sub-menu li {
    padding-left: 5px;
    padding-right: 5px;
}

#menu-main-menu li ul.sub-menu li:hover{
    background-color: #f2f2f2;
}

#menu-main-menu li a:hover{
    width: 100%;
}
#nav_menu-5 #menu-footer-2 li {
    margin-bottom: 1rem;
}

#nav_menu-5 #menu-footer-2 li a {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #404040;
    font-size: 2.4rem;
}

.gform_footer input[type=submit]:hover,.gform_next_button:hover, .gform_previous_button:hover {
    background-color: #13345d !important;
    transition: 0.4s all ease-in-out;
}

.phone {
    font-family: 'TradeGothicW01-Bold';
    color: #404040;
    font-size: 2.92rem;
}



.copyright {
    margin-top: 3rem;
    font-size: 11px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
}

/* logo */
.logo {
}

.logo-img {
}

/* nav */
.nav {
}

/* sidebar */
.sidebar {
}

/* footer */
.footer {
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution:144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*.cat-banner {
    height: 65rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    clip-path: polygon(-171% 0%, 100% 0%, 137% 66%, 50% 97%);
    -webkit-clip-path: polygon(-171% 0%, 100% 0%, 137% 66%, 50% 97%);
}*/


.cat-banner {
  height: 65rem;
  background-color: #f5f5f5!important;
  position: relative;
  clip-path: polygon(-171% 0%, 100% 0%, 137% 66%, 50% 97%);
  -webkit-clip-path: polygon(-171% 0%, 100% 0%, 137% 66%, 50% 97%);
}

.single-projects .cat-banner {
background-image: none!important;
}

h4.cq-timeline-title {
  color:#af2333;
  font-size:18px;
}

.logo img {
    width: 41.9rem;
    height: auto;
}

.l2 {
    position: absolute;
    bottom: -1rem;
    width: 100%;
}

.cat-des-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
    text-align: center;
}

.descr-cat h1 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    color: #a51414;
    font-size: 8rem;
    margin: 0;
    text-transform: uppercase;
}

.cat-des-wrap p {
    font-family: 'helvetica', sans-serif !important;
    font-weight: 300 !important;
    color: #404040;
    font-size: 2rem;
    margin: 0;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 20px;
}

.cat-des-wrap a {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #404040;
    font-size: 3.8rem;
    margin-top: 6rem;
    display: block;
}

.cat-des-wrap a img {
    margin-right: 12px;
    position: relative;
    top: 0px;
    max-width: 3rem;
}

.line-image img {
    width: 100%;
    opacity: 0;
    display: none;
}

.related-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
}

.title-wrap {
    text-align: right;
}

.title-wrap h1 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #a51414;
    font-size: 6.69rem;
    margin: 0;
}

.project-line {
    display: flex;
    text-align: center;
    margin-top: 4rem;
    flex-wrap: wrap;
    justify-content: center;
}

/*.project-line {
  margin-top: 4rem 2rem;
  display: flex;
}*/

.related-wrap {
  text-align: center;
}


.cat-pro-main {
    width: 20%;
    position: relative;
    margin: 0 1rem 3rem 1rem;
}

.project-cat {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 30rem;
}
.project-cat img:hover {
    opacity: 0.5;   
}

.project_type_cat {
    position: absolute;
    padding: 2.5rem 2.5rem;
    background: rgba(145,0,17,.7);
    transition: .35s ease;
    color: #fff;
    font-family: 'News Cycle', sans-serif;
    font-size: 15px;    bottom: 0;
    right: 0;
      width: 100%;
}
.project_type_cat:hover {
    background: rgba(145,0,17,1) !important;
}

.m-btn {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #a51414;
    font-size: 3.8rem;
    margin-top: 6rem;
    display: block;
}

.m-btn img {
    margin-right: 12px;
    position: relative;
    top: 0px;
    max-width: 3rem;
}

.post-title {
    text-align: center;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 8.9rem;
    text-shadow: 0px 0px 22px #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}

.single-projects .post-title {
  text-align: center;
  font-family: 'News Cycle', sans-serif;
  font-weight: 500;
  color: #a51414!important;
  font-size: 8.9rem;
  text-shadow: none!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}

.slick-next::before, .slick-prev::before {
  color: #a51414 !important;
}

.slick-slider .slick-next::before, .slick-slider.slick-prev::before, .slick-prev::before {
  font-size: 40px!important;
}

.slider-nav-thumbnails .slick-next,.slider-nav-thumbnails .slick-next::before, .slider-nav-thumbnails .slick-slider.slick-prev,.slider-nav-thumbnails .slick-slider.slick-prev::before, .slider-nav-thumbnails button{
display:none !important;
}

.slick-prev {
    left: 0px !important;}
.slider .slick-track img { max-width:75%; border:3px solid #a51414;}
.single-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
    display: flex;
    justify-content: space-between;
    padding-top: 7.5rem;
}

.post-image {
    width: 48%;
}

.post-content {
    width: 48%;
}

.top-exc p {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #a51414;
    font-size: 2.4rem;
    margin: 0;
}

.top-exc p span {
    color: #404040;
}

.content_project p {
    font-family: 'helvetica', sans-serif;
    font-weight: 300!important;
    color: #404040;
    font-size: 15px;
    margin: 0;
    margin-top: 1rem;
}

.content-bottom a:nth-child(1) {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    color: #404040;
    font-size: 3.8rem;
    margin-top: 3rem;
}

.content-bottom a img {
    margin-right: 12px;
    position: relative;
    top: 0px;
    max-width: 3rem;
}

.p-contact {
    background-color: #a51414;
    font-family: 'helvetica', sans-serif;
    font-weight: 300 !important;
    font-size: 1.92rem;
    color: #fff;
    padding: 2.0rem 2.8rem;
    margin-top: 0rem;
    display: flex;
    float: right;
}

.content-bottom {
    margin-top: 2rem;
}

.bottom-wrap {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
}

.bottom-wrap h3 {
    color: #404040;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 3.8rem;
}

.bottom-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 70rem;
    display: inline-block;
}

.bottom-wrap ul li {
    width: 50%;
    float: left;
    color: #404040;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.bottom-wrap ul li::before {
    content: '+';
    color: #a51414;
    margin-right: 1rem;
}

.navigation-div {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
    display: flex;
    justify-content: space-between;
}

.nav-main {
    background: #f5f5f5;
    padding: 3rem 0rem;
   /* clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 24%, 100% 100%, 0% 100%);
    margin-top: -19rem; */
}

.nav-main a {
    color: #a51414;
    font-size: 3.6rem;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
}

.prev-pr span {
    width: 3rem;
    height: 3rem;
    background: #a51414;
    color: #fff;
    /* position: absolute; */
    text-align: center;
    font-size: 1.5rem;
    left: 128px;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-top: 0;
    margin-right: 1.5rem;
}

.next-pr span {
    width: 3rem;
    height: 3rem;
    background: #a51414;
    color: #fff;
    /* position: absolute; */
    text-align: center;
    font-size: 1.5rem;
    right: 128px;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-top: 0;
    margin-left: 1.5rem;
}

.all-pro img {
    margin-right: 12px;
    position: relative;
    top: 0px;
    max-width: 3rem;
}

.inner-banner {
    height: 60rem;
    clip-path: polygon(-171% 0%, 100% 0%, 137% 66%, 50% 97%);
  -webkit-clip-path: polygon(-171% 0%, 100% 0%, 137% 66%, 50% 97%);

}

.inner-heading {
    font-size: 5.28rem;
    color: #a51414;
    line-height: 6.4rem;
}

.inner-row {
    max-width: 192rem;
    margin: auto !important;
    width: calc(100% - 32rem);
    margin: auto;
}

.inner-row h3 {
    color: #a51414;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    margin-bottom: 1rem;
}

.inner-row p {
    font-family: 'helvetica', sans-serif;
    /*font-weight: 500;*/
    font-size: 15px;
    color: #404040;
    line-height: 22px;
    margin: 0;
}

.inner-text ul li {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.6rem;
    margin: 0;
}

.line-image {
    border-top: 1rem solid #a51414;
    /* transform: skew(0deg, 6deg);*/
    transform-origin: 0% 0%;
    margin-top: 45px;
}

.prev-pr a {
    align-items: center;
    display: flex;
}

.next-pr a {
    display: flex;
    align-items: center;
}

.blog-wrap {
    max-width: 192rem;
    margin: auto !important;
    width: calc(100% - 32rem);
    margin: auto;
    justify-content: space-between;
}

.blog-left {
        width: 80%;
        margin: auto;
        display: block;
}

.blog-thumb {
    width: 30%;
    float: left;
}

.blog-text {
    width: 70%;
    float: left;
}

.blog-left article {
    display: table;
    width: 100%;
    margin-bottom: 3rem;
    border-bottom: 0.1rem solid #ccc;
    padding-bottom: 3rem;
}

.blog-thumb img {
    width: 90%;
}

.blog-text span.date {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #a51414;
    line-height: 3.6rem;
}

.blog-left .view-article {
    display: none;
}

.blog-text p {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.6rem;
}

.blog-text h2 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 200;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #a51414;
    margin: 0;
    line-height: 1.2;
    padding: 1rem 0rem;
}

.blog-text h2 a{
    color:#a51414;
}

.blog-right {
    width: 30%;
}

.pagination{
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #a51414;
    margin: 0;
    line-height: 1.2;
    padding: 1rem 0rem;
}

#recent-posts-2 h3 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    color: #a51414;
    margin: 0;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

#recent-posts-2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#recent-posts-2 ul li {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    color: #404040;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}

.det .date {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #a51414;
    line-height: 3.6rem;
}

.det h1 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 4rem;
    color: #000000;
    margin: 0;
    line-height: 2.2;
}

.det p {
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #404040;
    line-height: 3.6rem;
}

ul.sub-menu {
    position: absolute;
    top: calc(100% + -3rem);
    margin: 0;
    background: #fff;
    border-radius: 0 0 4px 4px;
    width: 35rem;
    padding: 2rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    z-index: 99;
}

ul.sub-menu li {
    display: block;
    text-align: left;
    padding: 1rem 0rem;
}

#menu-main-menu li ul li a {
    font-family: 'TradeGothicW01-Bold';
    color: #000;
    font-size: 2.0rem;
    font-weight: 500;
    text-transform: uppercase;
}

#menu-main-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.body .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    padding-top: 0;
}

.ginput_container input {
    width: 100% !important;
    height: 5.3rem;
    border: 0.2rem solid #a41313;
    padding-left: 1rem !important;
    color: #13345d !important;
    font-size: 16px !important;
    font-family: 'TradeGothicW01-Bold' !important;
}

.ginput_container textarea {
    width: 100% !important;
    border: 0.2rem solid #a41313;
    padding-left: 1rem !important;
    color: #13345d !important;
    font-size: 20px !important;
    font-family: 'TradeGothicW01-Bold' !important;
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 0px 0 0 0 !important;
    clear: both;
    width: 100%;
}

.gform_footer input[type=submit],.gform_next_button, .gform_previous_button {
    padding: 1.4rem 4.3rem;
    background: #a51414 !important;
    color: #fff;
    font-size: 18px !important;
    font-family: 'TradeGothicW01-Bold' !important;
    border: 0 !important;
    
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.h-in {
    width: 44rem;
    float: right;
}

.timeline {
    display: flex;
    justify-content: center;
    width: 115rem;
    right: -40.3rem;
    /* top: 221px; */
  top: 30rem;
    position: absolute;
}

.timeline .events {
    position: relative;
    background-color: #a51414;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    margin: 5em 80px 5em 0;
}

.timeline .events ol {
    margin: 0;
    padding: 0;
    text-align: center;
}

.timeline .events ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.timeline .events ul li {
    display: inline-block;
    /* width: 24.65%; */
    margin: 0;
    padding: 0;
}

.timeline .events ul li a {
    font-family: 'TradeGothicW01-Bold';
    color: #404040;
    font-size: 2.5em;
    text-decoration: none;
    position: relative;
    top: -4.8rem;
    left: -12rem;
}

.timeline .events ul li a:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    right: auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 3px solid #a51414;
    background-color: #a51414;
    transition: 0.3s ease;
    transform: translateX(-50%);
}

.timeline .events ul li a:hover::after {
    background-color: #a51414;
    border-color: #a51414;
}

.timeline .events ul li a.selected:after {
    background-color: #a51414;
    border-color: #a51414;
}

.events-content {
    width: 100%;
    height: 100px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: left;
}

.events-content li {
    display: none;
    list-style: none;
}

.events-content li.selected {
    display: initial;
}

.events-content li h2 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    color: #919191;
    font-size: 2.5em;
}

.pro-listing {
    padding-top: 10rem;
}

.pro-wrap {
    max-width: 192rem;
    margin: auto !important;
    width: calc(100% - 32rem);
    margin: auto;
}

.pro-title {
    color: #a51414;
    text-align: center;
    font-family: News Cycle;
    font-weight: 500;
    font-style: normal;
    font-size: 5.28rem;
    color: #a51414;
    line-height: 6.4rem;
}

h3.related-projects-heading {
    width: 100%;
    font-size: 4rem;
    color: #a51414;
    text-align: right;
    padding-right: 4rem;
}

@media(max-width: 767px) {
	h2.inner-heading {margin-top:80px;}
	
    .top-bar {
        display: none;
    }

    .nav {
        display: none;
    }

    .banner {
        padding: 100px 0px;
        clip-path: none;
              -webkit-clip-path: none;

    }

    .layer-image {
        display: none;
    }

    .banner-text {
        font-size: 40px;
        line-height: 42px;
        text-align: center;
        width:100%;
    }

    .logo img {
        width: initial;
        height: auto;
        max-width: 170px;
    }

    .about-us {
        margin-top: 0px;
        padding-top: 50px;
    }

    .about-all {
        max-width: 100%;
        text-align: center;
    }

    .about-wrap , .history-wrap ,.work-wrap , .project-container , .form-wrap , .footer-wrap , .cat-des-wrap , .project-line , .single-wrap , .bottom-wrap , .blog-wrap , .pro-wrap {
        max-width: 100%;
        margin: auto;
        width: calc(100% - 70px);
        display: block;
    }

    .about-title {
        font-size: 30px;
    }

    .about-description {
        font-size: 18px;
        line-height: 30px;
    }

    .about-wrap a {
        font-size: 18px;
        padding: 12px 20px;
    }

    .history-section {
        padding-top: 80px;
        padding-bottom: 80px;
        clip-path: none;
        -webkit-clip-path: none;

        margin-top: 100px;
    }

    .h-in {
        width: 100%;
        float: none;
        text-align: center;
    }

    .history-title {
        font-size: 30px;
        line-height: 34px;
    }
.history-title, .history-title p {
     font-size: 20px;
    color: #a51414;
    line-height: 28px;}

.h-in a.h-btn {
  text-align: center !important;
}
    
    .h-btn {
        font-size: 18px;
        padding: 12px 20px;
    }

    .timeline {
        display: none;
        justify-content: center;
        width: 100%;
        right: -37px;
        /* top: 221px; */
        top: 0;
        position: relative;
        margin-top: 52px;
    }

    .timeline .events ul li a {
        font-family: 'TradeGothicW01-Bold';
        color: #404040;
        font-size: 20px;
        text-decoration: none;
        position: relative;
        top: -18.2rem;
        left: -33.1rem;
    }
    about-title, h3 {
    color: #a51414;
    font-family: 'TradeGothicW01-Bold', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

    .our-work {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .work-title {
        font-size: 27px;
        line-height: 36px;
    }

    .work-list {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        clip-path: none;
        -webkit-clip-path: none;
        margin-top: 50px;
    }

    .work-list {
        display: flex;
    }

    .work-main {
        width: 50%;
        border: 1px solid #fff;
    }

    .work-name {
        font-size: 15px;
    }

    .work-main:last-child .work-name {
        font-size: 16px;
        line-height: 20px;
        background-color: transparent;
        padding: 5px;
    }

    .work-main > a {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .profect-all {
        display: block;
    }

    .project-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .project-name {
        font-size: 20px;
        line-height: 30px;
        height: auto;
        margin-bottom: 20px;
    }

    .project-main {
        height: 200px;
    }

    .project-type {
        padding: 18px;
        font-size: 20px;
    }

    .home-form {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        clip-path: none;
        -webkit-clip-path: none;
        margin-top: 100px;
    }

    .form-left-text {
        font-size: 26px;
        width: 100%;
        text-align: center;
    }
#nav_menu-4 {display:none;}
    .form-text p img {
        vertical-align: middle;
        max-width: 0px;
        margin: 0;
        min-width: 100px;
    }

    .form-right-side {
        width: 100%;
    }

    .ginput_container input {
        width: 100% !important;
        height: 32px;
        border: 0.2rem solid #a41313;
        padding-left: 1rem !important;
        color: #13345d !important;
        font-size: 16px !important;
        font-family: 'TradeGothicW01-Bold' !important;
    }

    .ginput_container textarea {
        width: 100% !important;
        border: 0.2rem solid #a41313;
        padding-left: 1rem !important;
        color: #13345d !important;
        font-size: 16px !important;
        font-family: 'TradeGothicW01-Bold' !important;
    }

    .gform_footer input[type=submit] {
        font-size: 18px!important;
    }

    #nav_menu-4 #menu-footer li a , #nav_menu-5 #menu-footer-2 li a , .phone {
        font-size: 18px;
        text-align:center;
    }

    .footer-col {
        width: 100%;
        border-top: 0.6rem solid #a41313;
        padding-top: 20px;
        margin-bottom: 24px;
    }

   .footer-col:nth-of-type(2) {
    width: 100%;}
.vc_section:nth-of-type(1) {margin-top:80px;}
    .copyright {
        margin-top: 21px;
        font-size: 13px;
    }

    footer {
        padding: 60px 0px;
    }

    .inner-banner {
        height: 300px;
        clip-path: none;
        -webkit-clip-path: none;
    }

    .inner-heading {
        font-size: 30px;
        color: #a51414;
        line-height: 34px;
    }

    .inner-text {
        text-align: center;
    }

    .inner-row h3 {
        font-size: 25px;
    }

    .inner-row p {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
    }

    .wpb_single_image.vc_align_left {
        text-align: center !important;
    }

    .cat-banner {
        height: 300px;
        clip-path: none;
         -webkit-clip-path: none;
    }

    .l2 {
        display: none;
    }

    .descr-cat {
        padding-top: 60px;
    }

    .descr-cat h1 {
        font-size: 30px;
    }

    .cat-des-wrap p {
        font-size: 18px;
    }

    .cat-des-wrap a {
        font-size: 20px;
        margin-top: 30px;
    }

    .cat-des-wrap a img {
        margin-right: 8px;
        max-width: 8rem;
    }

    .line-image {
        margin-top: 40px;
    }

    .post-related {
        margin-top: 50px;
        margin-bottom: -50px;
    }

    .title-wrap {
        text-align: center;
    }

    .title-wrap h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .cat-pro-main {
        width: 100%;
        margin-bottom: 20px;
    }

    .project-cat {
        height: 200px;
    }

    .project_type_cat {
        padding: 12px;
        font-size: 18px;
        bottom: 0;
        right: 0;
    }

    .m-btn {
        font-size: 18px;
        text-align: center;
    }

    .m-btn img {
        margin-right: 8px;
        position: relative;
        top: 2px;
        max-width: 19px;
    }

    .post-title {
        font-size: 30px;
    }

    .post-image {
        width: 100%;
    }

    .post-content {
        width: 100%;
        text-align: center;
    }

    .top-exc p {
        font-size: 18px;
    }

    .content_project p {
        font-size: 18px;
        margin-top: 15px;
    }

    .content-bottom {
        margin-top: 20px;
    }

    .content-bottom a:nth-child(1) {
        font-size: 18px;
    }

    .p-contact {
        background-color: #a51414;
        font-family: 'helvetica', sans-serif;
        font-weight: 300 !important;
        font-size: 18px;
        color: #fff;
        padding: 12px 20px;
        margin-top: 0rem;
        display: table;
        float: none;
        margin: auto;
        margin-top: 12px;
    }

    .bottom-wrap h3 {
        font-size: 30px;
    }

    .bottom-wrap ul {
        padding: 0;
        margin: 0;
        list-style: none;
        max-width: 100%;
        display: inline-block;
    }

    .bottom-wrap ul li {
        width: 100%;
        float: left;
        color: #404040;
        font-family: 'helvetica', sans-serif;
        font-weight: 300 !important;
        font-size: 18px;
    }

    .single-projects .line-image {
        display: none;
    }

    .nav-main {
        background: #f5f5f5;
        padding: 26rem 0rem;
        clip-path: none;
        -webkit-clip-path: none;
        margin-top: 50px;
    }

    .navigation-div {
        max-width: 192rem;
        margin: auto;
        width: calc(100% - 32rem);
        display: block;
        justify-content: space-between;
        text-align: center;
    }

    .nav-main a {
        color: #a51414;
        font-size: 18px;
        font-family: 'News Cycle', sans-serif;
        font-weight: 500;
    }

    .all-pro img {
        margin-right: 9px;
        position: relative;
        top: 1px;
        max-width: 18px;
    }

    .prev-pr span {
        display: none;
    }

    .prev-pr {
        margin-bottom: 20px;
    }

    .next-pr {
        margin-top: 20px;
    }

    .bottom-wrap {
        text-align: center;
    }

    .blog-left {
        width: 100%;
        margin-top: 70px;
        text-align: center;
    }

    .blog-text span.date , .det .date {
        font-size: 15px;
        line-height: 30px;
        text-align: center;
    }

    .blog-text h2 {
        font-family: 'News Cycle', sans-serif;
        font-weight: 500;
        font-size: 25px;
        color: #a51414;
        margin: 0;
        line-height: 32px;
        text-align: center;
    }

    .blog-text {
        width: 100%;
        float: left;
    }

    .blog-text p {
        font-family: 'helvetica', sans-serif;
font-weight: 300 !important;
        font-size: 18px;
        color: #404040;
        line-height: 30px;
        text-align: center;
    }

    .blog-thumb {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .blog-right {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    #recent-posts-2 h3 {
        font-family: 'News Cycle', sans-serif;
        font-weight: 500;
        font-size: 30px;
        color: #a51414;
        margin: 0;
        line-height: 1.2;
        border-bottom: 1px solid #ccc;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    #recent-posts-2 ul li {
        font-family: 'News Cycle', sans-serif;
        font-weight: 500;
        font-size: 18px;
        color: #404040;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .det h1 {
        font-family: 'News Cycle', sans-serif;
        font-weight: 500;
        font-size: 25px;
        margin: 0;
        line-height: 32px;
        text-align: center;
    }

    .det p {
        font-family: 'helvetica', sans-serif;
        font-weight: 300 !important;
        font-size: 18px;
        color: #404040;
        line-height: 30px;
        text-align: center;
    }

    .det p a {
        word-break: break-all;
    }

    .det {
        text-align: center;
        padding-top: 80px;
    }

    .pro-listing {
        padding-top: 80px;
    }

    .pro-title {
        color: #a51414;
        text-align: center;
        font-family: News Cycle;
        font-weight: 500;
        font-style: normal;
        font-size: 30px;
        color: #a51414;
        line-height: 6.4rem;
        margin-bottom: 50px;
    }

    header {
        padding: 20px 0px;
        border-bottom: 0.5rem solid #a51414;
        position: fixed;
top: 0;
z-index: 9999;
background-color: #fff;
width:100%;
    }
main {
        
       margin-top:80px;
           }
    h3.related-projects-heading {
        width: 100%;
        font-size:30px;
        color: #a51414;
        text-align: center;
        padding-right: 0;
    }
}


.form-text p img .alignnone {
    margin: 5px 0 0 0 !important;
}
.form-text p img {
        width: 80px !important;
        margin: 5px;
}
}    
.cat-des-wrap img{
    border: 6px solid #ececec; 
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    z-index: -2;

 }

.slide-thumb {
  max-height: 75px!important;
  overflow: hidden!important;
  border: 6px solid #ececec;
}


 .descr-cat p img{
       box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
 }
 
 h4 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
}
 
 .inner-text p {
    font-family: 'helvetica', sans-serif;
    font-weight: 300 !important;
    font-weight: 400;
    color: #404040;
    font-size: 16px;
    line-height:24px;
    margin: 0;
    padding-bottom: 20px;
}

.cq-timeline-content {
           box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
           border: 1px solid #fff;
           background-color: #f5f5f5!important;
}

.post-156 .cq-timeline-content {
    padding: 30px;
}

.post-156 .cq-timeline-content h4{
  margin-top:0px;
}


 .inner-text h2 {
    font-family: 'News Cycle', sans-serif;
    font-weight: 400;
    color: #404040;
    font-size: 4rem;
    margin: 0;
    padding-bottom: 20px;
 }

.ult_modal-body {
    font-size: 14px;
}

.gform_wrapper ul.gform_fields li.gfield {
    font-size: 14px;
    font-family: 'News Cycle', sans-serif;
    padding-bottom: 5px;
}

.gform_wrapper {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 1px solid #fff;
    background-color: #dfdfdf !important;
    padding: 10px;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    height: auto;
}

div#gform_wrapper_4 {
    padding: 3rem 3rem;
}

.gf_progressbar_percentage.percentbar_blue.percentbar_20 {
}

.gform_wrapper .gf_progressbar_percentage span {
    line-height: 24px;
}

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
    display: flex;
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 1.5rem 0 2rem;
}

div.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    font-size: 14px;
}

ul#gform_fields_4 li#field_4_17 {
    margin-bottom: 18px;
}

form#gform_4 ul.gform_fields {
    display: flex;
    flex-wrap: wrap;
}

form#gform_4 ul.gform_fields > li {
    width: calc(50% - 4rem);
    margin: 0 4rem;
    padding: 0;
}

ul#gform_fields_4 > li.full {
    width: 100%;
    margin-bottom: 0rem;
}

div.gform_wrapper .gfield_checkbox li, div.gform_wrapper .gfield_radio li {
    margin-right: 10px;
}

div.gform_wrapper .gfield_checkbox li label, div.gform_wrapper .gfield_radio li label {
    font-size: 1.5rem;
}

div.gform_wrapper .gfield_checkbox li label, div.gform_wrapper .gfield_radio li label {
    font-size: 1.5rem;
    padding-left: .5rem;
}

.gform_wrapper .gf_progressbar_percentage span {
    line-height: 24px;
}

div.gform_wrapper ul.gfield_checkbox li input[type=checkbox], div.gform_wrapper ul.gfield_radio li input[type=radio] {
    margin-top: 0!important;
}

div.gform_wrapper ul.gfield_checkbox li, div.gform_wrapper ul.gfield_radio li {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.gform_wrapper li.gfield.gfield_error, div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
    border: 0;
}

div.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
    color: red;
    left: 0;
}

form#gform_4 ul.gform_fields > li {
    position: relative;
    margin-top: 2rem!important;
}

div.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, div.gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    margin: 0;
}

.gform_wrapper .gfield_error .gfield_label {
    color: red;
}

form#gform_4 ul.gform_fields > li#field_4_88 {
    width: 100%;
}

.page-id-181 .ult-modal-input-wrapper {
  display: none!important;
}

.red-btn a.vc_general {
  background-color: #a51414 !important;
  font-family: 'News Cycle', sans-serif !important;
  font-weight: 300 !important;
  font-size: 2.5rem !important;
}

.cat-des-wrap img{
  display: none;
}

button.elm-button {
    border: 0;
    padding: 15px 20px;
    font-size: 16px;
    margin: 50px 0 100px;
}

.project-line.projects-archive-list {
    margin-bottom: 80px;
}

.container {
    max-width: 192rem;
    margin: auto;
    width: calc(100% - 32rem);
}

.project-cat-nav {
    border: 2px solid #a51414;
    border-left: 0;
    border-right: 0;
    background-color: #eeeeee;
}

.project_cat-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_cat-menu a {
    padding: 20px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #a51414;
    text-transform: uppercase;
    font-weight: 400;
    transition: .35s ease;
    text-align: center;
    font-family: 'News Cycle', sans-serif;
}

.project_cat-menu a:hover,
.project_cat-menu a.active {
    background: #a51414;
    color: #fff;
}

.related-wrap {
    width: 100%;
}

.navigation-div {
    align-items: center;
}

.all-pro {
    width: calc(100% - 30rem);
}

h3.related-projects-heading {
    text-align: left;
}

.cat-pro-main {
    width: 23%;
}

.navigation-div a {
    font-size: 1.7rem;
}

.project-line {
    justify-content: left;
}



@media all and (max-width: 1400px){
    .project_cat-menu a {
        font-size: 2.25rem;
        padding: 3rem 2rem;
    }
}

@media all and (max-width: 767px){
    .project_cat-menu a {
        font-size: 2.25rem;
        padding: 3rem 2rem;
    }

    .cat-des-wrap p {
        padding: 0;
    }

    .project_cat-menu a {
        font-size: 16px;
        width: 100%;
        text-align: center;
        padding: 16px 0;
    }

    .project_cat-menu {
        flex-wrap: wrap;
    }

    .project-cat-nav .container {
        width: 100%;
    }

    .project-cat-nav {
        margin-bottom: -100px;
    }

    .cat-pro-main {
        width: 100%;
    }

    .all-pro {
        width: 100%;
    }

    .navigation-div a {
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }

    .next-pr {
        margin-top: 100px;
        text-align: center;
    }

    .navigation-div a span {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
}