
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary:#6C1B95;
    --secondary:#02071E;
    --text:#030510; 
    --white:#fff;
    --disabled:#B5B2BE;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
a:focus { outline: none;}
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
body {
    overflow-x: hidden;
}

.container {
    width: 100vw;
    margin: auto;
}



#banner {
    width: 100vw;
    height: 100vh;
    background:linear-gradient(180deg, #F7F8FA 30%, #fff 70%);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#banner .firstSlide {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-flow: column;
    gap: 8vh;

}

#banner .firstSlide.visible {
    display: flex;
}
#banner .firstSlide.visible[style*='display: block'] {
    display: flex !important;
}
#banner .firstSlide h1 {
    font-size: 70px;
}
#banner .firstSlide h1 span{
    color: var(--primary);
}

#nav {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 2vh 5%;
    position: fixed;
    width: 90%;
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    transition: padding 0.5s, margin 0.5s, width 0.5s;
}
/* #nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
     clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
} */
#nav ul li {
    margin: 0 10px;
}
#nav ul li a {
    text-decoration: none;
    color: var(--disabled);
}
#nav ul li a.active {
    text-decoration: none;
    color: var(--text);
}


.mainLogo {
    min-width: 150px;
    height: 35px;
}
.mainLogo img {
    object-fit: contain;
}
.talkBtn {
    background-color: var(--primary);
    color: var(--white);
    display: inline-block;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
}
#banner #Lbigbubble {
    position: absolute;
    top: 25%;
    left: -3%;
    width: 160px;
    height: 160px;
}
#banner #Lmidbubble {
    position: absolute;
    top: 20%;
    left: 7%;
    width: 60px;
    height: 60px;
}
#banner #Lsmallbubble {
    position: absolute;
    top: 30%;
    left: 6%;
    width: 30px;
    height: 30px;
}



#banner #Rbigbubble {
    position: absolute;
    top: 55%;
    right: -3%;
    width: 160px;
    height: 160px;
}
#banner #Rmidbubble {
    position: absolute;
    top: 50%;
    right: 7%;
    width: 60px;
    height: 60px;
}
#banner #Rsmallbubble {
    position: absolute;
    top: 60%;
    right: 6%;
    width: 30px;
    height: 30px;
}



#banner .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#banner .bannerbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh !important;
    max-width: 100% !important;
    width:100% !important;
    overflow: hidden;
}

.adjustDiv {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 5vh; */
    height: 60vh;
}
.bottomAAdjust {
    width: 100%;
    text-align: center;
}
.bottomAAdjust h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--text);
    font-size: 16px;
}
.bottomAAdjust a {
    color: var(--text);
    text-decoration: none;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 14px;
}
.bottomAAdjust a img {
    vertical-align: middle;
}

#whoweare {
    width: 100vw;
    height: 100%;
    background-color: var(--white);
    z-index: 0;
    position: relative;
    padding:50px 0;
}
.whoweCover {
    width: 80%;
    height: 80%;
    padding: 40px;
    background-color: var(--primary);
    color: var(--white);
    margin: 0px auto;
    border-radius: 0 200px 0 0;
    position: relative;
    z-index: 0;
}
.circleContact {
    position: absolute;
    right: 0px;
    top:0px;
    background-color: var(--white);
    width: 145px;
    height: 145px;
    box-shadow:0px 0px 10px 1px #555;
    border-radius: 50%;
    color: var(--text);
}
.whowediv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.whowediv h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: 800;
}
.whowediv p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}


#serviceModel {
    width: 100%;
    height: 100vh;

}
.description {
    color: #000;
}

.innerSection {
	width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: #000;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.section {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  overscroll-behavior: none;
  width: fit-content; /* Expand to fit all panels */
  overflow: hidden;
}
#panels {
    width: 100vw;
    overflow-x: hidden; /* Enable horizontal scrolling */
 overflow-y: hidden;
    white-space: nowrap; /* Prevent wrapping of child elements */
}
#serviceUl {
    display: flex;
    flex-flow: wrap;
}
#serviceUl li {
    width: 250px;
}
.panel {
        width: 100vw !important;
        white-space: normal;
        flex: 0 0 100vw;
    height: 100vh; 
}
.wider {
    width: 100vw !important;
}
#panel-1 {
    background-color:#B19BF3 ;
}
#panel-2 {
    background:#D3AEF4 ;
}
#panel-3 {
    background-color:#A1A8EE ;
}
#panel-4 {
    background-color:#849EE9 ;
}
#panel-5 {
    background-color:#E3C8FF;
}
#panel-6 {
    background-color:#B19BF3 ;
}
#panel-8 {
    background-color:#829DEA ;
}

