.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

ul,
p,
h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}
h2{ font-size: 30px; font-weight: 700; padding-bottom: 30px;}
p{ padding-bottom: 20px;}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 400;
}
a {
  text-decoration: none;
}

header {
  display: flex;
background-color: #22272A;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* position: absolute; */
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
}
.logo {
  padding: 11px 30px;
}

/* .logo a img {
  width: 174px;
} */
.mobilemenu {
  position: absolute;
  right: 26px;
  top: 24px;
  cursor: pointer;
}
.mobilemenu span {
  width: 50px;
  height: 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  display: block;
  background-color: #ccc;
}
.mobilemenu span:before {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -24px;
  display: block;
  background-color: #ccc;
}
.mobilemenu span:after {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -12px;
  display: block;
  background-color: #ccc;
}
.mobilemenu {
  display: none;
}
.mobilemenu.active :before {
  transform: rotate(-45deg);
  bottom: -11px;
}
.mobilemenu.active span:after {
  transform: rotate(45deg);
}
.mobilemenu.active span {
  background-color: transparent;
}
.menu {
  /* padding-left: 67px; */
  padding-top: 25px;
}

.menu ul li a {
  color: #fff;
  display: block;
  margin-right: 25px;
  font-weight: 500;
  font-size: 16px;
}

.menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.menu ul li {
  position: relative;
}
.menu ul li.dropdown > ul.dropdown-content {
  display: none;
  background-color: #fff;
  border-radius: 8px;
  color: #000;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(20%);
  opacity: 0;
  position: absolute;
  left: -23px;
  z-index: 0;

  padding: 10px 0px;
  min-width: 220px;
}
.menu ul li.dropdown > ul.dropdown-content li {
  padding: 0px;
}
.menu ul li a {
  padding: 5px 0px;
  font-size: 16px;
}
.menu ul li.dropdown.active > ul.dropdown-content {
  transform: translateY(0%);
  opacity: 1;
  z-index: 1;
  display: block;
}
.menu ul li.dropdown > ul.dropdown-content li a {
  color: #000;
  display: block;
  font-size: 13px;
  padding: 5px 25px;
}
.menu ul li.dropdown > ul.dropdown-content li a:hover {
  background: #f1f1f1;
}

ul.dropdown-content li a {
  color: #000;
  display: block;
  font-size: 13px;
  margin-right: 0px;
}
ul.dropdown-content li {
  padding: 5px 20px;
}
.menu ul li.dropdown.active > ul.dropdown-content li.submenu a.sub {
  background: url("../images/arrow.svg") no-repeat 92% center;
  display: block;
}
.menu ul li.dropdown.active > ul.dropdown-content li.submenu a.sub:hover {
  background: url("../images/arrow.svg") no-repeat 92% center #f1f1f1;
  display: block;
}
.dropdown-content ul li.submenu {
  position: relative;
}

