@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap');
/*
font-family: "Roboto", sans-serif;
*/


/* @font-face {
    font-family: 'Nord-Regular';
    src: url('../fonts/Nord-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Nord-Book';
    src: url('../fonts/Nord-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Nord-Light';
    src: url('../fonts/Nord-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Nord-Medium';
    src: url('../fonts/Nord-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nord-MediumItalic';
    src: url('../fonts/Nord-MediumItalic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'NordBook';
    src: url('../fonts/NordBook.eot');
    src: url('../fonts/NordBook.eot') format('embedded-opentype'),
         url('../fonts/NordBook.woff2') format('woff2'),
         url('../fonts/NordBook.woff') format('woff'),
         url('../fonts/NordBook.ttf') format('truetype'),
         url('../fonts/NordBook.svg#NordBook') format('svg');
	font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nord-Black';
    src: url('../fonts/NordBlack.eot');
    src: url('../fonts/NordBlack.eot') format('embedded-opentype'),
         url('../fonts/NordBlack.woff2') format('woff2'),
         url('../fonts/NordBlack.woff') format('woff'),
         url('../fonts/NordBlack.ttf') format('truetype'),
         url('../fonts/NordBlack.svg#NordBlack') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nord-Regular';
    src: url('../fonts/NordRegular.eot');
    src: url('../fonts/NordRegular.eot') format('embedded-opentype'),
         url('../fonts/NordRegular.woff2') format('woff2'),
         url('../fonts/NordRegular.woff') format('woff'),
         url('../fonts/NordRegular.ttf') format('truetype'),
         url('../fonts/NordRegular.svg#NordRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NordBold';
    src: url('../fonts/NordBold.eot');
    src: url('../fonts/NordBold.eot') format('embedded-opentype'),
         url('../fonts/NordBold.woff2') format('woff2'),
         url('../fonts/NordBold.woff') format('woff'),
         url('../fonts/NordBold.ttf') format('truetype'),
         url('../fonts/NordBold.svg#NordBold') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nord-Medium';
    src: url('../fonts/NordMedium.eot');
    src: url('../fonts/NordMedium.eot') format('embedded-opentype'),
         url('../fonts/NordMedium.woff2') format('woff2'),
         url('../fonts/NordMedium.woff') format('woff'),
         url('../fonts/NordMedium.ttf') format('truetype'),
         url('../fonts/NordMedium.svg#NordMedium') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NordMediumItalic';
    src: url('../fonts/NordMediumItalic.eot');
    src: url('../fonts/NordMediumItalic.eot') format('embedded-opentype'),
         url('../fonts/NordMediumItalic.woff2') format('woff2'),
         url('../fonts/NordMediumItalic.woff') format('woff'),
         url('../fonts/NordMediumItalic.ttf') format('truetype'),
         url('../fonts/NordMediumItalic.svg#NordMediumItalic') format('svg');
	font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nord-Light';
    src: url('../fonts/NordLight.eot');
    src: url('../fonts/NordLight.eot') format('embedded-opentype'),
         url('../fonts/NordLight.woff2') format('woff2'),
         url('../fonts/NordLight.woff') format('woff'),
         url('../fonts/NordLight.ttf') format('truetype'),
         url('../fonts/NordLight.svg#NordLight') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NordThin';
    src: url('../fonts/NordThin.eot');
    src: url('../fonts/NordThin.eot') format('embedded-opentype'),
         url('../fonts/NordThin.woff2') format('woff2'),
         url('../fonts/NordThin.woff') format('woff'),
         url('../fonts/NordThin.ttf') format('truetype'),
         url('../fonts/NordThin.svg#NordThin') format('svg');
	font-weight: normal;
    font-style: normal;
}

:root {
    --theme-color: #2B572A;
    --black: #21293C;
    --white: #fff;
    --paragraph: #444444;
    --tag: #D48153;
    --bg1: #FBE4DC;
    --bg2: #FFD3B4;
    --bg3: #FDEEE2;
    --footer_bg: #21293C;
    --media_hover: #D48153;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nord-Book';
}

::selection {
    background-color: #B24226;
    color: #fff;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nord-Medium';
    margin: 0;
    padding: 0;
}

p {
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}

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

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-70 {
    padding: 70px 0;
}

.title1 h1 {
	font-family: 'Nord-Medium';
	font-size: 48px;
	color: var(--white);
	line-height: normal;
	text-transform: uppercase;
	font-style: italic;
	padding: 0 15px;
}
.title1 h1 span {
    font-family: 'Nord-Light';
	font-style: normal;
}

.title2 h2 {
    font-size: 100px;
    color: var(--black);
    margin: 0 0 10px;
    position: relative;
    line-height: normal;
}

.title3 h3 {
	font-family: 'NordMediumItalic';
	font-size: 60px;
	color: #EC783C;
	margin: 15px 0;
	transition: 0.6s;
	line-height: 50px;
	display: flex;
	flex-direction: column;
	text-transform: uppercase;
	position: relative;
	display: inline-flex;
/* 	font-style: italic; */
	--lineScale: 0;
	padding-right: 5px;
}

.title3 h3 span {
    font-family: 'NordThin';
    position: relative;
    overflow: hidden;
	font-style:normal;
}

.title3 h3:before {
    content: "";
    position: absolute;
    top: 40px;
    right: 5px;
    width: 167px;
    height: 3px;
    background-color: #EC783C;
    transform-origin: right center;
    transform: scaleX(var(--lineScale));
}

.title4 h4 {
    font-size: 40px;
    color: #FAEBDE;
    transition: 0.6s;
}

.title5 h5 {
    font-family: 'Nord-Medium';
    font-size: 26px;
    color: #26B065;
    margin: 0;
    transition: 0.6s;
    line-height: 32px;
}

.title6 h6 {
    font-size: 16px;
    color: var(--paragraph);
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.6s;
}

.btn01 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 14px 30px;
    text-align: center;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Nord-Book';
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    transition: 0.6s;
}

.btn01:hover {
    background-color: var(--green);
    ;
   color: var(--white);
}

@keyframes sheen
    50%
    -webkit-transform: translateY(-10%)
    transform: translateY(-10%)
    color: #eee;

.nav-menu > li > a:hover {
    color: #EC783C;
}

/*// backToTop //*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: linear-gradient(to bottom, #f5d4b8, #b24226);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(255 255 255 / 89%);
    transition: 0.6s;
}

#backToTop .fa-arrow-up {
    font-size: 18px;
    color: #fff;
    top: -1px;
    position: relative;
}

#backToTop:hover {
    background-color: #f15c5a;
    transform: scale(1.1);
}

#backToTop:hover svg {
    transform: translateY(-3px);
}
/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    font-family: "Outfit", sans-serif;
    text-decoration: none;
}

.text_tag h6 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: var(--tag);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
}



/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
	box-shadow: none;
	padding: 50px 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}

.headerarea .logo {
	width: 100%;
	max-width: 200px;
	position: relative;
	display: inline-block;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 91;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background-color: #07163099;
    padding: 10px 0;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
	width: 100%;
	height: 100vh;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
	z-index:1;
}
.banner_sec::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: -1;
	width: 100%;
	height: 30vh;
	opacity: 0.5;
}
.banner_sec .container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}


/* ======================================================================= */
    /* weare_sec start */
/* ======================================================================= */
.weare_sec {
	width: 100%;
	background-color: #071630;
	padding-bottom: 160px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.weare_sec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 126%;
	background-image: url(../images/shadow11.png);
	background-position: center left;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	/* animation: multiGlowBlur 5s ease-in-out infinite, moveImg 6s ease-in-out infinite; */
}
/* @keyframes multiGlowBlur {
    0% {
        filter: drop-shadow(0 0 12px #B24226) blur(0px);
    }
    33% {
        filter: drop-shadow(0 0 18px #26B065) blur(2px);
    }
    66% {
        filter: drop-shadow(0 0 22px #AB82BA) blur(4px);
    }
    100% {
        filter: drop-shadow(0 0 12px #B24226) blur(0px);
    }
}

@keyframes moveImg {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
} */

.weare_sec_in {
    margin-top: 50px;
}

.weare_sec_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 120px;
	margin-bottom: 110px;
	justify-content: end;
	align-content: end;
	justify-items: end;
}
.weare_sec_grid .weare_sec_card:nth-of-type(2n) {
	max-width: 376px;
}
.weare_sec_card {
    width: 100%;
}

.weare_sec h4 {
	font-family: 'Nord-Medium';
	font-size: 48px;
	color: #FAEBDE;
}
.weare_sec h5 {
	font-family: 'Nord-Regular';
	font-size: 32px;
	color: #26B065;
	margin: 0 0 20px;
	line-height: 28px;
}

.weare_sec_card p {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.weare_sec_card:nth-child(2) h5 {
    color: #AB82BA;
}

.weare_sec_card:nth-child(3) h5 {
    color: #C44A5E;
}

.weare_sec_card:nth-child(4) h5 {
    color: #38B5D6;
}

.weare_sec .explore-button::before {
    background-color: #071630;
}

.weare_sec .explore-button{
	position:relative;
	right:-100px;
	
}

/**/
.explore-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: white;
	padding: 12px 16px 12px 15px;
	cursor: pointer;
	text-decoration: none;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	transition: all 0.3s ease;
	margin-left: auto;
	float: right;
	cursor: pointer;
	font-family: 'Nord-Black';
}

