/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

.alt-font { font-family: 'Poppins', sans-serif; }
.main-font { font-family: 'Poppins', sans-serif !important; }


  .site-nav {
    margin: 1.5rem 3rem 0;
  }.navbar {
  padding: 0;
}.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar.navbar-dark .header-search-icon > a:hover, .navbar.navbar-dark .header-social-icon > a:hover, .navbar.navbar-dark .header-cart-icon > a:hover, .navbar.navbar-dark .header-language > a:hover, .navbar.navbar-dark .header-language a > i > a:hover, .sticky .navbar-light.header-dark .navbar-nav .nav-link.active, .sticky .navbar-light.header-dark .navbar-nav .nav-link:hover, .sticky .navbar-light.header-dark .navbar-nav .nav-link:focus, .sticky .navbar-light.header-dark .header-search-icon > a:hover, .sticky .navbar-light.header-dark .header-social-icon > a:hover, .sticky .navbar-light.header-dark .header-cart-icon > a:hover, .sticky .navbar-light.header-dark .header-language > a:hover, .sticky .navbar-light.header-dark .header-language > a:hover, .top-bar.navbar-light .header-search-icon > a:hover, .top-bar.navbar-light .header-social-icon > a:hover, .top-bar.navbar-light .header-cart-icon > a:hover, .top-bar.navbar-light .header-language > a:hover, .top-bar.navbar-light .top-bar-contact-list > a:hover, .top-bar.navbar-light .header-language.dropdown-style-01 .btn:hover {
  color: rgba(255,255,255,.6) !important;
  cursor: pointer;
}


.navbar.navbar-dark .navbar-nav .nav-link, .navbar.navbar-dark .header-search-icon > a, .navbar.navbar-dark .header-social-icon > a, .navbar.navbar-dark .header-cart-icon > a, .navbar.navbar-dark .header-language > a, .navbar.navbar-dark .nav-bar-contact, .top-bar.navbar-light, .top-bar.navbar-light .header-search-icon > a, .top-bar.navbar-light .header-social-icon > a, .top-bar.navbar-light .header-cart-icon > a, .top-bar.navbar-light .header-language > a, .top-bar.navbar-light .top-bar-contact-list > a, .top-bar.navbar-light .header-language.dropdown-style-01 .btn {
  color: #fff;
}

.widget_text.footer-widget.widget_custom_html {
  width: 100%;
}
.sqw-brand svg path {
    fill: #111;
    stroke: #111;
    stroke-width: 1px
}

.cover-page .sqw-brand svg path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 1px
}

.navbar .main-nav li a.nav-link {
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 0;
    text-transform: lowercase;
    line-height: 100%;
    color: #888;
    margin-left: 18px;
    margin-right: 0;
    -moz-transition: color .24s ease-out;
    -o-transition: color .24s ease-out;
    -webkit-transition: color .24s ease-out;
    transition: color .24s ease-out
}

.navbar .main-nav li.active a.nav-link,
.navbar .main-nav li:hover a.nav-link {
    color: #111
}

.sticky .navbar .main-nav li a.nav-link,
.sticky .navbar.header-light .navbar-nav.main-nav .nav-link {
    color: #888 !important
}

.sticky .navbar .main-nav li.active a.nav-link,
.sticky .navbar .main-nav li:hover a.nav-link,
.sticky .navbar.header-light .navbar-nav.main-nav li.active .nav-link,
.sticky .navbar.header-light .navbar-nav.main-nav li:hover .nav-link {
    color: #111 !important
}

.cover-page .navbar .main-nav li a.nav-link {
    padding: 0
}

.cover-page .navbar .main-nav li.active a,
.cover-page .navbar .main-nav li:hover a {
    color: #111
}

.office-page .navbar {
    padding-bottom: 30px
}

.trans-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
    margin: 0;
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-left: 50px;
    padding-right: 50px
}

.trans-nav .trans-nav-wrapper {
    margin-left: auto
}

.trans-nav .trans-nav-wrapper .anchor-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none
}

.trans-nav li+li {
    padding-left: 1rem
}

.trans-nav li a {
    text-transform: capitalize;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-transform: lowercase;
    line-height: 110%;
    color: #888;
    padding: 0;
    -moz-transition: color .24s ease-out;
    -o-transition: color .24s ease-out;
    -webkit-transition: color .24s ease-out;
    transition: color .24s ease-out
}

.trans-nav li a.active,
.trans-nav li a:hover {
    color: #111
}

