.tt-section {
    position: relative;
    padding: 80px 0;
}
body.tt-boxed .tt-wrap {
    max-width: 1282px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.tt-section-inner {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.max-width-1100 {
    max-width: 1100px !important;
}
.tt-heading {
    margin-bottom: 40px;
}
.tt-heading.tt-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pb50 {
    padding-bottom:50px;
}
.dark-bg-2 {
    background:#111517;
}
.page_projects .to-top-btn {
    display: none;
}
.margin-bottom-15-p {
    margin-bottom: 15% !important;
}
.nav-logo {
    width: 200px;
    top: 4px; 
}
.sectiune_proiecte {
    padding:50px 0;
}
.tt-heading-subtitle {
    margin: 0 0 20px 0;
    font-size: calc(19px + 0.1vw);
    font-weight: bold;
    font-weight: normal;
    color: #FFF;
}
.tt-heading.tt-heading-lg .tt-heading-subtitle {
    font-size: calc(16px + 0.3vw);
    font-weight: bold;
    font-weight: 500;
}
.text-gray {
    color: #b9b9b9 !important;
}

.tt-heading-title {
    margin: 0;
    font-size: calc(24px + 1vw);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
}
.tt-heading.tt-heading-lg .tt-heading-title {
    font-size: calc(28px + 2vw);
    line-height: 1.3;
}
.tt-accordion {
    position: relative;
}
.tt-accordion-item {
    position: relative;
}
.tt-accordion-heading {
    position: relative;
    padding: 20px 13% 20px 0;
    cursor: pointer;
}
.tt-accordion-item:first-child .tt-accordion-heading {
    padding-top: 0;
}
.tt-accordion.tt-ac-borders .tt-accordion-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgb(125 125 125 / 40%);
}
.tt-accordion.tt-ac-xlg .tt-accordion-heading {
    padding-top: 45px;
    padding-bottom: 45px;
}
.tt-accordion.tt-ac-xlg .tt-ac-head-title {
    font-size: calc(24px + 1.5vw);
}
.tt-ac-head-title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
}
.tt-accordion-subtext {
    margin-top: 10px;
    font-size: 19px;
    font-weight: normal;
    color: #999;
}
.tt-accordion-caret-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
}
.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tt-accordion-caret {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #FFF;
    cursor: pointer;
    z-index: 2;
    opacity: .3;
    transition: opacity 0.3s;
}
.tt-accordion-item.active .tt-accordion-caret::before {
    height: 0;
}
.tt-accordion-caret::before {
    width: 3px;
    height: 100%;
    transition: height 0.3s;
}

.tt-accordion-caret::before, .tt-accordion-caret::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #FFF;
}
.tt-accordion-caret::after {
    width: 100%;
    height: 3px;
}
.tt-accordion-caret::before, .tt-accordion-caret::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #FFF;
}
.tt-accordion-content:not(.is-open) {
    display: none;
}
.tt-accordion-content {
    padding-bottom: 40px;
    color: #e0e0e0;
}
.max-width-800 {
    max-width: 800px !important;
}
.tt-btn:last-child {
    margin-right: 0;
}
.tt-btn-link {
    align-items: center;
    border-radius: 0;
}
.tt-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-color: transparent;
    margin: 15px 15px 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    z-index: 9;
}

