@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/poppins-v15-latin-200.eot);
    src: local(""), url(../fonts/poppins-v15-latin-200.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v15-latin-200.woff2) format("woff2"), url(../fonts/poppins-v15-latin-200.woff) format("woff"),
        url(../fonts/poppins-v15-latin-200.ttf) format("truetype"), url(../fonts/poppins-v15-latin-200.svg#Poppins) format("svg");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/poppins-v15-latin-regular.eot);
    src: local(""), url(../fonts/poppins-v15-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v15-latin-regular.woff2) format("woff2"), url(../fonts/poppins-v15-latin-regular.woff) format("woff"),
        url(../fonts/poppins-v15-latin-regular.ttf) format("truetype"), url(../fonts/poppins-v15-latin-regular.svg#Poppins) format("svg");
}
@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/poppins-v15-latin-600.eot);
    src: local(""), url(../fonts/poppins-v15-latin-600.eot?#iefix) format("embedded-opentype"), url(../fonts/poppins-v15-latin-600.woff2) format("woff2"), url(../fonts/poppins-v15-latin-600.woff) format("woff"),
        url(../fonts/poppins-v15-latin-600.ttf) format("truetype"), url(../fonts/poppins-v15-latin-600.svg#Poppins) format("svg");
}
body,
html {
    height: 100%;
    margin: 0;
    font-family: Poppins;
    line-height: 1.78571;
    color: #666;
    font-size: 13px;
    background: #fafafa;
}
a {
    text-decoration: none !important;
}
* {
    margin: 0;
    padding: 0;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
button {
    background: 0 0;
    border: none;
    appearance: none;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-image: url(../images/logo.svg);*/
}
.dwg-bg {
    background-color: #f8f8f3;
}
.container.block {
    max-width: 1330px;
}
.com-section {
    padding: 50px 0;
}
.project-section {
    padding: 40px 0;
}
.p-g-section {
    padding: 40px 0;
}
.main-logo {
    margin: 20px 0;
}
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.theme_menu.stricky-fixed {
    margin: 0;
    padding: 0 0 !important;
    position: fixed !important;
    background: #fafafa;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    animation-name: menu_sticky;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    box-shadow: 0 2px 10px 0 rgba(0, 0%, 0%, 8%), 0 2px 10px 0 rgba(93, 73, 73, 0.12);
}
.theme_menu .container {
    position: relative;
}
.main-screen .theme_menu.home-main {
    position: absolute;
    z-index: 99;
    padding: 0 0;
    width: 100%;
}
.main-screen .home-main .main-logo {
    margin: 0 0;
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 25px 25px;
}
.main-screen .home-main .menuzord-menu > li > a {
    color: #fff;
}
.theme_menu {
    position: absolute;
    z-index: 99;
    padding: 0 0;
    width: 100%;
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    border-color: rgba(234, 234, 234, 0.4);
}
.contact-page .theme_menu {
    position: relative;
    padding: 0 0;
    border-bottom: 1px solid #f0f0f0 !important;
}
.dwg-project .theme_menu {
    position: relative;
    padding: 12px 0;
}
.contact-page .theme_menu,
.project .theme_menu {
    border-bottom: 0 solid;
}
.white .theme_menu {
    border-bottom: 0 solid;
}
.white .menuzord-menu > li > a {
    color: #fff;
}
.white .menuzord-menu > li.active > a,
.white .menuzord-menu > li:hover > a {
    color: #fff;
}
.white .menuzord-menu > li > a:after {
    background: #fff;
}
.theme_menu .menu-column {
    padding-left: 0;
    position: inherit;
}
.theme_menu .menuzord {
    padding: 0;
    background: 0 0;
    float: right;
}
.menuzord-menu > li > a {
    position: relative;
    padding: 28px 10px;
    text-transform: uppercase;
    color: #666;
}
.menuzord-menu > li:hover > a {
    color: #000;
}
.menuzord-menu > li:first-child a {
    padding-left: 0;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    padding: 0 20px;
    min-width: 230px;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0%, 0%, 8%), 0 10px 10px 0 rgba(93, 73, 73, 0.12);
    right: auto !important;
}
.menuzord-menu ul.dropdown li a {
    padding: 14px 0 14px;
    color: #666;
    font-weight: 300;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
    font-size: 12px;
}
.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0;
    padding-right: 0;
    color: #000;
    transition: 0.5s ease-in-out;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.menuzord-menu ul.dropdown li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 5px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000;
    -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    width: 0;
}
.menuzord-menu ul.dropdown li a:hover:after {
    width: 100%;
    left: 0;
}
.project-menu {
    padding-left: 20px;
}
.project-menu.no-pad {
    padding-left: 0;
}
.project-menu h3 {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    letter-spacing: 1px;
}
.project-mega .col-lg-3 {
    border-right: 1px solid #ccc;
    padding: 15px 15px;
}
.project-menu-link {
    margin-top: 20px;
}
.project-menu-link li {
    margin: 4px 0;
}
.project-menu-link a {
    text-transform: capitalize;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    color: #666;
    outline: 0;
    line-height: 1.42857143;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.project-menu-link a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #666;
    -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    width: 0;
}
.project-menu-link > li:hover > a:hover:after {
    width: 100%;
    left: 0;
}
.project-mega .col-lg-3:last-child {
    border-right: 0 solid #ccc;
}
.menuzord-menu .title {
    font-size: 20px;
    margin-bottom: 30px;
}
.menuzord-menu > li > .megamenu {
    left: inherit;
    right: 0 !important;
    width: 100%;
    padding: 40px 30px 40px;
    background: #eaeaea;
}
.menuzord-menu ul.megamenu-dropdown {
    min-width: 190px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.menuzord-menu ul.megamenu-dropdown li a {
    padding: 12px 0 9px;
    color: #848484;
    transition: 0.5s ease-in-out;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}
.menuzord-menu ul.megamenu-dropdown li a:hover {
    color: #6bbe50;
    transition: 0.5s ease;
}
.menuzord-menu .menu-item {
    float: left;
    width: 25%;
}
.menuzord-menu .event-section2 {
    float: left;
    width: 25%;
}
.main-footer {
    background-color: #181818;
    color: #fff;
    padding: 60px 0;
    font-size: 12px;
    text-align: center;
    text-transform: inherit;
}
.footer-icon {
    text-align: center;
}
.footer-icon img {
    height: 30px;
    width: 30px;
}
#time-3-icon {
    fill: red;
}
.main-foot-link a {
    color: #fff;
}
.main-footer a {
    color: #fff;
}
.sub-footer a {
    color: #fff;
}
.sub-footer {
    background-color: #181818;
    color: #fff;
    padding: 20px 0;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 200;
    border-top: 1px solid #2c2c2c;
}
.sub-social a {
    font-size: 14px;
    margin-left: 10px;
}
.footer-title {
    font-size: 10px;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: 0.08333rem;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 4px;
}
.email-lab span {
    font-size: 10px;
    position: relative;
    bottom: -4px;
    color: #999;
}
.main-slider {
    position: relative;
    z-index: 10;
    height:100vh;
}
.main-slider .tp-caption {
    z-index: 5 !important;
}
.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.45) !important;
}
.main-slider .title {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    font-family: Sofia, cursive;
}
.main-slider .title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background-color: #fff;
}
.main-slider h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
}
.main-slider .text {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4em;
}
.small-title {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
}
.comm-box {
    color: #666;
    font-size: 11px;
    line-height: 1.78571;
}
.about-box {
    color: #666;
    font-size: 13px;
    line-height: 2.2;
    padding-left: 82px;
    padding-right: 120px;
    padding-top: 20px;
}
.tag-line {
    text-align: left;
    position: relative;
    padding-left: 80px;
}
.tag-line:before {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #666;
    left: 0;
    top: 22px;
    position: absolute;
}
.chronology {
    margin-bottom: 30px;
}
.project-box {
    color: #666;
    font-size: 11px;
    line-height: 1.78571;
    padding-left: 30px;
}
.d-tit {
    font-size: 32px;
    color: #666;
    letter-spacing: 0;
    font-weight: 200;
}
.home-block {
    font-size: 11px;
    color: #666;
    padding-top: 20px;
    text-align: justify;
}
.btn-about {
    color: #666;
    padding: 14px 36px;
    border-radius: 0;
    background-color: #fafafa;
    border-color: #dadada;
    text-transform: uppercase;
    font-size: 12px;
}
.btn-about:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-slider-box {
    color: #fff;
    padding: 14px 40px;
    border-radius: 0;
    background-color: transparent;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.btn-slider-box:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-dwg {
    background-color: #000;
    font-family: Poppins;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 0;
}
.btn-dwg:hover {
    background-color: #333;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.gallery-section {
    position: relative;
    padding: 50px 0 0;
}
.gallery-section .row {
    margin-left: 0.5px;
    margin-right: 0.5px;
}
.gallery-item .g-tit {
    background-color: #009e4f;
    padding: 10px;
    text-align: center;
    position: relative;
    top: -10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5;
}
.gallery-item .video-box {
    position: relative;
    margin-bottom: 28px;
    padding: 0 15px;
}
.gallery-item {
    position: relative;
}
.gallery-item .inner-box {
    position: relative;
    overflow: hidden;
}
.gallery-item .inner-box:before {
    position: absolute;
    right: -10%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    content: "";
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-item:hover .inner-box:before {
    right: 0;
    opacity: 0.8;
}
.gallery-item .image {
    position: relative;
}
.gallery-item .image img {
    display: block;
    width: 100%;
}
.gallery-item .caption-box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
    padding: 0 40px 50px;
}
.gallery-item .caption-box .inner {
    position: relative;
    overflow: hidden;
}
.gallery-item .caption-box .icon-box {
    position: absolute;
    width: 100%;
    z-index: 1;
    right: 50px;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
}
.gallery-item:hover .caption-box .icon-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-item .caption-box .icon-box a {
    position: relative;
    display: block;
}
.gallery-item .caption-box .icon-box span {
    position: relative;
    float: right;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #009e4f;
    border: 1px solid #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.gallery-item:hover .caption-box .icon-box span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.gallery-item .caption-box .icon-box:after,
.gallery-item .caption-box .icon-box:before {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 0;
    content: "";
    border-bottom: 1px solid #333;
}
.gallery-item:hover .caption-box .icon-box:before {
    width: 100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.gallery-item .caption-box .icon-box:after {
    right: -50px;
}
.gallery-item:hover .caption-box .icon-box:after {
    width: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.gallery-item .caption-box .title {
    position: relative;
    width: 0;
    overflow: hidden;
}
.gallery-item .caption-box .title h3 {
    position: relative;
    font-size: 25px;
    line-height: 1.2em;
    color: #009e4f;
    min-width: 340px;
    margin-bottom: 30px;
}
.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
    color: #666 !important;
}
.gallery-item .caption-box .title h3 a {
    color: #009e4f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-item .caption-box .title h3 a:hover {
    color: #fff;
}
.gallery-item:hover .caption-box .title {
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.gallery-item .caption-box h4 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.gallery-item:hover .caption-box h4 {
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.gallery-masonry {
    position: relative;
    padding: 150px 0;
    background-color: #fbfbfb;
}
.gallery-masonry .row {
    margin: 0 -15px;
}
.gallery-masonry .gallery-item {
    padding: 0 15px;
    margin-bottom: 30px;
}
.mixitup-gallery .filters {
    margin-bottom: 40px;
    text-align: center;
}
.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: block;
    text-align: center;
}
.mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    background: 0 0;
}
.mixitup-gallery .filters li::before {
    position: absolute;
    background-color: #666;
    content: "";
    height: 1px;
    width: 0;
    bottom: 0;
    left: 50%;
    -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.mixitup-gallery .filters li:hover::before {
    width: 100%;
    left: 0;
}
.mixitup-gallery .filters li.active::before {
    width: 20px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}
.gallery-item.mix {
    display: none;
}
.gallery-detail-section {
    position: relative;
    padding: 230px 0 110px;
}
.gallery-detail-section .gallery-detail {
    position: relative;
}
.gallery-detail .image-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.gallery-detail .image-box .image {
    position: relative;
}
.gallery-detail .image-box .image img {
    display: block;
    width: 100%;
}
.gallery-detail .lower-content {
    position: relative;
    margin-bottom: 70px;
}
.gallery-detail .content-column,
.gallery-detail .info-column {
    position: relative;
    margin-bottom: 40px;
}
.gallery-detail h3 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}
.gallery-detail p {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    margin-bottom: 25px;
}
.gallery-detail .info-column .inner-column {
    position: relative;
    border-left: 1px solid #e7e7e7;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-left: 40px;
}
.gallery-detail .info-list {
    position: relative;
}
.gallery-detail .info-list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333;
    font-weight: 500;
    margin-bottom: 25px;
}
.gallery-detail .info-list li span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
}
.load-more-option {
    position: relative;
    display: block;
    text-align: center;
}
.load-more-option li {
    position: relative;
    display: inline-block;
}
.load-more-option li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 0;
    height: 33px;
    width: 33px;
    border: 1px solid #e7e7e7;
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.load-more-option li a {
    color: #333;
}
.load-more-option li:hover a {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.load-more-option .load-more a {
    font-size: 25px;
    height: auto;
    width: auto;
    padding: 0;
    border: 0;
}
.load-more-option .load-more a:hover {
    color: #009e4f;
    background: 0 0;
}
.filter-list .col-lg-2,
.filter-list .col-lg-4,
.filter-list .col-md-2,
.filter-list .col-md-4,
.filter-list .col-md-6,
.filter-list .col-sm-4,
.filter-list .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
.filter-list .gallery-item{
    padding:6px;
}
.home-project {
    padding-bottom: 20px;
    font-size: 11px;
}
.fact-counter.style-2 {
    position: relative;
    padding: 20px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #fff;
    margin-bottom: 3px;
    background-color: #666;
    margin-top:6px;
}
.fact-counter.style-2 .auto-container {
    position: relative;
    z-index: 1;
}
.fact-counter.style-2 .column {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    z-index: 5;
}
.fact-counter.style-3 .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}
.fact-counter.style-2 .item {
    position: relative;
    padding: 17px 0 25px;
}
.column {
    border-right: 1px solid #303030;
}
.about-show .column {
    border-right: 1px solid #5f5f5f;
}
.column:last-child {
    border-right: 0 solid #303030;
}
.fact-counter.style-2 .column .icon {
    font-size: 40px;
    position: relative;
    right: 5px;
    margin-bottom: 5px;
    color: #8dc63f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.fact-counter.style-2 .count-outer {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.fact-counter.style-2 .column .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.fact-counter.style-3 .count-outer {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #666;
}
.fact-counter.style-3 .column .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.main-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.home-tool .col-lg-4:nth-child(4),
.home-tool .col-lg-4:nth-child(5),
.home-tool .col-lg-4:nth-child(6) {
    margin-top: 60px;
}
.home-tool-1 .col-md-6:nth-child(3),
.home-tool-1 .col-md-6:nth-child(4),
.home-tool-1 .col-md-6:nth-child(5),
.home-tool-1 .col-md-6:nth-child(6) {
    margin-top: 60px;
}
.img-left-box {
    margin-right: 30px;
    display: block;
}
.img-right-box h4 {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-bottom: 16px;
}
.img-right-box {
    display: block;
    font-size: 11px;
}
.co-banner {
    background-position: top;
}
.co-text {
    font-size: 1.2em;
    color: #666;
}
.co-name {
    margin-top: 50px;
}
.co-name h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1d1716;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.co-name span {
    color: #666;
}
.inner-banner {
    position: relative;
    background: #a0a19b;
    background-size: 100%;
    background-position: left center;
    padding: 18px 0;
}
.inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.inner-banner h1 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    color: #fff;
}
.inner-banner .box {
    position: relative;
    display: table;
    height: 280px;
    width: 100%;
    text-align: center;
}
.breadcumb-wrapper {
    background: #fff;
    padding: 19px 0;
    border-bottom: 1px solid #f4f4f4;
}
.breadcumb-wrapper li,
.breadcumb-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8dc63f;
}
.breadcumb-wrapper ul.link-list li a {
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a:hover {
    transition: 0.3s ease;
}
.breadcumb-wrapper ul.link-list li a i {
    color: #fac012;
    margin-right: 7px;
}
.breadcumb-wrapper ul.link-list li a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 10px;
}
.breadcumb-wrapper a.get-qoute {
    text-transform: uppercase;
    font-weight: 700;
    color: #8dc63f;
    font-size: 14px;
}
.breadcumb-wrapper a.get-qoute i {
    margin-left: 7px;
    color: #8dc63f;
    margin-right: 7px;
    font-size: 14px;
}
.m-social-media ul {
    padding: 0;
    margin: 0;
}
.m-social-media ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2.66667rem;
    margin-left: 1.5rem;
}
.m-social-media ul li:first-child {
    margin-left: 0 !important;
}
.m-social-media ul li a {
    font-size: 1.33333rem;
    color: #666;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.m-social-media ul li a:hover {
    color: #000;
}
.team-block .team-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #666;
}
.team-block .col-lg-4 {
    margin-bottom: 30px;
}
.mt-16 {
    margin-top: 16px;
}
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder .masonry .selector {
    margin-bottom: 30px;
}
.o-breadcrumb {
    background-color: transparent;
    padding: 1rem 0;
}
@media (min-width: 768px) {
    .o-breadcrumb {
        padding: 2.6rem 0;
    }
}
.o-breadcrumb .o-breadcrumb__holder {
    width: 100%;
}
@media (min-width: 576px) {
    .o-breadcrumb .o-breadcrumb__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.o-breadcrumb .o-breadcrumb__holder .o-breadcrumb__page {
    margin-bottom: 1.33333rem;
    text-align: center;
    color: #666;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
@media (min-width: 576px) {
    .o-breadcrumb .o-breadcrumb__holder .o-breadcrumb__page {
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 0.16667rem;
        color: #666;
        font-weight: 600;
        font-size: 20px;
        text-align: left;
    }
}
.o-breadcrumb .o-breadcrumb__holder .m-breadcrumb-nav {
    text-align: left;
}
@media (max-width: 575px) {
    .o-breadcrumb .o-breadcrumb__holder .m-breadcrumb-nav {
        margin-left: 0 !important;
        text-align: center;
    }
}
.m-breadcrumb-nav {
    padding: 0;
    margin: 0;
}
@media (max-width: 575px) {
    .m-breadcrumb-nav {
        margin-left: 0 !important;
    }
}
.m-breadcrumb-nav .m-breadcrumb-nav__item {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2.66667rem;
    margin-left: 0;
    font-size: 12px;
    color: #666;
}
.m-breadcrumb-nav .m-breadcrumb-nav__item:first-child {
    margin-left: 0 !important;
}
.m-breadcrumb-nav .m-breadcrumb-nav__item a {
    color: inherit;
}
.m-breadcrumb-nav .m-breadcrumb-nav__item a:hover {
    color: #666;
}
.m-breadcrumb-nav .m-breadcrumb-nav__item.m-breadcrumb-nav__item--separator {
    font-size: 1rem;
    color: #666;
    padding: 0 0.58333rem;
}
.m-breadcrumb-nav .m-breadcrumb-nav__item.m-breadcrumb-nav__item--active {
    color: #666;
}
.full-width-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f8f8f3;
    min-height: 600px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.shop-column {
    color: #666;
    font-size: 12px;
    border-top: 1px solid #e2e2e2;
}
.project-title {
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
}
.shop-title {
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 200;
    color: #666;
    margin-bottom: 10px;
}
.padding-contact {
    margin-top: 60px;
    padding: 30px 0;
}
.marg-bot {
    margin-bottom: 50px;
}
.star-box {
    margin-bottom: 20px;
    margin-top: -16px;
    position: relative;
}
.link-column {
    margin-top: 30px;
}
.link-column li {
    position: relative;
    margin-bottom: 6px;
}
.link-column li {
    position: relative;
    margin-left: 15px;
}
.link-column li:before {
    content: "\f0dd";
    position: absolute;
    font-size: 12px;
    font-family: FontAwesome;
    color: #666;
    left: -19px;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.link-column li:hover:before {
    color: #6bbe50;
    transition: 0.5s ease-in-out;
}
.link-column li:after {
    content: "";
    position: absolute;
    left: 0;
    background: 0 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: 0.5s ease-in-out;
}
.column {
    margin-bottom: 30px;
}
.column div {
    position: relative;
}
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover + span {
    bottom: -36px;
    opacity: 1;
}
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.o-post-navigation {
    background-color: #fafafa;
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
}
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon {
    position: relative;
    width: 100%;
    color: #666;
}
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__title {
    font-size: 14px;
    line-height: 1.33333;
    letter-spacing: 0.08333rem;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__subtitle {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
@media (min-width: 576px) {
    .o-post-navigation .o-post-navigation__link a .o-post-navigation__text-icon .o-post-navigation__subtitle {
        margin-top: 0.66667rem;
    }
}
.o-post-navigation .o-post-navigation__link:not(.o-post-navigation__link--back) a:hover .o-post-navigation__title {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #666;
}
.o-post-navigation .o-post-navigation__link:not(.o-post-navigation__link--back) a:hover .o-post-navigation__subtitle {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.o-post-navigation .o-post-navigation__link.prev .o-post-navigation__text-icon .o-post-navigation__subtitle {
    left: 0;
}
.o-post-navigation .o-post-navigation__link--back .o-post-navigation__title {
    text-align: center;
    margin-bottom: 0;
}
.o-post-navigation .o-post-navigation__link.next .o-post-navigation__text-icon .o-post-navigation__subtitle {
    right: 0;
}
.o-post-navigation .o-post-navigation__link.cent .o-post-navigation__text-icon .o-post-navigation__subtitle {
    margin: 0 auto;
    text-align: center;
    left: 40%;
}
.demo-gallery {
    margin-bottom: 30px;
}
.demo-gallery a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.demo-gallery a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.split-box {
    position: relative;
}
.col-contect-left {
    width: 50%;
    background: #666;
    float: left;
    height: 150vh;
}
.col-contect-right {
    width: 50%;
    background: #fafafa;
    float: right;
    height: 100vh;
}
.place-card {
    display: none !important;
}
#map .map-control {
    display: block;
}
.gm-style .place-card-large {
    padding: 9px 4px 9px 14px !important;
    margin-top: 45px !important;
}
.contact-head {
    margin-bottom: 40px;
}
.contact-head-box {
    color: #666;
    font-size: 11px;
}
.contact-box a {
    color: #666;
}
.contact-box .footer-title {
    font-size: 10px;
    line-height: 1.375;
    font-weight: 600;
    letter-spacing: 0.08333rem;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 4px;
}
.contact-page .scroll-top {
    display: none;
}
.form-control {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    background-color: #fafafa;
}
.form-control:focus {
    border-color: #000 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(102, 175, 233, 0);
}
.shop-ic i {
    background-color: #666;
    padding: 10px;
    color: #fff;
}
.a-woo-badge.a-woo-badge--red-color {
    background-color: #b01c33;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
.a-woo-badge.a-woo-badge--theme-color {
    background-color: #666;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
.a-woo-badge {
    z-index: 1;
    position: absolute;
    top: 0.83333rem;
    left: 0.83333rem;
}
.o-neuron-hover .o-neuron-hover__body {
    margin-top: 15px;
    text-align: left;
}
.l-posts-wrapper.l-posts-wrapper--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__title {
    text-align: left;
    margin-bottom: 0.66667rem;
}
.o-neuron-hover__body-meta__title a {
    color: #666 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.l-posts-wrapper.l-posts-wrapper--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__title a:hover {
    color: #666;
}
.l-posts-wrapper.l-posts-wrapper--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__subtitle:not(.o-blog-post__meta) {
    text-align: left;
    margin-bottom: 0.33333rem;
    font-size: 1.16667rem;
    font-weight: 300;
    color: #666;
}
.l-posts-wrapper.l-posts-wrapper--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__subtitle:not(.o-blog-post__meta) span {
    color: #666;
    font-size: 1.16667rem;
}
.o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__subtitle:not(.o-blog-post__meta) a {
    color: #666;
}
.o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__subtitle:not(.o-blog-post__meta) .a-separator svg {
    stroke: #666;
}
.o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__subtitle:not(.o-blog-post__meta) .a-separator ul li a {
    font: inherit;
    color: inherit;
}
.l-posts-wrapper.l-posts-wrapper--meta-outside .o-neuron-hover .o-neuron-hover__body .o-neuron-hover__body-meta .o-neuron-hover__body-meta__subtitle:not(.o-blog-post__meta) .a-separator ul li a:hover {
    color: #666;
}
.table td,
.table th {
    border-top: 0;
}
.about-show {
    padding: 60px 0 40px 0 !important;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../images/about-show.jpg);
}
.whatwedo {
    font-size: 20px;
    font-weight: 200;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 20px;
    margin-bottom: 60px;
}
.whatwedo .num-rig {
    float: right;
    position: absolute;
    right: 0;
    font-size: 14px;
}
.line-hit {
    color: #666;
    text-align: left;
    position: relative;
    padding-left: 0;
    width: 100%;
    display: inline-block;
}
.client-box {
    filter: grayscale(1);
    transition: all 0.5s ease 0s;
}
.client-box:hover {
    filter: none;
    transition: all 0.5s ease 0s;
}
.client-box.bw-image {
    opacity: 0.3;
}
.client-box.bw-image:hover {
    opacity: 1;
}
.client-box img {
    /*filter: grayscale(100%);*/
    margin-bottom: 50px;
    /*transition: all 0.5s ease 0s;*/
}
.client-box img:hover {
    /*filter: none;*/
    /*-webkit-filter: grayscale(0);*/
    /*transition: all 0.5s ease 0s;*/
}
.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.tabs nav {
    text-align: center;
}
.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}
.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}
.tabs nav li a {
    color: #999;
}
.tabs nav li.tab-current a {
    color: #000;
}
.tabs nav a:focus {
    outline: 0;
}
.content-wrap {
    position: relative;
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 4em 1em;
    max-width: 1200px;
    text-align: left;
    color: #666;
}
.content-wrap section.content-current {
    display: block;
}
.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.no-flexbox nav ul {
    display: block;
}
.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}
@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}
.tabs-style-linetriangle nav a {
    overflow: visible;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fafafa;
}
.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 58em) {
    .tabs-style-linetriangle nav {
        font-size: 0.6em;
    }
}
.time-box-ady {
    margin-bottom: 30px;
}
.time-box-line {
    font-size: 13px;
}
.time-box-location {
    font-size: 12px;
}
.design-app-box h3 {
    color: #666;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-weight: 400;
}
.sub-link-projrct {
    margin-top: -26px;
}
.project-btn {
    margin-bottom: 30px;
}
.project-btn .project-tabs-line {
    position: relative;
    display: block;
    text-align: center;
}
.project-btn.sub-link-projrct li {
    font-size: 11px;
    color: #999;
}
.project-btn li a {
    color: #666;
}
.project-list-align .project-btn li:first-child {
    margin-left: 0;
}
.project-btn li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 10px;
    font-size: 13px;
    line-height: 20px;
    padding: 0;
    font-weight: 400;
    cursor: pointer;
    background: 0 0;
}
.project-btn li::before {
    position: absolute;
    background-color: #666;
    content: "";
    height: 1px;
    width: 0;
    bottom: 0;
    left: 50%;
    -webkit-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -o-transition: width cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, left cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.project-btn li:hover::before {
    width: 100%;
    left: 0;
}
.project-btn li.active::before {
    width: 100%;
    left: 0;
}
.fadeInUp {
    -moz-animation-duration: 3s;
    -webkit-animation-duration: 3s;
}
#remove-full {
    display: none;
}
.logo-hide {
    display: none;
}
.home-b-logo {
    opacity: 0;
}
.home-b-logo.sw {
    opacity: 1;
}
.right-career {
    padding-left: 30px;
}
.error-page {
    padding: 50px 0;
}
.error {
    color: red !important;
}
.cust-img-css {
    width: 100%;
}
.cust-row-height {
    min-height: 303px;
}
.cust-alignment-css {
    text-align: center;
}
@media (min-width: 992px) {
    .cust-alignment-css {
        text-align: end !important;
    }
}
.img-cust-css {
    object-fit: none;
}
/*#logo-hover-1:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Alchemi-CL.webp);
}
#logo-hover-2:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/amrut-CL.webp);
}
#logo-hover-3:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Angarika-CL.webp);
}
#logo-hover-4:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/ankit-CL.webp);
}
#logo-hover-5:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/avadh-CL.webp);
}
#logo-hover-6:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Blackberry-CL.webp);
}
#logo-hover-7:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Anjali-CL.webp);
}
#logo-hover-8:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/BRC-CL.webp);
}
#logo-hover-9:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/BIS-CL.webp);
}
#logo-hover-10:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/CVM-CL.webp);
}
#logo-hover-11:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Dairy-Don-CL.webp);
}
#logo-hover-12:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/DM-infra-CL.webp);
}
#logo-hover-13:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Decent-CL.webp);
}
#logo-hover-14:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/GLD-CL.webp);
}
#logo-hover-15:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Glowstar-BW.webp);
}
#logo-hover-16:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Goldie-CL.webp);
}
#logo-hover-17:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Gopin-CL.webp);
}
#logo-hover-18:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/GP-life-CL.webp);
}
#logo-hover-19:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/HAS-CL.webp);
}
#logo-hover-20:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Hind-CL.webp);
}
#logo-hover-21:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/HK-CL.webp);
}
#logo-hover-22:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Home-studio-CL.webp);
}
#logo-hover-23:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/IGI-Cl.webp);
}
#logo-hover-24:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/SJIS-CL.webp);
}
#logo-hover-25:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/jb-glass-CL.webp);
}
#logo-hover-26:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/JW-CL.webp);
}
#logo-hover-27:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/KApu-CL.webp);
}
#logo-hover-28:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/kids-Gurukul-CL.webp);
}
#logo-hover-29:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/kstar-CL.webp);
}
#logo-hover-31:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Lotus-CL.webp);
}
#logo-hover-32:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/manidhara-CL.webp);
}
#logo-hover-33:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/mani-CL.webp);
}
#logo-hover-34:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/MB-CL.webp);
}
#logo-hover-35:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/meruliya-CL.webp);
}
#logo-hover-36:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Mira-CL.webp);
}
#logo-hover-37:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/diabon-CL.webp);
}
#logo-hover-38:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/M-pponam-CL.webp);
}
#logo-hover-39:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/msuresh-CL.webp);
}
#logo-hover-40:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/narola-CL.webp);
}
#logo-hover-41:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/NI-CL.webp);
}
#logo-hover-42:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Palak-CL.webp);
}
#logo-hover-43:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/PrabhuSurat-CL.webp);
}
#logo-hover-44:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/RSD-CL.webp);
}
#logo-hover-45:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Rajshri-CL.webp);
}
#logo-hover-46:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Reet-CL.webp);
}
#logo-hover-47:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/RAF-CL.webp);
}
#logo-hover-48:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Sahajanad-Infra-CL.webp);
}
#logo-hover-49:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/samarth-CL.webp);
}
#logo-hover-50:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Shaligram-CL.webp);
}
#logo-hover-51:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Shivam-CL.webp);
}
#logo-hover-52:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Shreepad-CL.webp);
}
#logo-hover-53:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/srk-CL.webp);
}
#logo-hover-54:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/SRM-CL.webp);
}
#logo-hover-55:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/unique-CL.webp);
}
#logo-hover-56:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Vashishth-CL.webp);
}
#logo-hover-57:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/VD-CL.webp);
}
#logo-hover-58:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Vishawas-CL.webp);
}
#logo-hover-59:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/Waltz-CL.webp);
}
#logo-hover-60:hover {
    content: url(https://www.designworkgroup.in/images/client-coloured-logos/windson-CL.webp);
}*/
.column-align-css {
    text-align: center !important;
}
.pt-65 {
    padding: 65px 0 0 0 !important;
}
@media (max-width: 768px) {
    .pt-30.pt-80 {
        padding: 90px 0 0 0 !important;
    }
}
@media (max-width: 466px) {
    .pt-30.pt-80 {
        padding: 80px 0 0 0 !important;
    }
}
.pt-80 {
    padding: 80px 0 0 0 !important;
}
@media (max-width: 992px) {
    .mobile-m-0 {
        margin: 0 !important;
    }
}
@media (max-width: 762px) {
    .text-para-css {
        margin-top: 50px !important;
    }
    .tp-cust-btn {
        margin-top: 100px !important;
    }
}
@media (max-width: 398px) {
    .text-para-css {
        margin-top: 110px !important;
    }
    .tp-cust-btn {
        margin-top: 200px !important;
    }
}
@media (max-width: 768px) {
    .r-pt-40 {
        padding: 40px 0 0 0 !important;
    }
}
@media (max-width: 992px) {
    .menuzord-responsive .menuzord-menu > li > a {
        margin: 0 !important;
    }
    .menuzord-responsive .menuzord-menu li .indicator {
        height: 42px !important;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .text-parap-css {
        margin-top: 13px !important;
    }
}
.text-parap-css {
    margin-top: 13px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
#map {
    height: 550px;
}
.country-link {
    cursor: pointer;
}
.cust-css-flex-footer {
    align-items: center;
}
.cust-img-css {
    object-fit: cover;
}
.ptb-20 {
    padding: 20px 0 !important;
}
.cust-margin-css{
    margin-bottom:30px !important;
}
@media (min-width: 349px) and (max-width:575px){
    .cust-margin-css{
        margin-left:30px !important;
        margin-right:30px !important;
        margin-bottom:30px !important;
        
    }
}
@media (min-width: 575px) {
    .cust-margin-css{
        margin-bottom:30px !important;
    }
}

.margin-00{
    margin:auto 0 !important;
}

.cust-size-img{
    object-fit: none;
}
#iframe-map{
    /*display:none;*/
}
.project-box p{
    text-align: justify !important;
}
#es-new #es-header .es-free{
    display:none !important;
}

