.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

ul,
p,
h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}
h1,h2{ font-weight: 600;}
li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  display: flex;

  flex-wrap: nowrap;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 89px;
}
header .container{ border-bottom: 1px solid #fff;}
section.banner {
  max-height: 620px;
  overflow: hidden;
}
.lefthd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.logo {
  padding: 11px 0px;
  margin-top: 14px;
}

.logo a img {
  width: 230px;
}
.menu {
  padding-left: 67px;
  padding-top: 34px;
}

.menu ul li a {
  color: #fff;
  display: block;
  margin-right: 25px;
  font-weight: 500;
}

.menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.telno {
  padding-top: 23px;
  padding-right: 11px;
  margin:0px auto;
}
.content-area p {
  font-size: 30px;
  font-weight: 300px;
}
.telno a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: #4F378A;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding: 12px 22px;
}
.telno a:hover {
  background-color:#322358;
}
.white  {
     height: 44px;
    font-weight: 500;
    font-size: 14px;
    color: #4F378A;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 12px 22px 12px 22px;
    margin-top: 22px;
}
.white:hover {
  color: #fff;
  background-color: #4F378A;
}
.telno a img {
  width: 8px;
  margin-left: 10px;
}
.banner-img img {
  width: 100%;
}
.banner-item {
  position: relative;
}
.banner-text {
  position: absolute;
  width: 100%;
  top: 225px;
}
.telno a span {
  font-size: 14px;
  font-style: normal;
}
.banner-text h1 {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  padding-bottom: 10px;
}
.inr-cw {
  max-width: 232px;
}
.banner-text p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 10px;
}
.banner-text h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.butn {
  width: 225px;
  height: 55px;
  border: none;
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background-color: #0a7ae6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 25px;
}
.butn:hover {
  background-color: #026bce;
}
.top-area h2 span {
  color: #0800ef;
  font-weight: 600;
}
.client-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.client-logos div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  min-height: 220px;
  padding: 0px 20px;
}
.client-logos div img {
  max-width: 150px;
}
.banrtel {
  max-width: 320px;
}
.banrtel a {
  font-size: 14px;
}
.top-area {
  background: url("../images/dot.png") repeat-x bottom left;
}
.top-area h2 {
  font-size: 24px;
  font-weight: 400;
}
.ta-hd {
  min-height: 220px;
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.wwr-img img{
 max-width: 370px;
}
.top-area p {
  font-size: 16px;
  font-weight: 300;
}
.body-section {
  /* background: url("../images/bg.jpg") repeat-x top left; */
  padding-top: 50px;
}
.content-area {
  padding: 112px 80px 150px 80px;
  text-align: center;
}
.main-img-home {
  text-align: center;
}
.main-img-home h2 {
  font-size: 50px;
  font-weight: 700;
  background: #121fcf;
  background: linear-gradient(to right, #121fcf 0%, #660033 50%, #ff6f01 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-botm ul li a {
  color: #fff;
}
.main-img-home h2 span {
  display: block;
  background: linear-gradient(to right, #121fcf 0%, #ff6f01 50%, #ff6f01 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: hue 2s infinite linear;
}
.mainimg {
  padding: 80px 20px;
  width: 100%;
}
.mainimg img {
  max-width: 100%;
}
.ctn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.v-rt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding-top: 20px;
}
.video {
  padding: 50px 0px;
}
.video img {
  width: 100%;
}
.mvh-hd h2 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 10px;
}
.mvh-hd p {
  font-size: 18px;
  font-weight: 300;
}
.v-rt a {
  display: block;
  font-size: 21px;
  font-weight: 600;
  margin-left: 27px;
  color: #0800ef;
}
.wv {
  max-width: 170px;
  background: url("../images/play.svg") no-repeat right center;
  padding-right: 30px;
}
.v-rt a.cwu {
  max-width: 185px;
  padding-right: 15px;
  background: url("../images/arrow.svg") no-repeat right 11px;
}
.main-video-home {
  padding: 90px 0px;
}
.content-area span {
  font-size: 40px;
  font-style: italic;
}
.ca-butn {
  max-width: 330px;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
}
.box-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.box-img img {
  width: 100%;
}
.abimg {
  padding: 80px 0px;
}
.abimg img {
  width: 100%;
}
.box-txt {
  background: url("../images/black-transparent.png");
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  text-align: left;
  background-size: cover;
}
.box-txt p {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px !important;
}
.box-txt-blog {
  font-size: 12px;
  padding-right: 12px;
  color: #fff;
  background: url(../images/white-arrow.png) no-repeat right center;
  background-size: 7px auto;
}

.leader-home {
}
h2,
h1,
p {
  margin: 0px;
  padding: 0px;
  display: block;
}
.lh-txt p {
  padding-bottom: 25px;
}
.leader-home h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  padding-right: 60px;
}
.leader-home p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.video img {
  width: 100%;
}
.lh-txt {
  padding: 0px 0px 50px;
}
.cont p {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.cont span {
  font-size: 22px;
  color: #000;
}
.cont-sec {
  padding-top: 60px;
  padding-bottom: 70px;
}
.brand {
  padding-top: 30px;
  padding-bottom: 30px;
}
.brand h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}
.brand p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.client-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.client-logo-img {
  padding-bottom: 20px;
  display: flex;
  min-height: 200px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
footer {
  font-size: 12px;
  color: #fff;
  padding-bottom: 10px;
  background-color: #fbfbfb;
}
footer a {
  font-size: 12px;
  color: #fff;
}
.mobilemenu {
  position: absolute;
  right: 26px;
  top: 29px;
  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;
}

body.active {
  overflow: hidden;
}

.telno img {
  width: 35px;
}
.in-txt {
  top: 200px;
}
.innerpage {
  padding-top: 55px;
  padding-bottom: 50px;
}
.innerpage p {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
.inputbx {
  margin-bottom: 40px;
}
.green-strip {
  background: url("../images/green-strip.png") repeat-x top left;
}
.inputbx label {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
.inputbx input {
  height: 50px;
  width: 100%;
  background-color: #d9d9d9;
  border: none;
}
.inputbx textarea {
  height: 150px;
  width: 100%;
  background-color: #d9d9d9;
  border: none;
}
.footerlower{ border-top: 1px solid #4A4A4A;}
.inr-banner {
  height: 400px;
  background-position: top right;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.innerpage h2 {
  font-size: 33px;
  font-weight: 700;
}
.innerpage p.bold {
  font-weight: 700;
}
.abt p {
  padding-right: 20px;
}
.innerpageimg img {
  width: 100%;
}
.innerpageimg {
  padding-top: 50px;
}
.orange {
  color: #4F378A !important;
}
.misvvisbx {
  background-color: #d9d9d9;
  padding: 35px;
  min-height: 300px;
}
.misvvisbx h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
}
.misvis {
  padding-top: 85px;
  padding-bottom: 80px;
}
.misvis h2 {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 60px;
}
.breadcrumb {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.breadcrumb ul li {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding-right: 15px;
  margin-right: 6px;
  background: url(../images/right-arrow.png) no-repeat right 5px;
  background-size: 6px auto;
}
.breadcrumb ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.noimage {
  background: none !important;
}

.products h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 30px;
}
.prodimg {
  /*height: 250px;*/
  overflow: hidden;
  margin-bottom: 20px;
}
.prodimg img {
  width: 100%;
}
.prodbx h2 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.prodbx p {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}
.prodbx {
  position: relative;
}
.products {
  padding-bottom: 60px;
}
.client-logo-img img {
  max-width: 200px;
}
.client-logo-img {
}
.bluelay {
  background-color: #0a7ae6;
  color: #fff;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0px;
  left: 0px;
}
.contactbutn {
  margin-bottom: 25px;
}
.misvvisbx {
  margin-bottom: 25px;
}
.prodbx {
  margin-bottom: 50px;
}
.client-logo {
  max-width: 100%;
}
.rightabsolute {
  position: absolute;
  right: 0px;
  top: 50%;
  background-color: #fff;
  border-radius: 10px 0px 0px 10px;
  z-index: 100;
}
.rightabsolute a {
  display: block;
  padding: 6px 10px;
  border-bottom: 1px solid #ccc;
}
.cont-det h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.cont-no {
  padding-top: 20px;
}
.prod-cat p {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}
.prod-cat p a {
  font-weight: 700;
  text-decoration: underline;
}
.prod-cat ul li {
  padding: 0px 20px;
  margin: 10px 0px;
  position: relative;
}
.prod-cat ul li a {
  color: #000;
}
.prod-cat ul li::before {
  display: block;
  position: absolute;
  left: 0px;
  top: 9px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
}
.three-box h2 {
  font-size: 40px;
  padding-bottom: 70px;
  font-weight: 400;
}
.three-box {
  padding-bottom: 80px;
}
.brown {
  background: rgb(153, 61, 0);
  background: linear-gradient(
    180deg,
    rgba(153, 61, 0, 1) 0%,
    rgba(255, 102, 0, 1) 100%
  );
}
.blue {
  background: rgb(19, 0, 54);
  background: linear-gradient(
    180deg,
    rgba(19, 0, 54, 1) 0%,
    rgba(55, 0, 156, 1) 100%
  );
}
.merun {
  background: rgb(102, 0, 51);
  background: linear-gradient(
    180deg,
    rgba(102, 0, 51, 1) 0%,
    rgba(204, 0, 102, 1) 51%
  );
}
.box-botm {
  color: #fff;
  padding: 35px 35px;
  min-height: 500px;
}

.box-botm h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
.box-botm p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 25px;
}
.box-botm li {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
}
.box-botm li ul li {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
}
.box-botm li ul {
  padding-left: 15px;
  padding-top: 15px;
}

.partner {
  padding-bottom: 100px;
}
.partner h2 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 20px;
}
.partner p {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 100px;
}
.limgrtxt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  padding-bottom: 50px;
}
.lim img {
  width: 65px;
}
.lim {
  width: 80px;
}
.rtxt {
  width: calc(100% - 80px);
  padding-top: 10px;
  padding-left: 5px;
}
.rtxt h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
  border-bottom: dotted;
  border-bottom-color: #cad2d2;
}
.rtxt p {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 25px;
}
.sli {
  background-color: #b4b6c4;
  padding: 85px 0px 115px 0px;
  color: #fff;
}
.sli h2 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 15px;
}
.sli p {
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 78px;
}
.getintouch {
  background: rgb(133, 2, 185);
  background: linear-gradient(
    317deg,
    rgba(133, 2, 185, 1) 0%,
    rgba(11, 2, 29, 1) 51%
  );
  min-height: 225px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.getintouch h2 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 600;
}
.getintouch p {
  color: #fff;
  font-size: 18px;
}
.align-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.align-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}
.git {
  max-width: 172px;
  padding: 0px;
}
.git a{ font-size: 24px;}
.footertop {
  background-color: #0a0120;
  padding-top: 60px;
  padding-bottom: 80px;
}
.footertop .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.footerbox {
  width: 20%;
}
.footerbox h2 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 20px;
}
.footerbox h3 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
}
.footerbox ul li {
  font-size: 12px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url("../images/white-arrow.png") no-repeat left 4px;
  background-size: 8px auto;
}
.footerbox ul li ul li {
  background: url("../images/white-arrow.png") no-repeat left 4px;
  background-size: 6px auto;
}
.footerbox ul li ul {
  padding-top: 10px;
}
.footerbox ul li ul li a {
  font-size: 10px;
}
.footerbotm {
  padding-top: 35px;
  padding-bottom: 35px;
}
.align-botm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.socialmedia ul li {
  margin-left: 10px;
}
.copyright {
  font-size: 14px;
  color: #4A4A4A;
}
.footerlower {
  padding-top: 20px;
}
.footermenu ul li {
  padding-left: 16px;
}
.footermenu ul li a {
  font-size: 14px;
  color: #000000;
}
.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: 300px;
}
.menu ul li.dropdown > ul.dropdown-content li {
  padding: 0px;
}
.menu ul li a {
  padding: 5px 0px;
  font-size: 15px;
}
.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;
}
.inrheader {
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}
.inrheader .menu ul li a {
  color: #fff;
}
.ita p {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
.inrtxt {
  padding-top: 0px;
}
.inrtxt p {
  font-size: 16px;
}
.plane-butn a {
  background-color: transparent;
  border: 1px solid #aea7a7;
  font-size: 16px;
}
.plane-butn a span {
  font-size: 14px;
  font-style: normal;
}
.orangebg2 {
  background: rgb(255, 223, 201);
  background: linear-gradient(
    180deg,
    rgba(255, 223, 201, 1) 0%,
    rgba(255, 255, 255, 1) 16%
  );
}
.orangebg {
  background: rgb(255, 223, 201);
  background: linear-gradient(
    180deg,
    rgba(255, 223, 201, 1) 0%,
    rgba(255, 255, 255, 1) 28%
  );
}
.cmninr h2 {
  padding-bottom: 75px;
}
.cmninr h3 {
  padding-bottom: 30px;
  font-weight: 600;
}
.dotbrdr {
  background: url("../images/dot2.png") repeat-x bottom left;
}
.inr-cont h2 {
  font-size: 18px;
  padding-bottom: 20px !important;
  font-weight: 600;
}
.inr-cont p {
  font-size: 14px;
  padding-bottom: 25px;
  font-weight: 500;
}
ul.submenu-content {
  position: absolute;
  display: block;
  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: translateX(180px);
  position: absolute;
  top: 0px;
  left: 0;

  padding: 15px 0px;
}
.inr-cont {
  /* padding-bottom: 20px; */
  padding-top: 30px;
}
.imagebox img {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  z-index: 100;
  position: relative;
}
.imagebox {
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
}
.imagebg {
  position: absolute;
  width: 90%;
  height: 100%;
  top: -50px;
  right: -50px;
  border-radius: 10px;
}
.orangevertbg {
  background: rgb(255, 232, 232);
  background: linear-gradient(
    180deg,
    rgba(255, 232, 232, 1) 0%,
    rgba(253, 242, 247, 1) 51%
  );
}
.greenvertbg {
  background: rgb(220, 252, 232);
  background: linear-gradient(
    180deg,
    rgba(220, 252, 232, 1) 0%,
    rgba(255, 248, 243, 1) 100%
  );
}
.saasup-box {
  background: rgb(255, 223, 201);
  background: linear-gradient(
    180deg,
    rgba(255, 223, 201, 1) 0%,
    rgba(253, 255, 245, 1) 51%
  );
}
.saasup-box {
  /* padding-top: 70px;
  padding-bottom: 70px; */
}
.sb-top p {
  font-size: 24px;
}
.pad0 {
  padding: 0px;
}
.sb-top {
  padding-bottom: 50px;
}
.align-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
}
.subtxt {
  background: url("../images/verticalline.png") repeat-y top left;
  padding-left: 30px;
}
.sb-bottom h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
}

