
/*
Theme Name: IK.EE
Text Domain: ikee
Version: 1.0
Requires at least: 4.7
Requires PHP: 7.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://devitem.net/
Theme URI: https://devitem.net/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


body:after {
    content: url(assets/img/close.png) url(assets/img/loading.gif) url(assets/img/prev.png) url(assets/img/next.png);
    display: none
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(assets/img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(assets/img/prev.png) left 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(assets/img/next.png) right 48% no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(assets/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: alpha(opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Black.eot);
    src: url(assets/fonts/NeueHaasUnica-Black.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Black.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Black.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Medium.eot);
    src: url(assets/fonts/NeueHaasUnica-Medium.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Medium.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Medium.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-BoldItalic.eot);
    src: url(assets/fonts/NeueHaasUnica-BoldItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-BoldItalic.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-BoldItalic.woff) format('woff'), url(assets/fonts/NeueHaasUnica-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ExtBlkIta.eot);
    src: url(assets/fonts/NeueHaasUnica-ExtBlkIta.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ExtBlkIta.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ExtBlkIta.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ExtBlkIta.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ExtraBold.eot);
    src: url(assets/fonts/NeueHaasUnica-ExtraBold.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ExtraBold.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ExtraBold.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-MediumItalic.eot);
    src: url(assets/fonts/NeueHaasUnica-MediumItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-MediumItalic.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-MediumItalic.woff) format('woff'), url(assets/fonts/NeueHaasUnica-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ExtraBoldItalic.eot);
    src: url(assets/fonts/NeueHaasUnica-ExtraBoldItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ExtraBoldItalic.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ExtraBoldItalic.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ExtraBoldItalic.ttf) format('truetype');
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Italic.eot);
    src: url(assets/fonts/NeueHaasUnica-Italic.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Italic.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Italic.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Light.eot);
    src: url(assets/fonts/NeueHaasUnica-Light.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Light.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Light.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ExtLtIta.eot);
    src: url(assets/fonts/NeueHaasUnica-ExtLtIta.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ExtLtIta.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ExtLtIta.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ExtLtIta.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Bold.eot);
    src: url(assets/fonts/NeueHaasUnica-Bold.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Bold.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Bold.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ThinItalic.eot);
    src: url(assets/fonts/NeueHaasUnica-ThinItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ThinItalic.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ThinItalic.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ThinItalic.ttf) format('truetype');
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-LightItalic.eot);
    src: url(assets/fonts/NeueHaasUnica-LightItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-LightItalic.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-LightItalic.woff) format('woff'), url(assets/fonts/NeueHaasUnica-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ExtraLight.eot);
    src: url(assets/fonts/NeueHaasUnica-ExtraLight.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ExtraLight.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ExtraLight.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Regular.eot);
    src: url(assets/fonts/NeueHaasUnica-Regular.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Regular.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Regular.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-ExtraBlack.eot);
    src: url(assets/fonts/NeueHaasUnica-ExtraBlack.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-ExtraBlack.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-ExtraBlack.woff) format('woff'), url(assets/fonts/NeueHaasUnica-ExtraBlack.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-BoldItalic_1.eot);
    src: url(assets/fonts/NeueHaasUnica-BoldItalic_1.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-BoldItalic_1.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-BoldItalic_1.woff) format('woff'), url(assets/fonts/NeueHaasUnica-BoldItalic_1.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Neue Haas Unica';
    src: url(assets/fonts/NeueHaasUnica-Thin.eot);
    src: url(assets/fonts/NeueHaasUnica-Thin.eot#iefix) format('embedded-opentype'), url(assets/fonts/NeueHaasUnica-Thin.woff2) format('woff2'), url(assets/fonts/NeueHaasUnica-Thin.woff) format('woff'), url(assets/fonts/NeueHaasUnica-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-MediumItalic.eot);
    src: url(assets/fonts/GraphikLCG-MediumItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-MediumItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-MediumItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-SuperItalic.eot);
    src: url(assets/fonts/GraphikLCG-SuperItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-SuperItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-SuperItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-SuperItalic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-SemiboldItalic.eot);
    src: url(assets/fonts/GraphikLCG-SemiboldItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-SemiboldItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-SemiboldItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-SemiboldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Black.eot);
    src: url(assets/fonts/GraphikLCG-Black.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Black.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Black.woff) format('woff'), url(assets/fonts/GraphikLCG-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Super.eot);
    src: url(assets/fonts/GraphikLCG-Super.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Super.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Super.woff) format('woff'), url(assets/fonts/GraphikLCG-Super.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Thin.eot);
    src: url(assets/fonts/GraphikLCG-Thin.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Thin.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Thin.woff) format('woff'), url(assets/fonts/GraphikLCG-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-ExtralightItalic.eot);
    src: url(assets/fonts/GraphikLCG-ExtralightItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-ExtralightItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-ExtralightItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-ExtralightItalic.ttf) format('truetype');
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Regular.eot);
    src: url(assets/fonts/GraphikLCG-Regular.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Regular.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Regular.woff) format('woff'), url(assets/fonts/GraphikLCG-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-BoldItalic.eot);
    src: url(assets/fonts/GraphikLCG-BoldItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-BoldItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-BoldItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-LightItalic.eot);
    src: url(assets/fonts/GraphikLCG-LightItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-LightItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-LightItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-BlackItalic.eot);
    src: url(assets/fonts/GraphikLCG-BlackItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-BlackItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-BlackItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Medium.eot);
    src: url(assets/fonts/GraphikLCG-Medium.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Medium.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Medium.woff) format('woff'), url(assets/fonts/GraphikLCG-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Light.eot);
    src: url(assets/fonts/GraphikLCG-Light.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Light.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Light.woff) format('woff'), url(assets/fonts/GraphikLCG-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Semibold.eot);
    src: url(assets/fonts/GraphikLCG-Semibold.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Semibold.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Semibold.woff) format('woff'), url(assets/fonts/GraphikLCG-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Bold.eot);
    src: url(assets/fonts/GraphikLCG-Bold.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Bold.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Bold.woff) format('woff'), url(assets/fonts/GraphikLCG-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-Extralight.eot);
    src: url(assets/fonts/GraphikLCG-Extralight.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-Extralight.woff2) format('woff2'), url(assets/fonts/GraphikLCG-Extralight.woff) format('woff'), url(assets/fonts/GraphikLCG-Extralight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-ThinItalic.eot);
    src: url(assets/fonts/GraphikLCG-ThinItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-ThinItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-ThinItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-ThinItalic.ttf) format('truetype');
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: 'Graphik LCG';
    src: url(assets/fonts/GraphikLCG-RegularItalic.eot);
    src: url(assets/fonts/GraphikLCG-RegularItalic.eot#iefix) format('embedded-opentype'), url(assets/fonts/GraphikLCG-RegularItalic.woff2) format('woff2'), url(assets/fonts/GraphikLCG-RegularItalic.woff) format('woff'), url(assets/fonts/GraphikLCG-RegularItalic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

[data-aos][data-aos][data-aos-duration="3300"],
body[data-aos-duration="3300"] [data-aos] {
    transition-duration: 3.3s
}

[data-aos][data-aos][data-aos-delay="3300"],
body[data-aos-delay="3300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3300"].aos-animate,
body[data-aos-delay="3300"] [data-aos].aos-animate {
    transition-delay: 3.3s
}

[data-aos][data-aos][data-aos-duration="3600"],
body[data-aos-duration="3600"] [data-aos] {
    transition-duration: 3.6s
}

[data-aos][data-aos][data-aos-delay="3600"],
body[data-aos-delay="3600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
    transition-delay: 3.6s
}

[data-aos][data-aos][data-aos-duration="3900"],
body[data-aos-duration="3900"] [data-aos] {
    transition-duration: 3.9s
}

[data-aos][data-aos][data-aos-delay="3900"],
body[data-aos-delay="3900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3900"].aos-animate,
body[data-aos-delay="3900"] [data-aos].aos-animate {
    transition-delay: 3.9s
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #111;
    font-family: 'Neue Haas Unica';
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

.consaltation-section .consaltation-content .consaltation-icon,
.newslatter-section .newslatter-content .newslatter-icon {
    height: 80px;
    width: 100px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
    margin-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #005a90
}

.consaltation-section .consaltation-content .consaltation-icon i,
.newslatter-section .newslatter-content .newslatter-icon i {
    font-size: 35px;
    color: #fff
}

.blog-sidebar-widget .search-widget form input,
.newslatter-section .newslatter-content .newslatter-form input {
    border: none
}

.blog-sidebar-widget .search-widget form button,
.blog-details-content .blog-comment-area .comment-form .sub-button button,
.newslatter-section .newslatter-content .newslatter-form .nws-button button,
.contact-page-section .el-contact-form .contact-form-area .sub-button button {
    border: none;
    background-color: transparent
}

.border-button {
    width: 170px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 15px 0
}

.border-button:hover {
    color: #fff
}

.border-button.dark-button span,
.border-button.dark-button:hover span {
    opacity: 0;
    color: #111;
    line-height: 1;
    position: relative;
    top: 2px;
    display: block
}

.border-button.dark-button.button_active span,
.border-button.dark-button.button_active:hover span {
    opacity: 1;
    color: #111
}

.border-button.button_active span {
    -webkit-transition: opacity .5s ease 1.5s, color .5s ease 0s, -webkit-transform .5s ease 1.5s;
    transition: opacity .5s ease 1.5s, color .5s ease 0s, -webkit-transform .5s ease 1.5s;
    -o-transition: transform .5s ease 1.5s, opacity .5s ease 1.5s, color .5s ease 0s;
    transition: transform .5s ease 1.5s, opacity .5s ease 1.5s, color .5s ease 0s;
    transition: transform .5s ease 1.5s, opacity .5s ease 1.5s, color .5s ease 0s, -webkit-transform .5s ease 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px)
}

.border-button span {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    display: block
}

.border-button span {
    display: block;
    -webkit-transform: translate3d(-20px, 0px, 1px);
    transform: translate3d(-20px, 0px, 1px);
    opacity: 0;
    -webkit-transition: opacity .5s ease 0s, color .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, color .5s ease 0s, -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s, opacity .5s ease 0s, color .5s ease 0s;
    transition: transform .5s ease 0s, opacity .5s ease 0s, color .5s ease 0s;
    transition: transform .5s ease 0s, opacity .5s ease 0s, color .5s ease 0s, -webkit-transform .5s ease 0s
}

.border-button:before,
.border-button:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    box-sizing: border-box
}

.border-button:before {
    bottom: 0;
    left: 0;
    border-left: 1px solid #ffa600;
    border-top: 1px solid #ffa600;
    transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s
}

.border-button:after {
    top: 0;
    right: 0;
    border-right: 1px solid #ffa600;
    border-bottom: 1px solid #ffa600;
    transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s
}

.border-button:hover:before,
.border-button:hover:after,
.slider-active .border-button:before,
.slider-active .border-button:after,
.border-button.button_active:before,
.border-button.button_active:after {
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 0
}

.border-button:hover:before,
.border-button.button_active:before {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: .9s, 0s, 0s, .2s
}

.border-button:hover:after,
.border-button.button_active:after {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: .9s, .4s, .4s, .6s
}

.slider-active .border-button:before {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: 1.2s, .6s, .6s, .8s
}

.slider-active .border-button:after {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: 1.2s, 1s, 1s, 1.2s
}

.slider-home__1 {
    background-color: #111
}

.slider-home__text {
    color: #fff;
    font-size: 195px
}

.slider-home__animation_container {
    position: absolute;
    pointer-events: none !important
}

.slider-home__text_viewer {
    font-feature-settings: "liga" 0, "rlig" 0, "dlig" 0, "hlig" 0, "smcp" 0;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    -webkit-line-break: after-white-space;
    white-space: pre-wrap;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased
}

.slide-images {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.slide-images .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

.slide-images .slide {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.slide-images .active {
    opacity: 1;
    z-index: 2
}

footer .border-button {
    width: 170px
}

footer .border-button.button_active span {
    transition: all .6s ease;
    line-height: 44px
}

footer .border-button.button_active:hover span {
    background-color: #ffa600;
    border-radius: 0
}

footer .border-button.dark-button {
    color: #000;
    border: 1px solid rgba(255, 255, 255, .8)
}

.box-text-move {
    background: #000;
    padding: 24px 0
}

.box-text-move__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[data-text-move=left] {
    -webkit-animation-name: textMoveLeft;
    animation-name: textMoveLeft;
    -webkit-animation-duration: 5.83401s;
    animation-duration: 5.83401s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform
}

.box-text-move .content-list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box-text-move .content-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 18px;
    margin: 0
}

.content-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content-subtitle {
    margin: 0 0 0 18px;
    width: 52px;
    height: 52px
}

[data-text-move=left] {
    -webkit-animation-name: textMoveLeft;
    animation-name: textMoveLeft;
    -webkit-animation-duration: 5.83401s;
    animation-duration: 5.83401s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform
}

[data-node-text-move=soc-net] .box-text-move__item:hover [data-text-move=left] {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

[data-text-move=right] {
    -webkit-animation-name: textMoveRight;
    animation-name: textMoveRight;
    -webkit-animation-duration: 5.83401s;
    animation-duration: 5.83401s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform
}

[data-node-text-move=soc-net] .box-text-move__item:hover [data-text-move=right] {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes textMoveLeft {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0)
    }
    100% {
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0)
    }
}

@keyframes textMoveLeft {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0)
    }
    100% {
        -webkit-transform: translateX(-100%) translateZ(0);
        transform: translateX(-100%) translateZ(0)
    }
}

@-webkit-keyframes textMoveRight {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0)
    }
    100% {
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0)
    }
}

@keyframes textMoveRight {
    0% {
        -webkit-transform: translateX(0) translateZ(0);
        transform: translateX(0) translateZ(0)
    }
    100% {
        -webkit-transform: translateX(100%) translateZ(0);
        transform: translateX(100%) translateZ(0)
    }
}

section.v2 .projects-link {
    margin: 15px 0 0;
    text-align: right
}

section.v2 .projects-link a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    background: 0 0;
    font-weight: 500
}

section.v2 .projects-link a {
    position: relative
}

section.v2 .projects-link a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    background-color: #ffa600
}

section.v2 .projects-link a:hover:after {
    width: 100%;
    background-color: #ffa600
}

section.v3 .projects-link {
    margin: 15px 0 0
}

.project-section .projecct-img:after,
.blog-section .blog-post-content .blog-post-pic:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 100%;
    visibility: hidden;
    position: absolute;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: linear-gradient(90deg, rgba(230, 102, 17, .9) 0%, rgba(181, 155, 14, .9) 100%)
}

.project-section .projecct-img .popup-project,
.blog-section .blog-post-content .blog-post-pic .blog-linker {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 55px;
    width: 55px;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.project-section .projecct-img .popup-project:before,
.blog-section .blog-post-content .blog-post-pic .blog-linker:before {
    top: -25px;
    left: 25px;
    width: 3px;
    content: "";
    height: 0;
    background-color: #fff;
    position: absolute;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.project-section .projecct-img .popup-project:after,
.blog-section .blog-post-content .blog-post-pic .blog-linker:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background-color: #fff;
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.header_top .top_info_menu li:after,
.footer-copyright-text .copyright-menu a:after {
    top: 6px;
    width: 2px;
    content: "";
    right: -15px;
    height: 15px;
    position: absolute;
    background-color: #5ea5d0
}

.header_top .top_info_menu li:last-child:after,
.footer-copyright-text .copyright-menu a:last-child:after {
    display: none
}

.about-section .about-text .about-btn a,
.driven-solution-section .driven-text .about-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-section .about-text .about-btn i,
.driven-solution-section .driven-text .about-btn i {
    color: #eda213;
    font-size: 40px;
    margin-right: 10px
}

.about-section .about-text .about-btn span,
.driven-solution-section .driven-text .about-btn span {
    margin-top: 5px;
    color: #004168;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: underline
}

.about-section .about-text .about-btn img,
.driven-solution-section .driven-text .about-btn img {
    margin-left: 12px
}

.expertise-indicator-icon .expertise-icon-item:after,
.eltron-info-section .eltron-info-icon-text .eltron-info-icon:after {
    top: -10px;
    left: -10px;
    opacity: .2;
    width: 100px;
    content: "";
    height: 100px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff
}

.header_style_two .site-main-menu .site-search-btn .top_info_social:after,
.header_style_two .header-qoute-btn:after {
    position: absolute;
    content: "";
    height: 110px;
    width: 1px;
    right: 0;
    background-color: #6f6f6f
}

.service-sidebar-widget .service-cat-widget li,
.blog-sidebar-widget .category-widget li {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.service-sidebar-widget .service-cat-widget li a,
.blog-sidebar-widget .category-widget li a {
    width: 100%;
    display: block;
    color: #111;
    font-size: 18px
}

.service-sidebar-widget .service-cat-widget li:before,
.blog-sidebar-widget .category-widget li:before {
    left: 0;
    top: 20px;
    width: 28px;
    content: "";
    height: 20px;
    position: absolute;
    opacity: 0;
    background-repeat: no-repeat;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: url(assets/img/arrow3.png)
}

.service-sidebar-widget .service-cat-widget li:after,
.blog-sidebar-widget .category-widget li:after {
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    z-index: -1;
    left: -37px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: .5s all ease-out;
    -o-transition: .5s all ease-out;
    transition: .5s all ease-out
}

.service-sidebar-widget .service-cat-widget li:hover,
.blog-sidebar-widget .category-widget li:hover {
    padding-left: 32px
}

.service-sidebar-widget .service-cat-widget li:hover:before,
.blog-sidebar-widget .category-widget li:hover:before {
    opacity: 1
}

.service-sidebar-widget .service-cat-widget li:hover:after,
.blog-sidebar-widget .category-widget li:hover:after {
    width: 340px;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.service-sidebar-widget .service-cat-widget li:hover a,
.blog-sidebar-widget .category-widget li:hover a {
    color: #fff
}

.service-sidebar-widget .help-widget .widget-title,
.service-sidebar-widget .opening-hour-widget .widget-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: relative
}

.service-sidebar-widget .help-widget .widget-title:after,
.service-sidebar-widget .opening-hour-widget .widget-title:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #fff;
    left: 0;
    bottom: -10px
}

.about-section .about-text .about-btn:after,
.driven-solution-section .driven-text .about-btn a:after {
    content: "\f100";
    position: absolute;
    top: -7px;
    right: -35px;
    font-size: 26px;
    font-family: Flaticon;
    color: #fff;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.about-section .about-text .about-btn:hover:after,
.driven-solution-section .driven-text .about-btn a:hover:after {
    right: -45px
}

::-moz-selection {
    color: #fff;
    background-color: #0071b4
}

::selection {
    color: #fff;
    background-color: #0071b4
}

::-moz-selection {
    color: #fff;
    background-color: #0071b4
}

.container {
    max-width: 1170px
}

.sidenav .container {
    max-width: 800px
}

.container {
    max-width: 1024px
}

.container-large {
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1200px) {
    .container-large {
        max-width: 1140px;
        max-width: 1600px;
        padding: 0 38px
    }
}

@media (min-width:1360px) {
    .container-large {
        max-width: 1230px;
        max-width: 1600px;
        padding: 0 38px
    }
}

@media (min-width:1536px) {
    .container-large {
        max-width: 1230px;
        max-width: 1600px;
        padding: 0 38px
    }
}

@media (min-width:1680px) {
    .container-large {
        max-width: 1230px;
        max-width: 1600px;
        padding: 0 38px
    }
}

@media (min-width:1920px) {
    .container-large {
        max-width: 1230px
    }
}

@media (min-width:2500px) {
    .container-large {
        max-width: 1230px
    }
}

.ul-li ul {
    margin: 0;
    padding: 0
}

.ul-li ul li {
    list-style: none;
    display: inline-block
}

.ul-li-block ul {
    margin: 0;
    padding: 0
}

.ul-li-block ul li {
    display: block;
    list-style: none
}

ul li::marker {
    color: #ffa600
}

.project-text ul {
    margin: 0;
    padding-left: 15px
}

.project-text li {
    color: #fff;
    line-height: 25px
}

.project-text li:not(:first-child) {
    margin-top: 15px
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffff url(assets/img/loader.svg) no-repeat center center
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none
}

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

section {
    overflow: hidden
}

button {
    cursor: pointer
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.relative-position {
    position: relative
}

.pera-content p {
    margin-bottom: 0
}

.block-display {
    width: 100%;
    display: block
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.background_position {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%)
}

.scrollup i {
    color: #fff
}

.section-title-left .title-tag {
    font-size: 16px;
    font-weight: 300
}

.section-title-left .title-tag img {
    margin-right: 12px
}

.section-title .h2,
.section-title-left .h2 {
    color: #111;
    line-height: 1.238;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px;
    display: block;
    letter-spacing: -2.7px;
    padding: 12px 0 15px
}

section.v6 {
    padding: 55px 0
}

section.v6 .about-title-v2 {
    color: #111;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.238;
    padding: 12px 0 15px
}

section.v6 .about-content-v2 li {
    margin: 0 0 15px
}

section.v6 .projects-link {
    margin: 30px 0 0
}

section.v7 {
    margin: 0 0 30px
}

section.v7 .section-title .h2,
section.v7 .section-title-left .h2 {
    letter-spacing: -2.7px;
    font-size: 55px;
    font-style: normal;
    font-weight: 700
}

section.v7 .project-slide__title {
    letter-spacing: -2.7px;
    font-size: 55px;
    line-height: 85px;
    font-style: normal;
    font-weight: 700
}

section.v7 .project-slide__title span {
    display: inline-block;
    position: relative
}

section.v7 .project-slide__content {
    color: rgba(239, 239, 239, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -.2px;
    line-height: 26px;
    padding: 15px 0 50px
}

section.v7 .project-slide__inner {
    padding: 50px;
    position: absolute;
    bottom: 100px
}

section.v7 .project-slide__link .border-link {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    color: rgba(239, 239, 239, 1)
}

section.v7 .project-slide__image,
section.v7 .project-slide__inner-content {
    height: 880px
}

@media only screen and (min-device-width:1480px) and (orientation:landscape) {
    section.v7 .project-slide__image,
    section.v7 .project-slide__inner-content {
        height: 900px
    }
}

section.v7 .project-slide__image img {
    top: 0;
    left: -5px;
    bottom: 0;
    height: 100%;
    width: auto;
    position: absolute;
    transition: all 1s ease
}

section.v7 .owl-item .project-slide__title span {
    position: relative
}

section.v7 .owl-item .project-slide__title span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    opacity: 0;
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s;
    background-color: #ffa600
}

section.v7 .owl-item .project-slide__title,
section.v7 .owl-item .project-slide__content,
section.v7 .owl-item .project-slide__link {
    opacity: 0;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s
}

section.v7 .owl-item.active .project-slide__title,
section.v7 .owl-item.active .project-slide__content,
section.v7 .owl-item.active .project-slide__link {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

section.v7 .owl-item.active .project-slide__title {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s
}

section.v7 .owl-item.active .project-slide__content {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s
}

section.v7 .owl-item.active .project-slide__link {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    transition-delay: 2.2s
}

section.v7 .owl-item.active .project-slide__title span:after {
    width: 100%;
    opacity: 1;
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    transition-delay: 3.4s
}

.border-link:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    position: relative;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    background-color: #ffa600
}

.border-link:hover:after {
    width: 100%;
    background-color: #ffa600
}

section.v8 {
    margin: 0 0 30px
}

section.v8 .section-title .h2 {
    padding: 5px 0 0;
    color: rgba(9, 9, 9, 1);
    font-style: normal;
    font-size: 55px;
    line-height: 65px;
    overflow: hidden;
    letter-spacing: .9px;
    text-transform: uppercase;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111
}

section.v8 .section-title .h2>div {
    overflow: hidden
}

section.v8 .section-title .h2 .js-marquee {
    color: rgba(9, 9, 9, 1);
    font-style: normal;
    font-size: 55px;
    line-height: 1;
    letter-spacing: .9px;
    text-transform: uppercase
}

@media only screen and (min-device-width:1480px) and (orientation:landscape) {
    section.v8 .section-title .h2 {
        padding: 0
    }
    section.v8 .section-title .h2 {
        padding: 0 0 5px
    }
    .border-button.dark-button span,
    .border-button.dark-button:hover span {
        top: 0
    }
}

section.v8 .section-title {
    position: relative
}

section.v8 .section-title .h3 {
    line-height: 27px;
    font-weight: 700;
    font-size: 26px;
    margin: 30px 0 0;
    display: block
}

section.v8 .process-content {
    color: rgba(120, 120, 120, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 55px 0
}

section.v8 .process-content b {
    font-weight: 500
}

section.v8 .process-subcontent {
    color: rgba(120, 120, 120, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0
}

section.v8 .process-content a,
section.v8 .process-subcontent a {
    color: #111;
    border-bottom: 1px solid #ffa600
}

.section-title .letters .letter,
.section-title-left .letters .letter {
    opacity: 0
}

.dark .section-title-left .h2 {
    color: #fff
}

.section-title-middle .title-tag {
    font-weight: 300;
    font-size: 16px;
    color: #555
}

.section-title-middle .title-tag svg {
    height: 120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 18px
}

.section-title-middle h2 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    padding-top: 13px;
    line-height: 1.333
}

.dark .section-title-middle h2 {
    color: #fff
}

.partner-section {
    padding: 80px 0 180px;
    border-top: 1px solid #ddd
}

.partner-section .container {
    max-width: 1320px
}

.partner-section .partner-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.button-arrow {
    position: relative
}

.button-arrow:after {
    position: absolute;
    content: "\f100";
    font-family: Flaticon;
    right: 0;
    top: 0;
    font-size: 26px;
    color: #fff
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(31, 31, 31, .99);
    overflow-x: hidden;
    padding-top: 60px;
    text-align: center
}

.sidenav .menu .menu-item a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    display: block
}

.sidenav .menu .menu-item a a:hover {
    color: #f1f1f1
}

.sidenav .close {
    position: absolute;
    top: 0;
    color: #fff;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

.sidenav.open {
    width: 100%;
    z-index: 10
}

.sidenav .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.menu-item {
    opacity: 0
}

.footer-content .menu .menu-item {
    opacity: 1
}

.footer-content .menu .menu-item {
    margin: 0 0 15px
}

@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
    .sidenav a {
        font-size: 18px
    }
}

.nav-icon {
    width: 32px;
    height: 20px;
    background-color: transparent;
    position: relative;
    margin: 0 auto;
    border: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.nav-icon.times {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    z-index: -1;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.main-header__white .nav-icon span {
    background: #111
}

.nav-icon.times span {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.nav-icon span:nth-child(1) {
    top: 0
}

.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 8px
}

.nav-icon.times span:nth-child(2),
.nav-icon.times span:nth-child(3) {
    top: 8px
}

.nav-icon span:nth-child(4) {
    top: 16px
}

.nav-icon.line.open span:nth-child(1),
.nav-icon.line.open span:nth-child(4),
.nav-icon.line:hover span:nth-child(1),
.nav-icon.line:hover span:nth-child(4) {
    top: 8px
}

.nav-icon.times.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%
}

.nav-icon.times.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-icon.times.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-icon.times.open span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%
}

.navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center
}

.navigation__inner {
    height: 500px
}

.navigation__column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.navigation__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.navigation__column.first-child {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%
}

.navigation__column.last-child {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.header_top {
    background-color: #0071b4;
    padding: 13px 0 13px
}

.header_top .header_top_contact li {
    color: #fff;
    line-height: 1.2;
    margin-right: 30px
}

.header_top .header_top_contact li i {
    font-size: 18px;
    margin-right: 8px
}

.header_top .top_info_item {
    display: inline-block
}

.header_top .top_info_menu li {
    margin-left: 25px;
    position: relative
}

.header_top .top_info_menu li a {
    color: #fff
}

.header_top .top_info_social {
    margin-left: 30px
}

.header_top .top_info_social li {
    width: 30px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #1f82bd;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.header_top .top_info_social li a {
    display: block;
    width: 100%
}

.header_top .top_info_social li:hover {
    background-color: #fff
}

.header-style-1 {
    background-color: transparent
}

.header-style-1 {
    transition: all .6s ease
}

.site-main-menu {
    padding: 20px 0 10px
}

.fixed .site-main-menu {
    padding: 5px 0
}

.site-main-menu .brand-logo {
    float: left
}

.website-logo__dark,
.website-logo__white,
.fixed .website-logo__default {
    display: none
}

.main-header__dark .brand-logo .website-logo__white,
.main-header__white .brand-logo .website-logo__dark {
    display: block;
    height: 40px;
    margin: 5px 0 0
}

.site-main-menu .brand-logo img {
    height: 40px
}

@media screen and (max-width:600px) {

    .site-main-menu .brand-logo img {
        height: 40px;
        width: auto;
    }

    .site-main-menu .navbar-nav {
        display: inline-flex;
        padding-top: 5px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .fixed .site-main-menu .navbar-nav {
        padding-top: 12px
    }
}

@media screen and (min-width:601px) {
    .site-main-menu .brand-logo img {
        height: 60px;
        width: auto;
    }
    .site-main-menu .navbar-nav {
        display: inline-flex;
        padding-top: 8px;
        flex-direction: row;
        align-items: center;
    }
}

.site-main-menu .main-navigation {
    display: inline-block
}

.site-main-menu .main-navigation li {
    margin-left: 15px
}

@media screen and (min-width:601px) {
    .site-main-menu .main-navigation li:last-child {
        margin-left: 100px
    }
}

.site-main-menu .main-navigation li a {
    font-size: 16px;
    font-weight: 600;
    padding: 18px ​0px
}

.header-style-1 .site-main-menu .main-navigation li a {
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    background: 0 0
}

.main-header__white .site-main-menu .main-navigation li a {
    color: #111
}

.header-style-1 .site-main-menu .main-navigation li:not(:last-child) a:after,
.template-projects__header_filter_nav .navbar-nav .nav-item .nav-link:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    background-color: #ffa600
}

.template-projects__header_filter_nav .navbar-nav .nav-item:not(:first-child) {
    padding: 0 0 0 30px
}

.template-projects__header_filter_nav .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #111;
    font-weight: 500;
    position: relative;
    padding: 0 0 4px
}

.header-style-1 .site-main-menu .main-navigation li a:hover:after,
.template-projects__header_filter_nav .navbar-nav .nav-item.active .nav-link:after,
.template-projects__header_filter_nav .navbar-nav .nav-item:hover .nav-link:after {
    width: 100%;
    background-color: #ffa600
}

.template-project__section_title {
    color: #111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.238;
    text-align: center;
    padding: 0 0 30px
}

.template-project {
    padding: 30px 0
}

.template-project__1,
.template-project__2,
.template-project__3,
.template-project__4 {
    align-items: center
}

.site-main-menu .site-search-btn .el-search {
    display: inline-block
}

.site-main-menu .site-search-btn .con-btn {
    height: 55px;
    width: 208px;
    display: inline-block;
    line-height: 55px;
    margin-left: 35px;
    background-color: #fff
}

.site-main-menu .site-search-btn .con-btn:before {
    background-color: #0071b4
}

.site-main-menu .site-search-btn .con-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.main-navigation.desktop-menu .dropdown-menu {
    top: 48px;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    height: auto;
    width: 200px;
    display: block;
    border: none;
    padding: 15px 0 0;
    position: absolute;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
    box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1)
}

.main-navigation.desktop-menu .dropdown-menu li {
    width: 100%;
    margin-left: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #e5e5e5
}

.main-navigation.desktop-menu .dropdown-menu li a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 10px 20px
}

.main-navigation.desktop-menu .dropdown-menu li:hover {
    color: #fff;
    background-color: #fff
}

.main-navigation.desktop-menu .dropdown-menu li:hover a {
    color: #fff
}

.main-navigation.desktop-menu .dropdown {
    position: relative
}

.main-navigation.desktop-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.el-search-btn {
    cursor: pointer
}

.search-body {
    top: 58px;
    opacity: 0;
    right: 0;
    width: 300px;
    height: auto;
    z-index: 999;
    padding: 20px 15px;
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, .1)
}

.search-body .search-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7
}

.search-body .search-form .search-close {
    top: 50%;
    z-index: 1;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: absolute;
    border-radius: 3px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: none
}

.search-body .outer-close {
    position: absolute;
    top: -10px;
    right: 10px
}

.search-body .outer-close i {
    color: #b71111
}

.search-open {
    opacity: 1;
    visibility: visible
}

.header_style_two {
    width: 100%;
    z-index: 9;
    position: absolute
}

.header_style_two .brand-logo {
    display: inline-block
}

.header_style_two .search-body {
    top: 0;
    width: 100%;
    padding: 50px
}

.header_style_two .search-body .search-form .search-close {
    right: 55px
}

.header_style_two .header_top {
    position: relative;
    z-index: 1;
    padding-left: 60px;
    background-color: #0071b4
}

.header_style_two .header_top .header_top_contact li {
    color: #fff
}

.header_style_two .header_top .header-top-btn {
    top: 0;
    right: 0;
    color: #fff;
    height: 100%;
    width: 250px;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    display: inline-block;
    line-height: 54px;
    text-transform: uppercase;
    background-color: #fff
}

.header_style_two .header_top .header-top-btn i {
    margin-left: 8px
}

.header_style_two .header_top .header-top-btn:before {
    background-color: #0071b4
}

.header_style_two .header_top .header_top_info {
    padding-right: 300px
}

.header_style_two .site-main-menu {
    padding: 25px 0 20px 60px;
    border-bottom: 1px solid #6f6f6f
}

.header_style_two .site-main-menu .navbar-nav {
    padding-top: 10px
}

.header_style_two .site-main-menu .main-navigation li a {
    color: #fff;
    font-weight: 400
}

.header_style_two .site-main-menu .dropdown-menu li a {
    color: #222 !important
}

.header_style_two .site-main-menu .dropdown-menu li a:hover {
    color: #fff !important
}

.header_style_two .site-main-menu .site-search-btn .top_info_social {
    position: relative;
    padding-right: 50px;
    display: inline-block;
    top: -10px
}

.header_style_two .site-main-menu .site-search-btn .top_info_social:after {
    top: -47px
}

.header_style_two .site-main-menu .site-search-btn .top_info_social li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    display: block;
    border-radius: 100%;
    background-color: #616161;
    text-align: center;
    color: #fff
}

.header_style_two .site-main-menu .site-search-btn .top_info_social li a:hover {
    color: #fff;
    background-color: #fff
}

.header_style_two .header-qoute-btn {
    line-height: 1;
    padding: 0 50px;
    position: relative;
    display: inline-block
}

.header_style_two .header-qoute-btn:after {
    top: -35px
}

.header_style_two .header-qoute-btn i {
    color: #fff;
    margin-right: 12px
}

.header_style_two .header-qoute-btn p,
.header_style_two .header-qoute-btn strong {
    color: #fff
}

.header_style_two .header-qoute-btn strong {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 25px
}

.header_style_two .header-qoute-btn p {
    margin-bottom: 10px
}

.header_style_two .el-search {
    padding: 0 50px;
    position: relative;
    top: -10px;
    cursor: pointer
}

.header_style_two .el-search i {
    color: #fff;
    font-size: 24px
}

.header_style_two .el-search .search-body {
    top: 62px
}

.stickymenu-on {
    background-color: #fff;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    position: fixed;
    top: -90px;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.main-header {
    top: 0;
    z-index: 15;
    position: absolute;
    width: 100%
}

body.page-template-default .main-header,
body.page-template-contacts .main-header {
    background-color: #111
}

.main-header.fixed {
    top: -100%;
    position: fixed
}

.main-header.main-header__dark {
    top: 0;
    background-color: #111
}

.main-header.main-header__white {
    top: 0;
    background-color: #fff
}

.main-slider-img-text {
    z-index: 1;
    overflow: hidden !important
}

.main-slider-img-text .background_overlay {
    background-color: rgba(0, 0, 0, .4);
    z-index: -1
}

.process-slider__full .background_overlay {
    background-color: #111;
    z-index: -1
}

.main-slider-img-text .slider-content-box {
    text-align: center;
    height: 100vh;
    padding-top: 100px;
    align-items: center
}

.fixed-slider .main-slider-img-text .slider-content-box {
    padding-top: 0
}

.slider-projects .main-slider-img-text .slider-content-box {
    height: 680px;
    height: 680px;
    padding: 380px 0 0;
    text-align: left
}

.project-slider__full_slide_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.project-slider__full_slide_col {
    padding: 0 15px;
    font-size: 20px;
    letter-spacing: -.2px
}

.project-slider__full_slide_col_title {
    color: rgba(255, 255, 255, .5)
}

.project-slider__full_slide_details {
    margin: 10px 0
}

.project-slider__full_slide_col_excerpt {
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -.2px;
    text-decoration: none;
    text-transform: none;
    color: rgba(255, 255, 255, 1)
}

.owl-item .project-slider__full_slide .project-slider__full_slide_title,
.owl-item .project-slider__full_slide .project-slider__full_slide_details,
.owl-item .project-slider__full_slide .project-slider__full_slide_button {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    transition-duration: 1.2s
}

.owl-item.active .project-slider__full_slide .project-slider__full_slide_title,
.owl-item.active .project-slider__full_slide .project-slider__full_slide_details,
.owl-item.active .project-slider__full_slide .project-slider__full_slide_button {
    opacity: 1;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.owl-item.active .project-slider__full_slide .project-slider__full_slide_title {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.owl-item.active .project-slider__full_slide .project-slider__full_slide_details {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.owl-item.active .project-slider__full_slide .project-slider__full_slide_button {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    transition-delay: 2.2s
}

.main-slider-img-text .slider-content-box span,
.main-slider-img-text .slider-content-box h1,
.main-slider-img-text .slider-content-box p {
    color: #fff
}

.main-slider-img-text .slider-content-box span img {
    margin-right: 10px
}

.main-slider-img-text .slider-content-box h1 {
    font-size: 42px;
    font-weight: 700;
    padding: 5px 0 15px;
    opacity: 0
}

.main-slider-img-text .slider-content-box p {
    opacity: 0;
    letter-spacing: -2.7px;
    font-size: 55px;
    line-height: 85px;
    font-style: normal;
    font-weight: 700
}

.project-section:not(.dark):not(.v1) {
    padding: 50px 0
}

.project-section.v2-1:not(.dark):not(.v1) {
    padding-bottom: 0
}

.project-section.v2-1:not(.dark):not(.v1) .owl-carousel .owl-dots {
    margin-top: 10px;
    text-align: center
}

.project-section.v2-1:not(.dark):not(.v1) .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px
}

.project-section.v2-1:not(.dark):not(.v1) .owl-carousel .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffa600;
    border-radius: 50%
}

.project-section.v2-1:not(.dark):not(.v1) .owl-carousel .owl-dot.active span {
    background-color: #ffa600
}

.project-slider {
    position: relative
}

.slider-inner {
    position: relative
}

.slider-thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.background_overlay {
    background-color: rgba(0, 0, 0, .4);
    z-index: -1
}

.content-box {
    padding-top: 150px;
    text-align: center;
    height: 100vh;
    align-items: center
}

.content-box .slider-content span,
.content-box .slider-content h1,
.content-box .slider-content p {
    color: #fff;
    position: relative
}

.content-box .slider-content h1 span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    transition-delay: 1.6s;
    background-color: #ffa600
}

.content-box h1.aos-animate span:after {
    width: 100%;
    background-color: #ffa600
}

.content-box .slider-content table {
    color: #fff;
    margin: 15px 0;
    padding: 0 15px;
    font-weight: 400;
    letter-spacing: -.2px
}

.content-box .slider-content table tr {
    padding: 5px 0 0
}

.content-box .slider-content table tr td:nth-child(2) {
    padding: 0 0 0 15px
}

.content-box .slider-content table td span {
    color: rgba(255, 255, 255, .5)
}

.common-inner-title {
    font-weight: 600;
    color: #111;
    font-size: 18px;
    margin: 15px 0 15px
}

.dark .common-inner-title {
    color: #fff
}

.thumbnail-last {
    /* margin: 30px 0 0 */
}

