    .nav-menu .scrollactive-nav .btn {
        color: #000;
    }

    .use-text-subtitle2 {
        font-size: 16px;
    }

    .use-text-title21 {
        font-weight: 700;
        text-transform: capitalize;
        width: 100%;
        font-family: 'Roboto Condensed';
        font-size: 40px;
        line-height: 62px;
        position: relative;
        color: #0d47a1;
    }

/*  */
.mains1 {
  background-color: #ffffff33;
  padding: 1em;
  padding-bottom: 1.1em;
  border-radius: 15px;
  margin: 1em;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.loader {
  display: flex;
  flex-direction: row;
  padding-left: 1em;
  padding-right: 1em;
  transform: rotate(180deg);
  justify-content: right;
  border-radius: 10px;
  transition: .4s ease-in-out;
}



.currentplaying {
  display: flex;
  margin: 1em;
}

.spotify {
  width: 50px;
  height: 50px;
  margin-right: 0.6em;
}

.heading {
  color: black;
  font-size: 1.1em;
  font-weight: bold;
  align-self: center;
}

.loading {
  display: flex;
  margin-top: 1em;
  margin-left: 0.3em;
}

.load {
  width: 2px;
  height: 33px;
  background-color: limegreen;
  animation: 1s move6 infinite;
  border-radius: 5px;
  margin: 0.1em;
}

.load:nth-child(1) {
  animation-delay: 0.2s;
}

.load:nth-child(2) {
  animation-delay: 0.4s;
}

.load:nth-child(3) {
  animation-delay: 0.6s;
}

.albumcover {
  position: relative;
  margin-right: 1em;
  width: 70px;
  margin-top: 20px;
  background-color: rgb(233 232 232 / 0%);
  align-self: center;
  border-radius: 5px;
}
.albumcover1 {
  position: relative;
  margin-right: 1em;
  height: 65px;
  width: 70px;
  background-color: rgb(233 232 232 / 0%);
  align-self: center;
  border-radius: 5px;
  flex-direction: row;
}
.rotate1 {
  transform: rotate(180deg);
}
.song {
  position: relative;
  transform: rotate(180deg);
  margin-right: 1em;
  color: black;
  align-self: center;
}
.name {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1px !important;
    word-break: break-word;
}
.artist {
  font-size: 16px;
  word-break: break-word;
}

@keyframes move6 {
  0% {
    height: 0.2em;
  }

  25% {
    height: 0.7em;
  }

  50% {
    height: 1.5em;
  }

  100% {
    height: 0.2em;
  }
}
p.caption-title {
    text-transform: uppercase;
    font-weight: var(--font-bold);
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
    color: #000;
}
.theme--light .footer .socmed a {
    color: #007bff;
    background: #ffffff !important;
}
.theme--light .btn-icon {
    color: rgba(0, 0, 0, .54);
}

.spanbl {
    color: #007bff;
    font-size: 15px;   
}
/* contact page  */
.textcenter {
	text-align: center;
}
.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.section1 h1 {
	font-size: 36px;
	color: #007bff;
	font-weight: 600;
}

.section2 {
    width: 1200px;
    margin: 20px -20px;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 5px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #007bff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
	font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #007bff;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	
	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}
	body .sec2map {
		height: 250px !important;
	}
}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
    width: 300px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}	
}

/* our expertise  */

#testimonials .root {
  position: relative
}

@media (min-width:600px) {
  #testimonials .root {
      padding-bottom: 64px
  }
}

@media (max-width:959px) {
  #testimonials .root {
      background: -o-linear-gradient(135deg, var(--v-primary-base) 20%, var(--v-primarydark-base) 70%);
      background: linear-gradient(-45deg, var(--v-primary-base) 20%, var(--v-primarydark-base) 70%)
  }
}

@media (max-width:599px) {
  #testimonials .root {
      padding-bottom: 80px
  }
}

#testimonials .slider-wrap {
  position: relative
}