.botmimg {
  padding: 55px 40px  0px 40px;
  border-radius: 15px;
  min-height: 770px;
  position: relative;
}
.botmimg .imgbx {
}
.botmimg .imgbx img {
  max-width: 340px;
}
.cmninr .botmimg h3 {
  padding-bottom: 0px;
}
.imagebg2 {
  right: auto;
  left: -10px;
}

.rightcont {
  padding-left: 60px;
}
.color1 {
  background: rgb(207, 202, 255);
  background: linear-gradient(
    180deg,
    rgba(207, 202, 255, 1) 0%,
    rgba(255, 237, 237, 1) 51%
  );
}
.color2 {
  background: rgb(194, 218, 255);
  background: linear-gradient(
    180deg,
    rgba(194, 218, 255, 1) 0%,
    rgba(251, 255, 229, 1) 51%
  );
}
.padrt-30 {
  padding-right: 40px;
}
.color3 {
  background: rgb(220, 252, 232);
  background: linear-gradient(
    180deg,
    rgba(220, 252, 232, 1) 0%,
    rgba(204, 224, 232, 1) 51%,
    rgba(243, 243, 243, 1) 100%
  );
}
.rightimg {
  right: 0px !important;
  bottom: -110px !important;
}
.rt-width {
  width: 330px;
}
.botomtext {
  padding-top: 100px;
  padding-bottom: 80px;
}
.botomtext p {
  font-size: 24px;
  color: #000099;
  font-style: italic;
  font-weight: 700;
}
.inrh2 h2 {
  padding-bottom: 10px;
}
.inrh2 {
  padding-right: 40px;
}
.saasupbg {
  top: -31px;
}
.font-italic {
  font-style: italic !important;
}
.main-cont {
  background: #dcfce8;
  border-radius: 15px;
  padding: 90px 50px 30px 50px;
  text-align: center;
}
.saasup-green {
  padding-bottom: 80px;
}
.saasup-green h2 {
  padding-bottom: 30px;
}
.saasup-green p {
  padding-bottom: 30px;
}
.box-orange {
  background: rgb(255, 237, 237);
  background: linear-gradient(
    180deg,
    rgba(255, 237, 237, 1) 0%,
    rgba(243, 243, 243, 1) 51%
  );
}
.lime {
  background: url("../images/workflow.png") no-repeat right top #f0f4f7;
  background-size: contain;
  min-height: 400px;
  padding: 20px 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  text-align: left;
}
.lime h2 {
  padding-bottom: 30px;
}
.pl-0 {
  padding-left: 0px;
}
.boxpos {
  top: -30px;
  right: -30px;
}
.orangebg3 {
  background-color: #ffeded;
}
.text-align-left {
  text-align: left;
}
.orangebg3 h2 {
  padding-bottom: 0px;
}
.small {
  font-size: 14px !important;
}
.gtm h2 {
  padding-bottom: 25px;
  padding-top: 15px;
}
.gtmbg {
  background: rgb(255, 231, 243);
  background: linear-gradient(
    180deg,
    rgba(244, 239, 255, 1) 0%,
    rgba(253, 255, 245, 1) 51%
  );
}
.gtmcont h2 {
  padding-bottom: 20px;
}
.gtmcont h3 {
  padding-bottom: 25px;
}
.gtmgreen {
  background-color: #ffe7f3;
  margin-top: 70px;
  background: url('../images/inr-mid.jpg') no-repeat center center;
   min-height: 320px;
}
.gtmgreen h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
  color: #fff;
 
}
.gtmgreen h2 {
  padding-bottom: 20px;
   color: #fff;
   font-size: 20px;
}
.purple {
  background: rgb(227, 212, 255);
  background: linear-gradient(
    180deg,
    rgba(227, 212, 255, 1) 0%,
    rgba(253, 255, 245, 1) 51%
  );
}
.home-text h1 {
  font-size: 40px;
}