.thumbnails .thumbnail:not(:last-child) {
    margin-bottom: 30px;
}

.about-slider-img-text .slider-content-box span,
.about-slider-img-text .slider-content-box h1,
.about-slider-img-text .slider-content-box p {
    color: #fff;
    position: relative
}

.about-slider-img-text .slider-content-box span img {
    margin-right: 10px
}

.about-slider-img-text .slider-content-box h1 {
    line-height: 1;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: -.2px;
    padding: 0
}

.about-slider-img-text .slider-content-box h1 span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    transition-delay: 1.6s;
    background-color: #ffa600
}

.about-slider-img-text .slider-content-box h1.aos-animate span:after {
    width: 100%;
    background-color: #ffa600
}

.about-slider-img-text .slider-content-box {
    padding-top: 150px
}

body.page-template-about .about-slider-img-text .slider-content-box {
    padding-top: 300px
}

.about-slider-img-text .slider-content-box p,
.about-slider-img-text .slider-content-box li {
    color: #818181;
    letter-spacing: -.2px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin: 30px 0 0
}

.about-slider-img-text .slider-content-box .text-white p,
.about-slider-img-text .slider-content-box .text-white li {
    color: #fff;
    opacity: 1;
}



.about-slider-img-text .slider-content-box li {
    margin-top: 5px
}

