/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.page-id-11 .nectar_hook_global_section_footer .ft_contact {
	display: none;
}
body  {
    overflow: visible;
}
body .row .col .fs_44, body .row .col .fs_44 h2, body .row .col .fs_44 h2 span {
	font-size: 44.41px;
	line-height: 45px;
	letter-spacing: 0;
}
body .row .col .fs_110, body .row .col .fs_110 h2, body .row .col .fs_110 h2 span {
	font-size: 110px;
	line-height: 93px;
	letter-spacing: 0;
}
body .row .col .fs_17, body .row .col .fs_17 h2, body .row .col .fs_17 h2 span {
	font-size: 17.41px;
	line-height: 17px;
	letter-spacing: 0;
}
body .row .col .box_fs23 p {
	font-size: 22.85px;
	line-height: 128%;
	letter-spacing: -0.03em;
}
body .row .col .fs_27 {
	font-size: 27px;
	line-height: 128%;
	letter-spacing: -0.03em;
}
body .row .col .box_fs28 p {
	font-size: 28px;
	line-height: 128%;
	letter-spacing: -0.03em;
}
body .row .col .fs_91, body .row .col .fs_91 h3 {
	font-size: 91px;
	line-height: 84%;
	letter-spacing: 0;
}
body .row .col .fw_600, body .row .col .box_fw600 p, body .row .col .box_fs28 p {
	font-weight: 600;
}
body .container {
	max-width: 100%;
}
body .row .ss-slider-banner {
	margin-bottom: 0;
}
.ab_gallery.contact_page .row_col_wrap_12 {
	padding-top: 60px;
	padding-bottom: 0;
}
.ss-slider-banner .swiper {
	height: 100vh;
}
.slider-banner-wrapper .swiper-wrapper,
.slider-banner-wrapper .swiper-slide {
    height: 100%;
}
.ab_top p {
	padding-bottom: 13px;
}
.ab_top .wpb_content_element {
	max-width: 1055px;
	margin: 44px auto 0;
}
body .ab_banner {
	padding-top: 90px;
}
.ab_ss2 .row_col_wrap_12 {
	padding-top: 80px;
	padding-bottom: 83px;
}
.ab_ss2 .row_col_wrap_12_inner .wpb_column:not(:first-child) .vc_column-inner {
	border-left: 1px solid #424242;
	padding-left: 24px;
}
body .row .contact_top .ft_social {
	margin-top: 95px;
}
.ss-slider-banner .bg {
	background-size: cover !important;
	height: 100%;
	position: relative;
}
.swiper-slide .bg::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
}
.swiper-slide .info {
    position: relative;
    z-index: 2;
}
.ss-slider-banner .bg .logo {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	text-align: center;
}
.ss-slider-banner .bg .logo {
	position: relative;
	text-align: center;
	height: 100%;
	padding-top: calc(50vh - 40px);
}
.ss-slider-banner .bg .logo img {
	max-width: 701px;
}
#ajax-content-wrap .scoll_hero {
	margin-top: -108px;
}
.ss-project-grid .thumb, .sp-project-item .thumb {
	position: relative;
	overflow: hidden;
}
.ss-project-grid .hover, .sp-project-item .hover {
	position: absolute;
	inset: 0; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
/*	transform: translateY(24px);*/
	opacity: 0;
	transition:
		transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		background 0.3s ease;
	pointer-events: none;
	z-index: 2;
}
#ajax-content-wrap .container-wrap {
	padding-top: 20px;
}
.project_page.inner_project {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ss-project-grid .item:hover .hover, .sp-project-item:hover .hover {
/*	transform: translateY(0);*/
	opacity: 1;
	pointer-events: auto;
}
.ss-project-grid .hover::before, .sp-project-item .hover::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
	background: rgba(0, 0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63));
	opacity: 0;	
}
.ss-project-grid .item:hover .hover::before, .sp-project-item:hover .hover::before {
/*	background: linear-gradient(0deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63));*/
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
	opacity: 1;
}
.ss-project-grid .item {
	position: relative;
}
.project_link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 9999;
}
body .scoll_hero .nectar-scrolling-text-inner h2 em {
	font-style: unset;
	font-weight: 400;
}
body #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a:hover .menu-title-text::after {
	content: "";
	transform-origin: left center !important;
	transform: scale(1,1) rotate(0.001deg);
}
#header-outer[data-lhe="animated_underline"] nav > ul > li:not([class*="button_"]) > a .menu-title-text::after {
	content: "";
	padding-bottom: inherit;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transition: transform 0.4s cubic-bezier(.165, .84, .44, 1) !important;
	transform-origin: right center !important;
	transform: scale(0,1) rotate(0.001deg);
	border-width: 1px !important;
}
body .row .ss-project-grid .hover img, body .sp-project-item .hover img {
	opacity: 0;
/*	max-width: 200px;*/
	max-height: 50px;
  	width: auto;
	position: absolute;
	transform: translateY(24px);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}