.cont-banner {
  height: 370px;
}
.cont-txt {
  top: 230px;
}
.cont-map {
  border-radius: 15px;
  background-color: #f0eee1;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.map-txt {
  padding-right: 60px;
}
.map-txt p {
  margin-bottom: 15px;
}
.map-txt p a {
  color: #000;
}
.map-img img {
  width: 100%;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 40px;
}
.contact-form h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 80px;
}
.contact-form p {
  font-size: 18px;
  padding-bottom: 50px;
}
.contact-form label {
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
.field-box {
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
}
.form-select {
  font-size: 14px;
  font-weight: 600;
  background-color: #f1efef;
  border-radius: 0px;
  width: 100%;
  height: 40px;
}

.form-control {
  font-size: 14px;
  font-weight: 600;
  background-color: #f1efef;
  border-radius: 0px;
  width: 100%;
  height: 40px;
}
.textarea {
  height: 120px;
}
.submit-butb {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
  border-radius: 8px;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  align-content: stretch;
  border: none;
  padding: 10px 22px;
  background: url("../images/right-arrow.png") no-repeat 95px center #4F378A;
  background-size: auto 10px;
}
.field-row {
  margin-left: -24px;
  margin-right: -24px;
}
.padt0 {
  padding-top: 0px;
}
.policy {
  font-size: 18px;
}
.policy h1,
.policy h2,
.policy h3 {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}
.policy p,
.policy li {
  padding-bottom: 25px;
  font-size: 16px;
}
.policy li {
  padding-bottom: 10px;
  font-size: 16px;
}
.policy ul {
  padding-bottom: 25px;
}
.policy p a,
.policy li a {
  color: #000;
}
.abt p {
  padding-bottom: 10px;
}
.frac h2 {
  font-size: 24px;
  padding-bottom: 25px;
}
.saas-bg {
  background: url("../images/saas-bg.svg") no-repeat center center;
  background-size: 400px;
  width: 490px;
  height: 490px;
  position: relative;
}
.saas-bg img {
  width: 90px;
}
.footerlogo img { width: 300px;}
.contact{ padding-top: 40px; text-align: right;}
.contact h2{ font-size: 16px; color: #000;}
.contact p{ font-size: 14px;color: #4A4A4A;}
.su {
  left: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  animation: su 6s linear infinite;
}
.sg {
  left: 0px;
  top: 10px;
  animation: so 6s linear infinite;
}
.so {
  left: 0px;
  top: 10px;
  animation: so 6s linear infinite;
}
.cmninr .inr-cont h2 {
  font-size: 17px;
}
.inr-cont ul li {
    padding-left: 35px; /* Create space for the icon */
    position: relative;
    margin-bottom: 10px; /* Space between items */
    font-size: 1.1em; /* Make the text slightly larger */
    font-weight: bold; /* Keep the emphasis of the previous H2 */
}


.icon-list2 {
    list-style: none; /* Remove default bullet points */
    padding-left: 0;
}

.icon-list2 li {
    padding-left: 35px; /* Create space for the icon */
    position: relative;
    margin-bottom: 10px; /* Space between items */
    font-size: 1.1em; /* Make the text slightly larger */
    font-weight: bold; /* Keep the emphasis of the previous H2 */
}

.icon-list2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/check.png) no-repeat center center;
    background-size: contain;
}
.icon-list {
    list-style: none; /* Remove default bullet points */
    padding-left: 0;
}

.icon-list li {
    padding-left: 35px; /* Create space for the icon */
    position: relative;
    margin-bottom: 10px; /* Space between items */
    font-size: 1.1em; /* Make the text slightly larger */
    font-weight: bold; /* Keep the emphasis of the previous H2 */
}

.icon-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../images/check-mark.png) no-repeat center center;
    background-size: contain;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@keyframes su {
  0% {
    transform: rotate(0deg) translate(245px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(245px) rotate(-360deg);
  }
}
@keyframes so {
  0% {
    transform: rotate(0deg) translate(-165px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-165px) rotate(-360deg);
  }
}
@keyframes sg {
  0% {
    transform: rotate(0deg) translate(-165px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-165px) rotate(-360deg);
  }
}


@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
  .w1400{ max-width:1380px };
}