body:not(.page-template-about) .about-slider-img-text .slider-content-box .about-slider-content {
    position: absolute
}

.services-slider-img-text .slider-content-box span,
.services-slider-img-text .slider-content-box h1,
.services-slider-img-text .slider-content-box p {
    color: #fff;
    position: relative
}

.services-slider-img-text .slider-content-box span img {
    margin-right: 10px
}

.services-slider-img-text .slider-content-box h1 {
    line-height: 1;
    font-weight: 500;
    font-size: 45px;
    letter-spacing: -.2px;
    padding: 0
}

.services-slider-img-text .slider-content-box h1 span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    transition-delay: 1.6s;
    background-color: #ffa600
}

.services-slider-img-text .slider-content-box h1.aos-animate span:after {
    width: 100%;
    background-color: #ffa600
}

.services-slider-img-text .slider-content-box {
    padding-top: 150px
}

.services-slider-img-text .slider-content-box p {
    letter-spacing: -.2px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    margin: 30px 0 0
}

.services-slider-img-text .slider-content-box .services-slider-content {
    position: absolute
}

.fixed-slider .main-slider-img-text .slider-content-box p {
    font-size: 195px;
    line-height: 195px;
    width: 1950px;
    font-weight: 500;
    font-family: 'Graphik LCG';
    letter-spacing: -15.3px;
    position: relative;
    left: -15px;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0)
}