.explore-button::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: white;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    z-index: -1;
}

.explore-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D84315;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    z-index: -2;
}

.explore-button:hover {
    background: #D84315;
}

.explore-button:hover::before {
    background: #071630;
}
.explore-button:hover .button-text {
    color: white;
}

.explore-button:hover .arrow svg path {
    stroke: white;
}

.button-text {
	color: #D84315;
	font-size: 20px;
	letter-spacing: normal;
	transition: color 0.3s ease;
	line-height: 1;
	font-family: 'Nord-Black';
	background: transparent;
	border: none;
}

.arrow {
	display: flex;
	align-items: center;
	
}
.arrow img {
   
}

.arrow svg path {
    transition: stroke 0.3s ease;
}
      
        /* Notch Style - Top Right & Bottom Left */
.notch-button {
    margin-left: auto;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 10px, 100% 100%, 30px 100%, 0 calc(100% - 10px));
}

.notch-button::before {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 10px, 100% 100%, 30px 100%, 0 calc(100% - 10px));
}

.notch-button::after {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 10px, 100% 100%, 30px 100%, 0 calc(100% - 10px));
}
/**/

/* ======================================================================= */
    /* our_service start */
/* ======================================================================= */
.our_service {
	width: 100%;
	position: relative;
	padding: 0 0 120px;
	/* background: linear-gradient(to bottom right, #b24226, #291b17); */
	z-index: 1;
	/* background: #E0B5A8; */
	background: linear-gradient(315deg, #E0B5A8 -7%, #B24227 50%);
}

/*.our_service {
    width: 100%;
    position: relative;
    padding: 0 0 300px;
    background: linear-gradient(268deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
}*/

.our_service .container {
    position: relative;
    z-index: 1;
}

.our_service::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	width: 60%;
	height: 600px;
	background-image: url(../images/after1.png);
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}

.our_service .title3 h3 {
    color: #071630;
}

.our_service .title3 h3:before {
    background-color: #071630;
}

.our_service_in {
    margin-top: 50px;
}

.our_service_grid {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    width: 100%;
    border-top: 1px solid #D0A790;
    padding-top: 25px;
    /*background-color: var(--bg2);
    position: sticky;
    top: 225px;*/;
}

.our_service_grid a {
    font-family: 'Nord-Regular';
    font-size: 34px;
    color: var(--black);
}

.our_service_gridcard {
    width: 100%;
}

.service_gridcard_pic {
    width: 30%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 1;
}

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

.our_service_gridcard:nth-child(2) {
    grid-column: span 2;
}


/*@media (max-width: 767px) {
    .our_service_grid {
        grid-template-columns: 1fr;
    }
    .our_service_gridcard:nth-child(2) {
        grid-column: span 1;
    }
}*/

.our_service .title5 h5 {
    font-size: 20px;
    color: #ffffff;
    transition: 0.6s;
}

.accordion-item {
    border: none;
    margin: 0;
    background-color: transparent;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--black);
    background-color: transparent;
}

.accordion-button {
    padding: 20px;
    font-size: 24px;
    color: #fff !important;
}

.accordion-button span {
    color: var(--black);
    margin-right: 10px;
}

