@keyframes hideContent-open {
  0% {
    opacity: 0;
    transform: scale(0);
    height: 0px;
  }

  100% {
    opacity: 1;
    transform: scale(1);
    height: auto;
  }
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
}
100% {
  background-position: 100% 0;
}
}
@keyframes scroll {

  0% { 
    transform: translateX(0); 
  }
  100% { 
    transform: translateX(-100%);
   }
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Roboto", serif;
  margin: 0px;
  padding: 0px;
}
#navbarNavlist{
  display: none;
}
#headermenubar .navbar-nav .nav-link{
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
}
section {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #fff;
  box-shadow: 0px 1.4px 11.2px 0px rgba(24, 29, 38, 0.06);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.navbar-nav .nav-link {
  color: #010E3A;
  font-weight: 500;
  margin-right: 15px;
}

.navbar-nav .nav-link:hover {
  color: #7B61FF;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between !important;
  margin-left: 79px;
}

.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
}

.btn-demo {
  background-color: #010E3A;
  color: #fff;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  position: absolute;
  right: 20px;
}

.btn-demo:hover {
  background-color: #7B61FF;
}

#header-top {
  height: 60px;
  width: 100%;
  background-image: url(../images/slidesmartix.png);
  background-repeat: no-repeat;
  animation: animatedBackground 85s linear infinite;
  line-height: 400px;
  mix-blend-mode: multiply;
}
span.bulckLogo {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 1rem;
}
.top_banner {
  /*background: url(../images/smartix-banner.png);
  background-size: cover;*/
  padding: 0;
  background-color: transparent !important;
  height: 97vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  margin-top: -40px; z-index: 2;
}

.top_banner h1 {
  font-family: 'Aeonik-Medium';
  font-size: 4em;
}

.top_banner h2 {
  font-family: 'Aeonik-Thin';
  font-size: 54px;
  font-weight: 600;
}

.top_banner p {
  font-family: 'Roboto';
  font-size: 1.1em;
}
.banner-list {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  margin-top: 25px;
}

.banner-list ul {
  padding-left: 15px;
}

.banner-list ul li {
  font-weight: 200;
}

