* {
    box-sizing: border-box;
}

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 1.484;
    color: #000000;
    background: transparent;
    font-weight: 400;
	
}

img {
    display: block;
    max-width: 100%;
}

span {
    font-weight: 700;
}

p {margin: 0 0 30px 0;}

p:last-child {
    margin: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ff7043;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
	color:#124066;

}

h1 {
    font-size: 32px;
    
}

h2 {
    font-size: 48px;
    line-height: 1.23;
/*     margin-bottom: 18px; */
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

section {
    padding: 100px 0;
    position: relative;
}

section.pt-0 {
    padding-top: 0;
}

section.pb-0 {
    padding-bottom: 0;
}

section.p-0 {
    padding-top: 0;
    padding-bottom: 0;
}

/* section.small-padding {
    padding: 100px 0;
} */

input,
textarea,
select {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    padding: 0;
    border: none;
/*     appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none; */
}


/* --- common-css --- */

.button {
    font-size: 14px;
    padding: 10px 28px 9px 28px;
    line-height: 1.484;
    background: #ff7043;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
	border-radius:10px;
}

.button:hover {
    background: #124066;
    color: #fff;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.wrapper {
    width: 69.0625%;
    margin: 0 auto;
    position: relative;
}

/* .wrapper.small {
    max-width: 69.0625%;
} */

.heading-group {
    margin-bottom: 30px;
}

.intro-description {
    margin-bottom: 40px;
}
.animated-overlay {
	overflow: hidden;
	position: relative;
}

.aos-animate.animated-overlay.up:after {
	transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotatex(0deg)
    rotatey(0deg) rotatez(0deg) skew(0deg, 0deg);
}

.aos-animate.animated-overlay.right:after {
	transform: translate3d(101%, 0px, 0px) scale3d(1, 1, 1) rotatex(0deg)
    rotatey(0deg) rotatez(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.aos-animate.animated-overlay:before {
	opacity: 0;
}

.animated-overlay:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: #ffffff;
	opacity: 1;
	transition: 3s all;
	-webkit-transition: 3s all;
	-moz-transition: 3s all;
	-ms-transition: 3s all;
	-o-transition: 3s all;
	transition-delay: 2s;
}

.animated-overlay:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	height: 100%;
	background-color: #000000;
	transform: translate(0, 100%);
	transition: 3s all;
	-webkit-transition: 3s all;
	-moz-transition: 3s all;
	-ms-transition: 3s all;
	-o-transition: 3s all;
	transform-style: preserve-3d;
	transition-delay: 1s;
}

.animated-overlay.right:after {
	transform: translate(-100%, 0);
}





/* HEADER */


.header {
	margin: 0;
	padding: 40px 0;
	position:absolute;
/* 	top:0; */
	width:100%;
	z-index:1;
}

.header-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.header-box a {
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	position:relative;
	z-index:1;
	color:#fff;
}

body.home .header-box a {color:#000;}



.header-box a:hover ,
body.home .header-box a:hover{
	color: #ff7043;
}

.header-box a i {
	margin-right: 10px;
/* 	font-size:20px; */
}

.header-box {
    display: flex;
    align-items: center;
}

.toggle-button {
	background: transparent;
	border: none;
	padding: 0;
	margin-left: 55px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.toggle-button.active span {
	width: 27px !important;
	color: #ffffff;
	background:#ffffff;
}

.toggle-button.active span:nth-child(1) {
	top: 9px;
	transform: rotate(45deg);
	
}

.toggle-button.active span:nth-child(3) {
	top: -9px;
	transform: rotate(-45deg);
}

.toggle-button.active span:nth-child(2) {
	opacity: 0;
}

.toggle-button:hover span , body.home .toggle-button:hover span {
	background: #ff7043;
	width: 27px !important;
}

.toggle-button span {
	width: 27px;
	height: 4px;
	background: #ffffff;
	border-radius: 50px;
	margin-bottom: 5px;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	position: relative;
}

body.home .toggle-button span {background:#000000;}

.toggle-button span:first-child {
	width: 14px;
}

.toggle-button span:nth-child(2) {
	width: 21px;
}

.toggle-button span:last-child {
	margin-bottom: 0;
}

.sticky-logo {
    display: none;
}

/* .sticky .header-logo {
    display: none;
} */


/* .sticky .sticky-logo {
    display: block;
} */
.sticky .header-box a {
    color: #124066;
	
}

.sticky .toggle-button span {
    background: #124066;
}

.sticky .toggle-button.active span {background: #ffff;}

.sticky .header-box a:hover {
    color: #ff7043;
}

.sticky .toggle-button:hover span {
    background: #ff7043;
}

.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	background-color: #ffff;
	width: 100%;
	z-index: 99;
	padding: 0 !important;
	transition: 0.5s all;
	animation: slideDown 0.55s ease-out;
	box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.2);
}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}

.header .wrapper {
	position: unset;
}

.navigation {
	position: fixed;
	inset: 0;
	z-index: 99;
	pointer-events: none;
}

.navigation:not(.active) li {
	transition-delay: 0s !important;
}

.navigation:not(.active) .nav-row {
	opacity: 0;
	visibility: hidden;
}

.navigation.active {
	opacity: 1;
	visibility: visible;
}

.navigation.active .wrapper {
	pointer-events: auto;
}

.navigation.active .line-pattern {
	align-items: flex-end;
}

.navigation.active .line-pattern .line {
	height: 100%;
}

.navigation .line-pattern .line {
/* 	background: #000000; */
	background:#124066;
	border-color: rgba(255, 255, 255, 0.1);
	height: 0;
	top: unset;
	bottom: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.navigation .line-pattern .line:nth-child(2) {
	transition-delay: 0.2s;
}

.navigation .line-pattern .line:nth-child(3) {
	transition-delay: 0.3s;
}

.navigation .line-pattern .line:nth-child(4) {
	transition-delay: 0.4s;
}

.navigation .line-pattern .line:nth-child(5) {
	transition-delay: 0.5s;
}

.navigation .line-pattern .line:nth-child(6) {
	transition-delay: 0.6s;
}

.navigation .wrapper {
	height: 100%;
}

.navigation.active .nav-row li {
	opacity: 1;
	left: 0;
}

.nav-row li {
	position: relative;
	opacity: 0;
	left: -100px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	line-height: 1;
}

.nav-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
}

.nav-row .left-block {
	width: 60%;
}

.nav-row .right-block {
	width: 40%;
}

.nav-row ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav-row ul.menu li {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.nav-row ul.menu li:last-child {
	margin-bottom: 0;
}

.nav-row ul.menu li a {
	color: #fff;
	font-size: 50px;
	line-height: 1;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	display: inline-block;
	transition:0.5s all;
}

.nav-row ul.menu li a span {
	position: relative;
	top: 0;
	transition: top 0.3s ease-in-out;
}

.nav-row ul.menu li a:hover span {
	top: -60px;
 /* Move the character to the top on hover */
	animation: returnFromBottom 1s ease-in-out 0.5s forwards;
/* 	color:#ff7043; */
}

@keyframes returnFromBottom {
	from {
		top: 60px;
	}

	to {
		top: 0;
		color:#ff7043;
	}
}

.company-information {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.company-information li {
	display: block;
	position: relative;
	margin-bottom: 40px;
	padding-left: 40px;
}

.company-information li i {
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	align-items: center;
}

.company-information li:last-child {
	margin-bottom: 0;
}

.company-information li label {
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
}

.line-pattern {
	position: fixed;
	inset: 0;
	display: flex;
	flex-wrap: wrap;
	pointer-events: none;
	z-index: -1;
}

.line-pattern .line {
	border-right: 1px solid #e9e9e9;
	width: 16.66666666666667%;
}

.line-pattern .line:last-child {
	border-right: none;
}

.company-information {
/* 	color:#767676; */
	color:#fff;
}

.company-information a {
/* 	color:#767676;  */
	color:#fff;
	transition:0.5s all;
}

.company-information li a:hover {
/*     color: #ffffff; */
	color:#ff7043;
}


/* .overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 00%, rgba(0,0,0,0) 100%);
	
} */

header.sticky .overlay {
    background: transparent;
}


.header-row .header-box:first-child a {
    background: #fff;
    padding: 18px 28px;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
}


header.sticky .header-row .header-box:first-child a {background:transparent;  border-radius:0; position:unset;}

/* BANNER */
.banner-image {width:100%;}

/* .banner-image img { width:100%; height:auto; object-fit:cover; } */

.hero-banner-row .slick-slide img {width:100%; height:100%; object-fit:cover;}

.hero-banner .heading-group span {color:#FF3332;}

.banner-content {
    width: 43%;
    position: absolute;
    top: 0;
    left: 50%;
	transform:translate(-50% , 0);
	margin-top:200px;
}

.banner-content .heading-group {margin:0;}

/* ABOUT SECTION */
section.about-section{margin-top:-82px;}

/* .about-row {width:68.70286576168929%; background:rgb(253 253 253);} */

.about-row {width:68.70286576168929%;background: #fbfbfb; box-shadow: 0px 0px 27px -7px rgba(0, 0, 0, 0.2);}

.about-inner {padding:100px 163px 73px 100px;}

.about-section .heading-group {width:74.140505%; }

.about-section .heading-group h2 {
/* 	font-weight:300; */
	line-height:1.1; color: #124066;} 

.about-section .button {padding:20px 48px 19px 48px;}

.about-section .intro-description {margin-bottom:69px;}


/* SERVICES SECTION */
section.service-section {padding-bottom:179px;}

.service-section .heading-group h3 {
/* 	font-weight:300;  */
	text-transform:uppercase;
	line-height:1.1;
	color:#124066;
}

.accordian-row {display:flex; margin:0 -5px; width:100%;}

.tabs {
	width: 100%;
    position: relative;
    cursor: pointer;
    clip-path: inset(0 0 0 0 round 15px);
    display: flex;
    align-items: flex-end;
    color: #fff;
    text-decoration: none;
	margin:0 5px;
}


.tabs {
	width:11.53544494720965%;
	transition: ease-in-out .5s width 0s;
}

.tab-img {
	position:absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.tab-content {
	position: relative;
    z-index: 2;
    padding: 40px 55px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out opacity .3s 0s,ease-in-out visibility .3s 0s;
}

.closed-title {
	writing-mode: tb-rl;
    transform: translate(-50%, -50%) rotate(180deg);
    top: 50%;
    left: 50%;
    line-height: 100px;
	position: absolute;
    z-index: 2;
    white-space: nowrap;
    margin: 0;
    opacity: 1;
    transition: opacity ease-in-out .3s .3s;
    font-size: 28px;
	line-height:1.1;
	font-weight:600;
   
}

.tabs.active {
    width: 100%;
    transition: ease-in-out .5s width 0s;
}

.tabs.active .closed-title {
    opacity: 0;
    transition: opacity ease-in-out .3s .5s;
}

.tabs.active .tab-content {
    opacity: 1;
    visibility: visible;
    transition: ease-in-out opacity .3s .8s,ease-in-out visibility .3s .8s;
}

.tab-img .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.78) 65.7%);
}

.tab-content .heading-group h4 {font-weight:600; line-height:1.1; color:#fff;}

.tab-content .heading-group {margin-bottom:23px;}

.tab-content .intro-description {margin-bottom:33px; 
/* 	width:82.796%; */
}

/* CONTENT SECTION */

.card-section .wrapper {position:unset;}

/* .card-content {
	position: absolute;
    top: 0;
    width: 28.49%;
    left: 0;
    transform: translate(-50%, 0);
    border-radius: 0px 0px 328.5px 328.5px;
	right:0;
	margin:0 auto;
    background: #ffff;
	text-align: center; 
	padding:47px 20px 121px 20px;
} */

.card-content {
	position: absolute;
    top: 0;
    width: 33.33%;
    left: 0;
    border-radius: 0px 0px 999px 999px;
    right: 0;
    margin: 0 auto;
    background: #ffff;
    text-align: center;
    padding: 47px 20px 100px 20px;
}

.card-content .heading-group {margin-bottom:58px;}

.card-content .heading-group span {color:#ff7043; font-weight:600;}

.card-content  .button {padding:10px 18px 9px 19px;}

.card-wrap {
	position: absolute;
    bottom: 0;
    left: 0;
/*     transform: translate(-50%, 0); */
}

ul.card-row {
	display:flex;
	width:100%;
/* 	justify-content:center; */
}
li.card-block {
    width: 33.33%;
	transition:ease-in-out .3s background ,ease-in-out .3s ;
		background:rgba(255, 255, 255, 0.50);
}

li.card-block:not(:last-child) {border-right:1px solid #ff7043;}

.card-block-inner {
    padding: 60px 40px 100px 40px;
}

.card-content .heading-group h3 {
	    font-weight: 600;
   		line-height: 1.4;
		color:#124066;
}

.card-block .heading-group h4 {
	line-height:1.4;
	text-transform:uppercase;
}

.card-block .heading-group {transition:0.5s all;}

.card-block .intro-description {opacity:1; transition: ease-in-out .3s opacity;}

.card-block .button {
/* 	opacity:0;  */
	transition: ease-in-out .3s opacity; padding:10px 35px 9px 35px;}
.card-block:hover{
/* 	background:rgba(255, 255, 255, 0.50);  */
	backdrop-filter: blur(12px); 
	-webkit-backdrop-filter:blur(12px);}


.card-block:hover .heading-group h4{color:#ff7043;}

/* .card-block:hover .intro-description {opacity:1;} */

/* .card-block:hover .button{opacity:1;} */

/* BUILD WITH US SECTION */
.build-section .heading-group h3 {text-transform:uppercase; color:#124066;}
.build-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.build-block {
    width: 50%;
    padding: 0 15px;
	position:relative;
	margin:15px 0;
}


.build-block a {
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
}

.build-content {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.build-content .icon {
    margin-right: 30px;
	transition:0.5s all;
}
.build-content .heading-group {margin:0;}
.build-content .heading-group h5 {font-weight:600; color:#124066;}


.build-img img {width:100%; height:auto; object-fit:cover;}

/* PARTNERS SECTION */

section.partners-section {background:#F3F3F4; padding-bottom:60px;}

.partners-content {width:48.869%;}

.partners-content .heading-group h3 {text-transform:uppercase;}

.partners-content .intro-description {margin-bottom:86px;}

.partners-content .intro-description p {line-height:1.8;}


.partner-wrap {padding-top:30px;}

.partner-wrap .slick-slide {margin:0 15px; 
/* 	width:362px; */
}

/* .slide {background:#fff; border-radius:50px; padding:53px 89px 52px 89px;} */

.slide img {
    margin: 0 auto;
}


/* PROCESS SECTION */

section.process-section {
    padding: 139px 0 200px 0;
}
.process-content .heading-group h3 {text-transform:uppercase; color:#124066;}
.process-wrap {
	background: #F3F3F4;
    border-radius: 25px;
    padding: 90px 90px 74px 90px;
	position:relative;
}

.process-content {
	width:57.27%;
}


.process-row {display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 0 0 -30px; }
.process-block {width:148px; position:relative; text-align:center;}
/* .process-block-inner {text-align:center;} */

.process-number {
    width: 82px;
    height: 82px;
/*     background: #FD3132; */
	background:#ff7043;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
	transition:0.5s all;
}

.process-number:hover {background:#124066;}

.process-wrap:before {
	content:"";
	position:absolute;
	background:url(https://trident-constructions.com.au/wp-content/uploads/2023/11/Line-354-edit.png);
	bottom:169px;
	width:100%;
	height:1px;
	left:0;
	
}



.process-block:not(:last-child)::after {
    content: "";
    position: absolute;
	right:-20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent #ff7043 transparent;
    transform: rotate(90deg);
    top: 33px;
}



.process-details {margin-top:14px;}


.process-details p {
	font-size: 14px;
	line-height: 1.4;
}

.process-number span {
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}



/* PROJECT SECTION */


section.project-section {
	overflow-x:hidden;
/* 	padding-bottom:264px; */
}

.project-section .heading-group h3 {text-transform:uppercase; color:#124066;}

.project-slide {
	position: relative;
    clip-path: inset(0 0 0 0 round 15px 15px 15px 15px);
    transition: ease-in-out .3s clip-path .1s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 527px;
    width: 434px;
	cursor:pointer;
}

.project-image {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scale: 1;
    transition: ease-in-out scale 5s;
}

.project-image:before {
	content: "";
    background: rgba(0, 0, 0, 0.37);
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.project-content {
	position: relative;
    z-index: 2;
    padding: 0 0 50px 45px;
    display: flex;
    flex-direction: column;
	color:#ffffff;
}
.project-content .heading-group {margin-bottom:12px;}
.project-content .heading-group h4 {font-weight:600; line-height:1.1; color:#fff;}

.project-content .intro-description {margin:0;}
.project-content .intro-description p {font-size:16px;}

.project-button {
	position: relative;
    z-index: 2;
    margin-bottom: -68px;
    transition: ease-in-out .3s margin-bottom;
}

.project-button .button {width:100%; clip-path: inset(0 0 0 0 round 0); padding:23px 0; border-radius:0;}


.project-slide:hover {
    clip-path: inset(0 0 0 0 round 217px 217px 15px 15px);
}

.project-slide:hover .project-image {
    scale: 1.2;
}

.project-slide:hover .project-button  {margin-bottom:0;}

.project-row .slick-slide {
    margin: 0 15px;
}

.project-row  .slick-list {
    overflow: unset;
}

.project-row {display:flex; flex-wrap:wrap;}

.project-row .slick-list.draggable {order:-1;}

button.slick-arrow {
    margin-top: 57px;
}

.slick-next, .slick-prev {background:transparent; position:unset; color:#000;}

.slick-prev {margin-right:20px;}

.slick-next:hover:before ,.slick-prev:hover:before {color:#ff7043;}

.slick-prev:before {
    content: '\f177';
    font-family: "Font Awesome 6 Free";
	font-weight:600;
    color: #124066;
    opacity: 1;
    font-size: 25px;
	transition:0.3s all;
}

.slick-next:before {
    content: '\f178';
    font-family: "Font Awesome 6 Free";
	font-weight:600;
    color: #124066;
    opacity: 1;
    font-size: 25px;
	transition:0.3s all;
}


/* FOOTER */

/*  .site-footer {background:#F3F3F4;} */

.footer .wrapper {position:unset;}

.footer-logo a {
	position: absolute;
    display: flex;
    padding: 77px 67px 77px 0;
    transition: ease-in-out .3s transform;
    width: 30.9639%;
    justify-content: end;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.09);
	border-radius:0 999px 999px 0;
	transform:translate(-20px, -50%);
	transition:0.5s all;
	top:0;
	left:0;
}



.footer-logo a:hover {
	transform:translate(-10px, -50%);
}

.footer {
	background: #F3F3F4;
	color: #000000;
	padding: 142px 0 78px 0;
	position:relative;
	margin-top:100px;
}

/* .footer-logo {
	margin-bottom: 52px;
} */

.footer-row {
	display: flex;
  	flex-wrap: wrap;
	justify-content: space-between;

}

.footer-row .right-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .company-information label {
    font-weight: 400;
    line-height: 2.4;
    color: #000;
}

.footer-menu ul li:nth-child(1) a {
	padding-left: 0;
}

.footer-row .company-information {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-row .company-information  { margin-bottom:-40px }
.footer-row .company-information li {
	padding: 0;
	width: 50%;
}

.ft-list-icon {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
	justify-content:center;
}

.ft-list-icon a {
	font-size: 16px;
	color: #fff;
	border-radius: 50% 50% 50% 50%;
	transition: all 0.3s;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.ft-list-icon a:first-child {
	background: #25d366;
}

.ft-list-icon a:nth-child(2){
	background: #6a6868;
}
.ft-list-icon a:nth-child(3){
	background: #3b5998;
}

.ft-list-icon a:nth-child(4){
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);;
}

.ft-list-icon a:nth-child(5){
	background: #0a66c2;
}

.ft-list-icon a:last-child {
	background: #cd201f;
}

.footer-menu {
	margin-top: 88px;
}

.footer-menu ul {
	display: flex;
	justify-content: center;
}

.footer-menu ul li a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4;
	padding: 0 15px;
	transition: 0.5s all;
}

.footer-menu ul li:not(:last-child) {
	border-right: 1px solid #000;
}

.footer .company-information li a ,.footer .company-information label ,.footer .company-information p {color: #000000; transition:0.5s all;}

.footer .company-information li p:hover , .footer-menu li a:hover{color: #FF3332;}


.copyright-text {padding:22px 0; background:#124066;}

.copyright-text p {
	color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 2.4;
	text-align:center;
}

.ft-list-icon a:hover {
    transform: translateY(-8px);
}

.footer-row .left-block {width:75%;}

.footer-row .right-block {width:24%;}


/* ENQUIRY SECTION */
section.enquiry-section {overflow:hidden;}

.enquiry-img {width:100%;}

.enquiry-img img {width:100vw; max-width:unset; float:right;object-fit:cover;}

.enquiry-row {
	position: absolute;
    top: 90px;
/*     left: 50%; */
/*     transform: translate(-50% , 0); */
    width: 33.7%;
    text-align: center;
    padding: 100px 75px;
/*     backdrop-filter: blur(5px); */
/*     background: rgba(255, 255, 255, 0.75); */
    border-radius: 50px 50px 0 0;
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	left:0;
	right:0;
	margin:0 auto;
}

.enquiry-block .heading-group {margin-bottom:28px; }

.enquiry-block .heading-group h3{font-weight:600; line-height:1.1; color:#124066;}


.enquiry-block .intro-description p {line-height:1.8;}

 @keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}


section.card-section {
	position:relative;
	overflow-x:hidden;
}

@keyframes revealWhyIn {
    0% {
        clip-path: inset(0 90% 90% 90% round 999px 999px 999px 999px)
    }

    60% {
        clip-path: inset(0 0% 0% 0% round 999px 999px 999px 999px)
    }

    100% {
        clip-path: inset(0 0% 0% 0% round 0px 0px 0px 0px)
    }
}

@keyframes revealWhyOut {
    0% {
        clip-path: inset(0 0% 0% 0% round 0px 0px 0px 0px)
    }

    60% {
        clip-path: inset(0 70% 70% 70% round 999px 999px 999px 999px)
    }

    100% {
        clip-path: inset(0 90% 90% 90% round 999px 999px 999px 999px)
    }
}

/* .card-section>.inner .card-img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%
} */


.card-img {width:100%;}

.card-img img {max-width:unset; width:100vw; 
	height:100%;
	object-fit:cover;}

.card-section>.inner .card-img:before {
    content: "";
    background: rgba(0,0,0,.2);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}
.card-section>.inner.aos-init .card-img {
    animation-name: revealWhyOut;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-delay: 0s
} 

.card-section>.inner.aos-animate .card-img {
    animation-name: revealWhyIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-delay: 0s
}




/* .card-section>.inner .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.card-section>.inner .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
} */
img.placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
}
img.placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
}
img.placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
}

img.lazy {
    opacity: 0;
    transition: opacity ease-in 0.3s 0.3s;
}

img.visible {
    opacity: 1;
}


.card-section>.inner.aos-init .card-content {
    opacity: 0;
    transition: ease-in-out .3s all 0s;
    transform: translateY(-40px);
}

.card-section>.inner.aos-animate .card-content {
    opacity: 1;
    transition: ease-in-out .3s all 1.3s;
    transform: translateY(0px);
}

.scrolltotop {
/* 	background: #F3F3F4; */
	background:#ff7043;
    border: 1px solid transparent;
    bottom: 0;
    display: block;
    font-size: 20px;
    height: auto;
    position: fixed;
    right: 10%;
    text-align: center;
    z-index: 99;
    max-width: 80px;
    border-radius: 999px 999px 0 0;
    
}
.scrolltotop a {display:flex; flex-direction:column; height:100%; color:#fff; padding: 35px 18px; align-items:center;}

.scrolltotop a span {
	margin-top: 7px;
    opacity: 0;
    margin-bottom: -100px;
    transition: ease-in-out margin-bottom .3s,ease-in-out opacity .3s;
}

/* .scrolltotop a:hover {
    background: #fff;
    color: #000;
} */


.scrolltotop a:hover span {
    opacity: 1;
    margin-bottom: 0;
}

.build-block:hover .build-content .icon {
	margin-left:15px;
	margin-right:15px;
	
}
section.design-collection {overflow:hidden;}

section.design-collection  {text-align:center;}

.design-collection-content {text-align:center; 
/* 	margin-bottom:30px; */
}

.design-collection-content .heading-group h3 {text-transform:uppercase; color:#124066;}

.collection-row {
    margin: 100px 0;
}

.collection-row .slick-list {
    overflow: visible;
	padding:0 !important;
}



.collection-row .slick-slide {
    padding: 0 15px;
	
}

.collection-img {
    width: 100%;
    background-color: rgba(0,0,0,.05);
    clip-path: inset(0 0 0 0 round 16px 16px 16px 16px);
/*     aspect-ratio: 16/9; */
    position: relative;
    height: 100%;
}



.collection-slide {
    transition: ease-in-out all .5s 0s;
    position: relative;
}

.collection-row  .slick-slide .collection-slide  {
    transform: scale(0.7) translate(0px);
    opacity: .4
}

.collection-row  .slick-slide.slick-center+.slick-slide .collection-slide {
    transform: scale(0.9) translate(90px);
    z-index: 10;
    opacity: .8
}

.collection-row .slick-center+.slick-slide+.slick-slide .collection-slide {
    transform: scale(0.7) translate(0px);
    z-index: 5;
    opacity: .4
}


.collection-row .slick-slide.slick-active .collection-slide {
    transform: scale(0.9) translate(-90px);
    opacity: 0.8;
}


.collection-row .slick-slide.slick-active.slick-center .collection-slide {
    transform: scale(1.5);
    z-index: 30;
    opacity: 1;
}

.collection-row .slick-slide.slick-active.slick-center .collection-slide .collection-img {
	 clip-path: inset(0 0 0 0 round 16px 16px 16px 16px);
}


.collection-slide-content .heading-group {margin-bottom:0;  text-align:center;}

.collection-slide-content .heading-group h6 {color:#fff; font-weight:600;}

.collection-slide-content {
/* 	background: #000; */
	background:#124066;
/*     color: #fff; */
    border-radius: 0 0 16px 16px;
	opacity:0;
	transition:0.5s all;
	padding:5px 0;
	position:absolute;
	bottom:0;
	width:100%;
}

.collection-row .slick-slide.slick-active.slick-center .collection-slide .collection-slide-content {opacity:1;}

.slick-slide li.card-block {border:none;}

/* ENQUIRY-PAGE-CSS */

section.inner-banner-section .heading-group {
    margin: 0;
}

section.inner-banner-section .heading-group h2 {color:#fff; text-transform:uppercase;}

.left-part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-two{
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        background-color: rgb(0 0 0 / 40%);

} 
.right-part{

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: white;
		width:max-content;

}

.enquiry-page-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.enquiry-page-row .content-part{
    width: 47.7325%;
}

.enquiry-page-row .enquiry-form{
    width: 44.0116%;
}

.contact-form .inputbox input,
.contact-form .inputbox textarea,
.contact-form .inputbox select {
	width: 100%;
	padding: 20px;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	background: rgba(255, 255, 255, 0.3);
	text-transform: capitalize;
}

.contact-form .inputbox textarea {
	height: 200px;
}

.inputbox select {
    margin-bottom: 0;
}

.contact-form .button {
    margin-top: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fd3132;
}
/* ABOUT-US-PAGE-CSS */

.about-us-image img{
    width: 90%;
    margin: auto;
	border-radius: 300px 300px 0 0;
	height:auto;
}

.about-content {
    margin-top: -200px;
    padding:30px;
    background: #fff;
    box-shadow: 0px 0px 27px -7px rgba(0, 0, 0, 0.2);
}



.vision-section{
    background: #000000;
    margin-top: -100px;
    z-index:-1;
}
.vision-row{
    padding: 50px 0 50px 0;
    color: #ffffff;
}

.vision-row .heading-group h3 {color:#fff;}

.vision-row .intro-description ,.value-one .intro-description ,.about-content .intro-description {margin-bottom:0;}

.value-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -10px;
}

.value-one-content .heading-group{
	margin-bottom:10px;
}

.value-one{
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
}
.value-one-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom:30px;
}
.value-icon {
    padding-right: 20px;
    margin-top: 6px;
}
.value-icon i{
	font-size:26px;
}

/* contact-page */

.contact-section-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-detail {
    width: 40%;
    padding: 0 50px;
    margin: 30px 0;
}
.map{
    width: 55%;

}
.responsive-iframe {
    padding-top: 100%;
    position: relative;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	border-radius:20px;
}
.contact-info, .contact-info a {
    display: flex;
    align-items: center;
}
.contact-info i{
	padding-right:20px;
	color:#124066;
}
.contact-info{
    margin-bottom: 30px;
}

/* SERVICE-PAGE-CSS */
.service-page-section .wrapper.small{
    width: 100%;
}
.service-page-row{
    overflow: hidden;
}
.service-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    transition: ease-in-out .3s;
    overflow: hidden;
    flex-direction: row;
    margin-bottom: 100px;
}
.service-one:nth-child(2),.service-one:nth-child(4){
    flex-direction: row-reverse;

}
.service-image-block{
    width: 48%;
}
.service-image-block img{
    width: 100%;
    height: 500px;
/* 	height:100%; */
    object-fit: cover;
    border-radius: 0% 400px 400px 0%;
    
}
.service-one:nth-child(2) img,.service-one:nth-child(4) img{
    border-radius:  400px 0 0 400px;

}
.service-content{
    width: 48%;
    margin: auto;
}

/* build-page */
.accordian-part {
	border-top: 1px solid;
}

.accordian-part:last-child {
	border-bottom: 1px solid;
}

.accordion {
	font-size: 28px;
	text-align: left;
	padding: 30px;
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	color: #000;
}

.accordion-content {
	display: none;
	padding: 30px;
}

.accordion-content ul {
	margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

.accordion-content ul li {
	font-weight: 400;
	list-style: disc;
}

.accordion-content p {
	margin-top: 0;
}

.accordion-icon {
	position: relative;
	display: flex;
	width: 70px;
	height: 70px;
	padding: 15px;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	border: 1px solid #d3d4d4;
	border-radius: 100%;
	transition: 0.5s;
}

.icon-line-static {
	width: 100%;
	height: 2px;
	background-color: #000;
}

.icon-line {
	position: absolute;
	top: 15px;
	bottom: 15px;
	width: 2px;
	height: auto;
	background-color: #000;
}

.accordion-icon:hover {
	border-color: #2f3330;
	transform: rotate(180deg);
}

/* Project-page */

.image-box-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    align-items: center;
}

.image-item {
    width: 33.33%;
    padding: 0 15px;
	margin:15px 0;
}

.image-box-row .image-item .img {
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
	border-radius:15px;
}

.image-box-row .image-item .img img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.image-box-row .image-item:hover .img {
	transform: scale(0.95);
}

.image-box-row .image-item:hover .img img {
	transform: scale(1.1);
}

.image-item .image-content {
    padding: 20px 40px;
    text-align: left;
}

.image-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.image-box {
    width: 33.33%;
    padding: 15px;
}

.image-box-wrap img {
    width: 100%;
    border-radius:15px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 500px;
}

section.our-partners {padding-bottom:130px;}


/* 404 page */

.error-404 img {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	height:auto;
	object-fit:cover;
}