@media (max-width:991px) {
    .trans-nav {
        padding-left: 25px;
        padding-right: 25px
    }

    .trans-nav li a {
        font-size: 13px
    }
}

@media screen and (max-width:767px) {
    .trans-nav {
        padding-left: 15px;
        padding-right: 15px
    }
	.grid.gutter-extra-large li {
    padding

: 5px !important;
}
}

@media screen and (max-width:480px) {
    .trans-nav li a {
        font-size: 12px
    }
}

.sq-post-content h1,
.sq-post-content h2,
.sq-post-content h3,
.sq-post-content h4,
.sq-post-content h5,
.sq-post-content h6 {
    font-size: 1.8rem;
    line-height: 2.5rem
}

.sq-content-bulletlist p {
    margin-bottom: 0
}

.sq-content-bulletlist ul {
    margin-bottom: 15px
}

.cover-page .index-gallery {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cover-page-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(15%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), color-stop(30%, transparent)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .2)), color-stop(30%, transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 15%), -o-linear-gradient(top, rgba(0, 0, 0, .2), transparent 30%), -o-linear-gradient(bottom, rgba(0, 0, 0, .2), transparent 30%);
    background: linear-gradient(to top, rgba(0, 0, 0, .35), transparent 15%), linear-gradient(to bottom, rgba(0, 0, 0, .2), transparent 30%), linear-gradient(to top, rgba(0, 0, 0, .2), transparent 30%)
}

.cover-page .fslide.--link .img,
.cover-page .fslide.--link .img-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #000
}

.img-wrap {
    position: relative;
    height: 100%;
    width: 100%
}

.cover-page .slide.--link .img,
.cover-page .slide.--link .img-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.img-wrap>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.img-wrap:after {
    content: "";
    display: block;
    height: 0;
    width: 100%
}

.img-wrap img {
    max-width: none
}

.img-wrap.cover img {
    -o-object-fit: contain;
    object-fit: contain
}

.img-wrap.frontsliderimg.cover img {
    -o-object-fit: cover;
    object-fit: cover
}

.pg-portrait-img .img-wrap.cover img {
    -o-object-fit: contain;
    object-fit: contain
}

.img-wrap.contain img {
    -o-object-fit: contain;
    object-fit: contain
}

.img-wrap.p-ratio:after {
    padding-bottom: 56.25%
}

.img-wrap:after {
    content: "";
    display: block;
    height: 0;
    width: 100%
}

.cover-page .swiper-pagination-bullets {
    bottom: 0 !important;
    margin-bottom: 1.5rem !important
}

.cover-page .swiper-pagination-bullet {
    width: 26px;
    height: 5px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, .35);
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 2rem !important
}

.project-slideshow {
    background-color: #fff;
    margin: 0 auto
}

.project-slideshow.swiper-container {
    height: auto
}

.project-slideshow .slide {
    height: auto
}

.project-slideshow .slide .img-wrap .slide-meta {
    display: none
}

.pg-detail-menu,
.slide-meta {
    pointer-events: auto;
    -moz-transition: opacity .24s ease-out;
    -o-transition: opacity .24s ease-out;
    -webkit-transition: opacity .24s ease-out;
    transition: opacity .24s ease-out
}