.menu
  ul
  li.dropdown.active
  > ul.dropdown-content
  li.submenu.active
  > ul.submenu-content {
  transform: translateX(220px);
  opacity: 1;
}
ul.submenu-content {
  position: absolute;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  color: #fff;
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateX(180px);
  position: absolute;
  top: 0px;
  left: 0;

  padding: 15px 0px;
}
.banner-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.banner-text h1 {
  font-size: 40px;
  font-weight: 600; color: #fff;
  /* -webkit-text-fill-color: transparent;
  background: linear-gradient(
      to right,
      rgb(18, 31, 207) 0%,
      rgb(102, 0, 51) 50%,
      rgb(255, 111, 1) 100%
    )
    text; */
}
.banner{
  position: relative;
}
.shade{
  position: absolute;
  width: 100%; height: 100%;
  top:0px; left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.zban{
   z-index: 1000;
}
.banner-text p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.banner-text > span {
  font-size: 22px;
  font-weight: 400;
  color: #da3622;
  font-style: italic;
  font-family: "Noto Sans", serif;
}
.connect {
  padding-top: 25px;
  padding-right: 30px;
}
.butn-white {
  display: block;
  border-radius:8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  max-width: 255px;
  height: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #EF4648;
}
.butn-white span {
  background: url("../images/top.svg") no-repeat right center;
  padding-right: 24px;
  font-size: 14px;
}
.butn-blue {
  display: block;
  border: 1px solid rgb(88 40 65);
  border-radius: 13px;
  color: #fff;
  max-width: 255px;
  font-size: 14px;
  font-weight: 500;
  background: rgb(88 40 65);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 40px;
  padding: 0px 25px;
}
.butn-blue span {
  background: url("../images/top.svg") no-repeat right center;
  display: block;
  padding-right: 24px;
  font-size: 14px;
}
.butn-black {
  display: block;
  border: 1px solid #180067;
  border-radius: 13px;
  color: #494949;
  max-width: 255px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.butn-black span {
  background: url("../images/arrow-up-right.svg") no-repeat right center;
  display: block;
  padding-right: 24px;
  font-size: 14px;
}
.banr1 {
  background: url("../images/banner1.jpg") no-repeat right top;
  background-size: cover;
}
.banner-img {
  width: 100%;
  height: 750px;
}
.banr-butn {
  padding-top: 15px;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
  gap: 10px;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  margin-bottom: 24px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.darksection{
  background: RGBA(88, 40, 65, 3);
background: radial-gradient(circle, rgba(34, 39, 42, 1) 59%);
/* background: radial-gradient(circle,rgba(88, 40, 65, 1) 1%, rgba(34, 39, 42, 1) 59%); */
}
.homecont{
   padding-top: 80px;
}
.homecont h2{
  font-size: 40px;
  background: -webkit-linear-gradient(0deg, #f37476 0%, #fea2a3 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.homecont p{
  font-size: 16px;
  color: #fff;
 
}
.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}
.hb-1 {
  background: url("../images/blue.png") no-repeat top center;
  background-size: cover;
  border-radius: 20px;
  padding: 72px;
  position: relative;
  height: 724px;
}
.hb-1 h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.hb-1 p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-top: 15px;
  padding-right: 90px;
}
.hb-1 .img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -90px;
  margin: 0px auto;
  text-align: center;
}
.homebox {
  padding-top: 180px;
}
.box1 {
  background: url("../images/creative.png") no-repeat center center;
  background-size: cover;
}
.box2 {
  background: url("../images/creative.png") no-repeat center center;
  background-size: cover;
}
.box3 {
  background: url("../images/application.png") no-repeat center center;
  background-size: cover;
}
.box4 {
  background: url("../images/business.png") no-repeat center center;
  background-size: cover;
}
.flip-card-front {
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  text-align: left;
  height: 350px;
  cursor: pointer;
}
.flip-card-back {
  border-radius: 20px;
  padding: 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  text-align: left;
  height: 350px;
  background-color: #180167;
  padding-right: 15px;
}
.flip-card-front h2,
.flip-card-back h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: url("../images/right-arrow-white.svg") no-repeat left bottom;
  padding-bottom: 40px;
}
.flip-card-front:hover > h2 {
  background: url("../images/right-arrow.svg") no-repeat left bottom;
  color: #ff3477;
}
.flip-card-back h2 {
  background-image: none;
  padding-bottom: 15px;
}
.flip-card-back p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.client .swiper-slide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 85px;
}
.client {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tab1 {
  background: url("../images/tab-bg01.png") no-repeat center right;
  background-size: cover;
}
.tab-wrap {
  width: 100%;
  position: relative;
  min-height: 560px;
  border-radius: 25px 0px 25px 0px;
}
.home-tab h2 {
  font-size: 35px;
  font-weight: 700;
  color: #442e5e;
  padding-bottom: 50px;
}
.nav-tabs {
  border: none;
  border-bottom: 1px solid #e4e2e2;
}
.nav-tabs .nav-link.active {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #7c7b7b;
  border: none;
  border-bottom: 3px solid #fff;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border: none;
}
.nav-link:focus,
.nav-link:hover {
  color: #180067;
}
.nav-tabs .nav-link.active {
  color: #180067;
  border-bottom: 3px solid #ff3477;
}
.tab-wrap {
  padding: 70px;
  margin-top: 30px;
}
.tab-box {
  max-width: 670px;
  min-height: 430px;
  background: #fff;
  border-radius: 15px;
  padding: 60px 40px;
}
.tab-box h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background-image: none;
  padding-bottom: 15px;
}
.tab-box p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding-bottom: 15px;
}
.home-tab {
  padding-bottom: 120px;
}
.res-left {
  border-bottom: 1px solid #c7c7c7;
  min-height: 400px;
  margin-right: 60px;
}
.res-span {
  color: #ef2769;
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
.res-left h2 {
  color: #442e5e;
  font-size: 46px;
  font-weight: 700;
  display: block;
}
.res-left p {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-partners h2 {
  color: #ef2769;
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
.our-partners {
  padding-top: 48px;
  padding-bottom: 48px;
}
.partner-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.pl-box {
  width: 50%;
  text-align: center;
  margin-bottom: 24px;
}
.res-box {
  background-color: #eef4ff;
  border-radius: 20px;
  min-height: 244px;
  margin-bottom: 32px;
  padding: 30px 100px 30px 30px;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.rb-image {
  width: 174px;
  height: 174px;
  overflow: hidden;
  background-color: #10410f;
  border-radius: 12px;
}
.rb-cont {
  width: calc(100% - 174px);
  padding-left: 25px;
}
.rb-cont h2 {
  font-size: 18px;
  padding-right: 100px;
  color: #442e5e;
  font-weight: 700;
  padding-bottom: 10px;
}
.rb-cont span {
  font-size: 14px;
  color: #753efb;
  font-weight: 500;
  display: block;
  padding-bottom: 15px;
}
.rb-cont p {
  font-size: 14px;
  color: #616161;
  font-weight: 400;
  display: block;
  padding-bottom: 15px;
}
footer {
  background-color: #150b16;
  padding-top: 95px;
}
.footer-left h2 {
  font-size: 64px;
  padding-right: 100px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
}
.addr {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 20px;
}
.addr span {
  font-weight: 600;
}
.addr a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 20px;
}
.footer-right img {
  margin-bottom: 10px;
}
.footerLinks ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.footerLinks ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-right: 50px;
}
.footerLinks {
  padding-top: 100px;
  padding-bottom: 30px;
}
.footer-botm {
  border-top: 1px solid #69636a;
  padding-top: 30px;
  padding-bottom: 58px;
}
.socialLinks ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.socialLinks ul li {
  padding-right: 22px;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.inner-header {
  background-color: #fff;
  position: relative;
  height: 100px;
}
.inner-header .menu ul li a {
  color: #000;
}
.inr-banner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  height: 600px;
}
.inner-content {
  background: url("../images/inr-orange-grad.jpg") repeat-x left top;
}
.breadcrumb-item a,
.breadcrumb-item.active {
  color: #7c7b7b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-size: 12px;
  padding-top: 5px;
}
.breadcrumb-item.active {
  color: #f0286a;
  padding-top: 5px;
}
.breadcrumb-item.active::before {
  padding-top: 0px;
}
.breadcrumb {
  margin-bottom: 42px;
  padding-bottom: 0px;
}
.banr-left h1 {
  font-weight: 48px;
  font-weight: 700;
  padding-bottom: 20px;
}
.banr-left h1 span {
  font-size: 40px;
  font-weight: 400;
}
.inr-banr-img img {
  max-width: 100%;
}
.inr-banr-img {
  text-align: center;
}
.inr-black {
  background: url("../images/inrpage-pic.png") no-repeat right top #000;
  background-size: cover;
  border-radius: 15px;
  min-height: 625px;
  padding: 60px 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #fff;
}
.ib-txt h2 {
  font-size: 24px !important;
  font-weight: 100;
  padding-bottom: 60px;
}
.ib-txt h2 span {
  font-size: 24px;
  font-weight: 500;
}
.ib-txt h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ib-txt p {
  font-size: 16px;
  font-weight: 400;
}
.violet-boxsec {
  padding-top: 57px;
  padding-bottom: 88px;
}
.violet-boxsec h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.violet-boxsec p {
  color: #000;
  padding-bottom: 30px;
}
.violet-box {
  background-color: #54019b;
  color: #fff;
  border-radius: 12px; min-height: 324px; padding: 36px 22px;
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  margin-bottom: 30px;
}
.violet-box  h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}
.violet-box  p {
  color: #fff;
  padding-bottom: 30px;
}
.left-image{
   background-color: #F7F7F7;
   border-radius: 12px;
   overflow: hidden;
   margin-bottom: 85px;
}
.left-image img{ max-width: 100%;}
.left-img-txt{ padding: 48px 40px 48px 40px;}

.left-img-txt h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.left-img-txt p {
  color: #000;
  padding-bottom: 30px;
}
.left-img-txt ul li{ background:url("../images/blue-bullet.svg") no-repeat left 8px; padding-left: 15px;}
.left-img-txt ul li h2{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;

}
.left-img-txt ul li p{ padding-bottom: 15px;}
.left-image-wrap{
  background: url("../images/wm-img.jpg") no-repeat center top;;
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  width: 100%;
  background-size: cover;
}


.inr-card {
  background-color: #fff;
  color: #000;
  border-radius: 12px; min-height:200px; padding: 36px 22px;

  margin-bottom: 10px;
}
.inr-card  h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 7px;
}
.inr-card  p {
  color: #000;
  padding-bottom: 15px;
}
.homeinrbox{
  background-color: #54019B; padding-top: 90px; padding-bottom: 90px;
}
.wm-hb-1{
 background:url("../images/wm-hb-1.png") no-repeat center top;
 display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  width: 100%;
  background-size: cover;
  height: auto;
}
.inr-card{display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;}
.box2-cont{
  padding: 72px 30px;
  display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: stretch; margin-bottom: 15px;
}
.box-2{padding: 115px 0px;}
.bg1{
  background:url("../images/graphics1.jpg") no-repeat center top;
  background-size: cover;
  border-top-left-radius: 12px;
}