.accordion-body {
    padding: 0 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.accordion-body p {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.accordion-button::after {
    display: none;
    background-color: #ececec;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: 8px 8px;
    background-size: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-color: #EAFDE9;
}

.accordion-item {
    border-radius: 0px;
    overflow: hidden;
    border-top: 1px solid #C9C9C9 !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion-item:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*.accordion_pic {
    width: 100%;
    height: 140px;
    flex-basis: 210px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.accordion_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.accordion-item:hover .accordion_pic img {
    transform: scale(1.1);
}*/

.accordion-button {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.accordion-buttonpic {
    width: 100%;
    height: 180px;
    flex-basis: 35%;
    flex-shrink: 0;
}

.accordion-header h4 {
    font-size: 22px;
    flex-basis: 400px;
    flex-shrink: 0;
}

.accordion-header p {
    flex-basis: 400px;
    flex-shrink: 0;
}

.service_gridcard_pic2 {
    width: 380px;
    height: 100px;
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 1;
    -webkit-clip-path: polygon(0% 100%, -0.04% 30.03%, 100.07% -0.35%, 100% 100%);
    clip-path: polygon(0% 100%, -0.04% 45.03%, 100.07% -0.35%, 100% 100%);
    transition: height 0.5s ease-in-out;
}

.service_gridcard_pic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.service_gridcard_pic2:hover img {
    transform: scale(1.1);
}

.servicedetail {
	width: 100%;
	position: relative;
	background: none;
	background-color: #f0b58d;
	padding: 80px 0;
	padding-top: 109px !important;
	padding-bottom: 1px !important;
}

.servicedetail:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape12.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.servicedetail:before {
    display: none;
}

.servicedetail .accordion-header h4, .servicedetail .accordion-header p {
    color: #071630;
}

.servicedetail .our_service_in {
    margin-top: 0;
}

.servicedetail .accordion-item {
    border-radius: 0px;
    overflow: hidden;
    border-top: 1px solid #354174 !important;
}

.accordion-button:not(.collapsed) .service_gridcard_pic2 {
    opacity: 1;
    height: 326px;
    clip-path: border-box;
}

/* .our_service  .accordion-collapse.collapse {
    position: relative;
    margin-top: -97px;
    z-index: 1;
} */

/*.accordion-collapse.show .service_gridcard_pic2 {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}*/




.our_service .explore-button::after {
    background: #839DD1;
}
.our_service .explore-button::before {
    background: #839DD1;
}
.our_service .button-text {
	color: #071630;
}
div#accordionExample {
    margin-bottom: 60px;
}

/* ======================================================================= */
    /* portfolio_sec start */
/* ======================================================================= */
/*.portfolio_sec {
    width: 100%;
    height: 100%;
    background-color: #f5d4b8;
    background-image: url(../images/shape11.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 100px;
    z-index: 1;
}*/

.portfolio_sec {
    width: 100%;
    height: 100%;
    background-color: #f5d4b8;
/*     background-image: url(../images/shape11.png);
    background-position: 25% 46%; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0 0 100px;
    z-index: 1;
}

/* .portfolio_sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: -150px;
    background-color: #f8e2d0;
    width: 960px;
    height: 330px;
    -webkit-clip-path: polygon(0% 99.2%, 0.04% 0.03%, 100.07% -0.35%, 100.08% 83.20%);
    clip-path: polygon(0% 86.2%, 0.04% 0.03%, 97.57% 48.74%, 100.08% 83.2%);
} */
.portfolio_sec::before {
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 820px;
	background-image: url(../images/after2.webp);
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	pointer-events: none;
}

.portfolio_sec .title3 h3 {
    color: #B24226;
}

.portfolio_sec .title3 h3:before {
    background-color: #B24226;
}

.portfolio_sec .container {
    position: relative;
    z-index: 11;
}

/*.portfolio_sec:before {
    content: "";
    position: absolute;
    top: -290px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape11.png);
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}*/

.portfolio_in {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1600px;
    margin: auto;
}
.portfolio_pic a {
    width: 100%;
    display: flex;
}
.portfolio_pic a img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.portfolio_pic {
    width: 100%;
    height:auto;
    position: relative;
    display: flex;
    overflow: hidden;
    /*-webkit-clip-path: polygon(0% 100%, 0% 45%, 72.79% 0.00%, 100% 30%, 100% 100%);
    clip-path: polygon(0% 100%, 9.14% 2.58%, 110.19% 0.81%, 100.05% 100.48%, 100% 100%);*/
    /*transform: skew(-20deg);*/;
	border:1px solid #0000;
}
.portfolio-carousel .owl-item.active.center .portfolio_pic:after{
	display:none;
}
/* .portfolio_pic::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	left: 0px;
	top: 0;
	z-index:2;
	opacity:0.9;
} */
.portfolio_pic img {
    width: 100%;
    object-fit: cover;
}

/**/
.portfolio-carousel .owl-nav {
    position: absolute;
    top: -130px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.portfolio-carousel .owl-nav button.owl-prev, .portfolio-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    color: #000;
    font-size: 30px;
    pointer-events: all;
}

.portfolio-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-carousel .owl-nav button.owl-prev span::after, .portfolio-carousel .owl-nav button.owl-next span::before {
    content: '';
    width: 20px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow-left.png);
}

.portfolio-carousel .owl-nav button.owl-prev:hover span::after {
    content: '\f060';
    color: #000 !important;
}

.portfolio-carousel .owl-nav button.owl-next span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-carousel .owl-nav button.owl-next span::before {
    transform: rotate(180deg);
}

.portfolio-carousel .owl-nav button.owl-next:hover span::before {
    content: '\f061';
    color: #000 !important;
}

.portfolio-carousel .owl-nav button.owl-prev {
    left: -15px;
    position: relative;
    transition: 0.6s;
}

.portfolio-carousel .owl-nav button.owl-next {
    right: -15px;
    position: relative;
    transition: 0.6s;
}

.portfolio-carousel .owl-nav {
    position: absolute;
    display: inline-flex;
    bottom: -17px;
    align-items: end;
    justify-content: center;
    width: 54%;
    pointer-events: none;
    margin: 0 auto;
}

.portfolio-carousel .owl-nav button.owl-prev:hover, .portfolio-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: #000;
    transition: all .3s ease-in-out;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.portfolio_pic {
	transition: 0.4s ease;
	opacity: 0.4;
	/* transform: scale(0.9); */
	position: relative;
/* 	transform: scaley(1.2) scalex(1.6) !important; */
	background-color: #f5d4b8;
}
.portfolio_pic.active-slide {
    opacity: 1;
}

.portfolio-carousel .owl-item {
    transition: 0.4s ease;
    /*opacity: 0.6;*/;
}

.portfolio-carousel .owl-item.center .portfolio_pic {
    opacity: 1;
    position: relative;
    z-index: 1;
    transform: scaley(1.1) scalex(1.2) !important;
}
.portfolio-carousel .owl-item.center .portfolio_pic {
    border: none;
}
.portfolio-carousel .owl-item.center{
    position: relative;
    z-index: 1;
}
.portfolio-carousel .owl-stage-outer {
	padding: 165px 0;
}
/* .owl-carousel .owl-dots .owl-dot:nth-child(n+4) {
    display: none !important;
} */
.portfolio-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-carousel .owl-dots .owl-dot.active span, .portfolio-carousel .owl-dots .owl-dot:hover span {
    background: #020C1D !important;
    width: 13px !important;
    height: 13px !important;
}

.portfolio-carousel  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px;
    background: #F0B58D;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.portfolio-carousel .owl-item{
    display: flex;
    align-items: center;
}




/* ======================================================================= */
    /* footer-main-area start */
/* ======================================================================= */

/*-------------- footer area start -------------------*/
.footer-main-area {
    background: #21293C;
    padding: 20px 0px;
}

.footer-main-area .container {
    position: relative;
    z-index: 1;
}

.footer-main-area ul {
    padding: 0px;
    margin: 0px;
}

.footer-main-area ul li {
    margin-bottom: 8px;
}

.footer-main-area ul li:last-child {
    margin-bottom: 0;
}

.footer-main-area ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
}

.footer-main-area ul li a:hover {
    text-decoration: none;
    color: #D48153;
}

.footer-main-area ol {
    padding: 0px;
    margin: 0px;
}

.footer-main-area ol li {
    display: inline-block;
    margin-right: 5px;
}

.footer-main-area ol li a {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.footer-main-area ol li a:hover {
    background: #d48153;
    color: #fff;
    border: 1px solid #d48153;
    transition: all .3s ease-in-out;
}

.footer-logo {
    width: 100%;
    max-width: 105px;
    display: flex;
    margin-bottom: 25px;
}

.footer-main-area h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-main-area h4 span {
    color: #F49A33;
}

.fservices {
    padding-left: 50px;
}

.footer-main-area h6, .footer-main-area h6 a {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.footer-main-area h6 span {
    font-size: 17px;
    margin-right: 10px;
    color: #D48153;
}

.copyright {
	background: #020C1D;
	padding: 24px 0px;
	position: relative;
}

.copyright p {
	font-family: 'Nord-Light';
	font-size: 17px;
	color: #ffffff;
	margin: 0;
	text-align: center;
}

.copyright p a:hover {
    text-decoration: underline;
}
/*-------------- footer area stop ---------------*/
.copyright .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-social {
    display: flex;
    justify-content: end;
    position: relative;
    overflow: hidden;
}

.footer-social li {
    margin: 0px 4px;
}

.footer-social li a {
	width: 100%;
	min-width: 34px;
	max-width: 34px;
	height: 34px;
	background-color: transparent;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	transition: 0.5s;
	text-decoration: none;
	border: 1px solid #fff;
}

.footer-social li a:hover {
    background-color: rgba(178, 66, 38, 1);
    color: #fff;
    border-color: rgba(178, 66, 38, 1);
}

.copyright p span {
    color: #fff;
    font-family: 'NordBold';
}



/* ======================================================================= */
    /* about_ban start */
/* ======================================================================= */
.about_ban {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 220px 0px;
	height: 600px;
}


/* ======================================================================= */
    /*  start */
/* ======================================================================= */
.about_sec1 {
    width: 100%;
    background-color: #071630;
    position: relative;
    padding: 120px 0;
}

/* .about_sec1 {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0;
} */

.about_sec1 .container{
    max-width: 1260px;
}

.about_sec1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	background-image: url(../images/shape12.png);
	background-position: 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
}
/* .about_sec1pic {
    width: 90%;
    margin-left: auto;
    height: 700px;
    position: relative;
    display: flex;
    overflow: hidden;
} */

.about_sec1pic {
    width: 100%;
    margin-left: auto;
    height: 771px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.about_sec1pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.6s;
}

.about_sec1pic:hover img {
    transform: scale(1.1);
}

.about_sec1 .textBox32 {
	width: 81%;
}

.about_sec1 h4 {
    font-family: 'Nord-Regular';
    font-size: 44px;
    color: #fff;
    line-height: 50px;
}

.about_sec1 p {
	font-family: "Roboto Flex", sans-serif;
	font-size: 14px;
    margin-top: 20px;
	line-height: 28px;
}

.textBox32 {
    position: relative;
    z-index: 1;
}


/* ======================================================================= */
    /* vission_sec start */
/* ======================================================================= */
.new-vision-area .wrap ul {
    display: flex;
    flex-direction: row;
}

.new-vision-area .wrap ul {
    list-style: none;
    max-width: 100%;
    margin: 0 auto;
}

.new-vision-area .wrap ul li {
	float: left;
	width: 30%;
	height: 880px;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: cover !important;
	display: flex;
  flex-direction: column;
}
.new-vision-area .wrap ul li:first-child {
	width: 31%;
}
.new-vision-area .wrap ul li:first-child ~ li:last-child {
	width: 39%;
	opacity: 1;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.new-vision-area .wrap ul li:first-child ~ li:last-child .heading-box::before {
    background: #D38663;
    background: -webkit-linear-gradient(90deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
    background: linear-gradient(90deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
    opacity: 1;
}

/* .new-vision-area .wrap ul li:hover ~ li:last-child {
    width: 25%;
}

.new-vision-area .wrap ul li:hover ~ li:last-child .heading-box::before {
    opacity: 0;
}
 */
.new-vision-area .wrap ul {
    max-width: 100%;
}

.new-vision-area .wrap ul li .heading-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 50px;
	flex: 1;
}

.new-vision-area .wrap ul li .heading-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D38663;
    background: -webkit-linear-gradient(90deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
    background: linear-gradient(90deg, rgba(211, 134, 99, 1) 0%, rgba(177, 70, 38, 1) 100%);
    transition: 0.5s;
    opacity: 0;
}

.new-vision-area .wrap ul li:hover .heading-box::before {
    opacity: 1;
}

.new-vision-area .wrap ul li .heading-box::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 90px;
    clip-path: polygon(0px 73.75%, 100% 0px, 100% 100%, 0px 100%);
    border-right: 1px solid;
}

.new-vision-area .wrap ul li .heading-box h3 {
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 44px;
	/* font-weight: 500; */
	padding-left: 20px;
	font-family: 'NordBold';
	max-width: 396px;
	margin: auto;
	width: 100%;
	bottom: -20px;
}

.new-vision-area .wrap ul li .heading-box h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: rgb(255 255 255 / 44%);
}

.new-vision-area .wrap ul li .content {
	padding: 50px;
	display: flex;
	align-items: center;
}

.new-vision-area .wrap ul li .content p {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	overflow: hidden;
	height: 120px;
	max-width: 396px;
	margin: auto;
}
.new-vision-area .wrap ul li .content ul {
	padding: 0;
	margin: auto;
	list-style: none;
	display: block;
	max-width: 396px;
	width: 100%;
}

.new-vision-area .wrap ul li .content ul li {
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	color: #B14626;
	height: auto;
	float: none;
	width: 100%;
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Nord-Regular';
}

.new-vision-area .wrap ul li:first-child .heading-box::after {
    background-color: #697083;
    height: 80px;
    border-right-color: #697083;
	clip-path: polygon(0px 76%, 100% 0px, 100% 100%, 0px 100%);
}

.new-vision-area .wrap ul li:nth-child(2) .heading-box::after {
    background-color: #324259;
    height: 80px;
    border-right-color: #324259;
    width: 100.2%;
}

.new-vision-area .wrap ul li:nth-child(3) .heading-box::after {
	background-color: #071633;
	height: 110px;
	border-right-color: #071633;
	clip-path: polygon(0px 82.46%, 100% 0px, 100% 100%, 0px 100%);
}

.new-vision-area .wrap ul li:first-child .heading-box {
    height: 70%;
}

.new-vision-area .wrap ul li:first-child .content {
    height: 30%;
    background-color: #697083;
}

.new-vision-area .wrap ul li:nth-child(2) .heading-box {
    height: 60%;
    padding-top: 80px;
}

.new-vision-area .wrap ul li:nth-child(2) .content {
	height: 36.7%;
	background-color: #324259;
}

.new-vision-area .wrap ul li:nth-child(3) .heading-box {
    height: 50%;
    padding-top: 134px;
}

.new-vision-area .wrap ul li:nth-child(3) .content {
	height: 43.6%;
	background-color: #071633;
}

.new-vision-area {
    background-size: cover;
    background-repeat: no-repeat;
}

.new-vision-area .wrap ul li:nth-child(2) .content {
    padding-top: 90px;
}






/* ======================================================================= */
    /*  start */
/* ======================================================================= */


/* ======================================================================= */
    /* testimonial_sec start */
/* ======================================================================= */
.testimonial_sec {
    width: 100%;
    background-color: var(--bg1);
}

.testimonial_secin {
    margin-top: 30px;
}

.testimonial_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.testimonial_grid_card {
    width: 100%;
}

.child_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.child_grid_card {
    width: 100%;
    background-color: #FAD5B8;
    padding: 30px 25px;
    border-radius: 15px;
}

.child_grid_card ul li {
    display: inline-flex;
    font-size: 20px;
    background: linear-gradient(213deg, #c99270, #fd7428);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.child_grid_card p {
    margin: 10px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.child_grid_pic {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 50%;
}

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

.child_grid_card h6 {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    display: block;
    font-weight: 600;
}

.child_grid_card .small, .child_grid_card small {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    display: block;
    font-weight: 300;
}

.child_grid .child_grid_card:nth-child(2) {
    background-color: #FDEEE2;
}

.testimonial_grid .testimonial_grid_card:last-child .child_grid .child_grid_card:first-child {
    background: #FDEEE2;
}

.testimonial_grid .testimonial_grid_card:last-child .child_grid .child_grid_card:nth-child(2) {
    background: #FAD5B8;
}




/*video*/
.vdopic {
    width: 100%;
    height: 573px;
    position: relative;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

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

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
 /* background: #8CC63A; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #D48153;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}
/*.video-play-button .fa-play { font-size: 25px; color: #fff; position: relative; z-index: 2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }*/
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*video*/
/* ======================================================================= */
    /* our_team start */
/* ======================================================================= */
.our_team {
    width: 100%;
    background-color: var(--bg2);
    overflow: hidden;
}

.our_team h5 {
    font-family: "Urbanist", sans-serif;
    font-size: 26px;
    color: var(--black);
    font-weight: 600;
    margin: 30px 0 10px;
}

.our_team_left {
    width: 90%;
}

.our_team_right {
    width: 150%;
}

.our_team_rightpic {
    height: 500px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 15px;
}

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

.our_team_rightpic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 115, 184, 0) 0%, rgb(0 0 0 / 45%) 100%);
}

.our_team_rightpic::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 150px;
    height: 100px;
    background-color: #D48153;
    z-index: 1;
}

.our_team_slidetext {
    width: 85%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
    z-index: 1;
    text-align: center;
}

.our_team_slidetext .title4 h4 {
    font-size: 34px;
    color: #fff;
}




/**/
.team_slide .owl-nav button.owl-prev, .team_slide .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border: 1px solid var(--black);
    background-color: transparent;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    pointer-events: all;
}