#testimonials .decoration {
  position: absolute;
  top: 0;
  width: 830px;
  height: 600px
}

[dir=ltr] #testimonials .decoration {
  left: -160px
}

[dir=rtl] #testimonials .decoration {
  right: -160px
}

@media (max-width:1279px) {
  [dir=ltr] #testimonials .decoration {
      left: -320px
  }

  [dir=rtl] #testimonials .decoration {
      right: -320px
  }
}

#testimonials .decoration svg {
  fill: var(--v-primary-base);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  width: 100%;
  height: 100%
}

#testimonials .testi-title {
  position: relative;
  margin: 0 24px 64px 24px;
  padding-top: 56px;
  color: #fff
}

#testimonials .testi-title strong {
  font-weight: var(--font-bold)
}

#testimonials .sliderWrap {
  position: relative
}

#testimonials .icon {
  font-size: 140px;
  position: absolute;
  color: #fff;
  opacity: .15;
  top: 200px
}

@media (min-width:600px) {
  [dir=ltr] #testimonials .icon {
      left: 240px
  }

  [dir=rtl] #testimonials .icon {
      right: 240px
  }
}

@media (min-width:1280px) {
  #testimonials .carousel {
      margin: 0 16px 0 16px
  }
}

#testimonials .carousel .slick-active p {
  opacity: 1;
  -webkit-transition: all .5s cubic-bezier(.45, .05, .55, .95);
  -o-transition: all .5s cubic-bezier(.45, .05, .55, .95);
  transition: all .5s cubic-bezier(.45, .05, .55, .95);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

#testimonials .item {
  position: relative
}

#testimonials .inner {
  color: #fff
}

[dir=rtl] #testimonials .inner {
  direction: rtl
}

@media (min-width:600px) {
  #testimonials .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
}

#testimonials .inner p {
  opacity: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
  margin-top: 40px
}

@media (min-width:1280px) {
  #testimonials .inner p {
      margin-top: 50px
  }
}

@media (min-width:600px) {
  #testimonials .inner p {
      width: 100%
  }
}

@media (max-width:599px) {
  #testimonials .inner p {
      text-align: center;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      height: 75px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis
  }
}

#testimonials .profile {
  text-align: center;
  padding: 24px
}

@media (min-width:1280px) {
  #testimonials .profile {
      padding: 16px 24px 16px 24px
  }
}

#testimonials .avatar {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 24px
}

#testimonials .name {
  font-size: 18px;
  font-weight: var(--font-medium)
}

#testimonials .name span {
  margin-top: 4px;
  font-size: 14px;
  display: block
}

#testimonials .logo-wrap {
  position: relative;
  z-index: 42
}

#testimonials .figure-btn {
  display: inline-block;
  padding: 24px;
  line-height: 150px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  height: 150px
}

#testimonials .figure-btn a {
  height: auto !important;
  padding: 6px 8px !important;
  border-radius: 36px
}

@media (max-width:1279px) {
  #testimonials .figure-btn {
      padding: 16px
  }
}

#testimonials .figure-btn img {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
  width: 100%;
  -webkit-filter: grayscale(1) contrast(.5) brightness(1.5);
  filter: grayscale(1) contrast(.5) brightness(1.5)
}

#testimonials .figure-btn .active img,
#testimonials .figure-btn:hover img {
  -webkit-filter: none;
  filter: none
}
.s1 li{
  color: #8f8f94;
  font-size: 16px;
  list-style-type: square !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
}
.row1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* Creates 6 equal columns */
  gap: 10px; /* Adjust the gap between cards as needed */
}

.card1 {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
}
.responsive1  {
  width: 100%;
  height: auto;
}
.lineht {
  line-height: 50px;
}
.bl-heading-title1 {
  color: #636363;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.4px;
}



/* product detail */
.space-top-feature {
  margin-top: 160px
}

#feature .root {
  position: relative;
}