a.banner-button {
  margin-top: 20px;
  width: 170px;
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 7px 7px 21px;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

a.banner-button img {
  width: 100%;
}

a.banner-button span {
  display: flex;
  justify-content: flex-end;
  width: 24px;
}

.clients {
  margin: 50px 0px 0px;
}
.clients .client-lists, .clients .client-lists img{
  width: 100%;
}

.client-lists ul {
  display: flex;
  margin-left: 0px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0px;
}

.client-lists ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.client-lists ul li img {
  width: 57%;
}

.text-section {
  margin: 80px 0px;
  text-align: center;

}

.text-section h2 {
  font-family: 'Aeonik-Thin';
  font-size: 2em;
  font-weight: 600;
  color: #656D76;
  letter-spacing: 2px;
}


.text-section p {
  font-weight: 400;
  color: #868C93;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}


.consumption {
  padding: 100px 0 0px;
  position: relative;
  background-image: url(../images/blue-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
}

.consumption h2 {
  font-family: 'Aeonik-Thin';
  font-size: 2em;
  font-weight: 600;
  color: #424242;
}

.consumption p {
  font-weight: 700;
  margin-top: 20px;
  color: #000;
  font-size: 15px;
}

.consumption ul li {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.consumption ul {
  padding-left: 12px;
  line-height: 25px;
}

.benefits {
  text-align: center;
  padding: 100px 0 40px;
  position: relative;
  background: linear-gradient(0deg, rgba(19, 55, 187, 0) 0%, #1337BB 85%);
  background-repeat: no-repeat;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
}

.benefits .benifit-inner {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin-top: 40px;
  background:url(../images/lines.gif) no-repeat; padding-bottom:50px; background-size:100%;
}

.benefits .box {
  width: 200px;
  width: 200px;
  height: 150px;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: width 0.5s ease-in-out;
  border-radius: 8px;
  height: 350px;
  padding: 30px;
  position: relative;
}

.benefits .box:nth-child(2) {
  background: linear-gradient(175.56deg, #D4F2DF 0%, #FFFFFF 100%);
}

.benefits .box:nth-child(3) {
  background: linear-gradient(168.05deg, #AFF1FF 0%, #FFFFFF 100%);
}

.benefits .expand {
  width: 500px;
}

.benefits .benifit-inner .box.expand button,
.benefits .benifit-inner .box .showonevent .leftcontent p,
.benefits .benifit-inner .box .showonevent .rightcont,
.benefits .benifit-inner .box ul {
  display: none;
}

.benefits .benifit-inner .showonevent {
  display: flex;
  align-items: center;
  justify-content: flex-start; width:100%;
}

.benefits .benifit-inner .expand .showonevent .leftcontent{
/* .benefits .benifit-inner .showonevent .leftcontent { */
  width: 60%;
}

.benefits .benifit-inner .showonevent .leftcontent h5 {
  font-family: 'Aeonik-Regular';
  font-size: 18px;
  font-weight: 250;
  line-height: 1.5;
  text-align: left; max-width: 120px;
}

.benefits .benifit-inner .showonevent .leftcontent p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #575F69;
}

.benefits .benifit-inner .showonevent .rightcont {
  width: 40%;
}

.benefits .benifit-inner .showonevent .rightcont img {
  width: 100%;
}

.benefits .benifit-inner .box.expand ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  width: 100%;
  animation: 1s ease-in-out 0s 1 normal forwards running hideContent-open;
  margin: 0;
}

.benefits .benifit-inner .box.expand ul li {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #575F69 !important;
  width: 48%;
  padding: 10px 10px 10px 0;
  margin: 0;
  list-style-image: url(../images/listarrow.png);
  background-repeat: no-repeat;
  animation: 0.5s ease-in-out 0s 1 normal forwards running hideContent-open;
}

.benefits .benifit-inner .box.expand .showonevent .leftcontent p,
.benefits .benifit-inner .box.expand .showonevent .rightcont {
  display: block;
  animation: 0.9s ease-in-out 0s 1 normal forwards running hideContent-open;
}

.benefits .expand-btn {
  margin-top: 10px;
  padding: 5px 12px;
  border: 1px solid #1337BB;
  background-color: transparent;
  color: #1337BB;
  cursor: pointer;
  border-radius: 35px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.benefits ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 25px;
  padding-left: 0px;
}

.benefits h2 {
  font-family: 'Aeonik-thin';
  font-size: 3.5em;
  color: #ffffff;
}

.benefits h2:nth-child(2) {
  color: #ffffff;
  background: rgb(255, 255, 255);
  background: linear-gradient(179deg, #fff 30%, rgb(29 65 197) 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff00;
}

.benefits ul li {
  color: #ffffff;
  list-style-type: none;
  min-width: 25%;
  padding: 20px 25px;
}
.benefits ul li p { line-height: 1.2; font-family:'Roboto'; font-weight:400; }
.benefits ul li h4 {
  font-family: 'Aeonik-Thin';
  font-size: 2em;
}

.consumption .right-sec img {
  width: 100%;
}


.industry {
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.industry h2 {
  font-family: 'Aeonik-Thin';
  font-size: 3.5em;
  font-weight: 600;
  color: #333333;
}

.industry .industry-inner img {
  width: 100%;
}

.industry-inner {
  padding: 15px;
  box-shadow: 0px 1.4px 11.2px 0px #181D260F;
  border-radius: 15px;
min-height: 365px;
  box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 7%);
}
.industry-inner > span {
  height: 140px;
  display: inline-block;
  width: 100%;
}
.industry-inner p {
  font-size: 14px; font-family:'Roboto'; 
  text-align: left;
}

.industry-inner h6 {
  font-family: Roboto-Bold;
  font-size: 13px;
  color: #333840;
  padding: 10px 0 0;
  text-align: left;
  font-weight: normal;
}

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}


.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.overflow-hidden {
  overflow: hidden;
}

.sectionfourix h3 {
  font-family: 'Aeonik-Thin';
  font-size: 38.98px;
  font-weight: 250;
  line-height: 1;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfourix h3 span {
  font-family: 'Aeonik-Regular';
  font-size: 100px;
}

.sectionfourix h4 {
  font-family: 'Aeonik-Thin';
  font-size: 38.98px;
  font-weight: 250;
  line-height: 1.5;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 50px;
}

.benefits .fullwidthbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-right: 20px;
}

.benefits .fullwidthbtn a {
  width: 85%;
  background: #1337BB66;
  color: #FFFFFF !important;
  border-radius: 16px;
  display: block;
  padding: 15px 0;
  margin: 0 0 50px;
  font-family: 'Aeonik-Regular';
  font-size: 20.24px;
  line-height: 1.5;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfourix {
  padding: 20px 0px 0px;
}

.sectionfourix .rightimg img,
.sectionfourix .rightimg {
  width: 100%;
}

.sectionfourix .leftsecdiv {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color:#939494 transparent;
  padding: 0px 50px;
}
.sectionfourix .leftsecdiv::-webkit-scrollbar-button {
  display: none;
}


.sectionfourix .leftsecdiv h5 {
  font-family: 'Aeonik-Thin';
  font-size: 26px;
  line-height: 1.5;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfourix .leftsecdiv p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 10px 0 50px;
  margin: 0; direction:ltr;
}

.sectionfourix .leftsecdiv p:last-child {
  padding-bottom: 0px;
}
.sectionfiveix{
  position: relative;
  margin-top: 80px;
}
.sectionfiveix img.crownimage{
width: 100%;
height: 100%;
margin-bottom: -18%;
}
.sectionfiveix .intellsec{
  margin-bottom: 40px;
}
.sectionfiveix .intellsec h4 {
  font-family: 'Aeonik-Regular';
  font-size: 40.98px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfiveix .intellsec h5 {
  font-family: 'Aeonik-Thin';
  font-size: 37.98px;
  font-weight: 250;
  line-height: 1.5;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfiveix .intellsec h2 {
  font-family: 'Aeonik-Regular';
  font-size: 100px;
  line-height: 1.2;
  text-align: center;
}

.sectionfiveix .tabsection .tab-pane.fade.show.active {
  background-repeat: no-repeat;
  padding: 80px 0 30px;

}

.sectionfiveix .tabsection #home {
  /*background-image: url(../images/powerbg.png);*/ position:relative;
}
.sectionfiveix .tabsection #home,.sectionfiveix .tabsection #water, .sectionfiveix .tabsection #solar ,.sectionfiveix .tabsection #ev,.sectionfiveix .tabsection #gas { overflow:hidden; } 
.sectionfiveix .tabsection #myTabContent .video {
    position: absolute;
    left: 0;
    top: 0;
        width: 120%;
    height: 668px;
}
@media (min-width:1400px){
	.sectionfiveix .tabsection #myTabContent .video {
		height:auto; width:100%;
	}
}
.sectionfiveix .tabsection #water {
  /*background-image: url(../images/waterbg.png);*/
  position:relative;
}
.sectionfiveix .tabsection #solar {
  /*background-image: url(../images/solarbg.png);*/
  position:relative;
}
.sectionfiveix .tabsection #ev {
  /*background-image: url(../images/evbg.png);*/
  position:relative;
}
.sectionfiveix .tabsection #gas {
  /*background-image: url(../images/gasbg.png);*/
  position:relative;
}

.sectionfiveix .tabdatasec h2,
.sectionfiveix .tabdatasec h3 {
  font-family: 'Aeonik-Medium';
  font-size: 3.5em;
  color: #ffffff;
  text-align: center;
}

/* .sectionfiveix .tabdatasec h3 {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 176.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff00;
} */

.sectionfiveix .tabdatasec ul {
  padding: 50px 0;
  display: flex;
  align-items: center;
}

.sectionfiveix .tabdatasec ul li {
  width: 100%;
  margin: 0 15px;
  background-color: #ffffffb2;
  padding: 30px;
  border-radius: 16px;
  min-height: 240px;
  list-style-type: none;
}

.sectionfiveix .tabdatasec ul li h5 {
  font-family: 'Aeonik-Regular';
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfiveix .tabdatasec ul li p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionfiveix .tabdatasec a {
  display: block;
  text-align: right;
}

.sectionfiveix .tabdatasec a span {
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
}

.sectionfiveix .tabsection ul.nav-tabs {
  justify-content: center;
  margin-bottom: 0 !important;
}

.sectionfiveix .tabsection ul.nav-tabs li {
  margin-right: 21px;
  margin-bottom: 0px;
}
.sectionfiveix .tabsection ul.nav-tabs li:last-child { margin-right: 0px; }
.sectionfiveix .tabsection ul.nav-tabs li button {
  border-radius: 40px;
  color: #1F2937;
    /* font-size: 16px; */
    font-weight: 500;
    font-family: 'Roboto';
}

.sectionfiveix .tabsection ul.nav-tabs li button svg {
  margin-left: 15px;
}
.sectionfiveix .tabsection ul.nav-tabs li button img {
  margin-left: 15px; width:12px;
}
.sectionfiveix .tabsection ul.nav-tabs li button.active{ border-color: #dee2e6 !important; }
.sectionsixix {
  position: relative;
}

.sectionsixix img {
  position: absolute;
  top: 10%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 1.2s ease;
  width: 700px;
}
.sectionsixix img.rotate {
  transform: translateX(-50%) rotate(180deg);
}
.sectionsixix img.reverse-rotate {
  transform: translateX(-50%) rotate(0deg);
}
.sectionsixix .rotatecard{
  padding: 80px 0;
  position: relative;
}

.sectionsixix .rotatecard .carddiff {
  background: linear-gradient(360deg, #f1f4f7 30%, #caddeb 71%);
  width: 40%;
  border-radius: 16px;
  padding: 20px;
  min-height: 170px;
}

.sectionsixix .rotatecard .carddiff h5 {
  font-family: 'Aeonik-medium';
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionsixix .rotatecard .carddiff p {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.5;
}

.sectionsixix .rotatecard .carddiff:nth-child(1) {
 margin-left: 60%;
}

.sectionsixix .rotatecard .carddiff:nth-child(2) {
  margin-top: -5%;
 }
 .sectionsixix .rotatecard .carddiff:nth-child(3) {
  margin-top: 20%;
 }
 .sectionsixix .rotatecard .carddiff:nth-child(4) {
  margin-left: 60%;
  margin-top: -10%;
 }
 .sectionsixix .rotatecard .centeraligntext{
  position: absolute;
  top: 45%;
  left: 41%;
 } 
 .sectionsixix .rotatecard .centeraligntext h5{
  font-family: 'Aeonik-thin';
font-size: 16.52px;
font-weight: 250;
line-height: 1.5;
color: #ffffff;
 }
 .sectionsixix .rotatecard .centeraligntext h4{
  font-family: 'Aeonik-thin';
  font-size: 46px;
  font-weight: 250;
  line-height: 1.2;
  color: #ffffff;
 }
 .sectionsixix .rotatecard .centeraligntext h6{
  font-family: 'Aeonik-thin';
  font-size: 16.52px;
  font-weight: 250;
  line-height: 1;
  color: #ffffff;
  text-align: right;
 }
.sectionsevenix {
  background: linear-gradient(360deg, #f9fbfd 0%, #caddeb 99%);
  padding: 80px 0;
}

.sectionsevenix h2 {
  font-family: 'Aeonik-Thin';
  font-size: 55px;
  font-weight: 250;
  line-height: 83px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionsevenix p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sectionsevenix .advantagecard {
  display: flex;
  align-items: center;
}

.sectionsevenix .advantagecard .card {
  padding: 20px;
  margin-right: 15px;
  text-align: center;
  min-height: 130px;
  justify-content: center;
  width: 100%;
  border-radius: 16px;

}

.sectionsevenix .advantagecard .card h5 {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

footer {
  background: linear-gradient(360deg, #f9fbfd 0%, #caddeb 49%);
  padding: 80px 0;
  margin-top: 20%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

footer .firstftright,
footer .firstftright img {
  width: 100%;
}

footer .firstftleft h3 {
  font-family: 'Aeonik-Thin';
  font-size: 32.07px;
  font-weight: 250;
  line-height: 1.2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-right: 40px;
}

footer .firstftleft p {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 30px;
  margin: 0;
}

footer .firstftleft a {
  background: #254FAD;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
}

.firstfooter {
  margin-top: -22%;
  background: linear-gradient(180deg, #DFE3EC 0%, #F4F7FF 100%);
  border-radius: 16px;
  padding: 50px;
}

footer .formsecright h2 {
  font-family: 'Aeonik-Thin';
  font-size: 41px;
  font-weight: 250;
  line-height: 1.2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

footer .formsecright p {
  font-family:'Aeonik-Regular';
  font-size:18px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.navbar-collapse button {
  background-color: #000;
  color: #ffffff;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 16px;
  padding: 8px 20px;
}
#headermenubar, #headermenubar .navigation_hdr{
width: 100%;
position: relative;
}
#headermenubar .navigation_hdr{
  padding-left: 100px; justify-content: flex-end;
}
#headermenubar .navigation_hdr li.nav-item{
  margin-left: 20px;
}
#headermenubar .navigation_hdr li.nav-links-item:last-child span.wx-req-demo{
  position: absolute;
  right: 0;
}
#headermenubar .navigation_hdr li .smartix-dropdown ul.smartix-drop{
  display: none;
}
#headermenubar .navigation_hdr li .smartix-dropdown ul.smartix-drop.show{
  display: flex;
    width: 100%;
    min-width: 950px;
    padding: 20px;
    /*justify-content: space-between;*/ border-radius:0px 0px 30px 30px; background-color:#f7f7f7;
    flex-wrap: wrap; border:0px;
}
#headermenubar .navigation_hdr li.nav-links-item.dropdown-container-class {
  width: 33%;
  min-height: 101px;
  padding-right: 20px;
}
#headermenubar .navigation_hdr li.nav-links-item.dropdown-container-class p{
  font-size: 13px; line-height:19px; color:#212529 !important;
}
.smartix-dropdown {
  position:absolute; top:45px; left:-420px; /* left: 0; */ z-index: 99999999999;
}
.smartix-drop > li> a.nav-item, .smartix-drop > li> span.nav-item { padding-left:0px !important; padding-bottom:5px !important; line-height:normal; }
#headermenubar .navigation_hdr li.nav-links-item.dropdown-container-class span { 
  font-family:"Roboto", sans-serif !important; font-size:15px; font-weight:500;
}
.navigation_hdr .wx-req-demo{
  background-color: #000;
  color: #ffffff;
  border-radius: 5px;
  font-family: Roboto;
  font-size: 16px;
  padding: 8px 20px;
}

.revolutionize-energy {
  position: relative;
  background-image: url(../images/shadow-bg.png);
  background-position: right -283px top 0px;
  ;
  background-size: contain;
  background-repeat: no-repeat;
}


.energy-management {
  padding: 50px 0px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.energy-management h2 {
  font-family: 'Aeonik-Thin';
  font-size: 3.5em;
  font-weight: 600;
  color: #424242;
  letter-spacing: 2px;
}

.energy-management>p {
  font-family: 'Aeonik-Regular';
  font-size: 0.9em;
  color: #1337BB;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.energy-management ul {
  display: flex;
  padding-left: 0px;
  border-top: 1px #2c57d861 solid;
  margin-top: 50px;
}

.energy-management ul li {
  list-style-type: none;
  text-align: left;
  min-width: 25%;
  padding: 28px;
  position: relative;
}

.SmartiX-BX .energy-management ul li:nth-last-child(1)::after{  background:none !important}

.SmartiX-CX .energy-management ul li:nth-last-child(1)::after{  background:none !important}

.SmartiX-CX .energy-management ul li h3,.SmartiX-Field-Service-AI .energy-management ul li h3,.SmartiX-Payments-AI .energy-management ul li h3{font-weight: 600;}

.energy-management ul li::after {
  content: "";
  background: url('../images/divider.png') no-repeat center center;
  background-size: 20px;
  width: 10%;
  height: 100%;
  position: absolute;
  right: -6px;
  top:41%;
  transform: translateY(-50%)
}

.energy-management .atom-icon {
  display: flex;
}

.energy-management .atom-icon img {
  width: 15px;
}

.energy-management ul li h3 {
  list-style-type: none;
  font-size: .9em;
  font-weight: 600;
  min-height: 34px;
}

.energy-management ul li p {
  font-size: .9em;
  text-align: left;
}

.every-utility {
  display: flex;
      text-align: center;
      margin: 20px 0px;
      justify-content: center;
      position: sticky;
      margin-top: -20px;
      background: #fff;
      padding-top: 60px;
}

.every-utility h2 {
  font-family: 'Aeonik-Thin';
  font-size: 3.5em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 60px;
}

.every-utility .right-sec img {
  width: auto;
  height: 410px;
}

 .box-wrapp{

            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
} 
.every-utility ul {
  padding-left: 0px;
}

.every-utility ul li {
  list-style-type: none;
  text-align: left;
  border-left: 1px solid #000;
  padding: 18px 20px 0;
  min-height: 120px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
}

.utility-col-left ul li::before {
  content: "";
    background: url(../images/globe.png) no-repeat center center;
    background-size: 24px;
    width: 8%;
    height: 39%;
    position: absolute;
    left: -43px;
    top: 26%;
    transform: translateY(-50%);
}

.every-utility ul li h4 {
  font-family: 'Aeonik-Thin';
  font-weight: 600;
}

.every-utility ul li p {
  color: #333333;
  font-size: 13px
}

.every-utility-inner {
  display: flex;
  flex-direction: column
}

.utilityrow {
  display: flex;
  justify-content: space-between;
}

.utility-col-left {
  width: 50%;
  padding-left: 130px;
}

.utility-col-right {
  width: 50%;
}

.explorepowerAI {
  background-color: #B6CFE3;
  height: 189px;
  margin: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.explorepowerAI h3 {
  font-family: 'Aeonik-Thin';
  font-size: 2em;
  font-weight: 600;
  line-height: 45px;
  color: #333333;
}
.power-ai-1{
  position: relative;
}
.videosectiontop{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height:100vh;
  max-height: 97vh;
  overflow: hidden;
}
.formFooterInner .primaryAction{
  padding: 6px 50px;
  background: #000000;
  color: #fff;
  border-radius: 40px;
  margin-top: 20px;
  width: 100%;
}
footer .formsec{
  padding-right: 100px; margin-top: 20px;
}
footer .formsec .contactnumaber{
  padding-top: 2px;
}
footer .formsec label{
  /* font-family: 'Aeonik-medium'; */
  margin-bottom: 8px; margin-top:8px;
  font-size: 13px;
  font-weight: 600;
}
footer .formsec .form-control{
  border-radius: 30px;
  min-height: 38px;
  font-size: 12px;
}
footer .formsec .form-control.form-text { margin-top:0px; }
footer .formsecright { margin-top: 30px; }
@media (max-width:767px) {
  /* menu bar css for mobile */

#headermenubar{
  position: absolute;
  top: 55px;
  left: 5%;
  width: 90%;
  background: #fff;
  padding: 20px;
  display: none;
}
#headermenubar.show, #navbarNavlist{
  display: block;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}
  .clients {
    margin: 30px 0px 0px;
}
.sectionfiveix .tabsection .tab-pane.fade.show.active{
  background-size: cover;
}
  .top_banner{
    height: 75vh;
  }
  .text-section h2{
    font-size: 25px;
  }
  .sectionfourix h3 span{
    font-size: 60px;
  }
  .top_banner h1{
    font-size: 3em;
  }
  .top_banner h2{
    font-size: 2em;
    line-height: 1.4;
  }
  .text-section {
    margin: 20px 0px;
  }
  .banner-list ul li {
    padding-bottom: 10px;
}
  .benefits .benifit-inner, .sectionsevenix .advantagecard, .benefits .benifit-inner .showonevent, .sectionfiveix .tabdatasec ul, .vertical-ev-energy .vertical-management ul{
    flex-direction: column;
  }
  .benefits .benifit-inner .box{
    width: 100%;
    height: 100%;
    min-height: 130px;
  }
  .benefits .benifit-inner .box.expand ul{
    margin-top: 15px;
  }
  .vertical-ev-energy .vertical-management ul{
    padding-left: 0px;
  }
  .benefits .benifit-inner .box.expand ul li, .vertical-ev-energy .vertical-management ul li{
    width: 100% !important;
  }
  .sectionfourix h4{
    font-size: 20.98px;
  }
  .sectionfiveix .intellsec h2{
    font-size: 50px;
    line-height: 1;
  }
  .sectionfiveix .tabdatasec ul{
    align-items: center;
  }
  .sectionfiveix .tabdatasec ul li{
    margin-bottom: 15px;
  }
  .sectionfiveix .tabsection #home{
    background-size: cover;
  }
  .sectionsixix img{
    width: 100%;
    top: 0%;
  }
  .sectionsixix .rotatecard .carddiff{
    width: 100%;
    margin-bottom: 15px;
  }
  .sectionsixix .rotatecard .carddiff:nth-child(1){
    margin-top: 100%;
    margin-left: 0;
  }
  .sectionsixix .rotatecard .carddiff:nth-child(2) {
    margin-top: 0;
}
.sectionsixix .rotatecard .carddiff:nth-child(3) {
  margin-top: 0%;
}
.sectionsixix .rotatecard .carddiff:nth-child(4) {
  margin-left: 0;
  margin-top: 0;
}
.sectionsixix .rotatecard .centeraligntext {
  top: 160px;
  left: 28%;
}
.sectionsixix .rotatecard{
  padding-bottom: 0px;
}
.industry h2{
  font-size: 25px;
}
.industry-inner{
  margin-bottom: 15px; min-height: auto;
}
.sectionsevenix .advantagecard .card{
  margin-right: 0px;
  margin-bottom: 15px;
}
.benefits{
  padding: 40px 0 0px;
}
.benefits .benifit-inner .showonevent, .benefits .benifit-inner{
  width: 100%;
  margin-top: 10px;
}
.benefits .benifit-inner .showonevent .rightcont {
  width: 100%;
}
.benefits h2{
  font-size: 23px;
    line-height: 1;
    margin-bottom: 0;
}
.benefits h2:last-child{
  margin-bottom: 20px;
}
.firstfooter{
  padding: 15px;
}
footer .firstftleft{
  margin-bottom: 25px;
}
footer .firstftleft h3{
  padding-right: 0px;
}
footer .formsecright h2 {
  font-size: 30px;
  margin-top: 20px;
}
.sectionfiveix .tabsection ul.nav-tabs li{
  margin-right: 7px;
}
.banner-list{
  gap: 0px;
  flex-direction: column;
}
.banner-list ul{
  margin-bottom: 0px;
}
.sectionfiveix .tabdatasec ul {
  padding: 20px 0;
}
.sectionfiveix .tabdatasec h2, .sectionfiveix .tabdatasec h3 {
  font-size: 1.6em;
}
.sectionfiveix .intellsec h5{
  font-size: 25px;
}
.sectionfourix .rightimg{
  margin-top: 30px;
}
.sectionsixix .rotatecard .centeraligntext h4{
  font-size: 28px;
  line-height: 1;
}
.sectionsixix .rotatecard .centeraligntext h5, .sectionsixix .rotatecard .centeraligntext h6{
  margin-bottom: 0;
}
.sectionfourix {
  padding: 0px 0px 0px;
}
.benefits .benifit-inner .showonevent .leftcontent {
  width: 100%;
}

/* powerby css start from here */
.every-utility h2, .energy-management h2{
  font-size: 20px;
}
.utilityrow, .energy-management ul, .benefits ul{
  flex-direction: column;
}
.utility-col-right, .utility-col-left, .utility-col-right .right-sec img, .benefits ul li, .energy-management{
  width: 100%;
}
.utility-col-left{
  padding-left: 30px;
}
.utility-col-right .right-sec img{
  width: 100%;
  height: auto;
}
.energy-management ul li::after{
  transform: rotate(90deg);
  bottom: -70px;
  top: auto;
  right: 66px;
}
.explorepowerAI h3{
  font-size: 25px;
}
#headermenubar .navigation_hdr {
  padding-left: 0px; 
}
#headermenubar .navigation_hdr li.nav-links-item:last-child span.wx-req-demo{
  position: unset;
  text-align: center;
  margin-top: 15px;
  width: 100%;
}
#headermenubar .navigation_hdr li .smartix-dropdown ul.smartix-drop.show{
  min-width: auto;
  flex-direction: column;
  height: 180px;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
#headermenubar .navigation_hdr li.nav-links-item.dropdown-container-class{
  width: 100%;
}
.SmartiX-Home .videosectiontop{
  height: 74vh;
}
}
/**************Menu Changes  ---------*/
/* evpage css start fromhere */
section.vertical-ev-energy{
  position: relative;
  padding-bottom: 50px;
}
section.vertical-ev-energy:before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background: linear-gradient(360deg, rgba(19, 55, 187, 0) -16.49%, #1337BB 112.72%);
  z-index: -1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.vertical-ev-energy .vertical-management h2{
  font-family: 'Aeonik-Thin';
  font-weight: 250;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
}
.vertical-ev-energy .vertical-management ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.vertical-ev-energy .vertical-management ul li{
  width: 32%;
  padding: 20px;
  min-height: 285px;
  margin-bottom: 20px;
  background: #B6CFE3;
border-radius: 8px;
list-style-type: none;
}
.vertical-ev-energy .vertical-management ul li h4{
  font-family: Roboto;
font-weight: 700;
font-size: 18px;
line-height: 30px;
margin-bottom: 15px;
}
.vertical-ev-energy .vertical-management ul li p{
  font-family: Roboto;
font-weight: 400;
font-size: 14px;
line-height: 30px;
letter-spacing: 0%;
}

.videosectiontop video.video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.top_banner > .container { z-index:9; }
.topHeader {
  width: 100%;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6; position:relative; z-index:99;
}
.logoheader {
  height: 32px;
}

.srchTop {
  float: right;
}
.srchTop a {
  background: #215ed9;
  border: 0px;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4.8px 15px !important;
  vertical-align: top;
  border-radius: 2px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
  float: right;
  text-align: center;
  text-decoration: none;
}
.srchField {
  position: relative;
  float: left;
  width: 84%;
}
.clickshowinfo {
  border: 0px;
  color: #fff !important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 4.8px 0px !important;
  vertical-align: top;
  border-radius: 2px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: 500;
  float: right;
}
a.clickshowinfo img {
  width: 20px;
}
.user-info {
  transform: translateX(0px);
  right: 0 !important;
  left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  right: auto;
  z-index: 1000 !important;
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  background-color: #efefef; transition:all .2s ease-in;
}
.user-info.oppend { width:100%; }
.user-info-in {
  background-color: #efefef;
  width: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 10px;
  border-radius: 3px;
  top: 1px;
}
.user-info.oppend .user-info-in{ width:4%; }

.user-info div#block-searchform {
  float: left;
  width: 94%;
}
.form-item {
  position: relative;
}
.user-info input {
      width: 93% !important;
  border: 0px;
  background: transparent !important;
  height: 31px !important;
  padding: 0px 16px 0px 43px !important;
  /* display: flex; */
  float: left;
  box-shadow: none !important;
  border: 0px !important;
}
button.btnTopSearch {
  border: 0px;
  background: transparent;
  float: right;
  padding-right: 10px;
  margin: 5px 0px;
  cursor: pointer;
  padding-left: 0px;
  padding-top: 0px;
}
.user-info-in img {
  width: 13px;
  margin: 10px 0px;
  cursor: pointer;
}
.user-info input.search-item {
  width: 5%;
  padding: 0px;
  margin: 0px !important;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/search.svg) 10px 7px no-repeat;
  background-size: 55%;
  font-size: 0px;
}
button.btnTopSearch {
  border: 0px;
  background: transparent;
  float: right;
  padding-right: 10px;
  margin: 5px 0px;
  cursor: pointer;
}
button.btnTopSearch img {
  width: 20px;
  margin: -5px -3px 0px 0px;
}
@media (max-width:767px) {
	.sectionfiveix .tabsection #myTabContent .video {
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		height: 100%;
	}
  .top_banner { overflow: hidden; }
  .videosectiontop video.video { width:auto; }
  .smartix-dropdown {
    position: absolute;
    top: 45px;
    left: -20px;
    /* left: 0; */
    z-index: 99999999999;
    width: calc(100% + 40px);
  }

  .headerDiv{ position: relative; background:#fff; }
  .headerDiv #navbarNavlist {
    display: block !important;
    position: absolute;
    top: -52px;
    right: 0px;
    font-size: 20px;        line-height: 27px;

  }
  .sticky-top > .container{ position: relative; top:-40px; }
  .srchField {
    position: relative;
    float: left;
    width: 58%; margin-top:9px;
  }
  .srchTop {
    float: right;
    margin-top: 10px;
  }
  .topHeader { background-color:#fff; }
  .user-info.oppend .user-info-in {
    width: 20px;
    margin-top: -3px;
  }

  #headermenubar {
    top: -9px;
    left: -15px;
    width: calc(100% + 30px);
  }
  .industry-inner > span{ height: auto; }
  .SmartiX-Payments-AI .energy-management ul li{
    width:100% !important;
    border:none !important;
  }
  .SmartiX-Payments-AI .energy-management ul li::after {
    transform: rotate(90deg) !important;
    bottom: -72px !important;
    top: auto !important;
    left: 75px;
    z-index: -1;
    background-size: contain !important;
  }
  .SmartiX-Payments-AI .energy-management ul li:nth-last-child(3)::after{
    content: "";
    background: url('../images/dividernew.png') no-repeat center center !important;;
    background-size: 20px !important;;
    width: 100% !important;;
    height: 100% !important;;
    position: absolute !important;;
    right: -128px !important;;
    top: 50% !important;;
    transform: translateY(-50%)
  }
  .SmartiX-Field-Service-AI .energy-management ul li{
    width:100% !important;
    border:none !important;
  }
  .SmartiX-Field-Service-AI .energy-management ul li::after {
    transform: rotate(90deg) !important;
    bottom: -72px !important;
    top: auto !important;
    left: 75px;
    z-index: -1;
    background-size: contain !important;
  }
  .SmartiX-Field-Service-AI .energy-management ul li:nth-last-child(3)::after{
    content: "";
    background: url('../images/dividernew.png') no-repeat center center !important;;
    background-size: 20px !important;;
    width: 100% !important;;
    height: 100% !important;;
    position: absolute !important;;
    right: -128px !important;;
    top: 50% !important;;
    transform: translateY(-50%)
  }
}
.industry-inner a, .industry-inner a:hover, .industry-inner a p {
  color: #333 !important;
  text-decoration: none;
}
.copy-right{
  padding: 40px;
          text-align: center;
}
.blockInner{
  text-align: center;
padding-top: 100px;
}
.blockInner h2{
font-family: 'Aeonik-Thin';
font-weight: 600;
font-size: 2.5rem;
margin-bottom:18px;
}
.blockInner .swixthnx{
font-size: 16px;
font-family: 'Roboto';
font-weight: 400;
}
.SmartiX-BX .atom-icon, .SmartiX-CX .atom-icon, .SmartiX-Payments-AI .atom-icon, .SmartiX-Field-Service-AI .atom-icon {
  display: none;
}
.SmartiX-Payments-AI .energy-management ul li::after {
  content: "";
  background: url('../images/dividernew.png') no-repeat center center;
  background-size: 20px;
  width: 10%;
  height: 100%;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%)
}
.SmartiX-Field-Service-AI .energy-management ul li::after {
  content: "";
  background: url('../images/dividernew.png') no-repeat center center;
  background-size: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -128px;
  top: 50%;
  transform: translateY(-50%)
}
.SmartiX-Payments-AI .energy-management ul, .SmartiX-Field-Service-AI .energy-management ul{
  flex-wrap: wrap;
    justify-content: center;
    border: none;
}
.SmartiX-Payments-AI .energy-management ul li, .SmartiX-Field-Service-AI .energy-management ul li{
  border-top: 1px solid #2c57d861;
  width:33%;
}
.SmartiX-Payments-AI .energy-management ul li:nth-last-child(2)::after{
  top: 46%;
}
.SmartiX-Payments-AI .energy-management ul li:last-child::after, .SmartiX-Payments-AI .energy-management ul li:nth-last-child(3)::after{
  background: transparent;
}
.SmartiX-Field-Service-AI .energy-management ul li:nth-last-child(2)::after{
  /* top: 46%; */
}
.SmartiX-Field-Service-AI .energy-management ul li:last-child::after, .SmartiX-Field-Service-AI .energy-management ul li:nth-last-child(3)::after{
  background: transparent;
}
.SmartiX-Field-Service-AI .energy-management a {
  background: #254FAD;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
}
/* Smartix module section design start */