.ss-project-grid .item:hover .hover img, body .sp-project-item:hover .hover img {
	opacity: 1;	
	transform: translateY(0);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}
.sp-project-item:hover .hover img, , body .sp-project-item:hover .hover img {
	transform: translateY(0);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body .row .ss-project-grid h2 {
	font-weight: 700;
	font-size: 21.9px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 9px;
}
body .row .ss-project-grid p {
	font-weight: 500;
	font-size: 14.44px;
	line-height: 18px;
	letter-spacing: -0.02em;
	color: #797979;
}  
body .swiper-button-next, body .swiper-button-prev {
	color: #fff;
}
.home_project .inner_title {
	margin-bottom: 40px;
}
body .row .ss-project-grid .thumb img {
	margin-bottom: 0;
	display: block;
}
.ss-project-grid .info {
	position: relative;
	margin-top: 24px;
}
.ss-project-grid .ss-inner {
	column-gap: 20px;
	row-gap: 60px;
}
#ajax-content-wrap .btn_arrct {
	background: transparent !important;
	padding: 0;
	transform: unset;
	opacity: 1;
	font-weight: 500;
	font-size: 25px;
	line-height: 45px;
	letter-spacing: 0;
	box-shadow: unset !important;
}
#ajax-content-wrap .btn_arrct span {
	transform: unset;
}
#ajax-content-wrap .btn_arrct .icon-button-arrow::before {
	content: url("assets/images/arrow_btn.png");
	transform: unset;
}
#ajax-content-wrap .btn_arrct .icon-button-arrow {
	transform: translateX(54px) translateY(-10px);
	transition: all 0.3s;
}
#ajax-content-wrap .btn_arrct:hover .icon-button-arrow {
	transform: translateX(64px) translateY(-10px);
	transition: all 0.3s;
}
.home_memory .nectar-button {
	margin-top: 10px;
}
.home_memory .inner_row {
	padding-left: 22px;
}
.home_clients h2 {
	margin-bottom: 38px;
}
#ajax-content-wrap .box_font_55 h2 {
	font-size: 55px;
	line-height: 55px;
}
body .row .ft_social {
	margin-top: 28px;
}
body .row .col .cpright p {
	font-weight: 500;
	font-size: 8.41px;
	line-height: 12px;
	letter-spacing: 0;
	margin-top: 36px;
	color: #818181;
	padding-bottom: 15px;
}
body .swiper-button-next, body .swiper-rtl .swiper-button-prev {
	right: 30PX;
	left: auto;
}
body .swiper-button-prev, body .swiper-rtl .swiper-button-next {
	left: 20px;
	right: auto;
}
body .row .col .vertical-text {
	font-size: 92px;
	line-height: 0;
	letter-spacing: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
body .row .content_scroll h3 {
	font-weight: 600;
	font-size: 33px;
	line-height: 108%;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}
body .row .content_scroll p {
	font-weight: 400;
	font-size: 21.75px;
	line-height: 128%;
	letter-spacing: -0.03em;
	color: #B5B5B5;
}
.content_scroll .row_col_wrap_12_inner .wpb_text_column:first-child {
	min-height: 350px;
}

.framer {
    background-color: #000;
    width: 1200px;
}
.framer .framer-wrap {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0 20px 160px;
    position: relative;
    width: 100%;
}


.content_scroll .row_col_wrap_12_inner .wpb_column, .framer-column {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    width: 20%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: 1500px;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: sticky;
}
.content_scroll .row_col_wrap_12_inner .wpb_column:not(:first-child) .wpb_wrapper {
	max-width: 503px;
	margin-right: auto;
}

.content_scroll .row_col_wrap_12_inner .wpb_column:nth-child(2), .framer-column-two {
    padding: 550px 0 0;
    width: 40%;
}  
.content_scroll .row_col_wrap_12_inner .wpb_column:nth-child(3) {
	padding: 700px 0 0;
	padding: 897px 0 0;
	width: 40%;
}
.content_scroll .row_col_wrap_12_inner .vc_column-inner, .framer-detail-inner, .framer-detail-inner-2 {
    align-content: flex-start;
    align-items: flex-start;
    bottom: 300px;
    display: flex;
    flex: 1 0 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    height: 600px;
    justify-content: center;
    overflow: visible;
    padding: 0;
    position: sticky;
    top: 210px;
    width: 1px;
    z-index: 1;
}
.ab_gallery .row_col_wrap_12 {
	padding-bottom: 100px;
}
.sv_detail .row_col_wrap_12_inner {
	padding-top: 12px;
}
.sv_detail .row_col_wrap_12_inner .vc_column-inner {
	padding: 58px 0 49px 24px;
}
.sv_detail .row_col_wrap_12_inner .wpb_column:not(:first-child) .vc_column-inner {
	border-left: 1px solid #424242;
}
.ab_services .row_col_wrap_12 {
	padding-bottom: 90px;
}
.ss-slider-banner .bg .logo img {
	transform: translateY(-55px);
}

.related_projects {
	display: block;
	margin-top: 145px;
}
body h3.title_related {
	font-weight: 700;
	font-size: 101.89px;
	line-height: 100px;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	display: block;
}
.single-sp-projects .container.main-content {
	padding-left: 127px;
	padding-right: 127px;
}
.single_project_top {
	display: flex;
	position: relative;
	margin-bottom: 75px;
}
.single_content {
	padding-left: 17%;
	padding-bottom: 25px;
}
.single_project_top div {
	flex: 1;
}
body .row .project_title {
	font-weight: 700;
	font-size: 91px;
	line-height: 84%;
	letter-spacing: 0;
	text-transform: uppercase;
}
body .row .project_subtitle {
	font-weight: 400;
	font-style: italic;
	font-size: 29.32px;
	line-height: 104.4%;
	letter-spacing: 0;
	text-transform: uppercase;
	padding-bottom: 100px;
	padding-top: 20px;
}
.single_title {
	display: flex;
	flex-direction: column;
}
body .row .project_logo {
	max-width: 90px;
	margin-top: auto;
	padding-bottom: 0;
}
body .row .single_content h3 {
	font-weight: 600;
	font-size: 28.74px;
	line-height: 101%;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 16px;
}
body .row .single_content p {
	font-weight: 400;
	font-size: 16.3px;
	line-height: 128%;
	letter-spacing: -0.03em;
	padding-bottom: 15px;
	color: #B5B5B5;
}
body .row .single_content p a {
	color: #B5B5B5;
}
.single_content a {
	text-decoration: underline;
}
.related_projects .container {
	padding-left: 64px;
	padding-right: 64px;
}


.project_video {
	display: block;
	margin: 0 auto;
}
.project_video .custom-video {
	display: block;
	margin-bottom: 18px;
}
.custom-video {
  margin-bottom: 30px;
}

.video-wrapper iframe {
  width: 100%;
  height: 500px;
  max-width: 100%;
  display: block;
}





.custom-gallery {
  width: 100%;
}

.gallery-row {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}

.gallery-item.portrait {
  width: 50%;
  overflow: hidden;
}

.gallery-item.landscape {
  width: 100%;
  margin-bottom: 18px;
}

.equal-img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.gallery-item.portrait.single-last {
  width: 50%;
  margin: 0 auto 10px auto;
}


.single-sp-projects .container-wrap {
	padding-bottom: 18px;
}
.sp-projects-grid {
	display: flex;
	gap: 23px;
	flex-wrap: wrap;
	margin-top: 73px;
}

.sp-project-item {
  flex: 1;
  position: relative;
}

.sp-project-item img {
  width: 100%;
  height: auto;
  display: block;
}

body .sp-project-item h3 {
	font-weight: 600;
	font-size: 23.9px;
	line-height: 25px;
	letter-spacing: 0;
	text-transform: uppercase;
	margin: 25px 0 10px;
}
body .sp-project-item .subtitle {
	text-transform: unset;
	font-weight: 500;
	font-size: 16.44px;
	line-height: 17px;
	letter-spacing: -0.02em;
	color: #797979;
}


.gallery-item.landscape img, .gallery-item.portrait img {
	width: 100%;
	display: block;
}


.flickity-infinite-wrapper {
    max-width: 100%;
    margin: auto;
    width: 100%;
    overflow: hidden;
}
.carousel-cell {
    width: 29%; 
    padding: 0 25px;
    box-sizing: border-box;
    height: auto;
}
.carousel-cell img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.flickity-infinite-wrapper .is-selected {
}
.carousel-cell.even {
    padding-top: 100px;
    padding-bottom: 0;
}
.carousel-cell.odd {
    padding-top: 0;
    padding-bottom: 100px;
}
body .carousel-cell img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

#ajax-content-wrap .contact_detail p a {
	position: relative;
}
#ajax-content-wrap .contact_detail p a::before {
	content: "" !important;
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -2px;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
}
#ajax-content-wrap .contact_detail p a:hover::before {
	right: 0;
	transition: all 0.3s;
}
.nectar_icon_wrap {
	transition: all 0.3s;
}
.nectar_icon_wrap:hover {
	opacity: 0.6;
	transition: all 0.3s;
}


body .scoll_hero .nectar-scrolling-text-inner h2 {
	font-weight: 600;
}
body div#header-outer {
	background: transparent;
}