.video-sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  padding: 50px 0px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.line {
  width: 100px;
  height: 1px;
  margin: 20px auto 40px auto;
  border-bottom: 1px solid white;
}

#after-image img {
  width: 100%;
  display: block;
}

#before-after-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 3px solid white;
}

#after-image {
  display: block;
}

#before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

#resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

#resizer:after {
  background: linear-gradient(62deg, #c93072 5%, #3365c0);
  font-family: "Font Awesome 5 Free";
  content: "\f337";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
}

.font30 { font-size: 24px!important;}
.footersub-content { height: 1px; opacity: 0;padding-top: 0px!important; transition: all 0.3s ease;}
.footersub-content.active{height: 145px; opacity: 1; padding-top: 10px!important;}
.boxsub-content { height: 1px; opacity: 0;padding-top: 0px!important; transition: all 0.3s ease;}
.boxsub-content.active{height: 180px; opacity: 1; padding-top: 10px!important;}
.whoweare h2, .our-services h2{ padding-bottom: 6px;}
.whoweare span, .our-services span{ font-size: 14px; color: #959595; padding-bottom: 20px; display: block;}
.whoweare p{ color: #4A4A4A; line-height: 26px;}
.wwr { padding-left: 50px;}
.whoweare{
   padding-bottom: 80px;
}
.our-services h2{ text-align: center;}
.our-services span{ text-align: center;}
.serv-box{
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;

}
.our-services { background: url('../images/grad-btm.jpg') repeat-x bottom left;
 padding-top: 80px;
 padding-bottom: 80px;
}
.advv{ margin: 0px auto; position: relative;}
.advv{ text-align: center;}
.advvbx{ position: absolute; width: 320px;margin: 0px auto; 
  background-color: #4F378A; border-radius: 8px;
  left: 0px;
  right: 0px;
  bottom:60px;
  color: #fff;
  padding: 20px 0px;

}
.advvbx h2{ font-size: 16px;}
.advvbx p{ font-size: 14px;}
.advv img { width: 250px;}
.inr-cont ul li {
    font-size: 14px;
    padding-bottom: 15px;
}
.inr-cont ul {
   padding-bottom: 25px;
}

.icon-list {
    list-style: none; /* Remove default bullet points */
    padding-left: 0;
}

.serv-box{ margin-bottom: 50px;}
.serv-box h2{ font-size: 20px; color: #000; padding-bottom: 20px;}
.serv-box p{ font-size: 14px; color: #000; padding-bottom: 20px;}
.serv-box:hover{ background-color: #f1f1f1;}