.box2-cont  h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-bottom: 25px;
}
.box2-cont  h2 span {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
.box2-cont  p {
  color: #000;
  padding-bottom: 15px;
}
.box2-cont img{ margin-bottom: 15px;}
.bg2{ background-color: #F2EEFF;border-top-right-radius: 12px;}
.acc{padding: 0px 0px 115px 0px;}
.acc-txt{}
.acc-txt h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}
.acc-txt p {
  color: #000;
  padding-bottom: 30px;
}
.accordion-button{ font-size: 18px; padding-left: 0px;
  font-weight: 500;}
  .accordion-body{ font-size: 16px;
    font-weight: 300;}
    .accordion-button::after{background:url("../images/dwn-arw.svg") no-repeat center center; }
    .accordion-button:not(.collapsed)::after{background:url("../images/dwn-arw.svg") no-repeat center center;}
    .accordion-button:not(.collapsed){ background-color: #fff; border:none}
    .accordion-button:focus{ background-color: #fff; border-color:#fff}
    .accimageright img{ max-width: 100%;}
    .center-txt img{ max-width: 100%;}
    .center-txt{padding: 0px 0px 115px 0px;}
    .violetbg{ background-color: #54019B; color: #fff; padding: 40px 20px; border-radius: 12px;}
      .alcenter{display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;}
        .accimageright{ margin-bottom: 30px;}
        .accordion-header{ padding-bottom: 5px!important; padding-top: 6px;}
        .center-txt h3{font-size: 24px;padding-top: 30px;
          font-weight: 700;
          color: #000;
          padding-bottom: 30px;}
          .accfull .accordion-button{ background-color: #EEF4FF; padding-left: 20px;}
          .accfull .accordion-item{border:none}
          /* .accfull .accordion-flush .accordion-item .accordion-button{background-color: #fff;} */
          .violet-box ul li{ font-size: 16px; padding-bottom: 10px;}
          .inr-black ul li{ padding-bottom:10px ;}
          .inr-black ul li span{ font-weight: 600;}
          .inr-black ul{ padding-bottom: 25px;}
          .services{ padding: 80px 0px;}
          .service-sliders, .services{ color: #fff;}
          .services h2, .tech h2{ text-align: center; font-size: 30px;color: #fff; padding-bottom: 10px; font-weight: 600;}
          .services p,  .tech p{ text-align: center; font-size: 16px;color: #fff; padding-bottom: 10px;}
          .service-sliders{background-color: #473A41; padding: 30px;}
          .service-sliders h2, .service-sliders p{ text-align: left;}
          .service-sliders{ border-radius: 30px;
           display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-between; margin-top: 30px; margin-bottom: 30px;
          }
          .service-image{ border-radius: 30px; overflow: hidden; width: 350px; height: 350px;}
          .service-slider{ width: 70%;}
          .service-sliders h2{ font-size: 24px;}
          .tech{
            padding: 60px 0px;
          }
          .tech p{
margin-bottom: 30px;
          }
          .techbx{ padding: 25px;
             background-color: #171619; border-radius: 10px;
            display: flex;
	flex-direction: column;min-height: 150px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center; margin-bottom: 30px;
          }
          .techbx p{ color: #fff; font-size: 14px; margin-top: 10px; margin-bottom: 0px; }
          .about{ background: url('../images/curve.png') no-repeat top left; padding: 80px 0px ; position: relative;}
          .about h2 { text-align: center; font-size: 30px;color: #582841; padding-bottom: 10px; font-weight: 600;}
          .about p{ text-align: center; font-size: 16px;color: #171619; padding-bottom: 10px;}
          .aboutbx{ background-color: #22282A;display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: center; padding: 30px 30px; text-align: left; margin-left: 30px; margin-bottom: 100px; position: relative; border-radius: 15px; min-height: 300px;}
          .abtimg{ position: absolute;
    top: -70px;
    right: -20px;}
    .abouthd{ padding-bottom: 80px;}
    .aboutbx h2{ color: #fff;text-align: left; font-size: 16px}
     .aboutbx p{ color: #fff;text-align: left; font-size: 14px}
     .cir{ position: absolute; top:0px; right:0px}
     .cir2{ position: absolute; bottom:0px; left:0px}
    .product{ padding-top: 80px;}
       .product h2 { text-align: center; font-size: 30px;color: #fff; padding-bottom: 10px; font-weight: 600;}
          .product p{ text-align: center; font-size: 16px;color: #fff; padding-bottom: 40px;}
          .prodimg{ background: #ffffff;
background: linear-gradient(172deg,rgba(255, 255, 255, 0.91) 0%, rgba(130, 130, 130, 1) 100%);}
.productbx h2{text-align: left;font-size: 16px;color: #fff; padding-bottom: 10px; font-weight: 600}
.productbx p{text-align: left;font-size: 14px;color: #fff; padding-bottom: 40px;}
 .prodimg img{ max-width: 100%;}
.prodtxt{ padding: 25px;min-height: 280px;}
.productbx{background-color: #1E1C20; border-radius: 10px;}
.gal img{ width: 100%;  }
.gal{ margin-bottom: 30px;height: 300px;overflow: hidden;border-radius: 10px;}
.gallery h2 { text-align: center; font-size: 30px;color: #fff; padding-bottom: 10px; font-weight: 600;}
          .gallery p{ text-align: center; font-size: 16px;color: #fff; padding-bottom: 40px;}
          .gallery{ padding: 80px 0px;}
             .faq h2 { text-align: center; font-size: 30px;color: #fff; padding-bottom: 10px; font-weight: 600;}
          .faq p{ text-align: center; font-size: 16px;color: #fff; padding-bottom: 40px;}
          .faq{padding: 80px 0px;}
          .accordion-item{ background-color: transparent; border:none; border-bottom: 1px solid #acabab;}
          .accordion-button{background-color: transparent; color: #fff; font-size: 16px;}
          .accordion-button:not(.collapsed) , .accordion-button:focus{color: #fff; font-size: 16px;
    background-color: transparent;
    border: none;
}
.accordion-body {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.accordion-item:last-of-type{ border-radius: 0px;}
.footer-left{ padding-bottom: 40px;}
.menu.active{ z-index: 10000;}
.accordion-button:not(.collapsed){ box-shadow: none;}
.productbx{ margin-bottom: 30px;}
.service-image img{ max-width: 100%;}
.service-image{ overflow: hidden; border-radius: 10px;}