.serviceCover {
    display:flex ;
    justify-content: space-between;
    align-items: center;
}
.serviceLeft {
    width: 50%;
    text-align: center;
    position: relative;
    height:100vh;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.serviceLeft img:first-of-type {
    max-width: 50%;
    min-width: 50%;
}
#panel-8 .serviceElement, #panel-5 .serviceElement {
    position: absolute;
    left:0 ;
    top: 80%;
    rotate: 60deg;
}
#panel-6 .serviceElement, #panel-3 .serviceElement {
    position: absolute;
    left:70% ;
    top: -0%;
    z-index: -1;
    rotate: -60deg;
}
#panel-3 .serviceElement {
    position: absolute;
    left:10%;
    top: -20%;
    rotate: 220deg;
}
#panel-4 .serviceElement, #panel-2 .serviceElement {
    position: absolute;
    left:-15% ;
    top: 17%;
    rotate: 130deg;
}
#panel-1 .serviceElement {
    position: absolute;
    left:-15% ;
    z-index: -1;
    top: 20%;
    rotate: 130deg;
    z-index: -1;
}
.serviceRight {
    width: 50vw;
    height: 100vh;
    background-color: var(--white);
    display: flex;
    align-items:flex-start;
    flex-flow: column;
    justify-content: center;
    text-align: left;
}
.ServiceHead {
    margin-left: -10%;
    padding: 40px;
    background-color: var(--white);
    padding-right: 20%;
}
.ServiceHead h4 {
    font-size: 30px;
    margin-bottom: 25px;

}
.ServiceHead p {
    font-weight: normal;
}

.serviceRight ul {
    margin: 30px;
}
.serviceRight ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 12px;
    font-weight: 600;
    padding-left: 35px;
}
.serviceRight ul li:before {
    content: "\eb7a";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--primary);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#serviceSecH4 {
    font-size: 85px;
    text-transform: capitalize;
    text-align: center;
    color: var(--white);
    font-weight: 400;
}
#panel-7 {
    background-color: var(--secondary);
    display: flex;
    color: var(--white);    
    justify-content: center;
    align-items: center;
}
#panel-9 {
    background: linear-gradient(90deg, white, gray);
    display: flex;
    color: var(--white); 
    /* background-image: url(../img/service-element.svg); */
}
#serviceCircle {
    position: absolute;
    opacity: 0.5;   
    z-index: -1;
}


#panel-7 ul {
    color: var(--white);
    width:auto;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    margin-top: 60px;
    padding: 0 20%;
    flex-flow: wrap;
    list-style: none;

}
#panel-7 ul li {
    color: var(--white);
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px;
    list-style-type: none;
    margin-right: 20px;
    vertical-align: top;
    position: relative;
    padding-left:40px;
    width: 30%;
        white-space: normal;
}
#panel-7 ul li:before {
    content: "\eb7a";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--white);
    font-size: 32px;
    position: absolute;
    left: 0;
    top: 11px;
    transform: translateY(-10%);
}




#cube {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
    width: 325px;
    z-index:999;
    position: absolute;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
    left: 70%;
    top: 20%;

}

.sections{
    width: 100vw;
            /* height: 100vh; */
}
.wrapper {
    min-height: 100vh;
    height: auto;
    display: flex;
    overflow: hidden;
    /* background-color: var(--secondary); */
}

.column {
    width: 50%;
    
}


.right {
    background-color: transparent;
    padding: 50px 0
}

.boxes-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box {
    width: 90%;
    height: 400px;
    /* background-color: rgb(161, 163, 1); */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 50px;
    margin-bottom: 70px;
    color: #fff;
    border-radius: 20px;
    /* box-shadow: 0 0 20px 2px #121c4d; */
}

.box:last-child {
    margin-bottom: 0;
}
.column.left {
    width: 50%;
}
.column.right {
    width: 50%;
    /* padding-top:300px */
    z-index: 1;
}
.abstractBg {
    position: absolute;
    z-index: -1;
    transform: rotate(180deg);
    left: 0;
    bottom: 0;
    filter: grayscale(100%);
    opacity: .8;
}

