@font-face {
  font-family: 'Euclid Circular B';
  src:  url('../landing-fonts/EuclidCircularB-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Circular B';
  src:  url('../landing-fonts/EuclidCircularB-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Circular B';
  src:  url('../landing-fonts/EuclidCircularB-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}

body {
  font-family: "Poppins", serif;
  color: #161824;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  background: #000000;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
* {
  box-sizing: border-box;
}
img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

h1 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: bold;
  font-size: 70px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  font-size: 50px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  font-size: 45px;
  margin: 0px;
  padding: 0px;
}
h4 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}
h5,
h6 {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

form,
input,
select,
textarea,
p,
button {
  margin: 0px;
  padding: 0;
  font-family: "Poppins", serif;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(161, 161, 182);
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}
figure{
  padding: 0;
  margin: 0;
  width: 100%;
}
.page-center {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.premier-banner {
  background-image: url("../images/premier-bg-min.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.premier-center h2 {
  font-size: 50px;
  line-height: 59.19px;
  font-family: "Poppins", serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.premier-center h1 {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.premier-center h1 span {
  font-size: 70px;
  background: linear-gradient(45deg, #6b42fb, #f2985a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.premier-center h1 small {
  font-weight: 400;
  font-size: 60px;
}
.premier-center h5 {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.premier-center p {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30.19px;
  color: rgb(161, 161, 182);
  text-align: center;
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
.premier-top {
  display: flex;
  gap: 15px;
  padding-top: 128px;
}
.premier-left {
  max-width: 201px;
  width: 100%;
  align-self: flex-start;
}
.premier-right {
  max-width: 218px;
  width: 100%;
  align-self: flex-end;
}
.premier-left img {
  max-width: 184px;
  width: 100%;
}
.premier-right img {
  max-width: 218px;
  width: 100%;
}
.premier-center {
  flex-grow: 1;
  padding: 50px 0 30px;
}
.business {
  padding: 97px 0 0;
  border: 7px solid transparent;
  border-width: 0 0 7px 0;
  border-image: linear-gradient(
      0deg,
      rgb(255, 116, 38) 0%,
      rgb(242, 48, 174) 100%
    )
    1;
  border-image: -moz-linear-gradient(
      0deg,
      rgb(255, 116, 38) 0%,
      rgb(242, 48, 174) 100%
    )
    1;
  border-image: -webkit-linear-gradient(
      0deg,
      rgb(255, 116, 38) 0%,
      rgb(242, 48, 174) 100%
    )
    1;
  border-image: -ms-linear-gradient(
      0deg,
      rgb(255, 116, 38) 0%,
      rgb(242, 48, 174) 100%
    )
    1;
}
.business-title-border {
  border-bottom: 0.5px solid #1a1d1e;
}
.business-title {
  text-align: center;
  position: relative;
  padding-bottom: 70px;
}
.business-title::after {
  content: "";
  width: 67px;
  height: 2px;
  left: 243px;
  display: block;
  position: absolute;
  background: url(../images/border-bg-min.png) no-repeat;
  bottom: -1px;
}
.business-title h5 {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}
.business-title h4 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 200;
}
.business-title h2 {
  font-size: 70px;
  line-height: normal;
  font-weight: 800;
  color: #000;
  user-select: none;
  background: linear-gradient(to right, #6b42fb 40%, #e68463 53%, #f2985a 91%);
  background: -webkit-linear-gradient(
    to right,
    #6b42fb 40%,
    #e68463 53%,
    #f2985a 91%
  );
  background: -moz-linear-gradient(
    to right,
    #6b42fb 40%,
    #e68463 53%,
    #f2985a 91%
  );
  background: -o-linear-gradient(
    to right,
    #6b42fb 40%,
    #e68463 53%,
    #f2985a 91%
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 1.6px transparent;
}
.business-row {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 48px 0 96px;
}
.business-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 609px;
  width: 100%;
  position: relative;
}
.business-item:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% + 146px);
  background-color: #1a1d1e;
  left: -30px;
  top: -50px;
}

.business-item:nth-child(even)::after {
  content: "";
  width: 1px;
  height: 91px;
  left: -31px;
  display: block;
  position: absolute;
  background: url(../images/border-bg-2-min.png) no-repeat;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.business-item img {
  width: 51px;
  height: 51px;
  object-fit: contain;
}
.business-item h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #fff;
}
.landing-call-to-us-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 750px;
  width: 100%;
}
.landing-call-to-us-left h3 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}
.landing-call-to-us-left p {
  font-weight: 200;
  color: #fff;
}

.landing-call-to-row{
  padding: 75px 60px;
  border-radius: 30px;
  background: rgba(39, 14, 86, 0.278);
  display: flex;
  align-items: center;
  gap: 120px;
  background: url("../images/free-quote-bg-min.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.landing-call-to-us-right a {
  border-radius: 15px;
  background-color: rgb(5, 188, 165);
  font-size: 24px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", serif;
  padding: 25px 50px;
  color: #000;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  display: block;
  white-space: nowrap;
}
.landing-call-to-us-right a:hover{
	background-color: rgb(3, 111, 99);
	color: #fff;
}
.landing-title {
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.landing-title h3 {
  padding-bottom: 35px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}
.landing-title p {
  font-weight: 200;
  color: #fff;
}
.landing-explore {
  padding-top: 95px;
}
.landing-explore-row {
  max-width: 1807px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px 90px;
}
.landing-explore-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 25px;
}
.landing-explore-row ul li {
  font-family: "Plus Jakarta Sans", serif;
  color: rgb(137, 137, 137);
  font-weight: 700;
  line-height: normal;
  font-size: 18px;
  padding: 25px;
  background-color: rgb(28, 28, 28);
  border-radius: 50px;
}
.landing-industries .landing-title {
  padding-bottom: 90px;
}
.landing-tab-container {
  border-top: 0.5px solid #1a1d1e;
  border-bottom: 0.5px solid #1a1d1e;
}

.landing-tab-container .page-center {
  display: flex;
}
.landing-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 260px;
  width: 100%;
  border-left: 0.5px solid #1a1d1e;
  border-right: 0.5px solid #1a1d1e;
}

.landing-tabs li {
   color: #fff;
   font-size: 17px;
   line-height: normal;
   font-weight: 500;
   font-family: "Plus Jakarta Sans", serif;
   padding: 21px 40px;
   cursor: pointer;
   position: relative;
   user-select: none;
}
.landing-tabs li.active{
	color: rgb(235, 147, 98);
	background-color: rgba(26, 29, 30,0.671);
} 
.landing-tabs li.active::before{
	width: 4px;
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color:rgb(235, 147, 98);;
}
.landing-tabs li:hover {
  color: #eb9362;
}

.landing-tab-content {
  flex-grow: 1;
}

.landing-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
.landing-tab-pane::before {
	content: "";
	width: 67px;
	height: 2px;
	left: 145px;
	display: block;
	position: absolute;
	background: url(../images/border-bg-min.png) no-repeat;
	top: -1px;
  }
.landing-tab-pane::after {
	content: "";
	width: 67px;
	height: 2px;
	right: 378px;
	display: block;
	position: absolute;
	background: url(../images/border-bg-min.png) no-repeat;
	bottom: -1px;
  }
.landing-tab-pane.active {
  display: flex;
  opacity: 1;
}
.landing-industries{
	padding-bottom: 156px;
	background-image: url("../images/industry-bg-left-min.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.landing-tab-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px 25px 30px;
	gap: 28px;
	max-width: 270px;
	width: 100%;
	border-bottom: 0.5px solid #1a1d1e;
	border-right: 0.5px solid #1a1d1e;
	position: relative;
}
.landing-tab-item img{
	object-fit: contain;
	width: 57px;
	height: 57px;
	margin: 0 auto;
}
.landing-tab-item h5{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
}
.landing-tab-item:nth-child(3)::after {
	content: "";
	width: 1px;
	height: 91px;
	right: 0;
	display: block;
	position: absolute;
	background: url(../images/border-bg-2-min.png) no-repeat;
	top: 50%;
	bottom: 50%;
	transform: translateY(-50%);
  }
  .landing-get-in-touch{
	padding-bottom: 269px;
	padding-bottom: 156px;
	background-image: url("../images/get-in-bg-left-min.png");
	background-position: bottom left;
	background-repeat: no-repeat;
  }
  .landing-accordion{
	display: flex;
	flex-direction: column;
	gap: 58px;
  }
  .landing-accordion-body {
	display: none;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  
  .landing-accordion-header {
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	line-height: normal;
	font-weight: 600;
  font-family: 'Euclid Circular B';
	transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	user-select: none;
  }
  .landing-accordion-active .landing-accordion-header {
    color: rgb(235, 147, 98); 
  }
  .landing-accordion-body p {
     font-size: 20px;
	 line-height: 34px;
	 font-weight: 400;
	 padding-top: 30px;
	 color: #fff;
   font-family: 'Euclid Circular B';
  }
  .landing-get-in-touch .page-center{
	display: flex;
	justify-content: center;
	gap: 70px;
  }
  .landing-g-left{
     max-width: 615px;
	 width: 100%;
  }
  .landing-g-left>h2{
     font-size: 50px;
	 line-height: 60px;
	 letter-spacing: -0.2px;
	 color: #fff;
	 font-weight: 700;
	 padding: 37px 0 90px;
  }
  .landing-g-right{
	border-radius: 30px;
	background-color: rgb(104, 67, 236);
	padding:65px 80px 70px;
	max-width: 662px;
	width: 100%;
  }
  .landing-g-right>h2{
    padding-bottom: 25px;
	font-size: 31px;
	letter-spacing: -0.2px;
	line-height: normal;
	color: #fff;
	font-weight: 700;
  }
  .landing-g-right>p{
	 font-weight: 200;
	 color: #fff;
  }
  .landing-g-right form{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  .landing-g-right form input, .landing-g-right form textarea{
      font-size: 18px;
	  line-height: normal;
	  color: #fff;
	  font-weight: 300;
	  background-color: transparent;
	  border: none;
	  border-bottom: 1px solid rgb(209, 211, 215);
	  transition: all 0.5s cubic-bezier(0.12, 0, 0.39, 0);
	  padding: 20px 0;
	  width: 100%;
    font-family: 'Euclid Circular B';
  }
  .landing-g-right form textarea{
    max-height: 80px;
  }
  .landing-g-right form input:focus, .landing-g-right form textarea:focus{
     border-color: rgb(235, 147, 98);
  }
  .landing-g-right form input::placeholder,
	.landing-g-right form textarea::placeholder {
		opacity: 1;
		color: inherit;
	}

	.landing-g-right form input:-ms-input-placeholder,
	.landing-g-right form textarea:-ms-input-placeholder {
		opacity: 1;
		color: inherit;
	}

	.landing-g-right form input::-ms-input-placeholder,
	.landing-g-right form textarea::-ms-input-placeholder {
		opacity: 1;
		color: inherit;
	}
	.landing-g-right form input[type="submit"]{
		border: none;
		border-radius: 15px;
		background-color: rgb(255, 255, 255);
		font-size: 20px;
		line-height: normal;
		color: #000;
		font-weight: 500;
		text-align: center;
		padding: 20px;
		margin-top: 50px;
		cursor: pointer;
	}
	.landing-g-right form input[type="submit"]:hover{
		background-color: rgb(255, 201, 171);
	}
	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	input[type="number"] {
		-moz-appearance: textfield;
	}
  .premier-bottom{
    padding-top: 50px;
  }
  .expertise{
    padding: 60px 0 90px;
    display: flex;
    align-items: flex-start;
    gap: 70px;
  }
  .expertise-left{
    max-width: 603px;
    width: 100%;
  }
  .expertise-right{
    max-width: 675px;
    width: 100%;
  }
  .landing-call-to-us{
    background: 
    url('../images/accelerate-bg-left-min.png') calc(0%) calc(-10%) no-repeat,
    url('../images/accelerate-bg-right-min.png') calc(100%) calc(100%) no-repeat;
  }
  .expertise-right>h2{
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #fff;
  }
  .expertise-right>p{
    color: #fff;
    font-weight: 200;
    padding-bottom: 48px;
  }
  .landing-accordion-v2{
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
  .landing-accordion-item-v2{
    position: relative;
  }
  .landing-accordion-item-v2:not(:last-child)::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -23px;
    background: #1a1d1e;
    display: block;
  }
  .landing-accordion-header-v2{
    position: relative;
    padding-right: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    user-select: none;
  }
  .landing-accordion-header-v2::after{
     width: 22px;
     height: 22px;
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     bottom: 50%;
     transform: translateY(-50%); 
     background: url(../images/plus-zoo-min.png) no-repeat;
     background-size: contain;
     background-position: center;
     transition: all 0.6s cubic-bezier(0.11, 0, 0.5, 0);
  }
  .landing-accordion-active-v2 .landing-accordion-header-v2::after{
    background: url(../images/minus-zoo-min.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .landing-accordion-body-v2{
    font-weight: 200;
    color: rgb(161, 161, 182);
    padding-top: 20px;
  }

  .news-ticker-wrapper {
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news-ticker-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 174px;
    white-space: nowrap;
    position: relative;
}

.news-ticker-wrapper ul li {
   color: #fff;
   font-family: "Plus Jakarta Sans", serif;
   font-size: 45px;
   line-height: normal;
   font-weight: 700;
   position: relative;
   flex: 0 0 auto;
}
.news-ticker-wrapper ul li:nth-child(even){
  background: linear-gradient(45deg, #6b42fb, #f2985a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-ticker-wrapper ul li::before{
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: -120px;
  transform: translateY(-50%);
  background: url(../images/landing-star-min.png) no-repeat;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 1650px) and (min-width: 1025px) {
  .page-center {
    max-width: 84.24vw;
  }
  .premier-center h2 {
    font-size: 3.03vw;
    line-height: 3.59vw;
  }
  .premier-center h1 {
    font-size: 3.64vw;
    line-height: 3.94vw;
  }
  .premier-center h1 span {
    font-size: 4.24vw;
  }
  .premier-center h1 small {
    font-size: 3.64vw;
  }
  .premier-center h5 {
    font-size: 1.45vw;
    line-height: 2.06vw;
  }
  .premier-top {
    gap: 0.91vw;
    padding-top: 7.76vw;
  }
  .premier-left {
    max-width: 12.18vw;
  }
  .premier-right {
    max-width: 13.21vw;
  }
  .premier-left img {
    max-width: 11.15vw;
  }
  .premier-right img {
    max-width: 13.21vw;
  }
  .premier-center {
    padding: 3.03vw 0 1.82vw;
  }
  .business {
    padding: 5.88vw 0 0;
    border-width: 0 0 0.42vw 0;
  }
  .business-title {
    padding-bottom: 4.24vw;
  }
  .business-title::after {
    width: 4.06vw;
    height: 0.12vw;
    left: 14.73vw;
    bottom: -0.06vw;
  }
  .business-title h5 {
    font-size: 1.45vw;
    line-height: 2.06vw;
    margin-bottom: 1.21vw;
  }
  .business-title h4 {
    font-size: 2.18vw;
    line-height: 2.18vw;
  }
  .business-title h2 {
    font-size: 4.24vw;
  }
  .business-row {
    gap: 6.06vw;
    padding: 2.91vw 0 5.82vw;
  }
  .business-item {
    gap: 1.82vw;
    max-width: 36.85vw;
  }
  .business-item:nth-child(even)::before {
    height: calc(100% + 8.85vw);
    left: -1.82vw;
    top: -3.03vw;
  }
  .business-item:nth-child(even)::after {
    height: 5.52vw;
    left: -1.88vw;
  }
  .business-item img {
    width: 3.09vw;
    height: 3.09vw;
  }
  .landing-call-to-us-left {
    gap: 1.52vw;
    max-width: 45.45vw;
  }
  .landing-call-to-us-left h3 {
    font-size: 1.82vw;
    line-height: 2.06vw;
  }
  .landing-call-to-row {
    padding: 4.55vw 3.64vw;
    border-radius: 1.82vw;
    gap: 7.27vw;
  }
  .landing-call-to-us-right a {
    border-radius: 0.91vw;
    font-size: 1.45vw;
    padding: 1.52vw 3.03vw;
  }
  .landing-title {
    max-width: 72.12vw;
  }
  .landing-title h3 {
    padding-bottom: 2.12vw;
    font-size: 1.82vw;
    line-height: 2.06vw;
  }
  .landing-explore {
    padding-top: 5.76vw;
  }
  .landing-explore-row {
    max-width: 109.52vw;
    padding: 1.52vw 1.21vw 5.45vw;
  }
  .landing-explore-row ul {
    gap: 0.91vw;
    row-gap: 1.52vw;
  }
  .landing-explore-row ul li {
    padding: 1.52vw;
    border-radius: 3.03vw;
  }
  .landing-industries .landing-title {
    padding-bottom: 5.45vw;
  }
  .landing-tabs {
    max-width: 15.76vw;
  }
  .landing-tabs li {
    padding: 1.27vw 2.42vw;
  }
  .landing-tab-pane::before {
    width: 4.06vw;
    left: 8.79vw;
    top: -0.06vw;
  }
  .landing-tab-pane::after {
    width: 4.06vw;
  }
  .landing-industries {
    padding-bottom: 9.45vw;
  }
  .landing-tab-item {
    padding: 3.03vw 1.52vw 1.82vw;
    gap: 1.7vw;
    max-width: 16vw;
  }
  .landing-tab-item img {
    width: 3.45vw;
    height: 3.45vw;
  }
  .landing-tab-item:nth-child(3)::after {
    height: 5.52vw;
  }
  .landing-get-in-touch {
    padding-bottom: 16.3vw;
  }
  .landing-accordion {
    gap: 3.52vw;
  }
  .landing-accordion-body p {
    padding-top: 1.82vw;
  }
  .landing-get-in-touch .page-center {
    gap: 4.24vw;
  }
  .landing-g-left {
    max-width: 37.27vw;
  }
  .landing-g-left > h2 {
    font-size: 3.03vw;
    line-height: 3.64vw;
    padding: 2.24vw 0 5.45vw;
  }
  .landing-g-right {
    border-radius: 1.82vw;
    padding: 3.94vw 4.85vw 4.24vw;
    max-width: 40.12vw;
  }
  .landing-g-right > h2 {
    padding-bottom: 1.52vw;
    font-size: 1.88vw;
  }
  .landing-g-right form {
    margin-top: 1.82vw;
    gap: 1.21vw;
  }
  .landing-g-right form input,
  .landing-g-right form textarea {
    padding: 1.21vw 0;
  }
  .landing-g-right form input[type="submit"] {
    border-radius: 0.91vw;
    padding: 1.21vw;
    margin-top: 3.03vw;
  }
  .premier-bottom {
    padding-top: 3.03vw;
  }
  .expertise {
    padding: 3.64vw 0 5.45vw;
    gap: 4.24vw;
  }
  .expertise-left {
    max-width: 36.55vw;
  }
  .expertise-right {
    max-width: 40.91vw;
  }
  .expertise-right > h2 {
    font-size: 2.42vw;
    line-height: 3.03vw;
    padding-bottom: 1.21vw;
  }
  .expertise-right > p {
    padding-bottom: 2.91vw;
  }
  .landing-accordion-v2 {
    gap: 2.79vw;
  }
  .landing-accordion-item-v2:not(:last-child)::after {
    bottom: -1.39vw;
  }
  .landing-accordion-header-v2::after {
    width: 1.33vw;
    height: 1.33vw;
  }
  .landing-accordion-body-v2 {
    padding-top: 1.21vw;
  }
  .news-ticker-wrapper {
    padding: 3.03vw 0;
  }
  .news-ticker-wrapper ul {
    gap: 10.55vw;
  }
  .news-ticker-wrapper ul li {
    font-size: 2.73vw;
  }
  .news-ticker-wrapper ul li::before {
    width: 4.55vw;
    height: 4.55vw;
    left: -7.27vw;
  }
  
}
@media only screen and (max-width: 1024px) {
  p{
    font-size: 15px;
  line-height: 23px;
  }
  .premier-bottom>figure{
    display: none;
  }
  .premier-mobile{
    display: block !important;
  }
  .premier-mobile figure{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .premier-right,.premier-left{
    display: none;
  }
  .premier-top{
    padding-top: 20px;
  } 
  .premier-center h2{
    font-size: 36px;
    line-height: normal;
  }
  .premier-center h1,.premier-center h1 span,.premier-center h1 small{
    font-size: 43px;
    line-height: 50px;
  }
  .premier-center h5{
    font-size: 21px;
    line-height: 30px;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .page-center{
    max-width: 100%;
    padding: 0 25px;
  }
  .premier-center p{
    font-size: 16px;
  line-height: 26.19px;
  }
  .premier-banner{
    background-size: 100%;
    background-position: top;
  }
  .premier-bottom {
    padding-top: 20px;
  }
  .business{
    padding: 60px 0 0;
    border-width: 0 0 4px 0;
  }
  .business-title h5{
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .business-title h4{
    font-size: 30px;
  line-height: 31px;
  }
  .business-title{
    padding-bottom: 40px;
  }
  .business-title h2{
    font-size: 48px;
  }
  .business-item{
    justify-content: center;
  align-items: center;
  gap: 15px;
  }
  .business-item p{
    text-align: center;
  }
  .business-row{
    gap: 50px;
    padding-bottom: 60px;
  }
  .business-item:nth-child(2n)::before,.business-item:nth-child(2n)::after{
    display: none;
  }
  .news-ticker-wrapper ul li{
    font-size: 25px;
  }
  .news-ticker-wrapper ul li::before{
    width: 25px;
    height: 25px;
    left: -60px;
  }
  .news-ticker-wrapper ul{
    gap: 100px;
  }
  .expertise{
    gap: 30px;
    padding: 30px 0 50px;
    flex-direction: column;
  }
  .expertise-left{
    max-width: 100%;
  }
  .expertise-right{
    max-width: 100%;
  }
  .expertise-right > h2{
    font-size: 32px;
    line-height: 37px;
  }
  .expertise-right > p{
    padding-bottom: 38px;
  }
  .landing-accordion-header-v2{
    padding-right: 30px;
  }
  .landing-call-to-row{
    padding: 30px 20px;
  border-radius: 24px;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  text-align: center;
  }
  .news-ticker-wrapper{
    padding: 24px 0;
  }
  .landing-call-to-us-left{
    max-width: 100%;
  }
  .landing-call-to-us-left h3{
    font-size: 27px;
  line-height: 31px;
  }
  .landing-call-to-us-right a{
    font-size: 20px;
    padding: 20px 50px;
  }
  .landing-explore {
    padding-top: 60px;
  }
  .landing-explore-row{
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .landing-explore-row ul{
    gap: 10px;
  }
  .landing-explore-row ul li{
    padding: 15px;
    border-radius: 24px;
    font-size: 14px;
  }
  .landing-title h3{
    padding-bottom: 25px;
  font-size: 27px;
  line-height: 30px;
  }
  .landing-industries .landing-title {
    padding-bottom: 40px;
  }
  .landing-title {
    max-width: 100%;
  }
  .landing-tab-container .page-center{
    flex-direction: column;
    padding: 0;
  }
  .landing-industries {
    padding-bottom: 60px;
  }
  .landing-get-in-touch .page-center{
    flex-direction: column;
    gap: 50px;
  }
  .landing-g-left > h2{
    font-size: 40px;
  line-height: 49px;
  padding: 0;
  padding-bottom: 35px;
  }
  .landing-accordion{
    gap: 25px;
  }
  .landing-accordion-body p{
    padding-top: 15px;
    font-size: 17px;
  line-height: 25px;
  }
  .landing-get-in-touch{
    padding-bottom: 80px;
  }
  .landing-g-left{
    max-width: 100%;
  }
  .landing-g-right{
    border-radius: 24px;
    max-width: 100%;
    padding: 30px 20px;
  }
  .landing-g-right form{
    margin-top: 15px;
  }
  .landing-g-right form input[type="submit"]{
    margin-top: 25px;
  }
  .landing-tabs{
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 0;
    border-bottom: 0.5px solid #1a1d1e;
  }
  .landing-tabs li{
    text-align: center;
    padding: 15px 20px;
    font-size: 13px;
  }
  .landing-tab-item{
    padding: 25px;
    gap: 15px;
    max-width: 50%;
  }
  .landing-tabs li.active::before {
    width: 100%;
    height: 4px;
    top: 100%;
  }

}
  @media only screen and (max-width: 450px) {
    .landing-tab-item{
      max-width: 100%;
    }
  }