.team_slide .owl-nav button.owl-prev span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_slide .owl-nav button.owl-prev span::after {
    content: '\f060';
    color: var(--black) !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 18px;
}

.team_slide .owl-nav button.owl-prev:hover span::after {
    content: '\f060';
    color: #fff !important;
}

.team_slide .owl-nav button.owl-next span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_slide .owl-nav button.owl-next span::before {
    content: '\f061';
    color: var(--black) !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 18px;
}

.team_slide .owl-nav button.owl-next:hover span::before {
    content: '\f061';
    color: #fff !important;
}

.team_slide .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
}

.team_slide .owl-nav button.owl-next {
    right: 0px;
    position: relative;
}

.team_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    bottom: 0px;
    left: -48%;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    pointer-events: none;
    margin: 0 auto;
}

.team_slide .owl-nav button.owl-prev:hover, .team_slide .owl-nav button.owl-next:hover {
    background-color: #D48153;
    border: 1px solid #D48153;
    color: #fff;
    transition: all .3s ease-in-out;
}

.owl-theme .owl-nav {
    margin-top: 0;
}
/**/

/* ======================================================================= */
    /* our_divisions start */
/* ======================================================================= */
.our_divisions_sec1 {
    width: 100%;
    background-color: #071630;
    overflow: hidden;
    padding: 92px 0 250px;
}

.we-image-accordion {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #FAEBDE;
}

.we-item {
    height: 530px;
    position: relative;
    transition: .5s;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1 1 0%;
    padding: 15px;
    align-items: center;
    justify-content: end;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #FAEBDE;
}

.we-item .we-image-item {
    max-height: 50vh;
}

.we-item:hover {
    flex: 3 1 0%;
}

.we-image-item-header {
	width: 95% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
    font-size: 17px;
    color: var(--black);
    font-weight: 500;
    position: relative;
    opacity: 0;
}

.overitem {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.we-image-item-header ul li {
    font-family: "Roboto Flex", sans-serif;
    width: 100%;
    font-size: 17px;
    color: #93999B;
    font-weight: 400;
    list-style: disc;
    text-align: left;
}

/* .we-image-item-header ul li:last-child {
    margin-top: 100px;
} */

.we-image-item-headerpic {
    width: 40%;
    flex-basis: 50%;
    flex-shrink: 0;
    height: 325px;
    position: relative;
    display: flex;
}

.we-image-item-headerpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.we-image-item-text, .we-button {
    font-size: 0.8rem;
}

.we-image-item-header, .we-image-item-text, .we-button {
    transition: .2s;
    display: none;
}

.we-itemtop {
    width: 100%;
    padding: 40px 40px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.we-itemtop h6 {
    font-size: 20px;
    color: #26B065;
    margin-bottom: 43px;
    transition: 0.6s;
}

.we-itemtop .title5 h5 {
    width: 50%;
    transition: 0.6s;
}

.we-itemtop h4 {
	font-family: 'Nord-Medium';
    font-size: 34px;
    color: #FAEBDE;
    width: 40%;
    opacity: 0;
    transition: 0.6s;
    line-height: 28px;
}

.we-itemtop h4 span {
    font-family: 'Nord-Regular';
    font-size: 22px;
    color: #26B065;
}

.accordion_btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #26B065;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 0;
}

.accordion_btn .fa-arrow-down {
    font-size: 24px;
    color: #fff;
}

.we-item:hover .we-itemtop .title5 h5 {
    opacity: 0;
}

.we-item:hover .we-itemtop h6 {
    font-size: 26px;
}

.we-item:hover .we-itemtop h4 {
    opacity: 1;
}

.our_divisions_sec1 .title5 h5 {
    font-family: 'Nord-Medium';
    font-size: 26px;
    color: #FAEBDE;
    width: 100%;
	line-height: 22px;
}

.our_divisions_sec1 .title5 h5 span {
    font-family: 'Nord-Medium';
    font-size: 18px;
    color: #26B065;
}

.our_divisions_sec1 p {
    font-family: 'Nord-Light';
    font-size: 16px;
    color: #26B065;
}

.we-item:nth-child(2) .title5 h5 span, .we-item:nth-child(2) .we-itemtop h4 span, .we-item:nth-child(2) .we-itemtop h6, .we-item:nth-child(2)  p {
    color: #AB82BA;
}

.we-item:nth-child(2) .we-image-item-header ul li {
    color: #93999B;
}

.we-item:nth-child(2) .accordion_btn {
    background-color: #AB82BA;
}

.we-item:nth-child(3) .title5 h5 span, .we-item:nth-child(3) .we-itemtop h4 span, .we-item:nth-child(3) .we-itemtop h6, .we-item:nth-child(3)  p {
    color: #C44A5E;
}

.we-item:nth-child(3) .we-image-item-header ul li {
    color: #93999B;
}

.we-item:nth-child(3) .accordion_btn {
    background-color: #C44A5E;
}

.we-item:nth-child(4) .title5 h5 span, .we-item:nth-child(4) .we-itemtop h4 span, .we-item:nth-child(4) .we-itemtop h6, .we-item:nth-child(4)  p {
    color: #38B5D6;
}

.we-item:nth-child(4) .we-image-item-header ul li  {
    color: #93999B;
}

.we-item:nth-child(4) .accordion_btn {
    background-color: #38B5D6;
}

@media (max-width: 768px) {
    .we-image-accordion {
        display: block;
    }

    .we-item {
        display: flex;
    }

    .we-item:hover {
        flex: none;
    }

    .we-image-item-header, .we-image-item-text, .we-button {
        /*display: block;*/
        bottom: -10px;
        text-align: left !important;
        opacity: 1;
    }
}



/* ======================================================================= */
    /* fashin_sec start */
/* ======================================================================= */
.fashin_sec {
    width: 100%;
    background-color: #93999B;
    position: relative;
}

.fashin_sec_card {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.fashin_sec h4 {
    font-family: 'Nord-Medium';
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.fashin_sec p {
    margin-bottom: 20px;
    width: 75%;
}



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

.fashin_secpic2 {
    width: 100%;
    height: 925px;
    position: relative;
    display: flex;
}

.fashin_secpic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.6s;
}

.fashin_secpic2:hover img {
    transform: scale(1.1);
}

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



/*.fashin_sec:before {
    content: "";
    position: absolute;
    top: -197px;
    left: 0;
    background-image: url(../images/shape13.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 580px;
    width: 50%;
    z-index: 1;
}*/



.fashin_sec .row>* {
    padding: 0;
    overflow: hidden;
}











/* ======================================================================= */
    /* our_services start */
/* ======================================================================= */
.our_services {
    width: 100%;
    background-color: #D06E7E;
    position: relative;
    overflow: hidden;
}

.our_services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 154%;
    background-image: url(../images/shape14.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    transform: translate(0px, -750px);
}

.our_services .container {
    position: relative;
}

.our_services p {
    color: #071630;
    font-size: 16px;
    font-family: 'Nord-Book';
}

.our_servicespic {
    height: 520px;
    position: relative;
    display: flex;
    overflow: hidden;
/*     width: 670px; */
}
.our_services  .title3 h3 {
    color: #B24226;
}
.our_services .title3 h3:before {
    background-color: #B24226;
}
.our_servicespic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_servicespic:hover img {
    transform: scale(1.1);
}

.our_servicespic2 {
    height: 610px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 70px;
    z-index: 2;
}
.our_servicespic2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_servicespic2:hover img {
    transform: scale(1.1);
}

.our_services_right {
    width: 100%;
    margin-left: auto;
    padding: 68px 0 0px 88px;
}

.our_services_right p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Nord-Regular';
}
.our_services_right p br{
	display:none;
}

/* ======================================================================= */
    /* process_sec start */
/* ======================================================================= */
.process_sec {
	width: 100%;
	background-color: #F0B58D;
	position: relative;
	z-index: 1;
}

.process_sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/shapenew12.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1;
	display:none;
}
.process_sec .container{
    position: relative;
}
.process_sec h4 {
	font-size: 44px;
	color: #071630;
	font-family: 'Nord-Regular';
}