.main-slider-img-text .slider-content-box p:after {
    position: absolute;
    height: 2px;
    max-width: 260px;
    width: 100%;
    left: 50%;
    right: auto;
    bottom: 0;
    background-color: #ffa600
}

.main-slider-img-text .slider-content-box .slide-btn-1 {
    margin: 0 auto 0;
    text-align: left
}

.slider-projects .main-slider-img-text .slider-content-box .slide-btn-1 a {
    position: relative
}

.slider-projects .main-slider-img-text .slider-content-box .slide-btn-1 a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    background-color: #ffa600
}

.slider-projects .main-slider-img-text .slider-content-box .slide-btn-1 a:hover:after,
.slider-projects .owl-item.active .main-slider-img-text .slider-content-box .slide-btn-1 a:hover:after {
    width: 100%;
    background-color: #ffa600;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s
}

.main-slider-img-text .slider-content-box .slide-btn-1 a,
.ik-ee-btn a {
    position: relative
}

.slide-type-two .slider-content-box {
    margin: 0 auto;
    max-width: 720px
}

.slider-content-box .slide-down-arrow {
    display: block;
    position: absolute;
    bottom: -100px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

.slider-content-box .slide-down-arrow svg {
    height: 36px;
    width: 28px;
    transition: all .6s ease
}

.slider-content-box .slide-down-arrow:hover svg {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) {
    font-size: 14px
}

.slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):after {
    display: none
}

.slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):before {
    background-color: #0071b4
}

.slider-style-two .main-slider-img-text .slider-content-box {
    padding: 290px 0 210px
}