#feature .decoration {
  position: absolute;
  width: 1280px;
  height: 100%;
  top: 100px
}

[dir=ltr] #feature .decoration {
  left: -10px
}

[dir=rtl] #feature .decoration {
  right: -10px
}

#feature .decoration svg {
  width: 100%;
  height: 1700px;
  opacity: .2;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.theme--light #feature .decoration svg {
  fill: var(--v-primarylight-base)
}

.theme--dark #feature .decoration svg {
  fill: var(--v-primarydark-base)
}

@media only screen and (min-width:1400px) {
  #feature .decoration svg {
      -webkit-transform: scale(2.5, 1);
      -ms-transform: scale(2.5, 1);
      transform: scale(2.5, 1)
  }
}

@media (min-width:1920px) {
  #feature .decoration svg {
      display: none
  }
}

@media (max-width:599px) {
  #feature .decoration svg {
      -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
      transform: scale(.5);
      -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
      transform-origin: center left
  }
}

#feature .item {
  position: relative;
  min-height: 320px;
  margin-bottom: 25px;
}

#feature .item .desc {
  position: relative;
  z-index: 60
}

#feature .item.last {
  margin-bottom: 80px
}

@media (max-width:1279px) {
  #feature .item {
      margin-bottom: 120px
  }
}

@media (max-width:959px) {
  #feature .item {
      text-align: center
  }
}

#feature .item h6 {
  margin-bottom: 40px
}

@media (min-width:960px) {
  #feature .item .parallax-screen {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
  }
}

@media (max-width:959px) {
  #feature .item .parallax-screen {
      margin: 0
  }
}

#feature .item .parallax-screen .viewport {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

#feature .item .figure {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
  padding-top: 24px;
  margin-top: 24px
}

.theme--dark #feature .item .figure {
  -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .2), 0 2px 2px 0 rgba(50, 50, 50, .14), 0 3px 1px -2px rgba(50, 50, 50, .12);
  box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .2), 0 2px 2px 0 rgba(50, 50, 50, .14), 0 3px 1px -2px rgba(50, 50, 50, .12)
}

.theme--light #feature .item .figure {
  -webkit-box-shadow: 0 1px 5px 0 rgba(128, 128, 128, .2), 0 2px 2px 0 rgba(128, 128, 128, .14), 0 3px 1px -2px rgba(128, 128, 128, .12);
  box-shadow: 0 1px 5px 0 rgba(128, 128, 128, .2), 0 2px 2px 0 rgba(128, 128, 128, .14), 0 3px 1px -2px rgba(128, 128, 128, .12)
}

@media (min-width:960px) {
  #feature .item .figure {
      margin: 24px
  }
}

#feature .item .figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

#feature .screen {
  position: relative
}

#feature .screen img {
  width: 90%;
  display: block
}

#feature .graphic {
  position: relative
}

#feature .graphic img {
  width: 90%;
  display: block
}

#feature .tabs {
  position: relative;
  z-index: 55;
  margin-top: -40px;
  max-width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid
}

.theme--light #feature .tabs {
  border-color: rgba(0, 0, 0, .38)
}

.theme--dark #feature .tabs {
  border-color: rgba(255, 255, 255, .5)
}

#feature .tabs-content {
  position: relative;
  display: block;
  margin: 40px auto 0;
  height: 250px !important;
  overflow: visible
}

@media (min-width:600px) {
  #feature .tabs-content {
      height: 550px !important;
      padding: 64px 32px 0 32px
  }
}

#feature .tabs-content section {
  position: relative
}

#feature .tabs-content section div {
  overflow: visible
}

#feature .tab-label {
  font-size: 18px;
  font-weight: var(--font-medium);
  letter-spacing: 0;
  padding: 0 40px 0 40px
}

@media (max-width:599px) {
  #feature .tab-label {
      font-size: 14px
  }
}

.theme--dark #feature .tab-label {
  color: var(--v-primarylight-base)
}