.process_secmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: center;
    width: 62%;
    margin: 0 auto;
}

.process_secmenu h6 {
    font-size: 18px;
    color: #21293C;
}

.process_sec_card {
    width: 100%;
    padding: 48px 14px 48px 40px;
    border: 1px solid #071630;
}

.nocircle {
	font-size: 20px;
	color: #071630;
	font-family: 'Nord-Black';
}

.process_sec .title5 h5 {
	width: 75%;
	margin: 20px 0 15px;
	color: #071630;
	font-family: 'NordBold';
	font-size: 26px;
}

.process_sec .title5 p {
	color: #071630;
	font-size: 14px;
	font-family: 'Nord-Regular';
}








/* ======================================================================= */
    /* question_row start */
/* ======================================================================= */
.question_row {
	width: 100%;
	background-color: #AFE1EF;
	padding: 149px 0px 157px;
}

.question_rowpic {
    width: 574px;
    height: 578px;
    position: relative;
	z-index:2;
    display: flex;
    overflow: hidden;
	 -webkit-clip-path: polygon(0 0, 52% 0, 100% 16%, 100% 100%, 52% 100%, 0 84%);
	clip-path: polygon(0 0, 52% 0, 100% 16%, 100% 100%, 52% 100%, 0 84%);
/*     -webkit-clip-path: polygon(-0.16% 85.55%, 0% -0.3%, 60.61% -0.33%, 100.23% 12.15%, 100% 100%, 33.57% 100%);
    clip-path: polygon(-0.16% 85.55%, 0% -0.3%, 60.61% -0.33%, 100.23% 12.15%, 100% 100%, 33.57% 100%); */
}

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

.question_row_right {
	width: 100%;
	margin-left: auto;
	z-index: 2;
	position: relative;
}

.question_row .accordion {
    width: 100%;
    margin: 40px auto 0;
	margin-bottom:0px!important;
}

.question_row .accordion-item {
    border: none;
    margin-bottom: 0px;
    background-color: transparent;
    border-left: 2px solid var(--deep-green);
}

.question_row .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.question_row .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.question_row .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.question_row .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.question_row .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--deep-green);
    font-weight: 500;
    background-color: transparent;
}

.question_row .accordion-button {
    color: var(--deep-green);
    padding: 15px 0;
    font-size: 19px;
    font-weight: 500;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.question_row .accordion-button span {
	color: #D48153;
	margin-right: 10px;
}
.question_row .accordion-body {
    padding: 0 15px 15px 15px;
}

.question_row .accordion-body p {
	font-family: 'Nord-Regular';
	color: #21293C;
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
}

.question_row .accordion-button::after {
    background-color: #FDEEE2;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: 8px 8px;
    background-size: 15px;
}

.question_row .accordion-button:not(.collapsed)::after {
    background-color: transparent;
}

.question_row .accordion-item {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
    border-bottom: 1px dashed #AF8C8C;
}

.question_row .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.question_row .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.question_row b, .about_body b {
    color: var(--deep-green);
}

.accordion-button {
    background-color: transparent;
    padding-bottom: 0px;
}

.question_row .text_tag h6 {
	color: #D48153;
	font-size: 20px;
	font-family: 'Nord-Black';
	margin-bottom: 24px;
}

.question_row h4 {
	font-size: 44px;
	color: #21293C;
	font-family: 'Nord-Regular';
}

.question_row .accordion-button {
	justify-content: inherit;
	display: flex;
	align-items: flex-start;
	position: relative;
	color: #21293C !important;
	font-size: 20px;
	font-family: 'Nord-Black';
	padding: 24px 0;
}

.question_row .accordion-item {
    border-top: none !important;
}

.question_row .accordion-body p {
    padding: 0;
}

.question_row .accordion-body {
    padding: 0 0 20px;
}

.question_row .accordion-button::after {
    background-color: transparent;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: 8px 8px;
    background-size: 15px;
    display: block;
}

.question_row .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.question_row .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


/* ======================================================================= */
    /* contact_row start */
/* ======================================================================= */
.inner-contact-area {
	background-color:#f0b58d;
	position: relative;
	padding: 90px 0 0;
}

.inner-contact-area::before {
/* 	content: '';
	position: absolute;
	top: -166px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/inner-contact-bg-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top; */
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape12.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-contact-banner-area .inner-contact-banner-img {
	height: auto;
	display: flex;
	overflow: hidden;
}

.inner-contact-banner-area .inner-contact-banner-img img {
    width: 100%;
    object-fit: cover;
}

.inner-contact-banner .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-contact-banner .owl-dots .owl-dot {
    margin-right: 6px;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 100%;
    background-color: #F0B58D;
    transition: 0.5s;
}

.inner-contact-banner .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
    background-color: #071630;
}

.inner-contact-banner .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.inner-contact-banner .owl-dots .owl-dot span {
    display: none;
}

.inner-contact-banner .owl-nav .owl-prev span, .inner-contact-banner .owl-nav .owl-next span {
    display: none;
}

.inner-contact-banner .owl-nav .owl-prev, .inner-contact-banner .owl-nav .owl-next {
    width: 14px;
    height: 19px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    position: relative;
    top: 24px;
}

.inner-contact-banner .owl-nav .owl-prev {
    background-image: url(../images/arrow-left.png) !important;
    margin-right: 70px;
}

.inner-contact-banner .owl-nav .owl-next {
    background-image: url(../images/arrow-left.png) !important;
    transform: rotate(180deg);
}

.inner-contact-banner-area, .inner-contact-info-area {
    margin-bottom: 60px;
    position: relative;
}

.inner-contact-info-list {
    padding: 25px 0;
    border-bottom: 1px solid #071630;
}

.inner-contact-info-list:first-child {
    border-top: 1px solid #071630;
}

.inner-contact-info-list .contact-info-heading {
    color: #071630;
    text-transform: uppercase;
    font-size: 44px;
    /* font-weight: 600; */
    width: 100%;
    max-width: 280px;
    font-family: 'Nord-Regular';
}
.inner-contact-info-list .contact-info-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-contact-info-list .contact-info-content p, .inner-contact-info-list .contact-info-content ul li {
    color: #071630;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
	font-family: "Roboto Flex", sans-serif;
}

.inner-contact-info-list .contact-info-content a {
    color: #071630;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.inner-contact-info-list .contact-info-content a img {
    margin-left: 8px;
    width: auto;
    height: 12px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(9%) sepia(43%) saturate(1241%) hue-rotate(180deg) brightness(96%) contrast(102%);
}

.inner-contact-info-list .contact-info-content.text {
    width: 100%;
    max-width: 394px;
}

.inner-contact-form-area .container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

/* .inner-contact-form-area h3 {
    color: #071630;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-style: italic;
}

.inner-contact-form-area h3 span {
    display: block;
    width: 100%;
    max-width: 210px;
    position: relative;
    padding-right: 50px;
    font-family: 'Nord-Light';
    font-style: normal;
} */

/* .inner-contact-form-area h3 span::after {
    content: '';
    position: absolute;
    top: 26px;
    right: 0;
    width: 100%;
    max-width: 50px;
    height: 2px;
    background-color: #071630;
} */
.inner-contact-form-area .title3 h3::before {
	width: 60px;
	background-color:#071630;
}
.inner-contact-form-area .title3 h3{
	color:#071630;
	margin-bottom: 55px;
}
.inner-contact-form-area .contact-form-box {
	width: 100%;
	max-width: 857px;
	margin: 0 auto;
	background-color: rgb(131 157 209 / 70%);
	clip-path: polygon(0 0, 52% 0, 100% 16%, 100% 100%, 52% 100%, 0 84%);
	padding: 90px 120px 120px;
	/* padding-left: 140px; */
	/* padding-bottom: 130px; */
}
.contact-form-box .explore-button {
	position: relative;
	bottom: -36px;
	right: -60px;
}
.contact-form-box .explore-button .button-text {
	color: #F0B58D;
}
.contact-form-box .explore-button:hover .button-text{
	color:#fff;
}
.contact-form-box .explore-button::before {
	background: #91829e;
}
.contact-form-box .explore-button:hover:before{
	background: #F0B58D;
}
.contact-form-box .explore-button::after {
	background: #F0B58D;

}
.contact-form-box .form-group {
    margin-bottom: 10px;
}

.contact-form-box .form-group label {
    font-size: 21px;
     font-family: 'NordBook';
    color: #FFFFFF;
}

.contact-form-box .form-group label span {
    color: #EC783C;
    padding-left: 5px;
}

.contact-form-box .form-group .form-control {
    width: 100%;
    max-width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid #ffffff;
    border-radius: 0;
    padding: 0;
    color: #ffffff;
}

.contact-form-box .form-group .form-control:focus {
    box-shadow: none;
}

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

input[type=number] {
    -moz-appearance: textfield;
}

.contact-form-box .form-group textarea.form-control {
    resize: none;
    border: 1.5px solid #ffffff;
    margin-top: 20px;
    height: 123px;
    padding: 20px;
}
.inner-contact-form-area {
    margin-bottom: 150px;
    position: relative;
}

.inner-contact-view-project-area .view-project34 {
	display: flex;
	height: 540px;
	overflow: hidden;
	position: relative;
}
.inner-contact-view-project-area .view-project34 img {
    width: 100%;
    object-fit: cover;
}

.inner-contact-view-project-area .view-project34 .view-project-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	background: #21293C;
	background: -webkit-linear-gradient(90deg, rgba(33, 41, 60, 1) 0%, rgba(237, 221, 83, 0) 50%);
	background: -moz-linear-gradient(90deg, rgba(33, 41, 60, 1) 0%, rgba(237, 221, 83, 0) 50%);
	background: linear-gradient(90deg, rgba(33, 41, 60, 1) 0%, rgba(237, 221, 83, 0) 50%); */
   z-index:1;
	padding: 80px;
	overflow:hidden;
}
.inner-contact-view-project-area .view-project34 .view-project-info::after {
	content: "";
	position: absolute;
	left: -600px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background: linear-gradient(280deg, rgba(255, 255, 255, 0) 0%, rgba(33, 41, 60, 1) 100%);
	z-index: -1;
}
.inner-contact-view-project-area .view-project34 .view-project-info h4 {
	color: #FAEBDE;
	text-transform: uppercase;
	font-size: 53px;
	line-height: 60px;
	margin: 0 0 25px;
	font-family: 'Nord-Medium';
}