.smartix-module-sectionapril .flip-card {
  background-color: transparent;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  margin-top: 30px;
}

.smartix-module-sectionapril .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  -o-transition: transform 0.8s;
}

.smartix-module-sectionapril .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.smartix-module-sectionapril .flip-card-front {
  background: rgb(246, 246, 246);
  background: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(244, 247, 255, 1) 0%, rgba(223, 227, 236, 1) 100%);
  color: #000;
  border-radius: 14px;
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  padding: 0 16px;
}

.smartix-module-sectionapril .flip-card-front h4 {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 0px;
  font-weight: 300;
}

.smartix-module-sectionapril .flip-card-back {
  background-color: #f6f6f6;
  color: #000;
  border-radius: 14px;
  transform: rotateY(180deg);
  padding: 20px;
  text-align: left;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.smartix-module-sectionapril .flip-card-back p {
  color: #000;
}

.smartix-module-sectionapril .flip-card-back ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  list-style: circle;
}
.smartix-module-sectionapril h3.smartixaprhdngCentre span i:nth-child(1) {
  float: left;
}
.smartix-module-sectionapril h3.smartixaprhdngCentre span i {
  font-style: normal;
  display: inline-block;
  color: #656d76;
  font-weight: 300;
  font-size: 40px;
}


.smartix-module-sectionapril h3.smartixaprhdngCentre span b {
  font-size: 200px;
  line-height: 100%;
  font-weight: 300;
  display: block;
}

