@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300&display=swap');

/************ Default Css ************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
} 
html {
	scroll-behavior: smooth;
    scroll-padding-top: 90px;
}


body {
	overflow-x: hidden;
    position: relative;
    scroll-padding-top: 90px;
    font-size: 14px;
    color:#fff;
    line-height: 1.7em;
    letter-spacing: -0.35px;
    font-weight: 400;
    background: #000;
    font-family: 'DM Sans';
}
body.scrolling {
    overflow-y: hidden;
  }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    font-weight: 400;
    transition: 0.3s ease;
    font-family: 'Sometimes Times';
    text-transform: uppercase;
}
p{
    line-height: 1.2em;
}
a:hover, a,button,li,input,select,textarea {
	text-decoration: none;
    transition: 0.3s ease-in-out;
}
button:focus{
	outline: none;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
input:focus {
	outline: none;
	box-shadow: none;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    color: fieldtext !important;
}

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

input:focus, textarea:focus, select:focus {
    outline: none;
}
ul,li{list-style: none;}
ul{margin: 0;padding: 0;}
section{overflow-x: clip;display: block;width: 100%;}
.padding_top{padding-top:30px;}
.padding_right{padding-right:30px;}
.padding_left{padding-left:30px;}
.padding_bottom{padding-bottom:30px;}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.hr_line {
	height: 1px;
	background: #fff;
	opacity: 0.3;
	width: 0;
	transition: ease 3s !important;
	position: relative;
	top: -2px;
}

.hr_line[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
	transform: unset !important;
}
.hr_line[data-aos="zoom-in"]{
	transform: unset !important;
}
.hr_line[data-aos^="zoom"][data-aos^="zoom"] {
	opacity: 0.3 !important;
	transition-property: opacity,transform;
}
.hr_line.aos-init.aos-animate {
	width: 100%;
	
}
/* 
==================================================
- css for removing default button fron input[type: number]

  Chrome, Safari, Edge, Opera

==================================================
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

  /* 
  ==================================================
  - cta button css
  ==================================================
  */
  .CTA {
    font-size: 20px;
    color: var(--btn-color);
    font-weight: var(--weight-semi-bold);
    line-height: 1;
    background: var(--bg-btn);
    border: var(--btn-border);
    letter-spacing: 0.2px;
    padding: 18px 30px;
    min-width:260px ;
    border-radius: var(--btn-radius);
    text-transform: capitalize;
    border-radius:var(--btn-radius);
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.20));;
    text-align: center;
    transition: 0.3s ease;
}
  
  .CTA:hover {
    color: var(--text-white);
    border-color:var(--btn-bg2);
    background: var(--btn-bg2);
}


/* 
==================================================
- nav bar css
==================================================
*/
.container-fluid {
	padding: 0 40px;
}

.header {
	position: absolute;
	left: 0;
	top: 3rem;
	width: 100%;
	height: auto;
	z-index: 999;
	border: none;
	outline: none;
	transition: ease 0.3s;
}
  .header.sticky {
	position: absolute;
	/* background: #000; */
	top: 0;
}
  .header .hwrapper {
    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;
    gap: 2rem;
    max-width: 100%;
    height: auto;
    padding: 0.75rem 0;
    position: relative;
  }
  
  .header .navbar {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.menu {
	display: flex;
	align-content: center;
	width: 100%;
	gap: 10rem;
	justify-content: space-between;
}
.mnu_itms {
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex: 1;
}
.menu-item {
	flex: 1 1;
}
.mnu_lft {
	padding-right: 2rem;
}
.mnu_ryt {
	padding-left: 2rem;
    text-align: right;
}
  .brand {
	position: absolute;
	left: 0;
	right: 0;
	width: 130px;
	max-width: 100%;
	margin: 0 auto;
	z-index: 1;
}
  
  .header .menu > .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 0.75rem;
  }
  .menu .menu-item > a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	padding: 0 5px;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	letter-spacing: -0.35px;
}
  
