@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #fff;
  background: #000000 url("../images/banner-new1.png") no-repeat;
  background-blend-mode: screen;
  overflow-x: hidden;
}
.header-main .navbar {
  /*box-shadow: 0 0 20px 0 rgba(20,47,126,.13);*/
  z-index: 1020;
  color: #fff;
}
.header-main .nav-link {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}
.header-main .navbar .nav-item {
  margin: 0 1rem;
}
.header-main .navbar .nav-link.active, .header-main .navbar .nav-link:hover, .navbar .nav-link.show {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.header-main .navbar .dropdown-menu {
  border: none;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(20, 47, 126, .13);
}
.header-main .dropdown-item {
  padding: .75rem 1rem;
  font-size: 13px;
  min-width: 300px;
  white-space:normal;
}
.header-main .dropdown-item:hover, .header-main .dropdown-item.active {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.header-main .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: 0;
  content: "\f107";
  border: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
}
.header-main .navbar-brand img {
  height: 70px;
  transition: height 1s ease;
}
.small-header {
  background: #000;
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, .13);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #8426b0, #bd0283, #ec4b3c) 1;
}
.small-header .navbar-brand img {
  height: 40px;
  transition: height 1s ease;
}
.header-top {
  padding: 8px 0;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
}
.header-left {
  padding: 0;
  margin: 0;
}
.header-left li {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-size: 14px;
  letter-spacing: .5px;
}
.header-left li span {
  margin-right: .75rem;
}
.header-right {
  padding: 0;
  margin: 0;
}
.header-right li {
  display: inline-block;
  margin: 0 .25rem;
  font-size: 12px;
}
.header-right li a {
  display: block;
  background: #fff;
  color: rgba(132, 38, 176, 1);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
}
.banner {
  min-height: 400px;
  z-index: 0;
  position: relative;
  display: grid;
}
.banner::after {
  /*background-image: url("../img/banner-bg.png");*/
  background-position: center center;
  background-size: cover;
  opacity: .6;
  mix-blend-mode: overlay;
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: -1;
}
.banner h5 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  column-gap: 20px;
}
.banner h5 .icon {
  font-size: 70px;
  font-weight: 700;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.banner h5 .connect {
  font-size: 50px;
  line-height: 70px;
  font-weight: 900;
  letter-spacing: 2px;
}
.banner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.banner-connect {
  margin-bottom: 3rem;
  position: relative;
}
.banner-connect::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  top: -2rem;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
}
.banner-inner {
  min-height: auto;
  /* background-color: transparent;
  background-image: linear-gradient(180deg, #E4F6FE 0%, #FFF 100%);*/
  z-index: 0;
  position: relative;
  padding: 4rem 0;
  color: #fff;
}
.banner-inner::after {
  /*background-image: url("../img/banner-bg.png");
  background-position: center center;
  background-size: cover;*/
  opacity: .6;
  mix-blend-mode: overlay;
  transition: background .3s, border-radius .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: -1;
}
.banner-inner h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1rem;
}
.banner-inner h3 {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.banner-inner p {
  font-size: 16px;
  font-weight: 400;
}
.banner-images {
  position: relative;
  height: 100%;
  padding: 0rem;
}
.about {
  padding: 80px 0;
}
.contact-image {
  position: relative;
  height: 100%;
}
.why-image {
  position: relative;
  height: 100%;
  padding: 0 4rem;
}
.about-images {
  position: relative;
}
.about-images .img0 {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.about-images .img1 {
  height: 400px;
  width: 100%;
  object-fit: cover;
	border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(to right, #8426b0, #bd0283, #ec4b3c) 1;
}
.about-images .img2 {
  height: 300px;
  width: 300px;
  object-fit: cover;
  position: absolute;
  left: 28%;
  top: 40%;
  border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(to right, #8426b0, #bd0283, #ec4b3c) 1;
}
.page-title {
  margin-bottom: 2rem;
}
.page-title h5 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-title h5 span {
  font-size: 150px;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 0;
}
.page-title h3 {
  font-size: 24px;
}
.page-title h2 {
  font-size: 36px;
  font-weight: 400;
}
.about-section {
  padding: 0 4rem;
}
.service-content {
  padding:4rem 0 0 0 ;
}
.about-section p{
	font-size: 16px;
  	font-weight: 400;
}
.about-section p + p{
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
  overflow: hidden;   
}
.btn-link, .btn-link:hover {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: #fff;
  border: none;
  padding: .75rem 2rem;
  text-decoration: none;
  border-radius: .25rem;
  display: inline-block;
}
.services {
  padding: 80px 0;
}
.service-section .heading {
  display: flex;
  column-gap: 30px;
  margin-bottom: 2rem;
}
.service-section .heading .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
}
.service-section .heading .icon img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.service-section h2 {
  align-self: center;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.service-section .arrow {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.service-section p {
  margin-bottom: 2rem;
  line-height: 26px;
  font-size: 16px;
  font-weight: 300;
  /*display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;*/
}
.service-image {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.service-image .bg-image {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.bg1 {
  background: #ec4b3c;
}
.bg2 {
  background: #bd0283;
}
.bg3 {
  background: #8426b0;
}
.main-list {
  padding: 0;
  margin: 0;
}
.main-list small{
	margin-bottom: 1rem;
	display: block;
}
.main-list li {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  margin-left: 1.5rem;
}
.main-list > li::after {
  content: "\f101";
  height: 16px;
  width: 16px;
  position: absolute;
  left: -24px;
  top: 2px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.main-list li a{ 
  display: block;
  position: relative;
  font-size: 14px;
  text-decoration: none;
	color: #fff;
}
.main-list li ul{
	margin: 0;
	padding: .5rem 0;
}
.main-list li ul li{
	margin: 0 0 5px 2rem;
	list-style: disc;
	display: flow-root list-item;
	font-size:14px;
}
.why {
  padding: 80px 0;
}
.why::after {
  background-image: url("../img/banner-bg.png");
  background-position: center center;
  background-size: cover;
  opacity: .6;
  mix-blend-mode: overlay;
  transition: background .3s, opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  z-index: -1;
}
.client {
  padding: 40px 0 80px 0;
}
.client .owl-carousel .item a {
  margin: 20px;
  display: block;
}
.client .owl-carousel .item a:hover {
  box-shadow: 0 0 20px 0 rgba(20, 47, 126, .3);
}
.client .owl-carousel .item img {
  height: 100px;
  object-fit: contain;
}
.client .owl-nav .owl-prev {
  position: absolute;
  top: 18%;
  left: -40px;
  font-size: 60px !important;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.client .owl-nav .owl-next {
  position: absolute;
  top: 18%;
  right: -40px;
  font-size: 60px !important;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.contact {
  padding:0 0 80px 0;
  /*background: rgb(228, 246, 254);
  background: linear-gradient(98deg, rgba(228, 246, 254, 1) 6%, rgba(255, 255, 255, 1) 6%, rgba(255, 255, 255, 1) 46%, rgba(228, 246, 254, 1) 46%);*/
}
.contact-form label {
  font-weight: 400;
}
.contact-form .form-control {
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  min-height: 42px;
  color: #fff;
  border-radius: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0 rgba(13, 110, 253, .25);
}
/*.contact-image img{
	height: 400px;
	width: 400px;
	border-radius: 100px 0 100px 0;
	object-fit: cover;
	border-top: 20px solid #0078ff;
	border-bottom: 20px solid #0078ff;
}*/
footer {
  background: #000 url("../images/cloud.png");
  background-size: cover;
  background-position: center;
  color: #fff;
}
footer h5 {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  margin-bottom: 2rem;
}
.footer-top {
  padding: 40px 0 40px 0;
}
.footer-bottom {
  padding: 30px 0;
  font-size: 13px;
  font-weight: 400;
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(to right, #8426b0, #bd0283, #ec4b3c) 1;
}
.footer-bottom a {
  font-size: 13px;
}
.footer-bottom a:hover {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.footer-logo {
  height: 70px;
}
.social-link {
  padding: 0;
  margin: 2rem 0 0 0;
}
.social-link li {
  display: inline-block;
  margin-right: 1rem;
}
.social-link li a {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.quick-link {
  padding: 0;
  margin: 0;
}
.quick-link li {
  display: block;
  margin-bottom: 1rem;
}
.quick-link.new li {
	display: flow-root list-item;
	margin-bottom: 1rem;
	list-style:decimal;
	margin-left: 1rem;
	padding-left: .75rem;
}
.quick-link li a {
  color: #fff;
  text-decoration: none;
}
.quick-link li a:hover {
  color: #fff;
  text-decoration: none;
}
.quick-link li a:hover i{  
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  background-clip: text;
  color: transparent;
}
.quick-link li a i{
	margin-left: .5rem;
	transition: 1s ease;
}
.quick-link li a:hover i{
	margin-left: .75rem;
	
}
.location-link {
  padding: 0;
  margin: 0;
}
.location-link li {
  margin-bottom: 1.5rem;
  display: flex;
  column-gap: 1rem;
}
.location-link li h4 {
  font-size: 15px;
  font-weight: 400;
}
.location-link li p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.location-link li .icon {
  font-size: 14px;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.footer-link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer-link:hover {
  color: #0078ff;
}
.industry-section {
  /*	background: #E4F6FE;*/  
  padding: 0;
  border-radius: 150px 0;
  /*	border: 10px solid #E9FBFF;*/
}
.industry {
  	text-align: center;
	height: 100%;
	padding: 0 1rem 0 0;
	display: flex;
	column-gap: 1rem;
	flex-direction: row;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 20px;
	overflow: hidden;
}
.industry-img {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  /*min-height: 60px;
  min-width: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  margin:auto auto 2rem auto;*/
  	width: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 0 20px 20px 0;
	margin: 0;
}
.industry-img img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}
.industry p {
  font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: .5px;
	align-self: center;
	text-align: left;
}
.accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.accordion-item, .accordion-button {
  background: none;
  color: #fff;
}
.accordion-button {
  background: none;
  padding: 1rem 0.25rem;
  font-size: 18px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background: none;
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.accordion-button:focus {
  box-shadow: none;
}
.navbar-toggler{	
  border: none;
  padding: 0;
  margin: 0 1rem;
	background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 1199.98px) {
  .banner h5 {
    font-size: 70px;
  }
  .banner h5 .icon {
    font-size: 60px;
  }
  .banner h5 .connect {
    font-size: 42px;
    line-height: 54px;
  }
  .about-section {
    padding: 0 0rem;
  }
  .why-image {
    padding: 0 2rem;
  }
  .client .owl-nav .owl-prev {
    left: -28px;
  }
  .client .owl-nav .owl-next {
    right: -28px;
  }
	.page-title h2 {
  font-size: 28px;
	}
	.service-content {
  padding: 0 0rem 2rem 0;
}
}
@media (max-width: 991.98px) {
  .page-title h5 {
    font-size: 48px;
  }
  .page-title h5 span {
    font-size: 130px;
  }
  .page-title h3 {
    font-size: 20px;
  }
  .about-section p {
    font-size: 14px;
  }
  .service-section p {
    margin-bottom: 1rem;
    line-height: 24px;
    font-size: 14px;
  }
  .service-image {
    height: 200px;
  }
  .service-image .bg-image {
    height: 200px;
  }
  .service-section .heading .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    line-height: 60px;
  }
  .service-section .heading .icon img {
    height: 30px;
    width: 30px;
  }
  .services, .why, .about {
    padding: 20px 0;
  }
  .client {
    padding: 20px 0 40px 0;
  }
  .industry-section {
    margin: 0;
  }
  .banner h5 {
    justify-content: center;
  }
  .main-list li {
    font-size: 14px;
  } 
  .page-title h2 {
    font-size: 28px;
  }
	.navbar .nav-item.dropdown .dropdown-menu{
		display: block;
		background: none;
		margin-top: 0;
	}
	.header-main .dropdown-item {
  color:#fff;
}
	.about-images .img1 {
  height: 300px;
		border-width: 5px;
		margin-bottom: 30px;
	}
	.banner-inner{
		padding: 2rem 0 0 0
	}
	.navbar {
  box-shadow: 0 0 0px 0 rgba(255, 255, 255, .13);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(to right, #8426b0, #bd0283, #ec4b3c) 1;
  background: #000;
}
	/*.navbar-collapse{
		height: 300px;
		overflow-y: auto;
	}*/
}
@media (max-width: 767.98px) {
  .banner h5 {
    font-size: 60px;
  }
  .banner h5 .icon {
    font-size: 50px;
  }
  .banner h5 .connect {
    font-size: 32px;
    line-height: 44px;
  }
  .about-images .img0 {
    height: 300px;
    margin-bottom: 2rem;
  }
  .service-section h2 {
    align-self: center;
    margin: 0;
    font-size: 18px;
	line-height:22px;
  }
  .img-float {
    width: 150px;
    height: 130px;
    float: inline-end;
    margin-left: 1rem;
  }
  .img-float img {
    width: 150px;
    height: 130px;
    object-fit: cover;
  }	
	  .img-float .img1 {
    width: 150px;
    height: 130px;
    object-fit: cover;
    border-width: 5px;
  border-style: solid;
  border-image: linear-gradient(to right, #8426b0, #bd0283, #ec4b3c) 1;
  }
  .why-image {
    padding: 2rem;
  }
.footer-top {
  padding: 20px 0 40px 0;
}
	.header-top{
		display: none;
	}
.navbar-brand img {
  height: 50px !important;
}

}
@media (max-width: 575.98px) {
.about-images .img1 {
  height: 200px;
  border-width: 5px;
  margin-bottom: 0px;
}
  .banner h5 {
    font-size: 36px;
    column-gap: 10px;
	  margin: 4rem auto 6rem auto;
  }
  .banner h5 .icon {
    font-size: 36px;
  }
  .banner h5 .connect {
    font-size: 22px;
    line-height: 36px;
  }
  .about-images .img0 {
    height: 200px;
    margin-bottom: 1rem;
  }
  .page-title h5 {
    font-size: 36px;
  }
  .page-title h5 span {
    font-size: 110px;
  }
  .page-title h3 {
    font-size: 18px;
  }
  .page-title {
    margin-bottom: 1rem;
  }
  .about-section {
    padding: 0 0rem;
  }
  .service-image {
    height: 150px;
    margin-bottom: 1.5rem;
  }
  .service-section .heading {
    column-gap: 20px;
    margin-bottom: 1rem;
  }
  .service-section p {
    text-align: left;
  }
  .page-title h2 {
    font-size: 22px;
  }
  .client .page-title h5 {
    font-size: 24px;
  }
  .client .page-title h5 span {
    font-size: 80px;
  }
.industry-img {
  background: -webkit-linear-gradient(left, #8426b0 3%, #bd0283 47%, #ec4b3c 98%);
min-height: 40px;
min-width: 40px;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
border-radius: 10px;
}
.industry-img img {
  height: 20px;
  width: 20px;
  object-fit: contain;
}
	.industry {  
  column-gap: 16px;
}
	.footer-top {
  padding: 20px 0 40px 0;
}
.industry {
  text-align: center;
  height: 100%;
  padding: 0 1rem 0 0;
  display: flex;
  column-gap: 1rem;
  flex-direction: row;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  overflow: hidden;
}
.banner-inner h3 {
    
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2rem;
}

}