#feature .illustration-left {
  position: relative;
  /* z-index: 1; */
  max-height: 600px;
  height: 100%
}

@media (min-width:960px) {
  #feature .illustration-left {
      top: -220px
  }
}

@media (min-width:960px) {
  #feature .illustration-left .screen {
      margin-top: 100px
  }

  [dir=ltr] #feature .illustration-left .screen {
      -webkit-transform: rotateY(30deg);
      transform: rotateY(30deg)
  }

  [dir=rtl] #feature .illustration-left .screen {
      -webkit-transform: rotateY(-30deg);
      transform: rotateY(-30deg)
  }
}

#feature .illustration-left .graphic {
  top: 280px;
  width: 360px
}

[dir=ltr] #feature .illustration-left .graphic {
  left: 118px;
}

[dir=rtl] #feature .illustration-left .graphic {
  right: 70px
}

@media (min-width:960px) {
  [dir=ltr] #feature .illustration-left .graphic {
      -webkit-transform: rotateY(19deg) rotateX(-6deg) rotateZ(0);
      transform:rotateY(22deg) rotateX(-5deg) rotateZ(0)
  }

  [dir=rtl] #feature .illustration-left .graphic {
      -webkit-transform: rotateY(-30deg) rotateX(-5deg) rotateZ(0);
      transform: rotateY(-30deg) rotateX(-5deg) rotateZ(0)
  }
}

#feature .illustration-right {
  position: relative;
  z-index: 2;
  top: 0
}

@media (min-width:960px) {
  #feature .illustration-right {
      top: -250px
  }
}

@media (min-width:960px) {
  #feature .illustration-right .screen {
    top: 180px;
  }

  [dir=ltr] #feature .illustration-right .screen {
      left: -20px
  }

  [dir=rtl] #feature .illustration-right .screen {
      right: -20px
  }

  [dir=ltr] #feature .illustration-right .screen {
      -webkit-transform: rotateY(-30deg);
      transform: rotateY(-30deg)
  }

  [dir=rtl] #feature .illustration-right .screen {
      -webkit-transform: rotateY(30deg);
      transform: rotateY(30deg)
  }
}

#feature .illustration-right .graphic {
  top: 420px;
  width: 400px
}

[dir=ltr] #feature .illustration-right .graphic {
  right: -30px
}

[dir=rtl] #feature .illustration-right .graphic {
  left: -30px
}

@media screen and (min-width:1400px) {
  #feature .illustration-right .graphic {
      top: 450px
  }
}

@media (min-width:960px) {
  #feature .illustration-right .graphic {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d
  }

  [dir=ltr] #feature .illustration-right .graphic {
      -webkit-transform: rotateY(-19deg) rotateX(1deg) rotateZ(-2deg);
      transform: rotateY(-19deg) rotateX(1deg) rotateZ(-2deg)
  }

  [dir=rtl] #feature .illustration-right .graphic {
      -webkit-transform: rotateY(19deg) rotateX(1deg) rotateZ(-2deg);
      transform: rotateY(19deg) rotateX(1deg) rotateZ(-2deg)
  }
}

#feature .illustration-center {
  -webkit-perspective: 1000px;
  perspective: 1000px
}

#feature .illustration-center .figure.screen {
  display: block;
  text-align: center;
  max-width: 360px;
  margin: -50px auto 0;
  -webkit-transform: rotateY(0) rotateX(35deg) rotateZ(0);
  transform: rotateY(0) rotateX(35deg) rotateZ(0)
}

@media (min-width:600px) {
  #feature .illustration-center .figure.screen {
      max-width: 700px
  }
}

#feature .illustration-center .figure.screen img {
  margin: 0 auto;
  width: 100%
}