.left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: 100vh !important;
    padding: 50px;
    text-align: center;
    /* background-color: var(--secondary); */
    color: var(--text);
    position: relative;
    
}
.left h1 {
    font-size: 55px;
    margin-bottom: 30px;
    font-weight: 800;
}
.left p {
    font-weight: 500;
    line-height: 25px;
}
.agile {
    background-image: url(../img/agile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.waterfall {
    background-image: url(../img/waterfalls.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.hybrid {
    background-image: url(../img/hybrid.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.box h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.box p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    width: 80%;
}
.dat {
    background-image: url(../img/d-agile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

.ipp {
    background-image: url(../img/idea-pp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
        transform: translateX(50px);
	}
	100% {
		opacity: 1;
	}
}

.d-md-none {
        display: block;
    }

.d-lg-none {
    display: none;
}
.mobile-menu {
 
line-height: 1.6em;
font-weight: 400;

text-align:center;
	position: relative;
  margin:0 auto;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:center;
  width:60%;
  /* position: absolute; */
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	/*float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
	display:block;
	/* min-width:140px; */
	text-align: center;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	/* color: #fff; */
  text-transform:uppercase;
	/* background: #8aa8bd; */
	text-decoration: none;
  /* margin-left:-5px; */
  /* padding: 10px 0;   */
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/


/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	/* background: #f3f3f3; */
	/* color: #2f3036; */
	/* height: 40px; */
	line-height: 40px;
    
    
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #4db3ff;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
    
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #fff;
	background: var(--secondary);
	text-align: center;
	padding: 10px 15px;
	display: none;
  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .show-menu span{
   padding-left: 25px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}
.mobile-menu .show-menu img {
        width: 150px;
    }


#nav.sticky {
  position: fixed;
  top: 0;
  width: 90%;
  /* margin:auto; */
  margin-top: 8px;
  z-index: 9998;
  padding: 5px 20px;
  backdrop-filter: blur(10px);
  background-color: rgb(255 255 255 / 30%);

}
#nav.sticky .talkBtn {
 padding: 4px 20px;   
}
#nav.sticky .mainLogo {
    min-width: 130px;
    height: auto;
    height: 32px;
    background-color: #fff;
    border-radius: 20px;
    padding:3px 5px
}





#technology {
    height: auto;
    width: 100vw;
    display: flex;
    justify-content:center;
    /* align-items: center; */
    flex-flow: column;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #F5F7FB
}
#technology h4 {
    color: var(--text);
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#technology h2 {
    color: var(--text);
    font-size: 60px;
    margin-bottom: 20px;
    text-align: center;
    z-index: 1;
    font-weight: 800;
}
#technology p {
    color: var(--text);
    margin-bottom: 20px;
    text-align: center;
}

#technology #technology_1, #technology #technology_2 {
    position: absolute;
    z-index: 0;
    opacity: .8;
}
#technology #technology_1 {
    right: -8%;
    top:10%;
    
}

#technology #technology_2 {
    left: -8%;
    bottom:50%;
   
}