.img-zooming {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slider-img-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.fixed-slider .slider-img-bg {
    transition-duration: .5s;
    transition-timing-function: linear
}

img {
    display: inherit
}

.owl-prev,
.owl-next {
    top: 50%;
    left: 80px;
    color: rgba(255, 255, 255, .6);
    font-size: 45px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-next {
    right: 80px;
    left: auto
}

.owl-carousel.clients .owl-next,
.owl-carousel.clients .owl-prev {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    position: absolute
}

.owl-carousel.clients .owl-next,
.owl-carousel.clients .owl-prev {
    position: absolute;
    height: 54px;
    width: 250px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel.clients .owl-next {
    right: -260px
}

.owl-carousel.clients .owl-prev {
    left: -260px
}

.owl-carousel.clients .owl-next:before,
.owl-carousel.clients .owl-prev:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel.clients .owl-prev:before {
    content: '';
    right: 0
}

.owl-carousel.clients .owl-next:after,
.owl-carousel.clients .owl-prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 1px;
    background-color: rgb(255 166 0/40%);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel.clients .owl-next:after {
    left: 0
}

.owl-carousel.clients .owl-prev:after {
    right: 0
}

.slider-active .main-slider-img-text span {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.owl-item.active .main-slider-img-text h1 {
    opacity: 1
}

.owl-item.active .main-slider-img-text p {
    opacity: 1
}

.slider-active .main-slider-img-text .slide-btn-1 {
    opacity: 1
}

.project-slider__full_slide span,
.project-slider__full_slide h1,
.project-slider__full_slide p {
    color: #fff
}

.project-slider__full_slide span img {
    margin-right: 10px
}

.project-slider__full_slide h1 {
    font-size: 42px;
    font-weight: 700;
    padding: 5px 0 15px;
    opacity: 0
}

.project-slider__full_slide .project-slider__full_slide_title {
    opacity: 0;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700
}

.project-slider__full .owl-item.active .project-slider__full_slide .project-slider__full_slide_title {
    padding: 0 15px
}

.slider-active.project-slider__full .owl-item.active .project-slider__full_slide .project-slider__full_slide_button {
    opacity: 1;
    -webkit-transition: all 2.1s ease;
    -o-transition: all 2.1s ease;
    transition: all 2.1s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.slider-social {
    width: 100%;
    color: #fff;
    display: inline-block;
    left: 0;
    bottom: 60px;
    z-index: 1;
    position: absolute
}

.slider-social a {
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px
}

.slider-social a:not(:first-child) {
    margin-left: 10px
}

.slider-projects .active .main-slider-img-text .slide-btn-1 {
    opacity: 1;
    -webkit-transition: all 2.1s ease;
    -o-transition: all 2.1s ease;
    transition: all 2.1s ease;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.slider-projects .owl-item.active .main-slider-img-text .slide-btn-1 {
    padding: 0 15px
}

.slider-projects .owl-item.active .main-slider-img-text .slide-btn-1 a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    background: 0 0
}

.owl-item.active .main-slider-img-text .img-zooming {
    -webkit-transition: all 7s linear;
    -o-transition: all 7s linear;
    transition: all 7s linear
}

.fixed-slider .owl-item.active .main-slider-img-text .img-zooming {
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease
}

.site-info-section {
    overflow: visible
}

.site-info-content {
    -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5);
    margin-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -20px;
    z-index: 1;
    background-color: #fff
}

.site-info-icon-text {
    width: 380px;
    padding: 50px 30px 40px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-info-icon-text .site-info-icon {
    margin-right: 15px
}

.site-info-icon-text .site-info-icon svg {
    height: 65px;
    fill: #004168;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-info-icon-text .site-info-text {
    max-width: 300px
}

.site-info-icon-text .site-info-text h3 {
    font-size: 22px;
    color: #111;
    font-weight: 600;
    line-height: 1.364;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-info-icon-text .site-info-arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-info-icon-text:after {
    right: 0;
    bottom: 0;
    content: "";
    width: 60px;
    height: 5px;
    position: absolute;
    background-color: #ddd
}

.site-info-icon-text:hover {
    background-color: #0071b4
}

.site-info-icon-text:hover .site-info-icon svg {
    fill: #fff
}

.site-info-icon-text:hover .site-info-text h3 {
    color: #fff
}

.site-info-icon-text:hover .site-info-arrow i {
    color: #fff
}

.site-info-icon-text:hover:after {
    background-color: #fff
}

.module {
    width: 100%;
    border: double 5px transparent;
    border-radius: 30px;
    background-image: linear-gradient(#000, #000), radial-gradient(circle at top left, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.module-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}

.module-row {
    padding: 15px 30px
}

.module-row .module-col:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px
}

.module-row .module-col:nth-child(1) {
    text-align: center
}

.about-content>div:not(:first-child) {
    margin-top: 30px
}

.module-row .module-col:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px)
}

.module-col p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin: 0
}

.module svg {
    height: 50px
}

.text-module-title {
    font-size: 36px;
    font-weight: 700;
    padding-top: 13px;
    line-height: 1.333
}

.text-module-title {
    background: #121fcf;
    background: -webkit-linear-gradient(90deg, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%);
    background: linear-gradient(90deg, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-module-content p {
    margin: 0;
    color: #0e171a;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px
}

.dark .text-module-content p {
    color: #fff
}

.about-content-2 .row>div:not(:first-child) {
    margin-top: 30px
}

.about-v2-title {
    line-height: 40px;
    font-weight: 500;
    font-size: 39px;
    font-style: normal;
    margin: 0 0 15px
}

.about-v2-content {
    line-height: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #787878
}

.about-v3-image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%
}

.about-v3-title {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-v3-title {
    color: #f4f4f4;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1
}

.about-v3-stats {
    color: #fff;
    margin: 60px
}

.about-v3-row {
    margin: 50px 0
}

.about-v3-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-v3-number,
..about-v3-subtitle {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.about-v3-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.about-v3-subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
}

.about-v3-number {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -1.1px;
    color: rgba(255, 255, 255, 1);
    line-height: 40px
}

.about-v3-subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    color: #c1c1c1;
    line-height: 30px
}

.about-counter .about-counter-text-number {
    width: 50%;
    float: left
}

.about-counter .about-counter-text-number h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 18px
}

.about-counter .about-counter-text-number .counter-icon {
    margin-right: 15px
}

.about-counter .about-counter-text-number .counter-number h4 {
    font-size: 50px;
    font-weight: 700;
    color: #0071b4;
    display: inline-block
}

.about-counter .about-counter-text-number .counter-number strong {
    color: #555;
    font-size: 30px;
    font-weight: 300
}

.about-section-two:before {
    top: 0;
    left: 0;
    content: "";
    opacity: .5;
    height: 100%;
    width: 540px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(assets/img/background/abbg.png)
}

.about-page-about {
    padding: 110px 0 90px
}

.template-projects__header {
    color: #111;
    background-color: #fff;
    padding: 135px 0 0
}

.template-projects__header:before {
    content: '';
    background-color: #111;
    position: absolute;
    height: 90px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: block
}

.template-projects__header .template-projects__header_title {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px
}

.template-projects__header_filter_nav .navbar-nav .nav-link {
    font-weight: 500
}

.template-projects__list_link {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    height: 400px;
    position: relative
}

.template-projects__list_image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.template-projects__list_image:after {
    content: "";
    display: block;
    padding-top: 56.25%
}

.template-projects__list_image_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background-size: cover
}

.template-projects__list_image_bg {
    /* background-image: url(../https@archimatika.com/uploads/thumb/0/portfolio_mainimage/2524-2313_nyc_cam_15_detail_1.jpg); */
    background-repeat: no-repeat;
    background-size: cover
}

.template-projects__list_link:hover .template-projects__list_image_bg {
    -webkit-transform: scale(.94);
    -ms-transform: scale(.94);
    transform: scale(.94)
}

.template-projects__list_image_hover {
    opacity: 0;
    transition: .5s ease;
    background-size: contain;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.template-projects__list_link:hover .template-projects__list_image_hover {
    background-color: rgb(17 17 17/70%);
    -webkit-transform: scale(.94);
    -ms-transform: scale(.94);
    transform: scale(.94);
    opacity: 1
}

.template-projects__list_image_hover .card__play {
    position: absolute;
    top: 67px;
    left: 50px
}

.template-projects__list_image_hover .card__hover-text {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    max-width: 350px
}

.template-projects__list_image_hover .card__hover-title {
    font: 700 30px/45px 'Neue Haas Unica', sans-serif;
    display: block;
    letter-spacing: -1px
}

.template-projects__list_image_hover .card__hover-cont {
    font: 700 12px/20px 'Neue Haas Unica', sans-serif;
    display: inline-block;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    padding-right: 35px;
    letter-spacing: -1px
}

@media screen and (max-width: 992px) {
    .template-projects__header:before {
        content: '';
        height: 80px;
    }
}

.dark {
    background-color: #111
}

.project-section.dark {
    color: #fff;
    margin: 50px 0;
    padding: 50px 0
}

.full-size {
    height: 100vh;
    overflow: hidden
}

section.v2 {
    padding: 55px 0
}

.v2 .section-title-left .h2 {
    margin: 0;
    padding-bottom: 0
}

section.v3 .section-title,
section.v6 .section-title {
    margin: 0 0 15px
}

section.v6 .section-title {
    color: rgba(12, 12, 12, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    letter-spacing: -.9px
}

section.v6 .section-title {
    max-width: 650px
}

section.v6 .about-subtitle {
    color: rgba(103, 103, 103, 1);
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    margin: 0 0 55px
}

section.v6 .about-repeater__number {
    text-align: center;
    font-weight: 500;
    font-size: 45px;
    line-height: 45px
}

section.v6 .about-repeater__title {
    text-align: center;
    font-size: 18px;
    color: #555;
    padding: 30px 0 0
}

section.v6 .border-col {
    padding-top: 0;
    padding-bottom: 15px;
    margin: 30px 0
}

@media screen and (min-width:681px) {
    section.v6 .border-col:not(.border-col-1):not(.border-col-4) {
        border-left: 1px solid #ff9100
    }
}

@media screen and (max-width:680px) {
    section.v6 .border-col:not(.border-col-1):not(.border-col-3):not(.border-col-5) {
        border-left: 1px solid #ff9100
    }
}

body.home .site-main section:not(.slider-section) {
    z-index: 5;
    position: relative;
    background-color: #fff
}

section.v3 {
    padding: 0 0 55px
}

.project-section .project-text-content {
    padding-bottom: 20px
}

.project-section .section-title-left {
    max-width: 330px
}

.project-section .grid-item-width {
    width: 33.33%
}

.project-section .grid-item-big {
    width: 66.67%
}

.project-section .grid-sizer {
    width: 33.33%
}

.project-section .grid-item {
    padding: 15px
}

.project-section .grid-item-width2 {
    width: 50%
}

.project-section .grid-sizer,
.project-section .grid-item {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.project-section .project-filter-btn {
    padding-top: 113px
}

.project-section .project-filter-btn button {
    border: none;
    color: #555;
    font-weight: 600;
    font-size: 15px;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    background-color: transparent;
    position: relative
}

.project-section .project-filter-btn button:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background-color: #dadada;
    top: 7px;
    right: -17px
}

.project-section .project-filter-btn button:last-child:after {
    display: none
}

.project-section .project-filter-btn .filter-button.is-checked {
    color: #fff
}

.project-section .projecct-img {
    overflow: hidden
}

.project-section .projecct-img img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.project-section .projecct-img .project-item-text {
    color: #fff;
    bottom: 30px;
    left: 40px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.project-section .projecct-img .project-item-text p {
    font-size: 16px;
    font-weight: 300
}

.project-section .projecct-img .project-item-text .h3 {
    font-size: 22px;
    font-weight: 600
}

.project-section .projecct-img:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.project-section .projecct-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.project-section .projecct-img:hover .project-item-text {
    opacity: 1;
    bottom: 55px;
    visibility: visible
}

.project-section .projecct-img:hover .popup-project:before {
    height: 55px
}

.project-section .projecct-img:hover .popup-project:after {
    width: 55px
}

.project-section .project-more-btn {
    height: 55px;
    width: 190px;
    line-height: 55px;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px
}

.project-section .project-more-btn a {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.project-section .project-more-btn a {
    color: #000;
    border: 5px solid transparent;
    border-image: linear-gradient(90deg, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%);
    border-image-slice: 1;
    overflow: hidden;
    position: relative;
    transition: all .6s ease
}

.project-section.dark .project-more-btn a {
    color: #fff
}

.project-container>div:not(:first-child) {
    margin-top: 60px
}

.project-container>div:nth-child(3) .col-md-6 {
    height: 585px
}

.project-title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 80px
}

.project-text h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    position: relative
}

.project-dark-thumbnail {
    background-image: url(../ik-ee.devitem.pro/wp-content/uploads/2021/04/Asset-10-4x-80.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
    border-radius: 40px
}

.project-module>div {
    padding: 15px 30px
}

.project-module-title {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    position: relative
}

.project-module-content {
    color: #fff;
    line-height: 25px
}

.project-module-content p {
    color: inherit;
    line-height: inherit
}

.project-section-two {
    padding-top: 180px
}

.project-section-two .grid-sizer {
    width: 50%
}

.project-section-two .projecct-img .popup-project {
    top: 105px;
    left: auto;
    right: 60px
}

@-webkit-keyframes Rx-width-80 {
    0% {
        width: 0
    }
    100% {
        width: 80%
    }
}

@keyframes Rx-width-80 {
    0% {
        width: 0
    }
    100% {
        width: 80%
    }
}

@-webkit-keyframes Rx-width-75 {
    0% {
        width: 0
    }
    100% {
        width: 75%
    }
}

@keyframes Rx-width-75 {
    0% {
        width: 0
    }
    100% {
        width: 75%
    }
}

@-webkit-keyframes Rx-width-90 {
    0% {
        width: 0
    }
    100% {
        width: 90%
    }
}

@keyframes Rx-width-90 {
    0% {
        width: 0
    }
    100% {
        width: 90%
    }
}

.Rx-width-80 {
    -webkit-animation-name: Rx-width-80;
    animation-name: Rx-width-80;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.Rx-width-90 {
    -webkit-animation-name: Rx-width-90;
    animation-name: Rx-width-90;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.Rx-width-75 {
    -webkit-animation-name: Rx-width-75;
    animation-name: Rx-width-75;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.expertise-section {
    padding: 100px 0 140px;
    background-color: #0071b4
}

.expertise-section .section-title-left .title-tag,
.expertise-section .section-title-left h2 {
    color: #fff
}

.expertise-section .expertise-text-details {
    color: #b6d0df;
    margin-bottom: 40px
}

.expertise-text {
    max-width: 460px
}

.expertise-skill-progress .progress_text {
    display: inline-block;
    width: 100%
}

.expertise-skill-progress .progress_text .skill-title {
    color: #b6d0df
}

.expertise-skill-progress .progress_text .skill-percent {
    color: #fff;
    font-weight: 700
}

.expertise-skill-progress .single_experties {
    margin-bottom: 20px
}

.expertise-skill-progress .progress-bar,
.expertise-skill-progress .progress {
    height: 5px;
    border-radius: 10px;
    background-color: #135f8c
}

.expertise-skill-progress .progress-bar {
    background-color: #fff
}

.expertise-indicator-icon .expertise-icon-item {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    cursor: pointer
}

.expertise-indicator-icon .expertise-icon-item svg {
    height: 50px;
    width: 50px;
    fill: #2a6081
}

.ex-carousel {
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute
}

.ex-carousel img {
    height: 100%
}

.expertise-indicator-icon {
    top: 30px;
    z-index: 1;
    right: -40px;
    position: absolute
}

.expertise-indicator-icon .expertise-icon-item {
    margin-bottom: 70px
}

.mission-area {
    top: -68px;
    margin: 0 auto;
    max-width: 810px;
    position: relative;
    padding: 40px 100px;
    background-color: #eda213
}

.mission-area .mission-text .section-title-left .title-tag {
    color: #fff
}

.mission-area .mission-text .section-title-left h2 {
    font-style: italic;
    color: #fff;
    font-size: 32px
}

.testimonial-section {
    padding: 40px 0 180px
}

.testimonial-section .section-title-middle {
    margin: 0 auto;
    max-width: 525px;
    padding-bottom: 50px
}

.testimonial-section .testimonial-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonial-section .testimonial-part {
    width: 50%
}

.testimonial-section .testimonial-text-slide {
    padding: 65px 30px 30px 60px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5)
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text {
    z-index: 1;
    max-width: 430px
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .q-icon {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .q-icon i {
    color: #ecfafc;
    font-size: 65px
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text h3 {
    color: #004168;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text p {
    color: #555;
    font-size: 18px
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate {
    margin-top: 30px
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate .testimonial-pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 12px;
    border-radius: 100%
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate .testimonial-rate h4 {
    color: #111;
    font-size: 15px;
    line-height: 1;
    font-weight: 700
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate .testimonial-rate span {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #111
}

.testimonial-section .testimonial-text-slide .testimonial-slide-text .testimonial-img-rate .testimonial-rate li {
    float: left;
    color: #f89429;
    font-size: 12px;
    line-height: 1.5;
    margin-right: 3px
}

#testimonial-slideid .owl-nav {
    text-align: right
}

#testimonial-slideid .owl-nav .owl-prev,
#testimonial-slideid .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

#testimonial-slideid .owl-nav .owl-prev:hover,
#testimonial-slideid .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #0071b4;
    border: 1px solid #0071b4
}

.about-page-testimonial {
    padding: 195px 0 250px
}

.blog-section {
    padding: 110px 0 210px
}

.blog-section .background_overlay {
    background-color: rgba(245, 245, 245, .95)
}

.blog-section .blog-left-content .blog-text-details p {
    color: #555
}

.blog-section .blog-left-content .blog-text-details .b-read-more-btn {
    height: 60px;
    width: 190px;
    line-height: 60px;
    margin-top: 38px;
    border-radius: 2px;
    background-color: #fff
}

.blog-section .blog-left-content .blog-text-details .b-read-more-btn:before {
    background-color: #0071b4
}

.blog-section .blog-left-content .blog-text-details .b-read-more-btn a {
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 700
}

.blog-section .blog-left-content .blog-text-details .b-read-more-btn a i {
    margin-left: 5px
}

.blog-section .blog-post-content {
    margin-left: 50px
}

.blog-section .blog-post-content .blog-post-pic {
    position: relative;
    overflow: hidden
}

.blog-section .blog-post-content .blog-post-pic .blog-linker {
    top: 60%
}

.blog-section .blog-post-content .blog-post-pic img {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out
}

.blog-section .blog-post-content .blog-post-item {
    width: 50%;
    float: left;
    position: relative
}

.blog-section .blog-post-content .blog-post-item h3 {
    font-size: 22px;
    color: #111;
    line-height: 1.455;
    font-weight: 700
}

.blog-section .blog-post-content .blog-post-item .blog-post-text {
    padding: 30px 40px;
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5)
}

.blog-section .blog-post-content .blog-post-item .blog-meta a {
    color: #555;
    font-size: 14px;
    margin-right: 12px
}

.blog-section .blog-post-content .blog-post-item .blog-meta a i {
    margin-right: 8px;
    color: #ccc
}

.blog-section .blog-post-content .blog-post-item .blog-more {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee
}

.blog-section .blog-post-content .blog-post-item .blog-more a {
    font-weight: 700;
    color: #0071b4
}

.blog-section .blog-post-content .blog-post-item:nth-child(2) {
    z-index: 2;
    position: relative
}

.blog-section .blog-post-content .blog-post-item:hover .blog-post-pic:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.blog-section .blog-post-content .blog-post-item:hover .blog-post-pic img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-section .blog-post-content .blog-post-item:hover .blog-linker:before {
    height: 55px
}

.blog-section .blog-post-content .blog-post-item:hover .blog-linker:after {
    width: 55px
}

.blog-page-area-section {
    padding: 110px 0 170px
}

.blog-page-area-section .blog-post-thumbnile-text {
    margin-bottom: 72px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-thumb-img {
    margin-bottom: 22px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-thumb-img .blog-category {
    left: 25px;
    bottom: 25px;
    position: absolute
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-thumb-img .blog-category a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
    background-color: #fff
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-meta {
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a {
    font-size: 14px;
    padding-right: 35px;
    position: relative
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a:after {
    top: -5px;
    width: 1px;
    right: 15px;
    content: "";
    height: 30px;
    position: absolute;
    background-color: #ddd
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a:last-child:after {
    display: none
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-meta a i {
    color: #0071b4;
    margin-right: 8px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-text {
    margin-top: 35px;
    max-width: 725px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-text h3 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 18px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-text p {
    color: #555
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-text .excerpt-more {
    margin-top: 20px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-text .excerpt-more a {
    color: #004168;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.blog-page-area-section .blog-post-thumbnile-text .blog-post-text .excerpt-more a img {
    margin-left: 8px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-featured-post {
    background-color: #193647;
    padding: 60px 50px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link-icon {
    margin-right: 30px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link-icon i {
    color: #fff;
    font-size: 60px
}

.blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .blog-post-meta {
    border-bottom: none;
    padding-bottom: 0
}

.blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .blog-post-meta a {
    color: #fff
}

.blog-page-area-section .blog-post-thumbnile-text .blog-featured-post .post-featured-link a {
    font-size: 36px;
    font-weight: 700;
    color: #fff
}

.blog-page-area-section .post-no-image .blog-post-thumb-img .blog-category {
    position: static
}

section.default-page {
    margin: 90px 0 0;
    padding: 30px 0 30px
}

.el-blog-pegination li a {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 5px;
    line-height: 45px;
    border-radius: 2px;
    border: 2px solid #ddd
}

.el-blog-pegination li a:hover {
    border: 2px solid #0071b4
}

.el-blog-pegination li:first-child a,
.el-blog-pegination li:last-child a {
    border: none;
    text-decoration: underline
}

.el-blog-pegination li:first-child a:hover,
.el-blog-pegination li:last-child a:hover {
    color: #0071b4
}

.blog-sidebar {
    margin-left: 20px
}

.blog-sidebar-widget {
    padding: 35px;
    border-radius: 2px;
    margin-bottom: 44px;
    border: 2px solid #edf1f4
}

.blog-sidebar-widget .widget-title {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px
}

.blog-sidebar-widget .search-widget form {
    position: relative
}

.blog-sidebar-widget .search-widget form input {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.blog-sidebar-widget .search-widget form input::-webkit-input-placeholder {
    color: #555;
    font-style: italic
}

.blog-sidebar-widget .search-widget form input:-ms-input-placeholder {
    color: #555;
    font-style: italic
}

.blog-sidebar-widget .search-widget form input::-ms-input-placeholder {
    color: #555;
    font-style: italic
}

.blog-sidebar-widget .search-widget form input::placeholder {
    color: #555;
    font-style: italic
}

.blog-sidebar-widget .search-widget form button {
    top: 0;
    right: 0;
    font-size: 18px;
    position: absolute
}

.blog-sidebar-widget .recent-post-widget .widget-title {
    padding-bottom: 32px
}

.blog-sidebar-widget .recent-post-widget .blog-img-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.blog-sidebar-widget .recent-post-widget .blog-img-content .blog-img {
    height: 70px;
    width: 70px;
    margin-right: 20px
}

.blog-sidebar-widget .recent-post-widget .blog-img-content .blog-text h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600
}

.blog-sidebar-widget .recent-post-widget .blog-img-content .blog-text span {
    color: #555;
    font-size: 12px;
    line-height: 1
}

.blog-sidebar-widget .recent-post-widget .blog-img-content:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.blog-sidebar-widget .popular-tag-widget .widget-title {
    padding-bottom: 28px
}

.blog-sidebar-widget .popular-tag-widget li a {
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    padding: 12px 20px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
    border: 1px solid #ddd
}

.blog-sidebar-widget .popular-tag-widget li a:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff
}

.blog-sidebar-widget .project-gallery-widget {
    margin: 0 -5px
}

.blog-sidebar-widget .project-gallery-widget li {
    width: 80px;
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden;
    border-radius: 2px
}

.blog-details-text-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111
}

.blog-details-text-content .blog-category-tag {
    display: inline-block
}

.blog-details-text-content .blog-category-tag a {
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    padding: 10px 20px;
    border: 1px solid #ddd
}

.blog-details-text-content .blog-category-tag a:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff
}

.blog-details-text-content .blog-share {
    display: inline-block
}

.blog-details-text-content .blog-share i {
    color: #0071b4
}

.blog-details-text-content .blog-share span {
    font-weight: 700
}

.blog-comment-area h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000
}

.blog-comment-area .comment-img-text .comment-img {
    width: 92px;
    float: left;
    height: 92px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 25px
}

.blog-comment-area .comment-img-text .comment-text {
    overflow: hidden
}

.blog-comment-area .comment-img-text .comment-text h4 {
    font-size: 18px;
    color: #111;
    font-weight: 700;
    display: inline-block
}

.blog-comment-area .comment-img-text .comment-text span {
    color: #555;
    font-size: 13px;
    font-weight: 600;
    margin-left: 15px
}

.blog-details-content .blog-post-thumbnile-text {
    margin-bottom: 45px
}

.blog-details-content article {
    margin-top: 25px
}

.blog-details-content blockquote {
    margin: 40px 0;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    padding: 50px 70px 50px 50px;
    background-color: #edf1f4;
    border-left: 5px solid #fff
}

.blog-details-content blockquote span {
    display: block;
    text-transform: uppercase;
    color: #0071b4;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: underline
}

.blog-details-content h3 {
    font-size: 36px;
    font-weight: 600;
    color: #111
}

.blog-details-content .blog-single-img {
    margin-top: 40px
}

.blog-details-content .blog-share-category {
    margin: 45px 0 70px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd
}

.blog-details-content .blog-comment-area h3 {
    color: #111;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px
}

.blog-details-content .blog-comment-area .comment-list {
    margin-top: 30px
}

.blog-details-content .blog-comment-area .comment-list .comment-img-text {
    margin-bottom: 40px
}

.blog-details-content .blog-comment-area .comment-list .reply-comment {
    font-size: 14px;
    font-weight: 700;
    color: #0071b4;
    text-transform: uppercase;
    text-decoration: underline
}

.blog-details-content .blog-comment-area p {
    color: #999;
    font-style: italic
}

.blog-details-content .blog-comment-area .comment-form {
    margin-top: 40px
}

.blog-details-content .blog-comment-area .comment-form input,
.blog-details-content .blog-comment-area .comment-form textarea {
    height: 52px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.blog-details-content .blog-comment-area .comment-form textarea {
    height: 130px;
    padding-top: 20px
}

.blog-details-content .blog-comment-area .comment-form .sub-button button {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 25px;
    background-color: #fff
}

.blog-video-area {
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-video-area i {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .5);
    border-radius: 100%;
    background-color: #222;
    font-size: 95px;
    color: #fff
}

.newslatter-section {
    top: -100px;
    position: relative
}

.newslatter-section .newslatter-content {
    padding: 35px 0;
    background-color: #eda213
}

.newslatter-section .newslatter-content .newslatter-icon {
    background-color: #ca8a10
}

.newslatter-section .newslatter-content .newslatter-icon i {
    color: #fff
}

.newslatter-section .newslatter-content .newslatter-text {
    margin-top: 25px
}

.newslatter-section .newslatter-content .newslatter-text h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px
}

.newslatter-section .newslatter-content .newslatter-form {
    height: 60px;
    margin: 15px 30px 0 0
}

.newslatter-section .newslatter-content .newslatter-form input {
    width: 100%;
    height: 60px;
    border-radius: 3px;
    padding-left: 30px;
    background-color: #fff
}

.newslatter-section .newslatter-content .newslatter-form .nws-button {
    top: 0;
    right: 0;
    height: 100%
}

.newslatter-section .newslatter-content .newslatter-form .nws-button button {
    width: 190px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid #fff;
    text-transform: uppercase;
    background-color: #eda213
}

.driven-solution-section {
    padding: 105px 0 110px
}

.driven-solution-section:before {
    content: "";
    width: 100%;
    height: 450px;
    position: absolute;
    z-index: -1;
    opacity: .9;
    background-color: #edf1f4;
    top: 0
}

.driven-solution-section:after {
    content: "";
    position: absolute;
    top: 0;
    height: 450px;
    width: 100%;
    z-index: -2;
    background-image: url(assets/img/background/d-shape.png)
}

.driven-solution-section .section-title-left {
    padding-bottom: 40px
}

.driven-solution-section .features-content .features-icon-text {
    -webkit-box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, .1);
    margin-bottom: 0
}

.driven-solution-section .features-content .features-icon-text .features-hover-content .features-hover-text .fh-more a {
    font-size: 14px;
    font-weight: 300
}

.driven-solution-section .features-content .features-icon-text .features-hover-content .features-hover-text .fh-more a i {
    margin-left: 5px;
    font-size: 22px
}

.driven-solution-section .features-content .features-icon-text .features-icon svg {
    fill: #0071b4
}

.driven-solution-section .features-content .features-icon-text:hover {
    padding-bottom: 50px
}

.driven-solution-section .driven-text-content {
    padding-bottom: 70px;
    border-bottom: 1px solid #eee
}

.driven-solution-section .driven-text {
    margin: 0 auto;
    max-width: 830px;
    padding-top: 50px
}

.driven-solution-section .driven-text p {
    font-weight: 600;
    color: #555;
    font-size: 18px
}

.driven-solution-section .driven-text .about-btn {
    display: inline-block;
    margin-top: 40px
}

.driven-solution-section .driven-text .about-btn .play-btn-icon {
    margin-right: 20px;
    position: relative;
    z-index: 1
}

.driven-solution-section .driven-text .about-btn .play-btn-icon:before {
    top: -5px;
    left: -5px;
    width: 50px;
    content: "";
    z-index: -1;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    background-color: #c7f1f5
}

.driven-solution-section .driven-text .about-btn .play-btn-icon:after {
    content: "";
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    z-index: -2;
    position: absolute;
    border-radius: 100%;
    background-color: #e7f9fb
}

.driven-solution-section .driven-text .about-btn .play-btn-icon i {
    margin-right: 0
}

.driven-solution-section .driven-text .about-btn a {
    position: relative
}

.driven-solution-section .driven-text .about-btn a span {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0
}

.service-page-driven {
    padding-bottom: 75px
}

.eltron-info-section {
    overflow: visible
}

.eltron-info-section .info-content {
    bottom: -90px;
    max-width: 770px;
    position: relative;
    display: inline-block;
    padding: 60px 100px 70px;
    z-index: 1
}

.eltron-info-section .info-content .section-title-left span {
    color: #fff
}

.eltron-info-section .info-content .section-title-left h2 {
    color: #fff
}

.eltron-info-section .info-content:before {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    content: "";
    height: 100%;
    opacity: .95;
    position: absolute;
    background-color: #051925
}

.eltron-info-section .info-content:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -2;
    height: 100%;
    position: absolute;
    background-image: url(assets/img/background/d-shape.png)
}

.eltron-info-section .eltron-info-text span {
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 50px
}

.eltron-info-section .eltron-info-icon-text {
    width: 50%;
    float: left
}

.eltron-info-section .eltron-info-icon-text .eltron-info-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 0 30px 10px
}

.eltron-info-section .eltron-info-icon-text .eltron-info-icon svg {
    height: 75px;
    fill: #fff
}

.eltron-info-section .eltron-info-icon-text .eltron-info-text-details h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px
}

.eltron-info-section .eltron-info-icon-text .eltron-info-text-details p {
    color: #b6d0df
}

.eltron-team-section {
    padding: 190px 0 170px
}

.eltron-team-section .section-title-left {
    padding-bottom: 30px
}

.team-member-box .team-text {
    padding: 30px;
    margin-top: 10px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: relative;
    -webkit-box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 50.05px 4.95px rgba(0, 0, 0, .1)
}

.team-member-box .team-text h3 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.team-member-box .team-text p {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.team-member-box .team-text .team-social {
    position: absolute;
    bottom: -25px;
    padding-bottom: 35px;
    opacity: 0;
    left: 0;
    right: 0;
    background-color: #0071b4;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.team-member-box .team-text .team-social a {
    width: 35px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    display: inline-block
}

.team-member-box .team-text .team-social a:hover {
    background-color: #fff
}

.team-member-box:hover .team-social {
    opacity: 1;
    bottom: -55px
}

.team-member-box:hover .team-text {
    background-color: #0071b4
}

.team-member-box:hover .team-text h3 {
    color: #fff
}

.team-member-box:hover .team-text p {
    color: #fff
}

.about-page-team {
    padding: 105px 0 170px
}

.breadcrumb-section {
    padding: 135px 0 0;
    position: relative;
    z-index: 1
}

.breadcrumb-section .background_overlay {
    background-color: rgba(0, 0, 0, 1);
    z-index: -1
}

.breadcrumb-section .breadcrumb-content {
    padding-left: 0
}

.breadcrumb-section .breadcrumb-title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px
}

.breadcrumb-section .breadcrumb-title:before {
    top: 0;
    content: "";
    display: none;
    left: -55px;
    width: 45px;
    height: 45px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(assets/icon/ik-icon-01.svg)
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item:before {
    content: "";
    width: 26px;
    height: 10px;
    left: -40px;
    position: absolute;
    bottom: 8px;
    background-image: url(assets/img/arrow3.png)
}

.breadcrumb-section .breadcrumb {
    background-color: transparent
}

.breadcrumb-section .breadcrumb li {
    color: #fff;
    position: relative;
    padding-right: 50px
}

#googleMaps {
    height: 555px
}

.contact-page-section {
    padding: 100px 0 160px
}

.contact-page-section .contact-form-text {
    max-width: 500px
}

.contact-page-section .contact-form-text h3 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.333;
    padding-bottom: 25px
}

.contact-page-section .contact-form-text p {
    color: #555
}

.contact-page-section .contact-form-text .el-contact-info {
    margin-top: 40px
}

.contact-page-section .contact-form-text .el-contact-info .contact-address {
    max-width: 500px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.contact-page-section .contact-form-text .el-contact-info .contact-address .contact-icon {
    float: left;
    line-height: 1;
    font-size: 42px;
    color: #fff;
    margin-right: 30px
}

.contact-page-section .contact-form-text .el-contact-info .contact-address .contact-text h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px
}

.contact-page-section .contact-form-text .el-contact-info .contact-address .contact-text p {
    color: #111;
    overflow: hidden;
    max-width: 300px;
    font-size: 18px
}

.contact-page-section .contact-form-text .el-contact-info .contact-address .contact-text p strong {
    font-size: 24px;
    line-height: 1
}

.contact-page-section .contact-form-text .el-contact-info .contact-address:last-child {
    border-bottom: none
}

.contact-page-section .el-contact-form {
    -webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5);
    box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, .5);
    padding: 50px 30px
}

.contact-page-section .el-contact-form h3 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.333;
    padding-bottom: 30px
}

.contact-page-section .el-contact-form .contact-form-area input,
.contact-page-section .el-contact-form .contact-form-area textarea {
    height: 55px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
    border: 1px solid #e4e6e9
}

.contact-page-section .el-contact-form .contact-form-area textarea {
    height: 128px;
    padding-top: 20px
}

.contact-page-section .el-contact-form .contact-form-area .sub-button button {
    text-transform: uppercase;
    background-color: #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    width: 215px
}

.border-block {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 15px 0
}

.border-block.dark-button {
    color: #000;
    border: 1px solid rgba(255, 255, 255, .8)
}

.border-block.active_block span {
    -webkit-transition: opacity .5s ease 1.5s, color .5s ease 0s, -webkit-transform .5s ease 1.5s;
    transition: opacity .5s ease 1.5s, color .5s ease 0s, -webkit-transform .5s ease 1.5s;
    -o-transition: transform .5s ease 1.5s, opacity .5s ease 1.5s, color .5s ease 0s;
    transition: transform .5s ease 1.5s, opacity .5s ease 1.5s, color .5s ease 0s;
    transition: transform .5s ease 1.5s, opacity .5s ease 1.5s, color .5s ease 0s, -webkit-transform .5s ease 1.5s;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px)
}

.border-block span {
    display: block;
    -webkit-transform: translate3d(-20px, 0px, 1px);
    transform: translate3d(-20px, 0px, 1px);
    opacity: 0;
    -webkit-transition: opacity .5s ease 0s, color .5s ease 0s, -webkit-transform .5s ease 0s;
    transition: opacity .5s ease 0s, color .5s ease 0s, -webkit-transform .5s ease 0s;
    -o-transition: transform .5s ease 0s, opacity .5s ease 0s, color .5s ease 0s;
    transition: transform .5s ease 0s, opacity .5s ease 0s, color .5s ease 0s;
    transition: transform .5s ease 0s, opacity .5s ease 0s, color .5s ease 0s, -webkit-transform .5s ease 0s
}

.border-block:before,
.border-block:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    box-sizing: border-box
}

.border-block:before {
    bottom: 0;
    left: 0;
    border-left: 1px solid rgb(55 67 75/80%);
    border-top: 1px solid rgb(55 67 75/80%);
    transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s
}

.border-block:after {
    top: 0;
    right: 0;
    border-right: 1px solid rgb(55 67 75/80%);
    border-bottom: 1px solid rgb(55 67 75/80%);
    transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s
}

.border-block.active_block:before,
.border-block.active_block:after {
    height: 100%;
    width: 100%;
    opacity: 1;
    border-radius: 20px
}

.border-block.active_block:before {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: .9s, 0s, 0s, .2s
}

.border-block.active_block:after {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: .9s, .4s, .4s, .6s
}

.footer-section {
    overflow: visible;
    background-color: #111
}

.footer-section {
    background-color: #111;
    position: relative;
    padding: 55px 0 0;
    z-index: 5
}

.footer-section.white {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px -1px rgb(0 0 0/41%);
    box-shadow: 0px 0px 5px -1px rgb(0 0 0/41%)
}

.footer-contact-info {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    color: #fff
}

.footer-contact-info:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    bottom: 0;
    background-color: rgb(55 67 75/80%)
}

.footer-contact-info.active_block:after {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%
}

.footer-logo img {
    height: 48px;
    width: auto;
}

.footer-text {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin: 15px 0 0;
    font-family: 'Neue Haas Unica';
    font-weight: 400;
    letter-spacing: -.3px
}

.footer-text-title {
    margin: 0 0 15px
}

.footer-content .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 0 50px
}

.footer-content .menu a {
    color: #fff
}

.footer-contact-info.active_block:after {
    height: 2px;
    width: 100%;
    opacity: 1;
    border-radius: 0
}

.footer-contact-info.active_block:after {
    transition-property: border-radius, opacity, height, width;
    transition-duration: .4s, 0s, .2s, .2s;
    transition-timing-function: ease, ease, ease, ease;
    transition-delay: .9s, .4s, .4s, .6s
}

.project_carousel {
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 30px
}

.project_carousel-item {
    width: 200px;
    display: inline-block
}

.owl-carousel.clients {
    margin: 30px 0
}

.owl-carousel.clients .owl-item img {
    filter: grayscale(1);
    cursor: pointer;
    transition: all .6s ease
}

.owl-carousel.clients .owl-item img:hover {
    filter: grayscale(0)
}

.white .footer-contact-info {
    border-color: #e8e8e8
}

.footer-contact-info .footer-title-text-contact-info {
    color: #fff;
    margin: 0 0 30px 60px
}

.footer-contact-info .footer-title-text-contact-info .letters {
    display: block
}

.footer-contact-info .footer-icon-text-contact-info p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.footer-contact-info .footer-icon-text-contact-info p i {
    color: #fff;
    margin-right: 10px
}

.footer-contact-info .footer-icon-text-contact-info h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 25px
}

.white .footer-contact-info .footer-icon-text-contact-info h3 {
    color: #000
}

.footer-widget-item .el-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.white .footer-widget-item .el-widget-title {
    color: #000
}

.footer-widget-item .footer-logo-widget .footer-logo {
    margin-bottom: 20px;
    display: inline-block
}

.footer-widget-item .footer-logo-widget .footer-logo img {
    max-width: 240px
}

.footer-widget-item .footer-logo-widget p {
    padding-bottom: 30px;
    color: #999
}

.white .footer-widget-item .footer-logo-widget p {
    color: #000
}

.footer-social a {
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px
}

.footer-social a {
    background-color: transparent
}

.footer-social a:hover {
    color: #fff;
    background-color: #ffa600
}

.footer-widget-item .footer-menu-widget .el-widget-title {
    margin-bottom: 25px
}

.footer-widget-item .footer-menu-widget li {
    margin-bottom: 5px
}

.footer-widget-item .footer-menu-widget li a {
    color: #999;
    font-weight: 500;
    display: inline-block
}

.white .footer-widget-item .footer-menu-widget li a {
    color: #000
}

.footer-widget-item .footer-menu-widget li a span {
    background-image: linear-gradient(90deg, rgba(230, 102, 17, 1) 0%, rgba(181, 155, 14, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer-widget-item .footer-menu-widget li a:hover {
    color: #fff
}

.white .footer-widget-item .footer-menu-widget li a {
    color: #000;
    padding-bottom: 8px;
    position: relative
}

.white .footer-widget-item .footer-menu-widget li a:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    background-color: #ffa600
}

.white .footer-widget-item .footer-menu-widget li a:hover:after {
    width: 100%;
    background-color: #ffa600
}

.footer-widget-item .footer-location-widget .el-widget-title {
    margin-bottom: 25px
}

.footer-widget-item .footer-location-widget .loaction-select:after {
    content: "\e604";
    position: absolute;
    right: 13px;
    top: 13px;
    color: #000;
    font-family: "simple-line-icons"
}

.footer-widget-item .footer-location-widget select {
    height: 55px;
    width: 100%;
    line-height: 55px;
    padding-left: 15px;
    -webkit-appearance: none;
    position: relative
}

.footer-widget-item .footer-map {
    height: 170px;
    margin-top: 10px
}

.footer-copyright-text {
    margin: 20px 0 0;
    padding-top: 40px;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    color: rgba(165, 165, 165, 1)
}

.footer-copyright-text span {
    color: #ffa600;
    display: inline-block;
    margin: 0 10px
}

.white .footer-copyright-text {
    border-color: #e8e8e8
}

.footer-copyright-text p {
    color: #999;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0
}

.white .footer-copyright-text p {
    color: #000
}

.footer-copyright-text p a {
    color: #fff
}

.footer-copyright-text p a {
    color: #ffa600
}

.footer-copyright-text .copyright-menu {
    display: inline-block
}

.footer-copyright-text .copyright-menu a {
    margin-right: 20px;
    text-decoration: underline;
    position: relative;
    color: #999
}

.footer-copyright-text .copyright-menu a:after {
    right: -12px;
    height: 13px;
    background-color: #2a3840
}

.white .footer-copyright-text .copyright-menu a:after {
    background-color: #e8e8e8
}

.el-mobile_menu_content {
    top: 0;
    bottom: 0;
    right: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 280px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 70px 0 40px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, .19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, .19);
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.el-mobile_menu_content .el-mobile-main-navigation {
    width: 100%
}

.el-mobile_menu_content .el-mobile-main-navigation .navbar-nav {
    width: 100%
}

.el-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.el-mobile_menu_content .el-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc
}

.el-mobile_menu_content .el-mobile-main-navigation .navbar-nav li:first-child {
    border-top: 1px solid #dcdcdc
}

.el-mobile_menu_content .el-mobile-main-navigation .navbar-nav li a {
    color: #000;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
    text-transform: uppercase
}

.el-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px
}

.el-mobile_menu_wrap.mobile_menu_on .el-mobile_menu_content {
    right: 0;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.mobile_menu_overlay_on {
    overflow: hidden
}

.el-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible
}

.el-mobile_menu_button {
    position: absolute;
    display: none;
    right: 20px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    top: -60px;
    z-index: 5
}

.el-mobile_menu .el-mobile-main-navigation .navbar-nav li a:after {
    display: none
}

.el-mobile_menu .el-mobile-main-navigation .dropdown>.dropdown-menu {
    opacity: 1;
    visibility: visible
}

.el-mobile_menu .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #dcdcdc
}

.el-mobile_menu .el-mobile_menu_content .el-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1
}

.el-mobile_menu .dropdown {
    position: relative
}

.el-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    padding: 5px 10px
}

.el-mobile_menu .dropdown .dropdown-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background-color: #dcdcdc
}

.el-mobile_menu .el-mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 15px;
    left: 15px;
    font-size: 20px;
    position: absolute
}

.mobile-contact-info {
    margin: 30px 0 10px
}

.mobile-contact-info li {
    color: #222
}

.mobile-contact-info li i {
    color: #fff;
    margin-right: 5px
}

.mobile-follow {
    margin-bottom: 30px
}

.mobile-follow span {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    display: block;
    margin-bottom: 10px
}

.mobile-follow li {
    width: 30px;
    color: #fff;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff
}

.mobile-consult-btn {
    color: #fff;
    height: 40px;
    width: 150px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    background-color: #fff
}

.mobile-search {
    padding: 20px;
    margin-bottom: 25px
}

.mobile-search .form-item input {
    width: 100%;
    height: 50px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    padding-right: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mobile-search button {
    top: 50%;
    right: 0;
    z-index: 1;
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: gray;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none
}

@media (min-width:2500px) {
    .slider-projects .main-slider-img-text .slider-content-box {
        height: 100vh;
        padding-top: 80vh
    }
}

.types {
    padding: 0
}

.types__inner {
    position: relative;
    padding-top: 52%;
    width: 100%
}

.types__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.types__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    opacity: 0;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.types__bg_active:after {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.types__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0
}

.types__img_active {
    opacity: 1
}

.types__list {
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%
}

.types__list:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100%/3);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.types__list:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100%/3)*2);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.types__list_active:before,
.types__list_active:after {
    background-color: rgba(255, 255, 255, .1)
}

.types .card {
    display: inline-block;
    width: calc(100%/3);
    height: 100%;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.types .card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    z-index: -2;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

@media only screen and (min-width:601px) {
    .types .card:hover .card__bg {
        opacity: 0
    }
}

.types .card__bg {
    background-size: cover;
    background-position: center
}

.types .card__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: -1
}

.types .card__content {
    width: 100%;
    text-align: center;
    color: #fff;
    min-height: 62px;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    padding: 0 30px
}

.types .card__h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.238;
    letter-spacing: -2.3px
}

.types .card__h2 .letters .letter {
    opacity: 0
}

.types .card:nth-of-type(2) .card__bg {
    left: -100%
}

.types .card:nth-of-type(3) .card__bg {
    left: -200%
}

@media only screen and (min-width:601px) {
    .types .card_opacity .card__content {
        opacity: .2
    }
    .types .card_opacity .card__bg {
        opacity: 0
    }
}

@media only screen and (max-width:1200px) {
    .types__bg {
        display: none
    }
    .types__inner {
        height: 520px
    }
    .types__list {
        height: 520px
    }
    .types .card__content {
        top: calc(50% - 23px)
    }
    .types .card__h2 {
        font-size: 24px
    }
    .types .card__h5 {
        font-size: 8px;
        padding-left: 2px;
        letter-spacing: 3.8px
    }
    .types .card:nth-of-type(1) .card__bg,
    .types .card:nth-of-type(2) .card__bg,
    .types .card:nth-of-type(3) .card__bg {
        left: 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .types__list {
        height: auto;
        position: static
    }
    .types__inner {
        height: auto;
        padding-top: 0
    }
    .types .card {
        height: 300px;
        width: 100%;
        padding: 0
    }
    .types .card__hover {
        display: none
    }
    .types .card__content {
        min-height: auto;
        padding: 0 16px
    }
    .types .card__h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 8px
    }
    .types .card__h5 {
        text-align: left;
        font-size: 10px;
        padding-left: 0;
        letter-spacing: 4.8px
    }
    .types .wrapper_full {
        padding: 0
    }
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
}

.line {
    display: block;
    white-space: nowrap;
    overflow: hidden
}

[data-split-letters] {
    opacity: 0;
    overflow: hidden;
    margin-left: -2px
}

[data-split-letters].show {
    opacity: 1
}

[data-split-letters] .letter {
    opacity: 0;
    -webkit-transform: translate3d(0px, 50px, 1px);
    transform: translate3d(0px, 50px, 1px)
}

[data-split-letters].show .letter {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px)
}