.our_proj {
    padding: 40px 0;
}
.tt-btn-link > *, .tt-btn-link > *::after {
    padding: 0;
    line-height: 1.6;
    color: #FFF;
}
.tt-btn > *, .tt-btn > *::after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 30px;
    line-height: 1;
}
.tt-btn > * {
    position: relative;
    color: #FFF;
    transition: transform 0.3s;
}
.tt-btn-link::after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #FFF;
    margin-top: 2px;
    margin-left: 15px;
}
.section-padding {
    padding: 120px 0;
}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
}
@media (min-width: 992px){
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
.container {
    max-width: 1200px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px){
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}
@media (min-width: 992px){
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
}
.call-action .content h6 {
    color: #12c2e9;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.call-action .content h6 span {
    color: #12c2e9;
}
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.call-action .content h2 {
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.call-action .content h2 span {
    color: transparent;
}
.call-action .content h2 .whitespace {
    width: 18px;
}
.back-color {
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
.call-action .content h2 b span {
    color: #fff;
    -webkit-text-stroke-width: 0;
}

@media (min-width: 768px){
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
@media (min-width: 992px){
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.butn.curve {
    border-radius: 5px;
}
.butn.bord {
    border: 1px solid #fff;
}
.butn {
    padding: 15px 35px;
    font-size: 13px;
    border: 1px solid transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.contact_us {
    margin-top:20px;
    display: inline-block;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#content-wrap {
    position: relative;
    overflow: hidden;
}
.tt-portfolio-carousel {
    position: relative;
}


.tt-pc-navigation {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    left: 50%;
    width: 300px;
    height: 60px;
    z-index: 1;
    transform: translate3d(-50%, 0, 0);
}
.tt-pc-nav-prev {
    left: 0;
}
.tt-pc-nav-prev, .tt-pc-nav-next {
    position: absolute;
    top: 0;
    z-index: 20;
}
.magnetic-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titlu_alb .title-fill:after {
    color: #fff;
    background: transparent;
}
.tt-pc-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #FFF;
    cursor: pointer;
    outline: none;
}
.tt-pc-arrow-prev::after {
    content: "\f053";
}
.tt-pc-arrow-prev::after, .tt-pc-arrow-next::after {
    line-height: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.tt-pc-nav-next {
    right: 0;
}
.tt-pc-pagination-fraction {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    line-height: 1;
}
.tt-pc-pagination-fraction .swiper-pagination-current {
    position: relative;
    top: -4px;
}
.tt-pc-pagination-fraction .swiper-pagination-total {
    position: relative;
    bottom: -4px;
}
.tt-portfolio-carousel .swiper-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.tt-portfolio-carousel .swiper-slide {
    height: auto;
}
@media (min-width: 1025px){
.tt-portfolio-carousel .swiper-slide {
    width: auto;
}
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide.tt-pcs-disabled .tt-portfolio-carousel-item {
    cursor: auto;
    pointer-events: none;
    opacity: .3;
    transform: scale(0.9);
}
.tt-portfolio-carousel-item {
    transition: all 0.5s ease-in-out;
}
.tt-portfolio-carousel-item {
    position: relative;
    display: flex;
    line-height: 0;
}
@media (min-width: 1025px){
.tt-portfolio-carousel-item {
    margin-left: 7vw;
    margin-right: 7vw;
}
}
.tt-pci-image-wrap {
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

figure {
    position: relative;
    margin: 0;
}
@media (min-width: 1025px){
.pci-hover .tt-pci-image {
    transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
}
}
@media (min-width: 1025px){
.tt-pci-image {
    width: auto;
}
}
@media (min-width: 1025px){
.tt-pci-image, .tt-portfolio-carousel-item .tt-pci-video {
    height: 30vw;
}
}
.tt-pci-image, .tt-portfolio-carousel-item .tt-pci-video {
    position: relative;
}
figure img {
    width: 100%;
    height: auto;
}
@media (min-width: 1025px){
.tt-pci-caption-front {
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
}
}
@media (min-width: 1025px){
.tt-pci-caption {
    left: 0;
    transform: translate3d(-100px, -50%, 0);
}
}
.tt-pci-caption {
    position: absolute;
    top: 50%;
    width: 100%;
}
.swiper-slide .tt-pci-caption-inner, .swiper-slide .tt-pci-categories {
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tt-pci-caption-inner {
    position: relative;
}
@media (min-width: 1025px){
.pci-caption-stroke .tt-pci-title {
    font-weight: bold;
    font-weight: 700;
}
}
.tt-pci-title {
    margin: 0;
    font-size: calc(16px + 3.2vw);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
    line-height: 1.2;
}
.swiper-slide .tt-pci-caption-inner, .swiper-slide .tt-pci-categories {
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tt-pci-categories {
    position: relative;
    margin-top: 30px;
}
.tt-pci-category {
    position: relative;
    display: inline-block;
    font-size: calc(13px + 0.1vw);
    color: #FFF;
    line-height: 1.2;
}
@media (min-width: 1025px){
.tt-pci-caption-back {
    left: -1px;
    z-index: 1;
}
}
@media (min-width: 1025px){
.tt-pci-caption {
    left: 0;
    transform: translate3d(-100px, -50%, 0);
}
}
.tt-pci-caption {
    position: absolute;
    top: 50%;
    width: 100%;
}
.swiper-slide .tt-pci-caption-inner, .swiper-slide .tt-pci-categories {
    opacity: 0;
    visibility: hidden;
    transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tt-pci-caption-inner {
    position: relative;
}
.tt-pci-title {
    margin: 0;
    font-size: calc(16px + 3.2vw);
    font-weight: bold;
    font-weight: 500;
    color: #FFF;
    line-height: 1.2;
}
div#scroll-container {
    background: #000;
}

/* ------------------------------------------------------------- *
 * Portfolio carousel
/* ------------------------------------------------------------- */

.tt-portfolio-carousel {
	position: relative;
}

.tt-portfolio-carousel .swiper-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	height: auto;
}
.tt-portfolio-carousel .swiper-wrapper.swtr-smooth { /* Add transition when windows resize or orientation change */
	transition: transform 0.8s !important;
}

.tt-portfolio-carousel .swiper-slide {
	height: auto;
}
@media (min-width: 1025px) {
	.tt-portfolio-carousel .swiper-slide {
		width: auto;
	}
}


.tt-pc-ghost {
	position: absolute;
	font-size: calc(16px + 24vw);
	font-weight: 600;
	color: #FFF;
	opacity: .02;
	line-height: 1;
	z-index: -1;
}
.tt-pc-ghost span {
	display: block;
}


/* Portfolio carousel item
=========================== */
.tt-portfolio-carousel-item {
	position: relative;
	display: flex;
	line-height: 0;
}
@media (min-width: 1025px) {
	.tt-portfolio-carousel-item {
		margin-left: 7vw;
		margin-right: 7vw;
	}
}

.tt-pci-image-wrap {
	position: relative;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}
.tt-pci-image,
.tt-portfolio-carousel-item .tt-pci-video {
	position: relative;
}
video.tt-pci-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 1025px) {
	.tt-pci-image,
	.tt-portfolio-carousel-item .tt-pci-video {
		height: 30vw;
	}
	.tt-pci-image {
		width: auto;
	}
	.tt-portfolio-carousel-item .tt-pci-video {
		width: 48vw;
	}
}
@media (max-width: 1024px) {
	.tt-pci-image,
	.tt-portfolio-carousel-item .tt-pci-video {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		object-position: 50% 50%;
	}
}


/* Portfolio carousel item hover 
================================= */
@media (min-width: 1025px) {
	.pci-hover .tt-slide-active .tt-portfolio-carousel-item .tt-pci-image-wrap,
	.pci-hover .tt-slide-active .tt-portfolio-carousel-item .tt-pci-caption-front {
		clip-path: inset(0 0 0 0);
		transition: all 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
	}
	.pci-hover .tt-slide-active .tt-portfolio-carousel-item:hover .tt-pci-image-wrap,
	.pci-hover .tt-slide-active .tt-portfolio-carousel-item:hover .tt-pci-caption-front {
		clip-path: inset(3% 3% 3% 3%);
	}
	.pci-hover .tt-slide-active-start .tt-portfolio-carousel-item:hover .tt-pci-image-wrap,
	.pci-hover .tt-slide-active-start .tt-portfolio-carousel-item:hover .tt-pci-caption-front {
		clip-path: inset(0 0 0 0);
	}

	.pci-hover .tt-pci-image {
		transition: all 1s cubic-bezier(0.07, 0.72, 0.29, 0.96);
	}
	.pci-hover .tt-portfolio-carousel-item:hover .tt-pci-image {
		transform: scale(1.05); 
	}
}


/* Slide disabled (for non active slides)
================== */
.tt-portfolio-carousel-item {
	transition: all 0.5s ease-in-out;
}
.swiper-slide.tt-pcs-disabled .tt-portfolio-carousel-item {
	cursor: auto;
	pointer-events: none;
	opacity: .3;
	transform: scale(0.9);
}


/* Portfolio carousel item caption 
=================================== */
.tt-pci-caption {
	position: absolute;
	top: 50%;
	width: 100%;
}
.tt-pci-caption-inner {
	position: relative;
}
.tt-pci-title {
	margin: 0;
	font-size: calc(16px + 3.2vw);
	font-weight: bold;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
}
.tt-pci-categories {
	position: relative;
	margin-top: 30px;
}
.tt-pci-category {
	position: relative;
	display: inline-block;
	font-size: calc(13px + 0.1vw);
	color: #FFF;
	line-height: 1.2;
}
.tt-pci-category ~ .tt-pci-category {
	margin-left: -4px;
}
.tt-pci-category ~ .tt-pci-category:not(:empty)::before {
	content: ", ";
}
.tt-pci-category ~ .tt-pci-category ~ .tt-pci-category ~ .tt-pci-category {
	visibility: hidden;
	width: 0;
}
.tt-pci-category ~ .tt-pci-category ~ .tt-pci-category ~ .tt-pci-category ~ .tt-pci-category {
	display: none;
}
.tt-pci-category + .tt-pci-category + .tt-pci-category + .tt-pci-category::before {
	content: "...";
	margin-left: 5px;
	visibility: visible;
}

@media (min-width: 1025px) {
	.tt-pci-caption {
		left: 0;
		transform: translate3d(-100px, -50%, 0);
	}
	.tt-pci-caption-front {
		position: absolute;
		top: 0;
		left: -1px;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		overflow: hidden;
	}
	.tt-pci-caption-back {
		left: -1px;
		z-index: 1;
	}
}
@media (max-width: 1024px) {
	.tt-pci-caption {
		top: 40%;
		left: 5%;
		right: 5%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.tt-pci-caption-back {
		display: none;
	}
	.tt-pci-caption-front {
		z-index: 9;
	}
}


/* Portfolio carousel caption animation 
======================================== */
.swiper-slide .tt-pci-caption-inner,
.swiper-slide .tt-pci-categories {
	opacity: 0;
	visibility: hidden;
	transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.swiper-slide.swiper-slide-prev .tt-pci-caption-inner,
.swiper-slide.swiper-slide-next .tt-pci-caption-inner,
.swiper-slide.swiper-slide-prev .tt-pci-categories,
.swiper-slide.swiper-slide-next .tt-pci-categories {
	transition: all 0.3s ease-out;
}
.swiper-slide.swiper-slide-active .tt-pci-caption-inner,
.swiper-slide.swiper-slide-active .tt-pci-categories {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

/* Offset */
.swiper-slide.swiper-slide-prev .tt-pci-caption-inner {
	transform: translate3d(-100px, 0, 0) skewX(10deg);
}
.swiper-slide.swiper-slide-next .tt-pci-caption-inner {
	transform: translate3d(100px, 0, 0) skewX(-10deg);
}
.swiper-slide.swiper-slide-prev .tt-pci-categories {
	transform: translate3d(-30px, 0, 0);
}
.swiper-slide.swiper-slide-next .tt-pci-categories {
	transform: translate3d(30px, 0, 0);
}

/* Delay */
.swiper-slide.swiper-slide-active .tt-pci-caption-inner {
	transition-delay: 0.6s;
}
.swiper-slide.swiper-slide-active .tt-pci-categories {
	transition-delay: 0.7s;
}


/* Portfolio carousel caption position 
======================================= */
/* Position center */
@media (min-width: 1025px) {
	.pci-caption-center .swiper-slide.tt-slide-active .tt-pci-caption-front {
		width: auto;
		margin-left: -10vw;
		margin-right: -10vw;
		pointer-events: none;
	}
}
.pci-caption-center .tt-pci-caption-front {
	overflow: visible;
}
.pci-caption-center .tt-pci-caption {
	top: 50%;
	left: 50%;
	padding: 0 5%;
	text-align: center;
	transform: translate3d(-50%, -50%, 0);
}
.pci-caption-center .tt-pci-title {
	font-weight: 600;
}
.pci-caption-center .tt-pci-caption-back {
	display: none !important;
}


/* Portfolio carousel caption styles
===================================== */
/* Style stroke */
@media (min-width: 1025px) {
	.pci-caption-stroke.pci-caption-center .tt-pci-caption-front .tt-pci-title,
	.pci-caption-stroke .tt-pci-caption-back .tt-pci-title {
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FFF;
		-webkit-text-fill-color: transparent;
	}
	.pci-caption-stroke .tt-pci-title {
		font-weight: bold;
		font-weight: 700;
	}
	.pci-caption-stroke.pci-caption-center .tt-pci-caption-front .tt-pci-title,
	.pci-caption-stroke.pci-caption-center .tt-pci-caption-back .tt-pci-title {
		-webkit-text-stroke-width: 2px;
		font-weight: bold;
		font-weight: 800;
	}

	/* If Firefox */
	body.is-firefox .pci-caption-stroke.pci-caption-center .tt-pci-caption-front .tt-pci-title,
	body.is-firefox .pci-caption-stroke .tt-pci-caption-back .tt-pci-title {
		-webkit-text-stroke-width: 2px;
	}
}

/* If item background image is light */
@media (min-width: 1025px) {
	.pci-image-is-light .tt-pci-caption-front .tt-pci-title {
		color: #111;
	}
	.pci-image-is-light .tt-pci-caption-front .tt-pci-category {
		color: #111;
	}
	.pci-image-is-light .tt-pci-image-wrap[class*="cover-opacity-"]::before {
		display: none !important;
	}
}


/* Portfolio carousel navigation 
================================= */
.tt-pc-navigation {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 4%;
	left: 50%;
	width: 300px;
	height: 60px;
	z-index: 1;
	transform: translate3d(-50%, 0, 0);
}
@media (max-width: 767px) {
	.tt-pc-navigation {
		width: 90%;
	}
}

.tt-pc-nav-prev,
.tt-pc-nav-next {
	position: absolute;
	top: 0;
	z-index: 20;
}
.tt-pc-nav-prev {
	left: 0;
}
.tt-pc-nav-next {
	right: 0;
}

.tt-pc-arrow {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	outline: none;
}
.tt-pc-arrow-prev::after,
.tt-pc-arrow-next::after {
	line-height: 0;

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.tt-pc-arrow-prev::after {
	content: "\f053";
}
.tt-pc-arrow-next::after {
	content: "\f054";
}

.tt-pc-arrow.tt-pc-arrow-disabled {
	cursor: auto;
	pointer-events: none;
}

.tt-portfolio-carousel .swiper-button-lock {
	display: none;
}


/* Portfolio carousel pagination 
================================= */
.tt-pc-pagination {
}

.tt-portfolio-carousel .swiper-pagination-lock {
	display: none;
}

/* Portfolio carousel pagination bullets */
.tt-pc-pagination-bullets {
	font-size: 0;
}
.tt-pc-pagination-bullets .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	margin: 8px;
	opacity: 1;
	border-radius: 100%;
	border: 2px solid #fff;
}
.tt-pc-pagination-bullets .swiper-pagination-bullet-active {
	background: #FFF;
	opacity: 1;
}

/* Portfolio carousel pagination dynamic bullets */
.tt-pc-pagination-bullets-dynamic {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
	transition: .2s transform, .2s left;
}
.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}
.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}
.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}
.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}
.tt-pc-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

/* Portfolio carousel pagination fraction */
.tt-pc-pagination-fraction {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
}

.tt-pc-pagination-fraction .swiper-pagination-current {
	position: relative;
	top: -4px;
}
.tt-pc-pagination-fraction .swiper-pagination-total {
	position: relative;
	bottom: -4px;
}

/* Portfolio carousel pagination progressbar */
.tt-pc-pagination-progressbar {
	position: absolute;
	left: 70px;
	right: 70px;
	width: auto;
	max-width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
}
.tt-pc-pagination-progressbar .swiper-pagination-progressbar-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	transform: scale(0);
	transform-origin: left top;
}
.tt-accordion-item:not(.active) .tt-accordion-heading:hover .tt-accordion-caret, .tt-accordion-caret:hover {
    opacity: 1;
}

.logo {
    width: 200px;
    margin: 14px 0 0 40px;
}

h3.tt-ac-head-title {
    color: #fff;
}

.footer-logo {
    width: 200px;
    height: 100%;
}

footer .three-columns {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

footer .four-columns {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

footer .three-columns {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

footer .two-columns {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.headroom {
    height:70px !important;
}

.fllx {
    display: flex;
    padding-left: 22px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.fllx a {
    color:#fff;
    width: 100%;
    display: block;
    margin-bottom:15px;
}



@media(max-width:1400) {
    .nav-btn {
        font-size: 30px;
    }

    .large-title-bold {
        font-size: 40px;
    }
}

@media(max-width:992px)
{
    .home-slider .swiper-wrapper  {
        min-height:380px;
    }
    .page-head {
        margin-top: 82px;
    }
    ul.footer-information.text-color-4 {
        text-align: center;
    }

    .services-bg {
        height: 180px;
    }

    .top-padding-90 {
        padding-top: 40px;
    }
    

    .medium-title {
        font-size: 18px;
    }

    .large-title, .large-title-bold {
        font-size: 24px;
        line-height: 28px;
        padding-top: 10px;
    }

    .scroll-btn {
        display: none;
    }

    .contact-box {
        text-align: center;
    }

    .page-head h2 .load-title-fill {
        white-space: initial;
        padding-right: 15px;
        font-size: 22px;
    }

    .nav-btn {
        font-size: 20px;
    }
    .logo {
        width: 140px;
        margin: 0px 0 0 15px;
    }
    .header-flex-box {
        background: #000;
        padding: 20px 0;
    }

    .top-bottom-padding-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .headroom {
        height: 82px !important;
    }

    .home-slider {
        margin-top: 82px;
    }

    .flex-min-height-inner {
        min-height: auto;
    }

    .tt-accordion {
        padding: 0 15px;
    }

    .tt-portfolio-carousel .swiper-wrapper {
        height: auto;
        padding-top:30px;
        padding-bottom:30px;
    }

    .tt-section {
        padding: 0;
    }

    div {
        box-sizing: border-box;
    }
    footer .three-columns {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    
    footer .four-columns {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    
    footer .three-columns {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    
    footer .two-columns {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}