.technologyUl {
    list-style-type: none;
    width: 80%;
    margin: 50px auto;
    z-index: 2;
    vertical-align: top;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.technologyUl li {
    display: inline-block;
    margin: 5px;
    width: 23%;
    height: 170px;
    list-style-position: inside;
    background-color: #ffffff84;
    backdrop-filter: blur(10px);
    padding-left:20px;
    color: var(--text);
    margin-bottom: 10px;    
    white-space:normal;
    padding: 20px;

}
.technologyUl li h2 {
    font-size: 16px !important;
    font-weight: 600;
    text-align: left !important;
    color: var(--text);
}
.technologyUl li p {
    font-weight: 400;
    text-align: left !important;
    color: var(--secondary);
}
.contactFooter {
    height: 100vh;
    width: 100vw;
}
.contactFooter .colorCover {
    background-color: var(--primary);
    width: 80%;
    margin: 10vh auto;
    height: 80vh;
    border-radius: 20px;
    padding:100px;
    color:var(--white);
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.contactFooter .colorCover .element-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.contactFooter .colorCover .element-2 {
    position: absolute;
    right: -10%;
    top:0;
    z-index: 0;
}
.contactFooter .colorCover h2 {
    font-size:55px;
    font-weight: 800;
}
.contactFooter .colorCover h4 {
    font-size:25px
}
.contactFooter .colorCover p {
    font-size:16px;
    font-weight: 500;
    margin: 20px 0;
}
.sentBtn {
    /* background-color: var(--white); */
    padding: 10px 20px;
    display: inline-block;
    color: var(--white);
    border: solid 1px var(--white);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    margin: 10px 0;
    width: fit-content;
    z-index: 1;
    transition: all 300ms ease;
   
}
.sentBtn span {
   pointer-events: none;
  transition: transform 300ms cubic-bezier(0.3, 1, 0.7, 1); 
}
.whyChoose {
    background-color: #F5F7FB;
    height:auto;
    width: 100vw;
    text-align: center;
    padding: 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    
}
.whyChoose h2 {
    font-size: 4vw;
    margin-bottom: 2vh;
}
.whyChoose p {
    font-weight: 500;
    margin-bottom: 5vh;
}
.chooseCover {
    display: flex;
    justify-content: center;
    width:80%;
    margin-top: 5vh;
}

.chooseLeft {
text-align: left;
display: flex;
align-items: start;
justify-content: center;
width: 50%;
}
.chooseLeft ul {
    list-style-type: none;
    width: 70%;
}
.chooseLeft ul li {
   margin-bottom: 10px;
    display: flex;
    padding-left: 25px;
    width: 100%;
    flex-flow: wrap;
    position: relative;
    
}
.chooseLeft ul li:before {
content: "\f3c1";
    color: var(--primary);
        font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    position: absolute;
    top: 5px;
    left: 10px;
}
.chooseLeft ul li h3 {
    font-size: 18px;
    margin-bottom:10px;
}
.chooseRight .chooseSpec h3 {
    font-size: 18px;
    margin-bottom:5px;
}
.chooseLeft ul li p, .chooseRight .chooseSpec p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2vh;
}
.chooseRight {
    text-align: left;
    width: 50%;
    display: flex;
    flex-flow: nowrap;
    gap:8px;
    justify-content: center;
}
.chooseRight .chooseSpec {
    width: 280px;
    display: flex;
    height: 200px;
    padding:20px;
    background-color: var(--white);
    margin-bottom: 8px;
    vertical-align: top;
    flex-flow: column;
    justify-content: space-between;
}
.chooseRight .chooseSpec img {
    width: 47px;
    height:fit-content;
    float: right;
    margin-bottom: 5vh;
    transform: translate(184px, 10px);
}
.mt-20 {
    margin-top: 20px;
}
.firstLeft {
    width: min-content;
}
.secondLast {
    width: min-content;
}
.expertise {
    background-color: var(--secondary);
    color: var(--white);
    /* height: 100vh; */
    width: 100vw;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    flex-flow: column;
}
.expertise h2 {
    font-size: 4vw;
    margin: 5vh 0;
    font-weight: 800;
    text-align: center;
}
.expertise .w-100 {
    width: 100%;
}
.expertise ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
    width: 80%;
    margin: 40px auto;
}
.expertise ul li {
    width: 23%;
    height: 300px;
    background-color: rgba(192,192,192,0.12);
    display:flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 15px;
    flex-flow: column;
    text-align: center;
}
footer {
    background-color: var(--secondary);
    padding: 50px;
    color: var(--white);
    height: 90vh;
    /* margin: 0 40px; */
    position: relative;
    width: 100vw;
    overflow: hidden;
    padding: 70px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
footer .backImg {
    position: absolute;
    z-index: 0;
    top: 16vh;
    left: 50%;
    transform: translate(-50%);
    width: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
footer .address {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
footer .address.active {
    display: block;
    opacity: 1; /* Fully visible */
    visibility: visible; /* Make it interactive */ 
}
footer .backImg.active {
     opacity: 1; /* Fully visible */
    visibility: visible; /* Make it interactive */
}
footer .socialBox {

    width: 200px;
    height: 40px;
    /* background-color: red; */
}
footer .sendTotop {
    position: absolute;
    bottom: 80px;
    right: 8%;
    text-decoration: none;
    color: var(--white);
    font-size: 25px;
    border:solid 1px var(--white);
    width: 40px;
    height: 40px;
    border-radius:50%;
    display:flex;
    justify-content: center;
    align-items:center
}
footer .sendTotop i {
    color: var(--white);
    font-weight: 300;
}
footer .socialBox ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap;
    height: 100%;
    gap: 10px;
}
footer .socialBox ul li {
width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
footer .companyName {
    font-weight: 600;
    color: var(--white);
    font-size: 30px;
    margin-bottom: 10px;
}

footer .socialBox ul li a {
    width: 32px;
    height: 32px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
}
footer .footerBtm {
    height: 70px;
    border-top:solid 1px rgba(192,192,192,0.12);
    bottom: 0;
    position: absolute;
        width: 90%;
    padding: 20px;
    left: inherit;
    transform: translateX(0%)
}
footer .mapList {
    list-style-type: none;
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom:solid 1px rgba(192,192,192,0.22);
    width: fit-content;
    margin-bottom: 20px;
}
footer .gapSec {
    padding:50px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
footer .gapSec h4 {
    color: var(--primary);
    font-size: 18px;
    margin-bottom: 10px;
}
footer .gapSec p {
    font-weight: 400;
    line-height: 24px;
}
footer .mapList li {
    list-style-type: none;
    cursor: pointer;
}
.mapList li img.active {
    opacity: 1;
}
.mapList li img {
    opacity: .3;
}
footer .links {
    list-style-type: none;
}
footer .links li {
    margin-bottom: 10px;
}
footer h5 {
    margin-bottom: 15px;
    font-size: 22px;
}
footer .links li a {
    color: var(--white);
    text-decoration: none;
}










/* build samrt with us */
.buildBanner {
    height: 50vh;
    width: 100vw;
    overflow: hidden;
    position:relative;
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.backingText {
    
    white-space: nowrap;
    position: absolute;
    z-index: 0;
    top: 16%;
}
.backingText h2 {
    transform: translateX(24%);
    color: #F4F4F4;
    font-weight: 900;
     font-size: 230px;
}
.centerHead {
    display: flex;
    width: 80%;
    margin: auto;
    align-items: flex-end;
    justify-content: space-around;
    z-index: 1;
    gap: 10%;
}
.centerHead h1 span {
    font-size:50px;
    font-weight: 300;
}
.centerHead h1 {
    font-size:50px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 48px;
}
.centerHead img {
    width: 100%;
}
.centerHead p {
    font-weight: 400;
}
.serviceBtn {
    /* background-color: var(--primary); */
    background: linear-gradient(130deg,#6c1b95 20%, #4889f1 );

    padding:25px;
    color:var(--white);
    display:flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
}
.serviceBtn span i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}
.serviceBtn span  {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    display: flex;
    flex-flow: nowrap;
    border:solid 1px var(--white);
     border-radius:20px;
     min-width: 60%;
     padding:3px 10px
}


.solutionList {
    display: flex;
    padding-bottom: 20vh;
}

.solutionList ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    gap:5px;
    flex-flow: wrap;
}

.solutionList li {
    width:33%;
    background-color:#F5F7FB ;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding:20px 10px;
    position: relative;
    overflow: hidden;
}
.solutionList li:hover .morecon {
    transform: translateY(0);
      opacity: 1;
       transition: transform .5s;
}
.solutionList li .morecon {

    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    top: 0;
    background-color: #6c1b95af;
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 50px;
   transform: translateY(100%);
    transition: transform .5s, opacity .5s;
    opacity: 0;
    
}

.solutionList li .morecon h3 {
    margin-bottom: 10px;
    color: var(--white);
  
}
.solutionList li .morecon p {
    margin-bottom: 20px;
    color: var(--white);
    font-weight: 400;
    font-size:15px;
}
.solutionList li .morecon a.viewBtn {
    border: solid 1px var(--white);
    padding: 8px 10px;
    margin: 10px;
    border-radius: 5px;
    color: var(--white);
    font-weight: 400;
}

.solutionList li a {
   color: var(--text); 
   text-align: center;
   text-decoration: none;
}
.gapContent {
    padding:20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.gapContent p {
    width: 85%;
    margin-bottom: 25px;
    line-height: 22px;
    font-weight: 500;
}
.gapContent p strong {
    font-weight: 300;
    font-size: 35px;
    line-height: 40px;
}

.bg-head-color {
    background-color: #F5F7FB;;
}

.bg-head-color .backingText h2 {
    color: rgba(108, 27, 149, .040);
}
.hireHead {
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hireHead h2 {
    font-size: 70px;
    text-align: center;
}
.collaborateBox {
    background-color: var(--secondary);
    color: var(--white);
    padding:30px 10vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 5px solid var(--primary);
    width: 100vw;
    z-index: 1;
    position: relative;
}

.collaborateBox p {
    width: 60%;
}
.collaborateBox a {
    background-color: var(--white);
    padding: 15px 20px;
    color: var(--text);
    border-radius: 10px;
    text-decoration: none;
}
.collaborateBox a i {
    color: var(--primary);
}
.text-center {
    text-align: center;
}

.collaborateBox2 {
    background-color: var(--primary);
    color: var(--white);
    padding:30px 10vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 5px solid var(--primary);
    width: 100vw;
    z-index: 1;
    position: relative;
}

.collaborateBox2 p {
    width: 40%;
    font-weight: 300;
    font-size: 20px;
}
.collaborateBox2 a {
    background-color: var(--white);
    padding: 15px 20px;
    color: var(--text);
    border-radius: 10px;
    text-decoration: none;
}
.collaborateBox a i {
    color: var(--primary);
}





.branches {
    background-color: var(--secondary);
    padding:50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    overflow: hidden;
    width: 100vw;
}
.branches h2 {
    font-size: 70px;
font-weight: 700;
color:var(--white);
width: 100%;
text-align: center;
margin-bottom: 50px;
}
.branches .mapContact {
    width: 45%;
    overflow: hidden;
}
.branches .mapContact img {
   width: 103%;
}
.branches .addressContact {
     width: 52%;
    
}
.addressContact {
    display: flex;
    flex-flow: wrap;
    gap: 8px;

}
.contactImg img {
    width: 100%;

}
.addressContact .singleContact{
    width: 47%;
    background-color: var(--white);
    color: var(--text);
    padding:20px;
    min-height: 260px;
    border-radius: 15px;
}
.addressContact .singleContact h4 {
    color: var(--primary);
    margin-bottom: 15px;
}
.addressContact .singleContact p {
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.addressContact .singleContact p  {
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 40px auto;

}
.addressContact .singleContact p  i {
    color: var(--primary);
    font-weight: 300;
    font-size: 18px;
}
.mapView {
    height: 50vh;
    width:100vw
}

.australianCover {
    display: flex;
    /* grid-template-columns: 35% 45%; */
    padding:100px;
    justify-content:space-evenly;
    align-items: center;
    width: 100vw;
    overflow: hidden;
}
.ausaddBox {
    width: 60%;
}

.ausaddBox .emailPhone {
    display: grid;
    gap: 8%;
    align-items: center;
    grid-template-columns: 46% 46%;
    margin-bottom: 20px;
}
.sepEmailPhone span {
    font-weight: 400;
    text-transform: uppercase;
    border-left: solid 3px var(--primary);
    padding-left:10px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.sepEmailPhone a {
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
}
.ausaddBox .addressaus{
    border: solid 1px rgba(124,119,127,0.24);
    padding:20px;
    border-radius: 15px;
    width: 100%;
    height:auto;
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-flow: column;
    
}
.sepEmailPhone {
    border: solid 1px rgba(124,119,127,0.24);
    padding:20px;
    border-radius: 15px;
}
.addressaus h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.addressaus i {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 20px;
}

.addressaus p {
    font-weight: 400;
}
.addressContact .singleContact a {
    color:var(--text) ;
    text-decoration: none;
}



.top-30 {
    top: 30px;
}



.text-gray-40 {
    color: gray;
}

.grid-wrap {
    padding-left: 30px;
    padding-right: 30px;
}


.features {
    /* display: flex;
    
    
    width: 100vw;
    overflow: hidden; */
    background-color: white;
    display: flex;
    min-height: 100vh;
    overflow: visible;
    flex-wrap: wrap;
    padding: 30px;
    width: 100vw
}

.featureLeft {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    align-self: flex-start;

}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.self-start {
    align-self: flex-start;
}

.featureLeft ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.featureLeft ul li {
    margin-bottom: 30px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.featureLeft ul li a {
    font-size: 25px;
    color: #6C1B95;
    font-weight: 400;
    text-decoration: none;
}

.featureSection {
    padding: 50px;
    height: 100vh;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    overscroll-behavior: none;
    width: fit-content;
    overflow: hidden;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}



.featureSection p {
    text-align: center;
    width: 80%;
    font-weight: 400;
    line-height: 25px;
}

.featureSection img {
    width: 50%;
    margin-bottom: 30px;
}

.featuresRight {
    width: 50%;
    overflow: hidden;
}
.mobileTitle {
    display: none;
}
.marqueeHire {
    background-color: #B19BF3;
    font-size: 50px;
    color: var(--white);
    font-weight: 400;
    text-align: right;
    padding: 30px;
    z-index: 0;
    width:102vw;
    transform: translate(-2vw) rotate(2deg);
    /* position: absolute; */
}
.marqueeHire h1 {
transform: translateX(-20vw);
}



/*Responsive Styles*/

@media screen and (max-width : 764px){
  .mobile-menu .lines {
    position: relative;    
    height: 20px; 
    width:20px;
    /* padding-right:15px; */
}
.mobile-menu .lines:before {
    content:"\ef34";
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
        min-height: 70vh;
        margin: 0;
        padding: 0;
        width: -webkit-fill-available;
        margin-top: 30px;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
        padding:10px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
	    width: -webkit-fill-available;

	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
        display: block;
        right: 14px;
        position: absolute;
        border-radius: 5px;
	}
}

@media (max-width:1200px) {
    .expertise ul li {
    width: 30%;
    }
    .whyChoose {
        height: auto;
    }
    .chooseLeft {
        justify-content: flex-start;
    }
    .contactFooter {
        height: auto;
    }
    .contactFooter .colorCover {
        height: auto;
    }
    footer {
        height: auto;
    }
    .australianCover {
    display: flex;
    flex-flow: column;
        padding: 100px 50px;
        gap: 5%;
    }
    .ausaddBox {
    width: 90%;
}
    .contactImg img {
        width: 100%;
    }
    /* .ausaddBox {
        width: 100%;
    }  */
    .buildBanner {
        height: 250px;
    }
    .ausaddBox .addressaus {
        height: auto;
    }
    .branches {
        position: relative;
        justify-content: center;
    }
    .branches .mapContact {
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        width: 100%;
    }
    .branches .addressContact {
        z-index: 1;
        width: 80%;
    }
    .featureLeft ul li a {
    font-size: 20px;
    }
    .featureLeft ul li {
    margin-bottom: 20px;
    }
    .featureSection img {
    width: 70%;
    }
    .firstSlide h1 {
        font-size: 60px;
    }
    #cube {
        width:200px;
    }
    .whoweCover {
        width: 90%;
        border-radius: 0 50px 0 0;
        height: auto;
    }
    .circleContact {
        width: 120px;
        height: 120px;
        right: -20px;
        top: -20px;
    }
    .circleContact img {
        width: 100%;
    }
    #whoweare {
        height: auto;
    }
    #technology h2 {
    color: var(--text);
    font-size: 40px;
    }
    #technology  {
        height: auto;
    }
    #banner .firstSlide h1 {
        font-size: 60px;
    }
    #serviceSecH4 {
        font-size: 70px;
    }
    #panel-7 ul {
        padding: 0 10%;
    }
     .technologyUl li {
        min-width:210px;
        width: 30%;
    }
}

@media (max-width:981px) {
    .expertise ul li {
    width: 200px;
    }
    .whyChoose {
        height: auto;
    }
    .chooseCover {
        width: 100%;
    }
    .chooseLeft {
        justify-content: flex-start;
        width: 50%;
    }
    .chooseLeft ul {
        width: 100%;
    }
    .chooseRight .chooseSpec img {
        transform: translate(0, 0);
    }
    .chooseRight .chooseSpec {
        width: 100%;
    }
    .firstLeft, .secondLast {
    width: 100%;
    }
    .contactFooter {
        height: auto;
    }
    .contactFooter .colorCover {
        height: auto;
    }
    footer {
        height: auto;
    }
    .featureSection img {
        width: 50%;
    }
    #banner .firstSlide h1 {
        font-size: 50px;
    }
    #cube {
        width: 210px;
    }
    .whoweCover {
        width: 95%;
            border-radius: 0 50px 0 0;
            height: auto;
    }
    #whoweare {
        height:auto
    }
    .circleContact {
        width: 90px;
        height: 90px;
    }
    .circleContact img {
        width: 100%;
    }
    #panel-7 ul {
        width:90%;
        padding: 0 5%;
        margin: auto;
    }
    .buildBanner {
        height: 350px;
    }
    .centerHead {
        width:95%
    }
    .centerHead div:first-child {
        display: none;
    }
    .marqueeHire {
        font-size: 40px;
    }
    .solutionList ul {
        text-align: center;
        align-items: flex-start;
    justify-content: space-around;
    }
    .solutionList li {
        width: 30%;
        white-space: normal;
    }
    .solutionList li a {
        width: 100%;
    }
    .solutionList li img {
        width: auto;
        max-height: 156px;
    }
    .solutionList li a h4{
        white-space: normal;
    }
    #technology h2 {
        font-size: 40px;
    }
    #technology {
        height: auto;
    }
    .left h1 {
        font-size: 47px;
        margin-bottom: 9px;
        font-weight: 800;
    }
     .technologyUl li {
        min-width:210px;
        width: 35%;
    }
}