.project-slideshow .pg-detail-menu {
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.project-slideshow .pg-detail-menu>div {
    width: 20%;
    z-index: 2
}

.project-slideshow .pg-detail-menu .swiper-pagination {
    margin-right: auto;
    color: #111;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 110%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: auto
}

.project-slideshow .pg-detail-menu .title {
    text-align: center;
    color: #111;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 110%
}

.project-slideshow .pg-detail-menu>div.title {
    width: 60%
}

.project-slideshow .pg-detail-menu .controls {
    margin-left: auto;
    text-align: right
}

.project-slideshow .pg-detail-menu .controls>* {
    position: relative
}

.project-slideshow .pg-detail-menu .controls a {
    display: inline-block;
    border: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

.project-slideshow .pg-detail-menu .controls button {
    background: 0 0;
    border: 0;
    padding: 0;
    margin-left: 1.5rem;
    cursor: pointer
}

.project-slideshow .pg-detail-menu .controls svg {
    height: 20px;
    width: auto
}

.project-slideshow .pg-detail-menu .controls .detail-btn svg,
.project-slideshow .pg-detail-menu .controls .fullscreen-btn svg {
    stroke: #888;
    will-change: stroke;
    -moz-transition: stroke .24s ease-out;
    -o-transition: stroke .24s ease-out;
    -webkit-transition: stroke .24s ease-out;
    transition: stroke .24s ease-out
}

.project-slideshow .pg-detail-menu .controls .fullscreen-btn.fs-btn-close {
    display: none
}

.project-slideshow .pg-detail-menu .controls .detail-btn:hover svg,
.project-slideshow .pg-detail-menu .controls .fullscreen-btn:hover svg {
    stroke: #111
}

.project-slideshow .pg-detail-menu .controls .list-btn svg {
    fill: #888;
    will-change: fill;
    -moz-transition: fill .24s ease-out;
    -o-transition: fill .24s ease-out;
    -webkit-transition: fill .24s ease-out;
    transition: fill .24s ease-out
}

.project-slideshow .pg-detail-menu .controls .list-btn:hover svg {
    fill: #111
}

.project-slideshow .pg-detail-menu .controls>:after {
    content: "";
    position: absolute;
    left: -4.25px;
    right: -4.25px;
    top: -4.25px;
    bottom: -4.25px
}

@media only screen and (max-width:640px) {
    .project-slideshow .pg-detail-menu>div {
        width: auto
    }

    .project-slideshow .pg-detail-menu {
        padding: .75rem 1.5rem
    }

    .project-slideshow .pg-detail-menu .title {
        display: none
    }
}

.project-slideshow-section {
    padding-left: 35px;
    padding-right: 35px
}

.project-slideshow .swiper-nav-btns svg {
    width: 21.25px;
    height: auto
}

@media screen and (max-width:1280px) {
    .project-slideshow .swiper-nav-btns svg {
        width: 19.125px
    }
}
.scroll-top-arrow {
    bottom: 90px !important;
}
@media (max-width:991px) {
	[data-mobile-nav-style="full-screen-menu"] .navbar-full-screen-menu-inner {
		background: rgba(255, 255, 255, 0.95) !important;
	}
    .project-slideshow-section {
        padding-left: 25px;
        padding-right: 25px
    }

    .project-slideshow-col {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width:800px) {
    .project-slideshow .swiper-nav-btns svg {
        width: 17px
    }
}

@media screen and (max-width:767px) {
    .project-slideshow-section {
        padding-left: 15px;
        padding-right: 15px
    }
}

body.fs-activated .project-slideshow .sqw-slide-wrapper .slide {
    width: 100% !important
}

body.fs-activated .project-slideshow .pg-detail-menu .controls .fullscreen-btn.fs-btn-close {
    display: inline-block
}

body.fs-activated .project-slideshow .pg-detail-menu .controls .detail-btn,
body.fs-activated .project-slideshow .pg-detail-menu .controls .fullscreen-btn.fs-btn-open,
body.fs-activated .project-slideshow .pg-detail-menu .controls .list-btn,
body.fs-activated .project-slideshow .pg-detail-menu .swiper-pagination,
body.fs-activated .project-slideshow .pg-detail-menu .title {
    display: none
}

body.fs-activated .project-slideshow .sqw-slide-wrapper.swiper-wrapper {
    max-height: 100% !important
}

body.fs-activated .project-slideshow .pg-detail-menu {
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 10;
    bottom: 0
}

body.fs-activated .project-slideshow .pg-detail-menu .fullscreen-btn.fs-btn-close {
    background: 0 0;
    border: 0;
    padding: 0;
    margin-left: 0;
    padding: 15.5px 20px;
    background-color: #fff
}

.project-detail-content {
    color: #111
}

.project-detail-content .project-block-content {
    margin: 0 .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px
}

@media only screen and (max-width:640px) {
    .project-detail-content .project-block-content {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.project-detail-content .project-block-content :first-child {
    margin-top: 0
}

.project-detail-content .project-block-content hr {
    border: none;
    border-bottom: 1px solid #111;
    width: 100%;
    margin-left: -.5rem;
    margin-right: -.5rem;
    -webkit-box-flex: 1 100%;
    -moz-box-flex: 1 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    -webkit-flex: 1 100%;
    flex: 1 100%
}

.project-detail-content .project-block-content h3 {
    -webkit-box-flex: 1 25%;
    -moz-box-flex: 1 25%;
    -webkit-box-flex: 1;
    -ms-flex: 1 25%;
    -webkit-flex: 1 25%;
    flex: 1 25%;
    font-size: inherit;
    margin: 0;
    font-weight: 600;
    line-height: 1.6
}

.project-detail-content .project-block-content p {
    -webkit-box-flex: 1 75%;
    -moz-box-flex: 1 75%;
    -webkit-box-flex: 1;
    -ms-flex: 1 75%;
    -webkit-flex: 1 75%;
    flex: 1 75%;
    margin: 0
}

.project-detail-content .dt-video-link-img {
    max-width: 270px
}

.project-detail-content .dt-video-link-img:focus,
.project-detail-content .dt-video-link-img:hover {
    opacity: .9
}

@media only screen and (max-width:640px) {
    .hide--mobile {
        display: none !important
    }
}

@media only screen and (min-width:641px) {
    .site-nav {
        margin: 1.5rem 3rem 0
    }
}

.sectionImgHeadWrapper {
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%
}

.sectionImgHeadWrapper .sectionImgHeadheight {
    width: 100%;
    padding-bottom: 40%
}

.sectionImgHeadWrapper .sectionImgheadBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.sectionImgHeadWrapper .sectionImghead-overlay {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1)
}

.sectionImgHeadWrapper .sectionImgHeading {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none
}

.sectionImgHeadWrapper .sectionImgHeading p {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: .25em 0 0 rgb(255 255 255 / 0%), -.25em 0 0 rgb(255 255 255 / 0%);
    font-size: 6vw;
    font-weight: 700;
    font-family: Arial;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.2em;
    margin-bottom: 0
}

.projectlist-page .page-layout {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:991px) {
    .projectlist-page .page-layout {
        padding-left: 5px;
        padding-right: 5px
    }
	.nav-item{
		color:#fff !important;
	}
}

@media screen and (max-width:767px) {
    .projectlist-page .page-layout {
        padding-left: 5px;
        padding-right: 5px
    }
}

.project-img-list-active {
    overflow: hidden
}

.project-img-list {
    background-color: rgba(255, 255, 255, .97);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    display: none
}

.project-img-list.open {
    display: block;
    z-index: 1031;
    opacity: 0;
    -webkit-animation: fadeInBlock ease-out 1;
    animation: fadeInBlock ease-out 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.project-img-list .project-img-list-inner {
    padding: 1.5rem 3rem;
    margin: 0 auto
}

.project-img-list-menu {
    text-align: right;
    padding-bottom: 1.5rem
}

.project-img-list-menu .close-btn {
    margin-left: auto;
    background: 0 0;
    border: 0;
    padding: 0;
    color: #929292;
    -moz-transition: color .24s ease-out;
    -o-transition: color .24s ease-out;
    -webkit-transition: color .24s ease-out;
    transition: color .24s ease-out
}

.project-img-list-menu .close-btn:hover {
    color: #111
}

.project-img-list-items {
    opacity: 0;
    will-change: opacity;
    -moz-transition: opacity .48s ease-out;
    -o-transition: opacity .48s ease-out;
    -webkit-transition: opacity .48s ease-out;
    transition: opacity .48s ease-out;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(243.43px, 1fr))
}

.project-img-list.open .project-img-list-items {
    opacity: 1
}

.project-img-list-items .project-img-item {
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(0 0 0 / 9%)
}

.project-img-list-items .project-img-item .project-img-image {
    -moz-transition: opacity .24s ease-out;
    -o-transition: opacity .24s ease-out;
    -webkit-transition: opacity .24s ease-out;
    transition: opacity .24s ease-out
}

.project-img-list-items .project-img-item .project-img-image:hover {
    opacity: .75
}

.project-img-list-items .project-img-item img {
    max-width: none
}

img[data-srcset] {
    opacity: 0
}

img.lazyloaded {
    opacity: 1
}

@-webkit-keyframes fadeInBlock {
    from {
        display: none;
        opacity: 0
    }

    to {
        opacity: 1;
        display: block
    }
}

@keyframes fadeInBlock {
    from {
        visibility: hidden;
        opacity: 0
    }

    to {
        visibility: visible;
        opacity: 1
    }
}

.projectdetail-page .fancy-box-background .fancy-box-item:hover {
    background-image: linear-gradient(to right top, rgb(236 96 108 / 50%), rgb(238 99 98 / 50%), rgb(238 103 87 / 50%), rgb(237 108 77 / 50%), rgb(235 114 66 / 50%))
}

.projectdetail-page .fancy-box-background .fancy-box-item:hover .bg-banner-image {
    opacity: .4
}

.projectdetail-page .fancy-box-background .fancy-box-item:hover .light,
.projectdetail-page .fancy-box-background .fancy-box-item:hover .light i {
    color: #111
}

.fs-activated .projectdetail-page .img-wrap.cover img {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.fs-activated .projectdetail-page .img-wrap.p-ratio:after {
    background-color: #000;
    padding-bottom: 100% !important
}

@media (min-width:992px) {
    .office-profile-post-content p:nth-of-type(odd) {
        margin-right: 50%
    }

    .office-profile-post-content p:nth-of-type(even) {
        margin-left: 50%
    }
}

.mobileFullContentx-active {
    overflow: hidden
}

.mobileContentContainerx .mobileContenttriggerx,
.mobileContentContainerx .mobileFullContentx .mobileFullClosex,
.project-subnavigation .cat-filter-toggler {
    display: none
}

@media screen and (max-width:767px) {
.navbar.navbar-boxed {
    padding-top: 15px;
    padding-bottom: 15px;
}
    .project-subnavigation .portfolio-filter .nav {
        text-align: right
    }

    .project-subnavigation .portfolio-filter {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s cubic-bezier(0, 1, 0, 1);
        will-change: max-height
    }

    .project-subnavigation.filterdropopen .portfolio-filter {
        transition: max-height .5s ease-in-out !important;
        max-height: 2000px !important
    }

    .mobileContentContainerx .mobileContenttriggerx,
    .mobileContentContainerx .mobileContenttriggerx small,
    .mobileContentContainerx .mobileContenttriggerx span,
    .project-subnavigation .cat-filter-toggler,
    .project-subnavigation .cat-filter-toggler small,
    .project-subnavigation .cat-filter-toggler span {
        display: inline-block
    }

    .mobileContentContainerx .mobileContenttriggerx span,
    .project-subnavigation .cat-filter-toggler span {
        font-size: 16px;
        margin-left: 3px;
        transition: transform .1s ease-in-out, color .2s ease-in-out
    }

    .mobileContentContainerx.fullContentxOn .mobileContenttriggerx span,
    .project-subnavigation.filterdropopen .cat-filter-toggler span {
        transform: rotate(45deg)
    }

    .mobileContentContainerx .mobileFullContentx {
        background-color: rgba(255, 255, 255, .97);
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-y: auto;
        display: none
    }

    .mobileContentContainerx.fullContentxOn .mobileFullContentx {
        display: block;
        z-index: 1031;
        opacity: 0;
        -webkit-animation: fadeInBlock ease-out 1;
        animation: fadeInBlock ease-out 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .35s;
        animation-duration: .35s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s
    }

    .mobileContentContainerx .mobileFullContentx .mobileFullClosex {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1032;
        background-color: #dcdcdc;
        border: 0;
        margin-left: auto;
        padding: 5px;
        color: #929292;
        -moz-transition: color .24s ease-out;
        -o-transition: color .24s ease-out;
        -webkit-transition: color .24s ease-out;
        transition: color .24s ease-out
    }

    .mobileContentContainerx .mobileFullContentx .mobileInnContentx {
        padding: 1.5rem 3rem;
        margin: 0 auto
    }

    .contact-content-box {
        font-size: 14px
    }
}

.team-single-box .social-icon a {
    margin: 0 10px
}

.team-single-box .social-icon a:first-child {
    margin-left: 0
}

.team-single-box .social-icon a:last-child {
    margin-right: 0
}

.team-single-box .team-title {
    line-height: 20px;
    margin-bottom: 8px
}

.team-sub-title {
    line-height: 16px;
    margin-bottom: 8px
}

@media screen and (max-width:400px) {
    .team-single-box .social-icon a {
        margin: 0 6px
    }
}

.team-style-03.team-single-box figure:hover .team-member-image img {
    transform: scale(1) !important
}

.team-member-image {
    padding-bottom: 100%
}

.team-member-image img {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-animation: showMe .8s linear infinite 0s forwards;
    -moz-animation: showMe .8s linear infinite 0s forwards;
    -o-animation: showMe .8s linear infinite 0s forwards;
    -ms-animation: showMe 0.8s linear infinite 0s forwards;
    animation: showMe .8s linear infinite 0s forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

.team-member-image img:nth-child(1) {
    z-index: 4
}

.team-member-image img:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    -ms-animation-delay: 0.2s;
    animation-delay: .2s;
    z-index: 3
}

.team-member-image img:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    -ms-animation-delay: 0.4s;
    animation-delay: .4s;
    z-index: 2
}

.team-member-image img:nth-child(4) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: 0.6s;
    animation-delay: .6s;
    z-index: 1
}

.team-member-image.hover-flips:hover img {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes showMe {
    0% {
        visibility: visible;
        z-index: 100
    }

    12.5% {
        visibility: visible;
        z-index: 100
    }

    25% {
        visibility: hidden;
        z-index: 0
    }

    100% {
        visibility: hidden;
        z-index: 0
    }
}

@-moz-keyframes showMe {
    0% {
        visibility: visible;
        z-index: 100
    }

    12.5% {
        visibility: visible;
        z-index: 100
    }

    25% {
        visibility: hidden;
        z-index: 0
    }

    100% {
        visibility: hidden;
        z-index: 0
    }
}

@-o-keyframes showMe {
    0% {
        visibility: visible;
        z-index: 100
    }

    12.5% {
        visibility: visible;
        z-index: 100
    }

    25% {
        visibility: hidden;
        z-index: 0
    }

    100% {
        visibility: hidden;
        z-index: 0
    }
}

@-ms-keyframes showMe {
    0% {
        visibility: visible;
        z-index: 100
    }

    12.5% {
        visibility: visible;
        z-index: 100
    }

    25% {
        visibility: hidden;
        z-index: 0
    }

    100% {
        visibility: hidden;
        z-index: 0
    }
}

@keyframes showMe {
    0% {
        visibility: visible;
        z-index: 100
    }

    12.5% {
        visibility: visible;
        z-index: 100
    }

    25% {
        visibility: hidden;
        z-index: 0
    }

    100% {
        visibility: hidden;
        z-index: 0
    }
}

.contact-pg-social-icon.small-icon a {
    font-size: 22px
}

.cust-post-pagination .screen-reader-text {
    display: none
}

.cust-post-pagination .page-numbers {
    margin-right: 8px;
    padding: 0 10px;
    border: 1px solid #a2a2a2
}

.cust-post-pagination .page-numbers.current {
    margin-right: 8px;
    padding: 0 10px;
    border: 1px solid #212529;
    color: #212529
}

.teamFullContentx-active {
    overflow: hidden
}

.teamContentContainerx .teamContenttriggerx {
    cursor: pointer
}

.teamContentContainerx .teamFullContentx {
    background-color: rgba(255, 255, 255, .97);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    display: none
}

.teamContentContainerx .teamFullContentx .teamFullClosex {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1032;
    background-color: #dcdcdc;
    border: 0;
    margin-left: auto;
    padding: 5px;
    color: #929292;
    -moz-transition: color .24s ease-out;
    -o-transition: color .24s ease-out;
    -webkit-transition: color .24s ease-out;
    transition: color .24s ease-out
}

.teamContentContainerx .teamFullContentx .teamInnContentx {
    padding: 1.5rem 3rem;
    margin: 0 auto
}

.teamContentContainerx.fullContentxOn .teamFullContentx {
    display: block;
    z-index: 1031;
    opacity: 0;
    -webkit-animation: fadeInBlock ease-out 1;
    animation: fadeInBlock ease-out 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}



@media(min-width: 1199px){
/*.page-layout {
  max-width: 1590px !important;
  padding: 3rem;      margin: 0 auto;
}
*/
.e-con-inner {
  width: 100%;
  max-width: 100% !important;
}
}

.margin-btm p{
margin-bottom: 0px;}
.bg-loader {
  background: linear-gradient(to right top, #f5bb8d, #feb399, #ffaea8, #fdaab9, #f3aaca);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  transition: background-image 0.5s ease-in-out;
}


.margin-btm ul {
  margin-right: 8px;
}

.page-id-274   .margin-btm p {
    margin-bottom: 0px;
    
  }.elementor-shortcode .page-layout {
  padding: 0px !important;
}.projectdetail-page .fancy-box-background .fancy-box-item:hover .bg-banner-image {
  opacity: .4;
}.projectdetail-page .fancy-box-background .fancy-box-item:hover {
  background-image: linear-gradient(to right top,rgb(236 96 108 / 50%),rgb(238 99 98 / 50%),rgb(238 103 87 / 50%),rgb(237 108 77 / 50%),rgb(235 114 66 / 50%));
}.projectdetail-page .fancy-box-background .fancy-box-item:hover .light, .projectdetail-page .fancy-box-background .fancy-box-item:hover .light i {
  color: #111;
}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
