

/* Fonts */

.large-font p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.white h4 {
    color: #ffffff;
}

.white p {
    color: #ffffff;
}


/* Header */

.header_top p {
    margin-bottom: 0px;
    margin-top: 0px;
}

.header_top .left {
    display: none;
}

.drop_down .narrow .second .inner ul li {
    width: 200px;
}


/* Title */

.position_center.title .title_subtitle_holder {
    padding-left: 20%;
    padding-right: 20%;
}


/* Elements */

.icon_text_inner p {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* Icon List */

.q_icon_list {
    margin-bottom: 15px;
}

/* Numbered List */

ol li {
    padding: 5px 0px;
    list-style-position: inside;
    line-height: 21px;
}

.number-list ol {
    list-style: none;
    counter-reset: item;
}

.number-list ol li {
    counter-increment: item;
    margin-bottom: 5px;
    padding: 5px 0px;
    list-style-position: inside;
    line-height: 21px;
    text-indent: -1.5em !important;
    margin-left: 3em;
    position: relative;
}

.number-list ol li:before {
    content: counter(item);
    border-radius: 100%;
    color: #0032a0;
    font-weight: 700;
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 25px;
    margin-right: 20px !important;
}

@media only screen and (max-width: 768px) {
.q_icon_list p {
    line-height: 27px;
}
}


/* Carousel */

.slick-prev {
    left: -40px !important;
}

.slick-next {
    right: -40px !important;
}

.ult-carousel-wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}


/* Process */

.qode-numbered-process-holder .qode-np-item-image-holder .qode-np-item-number {
    left: 50%;
    top: 50%;
    background-color: transparent;
    color: #fff;
    font-size: 58px;
    font-weight: 200;
}

.ult-ih-heading-block h2{
    font-weight: 300;
}

.ult-ih-container.ult-adjust-bottom-margin {
    margin-bottom: 10px !important;
}


/*  Ninja forms */

.nf-multi-cell .nf-cell {
    padding: 0 10px 0 0 !important;
}

/* Contact page */

.contact-nf .nf-error-msg {
    color: #0033a0 !important;
}

.contact-nf .nf-error .ninja-forms-field {
   border: 1px solid #0033a0 !important;
}

.contact-text p {
    margin-top: 0;
}

/* Footer form */
.footer_top .nf-form-content {
    padding-top: 13px !important;
}

.footer_top .nf-error-msg {
    color: #ffffff !important;
}


/* Portfolio */

.portfolio_navigation {
    padding: 0px 0 80px;
}

.portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    -o-border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    color: #ffffff;
    background-color: #0032a0;
    border: none;
}

.portfolio_navigation .portfolio_next a:hover, .portfolio_navigation .portfolio_prev a:hover {
    color: #ffffff;
    background-color: #767676;
    border-color: transparent;
    background-image: none !important;
}

.filter_holder ul li.active span, .filter_holder ul li:hover span {
    border-bottom: solid 1px #0032a0;
}

.filter_holder ul li span {
    padding: 0 0px;
    margin: 0px 20px;
}

.portfolio_detail {
    display: none;
}

.projects_holder article span.text_holder span span.text_inner {
    padding: 20px;
}
a.preview.qbutton.small.white, .portfolio-arrow {
    background: #0032a0;
    color: #fff;
    border: 0px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 50px;
}
a.preview.qbutton.small.white:before, .portfolio-arrow:before {
    content: "\35";
    font-family: 'ElegantIcons';
    font-size: 26px;
}
.portfolio-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.cols-2 {
width:50%;
}
}


/* Mobile */

@media only screen and (max-width : 1024px) {
.position_center.title .title_subtitle_holder {
    padding-left: 10%;
    padding-right: 10%;
}
.icon-box .icon_text_inner > p {
    min-height: 89px;
}
}

@media only screen and (max-width : 768px) {
div.grid_section .section_inner {
width: 640px;
}
.icon-box .icon_text_inner > p {
    min-height: 89px;
}
.center-mob p, .center-mob h4, .center-mob {
    text-align: center !important;
}
.large-font p {
    font-size: 15px;
    line-height: 25px;
}
.subtitle {
    font-size: 15px !important;
    line-height: 25px;
}
.filter_outer {
    margin: 10px 0 40px;
}
}

@media only screen and (max-width: 480px) {
div.grid_section .section_inner {
    width: 340px;
}
.position_center.title .title_subtitle_holder {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.title .separator {
    display: block;
}
.hide-mob {
    display: none;
}
.header_top p {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    line-height: 18px;
}
}

.aligncenter {
    margin: 0px auto;
}
.title.title_size_large.position_center.has_fixed_background.zoom_out {
    background-size: cover;
}

.tg-ajax-button {
    line-height: 34px;
    height: 34px;
    background-color: #ffffff00;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #0032a0;
transition: all 0.15s ease-in-out;
}
.tg-ajax-button span.tg-nav-color {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0032a0 !important;
transition: all 0.15s ease-in-out;
    line-height: 34px;
}
.tg-ajax-button:hover {
cursor: pointer;
background: #0032a0;
transition: all 0.15s ease-in-out;
}
.tg-ajax-button:hover span.tg-nav-color {
color: #fff !important;
transition: all 0.15s ease-in-out;
}