.inner-contact-view-project-area .view-project34 .view-project-info h4 span {
	font-size: 26px;
	display: block;
	font-family: 'Nord-Medium';
}
.inner-contact-view-project-area .view-project34 .view-project-info p {
	width: 100%;
	max-width: 590px;
	color: #FAEBDE;
	font-size: 14px;
	font-weight:300;
	margin: 0 0 20px;
}

.inner-contact-view-project-area .view-project34 .view-project-info .arrow-icon {
    width: auto;
    height: 18px;
    object-fit: contain;
}

.inner-contact-view-project-area {
    background-color: #B24226;
    padding: 70px 0;
    position: relative;
}





.inner-contact-banner-area {
/* 	max-width: 1600px;
	margin: auto; */
	margin-bottom:120px;
	display:none;
}

.inner-contact-banner .owl-item {
  transform: scale(1);        /* small side images */
}

.inner-contact-banner .owl-item.center {
	transform: scaley(1) scalex(1.5) !important;
	opacity: 1;
	z-index: 2;
}

/* Optional: image styling */
.inner-contact-banner .owl-item img {
  width: 100%;
}


/*-------------- contact area start -------------------*/
/*.banner_sec10{ position: relative;background-size: cover;background-position: center center;background-repeat: no-repeat; text-align: center; padding: 250px 0px;}
.location_sec101{ background: #FBE4DC;padding-bottom: 110px;}
.location_sec101 h6{color: #D48153; font-size: 22px;font-family: "Outfit", sans-serif;  margin-bottom: 10px;}
.location_sec101 h3{font-size: 55px;}
.contactimg{height: 400px; position: relative; display: flex; overflow: hidden;}
.contactimg img{width: 100%; height: 100%; object-fit: cover;}

.contact_slide .owl-nav { position: absolute; bottom: -75px; width: 100%; left: 0; right: 0; text-align: center;}
.contact_slide .owl-nav button.owl-prev, .contact_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #817979; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all;}
.contact_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.contact_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.contact_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.contact_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.contact_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.contact_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.contact_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.contact_slide .owl-nav button.owl-next { right: 0px; position: relative;}

.contact_slide .owl-nav button.owl-prev:hover, .contact_slide .owl-nav button.owl-next:hover { background: #D48153; border: 1px solid #D48153; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.our_service101area{background: #FBE4DC;}
.our_service101{background: #FBE4DC;padding: 15px 0px; border-top: 1px solid #f0cfc4;border-bottom: 1px solid #f0cfc4;}
.contarea{display: flex;justify-content: space-between;align-items: center;}
.contarea h6 {
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    line-height: 26px;
}
.contarea h4 {
    font-size: 36px;
    flex-basis: 200px;
    flex-shrink: 0;
}

.contactimg14 {
    height: 600px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.contactimg14 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contarea p{font-size: 18px;line-height: 25px;}
.mapbtn{color: #444; font-size: 18px;}
.mapbtn span {vertical-align: middle;}
.contarea101{background: #FDEEE2;}
.getintouch{background: #FBE4DC; padding-top: 40px;}
.getintouch h4{font-size: 55px;margin-bottom: 20px;}
.contatleft .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #73737330;
    border-radius: 0px;
    margin-bottom: 23px;
    padding: 12px 0px 12px 0px;
    font-weight: 600;
}
.contatleft .btn {
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    border: none;
}
.contatleft .btn:after {
    content: '\f061';
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    font-size: 18px;
    color: #894D23;
}
.contatleft{margin-left: 65px;}
.contatleft .btn{ padding: 0px;}
.contatleft textarea.form-control {height: 120px;resize: none;}
.projectarea{ position: relative;background-size: cover !important;background-position: center center !important;background-repeat: no-repeat !important;padding: 130px 0px;}
.projectarea10{background: #FBE4DC;padding: 0px 50px 35px;}
.projectarea::after{ position: absolute; content: "";width: 100%; height: 100%; background: #00000070;top: 0px;
  left: 0px;}
.projectext{position: relative; z-index: 9; width: 53%;}
.viewall{color: #fff;font-size: 22px; text-transform: uppercase;letter-spacing: 1px;}
.projectext h4{font-size: 55px; color: #fff; line-height: 55px;margin: 10px 0px;}
.projectext p{color: #fff;}
.mapbtn1{ color: #fff;font-size: 35px;}*/
/*-------------- contact area stop -------------------*/

/* ======================================================================= */
    /* our_portfl start */
/* ======================================================================= */
.our_portfl {
    width: 100%;
    background-color: #071630;
}

.our_portfl_card {
	width: 100%;
	position: relative;
	transition: 0.6s;
	margin-bottom: 38px;
}

.our_portfl_cardpic {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	overflow: hidden;
}

.our_portfl_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.our_portfl_card:hover .our_portfl_cardpic img {
    transform: scale(1.1);
}

.our_portfl_cardbtm {
    width: 100%;
    padding: 20px 15px;
    position: relative;
    border-bottom: 1px solid #aab5cbd9;
}

.our_portfl_cardbtm h6 {
	font-size: 14px;
	color: #FAEBDE;
	font-family: "Roboto Flex", sans-serif;
	font-weight: 300;
}
.our_portfl_cardbtm h5 {
	font-size: 26px;
	color: #FAEBDE;
	margin: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'NordBold';
}

.our_portfl_cardbtm h5 span i {
    text-align: right;
}

.filter-btn {
	border: none;
	background: none;
	padding: 8px 2px;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 0;
	transition: 0.3s;
	color: #FAEBDE;
	font-size: 16px;
	font-family: 'Nord-Medium';
}

.filter-btn.active,
.filter-btn:hover {
    background: none;
    color: #B24226;
	border-bottom: 1px solid #B24226;
}
.portfolio_filter {
    border-bottom: 1px solid #6d320e;
    padding-bottom: 0;
}







/* ======================================================================= */
    /* details_sec start */