.navigation {
    text-align: center;
    position: relative;
    z-index: 1
}

.navigation__bg {
    display: none;
    position: absolute;
    top: 273px;
    line-height: normal;
    font-size: 136px;
    letter-spacing: .5em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    opacity: .2;
    text-shadow: 9px 17px 25px rgb(0 0 0/12%);
    font-weight: 700;
    z-index: -1
}

.navigation__bg span {
    display: inline-block;
    opacity: 0
}

.navigation__column_contacts {
    opacity: 0;
    margin: 30px 0 0
}

.navigation__column_contacts-button {
    margin: 30px 0 0
}

.navigation__column_contacts-title {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: #666;
    margin-bottom: 4px
}

.navigation__column_contacts-content {
    color: #fff;
    font-weight: 500;
    text-align: left
}

.fullpage-slider {
    background-image: url("../ik-ee.devitem.pro/wp-content/uploads/2021/05/slider-01.jpg")
}

.fixed-slider {
    height: 200vh;
    position: relative
}

.fixed-slider__position {
    width: 100%;
    position: fixed;
    transition: all 0s ease
}

@media only screen and (max-width:1280px) {
    section.v7 .project-slide__image,
    .main-slider-img-text .slider-content-box {
        height: 800px;
        height: 880px
    }
    .fixed-slider .main-slider-img-text .slider-content-box p {
        width: 1880px
    }
}

