@import url("https://fonts.googleapis.com/css2?family=League+Spartan&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Spartan:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;
}

:root {
  --blue-highlighted-color: #226ed1;
  --ornage-highlighted-color: #e7852e;
  --light-text-color: #6d6d6d;
  --league-spartan-font: "League Spartan", sans-serif;
  --lato-font: "Lato", sans-serif;
  --h2-custom-size: 4rem;
}

body, html {
  overflow-x: clip;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background: var(--body-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--league-spartan-font);
}

p {
  color: #000;
  font-family: var(--lato-font);
  font-size: 17px;
  line-height: 32px;
}

.btn-main {
  background: var(--blue-highlighted-color) !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 12px 25px !important;
  font-family: var(--league-spartan-font);
  font-size: 1.2rem !important;
  border: 2px solid var(--blue-highlighted-color) !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}
.btn-main:hover {
  font-weight: initial !important;
  transition: 0.3s ease-in-out;
}

.text-right {
  text-align: right;
}

.h6-text-style {
  padding: 8px 18px 4px 18px;
  border-radius: 50px;
  color: #6d6d6d;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.text-gradient-animation {
  background: linear-gradient(90deg, #4169e1, #5768df, #8164d7, #aa60c8, #cc60b3, #e3689c, #ed7889, #ee8c7e, #e99e7c, #e4ac7f, #e0b585, #deb887, orange);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: text-animation-gradient 3s alternate infinite;
}

@keyframes text-animation-gradient {
  from {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 0;
  }
  to {
    background-position: 0 50%;
  }
}
.banner1 {
  width: 100%;
  background: url(../images/banner1.jpg);
  background-size: 100% 100%;
  height: 100vh;
}

.overlay10 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.dgdfgdfgfdgd {

  position: absolute;
  margin-top: 13%;
  border-radius: 8px;
}
.dgdfgdfgfdgd h2 {
  font-size: var(--h2-custom-size);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.dgdfgdfgfdgd h6 {
  font-size: 19px;
  color: rgb(101, 101, 101);
}
.dgdfgdfgfdgd button {
  padding: 14px 60px;
  border: none;
  background-color: #600488;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.text1 {
  font-family: "Nunito Sans", sans-serif;
  color: #044595;
}

.dghhfdfg {
  text-align: center;
}
.dghhfdfg h2 {
  color: black;
  font-size: var(--h2-custom-size);
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}
.dghhfdfg p {
  color: rgb(87, 87, 87);
  font-size: 17px;
  font-weight: 600;
}

.vbghfdgdfg {
  width: 100%;
  padding: 40px 0;
}

.hygfdgdfgdf {
  margin-top: 40px;
}

.ftgfdf {
  width: 70px;
  height: 70px;
  text-align: center;
  margin: auto;
}
.ftgfdf img {
  width: 100%;
  height: 100%;
}

.dfbvghfgd {
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}
.dfbvghfgd h6 {
  font-weight: 700;
  color: rgb(21, 21, 49);
  font-size: 22px;
  margin-bottom: 0;
}
.dfbvghfgd p {
  font-weight: 500;
}

.hfgjgdfgdf {
  text-align: center;
  margin: auto;
  margin-top: 40px;
}
.hfgjgdfgdf button {
  padding: 14px 40px;
  border: none;
  background-color: #600488;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}

.ndhjfgsdfdfgd {
  width: 100%;
  padding: 50px 0;
  background-color: #fdecec;
}

.lfhuygdfgfd {
  text-align: center;
}
.lfhuygdfgfd h2 {
  color: #00adb5;
  font-size: var(--h2-custom-size);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.text-gradient-animation {
  background: linear-gradient(90deg, #4169e1, #5768df, #8164d7, #aa60c8, #1449c5, #e3689c, #0929ca, #7e80ee, #0f4dd2, #e4ac7f, #e0b585, #deb887, orange);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200%;
  animation: text-animation-gradient 3s alternate infinite;
}

.fhfgh {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.thfghghfhgf {
  width: 90%;
  margin: 50px auto;
}

.gnh {
  margin-top: -40px;
}
.gnh i {
  padding: 17px;
  background-color: #3a046a;
  border-radius: 50px;
  color: white;
}

.bgfgfdg {
  margin-top: 25px;
}
.bgfgfdg h4 {
  color: black;
  font-size: 26px;
  margin-bottom: 0;
}
.bgfgfdg h6 {
  font-size: 18px;
}
.bgfgfdg h2 {
  font-size: var(--h2-custom-size);
  font-weight: bold;
  padding-top: 5px;
}

.fkhgdsvfbdgdfgfdd {
  width: 100%;
  padding: 50px 0;
}

.jdbgff {
  text-align: center;
  margin-top: 35px;
}
.jdbgff h4 {
  color: black;
  font-weight: 600;
  font-size: 27px;
}
.jdbgff span {
  font-weight: 700;
  color: black;
  font-size: 17px;
  margin-bottom: 0;
}
.jdbgff p {
  margin-bottom: 0;
}

.hhf i {
  font-size: 25px;
  color: rgb(255, 170, 0);
}

.lkfbdf {
  width: 140px;
  height: 40px;
  text-align: center;
  margin: auto;
}
.lkfbdf img {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  box-sizing: 100% 100%;
}

.lkhfydf {
  width: 100%;
  height: 260px;
  background-color: #f1d4d4;
}

.lkhfydf {
  width: 100%;
  height: 240px;
  padding: 10px;
  background: url(../images/bg2.png);
  background-size: 100% 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.nfhjgf {
  width: 45px;
  height: 45px;
}
.nfhjgf img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.bgfgfg {
  display: flex;
  align-items: baseline;
}
.bgfgfg h6 {
  padding-left: 10px;
  font-size: 19px;
  font-weight: 700;
}

.hfgdf {
  margin-top: 10px;
}
.hfgdf i {
  color: rgb(255, 187, 0);
}

.bfvgfd p {
  font-size: 15px;
  line-height: 22px;
}

.bdfgg .owl-theme .owl-nav {
  position: absolute;
  top: 100px;
}

.jhfgdgf .containerwidth {
  width: 100%;
}

.jhfgdgf .wrapper {
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
}

.jhfgdgf .toggle,
.jhfgdgf .content {
  font-family: "Poppins", sans-serif;
}

#toast-container
{
    z-index:999999999999 !important;
}

.uihhhgeyuger .ihdheihrer h1 
{
    margin-top:60px !important;
}
.uihhhgeyuger .inkjnuhheirihewr_circle_shape 
{
    margin-top:50px;
}
.uihhhgeyuger .ihdheihrer img 
{
    margin-top:50px;
}

.iuhnkjeir_inner 
{
    
}

.iuhhuhewbruewr_wrapper .hiuherewr_inner 
{
    text-align:center;
}

.jhfgdgf .toggle {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #112430;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 0;
}

.jhfgdgf .content {
  position: relative;
  font-size: 14px;
  text-align: justify;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  transition: all 1s;
}

.hfggffgdg285 {
  padding: 15px 0;
}

.hfggffgdg285 h2 {
  font-size: var(--h2-custom-size);
  font-weight: bold;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

.fhjgfgfg h2 {
  font-size: var(--h2-custom-size);
  font-weight: bold;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 25px;
}

.hfgvjfg {
  width: 72px;
  height: 72px;
}

.hfgvjfg img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.fbghfgf {
  display: flex;
  align-items: baseline;
}

.fbghfgf h4 {
  padding-left: 15px;
  font-weight: 600;
}

.fngjfgfg {
  margin-top: 15px;
}

.fgfdgf i {
  font-size: 18px;
  color: rgb(255, 191, 0);
}

.nfhjgdd {
  padding: 15px;
  background-color: #e9f1f3;
  border-radius: 8px;
}

.wrapper button::after {
  background-color: #fff !important;
}

.nfdbghvdbnfgvd {
  width: 100%;
  padding: 40px 0;
}

.nfghjh {
  width: 100%;
  height: 600px;
}
.nfghjh img {
  width: 100%;
  height: 100%;
}

.fbghhvgfg {
  margin-left: 25px;
}

.huygjfgfh h2 {
  font-size: var(--h2-custom-size);
  color: black;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.banner10 {
  width: 100%;
  height: 650px;
  background: url(../images/banner10.png);
  background-size: 100% 100%;
  padding-top: 60px;
}

.fgfdbh {
  margin-top: 60px;
}
.fgfdbh h2 {
  font-size: var(--h2-custom-size);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  color: #112430;
}
.fgfdbh p {
  font-size: 20px;
}
.fgfdbh button {
  padding: 12px 40px;
  background-color: #133664;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
}

.gvfgf {
  margin-top: 30px;
}
.gvfgf p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  padding-top: 3px;
}

.bvfgg {
  display: flex;
  align-items: baseline;
}
.bvfgg h4 {
  padding-left: 10px;
  font-weight: 700;
}
.bvfgg i {
  color: #133664;
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #ccceef;
  border-radius: 50px;
}

.fhghdfbgdf {
  width: 100%;
  padding: 20px 0;
}

.jhgfdfdf {
  text-align: center;
}
.jhgfdfdf h2 {
  font-size: var(--h2-custom-size);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.lfgfg {
  width: 100%;
  height: 80px;
}
.lfgfg img {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.nhjdfgfg {
  width: 100%;
}

.bghfvfgvf {
  width: 100%;
  height: 60px;
  position: fixed;
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.bghfvfgvf h6 {
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
}

.bghfvfgvf:hover {
  background-color: #133664;
  transition: 0.5s;
}

.bghfvfgvf:hover h6 {
  color: white !important;
  font-size: 20px;
  transition: 0.5s;
}

.gfkjhgfg {
  text-align: center;
}
.gfkjhgfg h6 {
  line-height: 60px;
  color: black;
  font-size: 18px;
}

.lfhgfgfg {
  width: 100%;
  padding: 40px 0;
}

.jhgbf h2 {
  text-align: center;
  font-size: var(--h2-custom-size);
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.fjbgf {
  width: 40px;
  height: 40px;
}
.fjbgf img {
  width: 100%;
  height: 100%;
}

.jfbgvfdgdfg {
  margin-top: 50px;
}

.mkjggbgh {
  display: flex;
  align-items: baseline;
  margin-left: 420px;
}

.mkjggbgh100 {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}

.mkjggbgh1 {
  display: flex;
  align-items: baseline;
  margin-left: 360px;
  margin-top: 20px;
}

.mkjggbgh2 {
  display: flex;
  align-items: baseline;
  margin-left: 300px;
  margin-top: 20px;
}

.mkjggbgh3 {
  display: flex;
  align-items: baseline;
  margin-left: 240px;
  margin-top: 20px;
}

.mkjggbgh4 {
  display: flex;
  align-items: baseline;
  margin-left: 180px;
  margin-top: 20px;
}

.mkjggbgh5 {
  display: flex;
  align-items: baseline;
  margin-left: 120px;
  margin-top: 20px;
}

.mkjggbgh6 {
  display: flex;
  align-items: baseline;
  margin-left: 60px;
  margin-top: 20px;
}

.mkjggbgh7 {
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}

.dffdgfd {
  margin-left: 10px;
}
.dffdgfd h6 {
  font-size: 19px;
}

.jbdfgvhdgdfg {
  width: 100%;
  padding: 40px 0;
}

.jhgfdg {
  text-align: center;
}
.jhgfdg h2 {
  font-size: var(--h2-custom-size);
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

.lkfgvddg {
  text-align: center;
}
.lkfgvddg h4 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  padding-bottom: 20px !important;
}

.gfhvsbgf {
  width: 75%;
  margin: auto;
}
.gfhvsbgf ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gfhvsbgf ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.gfhvsbgf ul.tabs li.current {
  background: #ffffff;
  color: #222;
}
.gfhvsbgf .tab-content {
  display: none;
  background: #ffffff;
  width: 300px;
  text-align: center;
  margin: auto;
  height: 60px;
  background-color: #133664;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
}
.gfhvsbgf .tab-content.current {
  display: inherit;
}

.gfhvsbgf2 {
  width: 75%;
  margin: auto;
}
.gfhvsbgf2 ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gfhvsbgf2 ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding-top: 15px;
  width: 100%;
  cursor: pointer;
  border-bottom: 2px solid rgb(93, 93, 93);
}
.gfhvsbgf2 ul.tabs li.current {
  background: #ffffff;
  color: #222;
}
.gfhvsbgf2 .tab-content {
  display: none;
  background: #ffffff;
  width: 300px;
  text-align: center;
  margin: auto;
  height: 60px;
  background-color: #133664;
  color: white;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
}
.gfhvsbgf2 .tab-content.current {
  display: inherit;
}

.fhgfg {
  display: flex;
}
.fhgfg h6 {
  padding-top: 10px;
  padding-left: 5px;
  font-size: 18px;
  transform: scaleX(5px);
  color: #0c0c0c;
  font-family: "DM Serif Text", serif;
}

.fhgfg h6:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}

.fhbvf {
  width: 25px;
  height: 25px;
}
.fhbvf img {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-right: 5px;
}

.fhjgbf {
  text-align: center;
}
.fhjgbf h2 {
  font-size: var(--h2-custom-size);
  color: rgb(64, 63, 63);
}

.dfgvdfgdfgfd {
  width: 100%;
  padding: 40px 0;
}

.fbvgfgf556 {
  width: 60%;
  margin: auto;
  padding: 40px 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.fgfdg {
  margin-bottom: 15px;
}
.fgfdg label {
  font-weight: 700;
}

.fgfdg .form-control {
  padding: 10px;
  background-color: #edd9f4;
}

.fgfdg button {
  padding: 10px 40px;
  color: white;
  background-color: #133664;
  border: none;
  font-weight: 600;
  border-radius: 8px;
}

.dfbgfdgfdg h3 {
  color: #0c0c0c;
}

.mngfgfg {
  width: 100%;
  height: 520px;
  background: url(../images/form-banner2.png);
  background-size: 100% 100%;
  border-radius: 8px;
}

.ghfcbvfbg {
  padding-top: 100px;
}

.dfkbghfgf485 {
  padding: 40px;
}

.dfbgfhg .form-control {
  padding: 10px;
  margin-bottom: 15px;
}

.dfbgfhg .form-select {
  padding: 10px;
  margin-bottom: 15px;
}

.dfbgfhg .form-select option {
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.dfbgfhg label {
  font-weight: 700;
}

.dfbgfhg span {
  color: red;
}

.dfbgfhg button {
  padding: 12px 50px;
  background-color: #133664;
  color: white;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  margin-top: 15px;
}

.fgfdfgh h2 {
  color: black;
  font-size: var(--h2-custom-size);
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
}

.bgcbhghf {
  padding: 40px;
}

/*mern full stack development start*/
.cta-btn {
  background: #044595 !important;
  color: #fff !important;
  font-weight: 500;
  box-shadow: none;
  border: 2px solid #044595 !important;
  transform: translate(0);
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem !important;
}

.ftrgrgrgferytf_btn {
  border-radius: 50px !important;
  text-transform: uppercase;
}

.ftrgrgrgferytf_btn span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.ftrgrgrgferytf_btn span i {
  color: #044595;
  line-height: 1.8;
  font-size: 1.4rem;
}

.duihejnrjerer p {
  color: #000;
}
.duihejnrjerer h2 {
  font-size: var(--h2-custom-size);
  font-weight: 600;
}
.duihejnrjerer .duihereretrt .dihererer_inner {
  border-radius: 8px;
}
.duihejnrjerer .duihereretrt .col-lg-4:first-child .dihererer_inner {
  background: #f3dbf1;
}
.duihejnrjerer .duihereretrt .col-lg-4:nth-child(5n-3) .dihererer_inner {
  background: #c9f1e2;
}
.duihejnrjerer .duihereretrt .col-lg-4:nth-child(5n-2) .dihererer_inner {
  background: #ffe0dd;
}
.duihejnrjerer .duihereretrt .col-lg-4:nth-child(5n-1) .dihererer_inner {
  background: #dbf3fb;
}
.duihejnrjerer .duihereretrt .col-lg-4:nth-child(5n) .dihererer_inner {
  background: #f5eadb;
}
.duihejnrjerer .dihererer_inner i {
  font-size: 2.5rem;
}

.banner-content .ftrgrgrgferytf_btn:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  right: -100px;
  bottom: -25px;
  transform: rotate(90deg);
  animation: leftright 2s infinite linear;
}

@keyframes leftright {
  0% {
    transform: translateX(0) rotate(90deg);
  }
  50% {
    transform: translateX(-1.5rem) rotate(90deg);
  }
  0% {
    transform: translateX(0) rotate(90deg);
  }
}
.dherehrienrehnrerner {
  background: #F5F8FB;
}
.dherehrienrehnrerner:before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-element.png");
  background-repeat: no-repeat;
  right: -2.8rem;
  top: 2rem;
  width: 100px;
  height: 100px;
  animation: updown 2s infinite linear;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.5rem);
  }
  0% {
    transform: translateY(0);
  }
}
.dherehrienrehnrerner .dihererer_left ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.dherehrienrehnrerner .dihererer_left ul li p {
  margin-bottom: 0;
  color: #000 !important;
}
.dherehrienrehnrerner .dihererer_left ul li .check-cirle-svg {
  margin-top: 6px;
  margin-right: 12px;
}
.dherehrienrehnrerner .dihererer_left ul li .check-cirle-svg svg {
  width: 18px;
  height: 18px;
}
.dherehrienrehnrerner .dihererer_left ul li .check-cirle-svg svg path {
  fill: #044595;
}
.dherehrienrehnrerner .dihererer_right.sticky-top {
  top: 3%;
}
.dherehrienrehnrerner h2 {
  font-size: var(--h2-custom-size);
  font-weight: 600;
}
.dherehrienrehnrerner .svg-wave-1 {
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
}
.dherehrienrehnrerner .svg-wave-1 path {
  fill: rgba(4, 69, 149, 0.04);
}
.dherehrienrehnrerner .diuheruiher_form {
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.dherehrienrehnrerner .diuheruiher_form .duihernher_header {
  background: #044595;
  color: #fff;
}
.dherehrienrehnrerner .diuheruiher_form .duihernher_header p {
  color: #fff !important;
}
.dherehrienrehnrerner .diuheruiher_form .uygudbuyegrer_body .uiherneiurer_inner .form-label {
  font-size: 1.2rem;
  font-weight: 600;
}
.dherehrienrehnrerner .diuheruiher_form .btn {
  width: 100%;
}

.services-intro p {
  color: #000;
}

.ihenuheirniuherrere .ihdneuire_wrapper .btn 
{
    margin-bottom:20px;
}
.o-b-s-1-wrap
{
    background:none;
    
}
.o-b-s-1-w-i-right h4
{
    color:black;
}
.o-b-s-1-w-inner h6 
{
     color:black;
    
}

/*.o-b-s-1-wrap*/
/*{*/
/*    display:none;*/
/*}*/




.oiuhjerohererer h2 {
  font-size: var(--h2-custom-size);
}
.oiuhjerohererer .iuheirehr_wrapper .iuerierjer_inner {
  border-left: 5px solid #044595;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  border-radius: 0 10px 10px 0;
}
.oiuhjerohererer .iuheirehr_wrapper .iuerierjer_inner:before {
  position: absolute;
  content: "";
  border-left: 75px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 35px solid #044595;
  left: 0;
  top: 0;
  transform: scale(-1);
}

.derhenriuehrer {
  background: url("../images/markus-spiske-L2cxSuKWbpo-unsplash.jpg") no-repeat fixed;
  width: 100%;
  position: relative;
  padding: 5rem 0;
}
.derhenriuehrer .iuhuihuierer_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.derhenriuehrer .ubrgereihrer_inner {
  color: #fff;
}
.derhenriuehrer .ubrgereihrer_inner h3 {
  font-size: 5rem;
}
.derhenriuehrer .ubrgereihrer_inner h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.ihenuheirniuherrere {
  background: #F5F8FB;
}
.ihenuheirniuherrere h2 {
  font-size: var(--h2-custom-size);
}
.ihenuheirniuherrere .ihdneuire_wrapper .btn {
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  width: 8rem;
  height: 8rem;
}
.ihenuheirniuherrere .ihdneuire_wrapper .btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.3s ease-in-out;
}

/*mern full stack development end*/
/*ai powered marketing start*/
.iuheir_oihererer {
  background: #3e1571;
  color: #fff;
}
.iuheir_oihererer:after {
  position: absolute;
  content: "";
  background-image: url("../images/banner-overlap.webp");
  width: 100%;
  height: 204px;
  bottom: 0;
  left: 0;
}
.iuheir_oihererer p {
  color: #fff !important;
}
.iuheir_oihererer .ohjdneirerer .btn {
  border: 1px solid #fff !important;
  border-radius: 50px;
  margin: 0 10px;
  color: #fff;
}
.iuheir_oihererer .uihenruierer {
  z-index: 99999;
  position: relative;
  border-radius: 10px;
  border: 2px solid #3e1571;
}
.iuheir_oihererer .uihenruierer h3 {
  color: #000;
}
.iuheir_oihererer .btn-cstm-ai {
  background: #3e1571;
  border-radius: 50px;
  color: #fff;
  width: 100%;
}

.eihroiehjre .dihererer_left p {
  color: #000;
}
.eihroiehjre .ubhjbeuirwerewr .iudherenr_circle {
  width: 5rem;
  height: 5rem;
  background: #3a046a;
  text-align: center;
  line-height: 5;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.eihroiehjre .ubhjbeuirwerewr .iudherenr_circle img {
  width: auto;
}
.eihroiehjre .ubhjbeuirwerewr h4 {
  font-size: 2.8rem;
  color: #3a046a;
}
.eihroiehjre .ubhjbeuirwerewr p {
  margin-bottom: 0 !important;
  color: #000;
  font-weight: 600;
}

.iherniehurwerewr {
  background: url("../images/8038877_25101.jpg") no-repeat fixed;
  background-position: center;
  background-size: cover;
}
.iherniehurwerewr h3 {
  font-size: 3rem;
  font-weight: 600;
}
.iherniehurwerewr p {
  color: #000;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner {
  border-radius: 50px 10px;
  border: 1px solid #e0e0e0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s ease-in-out;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner .ihihnherruyt {
  border-radius: 8px;
  background: #3a046a;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner .ihihnherruyt i {
  color: #fff;
  font-size: 1.6rem;
  line-height: 3;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner h4 {
  font-size: 1.8rem;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner:hover {
  background: #3a046a !important;
  transition: 0.3s ease-in-out;
  color: #fff;
  border-radius: 8px 50px 8px 50px;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner:hover p {
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner:hover .ihihnherruyt {
  background: #fff !important;
  transition: 0.3s ease-in-out;
}
.iherniehurwerewr .piuurtnritu_wrapper .uibnuiherqew_inner:hover .ihihnherruyt i {
  color: #3a046a;
  transition: 0.3s ease-in-out;
}

.juygeriuherer {
  background: #3a046a;
}
.juygeriuherer h2 {
  color: #fff;
  font-size: 3rem;
}
.juygeriuherer .ihn_iuhenjrer {
  height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  padding-top: 1.4rem;
}
.juygeriuherer .ihn_iuhenjrer .iuhniuhoerieerpreio {
  direction: ltr;
}
.juygeriuherer .ihnjehirer_left h3 {
  color: #fff;
  font-size: 2.2rem;
}
.juygeriuherer .ihnjehirer_left p {
  color: #fff !important;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}
.juygeriuherer .ihnjehirer_right img {
  border-radius: 10px;
  width:100%;
  height:350px;
}
.juygeriuherer .ihn_iuhenjrer::-webkit-scrollbar {
  width: 8px;
}
.juygeriuherer .ihn_iuhenjrer::-webkit-scrollbar-track {
  background: #fff;
}
.juygeriuherer .ihn_iuhenjrer::-webkit-scrollbar-thumb {
  background: #5f06ad;
}
.juygeriuherer .ihn_iuhenjrer::-webkit-scrollbar-thumb:hover {
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.juygeriuherer .ihn_iuhenjrer::-webkit-scrollbar-button {
  display: none;
}

.img-fluid
{
    margin-top:100px;
}

.ftrgrgrgferytf_btn 
{
    margin-top:15px;
}


.headingH1 h1
{
    padding-top:100px !important;
    font-size:40px;
    font-weight:600;
}
.singleh1
{
    font-weight:700;
    font-size:40px;
    
}

.iuhnjuihenriher h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
.iuhnjuihenriher p {
  color: #000;
}
.iuhnjuihenriher .ihjknuihere_left .btn {
  background: #3a046a;
  color: #fff;
  text-transform: uppercase;
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer {
  position: relative;
  padding-left: 6rem;
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer h4 {
  font-size: 2rem;
  font-weight: 600;
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: #3e1571;
  text-align: center;
  border-radius: 0 8px 0 8px;
  line-height: 2.1;
  animation: brdrradius 3s infinite linear;
}
@keyframes brdrradius {
  0% {
    border-radius: 0 8px 0 8px;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    border-radius: 0 8px 0 8px;
  }
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:after {
  position: absolute;
  content: "";
  width: 2px;
  left: 2rem;
  top: 64px;
  height: 100%;
  background: #3a046a;
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:last-child::after {
  position: initial;
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:first-child::before {
  content: "\f802";
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:nth-of-type(2n)::before {
  content: "\f802";
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:nth-of-type(3n)::before {
  content: "\f802";
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:nth-of-type(4n)::before {
  content: "\f802";
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:nth-of-type(5n)::before {
  content: "\f802";
}
.iuhnjuihenriher .ihjknuihere_right .iuhnuerer:last-child::before {
  content: "\f802";
}

/*ai powered marketing start*/
/*cloud based powered marketing start*/
:root {
  --common-linear-gradient: linear-gradient(90deg, #7d1873 0%, #af2051 33.4%, #da3f41 67.80000000000001%, #f0704a 100%);
}

.btn-cstm-cb {
  font-size: 1.2rem !important;
  color: #fff !important;
  background-image: var(--common-linear-gradient);
  text-transform: uppercase;
  line-height: 1 !important;
  padding: 10px 0.9rem !important;
}

.uihnjiherheir {
  background: url("../images/zz3.webp") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transform: translateY(7.6rem);
}
.uihnjiherheir .hhuenreihrer {
  top: 0 !important;
  background-image: url("../images/hero-overlay.png");
  background-repeat: no-repeat;
  background-position: center;
}
.uihnjiherheir .oinuihihierer {
  color: #fff;
  position: relative;
}
.uihnjiherheir .oinuihihierer h1 {
  font-size: 3rem;
  font-weight: 800;
  /*padding-top:50px;*/
}
.uihnjiherheir .oinuihihierer hr {
  background: #F0704A;
  width: 15%;
  opacity: 1;
  height: 3px;
  border-radius: 50px;
}
.uihnjiherheir .oinuihihierer ul li {
  font-size: 1.1rem;
  margin-bottom: 5px;
}


.iuhugubjbubuewrew {
  background: var(--common-linear-gradient);
  color: #fff;
}
.iuhugubjbubuewrew .iubjuygeuiriwerwer h2 {
  font-size: 3.5rem;
}

.iuhenriherer .oinihijrtrjt h2 {
  font-size: 3rem;
  font-weight: 600;
  color: #000;
}
.iuhenriherer .oinihijrtrjt p {
  color: #000;
}
.iuhenriherer .oinihijrtrjt hr {
  margin: 2rem 0;
}
.iuhenriherer .oinihijrtrjt .ihniheirer h3 {
  font-weight: 600;
}
.iuhenriherer .oinihijrtrjt .ihniheirer h6 {
  color: #000;
  font-size: 1.2rem;
}
.iuhenriherer .oinihijrtrjt .iuhnkjhewrewr {
  border-radius: 10px 200px 10px 10px;
  border: 2px solid #7F1972;
  box-shadow: rgb(236, 103, 73) 3px 4px 8px -2px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.iuhenriherer.oinihijrtrjt .iuhnkjhewrewr2 {
  border-radius: 10px 200px 10px 10px;
  border: 2px solid #7F1972;
  box-shadow: rgb(236, 103, 73) 3px 4px 8px -2px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.iuhenriherer .oinihijrtrjt .iuhnkjhewrewr3 {
  border-radius: 10px 200px 10px 10px;
  border: 2px solid #7F1972;
  box-shadow: rgb(236, 103, 73) 3px 4px 8px -2px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.iuhenriherer .oinihijrtrjt .iuhnkjhewrewr4 {
  border-radius: 10px 200px 10px 10px;
  border: 2px solid #7F1972;
  box-shadow: rgb(236, 103, 73) 3px 4px 8px -2px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.iuhenriherer .oinihijrtrjt .iuhnkjhewrewr .iunojojoer {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #82196F;
  margin-bottom: 10px;
  color: #fff;
}
.iuhenriherer .oinihijrtrjt .iuhnkjhewrewr .iunojojoer i {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inhinihererer h2 {
  font-size: var(--h2-custom-size);
  font-weight: 600;
}
.inhinihererer .injhherer {
  border-radius: 0.9rem;
  border: 2px solid #7F1972;
  transition: 0.1s ease-in-out;
}
.inhinihererer .injhherer h4 {
  font-weight: 600;
}

.inhinihererer .injhherer:hover {
  background: var(--common-linear-gradient);
  color: #fff;
  transition: 0.1s ease-in-out;
}
.inhinihererer .injhherer:hover p {
  color: #fff;
  transition: 0.1s ease-in-out;
}
.inhinihererer .injhherer:hover img {
  filter: brightness(0) invert(1);
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner {
  background: url("../images/zz4.webp") no-repeat;
  background-position: center;
  background-size: cover;
  height: 392px;
  width: 100%;
  border-radius: 50px;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner .inkjuher_details {
  border-radius: 50px 0 50px 50px;
  left: 0;
  bottom: -110px;
  transition: 0.3s ease-in-out;
  border-top: 3px solid #EC6749;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner .card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner path {
  fill: #fff;
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner .uiuhnuerer .jguyetr_circle {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner .uiuhnuerer h4 {
  font-weight: 600;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner .uiuhnuerer p {
  transform: translateY(2rem);
  transition: 0.5s ease-in-out;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner:hover .inkjuher_details {
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.inhinihererer .uihuihnuer_wrapper .iuhniher_inner:hover p {
  transform: translateY(0) !important;
  transition: 0.5s ease-in-out;
  margin-bottom: 0 !important;
}

.v-c-d-l-box-inner p 
{
    color:black !important;
}
.v-c-d-l-box-inner h5
{
     color:black !important;
}

.iuhugubjbubuewrew
{
    margin-top:90px !important;
}
.o-b-s-3-w-inner
{
    height:300px !important;
}

.o-b-s-3-w-r-content
{
    padding: 55px 30px 55px;
}

.o-b-s-3-w-r-content
{
    color:white !important;
}

.o-b-s-3-w-r-content p
{
    color:white !important;
}


.ijknuiheiruihwrer .iuniewriwer_inner h2 {
  font-size: 3rem !important;
  font-weight: 600;
  padding-top:30px;
  color: #000;
}
.ijknuiheiruihwrer .uygbuiomoerr .knhieiur_inner h4 {
  font-size: 2.8rem;
}
.ijknuiheiruihwrer .uygbuiomoerr .knhieiur_inner h6 {
  text-transform: uppercase;
  color: var(--light-text-color);
  font-size: 0.9rem;
}
.ijknuiheiruihwrer .uygbuiomoerr .col-lg-4:first-child .knhieiur_inner {
  border-left: 4px solid #7F1972;
  padding-left: 23px;
}
.ijknuiheiruihwrer .uygbuiomoerr .col-lg-4:first-child .knhieiur_inner h4 {
  color: #7F1972;
}
.ijknuiheiruihwrer .uygbuiomoerr .col-lg-4:nth-of-type(2n) .knhieiur_inner {
  border-left: 4px solid #EC6749;
  padding-left: 23px;
}
.ijknuiheiruihwrer .uygbuiomoerr .col-lg-4:nth-of-type(2n) .knhieiur_inner h4 {
  color: #EC6749;
}
.ijknuiheiruihwrer .uygbuiomoerr .col-lg-4:last-child .knhieiur_inner {
  border-left: 4px solid #CA3346;
  padding-left: 23px;
}
.ijknuiheiruihwrer .uygbuiomoerr .col-lg-4:last-child .knhieiur_inner h4 {
  color: #CA3346;
}
.ijknuiheiruihwrer .iuniewriwer_inner #blob {
  width: 300px;
  height: 300px;
  margin: auto;
  background: var(--common-linear-gradient);
  border-radius: 50%;
  filter: blur(20px);
  animation: blob 8s linear infinite forwards;
}
@keyframes blob {
  0% {
    transform: scalex(1.5) scaley(1.2) rotate(0deg);
  }
  50% {
    transform: scaley(1.5) scalex(1.2) rotate(360deg);
  }
  100% {
    transform: scalex(1.5) scaley(1.2) rotate(480deg);
  }
}
.ijknuiheiruihwrer .iuniewriwer_inner .blob-slider {
  top: -9rem;
}
.ijknuiheiruihwrer .iuniewriwer_inner .blob-slider .uihnkjiihewr_inner {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 4rem;
  padding: 3rem;
}
.ijknuiheiruihwrer .iuniewriwer_inner .blob-slider .uihnkjiihewr_inner img {
  width: 80%;
  margin: auto;
}

.uuyguyerrrr h2 {
  font-size: 3.4rem;
}
.uuyguyerrrr h2 span {
  color: #EC6749;
}
.uuyguyerrrr .iuinbhnherer_right .form-label {
  font-size: 1.2rem;
  font-weight: 600;
}
.uuyguyerrrr .iuinbhnherer_right .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #EC6749;
  background: #f0f0f0;
}
.uuyguyerrrr .iuinbhnherer_right textarea {
  height: 200px;
}

/*cloud based powered marketing end*/
/*custom saas application development start*/
.btn-cstm-ss {
  box-shadow: 0px 11px 12px #dbdbdb;
  padding: 0.8rem 1.8rem !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

.uihhhgeyuger {
  background: #2842A1;
}
.uihhhgeyuger .inkjnuhheirihewr_circle_shape {
  width: 500px;
  height: 600px;
  border-radius: 50%;
  right: -10rem;
  top: -10rem;
  z-index: 9;
}
.uihhhgeyuger .ihdheihrer {
  color: #fff;
}
.uihhhgeyuger .ihdheihrer h1 {
  font-size: 3rem;
}
.uihhhgeyuger .ihdheihrer h1 span {
  position: relative;
}
.uihhhgeyuger .ihdheihrer h1 span svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  animation: extend 3s;
}
@keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.uihhhgeyuger .ihdheihrer p {
  color: #fff !important;
  font-size: 1.2rem !imporant;
  letter-spacing: 0.8px !important;
}
.uihhhgeyuger .ihdheihrer img {
  position: relative;
  z-index: 99;
}

.ugnbugehrerer_wrapper {
  background: #292930;
}
.ugnbugehrerer_wrapper .uhnuihnier_circle {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  border: 1px solid #949494;
  top: -160%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.ugnbugehrerer_wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}
.ugnbugehrerer_wrapper .inihniier_inner {
  border-radius: 20px;
  position: relative;
  z-index: 99;
}
.ugnbugehrerer_wrapper .inihniier_inner img {
  width: 20%;
}
.ugnbugehrerer_wrapper .col-lg-4:first-child .inihniier_inner {
  background-color: #fdc10f;
}
.ugnbugehrerer_wrapper .col-lg-4:nth-of-type(2n) .inihniier_inner {
  background-color: #FFADAD;
}
.ugnbugehrerer_wrapper .col-lg-4:last-child .inihniier_inner {
  background-color: #57c9da;
}

.iuhhuhewbruewr_wrapper {
  position: relative;
}
.iuhhuhewbruewr_wrapper h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}
.iuhhuhewbruewr_wrapper .hiuherewr_inner {
  border: 1px solid #e7e7e7;
  border-radius: 25px;
}
.iuhhuhewbruewr_wrapper .hiuherewr_inner .hnuidhehrier {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.iuhhuhewbruewr_wrapper .hiuherewr_inner h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.iuhhuhewbruewr_wrapper .col-lg-6:first-child .hnuidhehrier {
  background: #FFFAD9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:first-child .hnuidhehrier i {
  color: #fdc10f;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(2n) .hnuidhehrier {
  background: #FFE1E9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(2n) .hnuidhehrier i {
  color: #FD346E;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(3n) .hnuidhehrier {
  background: #DDFBF8;
}
.iuhhuhewbruewr_wrapper .col-lg-6:nth-of-type(3n) .hnuidhehrier i {
  color: #1EE2CF;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .col-lg-6:last-child .hnuidhehrier {
  background: #E3EEFA;
}
.iuhhuhewbruewr_wrapper .col-lg-6:last-child .hnuidhehrier i {
  color: #418fdf;
  line-height: 1.9;
}
.iuhhuhewbruewr_wrapper .kjnidjeirer {
  max-width: 100%;
  bottom: 0;
  left: -3rem;
}

.uihjuiehirwhewirewr {
  background: #edf9ff;
}
.uihjuiehirwhewirewr h2 {
  font-size: 3rem;
  font-weight: 600;
}
.uihjuiehirwhewirewr .iuhnkjeir_inner .uiuiherer_circle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  animation: boxshadowpulse 3s infinite linear;
}
@keyframes boxshadowpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 66, 161, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(40, 66, 161, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 66, 161, 0);
  }
}
.uihjuiehirwhewirewr .iuhnkjeir_inner .uiuiherer_circle i {
  font-size: 1.4rem;
  line-height: 2.9;
  animation: changeposition 1s infinite linear;
}
@keyframes changeposition {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.uihjuiehirwhewirewr .iuhnkjeir_inner h4 {
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:first-child .uiuiherer_circle i {
  color: #fdc10f;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 6) .uiuiherer_circle i {
  color: #963a10;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 5) .uiuiherer_circle i {
  color: #0f59e4;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 3) .uiuiherer_circle i {
  color: #fd0fdd;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:nth-of-type(8n - 2) .uiuiherer_circle i {
  color: #0c8f42;
}
.uihjuiehirwhewirewr .inniewhroeriewr .col-lg-4:last-child .uiuiherer_circle i {
  color: #087fa3;
}

.hiuneuirhuwhre h2 {
  font-size: 3rem;
  font-weight: 600;
}
.hiuneuirhuwhre .injihiwee_left button {
  background: transparent !important;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 3.2rem;
  z-index: 9;
}
.hiuneuirhuwhre .injihiwee_left button h5 {
  font-size: 1.4rem;
  color: #000 !important;
  font-weight: 500;
  margin-bottom: 0;
  background: #f3f7fa;
  padding: 20px 65px 20px 100px;
  border-radius: 50px;
  text-align: center;
}
.hiuneuirhuwhre .injihiwee_left button span {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  background: #f3f7fa;
  position: relative;
  border: 5px solid #fff;
  position: absolute;
}
.hiuneuirhuwhre .injihiwee_left button span i {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 0;
  color: #2842A1;
}
.hiuneuirhuwhre .injihiwee_left button.active h5 {
  color: #2842A1 !important;
}
.hiuneuirhuwhre .injihiwee_left .nav button:first-child,
.hiuneuirhuwhre .injihiwee_left .nav button:last-child {
  margin-left: 10rem;
}
.hiuneuirhuwhre .injihiwee_left .nav button:nth-of-type(2n),
.hiuneuirhuwhre .injihiwee_left .nav button:nth-of-type(4n) {
  margin-left: 3.2rem;
}
.hiuneuirhuwhre .injihiwee_left .nav button:last-child h5 {
  padding: 20px 75px 20px 110px;
}
.hiuneuirhuwhre .injihiwee_left .uihneirher {
  right: 1rem;
  opacity: 0.15;
  max-width: 100%;
  height: auto;
  top: 4rem;
}
.hiuneuirhuwhre .injihiwee_right .oihdeirr_wrapper {
  border-radius: 15px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  width: 30%;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
  animation: updn 3s infinite linear;
}
@keyframes updn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.hiuneuirhuwhre .injihiwee_right .oihdeirr_wrapper .iuniueriuer {
  width: 5rem;
  height: 5rem;
  margin: auto;
  box-shadow: rgba(59, 205, 117, 0.1) 0px 4px 16px, rgba(59, 205, 117, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
  border: 2px solid #46C779;
}
.hiuneuirhuwhre .injihiwee_right .oihdeirr_wrapper .iuniueriuer i {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #46C779;
  display: block;
  margin: auto;
  font-size: 2.3rem;
  position: absolute;
  color: #fff;
  line-height: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uybueihrer_iuhewe {
  position: relative;
  background: url("../images/marielle-ursua-l7AVeJi1RMk-unsplash.jpg") no-repeat fixed;
  background-position: center;
  background-size: cover;
}
.uybueihrer_iuhewe .iniheriewrerer {
  position: absolute;
  background: rgba(41, 41, 48, 0.8);
  width: 100%;
  height: 100%;
}
.uybueihrer_iuhewe .ihnihererrr_left {
  color: #fff;
}
.uybueihrer_iuhewe .ihnihererrr_left h2 {
  font-size: 3rem;
  font-weight: 600;
}
.uybueihrer_iuhewe .ihnihererrr_left form textarea {
  height: 150px;
}
.uybueihrer_iuhewe .ihnihererrr_right {
  padding-bottom: 5rem;
  border-radius: 10px;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 {
  margin-bottom: 4rem;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 h4 {
  font-weight: 600;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 h4 i {
  color: #2842A1;
}
.uybueihrer_iuhewe .ihnihererrr_right .col-lg-12 p {
  color: #7e7e7e;
  font-weight: 600;
}

/*custom saas application development end*/
/*custom advanced analytics and ai services start*/
:root {
  --orange-background-color: #F47A1F;
}

.btn-main-orange {
  border: 2px solid var(--orange-background-color) !important;
  color: var(--orange-background-color) !important;
  font-size: 1.2rem !important;
  border-radius: 50px !important;
}
.btn-main-orange i {
  transition: 0.3s ease-in-out;
}
.btn-main-orange:hover {
  background: var(--orange-background-color) !important;
  color: #fff !important;
  transition: 0.3s ease-in-out;
}
.btn-main-orange:hover i {
  padding-left: 10px;
  transition: 0.3s ease-in-out;
}

.duihewrewrewr {
  background: url("../images/banner_bg-fa1b3688eb1192930ca81e502ac18f63.webp") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.duihewrewrewr .iudnewrewr_image {
  top: -8rem;
  left: -5rem;
}
.duihewrewrewr .ihfnsdfsdf_left h1 {
  font-weight: 800;
}
.duihewrewrewr .ihfnsdfsdf_left h1 span {
  color: var(--orange-background-color);
}
.duihewrewrewr .duieghruiewre_right .dihewrnewr_image {
  left: -3rem;
  animation: scaleSize 3s infinite linear;
}
.ihfnsdfsdf_left button
{
    margin-top:15px;
}
@keyframes scaleSize {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.duihewrewrewr .duieghruiewre_right .uygebwuyewr_image {
  width: 60%;
  left: -13.5rem;
  bottom: 9rem;
  animation: updnAnimtn 3s infinite linear;
}
@keyframes updnAnimtn {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  margin-top:40px;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right h1 {
  font-weight: 800;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right h1 span {
  color: var(--orange-background-color);
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form i {
  color: var(--orange-background-color);
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #7a7a7a;
  border-radius: 0;
  background: transparent !important;
  z-index: 2;
  position: relative;
  padding: 0.5rem 0.5rem 0.2rem 2rem;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .form-control::-moz-placeholder {
  font-weight: 500;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .form-control::placeholder {
  font-weight: 500;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .form-control:focus {
  box-shadow: none !important;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .vdferetdfsrerer {
  padding: 0.5rem;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .idhnewnoriewrr label {
  font-weight: 600;
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .idhnewnoriewrr i {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.duihewrewrewr .duieghruiewre_right .ihfnsdfsdf_right form .idhnewnoriewrr:after {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  background: var(--orange-background-color);
  bottom: 0;
  left: 0;
  z-index: 9;
}

.iuhdjwnuewrewr {
  background: #F6F6F6;
}
.iuhdjwnuewrewr .iuhdern_left h3 {
  font-weight: 800;
}
.iuhdjwnuewrewr .iuheniwr_right .owl-stage-outer {
  padding: 0 10px;
}
.iuhdjwnuewrewr .iuheniwr_right .iuhniuhrt_inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  min-height: 110px;
  line-height: 110px;
  overflow: hidden;
  max-height: 110px;
  transition: 0.3s ease-in-out;
  border: 2px solid #F6F6F6;
}
.iuhdjwnuewrewr .iuheniwr_right .iuhniuhrt_inner img {
  max-width: 100%;
  max-height: 110px;
  margin: auto;
  filter: invert(1);
}
.iuhdjwnuewrewr .iuheniwr_right .iuhniuhrt_inner:hover {
  background: #fff;
  transition: 0.3s ease-in-out;
  border: 2px solid var(--orange-background-color);
}
.iuhdjwnuewrewr .iuheniwr_right .iuhniuhrt_inner:hover img {
  filter: initial;
}
.iuhdjwnuewrewr .iuheniwr_right img {
  width: auto !important;
}

.uidhwjenrewrewr .cascade-steps--azure.cascade-steps--grid .cascade-steps__logo path {
  fill: rgba(230, 249, 255, 0.5);
}
.uidhwjenrewrewr .cascade-steps__text-content h2 {
  font-size: 64px !important;
  font-weight: 800;
}
.uidhwjenrewrewr .step__item {
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 25px 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .step__item {
    flex: 0 0 auto;
    margin: 0 10px;
    width: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--cascade .step__item {
    width: calc(50% - 20px);
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:last-child {
    margin-bottom: 0;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:first-child {
    margin-top: 0;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(2) {
    margin-top: 64px;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(3) {
    margin-top: 128px;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(4) {
    margin-top: 192px;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(5) {
    margin-top: 256px;
  }
}
.uidhwjenrewrewr .cascade-steps--cascade .cascade-steps__grid-items:nth-child(2) {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--cascade .cascade-steps__grid-items:nth-child(2) {
    margin-top: 128px;
  }
  .uidhwjenrewrewr .cascade-steps--grid .cascade-steps__grid--video {
    margin-bottom: 150px;
  }
  .uidhwjenrewrewr .cascade-steps--grid .step__item {
    margin-bottom: 20px;
  }
}
.uidhwjenrewrewr .cascade-steps--grid .step__item--video {
  flex: 0 1 calc(50% - 20px);
  margin-bottom: 60px;
  margin-left: auto;
}
.uidhwjenrewrewr .cascade-steps__grid {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps__grid {
    background-color: transparent;
    flex-direction: row;
    margin: 0 -10px;
    overflow: visible;
    padding-top: 40px;
  }
}
.uidhwjenrewrewr .cascade-steps__grid-items {
  width: 100%;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps__grid-items {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    width: 50%;
  }
  .uidhwjenrewrewr .cascade-steps__grid-items:nth-child(2) {
    margin-top: 128px;
  }
}
.uidhwjenrewrewr .cascade-steps__text-content {
  margin-bottom: 40px;
}
.uidhwjenrewrewr .step__item-arc:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 70px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .step__item-arc:before {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzA5IiBoZWlnaHQ9IjE1OSIgdmlld0JveD0iMCAwIDMwOSAxNTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMDggMTU4LjQ4NUMzMDggNzEuMjE2MyAyMzkuMjc2IDAuNDcwNzAzIDE1NC41IDAuNDcwNzAzQzY5LjcyNDMgMC40NzA3MDMgMSA3MS4yMTYzIDEgMTU4LjQ4NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUwNDEzMiIvPgo8L3N2Zz4K);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 159px;
    left: 25px;
    top: 15px;
    transform: translate(-50%);
    width: 309px;
    z-index: 9;
  }
}
.uidhwjenrewrewr .pfs6 {
  margin-bottom: 0 !important;
}
.uidhwjenrewrewr .step__item-text-container h3 {
  font-weight: 600;
}

.headingH1 
{
    padding-top:80px !important;
}

.uihenruierer 
{
    margin-top:100px !important;
}
.uidhwjenrewrewr .step__item-arc-wrapper {
  background-color: #0e0f11;
  border-radius: 25px;
  padding: 1px 20px;
  position: relative;
  z-index: 10;
}
.uidhwjenrewrewr .step__item-tag {
  border-radius: 6px;
  display: inline-flex;
  font-family: Prompt, Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.5625;
  line-height: 1.25;
  margin-bottom: 15px;
  padding: 3px 20px;
}

.bi-search::before {
    content: "\f52a";
    padding-top: 20px;
}
.uidhwjenrewrewr .step__item-arc {
  bottom: -35px;
  left: 50px;
  max-width: calc(100% - 50px);
  position: absolute;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .step__item-arc {
    bottom: auto;
    left: calc(100% - 20px);
    max-width: none;
    top: -45px;
  }
}
.uidhwjenrewrewr .step__item-arc {
  bottom: -35px;
  left: 50px;
  max-width: calc(100% - 50px);
  position: absolute;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .step__item-arc {
    bottom: auto;
    left: calc(100% - 20px);
    max-width: none;
    top: -45px;
  }
}
.uidhwjenrewrewr .text-truncate-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 600;
}
.uidhwjenrewrewr .step__item-arc-text--white {
  color: #fff;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--grid .step__item--video {
    margin-bottom: 20px;
  }
}
.uidhwjenrewrewr .cascade-steps--grid .person-info {
  background-color: #fff;
  right: 15px;
}
.uidhwjenrewrewr .cascade-steps__logo {
  height: 730px;
  width: 730px;
}
.uidhwjenrewrewr .cascade-steps__logo path {
  fill: rgba(0, 0, 0, 0.1);
}
.uidhwjenrewrewr .cascade-steps__image-decoration {
  bottom: 0;
  display: none;
  max-height: 100%;
  position: absolute;
  right: -100px;
  width: 40%;
}
.uidhwjenrewrewr .cascade-steps--yellow {
  background-color: #fcb622;
}
.uidhwjenrewrewr .cascade-steps--yellow .cascade-steps__logo path {
  fill: #e19125;
}
.uidhwjenrewrewr .cascade-steps--yellow .step__item-tag {
  background-color: #fff8e9;
  color: #e19125;
}
.uidhwjenrewrewr .cascade-steps--yellow.cascade-steps--grid .cascade-steps__logo path {
  fill: hsla(41, 96%, 89%, 0.5);
}
.uidhwjenrewrewr .cascade-steps--yellow.cascade-steps--grid .step__item-tag {
  background-color: #feedc8;
}
.uidhwjenrewrewr .arc-bg--white {
  background-color: #fff;
}
.uidhwjenrewrewr .arc-bg--black {
  background-color: #0e0f11;
}
.uidhwjenrewrewr .cascade-steps--cascade .cascade-steps__logo-decoration {
  top: 50%;
  transform: translateY(calc(-50% - 50px));
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--cascade .cascade-steps__button-container {
    display: none;
  }
}
.uidhwjenrewrewr .cascade-steps--cascade .step__item {
  margin-bottom: 50px;
}
.uidhwjenrewrewr .cascade-steps__logo-decoration {
  display: block;
  left: 60%;
  position: absolute;
  top: -20px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--cascade .step__item {
    width: calc(50% - 20px);
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:last-child {
    margin-bottom: 0;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:first-child {
    margin-top: 0;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(2) {
    margin-top: 64px;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(3) {
    margin-top: 128px;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(4) {
    margin-top: 192px;
  }
  .uidhwjenrewrewr .cascade-steps--cascade .step__item:nth-child(5) {
    margin-top: 256px;
  }
}
.uidhwjenrewrewr .cascade-steps--cascade .cascade-steps__grid-items:nth-child(2) {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--cascade .cascade-steps__grid-items:nth-child(2) {
    margin-top: 128px;
  }
  .uidhwjenrewrewr .cascade-steps--grid .cascade-steps__grid--video {
    margin-bottom: 150px;
  }
  .uidhwjenrewrewr .cascade-steps--grid .step__item {
    margin-bottom: 20px;
  }
}
.uidhwjenrewrewr .cascade-steps--grid .step__item--video {
  flex: 0 1 calc(50% - 20px);
  margin-bottom: 60px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--grid .step__item--video {
    margin-bottom: 20px;
  }
}
.uidhwjenrewrewr .cascade-steps--grid .person-info {
  background-color: #fff;
  right: 15px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--grid .person-info {
    right: 20px;
  }
}
@media (min-width: 1440px) {
  .uidhwjenrewrewr .cascade-steps--grid .person-info {
    right: 30px;
  }
}
.uidhwjenrewrewr .cascade-steps--grid .person-info__photo {
  align-self: self-start;
  display: flex;
}
.uidhwjenrewrewr .cascade-steps--grid .person-info-avatar {
  height: auto;
}
.uidhwjenrewrewr .cascade-steps--grid .cascade-steps__button-container {
  background-color: transparent;
  top: -15px;
}
.uidhwjenrewrewr .cascade-steps--grid .cascade-steps__button-container .ai-btn {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--grid .cascade-steps__button-container .ai-btn {
    margin-top: 35px;
  }
  .uidhwjenrewrewr .cascade-steps--three .cascade-steps__inner {
    padding-bottom: 0;
  }
}
.uidhwjenrewrewr .cascade-steps--three .cascade-steps__grid {
  margin-bottom: 0;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .cascade-steps--three .cascade-steps__grid {
    max-width: 70%;
  }
  .uidhwjenrewrewr .cascade-steps--three .step__item {
    flex-basis: calc(33.33333% - 20px);
  }
}
.uidhwjenrewrewr .case-cards {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-cards {
    padding-bottom: 100px;
  }
}
.uidhwjenrewrewr .case-cards .ai-container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-cards .ai-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.uidhwjenrewrewr .case-cards__text-content {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-cards__text-content {
    margin-bottom: 0;
    padding: 0;
  }
}
.uidhwjenrewrewr .case-cards__title {
  margin-bottom: 50px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-cards__title {
    max-width: calc(100% - 250px);
  }
  .uidhwjenrewrewr .case-cards__text {
    max-width: 430px;
  }
  .uidhwjenrewrewr .case-cards__text p {
    font-family: Prompt, Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3888888889;
  }
}
.uidhwjenrewrewr .case-cards__grid-items {
  align-items: flex-start;
  display: flex;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-cards__grid-items {
    justify-content: flex-end;
  }
}
.uidhwjenrewrewr .case-cards__grid-items .slick-slide {
  max-width: 290px;
  padding-left: 15px;
  width: 100%;
}
.uidhwjenrewrewr .case-cards__more-button-container {
  display: flex;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-cards__more-button-container {
    justify-content: flex-end;
    margin-top: -50px;
    padding-left: 0;
    padding-right: 0;
  }
}
.uidhwjenrewrewr .case-cards__more-button-container .ai-btn {
  color: #0e0f11;
}
.uidhwjenrewrewr .case-card {
  align-items: center;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 600px;
  margin: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-card {
    margin: 0 10px;
    max-width: 250px;
  }
  .uidhwjenrewrewr .case-card:first-child {
    margin-top: 190px;
  }
  .uidhwjenrewrewr .case-card:nth-child(3) {
    margin-top: -190px;
  }
}
.uidhwjenrewrewr .case-card__video-container {
  height: 395px;
  position: relative;
  transition: height 0.5s ease-in-out;
  width: 100%;
}
.uidhwjenrewrewr .case-card__video-background {
  font-size: 0;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.uidhwjenrewrewr .case-card__video-background:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.uidhwjenrewrewr .case-card__video-background .video-background__image, .uidhwjenrewrewr .case-card__video-background:before {
  display: block;
  height: 100%;
  width: 100%;
}
.uidhwjenrewrewr .case-card__content-link {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.uidhwjenrewrewr .case-card__content {
  height: 180px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  transition: height 0.5s ease-in-out;
}
.uidhwjenrewrewr .case-card__button {
  display: block;
  margin-bottom: 8px;
  max-width: 235px;
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .case-card__button {
    max-width: 210px;
  }
}
.uidhwjenrewrewr .case-card__content-title {
  color: inherit;
  margin-bottom: 8px;
}
.uidhwjenrewrewr .case-card__content-description {
  color: inherit;
  display: block;
  height: 80px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.uidhwjenrewrewr .case-card__content--white {
  color: #fff;
  text-decoration-color: #fff;
}
.uidhwjenrewrewr .case-card__content--black {
  color: #0e0f11;
}
.uidhwjenrewrewr .case-cards--azure {
  background-color: #80e0ff;
}
.uidhwjenrewrewr .case-card--blue {
  background-color: #00c2ff;
  position: relative;
}
.uidhwjenrewrewr .case-card--blue .case-card__video-background:before {
  background: linear-gradient(180deg, rgba(0, 194, 255, 0), rgba(0, 194, 255, 0.53) 64.87%, #00c2ff 93.61%);
}
.uidhwjenrewrewr .case-card--azure {
  background-color: #bff0ff;
}
.uidhwjenrewrewr .case-card--azure .case-card__video-background:before {
  background: linear-gradient(179.77deg, rgba(191, 240, 255, 0) 0.14%, rgba(191, 240, 255, 0.37) 63.78%, #bff0ff 93.55%);
}
.uidhwjenrewrewr .case-card--yellow {
  background-color: #feedc8;
}
.uidhwjenrewrewr .case-card--yellow .case-card__video-background:before {
  background: linear-gradient(180deg, rgba(253, 223, 78, 0), hsla(41, 96%, 89%, 0.58) 66.19%, #feedc8 93.59%);
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .is-animate .case-cards__grid-items {
    margin-top: 45px;
  }
  .uidhwjenrewrewr .is-animate .case-card {
    height: 340px;
  }
  .uidhwjenrewrewr .is-animate .case-card, .uidhwjenrewrewr .is-animate .case-card.case-card {
    margin-top: 0;
  }
  .uidhwjenrewrewr .is-animate .case-card__video-container {
    height: 225px;
  }
  .uidhwjenrewrewr .is-animate .case-card__content {
    height: 90px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .uidhwjenrewrewr .is-animate .case-cards__more-button-container {
    margin-top: 60px;
    padding-right: 0;
  }
}
.uidhwjenrewrewr .chess-block {
  background-color: #f9fafb;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess-block {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.uidhwjenrewrewr .chess-block__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
  position: relative;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess-block__item {
    margin-bottom: 70px;
  }
  .uidhwjenrewrewr .chess-block__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .uidhwjenrewrewr .chess-block__item:nth-child(2n) .chess-item__video-container {
    margin-left: 0;
    margin-right: auto;
  }
}
.uidhwjenrewrewr .chess-block__item:first-child .chess-block__decoration {
  display: none;
}
.uidhwjenrewrewr .chess-block__item:nth-child(odd) .chess-block__decoration {
  height: 350px;
  left: -290px;
  right: auto;
  top: -180px;
  width: 350px;
}
.uidhwjenrewrewr .chess-block__item:nth-child(odd) .chess-block__decoration .chess-block__decoration-img {
  height: 350px;
  width: 350px;
}
.uidhwjenrewrewr .chess-block__decoration {
  display: none;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess-block__decoration {
    color: #f4f4f4;
    content: "";
    display: block;
    height: 550px;
    position: absolute;
    right: -310px;
    top: -330px;
    width: 550px;
    z-index: -1;
  }
  .uidhwjenrewrewr .chess-block__decoration-img {
    height: 550px;
    width: 550px;
  }
}
.uidhwjenrewrewr .chess-item__video-container, .uidhwjenrewrewr .chess__item-content, .uidhwjenrewrewr .chess__item-top-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess-item__video-container, .uidhwjenrewrewr .chess__item-content {
    width: 50%;
  }
  .uidhwjenrewrewr .chess__item-content {
    padding-right: 20px;
  }
}
.uidhwjenrewrewr .chess__item-sup-title {
  color: #838d95;
  margin-bottom: 5px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess__item-sup-title {
    margin-bottom: 15px;
  }
}
.uidhwjenrewrewr .chess__item-title {
  margin-bottom: 25px;
}
.uidhwjenrewrewr .chess__item-more-button {
  border: none;
  color: #636b75;
  cursor: pointer;
  margin-bottom: 25px;
  margin-top: 10px;
  opacity: 1;
  padding-right: 25px;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.uidhwjenrewrewr .chess__item-more-button:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTk5MzQgMS4xNjY5OVYxMi44MzM3TTYuOTk5MzQgMTIuODMzN0wxMi44MzI3IDcuMDAwNDNNNi45OTkzNCAxMi44MzM3TDEuMTY2MDIgNy4wMDA0MyIgc3Ryb2tlPSIjODM4RDk1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .step__item-arc:before {
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzA5IiBoZWlnaHQ9IjE1OSIgdmlld0JveD0iMCAwIDMwOSAxNTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0zMDggMTU4LjQ4NUMzMDggNzEuMjE2MyAyMzkuMjc2IDAuNDcwNzAzIDE1NC41IDAuNDcwNzAzQzY5LjcyNDMgMC40NzA3MDMgMSA3MS4yMTYzIDEgMTU4LjQ4NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjUwNDEzMiIvPgo8L3N2Zz4K);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 159px;
    left: 25px;
    top: 15px;
    transform: translate(-50%);
    width: 309px;
    z-index: 9;
  }
}
.uidhwjenrewrewr .step__item-arc-wrapper {
  background-color: #0e0f11;
  border-radius: 25px;
  padding: 1px 20px;
  position: relative;
  z-index: 10;
}
.uidhwjenrewrewr .chess__item-more-button:hover {
  opacity: 0.8;
}
.uidhwjenrewrewr .chess__item-visible-content {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess__item-visible-content {
    margin-bottom: 30px;
  }
}
.uidhwjenrewrewr .chess__item-hidden-content {
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess__item-hidden-content {
    height: auto;
    margin-bottom: 80px;
  }
}
.uidhwjenrewrewr .chess__item-hidden-content.is-open {
  height: auto;
}
.uidhwjenrewrewr .chess__item-hidden-content.is-open + .chess__item-more-button:before {
  transform: translateY(-50%) rotate(180deg);
}
.uidhwjenrewrewr .chess__item-socials {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess__item-socials {
    margin-bottom: 0;
  }
}
.uidhwjenrewrewr .chess__item-socials .social-networks {
  display: flex;
  justify-content: flex-start;
}
.uidhwjenrewrewr .chess__item-socials .social-network:first-child {
  margin-left: 0;
}
.uidhwjenrewrewr .chess__item-socials .social-network__link {
  background-color: #00c2ff;
  border: 1px solid #00c2ff;
  padding: 0;
}
.uidhwjenrewrewr .chess__item-socials .social-network__link path {
  fill: #fff;
}
.uidhwjenrewrewr .chess__item-socials .social-network__link:hover {
  background-color: #fff;
}
.uidhwjenrewrewr .chess__item-socials .social-network__link:hover path {
  fill: #00c2ff;
}
.uidhwjenrewrewr .chess__item-socials .svg {
  height: 32px;
  width: 32px;
}
.uidhwjenrewrewr .chess-item__video-container {
  border-radius: 15px;
  height: 490px;
  margin: 25px auto 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 370px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess-item__video-container {
    height: 600px;
    margin: 65px 0 0 auto;
    padding-bottom: 600px;
    width: 430px;
  }
}
.uidhwjenrewrewr .chess-item__video-img {
  height: 100%;
  width: 100%;
}
.uidhwjenrewrewr .chess-item__video-container--original-size {
  height: auto;
  max-width: 500px;
  overflow: visible;
  padding-bottom: 0;
  width: auto;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .chess-item__video-container--original-size {
    margin-top: 0;
  }
}
.uidhwjenrewrewr .chess-item__video-container--original-size .chess-item__video-img {
  border-radius: 15px;
  height: auto;
  left: 0;
  max-width: 100%;
  position: static;
  top: 0;
  transform: none;
}
.uidhwjenrewrewr .chess-item__video-overlay {
  background-image: linear-gradient(180deg, transparent 0.14%, rgba(191, 240, 255, 0.37) 64%, #bff0ff 94%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.uidhwjenrewrewr .clutch-reviews {
  background-color: #00c2ff;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .uidhwjenrewrewr .clutch-reviews {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.uidhwjenrewrewr .clutch-reviews .slick-list {
  overflow: visible;
}
.uidhwjenrewrewr .clutch-reviews .clutch-reviews-slider__pagination li {
  font-size: 0;
}
.uidhwjenrewrewr .clutch-reviews-slider__pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 30px;
  position: relative;
  width: calc(100% - 20px);
}

.uinuiiuiuherwrewr h2 {
  font-size: 40px;
  font-weight: 800;
}
.uinuiiuiuherwrewr .laverage_section .process_listing {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
.uinuiiuiuherwrewr .laverage_section .process_listing:before {
  background: #d3d3d3;
  border-radius: 100px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 55px;
  transform: translate(-50%, -50%);
  width: 80%;
}
.uinuiiuiuherwrewr .laverage_section .process_listing .process_item .h6, .uinuiiuiuherwrewr .laverage_section .process_listing .process_item h6 {
  color: #314252;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
}
.uinuiiuiuherwrewr .laverage_section .process_listing .process_item p {
  color: #898989;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.uinuiiuiuherwrewr .laverage_section .process_listing .process_item .number {
  color: rgba(49, 66, 82, 0.05);
  font-family: Poppins, sans-serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.651px;
  line-height: 110px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.uinuiiuiuherwrewr .laverage_section .process_listing .process_item .number:after {
  background: #f47a1f;
  border-radius: 100px;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel:before {
  content: "";
  height: 2px;
  left: 50%;
  top: 55px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item .h6, .uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item h6 {
  text-align: left;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item p {
  color: #000;
  padding: 0 20px 0 0;
  text-align: left;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item ul li {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item .number {
  text-align: left;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item .number:after {
  background: #f47a1f;
  border-radius: 100px;
  content: "";
  height: 16px;
  left: 14%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.uinuiiuiuherwrewr .laverage_section .process_listing.process_carousel .process_item ul li {
  color: #898989;
}
.uinuiiuiuherwrewr .laverage_section.laverage_wearable .process_listing .process_item {
  padding: 0 30px 0 0;
}
.uinuiiuiuherwrewr .laverage_section.laverage_wearable .process_listing .process_item p {
  padding: 0;
}
.uinuiiuiuherwrewr .laverage_section.laverage_wearable .process_listing .process_item ul {
  text-align: center;
}
.uinuiiuiuherwrewr .laverage_section.laverage_wearable .process_listing .process_item ul li {
  color: #898989;
  position: relative;
}
.uinuiiuiuherwrewr .laverage_section.laverage_mobile_app .process_listing .process_item {
  padding: 0 20px 0 0;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main .technology_item {
  flex: 0 0 25%;
  margin-bottom: 20px;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main .technology_item .svg_icon {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto 40px;
  text-align: center;
  width: 100px;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main .technology_item .svg_icon svg {
  height: 50px;
  width: 50px;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main .technology_item .h6, .uinuiiuiuherwrewr .technoloy_sec .technology_main .technology_item h6 {
  color: #314252;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main .technology_item p {
  color: #898989;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0 40px;
  text-align: center;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main.web_purpose_text .technology_item {
  flex: 0 0 33.33%;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main.web_purpose_text .technology_item .svg_icon.web_text {
  color: #f47a1f;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.uinuiiuiuherwrewr .technoloy_sec .technology_main.web_purpose_text .technology_item .h6, .uinuiiuiuherwrewr .technoloy_sec .technology_main.web_purpose_text .technology_item h6 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.uinuiiuiuherwrewr .singleproject {
  background: #8ec7b7;
  background: linear-gradient(90deg, #8ec7b7 70%, #fff 0);
  position: relative;
}
.uinuiiuiuherwrewr .singleproject .img_logo {
  margin-bottom: 30px;
}
.uinuiiuiuherwrewr .singleproject .img_logo img {
  height: auto;
  max-width: 220px;
}
.uinuiiuiuherwrewr .singleproject .h2, .uinuiiuiuherwrewr .singleproject h2 {
  color: #fff;
}
.uinuiiuiuherwrewr .singleproject a.case_btn {
  align-items: center;
  background: #f47a1f;
  border-radius: 34px;
  color: #fff;
  display: flex;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  height: 55px;
  justify-content: center;
  line-height: normal;
  margin-top: 40px;
  max-width: 220px;
  padding: 0 15px;
}
.uinuiiuiuherwrewr .singleproject a.case_btn svg {
  margin-left: 10px;
}
.uinuiiuiuherwrewr .singleproject .technology_list {
  align-items: end;
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  top: -70px;
}
.uinuiiuiuherwrewr .singleproject .technology_list .tech_name {
  color: #314252;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 30px;
  margin-left: 30px;
  position: relative;
}
.uinuiiuiuherwrewr .singleproject .technology_list .tech_name:after {
  background: #314252;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 2px;
}
.uinuiiuiuherwrewr .singleproject .technology_list .tech_name:first-child:after {
  display: none;
}
.uinuiiuiuherwrewr .singleproject .mx-img {
  min-height: 570px;
}
.uinuiiuiuherwrewr .trusted_company .trustedimg {
  min-height: 670px;
}
.uinuiiuiuherwrewr .trusted_company ul {
  margin-bottom: 20px;
}
.uinuiiuiuherwrewr .trusted_company ul li {
  padding-left: 20px;
  position: relative;
}
.uinuiiuiuherwrewr .trusted_company ul li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 15px;
  width: 5px;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs {
  margin-top: 50px;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-item {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #a5b9cb;
  border-radius: 0;
  display: flex;
  height: 80px;
  padding: 0;
  position: relative;
}
 .dfgfdg
{
    margin-top:60px;
    
}


.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-item .h3, .uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-item h3 {
  color: #000;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 20px;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-item svg {
  height: 20px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 27px;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-item svg path {
  stroke: #000;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box.active {
  border-bottom: 0 solid #a5b9cb;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-body {
  padding: 30px 0;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-body p {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.uinuiiuiuherwrewr .faq_loc .services_faqs .accordion-box .accordion-body ul {
  margin-bottom: 20px;
}

.uinkjuierwer {
  background: #314252;
}
.uinkjuierwer h2 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 800;
  position: relative;
}
.uinkjuierwer h2:after {
  position: absolute;
  content: "FAQs";
  opacity: 0.05;
  top: 10px;
  font-size: 5rem;
  left: 50%;
  transform: translateX(-50%);
}

.uybdgeburgewrewr .mdiuhert_left h2 {
  font-weight: 800;
  font-size: 2.8rem;
}

/*custom advanced analytics and ai services end*//*# sourceMappingURL=style.css.map */