@media (max-width:764px) {
    #nav {
    background-color: #fff;
    padding: 10px;
    border-radius: 20px;

    position: fixed;
    width: 90%;
    min-height: 40px;
    display: flex;
    justify-content: flex-start;
        align-items: baseline;
    z-index: 10;
    flex-flow: wrap;
    box-shadow: 0 0 5px 1px #e7e6e6;
    flex-flow: column;
}
.talkBtn {
    background-color: var(--primary);
    color: var(--white);
    display: block;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    width: 100%;
}

.mainLogo {
    min-width: 200px;
    min-height: auto;
    margin-bottom: 10px;
}
.addressContact .singleContact {
            background-color: rgba(255, 255, 255, .7);
        backdrop-filter: blur(7px);
}
    #banner .firstSlide h1 {
    font-size: 45px;
    }
    #banner .firstSlide {
        padding: 20px;
        padding-top: 0px;
    }
    .adjustDiv {
        height:auto;
        width: 100%;
        margin-top:10vh
    }
    #cube {
      width:50% ;
      bottom:20%;
      right: 10%;
      left: inherit;
      top: inherit;
      display: none;
    }
    .bottomAAdjust {
        display: flex;
        flex-flow: column;
    }
    .d-md-none {
        display: none !important;
    }
    .d-lg-none {
    display: block;
}
    #whoweare {
        height:auto
    }
    .whoweCover {
        padding:40px 15px;
            width: 90%;
                border-radius: 0 70px 0 0;
                height: auto;
    }
    .whowediv h2 {
    font-size: 27px;
    line-height: 30px;
    }
    .circleContact {
    display: none;
    }
    
    #panel-7 .container ul {
        display: none;
    }
    #panel-7 .container {
        height: auto;
    }
    
    .serviceLeft {
        display: none;
    }
    .serviceRight {
        width: 100%;
        height: auto;
    }
    #serviceSecH4 {
    font-size: 55px;
    }
    .section {
        flex-flow: column;
    }
    .ServiceHead {
        margin-left: 0;
    }
    #panels .panel {
        border-bottom: solid 5px var(--primary);
    }
    #technology {
        height: auto;
    }
    .technologyUl {
        width: 95%;
        margin-bottom: 0;
    }
    .technologyUl li {
        min-width:210px;
        width: 45%;
    }
    .wrapper {
        flex-flow: column;
    }
    .column.left, .column.right {
        width: 100%;
    }
    .left {
        height: auto !important;
        
    }
    #technology h2 {
    font-size: 40px;
    }
    .box h2 {
        text-align: center;
    }
    .contactFooter .colorCover {
        padding:40px
    }
    .contactFooter .colorCover h2 {
        font-size: 10vw;
    }
    .whyChoose {
        height: auto;
            padding: 50px 10px;
    }
    .whyChoose h2 {
    font-size: 30px;
    margin-bottom: 2vh;
}
    .chooseCover {
        width:100%;
        flex-flow: column;
    }
    .chooseLeft {
        width: 100%;
    }
    .chooseRight {
        width: 100%;
        flex-flow: column;
    }
    .chooseLeft ul {
        width:100%
    }
    .contactFooter {
        height: auto;
    }
    .contactFooter .colorCover {
        height: auto;
    }
    .sentBtn {
    background-color: var(--white);
    padding: 10px 14px;
    }
    footer {
        width: 100%;
        height: auto;
        background-color: var(--secondary);
        margin:0;
    }
    footer .backImg {
        display: none;
    }
    footer .socialBox {
        position: inherit;
        width: 100%;
        height: 38px;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    footer .companyName {
        text-align: center;
    }
    footer .socialBox ul {
        flex-flow: nowrap;
    }
    .expertise {
        padding:50px 10px
    }
    .expertise ul {
        width: 90%;
    }
    .expertise ul li {
        width: 90%;
        height:200px
    }
    .expertise ul li img {
        max-width: 80px;
        max-height: 90px;
    }
    footer {
        padding:50px 10px
    }
    .panel {
        height: auto;
    }
    .whowediv {
        height: auto;
    }
    footer .gapSec {
        padding: 50px 0;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
    }
footer .footerBtm {
    width: 100vw;
    text-align: center;
}





    .solutionList li {
    width:49%;
    }
    .solutionList li img {
    width:auto;
    max-height:180px;
    }
    .buildBanner {
        height: auto;
    }
    .centerHead {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .australianCover {
        display: flex ;
        flex-flow: column;
    }
    .ausaddBox {
        width: 100%;
    }
    .ausaddBox .addressaus {
        height: auto;
    }
    .contactImg {
        margin-bottom: 20px;
    }
    .branches {
        position: relative;
        width: 100vw;
        justify-content: center;
    }
    .branches .mapContact {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
    }
    .branches .addressContact {
        width: 90%;
        z-index: 1;
    }
    .australianCover {
        padding: 50px 20px;
    }
    .addressContact .singleContact {
        width: 80%;
        margin: auto;
    }
    .hireHead h2 {
        font-size:50px;
    }
    .hireHead {
        height: auto;
        padding:50px;
    }
    .collaborateBox {
        flex-flow: column;
        text-align: center;
    }
    .collaborateBox p {
        width: 90%;
        margin-bottom: 15px;
    }
    .centerHead p {
        margin-bottom: 20px;
    }
    .solutionList li {
        text-align: center;
    }
    .featuresRight  {
        width: 100%;
    }
    .featureLeft  {
        display: none;
    }
    .featureLeft ul li {
        margin-bottom: 10px;
    }
    .featureSection {
        height: auto;
        padding:0;
        margin-bottom: 20px;
        border-bottom: solid 5px var(--secondary);
        padding-bottom: 20px;
    }
    .featureSection:last-child {
        border-bottom:none
    }
    .features {
        padding:20px
    }
    .featureLeft ul li a {
        font-size: 15px;
    }
    .mobileTitle {
        display: block;
        color: var(--primary);
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .marqueeHire {
        font-size: 30px;
        text-align: center;
    }

.marqueeHire h1 {
    transform: translateX(0vw);
}
    .collaborateBox2 {
        flex-flow: column;
    }
    .collaborateBox2 p {
        width: 90%;
        margin-bottom: 20px;
        text-align: center;
    }
    .buildBanner {
        padding-top: 200px;
    }
}





@media (max-width:565px) {
    .solutionList li {
        width:99%;
        overflow: hidden;
    }
    .addressContact .singleContact {
        width: 100%;
    }
    .buildBanner {
        padding-top: 200px;
        padding-bottom: 50px;
    }
    .ausaddBox .emailPhone {
        display: flex;
        align-items: center;
        flex-flow: column;
        gap: 0;
        margin-bottom: 0;
    }
    .sepEmailPhone {
        width: 100%;
        margin-bottom: 20px;
    }
    .contactImg {
        display: none;
    }
    .hireHead h2 {
        font-size:40px;
    }
    .gapContent p {
        text-align: center;
        width: 100%;
    }
    .marqueeHire {
        font-size: 25px;
        text-align: center;
    }
    .branches h2 {
    font-size: 60px;
    }
    .expertise h2 {
        font-size: 40px;
    }
    .technologyUl li {
        width: 100%;
        height: auto;
    }
}