.next-project {
    text-align: right
}

.prev-project a,
.next-project a {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 15px
}

.prev-project a:before,
.next-project a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffa600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prev-project a:after,
.next-project a:after {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 1px;
    background-color: rgb(255 166 0/40%);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prev-project a:before {
    left: -3px
}

.next-project a:before {
    right: -3px
}

.prev-project a:after {
    content: "";
    left: -300px
}

.next-project a:after {
    content: "";
    right: -300px
}

.align-items-flex-end {
    align-items: flex-end
}

.common-v2-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.8px;
    line-height: 35px;
    margin: 0 0 20px
}

.dark .common-v2-title {
    color: #fff
}

.common-v2-title.small {
    margin: 0
}

.common-v2-title.small span {
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.common-v2-title.small span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    transition-delay: 1.6s;
    background-color: #ffa600
}

.common-v2-title.small.aos-animate span:after {
    width: 100%;
    background-color: #ffa600
}

.common-v2-content {
    color: rgba(117, 117, 117, 1);
    font-size: 20px
}

.common-v2-content.small {
    font-size: 15px
}

.common-v2-content.small p {
    margin: 0
}

.services-section.v3 {
    padding: 30px 0
}

.common-v2-slider {
    position: relative;
    margin: 0 0 30px
}

.common-v2-slider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgb(17 17 17/30%)
}