#feature .title-main h4 {
  font-size: 36px;
  line-height: 54px;
  font-weight: var(--font-bold);
  letter-spacing: -.8px;
}
#feature .title-main:after {
  content: "";
  width: 110px;
  height: 9px;
  border-radius: 12px;
  background: var(--v-primary-base);
  position: absolute;
}
#feature .illustration-left {
  position: relative;
}
[dir=ltr] #feature .deco-primary {
  right: 40px;
}
.theme--light #feature .deco-primary {
  fill: var(--v-primarylight-base);
}
#feature .deco-primary {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 80px;
}
svg:not(:root) {
  overflow: hidden;
}
[dir=ltr] .parallax-wrap {
  left: 0;
}
.parallax-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}
.parallax-wrap .inner-parallax>div {
  height: 500px;
  width: 100%;
  display: block;
  position: absolute;
}
.parallax-wrap .inner-parallax .parallax-figure>div {
  display: block;
  position: absolute;
  width: 100%;
  height: 700px;
}
[dir=ltr] .parallax-wrap .small .triangle {
  left: 10px;
}
.parallax-wrap .inner-parallax .parallax-figure>div img, .parallax-wrap .inner-parallax .parallax-figure>div svg {
  position: absolute;
}
.parallax-wrap .small .triangle {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  top: 52px;
}
.theme--light .parallax-wrap .triangle {
  stroke: #991b1e;
}
.parallax-wrap .triangle {
  opacity: .2;
  width: 60px;
  height: 60px;
}
[dir=ltr] .parallax-wrap .small .circle {
  right: 5px;
}
.parallax-wrap .inner-parallax .parallax-figure>div img, .parallax-wrap .inner-parallax .parallax-figure>div svg {
  position: absolute;
}
.parallax-wrap .small .circle {
  -webkit-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  top: 34em;
}
.parallax-wrap .circle {
  stroke: var(--v-secondary-base);
  width: 150px;
  height: 150px;
  opacity: .2;
}
[dir=ltr] .parallax-wrap .small .square-dot {
  left: 0;
}
.parallax-wrap .inner-parallax .parallax-figure>div {
  display: block;
  position: absolute;
  width: 100%;
  height: 700px;
}
.parallax-wrap .small .square-dot {
  top: -50px;
}
.parallax-wrap .square-dot {
  position: absolute;
}
.parallax-wrap .small .square-dot .dot-many {
  opacity: .2;
}