/* ======================================================================= */
.profileboxin h3 {
	font-size: 20px;
	color: #FAEBDE;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: 'Nord-Black';
}

.protfolioimg10 {
	height: 699px;
	display: flex;
	overflow: hidden;
	width: 448px;
}

.protfolioimg10  img {
    width: 100%;
    object-fit: cover;
}

.protfoliotext {
    padding-left: 104px;
}
.protfoliotext h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #FAEBDE;
    letter-spacing: 1px;
    line-height: 30px;
}

.protfoliotext h4 {
	font-size: 44px;
	color: #FAEBDE;
	line-height: 52px;
	margin: 0 0 20px;
	font-family: 'Nord-Regular';
}

.protfoliotext p {
    margin-bottom: 15px;
    color: #FAEBDE;
    text-transform: uppercase;
    line-height: 28px;
    border-bottom: 1px solid rgb(250 235 222 / 30%);
    padding-bottom: 15px;
    font-family: 'Nord-Light';
    font-size: 17px;
}

.protfoliotext ul.list {
    padding: 0 0 24px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid rgb(250 235 222 / 30%);
}

.protfoliotext ul.list li {
    color: #FAEBDE;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Nord-Regular';
    list-style-type: disc;
    list-style-position: inside;
}

.profilolist {
    margin-bottom: 43px;
}

.profilolist h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #FAEBDE;
    line-height: 28px;
    margin: 0 0 5px;
	font-family: 'Nord-Regular';
}

.protfoliotext h6.heading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 12px;
}

.protfoliotext h2 {
    font-size: 14px;
    /* font-weight: 600; */
    color: #FAEBDE;
    text-transform: uppercase;
    font-family: 'NordBold';
}
.protfoliotext .protfoli_textbody h6 {
    font-size: 26px;
    font-family: 'NordBold';
    margin-bottom: 18px;
}
.protfoliotext .protfoli_textbody p {
    font-size: 14px;
    font-family: 'Nord-Regular';
    margin-bottom: 30px;
}


.procesarea10 {
    background: #93999B;
}

.processin {
    background: #FFD3B4;
    padding: 30px 15px;
    border-radius: 15px;
}

.processin h3 {
    font-size: 20px;
    color: #D48153;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 30px;
}

.processin h4 {
    font-size: 70px;
    padding-left: 30px;
    line-height: 75px;
}

.Process_sec10 .accordion-item {
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #21293C24 !important;
    border-radius: 0px !important;
    background: transparent;
    border: none;
}

.Process_sec10 .accordion-item .accordion-header .accordion-button {
    padding: 0;
    font-size: 30px;
    font-weight: 500;
    color: #21293C;
    background-color: transparent;
    box-shadow: none;
}

.Process_sec10 .accordion-item .accordion-header .accordion-button span {
    color: #FF6700;
    margin-right: 5px;
}

.Process_sec10 .accordion-item .accordion-header .accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
}

.Process_sec10 .accordion-item .accordion-header .accordion-button::after {
    display: none;
}
/* .accordion-item .accordion-header .accordion-button::before {content: '\f068';position: absolute;top: 0;right: 0;
background-color: #FF6700;border-radius: 100%;font-family: FontAwesome;width: 24px;height: 24px;color: #fff;
font-size: 12px;text-align: center;line-height: 25px;} */
/* .accordion-item .accordion-header .accordion-button.collapsed::before{content: '\2b';background-color: #000;} */
.Process_sec10 .accordion-item .accordion-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    color: #21293c;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #E0BBA2;
}

.processimg {
    height: 550px;
    margin-top: 15px;
}

.processimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.processinimg101 {
    overflow: hidden;
    display: flex;
}

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

.processinimg101-listing:nth-child(1) .processinimg101, .processinimg101-listing:nth-child(4) .processinimg101 {
    height: 694px;
}

.processinimg101-listing:nth-child(2) .processinimg101, .processinimg101-listing:nth-child(3) .processinimg101, .processinimg101-listing:nth-child(5) .processinimg101 {
    height: 457px;
}

.relatedworks {
	background: #071630;
}

.relatedworks .title3 h3 {
    margin: 0;
    color: #FAEBDE;
    font-style: normal;
    font-family: 'Nord-Regular';
    font-size: 44px;
    display: block;
    line-height: 54px;
    margin: 0 0 45px;
}

.relatedworks .title3 h3::before {
    display: none;
}

.relatedworks .Portfoliotext h5, .relatedworks .Portfoliotext h4, .relatedworks .arrowin {
    color: #FAEBDE;
}

.relatedworks .Portfoliotext {
    border-bottom-color: rgb(246 226 213 / 30%);
}

.feature-component-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-auto-columns: 1fr;
    display: grid;
}

.feature-content-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    max-width: 20rem;
    display: flex;
    height: 422px;
}

.feature-content-block.placeone {
    place-self: center start;
}

.feature-content-block.placetwo {
    place-self: center end;
}

.feature-container {
    grid-area: 1 / 2 / 4 / 3;
    height: 100%;
    position: relative;
}

.feature-image-wrapper {
    position: relative;
}

.feature-image-wrapper._01 {
    z-index: 3;
}

.sub-menu-toggle {
    display: none;
}

.Portfoliotext {
    padding: 20px 15px;
    position: relative;
    border-bottom: 1px solid #22220047;
}

.Portfoliotext h5 {
    font-family: 'Nord-Book';
    font-size: 15px;
    margin-bottom: 8px;
}

.Portfoliotext h4 {
    font-size: 28px;
    color: #21293C;
    position: relative;
}


/* ======================================================================= */
    /*  start */
/* ======================================================================= */



/* custom cursor start */
#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
    mix-blend-mode: inherit;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 15px;
        height: 15px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        border: solid 1px #d48153;
        background-color: #d48153;
    }

    #cursor.arrow .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: #073099;
        border-color: #073099;
    }

/*     #cursor.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        background-image: url('https://svgshare.com/i/MzQ.svg');
        background-repeat: no-repeat;
        background-position: center;
    } */

/*     #cursor.subtle .cursor__circle {
        opacity: 1;
    } */

/*     #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    } */;
}
/* custom cursor end */


.profileimg {
    width: 100%;
    height: 450px !important;
    display: flex;
    overflow: hidden;
}

.profileimg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


/* custom cursor start */
/*#cursor {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    pointer-events: none;
    will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
    .cursor__circle {
        width: 20px;
        height: 20px;
        margin-top: -50%;
        margin-left: -50%;
        border-radius: 50%;
        border: solid 1px #fff;
    }

    #cursor.arrow .cursor__circle {
        width: 80px;
        height: 80px;
        background-color: #073099;
        border-color: #073099;
    }

    #cursor.arrow::after {
        content: '';
        position: absolute;
        left: -50%;
        top: -50%;
        width: 100%;
        height: 100%;
        background-image: url('https://svgshare.com/i/MzQ.svg');
        background-repeat: no-repeat;
        background-position: center;
    }

    #cursor.subtle .cursor__circle {
        opacity: 0.16;
    }

    #cursor.overlay .cursor__circle {
        width: 48px;
        height: 48px;
        background-color: rgba(227, 222, 193, 0.08);
        border-color: transparent;
    }
}*/
/* custom cursor end */


/* banner text reveal */
.reveal-text {
    display: inline-block;
    overflow: hidden;
}

/*.reveal-text span {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
}*/
/* banner text reveal */




/*BB css edit*/
/* .inner-contact-form-area h3 span::after {
    content: '';
    position: absolute;
    top: 40px;
    right: -45px;
    width: 100%;
    max-width: 60px;
    height: 2px;
    background-color: #071630;
} */

.contact-form-box {
    opacity: 0;
    transform: translateY(50px);
}

.contact-form-box .form-group {
    position: relative;
}

.contact-form-box .form-group .form-control {
    border-bottom: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    width: 100%;
    padding: 0;
    height: 50px;
}

.contact-form-box .form-group::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #D84315;
    transition: width 0.3s ease;
}

.contact-form-box .form-group .form-control:focus + ::after,
.contact-form-box .form-group:focus-within::after {
    width: 100%;
}

.view-project {
    position: relative;
    overflow: hidden;
}

.view-project img {
    width: 100%;
    display: block;
    transform: translateY(100%); /* start below */
    opacity: 0;
}

.inner-contact-view-project-area .view-project img {
    transition: 0.6s;
}