.menu  .menu-item > a .expand {
    position: relative;
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    margin-left: 0.35rem;
    border: none;
    outline: none;
    pointer-events: none;
  }
  
 .menu  .menu-item > a .expand:before,  .menu  .menu-item > a .expand:after {
    position: absolute;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #121212;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
 .menu .menu-item:hover > a {
    color: #ffffffcc;
    letter-spacing: 0;
  }
  
 .menu .menu-item:hover > a .expand::before,  .menu  .menu-item:hover > a .expand::after {
    background: #ffffffcc;
  }
  
   .menu  .menu-item > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
  
 .menu  .menu-item > .sub-menu > .menu-item > a:hover {
    color: #ffffffcc;
  }
  
 .menu  .menu-item > .sub-menu {
    position: absolute;
    left: -1rem;
    top: 100%;
    width: 13rem;
    height: auto;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #ffffffcc;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
 .menu  .menu-item > .sub-menu > .menu-item {
    display: block;
  }
  
 .menu  .menu-item > .sub-menu > .menu-item > a {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: inherit;
    padding: 0.5rem 1.25rem;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
  .header .opened-menu {
    position: relative;
    display: none;
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  
.header .opened-menu span {
	display: none;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	border: none;
	outline: none;
	opacity: 1;
	border-radius: 0.25rem;
	background: #fff;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
  
  .header .opened-menu span:nth-child(1) {
    top: 0;
  }
  
  .header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
    top: 0.5rem;
  }
  
  .header .opened-menu span:nth-child(4) {
    top: 1rem;
  }
  
  .header .closed-menu {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    outline: none;
    background: none;
  }
  
  .header .closed-menu img.closed-icon {
    display: block;
    width: 1rem;
    height: auto;
  }
  
.header .overlay {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background: url('../img/menu_bg.png');
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-position: center;
	background-size: cover;
}
  

/* 
==================================================
- hero banner section 
==================================================
*/
.Hero {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.Hero img {
	height: 100vh;
	object-fit: cover;
	object-position: bottom center;
}
 
/* 
==================================================
- Welcome to NDVSN section css
==================================================
*/
.Wlcmto {
	position: relative;
	overflow-x: clip;
	margin: 20px 0 80px;
	margin-top: -90px;
}
.Wlcmto h2 {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: -1.62px;
	text-transform: uppercase;
	margin-bottom: 1.8rem;
}
.Wlcmto h1 {
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 90%;
	letter-spacing: -3.2px;
	font-style: italic;
    margin: 0;
}
.Wlcmto .style_normal{
    font-style: normal;
}
.gradient_circle {
	position: absolute;
	top: 110px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 400PX;
	opacity: 0.3;
	background: url(<path-to-image>), lightgray 50% / cover no-repeat;
	mix-blend-mode: hard-light;
	display: none;
}
/* 
==================================================
- Hightlights sections css 
==================================================
*/
.hightlights {
	padding: 80px 0 0;
}
.img_block {
	flex: 0 0 75%;
}
.container-fluid{
	position: relative;
}
.container-fluid.p_lr {
    padding: 0 130px 0 179px;
} 

.row_blk {
    flex-wrap: unset;
}
.Titles h1 {
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1.6px;
	line-height: 80%;
  display: block;
	font-style: italic;
  mix-blend-mode: exclusion;
}
.page-template-projects .Titles h1 {
  mix-blend-mode: unset;
}
.Titles .style_normal {
	font-style: normal;
}
.Titles  sup {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.42px;
  opacity: 0.5;
  font-style: normal;
	font-family: 'DM sans';
}
.Titles .hiddn_box:first-child h1:first-child sup {
	display: block;
	text-align: right;
  margin-bottom: 6px;
}
.Titles sup.ontop {
	top: -31px;
}
.text_blk {
    position: absolute;
    right: 0;
    width: fit-content;
}
.home .text_blk {
	z-index:9;
}
.text_blk.T_rt {
    text-align: right;
    padding-right:13%;
}
.h_padng {
    padding-right: 7rem;
}
.h_padng3 {
    padding-right: 3.5rem;
}
.Cta_blk {
    width: fit-content;
    margin-left: auto;
    margin-top: 26px;
    margin-right: -70px;
}
.divider_line {
	width: 251px;
	height: 1px;
	background: #fff;
	max-width: 0%;
	opacity: 0.3;transition: ease 3s !important;
}
.divider_line[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
	transform: unset !important;
}
.divider_line[data-aos="zoom-in"]{
	transform: unset !important;
}
.divider_line[data-aos^="zoom"][data-aos^="zoom"] {
	opacity: 0.3 !important;
	transition-property: opacity,transform;
}
.divider_line.aos-init.aos-animate {
	max-width: 100%;
	
}
.Cta_blk a {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.42px;
	text-transform: uppercase;
	color: #fff;
	opacity:0.8 !important;
	display: flex;
	align-content: center;
	gap: 16px;
	margin-top: 32px;
}
.Cta_blk a svg {
	position: relative;
	top: 2px;
	max-width: 20px;
}
body.page-template-projects .Cta_blk a {
	opacity:1 !important;
}


/* 
==================================================
- Hightlights sections we focus on css 
==================================================
*/
.row_rev {
	flex-direction: row-reverse;
}
.container-fluid.Plr {
	padding: 0 179px 0 130px;
}

.Focus .Titles h1:nth-child(2) {
	margin-left: 1.9rem;
}
.Focus .Cta_blk {
	margin-left: 0;
	margin-right: 0;
}
.Titles h1 i {
	margin-left: -8px;
}
.text_blk.T_lf {
    left: 0;
    right: unset;
    padding-left: 14%;
    text-align: left;
}
.Focus .Titles .hiddn_box:nth-child(1) h1 sup {
    text-align: left;
    margin-left: 11rem;
    margin-bottom: 10px;
}
.Focus .Titles .hiddn_box:nth-child(2) h1 {
    padding-left: 32px;
}

/* 
==================================================
- Hightlights section: creative concept and stage design css 
==================================================
*/

.CCSD .Titles h1:nth-child(2) {
	margin-left: -3.5rem;
}
.CCSD .Titles h1:nth-child(3) {
	margin-left: -2rem;
}
.CCSD  .Cta_blk {
	margin-top: 26px;
	margin: 26px auto 0;
	margin-left: 7rem;
}
.CCSD  .divider_line {
	width: 230px;
}
.CCSD  .section_btn {
	margin-top: 50px;
}
.CCSD .text_blk.T_rt {
    padding-right: 12.5%;
}
.CCSD .T_rt .H_padng {
    padding-right: 7rem;
}
.CCSD .T_rt .H_padng2 {
    padding-right: 8.5rem;
}
.CCSD .Titles .H_padng3 {
    padding-left: 18px;
}

/* 
==================================================
- service section css
==================================================
*/
.service_sec {
	margin-bottom: 50px;
}

.verticle_line {
	height: 195px;
	background: #fff;
	width: 1px;
	margin: auto;
	opacity: 0.5  !important ;
	transition: ease 3s !important ;
}
.page-template-contact .verticle_line {
	height: 145px;
}
/* .verticle_line[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
	transform: unset !important;
}
.verticle_line[data-aos="zoom-in"]{
	transform: unset !important;
}
.verticle_line[data-aos^="zoom"][data-aos^="zoom"] {
	opacity: 0.5 !important;
	transition-property: opacity,transform;
}
.verticle_line.aos-init.aos-animate {
	height:195px;
	
} */
.service_desc span {
	font-size: 50px;
	font-weight: 400;
	display: block;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 70px;
	font-family: 'Sometimes Times';
	padding: 0 30px;
}

.service_desc2 span {
    font-size: 22px;
    font-weight: 100;
    display: inline;
    color: #fff;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 30px;
    font-family: 'DM SANS';
    padding: 0 30px;
}


/* .page-template-services .service_desc span {
	line-height: normal;
} */
.service_desc   {
	max-width: 800px;
	margin: auto;

}

.service_desc2   {
	max-width: 800px;
	margin: auto;

}

.service_head h2 {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 24px;
	font-family: 'DM Sans';
	color: #fff;
	font-weight:400;
	text-transform: capitalize;
	opacity: 0.5;
}
.section_btn {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.section_btn a {
	color: #fff;
	font-family: 'Sometimes Times';
	font-size: 30px;
	letter-spacing: -1px;
	position: relative;
	padding: 20px;
	display: inline-block;
	
}
.section_btn a:hover{
/* transform: scale(1.1); */transition: ease 0.2s;
	
}
.section_btn a:hover span{
color:#707070;
	
}
.section_btn a::before {
	position: absolute;
	content: "";
	height: 15px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 15px;
	left: 0;
	top: 0;
	opacity:0.5;
}
.section_btn a::after {
	position: absolute;
	content: "";
	height: 15px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 15px;
	right: 0;
	top: 0;
	opacity:0.5;
}
.section_btn a:hover::before , .section_btn a:hover::after {
	opacity:1;
}
.section_btn a span {
	position: relative;
	
}
.section_btn span::before {
	position: absolute;
	content: "";
	height: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 15px;
	left: -20px;
	bottom: -15px;
	opacity:0.5;
}
.section_btn span::after {
	position: absolute;
	content: "";
	height: 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 15px;
	right: -20px;
	opacity:0.5;
	bottom: -15px;
}
.section_btn a:hover span::before, .section_btn a:hover span::after{opacity:1;}
.service_link {
	text-align: center;
	margin: 80px 0 0 0;
	display: inline-block;
	width: 100%;
}
.service_head {
	margin-bottom: 30px;
}

/* 
==================================================
- colabrate_video section css
==================================================
*/
.colabrate_video {
	margin: 150px 0 0 0;
	text-align: center;
	display: block;
}
.colabrate_text span {
	display: block;
	font-size: 50px;
	color: #fff;
	line-height: 72px;
	font-family: 'Sometimes Times';
	letter-spacing: -3.2px;
	/* letter-spacing: -3.2px; */
	font-weight: 400;
	text-transform: uppercase;
}
.colabrate_text {
	max-width: 1280px;
	margin: auto;
	position: relative;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.colabrate_text::before {
	position: absolute;
	content: "";
	height: 500px;
	width: 500px;
	background: url('../img/Noise_Displace.gif');
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
	opacity:0.5;
	border-radius: 100%;
	background-size: 100%;
}
.colabrate_text::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.5;
	top: 70px;
}
/* 
==================================================
- footer section css
==================================================
*/
.footer {
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
	width: 100%;
	height: 100%;
	padding: 50px 0 0 0;
	position: relative;
}
.footer::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: url('../img/ezgif.com-video-to-gif.gif');
	z-index: -1;
	background-size: cover;
	background-position:center;
	background:none;
}
.get_touch {
	text-align: center;
	margin-bottom: 100px;
}
.get_touch h2 {
	margin: 20px 0 20px 0;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.7px;
	font-style: italic;
}
.get_touch a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	font-style: italic;
	letter-spacing: 2px;
	font-family: 'Sometimes Times';
	line-height: normal;
}
.get_touch span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	opacity: 0.8;
	color: #fff;
	margin: 20px 0 30px 0;
	display: block;
}
.footer_logo {
	width: 70px;
	margin: auto;
	display:none;
}
.footer_menu {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: end;
	padding: 0 50px;
}
.footer_left_Sec {
	display: flex;
	align-items: end;
}
.footer_link ul li {
	display: inline-block;
	padding: 0 15px;
}
.footer_link li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.35px;
	text-transform: uppercase;
	opacity: 0.5;
	transition:ease 0.3s;
}
.footer_link li a:hover {
	opacity: 1;
}
.hightlights  .img_block  {
	 overflow:hidden;	
	 position:relative;
	 z-index:9;
	 
}
.hightlights  .img_block img {
	 transition: transform .6s;
}
.hightlights  .img_block:hover img {
	 /*  transform: scale(1.1); */
}

/* 
==================================================
- Text animations css
==================================================
*/
.hiddn_box{
	position: relative;
	 overflow: hidden;  

}
.hiddn_box h2, .hiddn_box h1, .hiddn_box span {
	position: relative;

	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-webkit-transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: translate3d(0, 100%, 0) rotate(16deg);
  -ms-transform: translate3d(0, 100%, 0) rotate(16deg);
  transform: translate3d(0, 100%, 0) rotate(16deg);
}


/* 
==================================================
- Our Projects Page Css Here
==================================================
*/
.Our_work {
    padding-top: 5rem;
    padding-bottom: 6rem;
}
.Project1 .container-fluid.p_lr {
    padding: 0 130px 0 179px;
}
.Project2 .container-fluid.p_lr {
    padding: 0 179px 0 80px;
}
.Titles.ttl_big h1 {
	font-size: 100px;
	font-weight: 400;
	letter-spacing: -9.5px;
	z-index:9;
}

.P_txt {
	display: flex;
	align-content: center;
	justify-content: flex-end;
	flex-direction: column;
}
.P .text_blk .Titles.ttl_big .yeartop {
    margin-bottom: 36px;
    text-align: center;
    margin-right: -16px;
    top: 0;
    max-width: 200px;
    margin-left: auto;
	display:none;
}
.text_blk.P11 {
    padding-right: 11%;
    text-align: right;
}
.Project1 .text_blk.P11 .Titles .hiddn_box:first-child h1 {
    padding-right: 12rem;
}
.text_blk.P11 .list_itms {
    text-align: left;
}
.text_blk.P_txt {
    padding-top: 5.5rem;
}
.HH2 {
	margin-top: -26px;
	position: relative;
	padding-left: 49px;
}
.list_itms {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    max-width: 235px;
    margin-left: auto;
}
.list_itms p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.35px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.5;
}
.Cta_blk.cta_rt {
	margin-top: 1rem;
	width: 100%;
	max-width: 235px;
	margin-left: auto;
	margin-right: 0;
}
.text_blk.P_txt {
    justify-content: space-between;
    height: 100%;
}
.Cta_blk.cta2 a {
	font-weight: 400;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 30px;
	margin-bottom: 2rem;
	font-family: 'Sometimes Times';
	text-transform: capitalize;
}
.Cta_blk.cta2 a svg {
	top: -2px;
}
.text_blk.P22 {
	left: 0;
}
.P22 .HH2 {
	margin-top: -26px;
	padding-left: 8rem;
}

.text_blk.P22 {
    padding-left: 8%;
}
.P22 .list_itms {
    padding-left: 0;
    left: -30px;
    position: relative;
}
.Cta_blk.cta_lft {
	margin-left: 5rem;
	margin-top: 1rem;
	margin-bottom: 0rem;
}
.year {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: 0.5;
	margin-left: 7rem;
	letter-spacing: -0.35px;
	text-transform: uppercase;
}
.page-template-projects .year {
display:none;
}
.hightlights.P {
    padding: 190px 0 0;
}
.hightlights .img_block a {
	display: inline-block;
	width: 100%;
	position: relative;
}
.Project3 .text_blk .Titles.ttl_big .yeartop {
    margin-right: 8rem;
}
.Project3 .text_blk.P11 .Titles .hiddn_box:first-child h1 {
    padding-right: 6rem;
}
.Project3 .text_blk .Titles.ttl_big .yeartop {
    margin-right: 4.6rem;
}
.Project3 .HH2 {
    padding-left: 0;
    padding-right: 49px;
}



.Project4 .text_blk.P22 {
    padding-left: 14%;
}
.Project4  .P22 .list_itms {
    left: 0;
    margin-left: 0;
}
.Project4 .Cta_blk.cta_rt {	
    margin-left: 0;
}
.Project4  .year {
    margin-left: 0;
}
.P22 .list_itms { 
    left: 0;
    margin-left: 23%;
}

.Pro6 .P22 .HH2 {
    padding-left: 13.5rem;
}
.Pro6 .text_blk.P22 {
    padding-left: 13%;
}
.Pro6 .P22 .list_itms {
    margin-left: 0;
}
.Pro6 .Cta_blk.cta_lft {
    margin-left: 0;
}
.Pro6  .year {
    margin-left: 0;
}
/* 
==================================================
- contact Page Css Here
==================================================
*/
.contact_banner {
	height: 76vh;
	display: flex;
	flex-direction: column;
	position: relative;
	background:linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.contact_banner::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: url('../img/ezgif.com-video-to-gif.gif');
	z-index: -1;
	background-size: cover;
	background-position: center;
	background:none;
}
.contact_banner::after {
	position: absolute;
	content: "";
	height: 50%;
	width: 100%;
	z-index: 1;
	bottom:0;
	background:linear-gradient(transparent, #000);
	display:none;
}
.contact_banner_img img {
	height: 100vh;
	object-fit: cover;
}
.contact_banner_txt {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	top: 100px;
}
.contact_banner_txt span {
	display: block;
	width: 100%;
	font-size: 90px;
	font-family: 'Sometimes Times';
	line-height: 90%;
	letter-spacing: -5px;
	text-transform: uppercase;
}
.banner_divide_line {
	position: relative;
	z-index: 9;
	margin-top: 20px;
}
.banner_divide_line p {
	position: absolute;
	color: #fff;
	opacity: 0.5;
	font-size: 12px;
	letter-spacing: 0.3px;
	transform: rotate(90deg);
	width: 200px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -44px;
	text-transform: uppercase;
}
.contact_desc {
	max-width: 610px;
	margin: 60px auto;
	margin-bottom: 150px;
}
.contact_social a {
	color: #fff;
	font-size: 60px;
	font-family: 'Sometimes Times';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -3.2px;
	line-height: 90%;
}


.contact_social {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 5px 0;
}
.contact_social span, .contact_social span  a{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	opacity: 0.5;
	font-family: 'DM Sans';
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
 .contact_social span  a{
	opacity: 1;
}
.contact_social img {
	width: 25px;
	opacity: 0.5;
}
.contact_social a img {
	margin: 0 15px;
	opacity: 1;
	width: 20px;
}
.contact_social.align_right{justify-content:right;}
.contact_social.align_center{justify-content:center;}

.linkdin {
	padding-right: 40px;
}
 .email {
	padding-right: 100px;
}
 .phn {
	padding-right: 100px;
}

/* 
==================================================
- project_detail_page
==================================================
*/
.detail_banner_img img{max-width:100%;}

.project_detail_banner {
	position: relative;
	margin-bottom: 100px;
}
.project_detail_upper_text {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.project_detail_upper_text span {
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.4px;
	text-transform: uppercase;
	margin: 20px 0;
	display: block;
}
.project_detail_upper_text h2 {
	font-size: 70px;
	color: #fff;
	font-weight:400;
	
/* 	mix-blend-mode: exclusion; */
	margin:0;
	
	text-transform: uppercase;
}
.project_detail_btm_txt {
	position: absolute;
	bottom: 5%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}
.project_detail_btm_txt span {
	font-size:20px;
	color: #fff;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight:400;
	display: block;
	opacity: 0.8 !important;
}

.post_sec img{max-width:100%;}
.post_sec span {
	font-size: 14px;
	
	color: #fff;
	opacity: 1 !important;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
	display:none;
}
.project_Deatil_center {
	padding: 0 40px;
}
.post_sec {
	margin-bottom: 100px; overflow:hidden;
}
.post_sec img {
	transition: transform .6s;
}
/* .post_sec:hover img {
	transform: scale(1.1);
} */
.post_sec.pst_with_cntnt {
	display: flex;
	width: 100%;
}
.post_sec_left {
	width: 50%;
}
.post_sec_right {
	/* width: 50%; 
	 flex-direction: column;
	  */
	display: flex;
	
	justify-content: center;
	
}.post_sec_right_text {
	max-width: 430px;
	margin: auto;
}
.post_sec .post_sec_right_text span {
	font-size: 12px;
	opacity: 0.5;
	letter-spacing: -0.3px;
	 font-family: 'DM Sans';
}

.post_sec .post_sec_right_text h2 {
	font-size: 64px;
	margin:0;
	font-weight:400;
	letter-spacing: -1.6px;
	line-height:51.2px;
}
.post_sec_right_text h2 i {
	padding-left: 50px;
}
.post_sec .post_sec_right_text p {
	
    font-size: 20px;
    /* opacity: 0.5; */
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
    position: relative;
    padding-left: 50px;
    margin-top: 30px;
    /* padding-bottom: 100px; */
    line-height: 30px;
    font-family: 'DM Sans';
    font-weight: initial;
    font-style: italic;
}
.post_sec .post_sec_right_text p::first-letter {
	margin-left: 20px;
}
.post_sec .post_sec_right_text p::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	background: darkgrey;
	opacity: 1;
	height: 100%;
	content: "";
}


.small_post_sec {
	max-width: 700px;
	margin: auto;
}

.credit_sec {
	text-align: center;
	margin-bottom: 100px;
}
.credit_sec h2 {
	margin: 0 0 50px 0;
	font-size: 24px;
	font-weight: 400;
	opacity: 0.5 !important;
	font-family: 'DM Sans';
	text-transform: capitalize;
	position: relative;
	padding-bottom: 5px;
}
.credit_sec h2::before {
	position: absolute;
	content: "";
	height: 2px;
	background: #fff;
	width: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
	margin: auto;
}
.credit_desc {
	max-width: 75%;
	margin: auto;
}
.credit_desc h3 {
	position: relative;
	margin-bottom: 10px;
}
.credit_desc h3::before {
	height: 1px;
	background: #fff;
	content: "";
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0.3;
}


.credit_desc span {
	background: #000;
	display: inline-block;
	position: relative;
}
.credit_desc h3 span {
	font-size: 64px;
	letter-spacing: -1.6px;
	line-height: 53px;
	text-transform: uppercase;
	padding: 0 20px;
}
.credit_desc h3 span  i{
opacity:0.5;
}
.credit_desc h3.ch1 {
	padding-left: 100px;
}
.credit_desc h3.ch2 {
	padding-right: 100px;
}
.scroll {
  height: 60vh;
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-marquee {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
}

.text {
  padding: 0;
  font-size: 6.4rem;
  display: inline-block;
  margin-right: 2rem;
  font-family: arial;
  font-weight: bold;
}.marque_sec .text-single span {
	line-height: normal;
	font-size: 58.261px;
	font-style: italic;
	letter-spacing: -2.33px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Sometimes Times';
	margin: 0;
	padding: 100px 0;
	position: relative;
}
.marque_sec .text-single span a{
color:#fff;
}
.marque_sec .text-single span div  {
position:relative; 
}
.marque_sec .text-single:before  {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	background:#fff;
	opacity:0.5;
	height:1px;
	content:"";
	top:80px;
	margin:0;
}
.marque_sec .text-single:after  {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	background:#fff;
	opacity:0.5;
	height:1px;
	content:"";
	bottom:80px;
}
.marque_sec .text-single div{position:relative; padding:0 40px;}
.marque_sec .text-single div::before {
	position: absolute;
	left: 0;
	content: "";
	height: 20px;
	width: 20px;
	background: url(../img/toggle_pls.png);
	background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
	margin-top:25px;

}
.marque_sec {
	padding: 50px 0 100px 0;
}



.marque_sec .text-single span img {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display:none;
	top:0;
	bottom:0;
	object-fit:cover;
}
.marque_sec .text-single span:hover img {
	display:block
}



/* 
==================================================
- Oue Services Page Css Here 
==================================================
*/
.service_sec.we_offer.we_offer_b {
	background: url(../img/service_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background:none;	
	margin-bottom:0;
}
  .service_sec.we_offer.we_offer_b::before {
	position: absolute;
	content: "";
	height: 100px;
	background: linear-gradient(#000,transparent);
	width: 100%;
	top: 0;
}
 .service_sec.we_offer.we_offer_b::after {
	position: absolute;
	content: "";
	height: 100px;
	background: linear-gradient(transparent, #000);
	width: 100%;
	bottom: 0;
}
  video {
	width: 100%;
	height: 100%;
	/*object-fit: none;
	 clip-path: circle(700px at 50% 50%); */
	transition: clip-path 0.2s;
	object-position:bottom;
  }
  
  .overlay-circle {
	position: absolute;
	width: 300px;
	height: 300px;
	background: transparent;
	border: 0px solid white; /* Customize the border to your liking */
	border-radius: 50%;
	pointer-events: none; /* Allows mouse events to pass through the overlay */
	transition: transform 0.2s;
  }
.video-container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: unset;
	width: 100%;
	height: 530px;
	border-radius: 50%;
	margin: -5rem auto 0;
	z-index: 1;
	/* max-width: 560px; */
}

.service_sec.srvcs {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 1rem;
    margin-bottom: 90px;
}

.srvc_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.srvc_bg  img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
.we_offer .service_head h2 {
    margin: 70px 0 45px 0px;
}
.service_desc.offr_des , .service_desc2.offr_des {
	max-width: 1298px;
	text-align: center;
	position: relative;
	z-index: 9;

}
.service_desc.offr_des .hiddn_box span {
    text-align: center;
}
.vert_txt .verticle_line.aos-init.aos-animate {
    height: 260px;
}
.vert_txt {
    position: relative;
    margin-bottom: 4rem;
}
.vert_txt h2 {
    font-size: 12px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    position: absolute;
    width: fit-content;
    display: block;
    left: 0;
    right: -26px;
    height: 23px;
    top: 4%;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    font-family: 'DM Sans';
    font-weight: 400;
}
.exp_more .service_desc.explr span {
 
}

.service_desc.explr {
    position: relative;
    padding-bottom: 8rem;
}
.positnd_img1 {
    position: absolute;
    top: 31%;
    left: 14%;
    width: 370px;
    max-width: 100%;
    z-index: -1;
}
.positnd_img2 {
    position: absolute;
    top: 17%;
    right: 14%;
    width: 370px;
    max-width: 100%;
    z-index: -1;
}
img.positnd_img3 {
    position: absolute;
    top: 74%;
    width: 360px;
    right: 22%;
    z-index: -1;
}

.verticle_line.vline.aos-init.aos-animate {
    height: 260px;
}
.service_desc.offr_des.dd .hiddn_box span {
    text-align: center;
    font-size: 60px;
}
.service_desc.offr_des.dd {
    max-width: 100%;
}

.service_sec.exp_more {
	position: relative;
} 

/*
.service_sec.exp_more::before {
	position: absolute;
	content: "";
	width: 100%;
	max-width: 1000px;
	height: 500px;
	bottom: -50%;
	background: url('https://ndvsn.studio/wp-content/uploads/2023/11/explr_bg-1.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	margin: auto;

*/

}
.post_sec.post_sec_right {
	width: 100%;
	flex-direction: row;
	gap: 50px;
}
.small_post_sec.small_post_sec_right {
	max-width: 100%;
	width: 50%;
	order: 2;
}

.credit_sec.credit_sec_left {
	margin-bottom: 0;
	width: 50%;
	text-align: left;
	margin-top: 50px;
}
.credit_sec.credit_sec_left h2::before {
	right: auto;
}
.credit_sec.credit_sec_left .credit_desc {
	max-width: 100%;
}

.credit_sec.credit_sec_left .credit_desc h3::before {
display:none;
}
.credit_sec.credit_sec_left .credit_desc h3 span {
	padding: 0;
	font-size: 48px;
	letter-spacing: -1.329px;
	font-family: 'Sometimes Times';
	line-height: 47px;
	margin: 0;
}

.footer_video {
	position: absolute;
	left: 0;
	bottom: -60px;
	width: 100%;
	right: 0;
	height: 100%;
	z-index:-1;
}
.footer_video video {
	object-fit: cover;
	object-position: bottom;
}
.contact_video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index:-1;

}
.Wlcmto.service_banner_txt {
	margin: 0;
	position: absolute;
	bottom: 70px;
	left: -15%;
	right: 0;
}
.service_banner_txt span {
	font-size: 17px;
	font-style: italic;
}
.Wlcmto.service_banner_upper_txt {
	position: absolute;
	top: 20%;
	max-width: 820px;
	left: 20%;
	right: 0;
	margin: auto;
}

.Wlcmto.service_banner_upper_txt h1 {
	margin: 0 0 30px 0;
}
.service_head_text h2 {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	font-family: 'DM Sans';
	font-style: italic;
	margin: 20px 0 0 0;
}
.service_n .verticle_line {
	height: 125px;
}
.service_n .Hero {
	margin-bottom: 20px;
}
.event_top_sec .img_block {
	margin-left: auto;
	margin-right: 0%;
}
.event_top_sec .Titles h1, .event_center_sec .Titles h1  , .event_right_sec .Titles h1{
	padding: 0 15px; 
}
.event_top_sec .text_blk span {
	font-style: italic;
	font-size: 17px;
}
.event_top_sec , .event_right_sec {
	margin-top: 100px;
}
.event_center_sec {
	margin-top: 100px;
}
.event_center_sec .text_blk span, .event_right_sec .text_blk span {
	font-style: italic;
	font-size: 17px;
}

.event_center_sec {
	position: relative;
}
.event_center_sec .text_blk {
	right: 0;
	margin: auto;
}
.event_right_sec .img_block {
	margin-right: 0;
	margin-left: auto;
}
.hri_line {
	width: 195px;
	background: #fff;
	height: 1px;max-width: 195px;
	margin: 100px auto;
	opacity: 0.5;
	transition: ease 3s ;
}
.impact_desc {
	text-align: center;
}
.impact_desc p {
	font-size: 20px;
	margin: auto;
	font-style: italic;
	max-width: 800px;
}
.service_n .service_desc {
	margin-top: 100px;
}
.service_desc_inner {
	max-width: 800px;
	margin: 80px auto 0 auto;
	margin-bottom: 50px;
	display: grid;
}
.service_desc_inner span {
	font-size: 50px;
	font-weight: 400;
	display: block;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 70px;
	font-family: 'Sometimes Times';
	padding: 0;
}
.service_desc_inner .service_desc_1 {
	width: 80%;
}
.service_desc_inner .service_desc_2 {
	width: 70%;
}
.service_desc_inner .service_desc_3 {
	width: 60%;
}
.service_desc_inner .service_desc_4 {
	width: 80%;
}
.service_desc_inner .service_desc_5 {
	width: 60%;
}
.service_desc_inner .service_desc_6 {
	width: 70%;
}
.service_desc_inner .service_desc_7 {
	width: 80%;
}

.divr {
	float: right;
}
.divl {
	float: left;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.service_n {
	display: inline-block;
	width: 100%;
}
.production_btm_video {
	display: flex;
	width: 100%;
	margin: 40px 0 0 0;
	justify-content:space-between;
}
.production_left_text {
	width: 35%;
	border-bottom: 3px solid rgba(255,255,255,0.5);
	padding-bottom: 20px;
	padding-left: 30px;
}
.production_right_video {
	width: 55%;
}
.production_left_text h1 {
	margin: 0;
}
.production_left_text p {
	font-size: 20px;
}
.production_left_head {
	margin-bottom: 30px;
}
.production_left_head h1 {
	font-size: 60px;
	padding: 0 10px;
}
.production_sec {
	margin-top: 80px;
}
.verticle_line {
	margin-top: 80px;
}
.video_list_bx {
	display: flex;
	width: 100%;
	gap: 20px;
	margin-bottom: 20px;
}
.video_left_bx {
	width: 65%;
}
.video_right_img {
	width: 35%;
}
.pre_btm {
	margin: 40px 0 80px 0;
}.video_list_bx:nth-child(2n) .video_right_img {
	order: -1;
}
.moodboard_sec {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.moodboard_left_txt {
	width: 80%;
}
.moodboard_left_txt p {
	margin: 0;
	font-size: 18px;
	font-style: italic;
}
.moodboard_sec a svg {
	margin-right: 15px;
}
.moodboard_sec a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: -0.42px;
	font-weight:bold;
	color: rgba(255,255,255,0.8);
}
.video_btm_sec {
	margin: 70px 0 100px 0; display:inline-block;
	width:100%;
}
.creative_Development {
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.creative_development_head span {
	font-size: 17px;
	font-style: italic;
	margin-bottom: 40px;
	display: block;
}
.creative_development_text h2 {
	font-size: 50px;
}
.preview_project ul {
	display: flex;
	gap: 20px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.preview_project ul li {
	width: 49%;
}
.preview_project {
	margin: 100px 0 100px 0;
	position: relative;
}
.preview_head {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 750px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	max-height: 165px;
	bottom: 0;
}
.preview_head span {
	font-size: 17px;
	font-style: italic;
	margin-top: 20px;
	display: block;
}
.preview_head h1 {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 60px;
	width: 100%;
	max-width: 400px;
	margin: auto;
}
.preview_head h1:nth-child(2) {
	text-align: right;
}
.collabration_head {
	max-width: 800px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
}
.collabration_head h1 {
	margin: 0 0 20px 0;
	font-size: 50px;
}
.collabration_head p {
	font-size: 17px;
	font-style: italic;
	max-width: 631px;
	margin: auto;
}
.collabration_head span {
	text-align: left;
	display: block;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 10px;
	position: relative;
	left: 90px;
}
.fabrication_img {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}
.fabrication_img h1 {
	padding: 0 15px;
}
.fabrication_img .text_blk {
	left: 0;
	right: auto;
}
.fabrication_img .img_block {
	margin-right: 0;
	margin-left: auto;
}
.fabrication_sec_list li:nth-child(2n) .fabrication_img .img_block {
	margin-right: auto;
	margin-left: 0;
}
.fabrication_sec_list li:nth-child(2n) .fabrication_img .text_blk {
	left: auto;
	right: 0;
}
.fabrication_sec_list li {
	margin-bottom: 100px;
}
.fabrication_img .text_blk span {
	font-size: 17px;
	font-style: italic;
}
.adabtability_img {
	margin: 60px 0 100px 0;
	position: relative;
}
.adabtability_img::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0,0,0,0.1);
}
.adabtability_upper_txt {
	position: absolute;
	top: 10%;
	right: 7%;
}
.adabtability_upper_txt span {
	font-size: 17px;
	font-style: italic;
}
.adabtability_upper_txt {
	position: static;
	top: 0;
	right: 7%;
	max-width: 600px;
	text-align: center;
	margin: auto;
}
.adabtability_btm_txt h1 {
	font-size: 60px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	line-height: 60px;
}
.adabtability_btm_txt span {
	font-style: italic;
	font-size: 17px;
}
.adabtability_btm_txt {
	position: absolute;
	bottom: 80px;
	right: 0;
	max-width: 479px;
	padding-right: 20px;
}
.adabtability_btm_txt::before {
	position: absolute;
	content: "";
	bottom: -30px;
	height: 2px;
	background: rgba(255,255,255,0.5);
	width: 60%;
	right: 0;
}
.adabtability_Sec {
	margin-bottom: 100px;
}
.event_top_sec .img_block, .event_center_sec .img_block, .event_right_sec .img_block{position:relative;}
.service_n .Hero::before , .event_top_sec .img_block::before, .event_center_sec .img_block::before, .event_right_sec .img_block::before{
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0,0,0,0.1);
	top: 0;
	bottom: 0;
}

.service_n .Wlcmto.service_banner_txt {
	margin: auto;
	left: 0;
	max-width: 960px;
	right: 0;
}
.service_n .Wlcmto h1 {
	margin: 0 0 50px 0;
}

.service_n .service_banner_txt span {
font-style: normal;
}
.service_n .Wlcmto.service_banner_txt span {
	max-width: 760px;
	display: block;
	margin: auto;
}
.service_n  .service_head_text h2 {
	text-transform: uppercase;
}
.service_n  .event_top_sec .text_blk, .service_n  .event_right_sec .text_blk {
	right: auto;
	left: 5%;
}
.collabration_img {
	margin-top: 50px;
}
.fabrication_img::before {
	position: absolute;
	left: 0;
	right: ;
	right: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0);
}.post_sec {
	position: relative;
}.post_sec p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: 'Sometimes Times';
	font-size: 52px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: italic;
} 
body.single-post .post_sec p {
	text-transform: unset;

} 
.post_desc {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 800px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	flex-direction: column;
}
.post_desc span {
	display: block;
	font-size: 50px;
	line-height: normal;
	font-family: 'Sometimes Times';
}
.post_desc ul {
	width: 100%;
}

.post_sec .post_desc p {
	position: static;
	font-size: 20px;
	text-transform: unset;
	font-family: 'DM Sans';
	margin: 0;
	display: block;
}
.post_sec.Above {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.post_sec.Above .post_desc {
	position: static;
	order: -1;
	margin-bottom: 20px;
}

.post_sec.Under {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.post_sec.Under .post_desc {
	position: static;margin-top: 20px;
}

.post_sec .Above p {
	position: static;
	margin: 20px 0;
	order: -1;
}

.post_sec .Under p {
	position: static;
	margin: 20px 0;
}


.single-post .post_sec_right {
	font-family: 'DM Sans', sans-serif;
	font-weight: 300;
	flex-wrap: wrap;
padding-left: 10px;
}
.single-post .post_sec_right.Left {
	text-align: left;
}

.single-post .post_sec_right.Right {
	text-align: right;
}
.single-post  .project-text {
	width: 100%;
	color: #fff;
}
.single-post .post_sec.pst_with_cntnt {
	padding-bottom: 30px;
}
.page-template-services-new .fabrication_img .img_block{
max-width: 70%;
}