[dir=ltr] .parallax-wrap .dot-many {
  left: 120px;
}
.parallax-wrap .dot-many {
  position: relative;
  width: 510px;
  height: 510px;
  top: 0;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mt-70 {
  margin-top: 70px !important;
}
[dir=ltr] #feature .deco-secondary {
  right: 40px;
}
.theme--light #feature .deco-secondary {
  fill: var(--v-secondarylight-base);
}
#feature .deco-secondary {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 80px;
}
/* product list */
.numaincontainer {
  width: 85%;
  max-width: 1300px;
  min-width: 930px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  margin: auto;
  margin-top: -232px;
}
.numaincontainer1 {
  width: 85%;
  max-width: 1300px;
  min-width: 930px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  margin: auto;
  margin-top: 10px;
}
.service-products-main {
  width:30%;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 6px -2px #ccc;
  margin: 15px;
}
.service-products-main:hover {
  background-color: #fff;
  transform: translate(0, -10px);
  box-shadow: 0 0 16px -7px #1a87e6;
}
.containerblocks {
  padding: 5px 0;
}
.containerblocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 320px;
  padding: 5px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.containerblocks{
  display: -ms-flexbox;
}
.home-product-img {
  width: 70% !important;
  text-align: center;
  justify-content: center;
  margin: auto;
  display: flex;
}
.home-product-img {
  width: 100%;
  min-width: 230px;
  padding: 20px 0;
}
.h1-products {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #505f82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.h2-products {
  width: 173px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #505f82;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}


/* product detail */
.product-hero23.color-cx {
  background-image:linear-gradient(109.6deg, rgb(51 198 244) 44.2%, rgb(33 150 243) 95.6%);
}
.product-hero23 {
  height: 300px;
  background-image:linear-gradient(109.6deg, rgb(51 198 244) 44.2%, rgb(33 150 243) 95.6%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
  position: relative;
}
.product-hero231 {
  height: 300px;
  background-image:linear-gradient(109.6deg, rgb(51 198 244) 44.2%, rgb(33 150 243) 95.6%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
  position: relative;
}
.column-containner23 {
  width: 75%;
  height: 100%;
  max-width: 1170px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.left23 {
  width: 50%;
  height: 530px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 100px;
  display: flex;
}
.right23 {
  width: 50%;
  height: 530px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}
.main-button23 {
  background-color: #ff9700;
  border-radius: 50px;
  color: #fff;
  margin-top: 0;
  padding: 17px 35px;
  transition: .4s;
}
.h-product {
  color: #fff;
  max-width: 470px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.p-product {
  width: 100%;
  color: #fff;
  font-family: Fira Sans,sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
.h-product, .p-product {
  margin-bottom: 30px;
}
.product1-img {
  width: 65%;
  max-width: none;
  object-fit: fill;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}
.form-control {
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  height: auto !important;
  box-sizing: border-box !important;
}
@media only screen and (min-width: 1200px) {
  .home-product-img {
      min-width: 220px;
  }
  .h1-products {
    width: 173px;
    padding: 0;
  }
  }
  @media only screen and (min-width: 992px) {
  .home-product-img {
      min-width: 173px;
  }
  .h1-products {
    width: 318px;
    padding: 0 5px;
  }
  }
  @media screen and (max-width: 991px){
  .numaincontainer {
    width: 80%;
    min-width: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .numaincontainer1 {
    width: 80%;
    min-width: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
    .service-products-main {
      width: 90%;
      height: auto;
  }
  .containerblocks {
    min-height: 0;
    margin-top: 20px;
  }
  .home-product-img {
    width: 75%;
    min-width: none;
  }
  .product-hero23 {
    height: auto;
    }
    .column-containner23 {
      width: 70%;
      max-width: 1100px;
      flex-direction: column;
  }
  .left23 {
    width: 100%;
    height: auto;
    align-items: center;
    padding-top: 60px;
    padding-right: 0;
}
.h-product {
  max-width: 410px;
  text-align: center;
  margin-bottom: 20px;
}
.p-product {
  max-width: 400px;
  text-align: center;
}
.right23 {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.product1-img {
  width: 90%;
  margin-bottom: 10px;
}

.numaincontainer {
  margin-top: auto;
}
.numaincontainer1 {
  margin-top: auto;
}
.product-hero231,.product-hero23  { 
  margin-top: 74px;
}
.modal .modal-content {
  padding: 0px;
}
#feature .title-main:after {
  margin: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
  }
    @media screen and (max-width: 767px){
      .numaincontainer {
          width: 90%;
        }
        .numaincontainer1 {
          width: 90%;
        }
      .service-products-main {
        width: 100%;
        } 
        .column-containner23 {
          width: 80%;
      }
      .product1-img {
        width: 100%;
    }
      }
      
  @media screen and (max-width: 479px) {
  .numaincontainer {
      width: 92%;
      display: flex;
    }
    .numaincontainer1 {
      width: 92%;
      display: flex;
    }
  .service-products-main {
    padding-top: 5px;
    padding-bottom: 5px;
    }
    .column-containner23, .img-container {
      width: 90%;
    }
    .h-product {
      max-width: 260px;
      font-size: 24px;
      line-height: 28px;
  }
  .p-product {
    font-size: 14px;
    line-height: 20px;
}
.main-button23 {
  font-size: 12px;
}
.cta-wrapper .blue-cta-button {
  font-size: 12px;
}
.cta-wrapper .details-wrapper h1 {
  margin: 0px 0px 15px 0 !important;
  font-size: 26px !important;
}
  }

.stg-cl {
 color: #3f3f3f;;
}

.card-bodyfooter {
  padding-bottom: 20px;
    text-align: center;
}