.about_ban::before {
	content: '';
	background: #000000;
	background: linear-gradient(358deg, rgba(0, 115, 184, 0) 0%, rgb(0, 0, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0.5;
}
.protfolioimg10  img {
    transition: 0.6s;
}
.protfolioimg10:hover  img {
    transform: scale(1.1);
}
.processinimg101 img {
    transition: 0.6s;
}
.processinimg101:hover  img {
    transform: scale(1.1);
}

/* .procesarea10 {
  animation: changeBackgroundColor 8s infinite;
  transition: 0.6s;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: rgb(147 153 155 / 88%);
  }
  50% {
    background-color: rgb(206 125 90 / 88%);
  }
  100% {
    background-color: rgb(7 22 51 / 88%);
  }
} */

.fashin_sec:before {
    content: "";
    position: absolute;
    top: -244px;
    left: 0;
    background-color: #93999B;
    width: 50%;
    height: 600px;
    -webkit-clip-path: polygon(0% 100%, -0.04% 30.03%, 100.07% -0.35%, 100% 100%);
    clip-path: polygon(0% 75%, -0.04% 12.03%, 100.07% 40.65%, 100% 100%);
    transition: height 0.5s ease-in-out;
    z-index: 1;
}

.fashin_secpic {
    width: 100%;
    height: 355px;
    position: relative;
    display: flex;
	overflow: hidden;
}

.fashin_secpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition: 0.6s;
}

.fashin_secpic:hover img {
    transform: scale(1.1);
}

.fashin_sec_cardtop {
    width: 100%;
    margin: 0 auto;
    padding: 20px 200px 60px;
    position: absolute;
    top: 0;
    z-index: 1;
}


/*/*BB css edit*/
.dview {
    display: block;
}
.mview {
    display: none;
}

.mview .process_sec_card {
    padding: 15px;
    border: none;
}
.mview .nocircle {
    font-size: 18px;
    position: relative;
}

.mview .nocircle:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    height: 2px;
    width: 78%;
    background-color: #21293C;
}
.mview .title5 h5 {
    width: 100%;
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 26px;
}
.mview p {
    line-height: 24px;
}

/**/
.processSlide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.processSlide .owl-nav button.owl-prev, .processSlide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; background-color: #fff; border-radius: 50%; color: #000; font-size: 30px; pointer-events: all; box-shadow: 0px 0px 5px 0px #ddd;}
.processSlide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.processSlide .owl-nav button.owl-prev span::after { content: '\f060'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.processSlide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.processSlide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.processSlide .owl-nav button.owl-next span::before { content: '\f061'; color: #817979 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 22px; }
.processSlide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.processSlide .owl-nav button.owl-prev { left: 20px; position: relative; transition: 0.6s;}
.processSlide .owl-nav button.owl-next { right: 0px; position: relative; transition: 0.6s;}
.processSlide .owl-nav { position: absolute; display: inline-flex; top: 44%; align-items: center; justify-content: space-between; width: 54%; pointer-events: none; margin: 0 auto;}
.processSlide .owl-nav button.owl-prev:hover, .processSlide .owl-nav button.owl-next:hover { background: var(--theme-color2); border: 1px solid var(--theme-color2); color: #fff; transition: all .3s ease-in-out; transform: scale(1.6);}
.owl-theme .owl-nav { margin-top: 0; }
/**/


.service_gridcard_pic2 a {
	width: 100%;
}
.protfoliotext .subtag{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 6px;
	color: #FAEBDE;
	font-family: 'Nord-Black';
	letter-spacing: normal;
	font-weight: normal;
}
.protfoliotext h6 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 6px;
	color: #FAEBDE;
	font-family: 'Nord-Black';
	letter-spacing: normal;
	font-weight: normal;
}

.wpcf7-spinner{ display:none;}


.process_sec .row{
	height:auto !important;
}


.section-body{
            border-top: 1px solid #ffffff;
            padding: 20px 0 0;
            display: flex;
            justify-content: space-between;
            height: 110px;
            overflow-y: hidden;
            transition: 0.5s;
        }
        .section-body.active{
            height: auto;
        }
        .section-body .heading {
			text-transform: uppercase;
			color: #ffffff;
			width: calc(100% - 1020px);
			font-size: 20px;
			 font-family: 'NordBold';
			line-height: 26px;
		}
       .section-body .imgbox {
			display: inline-flex;
			width: 100%;
			max-width: 300px;
			height: 264px;
		}
        .section-body .imgbox img{
            width: 100%;
            object-fit: cover;
            clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
            transition: 0.5s;
        }
        .section-body.active .imgbox img{
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        }
        .section-body .text-box {
			
			width: 100%;
			max-width: 332px;
			
			
		}
.section-body .text-box p{
	font-size: 14px;
			color: #fff;
	line-height: 28px;
			font-weight: 300;
	font-family: "Roboto Flex", sans-serif;
}

.our_service .more{
	padding-top:60px;
}
.section-area {
	padding-top: 100px;
}

.servicedetail .section-area {
	padding-top: 0;
    padding-bottom:68px;
}
.section-area .section-body:last-child{
	border-bottom:1px solid #fff;
}

.servicedetail .section-body .heading, .servicedetail .section-body .text-box p{
	color:#071630;
}
.servicedetail .section-body {
    border-top-color: #354174;
}
.servicedetail .section-body .text-box p {
	text-transform: uppercase;
}
.servicedetail  .section-area .section-body:last-child {
	border-bottom: none;
}
.mobile-logo {
	display: none !important;
	width: 100% !important;
	max-width: 200px !important;
	position: relative !important;
	top: 10px;
	left: 20px;
}
.navigation-portrait .nav-menu > li > a {
		border-bottom-color: #131d2f;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	background-color: #020C1D;
}

.diagonal-shape {
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
}

    .diagonal-shape svg {
      width: 100%;
      height: 100%;
    }



.masonry-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 710px;
}

        .grid-item:hover {
            transform: translateY(-10px);
        }

        /* Grid layout patterns */
        .grid-item:nth-child(1) { grid-row: span 1; }
        .grid-item:nth-child(2) { grid-row: span 1; }
        .grid-item:nth-child(3) { grid-row: span 2; }
        .grid-item:nth-child(4) { grid-row: span 1; }
        .grid-item:nth-child(5) { grid-row: span 1; }

        .grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.6s ease;
        }

        .grid-item:hover img {
            transform: scale(1.1);
        }

/* Loading Animation */
        .grid-item {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        .grid-item:nth-child(1) { animation-delay: 0.1s; }
        .grid-item:nth-child(2) { animation-delay: 0.2s; }
        .grid-item:nth-child(3) { animation-delay: 0.3s; }
        .grid-item:nth-child(4) { animation-delay: 0.4s; }
        .grid-item:nth-child(5) { animation-delay: 0.5s; }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


.wpcf7 form .wpcf7-response-output {
    font-family: "Roboto Flex", sans-serif !important;
	font-size: 1em;
}



.inner-contact-form-area .wpcf7 form .wpcf7-response-output {
    margin-top: 140px;
    padding: 16px;
}

.bannertext{position: absolute;
  top: 50%;
  z-index: 9;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;}

.banner-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.banner-carousel .owl-item {
    transform: translate3d(0,0,0);
    backface-visibility: hidden;
}

.protfoli_textbody.mobail{
	display:none;
}
.our_services.our_services101.p-70 {
	background-color: #f0b58d;
}
.our_services.our_services101:before{
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape12.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	transform: translate(0px, 0px);
}
.process_sec.processcardnew.p-70 {
	position: relative;
	z-index: 1;
}
.process_sec.processcardnew::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 110%;
	background-image: url(../images/shape12.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(0px, -96px);
	z-index: -1;
}



/*-- mobileDivision area start --*/
.mobileDivisionarea{
    display: none;
    background-color: #071630;
    padding: 30px 0;
}
.mobileDivisionarea .accordion-button{}
.mobileDivisionarea .accordion-item {
    border: 1px solid #fff !important;
    width: 100%;
    max-width: 98%;
    margin: 0 auto 15px;
}
.mobileDivisionarea .accordion-item .accordion-header .accordion-button span{
    color: #26B065;
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
    font-family: 'Nord-Regular';
}
.mobileDivisionarea .accordion-item .accordion-header .accordion-button{
    display: block;
    position: relative;
}
.mobileDivisionarea .accordion-item .accordion-header .accordion-button .heading{
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}
.mobileDivisionarea .accordion-item .accordion-header .accordion-button .heading span{
    font-size: 14px;
    line-height: 1.5;
}
.mobileDivisionarea .accordion-item .accordion-header .accordion-button::before {
    content: "\f063";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 30px;
    height: 30px;
    background-color: #26B065;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-15px, 15px);
    font-size: 14px;
    font-family: FontAwesome;
    transition: all 0.5s ease-out;
}
.mobileDivisionarea .accordion-item .accordion-body{
    display: block;
}
.mobileDivisionarea .accordion-item .accordion-body img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 8px;
}
.mobileDivisionarea .accordion-item .accordion-body h4 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.2;
	margin: 0px 0 8px;
}
.mobileDivisionarea .accordion-item .accordion-body p {
	padding: 0;
	padding-bottom: 15px;
}
.mobileDivisionarea .accordion-item:nth-child(2) .accordion-header .accordion-button span{
    color: #AB82BA;
}
.mobileDivisionarea .accordion-item:nth-child(2) .accordion-header .accordion-button::before{
    background-color: #AB82BA;
}

.mobileDivisionarea .accordion-item:nth-child(3) .accordion-header .accordion-button span{
    color: #C44A5E;
}
.mobileDivisionarea .accordion-item:nth-child(3) .accordion-header .accordion-button::before{
    background-color: #C44A5E;
}
.mobileDivisionarea .accordion-item:nth-child(4) .accordion-header .accordion-button span{
    color: #38B5D6;
}
.mobileDivisionarea .accordion-item:nth-child(4) .accordion-header .accordion-button::before{
    background-color: #38B5D6;
}
/*-- mobileDivision area stop --*/