.common-v2-slider .common-v2-title {
    z-index: 1;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 100px
}

.common-v2-slider.small .common-v2-title {
    left: 50px;
    right: 50px
}

.common-v2-slider.small.left .common-v2-title {
    right: unset
}

.common-v2-slider.small.right .common-v2-title {
    left: unset
}

.common-v2-slider .common-v2-title span {
    display: inline-block
}

.common-v2-slider .common-v2-title span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 1px;
    width: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    transition-delay: 1.6s;
    background-color: #ffa600
}

.common-v2-slider .common-v2-title.aos-animate span:after {
    width: 100%;
    background-color: #ffa600
}

.margin-last-element .common-v2-content p {
    margin-bottom: 25px
}

.project-section.v4 .thumbnail img {
    width: 100%;
    height: auto
}

.request__h2 {
    color: #fff;
    text-align: left;
    font-size: 43px;
    line-height: 43px;
    margin-bottom: 60px
}

.modal {
    background-color: #111
}

.modal.show .modal-dialog {
    z-index: 2;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%)
}

.modal.show .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 500px
}

.modal.show .modal-dialog .modal-content {
    color: #fff;
    background-color: transparent
}

.modal.show .modal-dialog .modal-content .modal-header {
    color: #fff;
    border-bottom: 0;
    border-radius: 0
}

.modal.show .modal-dialog .modal-content .modal-header .close {
    color: #fff
}

.modal.show .modal-dialog .modal-content label {
    font-weight: 600;
    color: #828282;
    padding: 0 15px 0 0;
    width: 100px;
    justify-content: flex-start
}

.modal.show .modal-dialog .modal-content .form-inline {
    padding: 15px 0
}

.modal.show .modal-dialog .modal-content input[type=text],
.modal.show .modal-dialog .modal-content input[type=email],
.modal.show .modal-dialog .modal-content input[type=tel] {
    background-color: transparent;
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #828282;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    color: #828282;
    padding: 0 13px;
    height: 22px;
    resize: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffa600;
    border-width: 1px;
    font-size: 14px;
    font-weight: 300
}

.modal.show .modal-dialog .modal-content input[type=submit] {
    background-color: transparent;
    border: 1px solid #ffa600;
    font-size: 15px;
    line-height: 12px;
    cursor: pointer
}

.modal.show .modal-dialog .modal-content input[type=tel].wpcf7-not-valid,
.modal.show .modal-dialog .modal-content input[type=email].wpcf7-not-valid,
.modal.show .modal-dialog .modal-content input[type=text].wpcf7-not-valid {
    border-bottom: 1px solid #ffa600
}

.modal.show .modal-dialog .modal-content .form-submit {
    margin: 81px 0 0;
    text-align: left
}

.modal.show .modal-dialog .modal-content .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    width: calc(100% - 100px)
}

.modal.show .modal-dialog .modal-content .modal-header {
    justify-content: flex-end;
    margin: 0
}

.modal.show .modal-dialog .modal-content .modal-header .nav-icon {
    margin: 0
}

.wpcf7-not-valid-tip {
    display: none
}

@media only screen and (min-width:1800px) {
    .fixed-slider .main-slider-img-text .slider-content-box p {
        font-size: 220px;
        line-height: 220px;
        width: 2180px
    }
    section.v7 .project-slide__image,
    section.v7 .project-slide__inner-content {
        height: 1080px
    }
    .owl-carousel.clients .owl-next:after,
    .owl-carousel.clients .owl-prev:after {
        content: '';
        width: 500px
    }
    .navigation__inner {
        height: 700px
    }
}

@media only screen and (max-width:1024px) {
    .fixed-slider .main-slider-img-text .slider-content-box p {
        font-size: 185px;
        line-height: 185px;
        width: 1800px
    }
    .container-large {
        padding-left: 15px;
        padding-right: 15px
    }
    .owl-item.active .project-slider__full_slide .project-slider__full_slide_title,
    .owl-item.active .project-slider__full_slide .project-slider__full_slide_details,
    .owl-item.active .project-slider__full_slide .project-slider__full_slide_button {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }
    .fixed-slider .main-slider-img-text .slider-content-box {
        height: 100vh
    }
}

@media only screen and (max-width:990px) {
    .fixed-slider .main-slider-img-text .slider-content-box p {
        font-size: 185px;
        line-height: 185px;
        width: 1800px
    }
}

@media only screen and (max-width:768px) {
    .fixed-slider .main-slider-img-text .slider-content-box p {
        font-size: 185px;
        line-height: 185px;
        width: 1800px
    }
}

@media only screen and (max-width:600px) {
    .navigation__column.first-child,
    .navigation__column.last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .types .card__h2 .letters .letter {
        opacity: 1
    }
    section.v7 .project-slide__image,
    .fixed-slider .main-slider-img-text .slider-content-box,
    .slider-projects .main-slider-img-text .slider-content-box {
        height: 100vh
    }
    .fixed-slider .main-slider-img-text .slider-content-box p {
        font-size: 125px;
        line-height: 125px;
        letter-spacing: -10.3px
    }
    .main-slider-img-text .slider-content-box p {
        opacity: 0
    }
    .slider-img-bg {
        background-size: cover
    }
    .slider-projects .main-slider-img-text .slider-content-box {
        padding: 150px 0 0;
        height: 500px
    }
    .slider-projects .project-slider__full_slide_col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 15px
    }
    .owl-carousel.clients .owl-prev {
        left: -230px
    }
    .owl-carousel.clients .owl-next {
        right: -230px
    }
    .request__h2 {
        font-size: 30px;
        line-height: 33px
    }
    .modal.show .modal-dialog {
        top: 33%
    }
    .section-title .h2,
    .section-title-left .h2,
    .about-v2-title,
    .about-v3-title,
    .about-slider-img-text .slider-content-box h1 span,
    .services-slider-img-text .slider-content-box h1,
    .common-v2-title,
    .slider-content h1,
    .main-slider-img-text .slider-content-box p {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -1.3px
    }
    .main-slider-img-text .slider-content-box li {
        display: none
    }
    .project-section:not(.dark):not(.v1) {
        padding: 30px 0
    }
    .about-v2-content,
    .about-v3-subtitle,
    section.v6 .about-subtitle,
    section.v7 .project-slide__content,
    section.v6 .about-repeater__title,
    .project-slider__full_slide_col,
    .project-slider__full_slide_col_excerpt,
    section.v7 .project-slide__link .border-link,
    section.v8 .process-subcontent,
    section.v8 .process-content,
    .services-slider-img-text .slider-content-box p,
    .common-v2-content {
        font-size: 16px;
        line-height: 20px
    }
    .about-v3-number {
        font-size: 22px;
        line-height: 28px
    }
    section.v6 {
        padding: 30px 0
    }
    section.v6 .about-subtitle {
        margin: 0 0 15px
    }
    section.v6 .border-col {
        margin: 15px 0
    }
    section.v7 .project-slide__image {
        height: auto !important
    }
    section.v7 .project-slide__image img {
        top: 0;
        left: unset;
        bottom: 0;
        height: auto;
        width: 100%;
        position: relative;
        transition: all 1s ease
    }
    section.v7 .project-slide__title {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -1.3px
    }
    section.v7 .project-slide__image,
    section.v7 .project-slide__inner-content {
        height: auto
    }
    section.v7 .project-slide__inner {
        padding: 15px;
        position: relative;
        bottom: 0
    }
    section.v8 .process-content {
        margin: 0 0 30px
    }
    section.v8 .section-title .h3 {
        margin: 0
    }
    .project-section.dark {
        margin: 30px 0;
        padding: 30px 0
    }
    .project-section.v3.dark {
        margin: 0
    }
    .project-section:not(.dark):not(.v1) {
        padding: 30px 0 0
    }
    .thumbnail-last {
        margin: 20px 0 0
    }

    
    .footer-contact-info {
        padding: 30px 0 0
    }
    .footer-contact-info {
        margin: 0;
        padding: 0
    }
    .footer-text-title {
        font-weight: 600
    }
    .footer-content .menu {
        margin: 15px 0 0
    }
    .footer-copyright-text {
        padding-top: 0;
        margin-top: 30px
    }
    .about-v3-stats {
        margin: 15px
    }
    .about-v3-row {
        margin: 25px 0
    }
    .full-size {
        height: 500px
    }
    .common-v2-slider .common-v2-title {
        left: 20px;
        bottom: 20px
    }
    .common-v2-slider.small .common-v2-title {
        left: 20px
    }
    .common-v2-slider.small .common-v2-title {
        right: 20px
    }
    .margin-last-element {
        margin-top: 0 !important
    }
    .template-projects__header .h2 {
        padding: 0
    }
    .template-projects__header {
        padding-top: 100px
    }
    .template-projects__header .navbar {
        padding: 0 0 15px
    }
    .template-projects__header_filter_nav .navbar-nav .nav-item:not(:first-child) {
        padding: 0 0 0 15px;
        font-size: 14px
    }
    .template-projects__list_image_hover .card__play {
        left: 30px
    }
    .template-projects__list_image_hover .card__hover-title {
        line-height: 30px;
        margin: 0 0 20px
    }
    .template-projects__list_image_bg {
        background-position: center
    }
    .project-section.v5 .row.align-items-center>div:not(:nth-child(1)) .thumbnail,
    .project-section.v6 .row .col-md-7 .thumbnail {
        margin-top: 30px
    }
}

.wb-bp-front-page .wp-bs-4-jumbotron {
    background-image: url(assets/images/default-cover-img.jpeg)
}

.wp-bp-jumbo-overlay {
    background: rgba(33, 37, 41, .7)
}

@media screen and (max-width: 991px) {
    .common-inner-content {
        padding-top: 20px;
    }
}