@media (max-width:992px){
    #body-css-1{
      display:none !important;  
    }   
    #body-css{
        padding: 20px 25px;
        border-bottom: 1px solid rgb(240, 240, 240) !important;
    }
    .font-css-cust > li > a{
        color: #f2f2f2c7 !important;
    }
}
@media (min-width:992px){
    #body-css{
      display:none !important;  
    }   
}

.a2a_kit {
    filter: grayscale(100%);
}

.row .contact-img-section {
    display: flex;
    align-items: center;
    padding: 40px;
}
.contact-img-section img {
    width: 100% !important;
}

.bwg-container {
    gap: 73px;
}

body:not(.home) .home-w-logo {
  display: none;
}

body:not(.home) .home-b-logo {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  div.n2-ss-item-content {
    font-size: 20px !important;
  }

  a.n2-style-86302ed177b603fcbd0bda5c48e7fa3a-heading.n2-ow {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
.n2-ss-layer {
    margin-top: 20px;
}

.n2-ss-slide {
    height: 320px !important;
}
}

.bwg-item {
    filter: grayscale(1);
}

.bwg-item:hover {
    filter: none;
}




/* ===== 404 Page Styles ===== */
#error-page {
    text-align: center;
    padding: 100px 20px;
    background: #f9f9f9;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#error-page h1.error {
    font-size: 150px;
    font-weight: 800;
    color: #555 !important;
    margin-bottom: 10px;
    letter-spacing: -5px;
    line-height: 1;
}

#error-page .page p {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
}

#error-page .btn-part .readon {
    display: inline-block;
    background: #555;
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}

#error-page .btn-part .readon:hover {
    background: #555;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    #error-page h1.error {
        font-size: 100px;
    }

    #error-page .page p {
        font-size: 18px;
    }

    #error-page .btn-part .readon {
        padding: 12px 30px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    #error-page h1.error {
        font-size: 80px;
    }

    #error-page .page p {
        font-size: 16px;
    }
}


.bwg_standart_thumb_img_0 {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
}

.bwg-item2{
    margin-left: 0px !important;
    margin-top: 0px;
}

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item0 {
    background-color: transparent !important;
}


@media only screen and (min-width: 480px) {
  #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item1 img:hover {
    -ms-transform: none !important;
    transform: none !important;
  }
}


ul#sub-project-link li.project-btn {
    font-size: 11px;
}

@media only screen and (min-width: 1024px) and (max-width: 1870px) {
    .scroll-top {
        top: 93%;
    }
}