.smartixmoduleBlockInner h3.smartixaprhdngCentre span b,.smartix-module-sectionapril .smartixaprhdngCentre span i{font-family: 'Aeonik-Thin';font-weight: 600 !important;}


.smartix-module-sectionapril .smartixaprpRightBottom {
  margin: 0px 0px 30px 0px !important;
}
.smartix-module-sectionapril h3.smartixaprhdngCentre {
  text-align: center;
}
.smartix-module-sectionapril h3.smartixaprhdngCentre span i.smartixaprpRight {
  float: right;
  margin-top: 20px;
}

.SmartiX-Field-Service-AI .smartixmoduleBlockInner h2, .SmartiX-Field-Service-AI .smartixaprhdngCentre span{
  font-family: 'Aeonik-Thin'; font-weight: 600;}



.smartixmoduleBlockInner h2{
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color: #424242;
  margin-bottom: 50px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.smartixaprhdngCentre span{
  display: inline-block;
}

.smartix-module-sectionapril{
  margin-bottom:50px;
}

@media (max-width:767px){
  .smartix-module-sectionapril h3.smartixaprhdngCentre span i{
    font-size:30px;
    display: block;
    width: 100%;
    margin-bottom:15px;
  }
  .smartixmoduleBlockInner h2{
    font-size:28px;
  }
  .smartix-module-sectionapril h3.smartixaprhdngCentre span b{
      font-size:60px;
      margin-bottom: 7px;
  }
}
.pin-spacer {
    width: 100% !important;
}
/* End */