@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
header .anouncement {
  padding: 12px 0px;
  background: linear-gradient(94deg, #2F83C5, #125990, #297ABA, #125990);
}
header .anouncement p {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
	margin-bottom:0;
}
header .anouncement p a {
  color: #ffffff;
  text-decoration: underline;
}
header nav {
  padding: 20px 0px 20px;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #E5EAEE;
}
header nav .dropdown-toggle::after {
  background-image: url(../image/icon/dropdown-toggle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -15px;
  border: none;
  top: 10px;
}
header nav .dropdown-menu {
  width: 890px;
  padding: 0px;
  border-radius: 10px;
  transform: translate(0px, 35.5556px) !important;
  padding: 30px 0px 0px;
}
header nav .dropdown-menu .dropdown-body {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 0px 30px 30px;
}
header nav .dropdown-menu ul {
  flex-direction: column;
  row-gap: 15px;
}
header nav .dropdown-menu ul li {
  padding: 15px 15px 15px 15px;
  border-radius: 8px;
     width: 416px;
}
header nav .dropdown-menu ul li:hover {
  background-color: #E7F1F8;
}
header nav .dropdown-menu ul li:hover::before {
  visibility: visible;
	animation: move-arrow 1s ease-in-out infinite;
}
@keyframes move-arrow {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px); /* Move 5px to the right */
  }
}
header nav .dropdown-menu ul li a {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header nav .dropdown-menu ul li a svg {
  width: 70px;
}
header nav .dropdown-menu ul li a h6 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 3px;
  position: relative;
}
header nav .dropdown-menu ul li{
	position:relative;
}
header nav .dropdown-menu ul li::before {
  content: "";
  position: absolute;
  right: 17px;
    top: 13px;
  width: 23px;
  height: 11px;
  background-image: url(../image/icon/droplist-arw.svg);
  visibility: hidden;
	transform: translateX(0);
  transition: visibility 0s ease-in-out;
}
header nav .dropdown-menu ul li a p {
  font-size: 14px;
  line-height: 18px;
  color: #797A7E;
	text-wrap:auto;
	margin-bottom:0;
}
header nav .dropdown-menu .dropdown-footer {
  display: flex;
  justify-content: space-between;
  background-color: #F5F5F7;
  padding: 20px 30px;
  border-radius: 0px 0px 9px 9px;
}
header nav .dropdown-menu .dropdown-footer h6 {
  font-weight: 600;
  color: #000000;
}
header nav .dropdown-menu .dropdown-footer p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
header nav .desk-navmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .desk-navmenu .navmenu-1 {
  display: flex;
  align-items: center;
  -moz-column-gap: 84px;
       column-gap: 84px;
}
header nav .desk-navmenu .navmenu-1 ul {
  -moz-column-gap: 47px;
       column-gap: 47px;
}
header nav .desk-navmenu ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
header nav .desk-navmenu ul:nth-child(1) {
  -moz-column-gap: 47px;
       column-gap: 47px;
}
header nav .desk-navmenu ul li a {
  color: #2E2151;
  font-weight: 500;
}
header nav .desk-navmenu ul li a .btn-primary img {
  margin-right: 7px;
}

header nav .dropdown:hover .dropdown-menu .dropdown-body {
  background-color: #ffffff;
  padding-top: 37px;
  box-shadow: 0px 0px 76px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px 10px 0px 0px;
}

.lable {
  background-color: #E7F1F8;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.career-values{
		background-color:#F5F6FA !important;
}

form label {
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
form label span {
  color: #FF0000;
  font-weight: 500;
}
form .form-control, form .form-select, form select {
  padding: 14px 15px;
  border-radius: 4px;
  border: 1px solid #E5EAEE;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 6px;
}
form .form-control:focus, form .form-select:focus, form select:focus {
  box-shadow: none;
}
form textarea {
  padding: 14px 15px 0px !important;
  resize: none;
  height: 120px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid #edf1f4 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
form input[type=checkbox i] {
  margin-right: 10px;
}
form a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}

.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #E2E2E2;
}
.accordion .accordion-item .accordion-button {
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding: 30px 0px;
  border: none;
  background-color: #ffffff;
}
.accordion .accordion-item .accordion-button::after {
  background-image: url(../image/icon/accord-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  background-color: transparent;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  padding: 30px 0px 19px;
  background-color: #ffffff;
  box-shadow: none;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../image/icon/accord-close.svg);
}
.accordion .accordion-item .accordion-body {
  padding: 0px 0px 25px;
  border: none;
}
.accordion .accordion-item .accordion-body p {
  color: #000000;
}

footer {
 padding: 120px 0px 0px;
    background-color: #f3f3f5;
	
}
footer .pos-img {
  position: absolute;
  z-index: 99;
}
footer .col-md-6 p {
     font-weight: 700 !important;
	margin-bottom: 20px;
}
footer .bg-img {
  bottom: 0%;
  left: 78%;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #000000;
  line-height: 22px;
}
footer h5 {
  color: #000000;
}
footer .gap-2 {
  gap: 20px !important;
}
footer .copyright {
  padding: 20px 0px;
  border-top: 2px solid rgb(159 159 159 / 14%);
}
footer .copyright a {
  color: #000000;
}
footer .copyright p {
  font-size: 14px;
  line-height: 18px;
}
footer .copyright p a {
  font-weight: 500;
}
footer span {
 background-color: #277FC5;
    border-radius: 4px;
    padding: 5px 10px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    font-family: inter;
    margin-left: 7px;
}
footer h4 {
  font-size: 18px;
  line-height: 22px;
}
footer .font-16 {
  color: #000000;
}

footer .col-xl-4 .space--15 {
  margin-bottom: 15px;
}
footer .footer-logo {
  margin-bottom: 50px;
}
footer h6:nth-child(2) {
  margin-bottom: 37px;
  font-weight: 500;
}
footer h6:nth-child(3) {
  margin-bottom: -14px;
  font-weight: 700;
}
footer .space--15 {
  margin-bottom: 15px;
}
footer .so-icons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .fw-600 {
  font-weight: 600;
}
footer .footer-links {
  row-gap: 30px;
}
footer .footer-links .title-para {
  margin-bottom: 20px;
  font-weight: 600;
}
footer .footer-links .col-xl-3 p, footer .footer-links .col-xl-2 p,
footer .footer-logo-content p{
  margin-bottom: 20px;
  font-weight: 400;
  color: black !important;
}
footer .footer-logo-content a:visited {
    color: #000 !important;
}
footer .col-xl-4 p:hover{
  color: black !important;
}
footer .footer-links ul li a {
  color: #333333;
}

.term-policy {
  position: absolute;
  top: 265px;
  right: 130px;
  z-index: -1;
}

.modal .modal-dialog {
  max-width: 1121px;
}
.modal .modal-dialog .modal-content {
  padding: 0px;
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 0;
  top: -40px;
  color: #fff;
	background-color: #fff;
    padding: 9px;
    font-size: 15px;
}
.modal .modal-dialog .modal-content .modal-body iframe, .modal .modal-dialog .modal-content .modal-body video {
  width: 100%;
  height: 100%;
  min-height: 580px;
}

.home-main {
  padding: 91px 0px 40px;
  position: relative;
  z-index: 3;
}
.home-main .left-img {
  position: absolute;
  left: -28%;
  top: 0;
  z-index: -1;
}
.home-main .top-img {
  position: absolute;
  right: 0;
  top: -895px;
  z-index: -1;
	    width: 22%;
}
.home-main .content {
  text-align: center;
  margin-bottom: 60px;
}
.home-main .content .lable {
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  border-radius: 5px;
}
.home-main .content .lable span {
  background-color: #277FC5;
  padding: 3px 5px;
  height: 20px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.home-main .content h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  color: #333333;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.home-main .content h1::before, .home-main .content h1::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.home-main .content h1::before {
  background-image: url(../image/icon/headingline.svg);
  width: 123px;
  height: 99px;
  bottom: 0;
  left: 6%;
  animation: floating4 3s ease-in-out infinite;
}
.home-main .content h1::after {
  background-image: url(../image/icon/heading-king.svg);
  width: 103px;
  height: 102px;
    top: -66%;
    right: 9%;
  animation: floating3 2s ease-in-out infinite;
}
.home-main .content h1 span {
  color: #2F83C5;
}
.home-main .content p {
  margin-bottom: 40px;
}
.home-main .user-ads {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: center;
}
.home-main .user-ads p span {
  font-weight: 600;
}
.home-main .user-ads p svg {
  margin-right: 12px;
}

.trusted-cmy-ww {
  padding: 0px 0px 120px;
  background-color: #F3F3F5;
  position: relative;
  z-index: 1;
}
.trusted-cmy-ww::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: -20%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 56%;
  border-radius: 0% 0% 45% 45%;
  z-index: -1;
}
.trusted-cmy-ww .player {
  position: relative;
  height: 750px;
  margin-bottom: 80px;
}
.trusted-cmy-ww .player img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.trusted-cmy-ww .player .ply-btn {
  background: linear-gradient(rgba(255, 255, 255, 0.11), rgba(225, 225, 225, 0.27));
  border-radius: 50%;
  position: absolute;
  border: 1px solid white;
  width: 80px;
  height: 80px;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
	cursor:pointer;
}
.trusted-cmy-ww .player .ply-btn img {
  width: 58px;
  height: 32px;
}
.trusted-cmy-ww h6 {
  text-align: center;
  margin-bottom: 50px;
}
.trusted-cmy-ww .logos {
  display: flex;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 59px;
  row-gap: 40px;
  flex-wrap: wrap;
}

.home-trust::after {
  content: "";
  background-image: url(../image/home/home-ab-man.png);
  position: absolute;
  bottom: -18%;
  right: 0;
  width: 384px;
  height: 347px;
}
.home-aboutus.industry-inner-page{
	padding-bottom:200px
}

.home-aboutus {
  padding: 86px 0px 0px;
  overflow-x: clip;
  z-index: 1;
/*   background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6FE 100%) 0% 0% no-repeat padding-box; */
}
.home-aboutus .vector-pos {
  position: absolute;
  right: 0;
  top: 0;
}
.home-aboutus p {
  margin-bottom: 15px;
  color: #686868;
}
.home-aboutus h2 {
  margin: 12px 0px;
  color: #333333;
}
.home-aboutus .banner {
  width: calc(50% + 41vw);
  position: relative;
  height: 588px;
}
.erp-main.crown-img .banner .ply-icon{
	    top: 249px;
    right: 42%;
	left:auto;
}
.home-aboutus.crown-img .banner::before{
	content: "";
  background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Group-33404.png");
  width: 61px;
  height: 41px;
  position: absolute;
	left: 15%;
    top: -6%;
    animation: floating10 3s ease-in-out infinite;
}
.home-aboutus .banner::before {
  content: "";
  background-image: url(../image/home/cracle.png);
  width: 61px;
  height: 41px;
  position: absolute;
	left: 13%;
    top: 7%;
    animation: floating10 3s ease-in-out infinite;
}
.home-aboutus .crown-img .banner::before {
  content: "";
  background-image: url(../image/home/cracle.png);
  width: 61px;
  height: 41px;
  position: absolute;
	left: 13%;
    top: 7%;
}
.home-aboutus .banner img:nth-child(1) {
  position: absolute;
  right: 152px;
  top: 0;
   height: 115%;
  object-fit: contain;
}
.home-aboutus .certificates {
  display: flex;
  margin: 80px 0px 61px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.our-sucess-stories {
  padding: 150px 0px 96px;
}
.our-sucess-stories .content {
  width: 60%;
  margin: 0 auto 40px;
  text-align: center;
}
.our-sucess-stories .content h2 {
  position: relative;
}
.our-sucess-stories .content h2::before {
  content: "";
  background-image: url(../image/home/spent.png);
  width: 124px;
  height: 53px;
  position: absolute;
  left: 20%;
  bottom: -35%;
  animation: floating1 5s ease-in-out infinite;
}
@keyframes floating1 {
  0% {
    transform: translate(0%);
  }
  50% {
    transform: translate(20%);
  }
  100% {
    transform: translate(0%);
  }
}
.our-sucess-stories .row {
  position: relative;
}
.our-sucess-stories .row::before {
  content: "";
  background-image: url(../image/home/sound.png);
  width: 327px;
  height: 307px;
  position: absolute;
  left: -12%;
  top: -21%;
  z-index: 1;
}
.our-sucess-stories .row::after {
  content: "";
  background-image: url(../image/home/right-img.png);
  width: 157px;
  height: 159px;
  position: absolute;
    right: -4%;
    top: -7%;
  animation: floating2 2s ease-in-out infinite;
}
@keyframes floating2 {
  0% {
    transform: translateY(0%);
  }
  65% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0%);
  }
}
.our-sucess-stories .story-categories {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  height: 100%;
}
.our-sucess-stories .apollo-bg .logo{
	width: 100px !important;
    height: 70px;
    object-fit: contain;
}
.our-sucess-stories .apollo-bg .perfile-pic{
	display:none;
}
.our-sucess-stories .apollo-bg {
  background-color: #E9F5FF;
}
.our-sucess-stories .apollo-bg h4 {
  width: 417px;
}
.our-sucess-stories .apollo-bg .btn {
  background-color: #BFE3FF;
  border: none;
	
}
.our-sucess-stories .apollo-bg .btn a{
	color:#000;
}
.our-sucess-stories .hundai-bg {
  background: linear-gradient(131deg, #000000, #814406);
  color: #ffffff;
}
.our-sucess-stories .hundai-bg p, .our-sucess-stories .hundai-bg h4, .our-sucess-stories .hundai-bg h2, .our-sucess-stories .hundai-bg h6 {
  color: #ffffff !important;
}
.our-sucess-stories .hundai-bg h4 {
  width: 434px;
  margin-bottom: 36px;
}
.our-sucess-stories .hundai-bg .story-per-image {
  position: absolute;
  right: -32px;
  transform: scale(0.8);
  bottom: -34px;
}
.our-sucess-stories .hundai-bg .story-content-flex .story-content {
  margin-bottom: 83px !important;
}
.our-sucess-stories .hundai-bg .story-content-flex .story-content ul {
  margin-bottom: 50px;
}
.our-sucess-stories .hundai-bg .btn {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  color: #ffffff;
}
.our-sucess-stories .hundai-bg .btn::before {
  background: linear-gradient(90deg, #F2F1F6, #F2E8F3, #FAF3EA);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  border-radius: 6px;
  opacity: 25%;
}
.our-sucess-stories .hundai-bg .btn:hover {
  color: #ffffff;
}
.our-sucess-stories .bosch-bg {
  background: linear-gradient(115deg, #333439, #3A3D42);
  color: #ffffff;
}
.our-sucess-stories .bosch-bg h4 {
  width: 288px;
}
.our-sucess-stories .bosch-bg .btn {
  position: relative;
  z-index: 1;
  color: #ffffff;
  border-radius: 6px;
}
.our-sucess-stories .bosch-bg .btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #F2F1F6, #F2E8F3, #FAF3EA);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  opacity: 25%;
  border-radius: 6px;
}
.our-sucess-stories .bosch-bg .btn:hover {
  color: #ffffff;
}
.our-sucess-stories .story-box {
  border-radius: 40px;
  padding: 50px 0px 0px 50px;
  position: relative;
  background-color: #E9F5FF;
  overflow: hidden;
}
.our-sucess-stories .story-box:nth-child(1) {
  overflow: hidden;
}
.our-sucess-stories .story-box:nth-child(1) .story-per-image {
  right: -19px;
}
.our-sucess-stories .story-box:hover:nth-child(1) .story-per-image {
  right: -1px;
  bottom: 2px;
}
/* .our-sucess-stories .story-box:hover .story-per-image {
  overflow: hidden;
} */
.our-sucess-stories .story-box:hover .story-per-image img {
  transform: scale(1.1);
}
.our-sucess-stories .story-box .name-board p {
  font-size: 14px;
  line-height: 18px;
}
.our-sucess-stories .story-box .perfile-pic {
  width: 100%;
}
.our-sucess-stories .story-box .story-content-flex {
  display: flex;
  align-items: end;
}
.our-sucess-stories .story-box .story-content-flex .story-content {
  margin-bottom: 50px;
}
.our-sucess-stories .story-box .story-per-image img {
  transition: 0.3s ease;
}
.our-sucess-stories .story-box .logo {
  margin-bottom: 30px;
	width: 20%;
}
.our-sucess-stories .story-box h4 {
  font-weight: 300;
  margin-bottom: 30px;
}
.our-sucess-stories .story-box ul {
  -moz-column-gap: 44px;
       column-gap: 44px;
  display: flex;
  margin-bottom: 40px;
}
.our-sucess-stories .story-box ul li h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  color: #277FC5 !important;
}
.our-sucess-stories .story-box ul li p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}
.our-sucess-stories .story-box h6 {
  line-height: 21px;
  font-weight: 600;
  color: #000000;
}
.our-sucess-stories .story-box p {
  line-height: 21px;
  margin-bottom: 25px;
}
.our-sucess-stories .story-box .btn {
  padding: 12px 25px !important;
  border-radius: 6px !important;
}

.product-service {
  background-color: #F5F6FA;
  padding: 120px 0px;
  overflow-x: clip;
}
.product-service .content {
  text-align: center;
  margin-bottom: 60px;
}
.product-service .content h2 {
  width: 65%;
  margin: 0 auto;
	position:relative;
}
.product-service .pro-service-sec {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.product-service .pro-service-sec .pro-service-box {
  padding: 20px 20px 50px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  position: sticky;
  top: 100px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.product-service .pro-service-sec .pro-service-box:hover .right-banner img:nth-child(1) {
  transform: scale(1.1) translateX(-3px) !important;
}
.product-service .pro-service-sec .pro-service-box .gredient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(219, 239, 255, 0.9019607843));
  border-radius: 24px;
  padding: 80px 0px 0px 60px;
  overflow: hidden;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec {
  width: 77%;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec h3 {
  font-size: 34px;
  line-height: 41px;
  font-weight: 800;
  color: #333;
  margin: 10px 0px 15px;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec p {
  margin-bottom: 30px;
  color: #494848;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec ul {
  margin-bottom: 40px;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec ul li {
  position: relative;
  padding: 0px 0px 15px 30px;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon/trans-tick.svg);
  background-repeat: no-repeat;
}
.product-service .pro-service-sec .pro-service-box .gredient .content-sec ul li:nth-last-child(1) {
  padding-bottom: 0px;
}
.product-service .pro-service-sec .pro-service-box .gredient .right-banner {
  position: relative;
}
.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(1) {
  width: 105%;
  transform: scale(1.2) translateX(47px);
  transition: 0.9s ease;
}
.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: -23%;
}
.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(3) {
  position: absolute;
  top: -82px;
  left: 50%;
  animation: floating8 3s ease-in-out infinite;
}
@keyframes floating8 {
  0% {
    transform: translateY(6%);
  }
  65% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}

.home-process {
  position: relative;
  z-index: 3;
}
.home-process .left-img {
  position: absolute;
  left: -18%;
  top: 0;
  z-index: -1;
}
.home-process .top-img {
  top: 13px;
  right: 348px;
}
.home-process .content h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 15px;
  position: relative;
  color: #333333;
}
.home-process .content h2::after {
  content: "";
  background-image: url(../image/home/cracle-2.png);
  width: 61px;
  height: 41px;
  position: absolute;
 right: 0%;
    top: -20%;
  animation: floating10 3s ease-in-out infinite;
}
.home-process .content p {
  color: #686868;
	    width: 50%;
    margin-right: auto;
	 margin-left: auto;
	margin-bottom:20px;
}
.home-process h4 {
  font-size: 35px;
  line-height: 43px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.home-process .steps p {
  color: #797A7E;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.home-process .process-img {
  margin: 0px;
}

.home-integration .content {
  margin-bottom: 50px;
}
.home-integration .content h2 {
    margin: 0px 0px 10px;
}
.home-integration .space--30 {
  margin-bottom: 30px;
}
.home-integration .box {
  overflow-x: hidden;
}
.home-integration .logo-track {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.home-integration .slider2 .slide-track2 {
  animation: scroll 20s linear infinite;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  overflow-x: hidden;
}
.home-integration .slider2 .slide2 {
  display: flex;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* scroll only 50% */
    transform: translateX(-50%);
  }
}

.home-testimonial {
  padding: 0px 0px 150px;
}
.home-testimonial .content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.home-testimonial .content .ad-img {
  left: inherit;
  width: 165px;
}
.home-testimonial .top-img {
  position: absolute;
  top: 32%;
  left: 11%;
  animation: floating4 3s ease-in-out infinite;
}
.home-testimonial .ad-img {
  position: absolute;
  top: 43px;
  right: -22%;
  animation: floating5 3s ease-in-out infinite;
}
@keyframes floating5 {
  from {
    transform: translate(0%);
  }
  65% {
    transform: translateY(-8%);
  }
  to {
    transform: translate(0%);
  }
}
.home-testimonial .content h2 {
      margin: 0px 0px 25px;
}
.home-testimonial .content img, .home-testimonial .content p {
  margin-bottom: 30px;
}
.home-testimonial .testimonial-body {
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: nowrap;
}
.home-testimonial .testi-box {
  margin: 0px 0px 15px;
  padding: 20px;
  background-color: #F8F8F9;
  border-radius: 20px;
}
.home-testimonial .testi-box .customer {
  margin-bottom: 18px;
}
.home-testimonial .box {
  width: 248px;
  position: relative;
}
.home-testimonial .box:nth-child(even) {
  top: 62px;
}
.home-testimonial .box:nth-child(3) {
  top: 164px;
}

.home-blogs {
    padding: 60px 0px 0px;
  position: relative;
  z-index: 1;
}
.home-blogs .left-img {
  position: absolute;
  left: -31%;
  top: 0;
  z-index: -1;
}
.home-blogs .pos-sticky h2 {
  margin: 0px 0 15px 0;
  color: #333333;
}
.home-blogs .pos-sticky p {
  margin-bottom: 30px;
}
.home-blogs a {
  color: #277FC5 !important;
}
.home-blogs .blogs {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 50px;
}
.home-blogs .blogs:nth-last-child(1) {
  margin-bottom: 0px;
}
.home-blogs .blogs h4 {
  margin: 5px 0px;
  color: #000000;
  font-weight: 700;
}
.home-blogs .blogs a h4 {
  transition: 0.3s ease;
}
.home-blogs .blogs a:hover h4 {
  text-decoration: underline;
}
.home-blogs .blogs ul {
  display: flex;
}
.home-blogs .blogs .blog-img {
     width: 111px;
    height: 111px;
    border-radius: 16px;
    object-fit: cover;
}

.talk-sales .box {
  position: relative;
}
.talk-sales .box .stay-connect-vector {
    position: absolute;
    left: -21%;
    top: 16px;
}
.talk-sales .box p {
  color: #000000;
}
.talk-sales .box h2 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.talk-sales .box p {
  margin-bottom: 17px;
}
.talk-sales .box .btn {
  margin-bottom: 15px;
}
.talk-sales .box .btn-outline-primary:hover {
background-color: #2F83C5 !important;
}

.blog-main {
  padding: 90px 0px 0px;
}
.blog-main h1 {
  color: #333333;
  margin: 10px 0px 20px;
  position: relative;
}
.blog-main h1::before {
  content: "";
  background-image: url(../image/blog/heading-design.svg);
  width: 35px;
  height: 35px;
  position: absolute;
     right: 8%;
    bottom: 29%;
  animation: floating3 2s ease-in-out infinite;
}
.blog-main p {
  color: #686868 !important;
}

/* .blog-section {
  padding: 0px 0px 120px;
} */
.blog-section .read-categ-sticky {
  position: sticky;
  top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.blog-section .gray-box {
  background-color: #E7F1F8;
  padding: 30px;
  border-radius: 15px;
}
.blog-section .gray-box h4 {
  font-weight: 700;
}
.blog-section .gray-box ol {
  list-style-position: 100px;
  margin-left: 20px;
}
.blog-section .gray-box ol li {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #E7E7E7;
}
.blog-section .gray-box ol li:nth-last-child(1) {
  border: none;
}
.blog-section .gray-box ol li::marker {
  color: #277FC5;
  margin-left: 30px;
  font-weight: 700;
}
.blog-section .gray-box ol li a {
  color: #000000;
  font-weight: 500;
}
.blog-section .gray-box ol li a:hover {
  text-decoration: underline;
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 25px;
  margin-bottom: 60px;
}
.blog-section .card {
  padding: 0px;
  border: 1px solid #E5EAEE;
  border-radius: 20px;
	height:100%;
}
.blog-section .card img{
	width: 100%;
	 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog-section .card .card-body {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 30px 20px 30px 30px;
}
.blog-section .card .card-body ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.blog-section .card .card-body ul li {
  color: #636363;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  list-style-type: disc;
}
.blog-section .card .card-body ul li:nth-child(1) {
  list-style: none;
}
.blog-section .card .card-body h4 {
  font-weight: 600;
  color: #000000;
}
.blog-section .card .card-body h4:hover {
  text-decoration: underline;
}
.blog-section .card .card-body p {
  color: #333333;
}

.blog-details ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  align-items: center;
}
.blog-details ul .lable {
  border-radius: 4px;
  color: #277FC5;
}
.blog-details ul li {
  color: #636363;
  font-size: 14px;
  line-height: 18px;
}
.blog-details .content {
  text-align: center;
  margin-bottom: 60px;
}
.blog-details .content h1 {
  margin: 20px 0px;
  color: #333333;
}
.blog-details .content h1::before {
  display: none;
}
.blog-details .content p {
  color: #000000;
}
.blog-description ul li:hover a svg rect{
	fill:#2f83c5 !important;
}
.blog-description ul li:hover a svg path{
	fill:#fff !important;
}

.blog-description {
  padding: 30px 0px 150px;
}
.blog-description .author-board {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.blog-description .author-board p:nth-child(1) {
  font-weight: 600;
}
.blog-description .author-board p:nth-child(2) {
  color: #333333;
}
.blog-description h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #333333;
   margin-bottom: 8px;
	margin-top: 40px !important;
}
.blog-description h3{
	font-size:20px;
	 margin-bottom: 10px;
    margin-top: 30px;
}
.blog-description .row {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.blog-description .descriptions {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.blog-description .col-lg-1 ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.related-blogs {
  background: linear-gradient(180deg, #F5F6FA, rgba(245, 246, 250, 0.3647058824), rgba(245, 246, 250, 0));
  padding: 120px 0px;
}
.related-blogs h2 {
  margin: 15px 0px;
}
.related-blogs p {
  margin-bottom: 30px;
}
.related-blogs .card {
  background-color: transparent;
  padding: 0px;
  border: none;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 50px;
}
.related-blogs .card:nth-last-child(1) {
  margin-bottom: 0px;
}
.related-blogs .card img {
  width: 111px;
  height: 111px;
  border-radius: 6px;
}
.related-blogs .card .card-body {
  padding: 0px;
}
.related-blogs .card .card-body ul {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.related-blogs .card .card-body ul li {
  color: #636363;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  list-style-type: disc;
}
.related-blogs .card .card-body ul li:nth-child(1) {
  list-style: none;
}
.related-blogs .card .card-body h4 {
  font-weight: 600;
  color: #000000;
  margin: 10px 0px;
}

.contact-main {
  padding: 110px 0px 134px;
}
.contact-main .title-primary {
  color: #277FC5 !important;
}
.crown-svg{
	position:relative;
}
.crown-svg::before{
	content: "";
    position: absolute;
   left: -10%;
    top: -115px;
    bottom: inherit;
    width: 100px;
    height: 100px;
	    animation: floating3 2s ease-in-out infinite;
    background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Group-33395.png");
}  
.contact-main .content h1::before{
	content:"";
	position:absolute;
  top: -36%;
  left: 0%;
  bottom: inherit;
  width: 69px;
  height: 70px;
  background-image: url(../image/contactus/contact-king.svg);
}
.contact-main .content h1::after{
  right: 60px;
  top: inherit;
  bottom: -50px;
  width: 103px;
  height: 102px;
  background-image: url(../image/contactus/contact-headingline.svg);
}
.contact-main .testimonial-contact {
  margin-bottom: 100px;
}
.contact-main .testimonial-contact h4 {
  margin-bottom: 30px;
}
.contact-main .testimonial-contact .perfile {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.contact-main .testimonial-contact .perfile div p {
  color: #686868;
}
.contact-main .testimonial-contact .perfile div p:nth-child(1) {
  font-weight: 700;
  color: #000000;
 margin-bottom: 1px;
}
.contact-main h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #333333;
}
.contact-main p {
  color: #797A7E;
	font-size:14px;
	line-height:22px;
	font-weight:400;
}
.contact-main ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}
.contact-main ul li:nth-child(1) {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.contact-main ul li:nth-child(1) svg {
  margin-right: 0px;
}
.contact-main ul li:nth-child(1) a svg {
  margin-left: 8px;
}
.contact-main ul li svg {
  margin-right: 12px;
}
.contact-main ul li p {
  margin-bottom: 18px;
}
.contact-main ul li a, .contact-main ul li p {
  color: #333333;
  font-size: 500;
}
.contact-main ul li h4 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}
.contact-main .form-contact {
  border: 1px solid #E5EAEE;
  border-radius: 20px;
  padding: 50px;
}
.contact-main .form-contact h3{
	font-size:30px;
}
.contact-main form .row {
  row-gap: 20px;
  margin-bottom: 30px;
}
.checkbox a{
	color:black;
	text-decoration:underline;
}

.map {
  position: relative;
  z-index: 99;
}
.map iframe{
	    border-radius: 30px;
}
.map::before {
  content: "";
  background-image: url(../image/contactus/sub-vector-man.svg);
  width: 266px;
  height: 279px;
  position: absolute;
  top: -44%;
  left: 30%;
  z-index: 1;
}

.faq {
  padding: 150px 0px;
}
.faq .content {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 60px;
}
.faq .content p {
  color: #686868;
}
.faq .content h2 {
  margin: 0px 0px 15px;
  position: relative;
}
.faq .content h2::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 93px;
  height: 121px;
  background-image: url(../image/contactus/heading-left.svg);
  animation: floating9 3s ease-in-out infinite;
}
.faq .content h2::after {
  content: "";
  background-image: url(../image/contactus/heading-right.svg);
  background-repeat: no-repeat;
  position: absolute;
    right: 2%;
    bottom: 27%;
  width: 61px;
  height: 41px;
  animation: floating10 3s ease-in-out infinite;
}

.enq-main {
  padding: 20px 0px;
  position: relative;
  z-index: 1;
}
.enq-main .row {
  position: relative;
}
.crown-industry .blk-arw{
	bottom:0;
	top:auto !important;
	right: 29% !important; 
}
.crown-svg .blk-arw{
  position: absolute;
    right: 160px;
    top: -100px;
  width: -moz-fit-content;
  width: fit-content;
  animation: floating5 2s ease-in-out infinite;
}
.enq-main .row .blk-arw {
  position: absolute;
  left: 37%;
  width: -moz-fit-content;
  width: fit-content;
  animation: floating3 4s ease-in-out infinite;
}
.enq-main .row .col-lg-5 p {
  margin-bottom: 10px;
}
.enq-main .row .col-lg-5 .player {
  position: relative;
  left: -60%;
}
.enq-main .row .col-lg-5 .player img {
  position: relative;
}
.enq-main .row .col-lg-5 .player img::after {
  content: "";
  background-image: url(../image/enquiey/vide-three-lines.svg);
  width: 61px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
}
.enq-main .row .col-lg-5 .player img:nth-child(2) {
  position: absolute;
     top: 42%;
    left: 61%;
  transform: translate(50%);
}
.enq-main .row .col-lg-5 .nav li {
  padding: 0px;
}
.enq-main .row .col-lg-5 .nav li::before {
  display: none;
}
.enq-main .row .col-lg-5 .people-group {
  margin-bottom: 40px;
}
.enq-main .row .col-lg-5 .btn-grp {
  margin-bottom: 89px;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.enq-main .row .col-lg-5 .btn-grp .btn-light {
  padding: 9px 15px;
  border: 1px solid #EEEEEE;
  background-color: #ffffff;
  color: #7C7C7C;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
}
.enq-main .row .col-lg-5 .btn-grp .btn-light img {
  margin-right: 6px;
}
.enq-main .row .col-lg-5 ul li {
  padding: 0px 0px 19px 29px;
  position: relative;
}
.enq-main .row .col-lg-5 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background-image: url(../image/icon/primary-tick.svg);
  background-repeat: no-repeat;
}
.enq-main .row .col-lg-6 p:nth-child(2) {
  margin-bottom: 60px;
}
.enq-main h2 {
  width: -moz-fit-content;
  width: fit-content;
}
.enq-main h2::after {
  width: 103px;
  height: 56px;
  background-image: url(../image/enquiey/heading-line.svg);
  bottom: -15px;
  animation: floating4 3s ease-in-out infinite;
}
.enq-main h1, .enq-main h2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  position: relative;
}
.enq-main h1::after{
  content: "";
	  width: 95px;
  height: 97px;
  background-image: url(../image/enquiey/enq-king.svg);
     top: -111%;
    right: -15px;
  animation: floating3 2s ease-in-out infinite;
  background-repeat: no-repeat;
  position: absolute;
}
.enq-main h2::after {
  content: "";
	  width: 95px;
  height: 97px;
  background-image: url(../image/contactus/contact-headingline.svg);
    top: 10%;
    right: -40px;
  animation: floating5 2s ease-in-out infinite;
  background-repeat: no-repeat;
  position: absolute;
}
.enq-main p {
  color: #000000;
}
.enq-main::before {
  content: "";
  background: linear-gradient(180deg, #F5F6FA, rgba(245, 246, 250, 0.3647058824), rgba(245, 246, 250, 0));
  width: 48%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.enq-main .logo {
  margin-bottom: 140px;
}
.enq-main form .row {
  row-gap: 20px;
  margin-bottom: 20px;
}
.enq-main form .font-14 {
  color: #797A7E !important;
}
.erp-next-repeat img{
	width:auto !important;
	    height: fit-content;
}
.erp-main-box img {
  width: 100%;
}
.erp-next-bg-color{
		position:relative;
	overflow-y: clip;
}
.erp-next-bg-color img{
	padding: 46px 25px 0 25px;
	z-index:999;

}
.erp-next-bg-color .banner-main-img{
	padding: 46px 25px 0 25px;
    transform: scale(1.0) translateX(30px);
    transition: 0.9s ease;
    width: 95%;

}
.erp-next-bg-color:hover .banner-main-img{
	   transform: scale(1.03) translateX(30px) !important;
}
.erp-next-bg-color .banner-top-animate{
	 animation: floating11 2s ease-in-out infinite;

}

.faq-section .faq-sec {
  padding: 42px 0px;
}
.faq-section .faq-sec:nth-child(1) {
  padding-top: 0px;
}
.faq-section .faq-sec:nth-last-child(1) {
  padding-bottom: 0px;
}
.faq-section h5 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #333333;
}
.faq-section span {
  color: red;
}
.faq-section h4 {
  font-weight: 600 !important;
  margin-bottom: 20px;
}
.faq-section form {
  margin-bottom: 40px;
}
.faq-section .blue-box {
  background-color: #E7F1F8;
}
.faq-section .img-sign {
  position: relative;
}
/* .faq-section .img-sign img:nth-child(2) {
  position: absolute;
  left: 37px;
  top: 0px;
} */

.faq-section .img-sign img:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 39px;
}
.faq-section ul {
  list-style-position: 100px;
}
.faq-section ul li {
  padding: 0px 0px 18px 29px;
  position: relative;
  z-index: 1;
  color: #000000;
}
.faq-section ul li::before {
  content: "";
  background-image: url(../image/icon/primary-tick.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.faq-section ul li::marker {
  color: #277FC5;
  margin-left: 30px;
}
.faq-section ul li a {
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.faq-section .mb-2 {
  margin-bottom: 19px !important;
	    display: flex;
    align-items: flex-start;
}
.faq-section .mb-2 a {
  font-size: 16px;
  line-height: 24px;
}

.faq-main h1::before {
    right: 28%;
    top: -15px;
}

.job-description {
  padding: 80px 0px 80px;
}
.job-description .descriptions {
  padding-bottom: 80px;
}
.job-description .contact-form {
  background-color: rgba(248, 248, 249, 0.4);
  padding: 60px;
  border-radius: 20px;
  width: 690px;
}
.job-description .contact-form h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
}
.job-description .contact-form .para-mb {
  margin-bottom: 40px;
}
.job-description .contact-form .row {
  row-gap: 20px;
}
.job-description form .row .col-lg-12 p {
  color: #797A7E;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  margin: 8px 0px 0px;
}
.job-description .gray-box img {
     margin-bottom: 27px;
}
.job-description .gray-box h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
.job-description .gray-box ul li {
  padding: 0px 0px 18px 29px;
  position: relative;
  z-index: 1;
  color: #000000;
}
.job-description .gray-box ul li::before {
  content: "";
  background-image: url(../image/icon/primary-tick.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.job-description .gray-box ul li a {
  color: #000000;
}

.privacy-policy-sec .descriptions h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
.privacy-policy-sec .descriptions .row {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.privacy-policy-sec .descriptions ul li {
  padding: 0px 0px 18px 29px;
  position: relative;
  z-index: 1;
  color: #000000;
}
.privacy-policy-sec .descriptions ul li::before {
  content: "";
  background-image: url(../image/icon/primary-tick.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.privacy-policy-sec .descriptions ul li a {
  color: black;
}
.blog-main.faq-main .font-18{
  color: black;
	font-weight:400;
}
.blog-main p {
  color: black;
  margin-bottom: 30px;
}
.blog-main .btn {
  background: #2F83C5;
  color: white !important;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.blog-main .btn a {
  color: white;
}

.global-terms {
  padding: 50px 0px 0px;
	position:relative;
	z-index:5;
}

.com-main {
  position: relative;
  z-index: 3;
}
.com-main .left-img {
  position: absolute;
  left: -18%;
  top: 0;
  z-index: -1;
}
.com-main h1::before {
  right: 26%;
  bottom: 73%;
}
.com-main .term-policy {
  top: 165px;
}

.process {
  padding: 150px 0px 0px;
}
.process .images {
  position: relative;
  z-index: 99;
}
.process .process-img {
  width: 80%;
  transition: all 1s ease-in-out;
  cursor: pointer;
  margin-left: 45px;
  margin-top: 50px;
}
.process .process-img:hover {
  transform: scale(1.1);
}
.process .pos-img {
  position: absolute;
  z-index: 99;
}
.process .process-bg-img {
  top: -10px;
  left: -20%;
}
.process .bg-img {
  top: -10%;
  left: 81%;
}
.process .top-img {
  top: 25px;
  right: 415px;
  width: 60px;
  animation: floating10 3s ease-in-out infinite;
}
@keyframes floating10 {
  0% {
    transform: translateY(15%);
  }
  65% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(15%);
  }
}
.process .process-bg-img1 {
  background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Rectangle-6367.png");
  width: 450px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
	margin-left: 50px;
}
.process .process-bg-img2 {
  background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Rectangle-6367-1.png");
  width: 450px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
}
.process .process-bg-img3 {
  background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Rectangle-6367-2.png");
  width: 450px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain; 
	margin-left: 50px;
}
.process .process-bg-img4 {
  background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Rectangle-6367-3.png");
  width: 450px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: contain;
}
.process .rght-img {
  top: 95px;
  left: 415px;
  width: 82px;
  animation: floating9 3s ease-in-out infinite;
}
.process .content-2{
    margin-left: 50px;
}
.process .content-4{
    margin-left: 50px;
}
@keyframes floating9 {
  0% {
    transform: translate(0%);
  }
  65% {
    transform: translate(10%);
  }
  100% {
    transform: translate(0%);
  }
}
.process .proces-img {
  width: 80%;
  transition: all 1s ease-in-out;
  cursor: pointer;
  margin-left: 45px;
  margin-top: 50px;
}
.process .proces-img:hover {
  transform: scale(1.1);
}
.process .steps {
  position: relative;
  left: -30px;    
  top: 30px;
}
.process .steps .block {
  display: flex;
}
.process .steps .block .content-1 ::after {
  content: "";
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom, #fdd5e9 25vw, rgba(255, 248, 248, 0.925) 0%) fixed;
  justify-content: center;
  border-radius: 50%;
  left: 634px;
  z-index: -1;
  top: 8%;
}
.process .steps .block .content-2 ::after {
  content: "";
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom, #ffe8ce 25vw, rgba(255, 248, 248, 0.925) 0%) fixed;
  justify-content: center;
  border-radius: 50%;
  left: 634px;
  z-index: -1;
  top: 34%;
}
.process .steps .block .content-3 ::after {
  content: "";
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom, #d5ffde 25vw, rgba(255, 248, 248, 0.925) 0%) fixed;
  justify-content: center;
  border-radius: 50%;
  left: 634px;
  z-index: -1;
  top: 58%;
}
.process .steps .block .content-4 ::after {
  content: "";
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom, #ffd4d5 25vw, rgba(255, 250, 250, 0.925) 0%) fixed;
  justify-content: center;
  border-radius: 50%;
  left: 634px;
  z-index: -1;
  top: 84%;
}
.process .steps ::after {
  content: "";
  display: inline-block;
  height: 76%;
  width: 3px;
  background: rgb(254, 230, 242);
  background: linear-gradient(180deg, rgb(254, 230, 242) 0%, rgb(254, 243, 230) 35%, rgb(231, 255, 236) 67%, rgb(254, 229, 230) 100%);
  position: absolute;
  left: calc(49% - 1px);
  bottom: 300px;
  z-index: -2;
}
.integration-testimonial{
	padding: 100px 0px 150px !important;
}
.integration {
  padding: 100px 0px 150px;
  position: relative;
  z-index: 99;
}
.integration .box {
  border: 1px solid #E7E7E7;
  border-radius: 30px;
  padding: 60px 0px;
}
.integration span {
  color: #277FC5;
}
.integration .pos-img {
  position: absolute;
  z-index: 99;
}
.integration .rght-img {
  top: 28%;
  right: 40%;
  width: 70px;
  animation: floating4 3s ease-in-out infinite;
	
}
.integration .looping-carousel {
  gap: 30px;
}
.integration .ani-hover-pause {
  overflow: hidden;
  gap: 15px;
}
.integration .ani-hover-pause:hover .looping-carousel {
  animation-play-state: paused;
}
.integration .overflw-x-hidden {
  overflow-x: hidden;
}
.integration .slick-slide {
  padding: 0px 15px;
}
.integration a {
  text-decoration: none;
}
.integration .looping-carousel {
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
}
@keyframes LoopingCarousel-forward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.integration .logo-slide {
  position: relative;
  z-index: -1;
}
.integration .logo-slide::before {
  content: "";
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  left: -13px;
  top: -36px;
  z-index: 9;
  width: 40%;
  height: 132%;
}
.integration .logo-slide::after {
  content: "";
  background: linear-gradient(269deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  right: -13px;
  top: -36px;
  z-index: 9;
  width: 40%;
  height: 132%;
}

.testimonial .title-primary{
	bottom:10px;
}
.our-blogs {
  z-index: 1;
}
.our-blogs .images {
  position: relative;
  z-index: 999;
}
.our-blogs .pos-sticky {
  position: sticky;
  top: 30px;
}
.our-blogs ul li {
  color: #636363;
}
.our-blogs ul li:nth-child(2) {
  list-style: disc;
  color:  #636363;
}
.our-blogs .gap-25 {
  gap: 25px;
}
.our-blogs .font-20 {
  color: #000000;
}
.our-blogs .font-20:hover {
  text-decoration: underline;
}
.our-blogs .pos-img {
  position: absolute;
  z-index: -1;
	width:45%;
}
.our-blogs .bg-img {
  top: -81%;
  left: -24%;
}

.talk-to-sales {
  padding: 150px 0px 0px;
}
.talk-to-sales .image {
  position: relative;
  z-index: 99;
}
.talk-to-sales .rght-img {
  position: absolute;
  z-index: 99;
  top: 31px;
  left: -142px;
  width: 335px;
  height: 342px;
}
.talk-to-sales .box {
  border-radius: 40px;
  background: linear-gradient(120deg, #FFF1E0, #FFEFEF, #FFF1E0);
  z-index: 1;
}
.talk-to-sales .box .content {
  padding: 60px 0px 60px 60px;
}
.talk-to-sales .box .w-100 {
      width: 100% !important;
    object-fit: cover;
}
.talk-to-sales .box span {
  color: #277FC5;
}
.talk-to-sales .box .btn-primary {
  padding: 12px 35px;
  border-radius: 5px;
  margin-right: 12px;
}
.talk-to-sales .box .btn-primary a {
  color: #ffffff;
}
.talk-to-sales .box .btn-primary-1 {
  padding: 9px 12px;
  border-radius: 5px;
  border: 1px solid #277FC5;
  background: none;
}
.talk-to-sales .box .btn-primary-1 a {
  color: #277FC5;
}

.testimonial {
      padding: 0px 0px 130px;
}
.testimonial .images {
  position: relative;
  z-index: -1;
}
.testimonial .pos-img {
  position: absolute;
  z-index: 999;
}
.testimonial .ad-img {
  top: 82px;
  left: 73%;
  width: 7%;
  animation: floating5 3s ease-in-out infinite;
}
@keyframes floating5 {
  from {
    transform: translate(0%);
  }
  65% {
    transform: translateY(-8%);
  }
  to {
    transform: translate(0%);
  }
}
.testimonial .top-img {
      top: 111px;
    left: 20%;
    width: 13%;
}
.testimonial span {
  color: #277FC5;
}
.testimonial .btn-primary {
  padding: 12px 21px;
  border-radius: 5px;
}
.testimonial .btn-primary a {
  color: #ffffff;
}
.testimonial .testi-box {
  background-color: #f7f7f7;
  border-radius: 20px;
  color: #000;
}
.testimonial .customer {
    width: 56px;
    height: 47px;
}
.testimonial .star {
  width: 85px;
  height: 15px;
  margin-top: -20px;
}
.testimonial .space--20 {
  flex-wrap: wrap;
}
.testimonial .testimonial-body {
  position: relative;
  z-index: -1;
	margin-top: -54px;
}
.testimonial .testimonial-body::before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 40%;
}
.testimonial .testimonial-body::after {
  content: "";
  background: linear-gradient(358deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: -61%;
  top: 35%;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.testimonial .box-1 {
  position: relative;
  z-index: -1;
  bottom: 50px;
}
.testimonial .box-1::before {
  content: "";
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  top: 3%;
  left: -30%;
  z-index: 9;
  width: 100%;
  height: 105%;
}
.testimonial .box-2, .testimonial .box-4 {
  position: relative;
  bottom: 20px;
}
.testimonial .box-3 {
  position: relative;
  bottom: -35px;
}
.testimonial .box-5 {
  position: relative;
  z-index: -1;
  bottom: 50px;
}

.about-page {
  padding: 90px 0px 100px;
}
.about-page h1 {
  color: #000000;
}
.about-page h1 span {
  color: #277FC5;
}
.about-page ul {
  -moz-column-gap: 60px;
       
}
.about-page ul li {
    width: 20%;
}
.about-page ul li h3 {
  color: #277FC5;
	font-size:46px;
	font-weight:600;
	margin-bottom:17px;
}
.about-page h5 {
  color: black;
}
.about-page .box {
  position: relative;
  z-index: -1;
}
.about-page .box::before {
  content: "";
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: -36px;
  z-index: 9;
  width: 40%;
  height: 132%;
}
.about-page .box::after {
  content: "";
  background: linear-gradient(269deg, #FFFFFF, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: -36px;
  z-index: 9;
  width: 40%;
  height: 132%;
}
.about-page .box .looping-carousel {
  animation: LoopingCarousel-forward linear infinite;
  animation-play-state: running;
  gap: 25px;
}
.about-page .logo {
  flex-wrap: wrap;
  row-gap: 50px;
  -moz-column-gap: 59px;
       column-gap: 59px;
}

.about-journey {
  background-color: #F5F6FA;
  padding: 120px 0px;
}
.about-journey h2 {
  color: #333;
}
.about-journey h2 span {
  color: #277FC5;
}
.about-journey .images {
  position: relative;
  z-index: 999;
}
.about-journey .extra-img {
  position: absolute;
  z-index: 99;
}
.about-journey .top-img {
  top: 195px;
  left: 80%;
  width: 5%;
  animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
  from {
    transform: translate(0%);
  }
  65% {
    transform: translate(30%);
  }
  to {
    transform: translate(0%);
  }
}
.about-journey .left-img {
 left: 12%;
    top: -53px;
    width: 19%;
}
.about-journey .year-count {
  position: relative;
  padding: 0px 66px 0px 20px;
}
.about-journey .year-count::before {
  content: "";
  position: absolute;
  background-color: #277FC5;
  border-radius: 100%;
  bottom: 0;
  height: 12px;
  left: 30%;
  transform: translateX(-50%);
  width: 12px;
  z-index: 2;
}
.about-journey .year-count::after {
    content: "";
    position: absolute;
    background-color: #dedee0;
    bottom: 5px;
    height: 2px;
    left: 40%;
    width: 80%;
}
.about-journey .year-count1 {
  position: relative;
  margin-left: 12px;
}
.about-journey .year-count1::before {
  content: "";
  position: absolute;
  background-color: #277FC5;
  border-radius: 100%;
  bottom: 0;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
}
.about-journey .gap-10 {
  gap: 12px;
  margin-right: 30px;
}

.vission-mission {
  padding: 140px 0px 50px;
}
.vission-mission .box {
  border-radius: 25px;
  padding: 60px;
}
.vission-mission .box p {
  font-size: 20px;
  line-height: 30px;
}
.vission-mission .gp-40 {
  gap: 40px;
}

.our-values {
  background-color: #FFFFFF;
  padding: 100px 0px 150px;
}
.our-values .images {
  position: relative;
  z-index: 999;
}
.our-values .top-img {
  position: absolute;
  z-index: 99;
    top: -290px;
    right: 2%;
  width: 190px;
  height: 190px;
}
.our-values .tp-img {
  position: absolute;
  z-index: 99;
  top: 95px;
  left: 39%;
  width: 3%;
}
.our-values h2 {
  color: #333;
}
.our-values h2 span {
  color: #277FC5;
}
.our-values .box-details {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 60px;
}
.our-values .box-details .box {
  width: 385px;
  height: 219px;
}
.our-values .box-details .box h5 {
  color: #000000;
}
.our-values .box-details .box p {
  color: #666578;
}
.our-values .box-details .bussinessman {
  position: absolute;
  top: 0;
  right: -70px;
  width: 319px;
  height: 371px;
}
.our-values .font-16 {
  font-size: 16px;
  line-height: 26px;
  color: #666578;
}

.our-team h2 {
  color: #333;
}
.our-team h2 span {
  color: #277FC5;
}
.our-team .team-mates {
  flex-wrap: wrap;
  -moz-column-gap: 38px;
       column-gap: 38px;
  row-gap: 40px;
}
.our-team .team-mates .font-16 {
  color: #666578;
}
.our-team .team-mates .space--13 {
  margin-bottom: 13px;
}
.our-team .font-16 {
  font-size: 16px;
  line-height: 26px;
  color: #666578;
}

.about-testimonial {
  padding: 150px 0px;
}
.about-testimonial .top-img {
  animation: floating4 3s ease-in-out infinite;
}

.about-page {
  position: relative;
}
.about-page .left-img {
  position: absolute;
  left: -25%;
  top: -70px;
}
.about-page .top-img {
  position: absolute;
  right: 0;
  top: -895px;
  z-index: -1;
}
.about-page {
  overflow: hidden;
}
.about-page .content p {
  margin-bottom: 80px;
}
.about-page .content h1 {
  margin-bottom: 20px;
  position: relative;
}
.about-page .content h1::before {
  content: "";
  background-image: url(../image/icon/headingline.svg);
  width: 123px;
  height: 48px;
  bottom: -12px;
  right: 35%;
  animation: floating4 3s ease-in-out infinite;
  position: absolute;
}
.about-page .content ul {
  margin-bottom: 60px;
}
.integration .title-primary{
	bottom: 10px;
}
.integration .
.about-page .content ul li span, .about-page .content ul li h3 {
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
}
.about-page .content ul li p {
  margin-bottom: 0px;
}
.about-page .box .looping-carousel {
  animation: abLoopingCarousel-forward 30s linear infinite;
}
@keyframes abLoopingCarousel-forward {
  0% {
    transform: translateX(-1%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ab-trusted-logos {
  background-color: #ffffff;
}
.ab-trusted-logos::before {
  display: none;
}

.about-journey {
  overflow-x: hidden;
}
.about-journey .content {
  margin-bottom: 60px;
}
.about-journey .content h2 {
  margin: 12px 0px;
}
.about-journey .blog-slider {
  width: calc(50% + 50vw);
  margin-bottom: 60px;
}
.about-journey .blog-slider .card {
  width: 95% !important;
}
.about-journey .card {
  border-radius: 30px;
  border: none;
}
.about-journey .card .card-body {
  padding: 30px;
}
.about-journey .card .card-body h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #277FC5;
}
.about-journey .card .card-body h3 {
  margin-bottom: 15px;
  font-weight: 600;
}
.about-journey .year-count:nth-last-child(1)::after {
  display: none;
}
.about-journey .year-count h6 {
  margin-bottom: 20px;
}

.vission-mission .box img {
  margin-bottom: 202px;
}
.vission-mission .box h5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.vission-mission .box h4 {
  font-weight: 400;
}
.vission-mission .box h4 br {
  display: none;
}
.vission-mission .col-lg-6:nth-child(1) .box {
  background-color: #E7F9FB;
  position: relative;
}
.vission-mission .col-lg-6:nth-child(1) .box::before {
  content: "";
  background-image: url(../image/about-us/spark.png);
  width: 254px;
  height: 259px;
  position: absolute;
  left: -21%;
  bottom: -22%;
}
.vission-mission .col-lg-6:nth-child(2) .box {
  background-color: #FBE8FC;
	height:100%;
}

.our-values .content {
  margin-bottom: 60px;
}
.our-values h2 {
  position: relative;
}
.career-values h2::before{
	right:0 ;
	animation: floating10 3s ease-in-out infinite;
}
.related-case-study-heading h2{
	position:relative;
}
.related-case-study-heading h2:before{
	background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Group-33404-1.png") !important;
	    right: -5% !important;
}
.our-values h2::before,
.related-case-study-heading h2:before{
  content: "";
  width: 61px;
  height: 41px;
  background-image: url(../image/about-us/cracle-img.png);
  position: absolute;
    right: 8%;
    bottom: 37%;
  animation: floating3 2s ease-in-out infinite;
}
.career-point-benifites h2:before{
	 content: "";
  width: 61px;
  height: 41px;
  background-image: url(../image/about-us/cracle-img.png);
  position: absolute;
    right: 11%;
    bottom: 84%;
  animation: floating3 2s ease-in-out infinite;
}
.our-values .box img {
  margin-bottom: 20px;
}
.our-values .box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #333333;
}

.our-team {
  padding: 120px 0px;
    background-color: #fbfbff;
}
.our-team .images {
  position: relative;
  z-index: 999;
}
.our-team .top-img {
  position: absolute;
  z-index: 99;
     top: 5px;
    left: 63%;
  animation: floating4 3s ease-in-out infinite;
}
.our-team .lft-img {
  position: absolute;
  z-index: 99;
    left: 29%;
    top: -55px;
  animation: floating3 2s ease-in-out infinite;
}
.our-team .content {
  margin-bottom: 60px;
}
.our-team .content h2 {
  margin-bottom: 15px;
}
.our-team .team-mates {
  -moz-column-gap: 38px;
       column-gap: 38px;
  row-gap: 40px;
}
.our-team .box img {
  margin-bottom: 13px;
}
.our-team .box h4 {
  font-weight: 700;
}
.our-team .box p {
  color: #686868;
}
.our-team a {
  color: #277FC5;
}

.case-study-main {
  padding: 79px 0px 150px;
  background-image: url(../image/case-study/case-studies-main.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.case-study-main .content {
    width: 600px;
  margin: 0 auto;
  text-align: center;
}
.case-study-main .content p {
  color: #686868;
  margin-bottom: 30px;
}
.case-study-main .content h1 {
  margin-bottom: 20px;
  position: relative;
}
.case-study-main .content h1::before{
  content: "";
  position: absolute;
  top: 135px;
  left: -20%;
  width: 117px;
  height: 114px;
  background-image: url(../image/case-study/case-linedesign.svg);
  animation: floating4 3s ease-in-out infinite;
}
.case-study-main .content h1::after{
  content: "";
  background-image: url(../image/case-study/heading-design.svg);
  position: absolute;
	right: -6%;
    top: -25%;
  width: 53px;
  height: 53px;
  animation: floating10 3s ease-in-out infinite;
}
.enq-main .row .col-lg-5 .player::after {
  content: "";
  background-image: url(../image/case-study/heading-design.svg);
  position: absolute;
  right: -67%;
  top: -7%;
  width: 53px;
  height: 53px;
  animation: floating10 3s ease-in-out infinite;
}
.case-study-sec {
  padding: 0px 0px 0px;
}
.case-study-sec .row::before, .case-study-sec .row::after {
  display: none;
}
.case-study-sec .card {
  display: flex;
  border: none;
  flex-direction: row;
  background-color: #E9F5FF;
  border-radius: 30px;
  margin-bottom: 40px;
}
.case-study-sec .card .story-box {
  border-radius: 0px 30px 30px 0px;
  padding: 60px;
}
.case-study-sec .card .story-box .btn {
  background-color: #BFE3FF;
	border:none;
}

.case-study-details-main {
  background: #fff;
}
.case-study-details-main .logo {
  margin-bottom: 20px;
}
.case-study-details-main h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 90px;
}
.case-study-details-main ul {
  -moz-column-gap: 44px;
       column-gap: 44px;
  display: flex;
  margin-bottom: 30px;
}
.case-study-details-main ul li h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  color: #277FC5;
	margin-bottom: 10px;
}
.case-study-details-main ul li p {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
	width:70%;
}
.case-study-details-main .banner {
  width: 900px;
}
.case-study-details-main .banner::before {
  left: inherit;
  right: 6%;
  background-image: url(../image/case-study/ban-before.svg);
}
.case-study-details-main .banner img:nth-child(1) {
  margin-left: 0px;
}
.case-study-details-main .row .banner img {
    position: relative;
}

.case-study-details-main .row .banner img:nth-child(2) {
      position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(50%);
}


.casestudy-details-descrip {
  padding: 80px 0px 120px 0;
}
.casestudy-details-descrip .descrip-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  padding-bottom: 100px;
}
.casestudy-details-descrip .descrip-content p:nth-child(3) {
  margin-top: 20px;
}
.casestudy-details-descrip h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
	 margin-top: 25px;
}
.casestudy-details-descrip .logo {
  padding-top: 132px;
  margin: auto;
	margin-bottom:100px;
  display: flex;
  justify-content: center;
	position: sticky;
    top: 0;
}
.casestudy-details-descrip .descrip-content ul{
	    margin-left: 20px;
    list-style: disc;
    margin-top: 10px;
}
.casestudy-details-descrip .descrip-content ul li{
	   margin-bottom: 7px;
}
.casestudy-details-descrip .card {
  border: none;
  padding: 60px 83px 0px 60px;
  flex-direction: row;
  background-color: #E9F5FF;
  border-radius: 30px;
  align-items: end;
}
.casestudy-details-descrip .card .card-body {
  padding: 0px 0px 60px 0px;
}
.casestudy-details-descrip .card .card-body .heading-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 69px;
  width: 70%;
}
.casestudy-details-descrip .card .card-body h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
	margin-top:10px;
}
.casestudy-details-descrip .card .card-body h3 {
  font-weight: 700;
}

.related-casestudy {
  background: linear-gradient(180deg, #F5F6FA, rgba(245, 246, 250, 0.3647058824), rgba(245, 246, 250, 0));
  padding: 120px 0px 0px;
}
.related-casestudy h2 {
  margin-bottom: 15px;
}
.related-casestudy .row::before, .related-casestudy .row::after {
  display: none;
}
.related-casestudy .row:nth-child(1) {
  margin-bottom: 60px;
}

.indus-feature {
  padding: 50px 0px 120px;
}
.indus-feature h2 {
  margin: 10px 0px 15px;
  font-size: 34px;
  line-height: 38px;
}
.indus-feature p {
  margin-bottom: 40px;
  width: 90%;
}
.indus-feature .row {
  row-gap: 120px;
}
.indus-feature ul {
  display: flex;
    flex-direction: column;
    row-gap: 15px;
  margin-bottom: 40px;
}
.indus-feature ul li {
  padding-left: 30px;
  position: relative;
}
.indus-feature ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon/trans-tick.svg);
  background-repeat: no-repeat;
}

.indus-trust::after {
  display: none;
}

.indus-testi {
  padding: 150px 0px;
}

.indus-main {
  overflow: hidden;
}
.indus-main .posimg {
  position: absolute;
}
.indus-main .posimg:nth-child(1) {
  left: -10%;
  top: -10%;
}
.indus-main .posimg:nth-child(2) {
  left: 67%;
  bottom: 30px;
}
.indus-main .banner {
  position: relative;
  overflow: hidden;
}
.indus-main .banner img {
  width: auto !important;
}
.indus-main .banner img:nth-child(1) {
  width: 790px;
}
.indus-main .banner img:nth-child(2) {
  position: absolute;
  left: 84px;
  bottom: -20px;
  z-index: 9;
  height: 330px;
}

.value-industry {
  background-color: #F5F6FA;
}

.careers-main {
    padding: 0px 0px 140px;
}
.careers-main .jobs {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.careers-main .content h1::after {
    background-image: url(../image/icon/heading-king.svg);
    width: 103px;
    height: 102px;
    top: -66%;
    right: -2%;
    animation: floating3 2s ease-in-out infinite;
}
.careers-main .jobs .job-board {
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.careers-main .jobs .job-board:hover {
  background-color: #E7F1F8;
}
.careers-main .jobs .job-board div:nth-child(1) {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.careers-main .jobs .job-board div:nth-child(1) p {
  color: #797A7E;
}

/* .career-faq {
  padding: 0px 0px 0px;
}
 */
.job-description form .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
}
.job-description .img-sign {
  position: relative;
}
.job-description .img-sign .img-after{
    position: absolute;
    left: -42px;
    top: 0px;
}

.erp-main h1 {
  margin: 15px 0px 20px;
  position:relative;
	font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    color: #333;
}
.erp-main h4 {
  margin-bottom: 40px;
}
.erp-main .btn-primary {
  margin-right: 10px;
}
/* .erp-main .banner img {
  width: 790px;
} */

.erp-success-story {
  padding: 40px 0px 120px;
}
.erp-success-story .content {
  width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}
.erp-success-story .content img {
  position: absolute;
	z-index:2;
  bottom: -131px;
  left: 37%;
  animation: floating5 2s ease-in-out infinite;
}
.erp-success-story .box {
  background-color: #F7F7F7;
  padding: 60px 186px 60px 50px;
  border-radius: 20px;
	height:100%;
}
.erp-success-story .box h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}
.erp-success-story .box h4 {
  margin-bottom: 40px;
}
.erp-success-story .box ul {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  margin-bottom: 54px;
	margin-top: 20px;
}
.erp-success-story .box ul li h2 {
  font-size: 60px;
  line-height: 67px;
  font-weight: 400;
  margin-bottom: 4px;
}
.erp-success-story .box ul li p {
  color: #636363;
}
.erp-success-story .col-lg-6:nth-child(1) .box {
  padding: 60px 0px 0px 50px;
}
.erp-success-story .col-lg-6:nth-child(1) .box h4 {
  margin-bottom: 15px;
  padding-right: 86px;
}
.erp-success-story .col-lg-6:nth-child(1) .box h6 {
  font-weight: 600;
  line-height: 23px;
	margin-bottom:0px;
}
/* .erp-success-story .col-lg-6:nth-child(1) .box .banner {
  margin-top: -32px;
  margin-left: 15px;
}
 */
.erp-main-box {
  padding: 70px 0px;
}
.erp-main-box:nth-child(1) {
  padding-top: 0px;
}
.erp-main-box:nth-last-child(1) {
  padding-bottom: 0px;
}
.erp-main-box .row {
  row-gap: 40px;
}

.erp-logos {
     padding: 0px 0px 100px;
}
.erp-logos::after {
  display: none;
}

.indus-trusted {
  padding: 70px 0px 150px;
  background-color: #ffffff;
}
.indus-trusted::before {
  display: none;
}

.indus-service-provide {
  padding: 0px;
  background-color: #ffffff;
  overflow-x: clip;
}
.indus-service-provide .pro-service-sec .pro-service-box {
  background-color: #F3F8FD;
  border-radius: 20px;
  position: sticky;
  top: 0;
}
.indus-service-provide .pro-service-sec .pro-service-box:nth-child(1) {
  top: 100px;
}
.indus-service-provide .pro-service-sec .pro-service-box .gredient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(219, 239, 255, 0.9019607843));
  border-radius: 22px;
  overflow: hidden;
}
.indus-service-provide .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(1) {
  width: 100%;
  transform: scale(1.3) translateX(-3px);
}

.no-page-main {
  padding: 260px 0px 240px;
}
.no-page-main .content img {
  margin-bottom: 40px;
}
.no-page-main .content h1 {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 57px;
}
.no-page-main .content h1::before, .no-page-main .content h1::after {
  display: none;
}
.no-page-main .content p {
  margin-bottom: 30px;
}

@keyframes floating9 {
  0% {
    transform: translate(0%);
  }
  65% {
    transform: translate(10%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes floating4 {
  from {
    transform: translate(0%);
  }
  65% {
    transform: translate(-20%);
  }
  to {
    transform: translate(0%);
  }
}
@keyframes floating3 {
  0% {
    transform: translateY(28%);
  }
  65% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(28%);
  }
}
@keyframes floating11 {
  0% {
    transform: translateY(20%);
  }
  65% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(20%);
  }
}
@keyframes floating5{
0% {
    transform: translate(0%);
}
65% {
    transform: translate(-5%);
}
100% {
    transform: translate(0%);
}
}
@keyframes LoopingCarousel-forward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, a, * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
	color:#333 ;
}
body {
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.title-primary {
  color: #277FC5 !important;
  font-weight: 500;
  position:relative;
  bottom: 15px;
}

.btn {
  padding: 10px 20px !important;
  border-radius: 5px !important;
}

.btn-primary,
.btn-primary a{
  background-color: #2F83C5 !important;
  color: #ffffff !important;
  border: 1px solid #277FC5 !important;
}

.btn-outline-primary {
  background-color: transparent;
  color: #277FC5;
  border: 1px solid #277FC5;
}
.btn-outline-primary img {
  height: 26px;
}
.btn-outline-primary:hover{
    background-color: #2f83c5;
}
.btn-outline-primary:hover a{
    background-color: #2f83c5;
	color: #ffffff;
}
.btn-outline-primary a{
  color: #000000;
}
.erp-main .title-primary{
	bottom:0;
}

h1 span, h2 span {
  color: #277FC5;
}

h1, .font-50, h2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h6, .font-18 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
	margin-bottom: 5px;
}
h6{
	 font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	margin-bottom: 5px;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

.font-14 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.testi-mob-slide {
  display: none;
}

.content a {
  color: #277FC5;
}

.arrow-animation:hover{
   color: #277fc5 !important;
}
.arrow-animate svg{
	transition: all 0.3s;
}
.arrow-animate:hover svg{
	  transform: translateX(5px);
}
.arrow-animation svg, .arrow-animation img {
  transition: all 0.3s;
}
.arrow-animation:hover svg, .arrow-animation:hover img {
  transform: translateX(5px);
}

.hamburger {
  display: none;
  cursor: pointer;
  text-align: right;
}
.hamburger .bar {
  display: block;
  width: 31px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.hamburger .bar:nth-last-child(1) {
  margin: 0;
  width: 20px;
  margin-left: auto;
}
.hamburger .bar:nth-last-child(3) {
  margin: 0;
  margin-left: auto;
}

.mob-menu {
  display: none;
}
.case-studies-person-img:before{
	    content: "";
    position: absolute;
    width: 116px;
    height: 100px;
    bottom: 27px;
    right: -72px;
    background-image: url(https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Path-32855-1.png);
    background-repeat: no-repeat;
    background-position: center;
	    animation: floating10 3s ease-in-out infinite;
}
.case-studies-person-img:after{
	    content: "";
    position: absolute;
    width: 166px;
    height: 100px;
    top: -17%;
    left: -51%;
    background-image: url("https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/6708f758328ad893ef5c4bb0_Слой-4-1-Traced-1-1.png");
    background-repeat: no-repeat;
    background-position: center;
	animation: floating5 2s ease-in-out infinite;
}
@media screen and (min-width: 1924px){
	.career-details-main .term-policy {
    position: absolute;
        top: 185px;
        right: 350px;
    z-index: -1;
    width: 20%;
   }
	
	.about-journey .left-img {
    left: 25%;
    top: -91px;
    width: 15%;
	}
	.home-aboutus .banner img:nth-child(1) {
		    right: 250px;
	}
	
	.erp-success-story .box-2:after {
    right: 14px;
    width: 49%;
    height: 89%;
}
	.case-study-animate-vector {
    bottom: -80px !important;
    left: -164px !important;
}
	.home-aboutus .banner {
    width: calc(10% + 41vw);
}

}

@media screen and (min-width: 1401px) and (max-width: 1850px){
	.banner-animate-img {
		left: 12% !important;
        bottom: -5% !important;
	}
	.case-study-animate-vector {
    left: -16% !important;
	bottom: 30px !important;

}
	.case-study-company-detail{
	   position: relative;
        top: 15px !important;
}
	.home-aboutus .banner::before {
         left: -15%;
        top: 7%;
	}
	.home-aboutus.crown-img .banner::before{
		left: -5%;
	}
	.crown-svg .blk-arw{
		right: 80px;
    	top: -60px;
	}
	.erp-main.crown-img .banner .ply-icon{
		    right: 52%;
	}
	 .case-study-details-main .banner img:nth-child(1) {
        right: 0% !important;
        width: 100%;
    }
	.case-study-details-main .banner::before{
		right: 20%;
        left: auto;
        top: 6%;
	}
	.case-study-details-main .row .banner img:nth-child(2){
		         left: 45%;
	}
	.contact-main .content h1::before {
    top: -36%;
    left: -3%;
}
	.related-case-study-heading h2:before {
    background-image: url(https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Group-33404-1.png) !important;
        right: -3px !important;
        bottom: 100px;
}
	.faq .content h2::after {
       right: 5%;
       bottom: 40%;
}
	.career-details-main .term-policy {
    top: 385px !important;
    right: 160px !important;
}
	.banner-animate-img {
    z-index: 1;
    position: absolute;
    left: 20%;
    bottom: -47px;

}
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
	header nav .desk-navmenu ul li a{
		font-size:13px;
	}
	.title-primary{
		bottom:0 !important;
	}
	h2{
		font-size:40px !important;
		line-height:50px !important;
	}
	.banner-animate-img {
    left: 18% !important;
    bottom: -36% !important;
	}
	.home-aboutus .banner::before {
      left: -15%;
        top: 6%;
	}	
	.home-aboutus .certificates{
		display: flex;
    margin: 25px 0px 0px;
    column-gap: 35px;
	}
	.home-aboutus .certificates img{
        object-fit: contain;
	}
	.home-aboutus .banner img:nth-child(1) {
    right: 110px;
    height: 105%;
	}
	.our-sucess-stories .row::before {
    width: 260px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -6%;
    top: -15%;
  }
	.our-sucess-stories .content h2::before {
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    position: absolute;
    left: 25%;
    bottom: -30%;
  }
 .process .process-bg-img2 {
    width: 380px;
    height: 460px;
   }
	.home-process h4 {
    font-size: 28px;
    line-height: 32px;
   }
	.process .process-bg-img4{
		 width: 380px;
        height: 460px;
	}
	.process .process-img {
    margin-left: 40px;
  }
	.process .steps .block .content-4 ::after {
       left: 546px;
       top: 83%;
}
	.process .steps .block .content-1 ::after {
    left: 546px;
    top: 140px;
}
	.process .steps .block .content-3 ::after {
    left: 546px;
    top: 59%;
}
	.process .process-bg-img3{
		 width: 380px;
        height: 460px;
	}
	
	.process .process-bg-img1{
		 width: 380px;
        height: 460px;
	}
	.process .steps .block .content-2 ::after {
    left: 546px;
    top: 33%;
}
	.casestudy-details-descrip {
    padding: 130px 0px 120px 0;
    }
	.career-details-main .term-policy {
    top: 220px !important;
    right: 150px !important;
		width:25% !important;
}
	.job-description .contact-form{
		padding:40px;
	}
}
@media screen and (min-width: 1025px){
	header nav .dropdown:hover .dropdown-menu {
  display: block;
  transform: translate(-200px, 0px) !important;
  background-color: transparent;
  border: none;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	    h1 {
        font-size: 38px !important;
        line-height: 48px !important;
    }
	.case-study-animate-vector {
		bottom: 0px;
	}
	.related-case-study-heading h2:before{
		left:40%;
		bottom:18%;
	}
	.home-main .content h1{
		width:63% !important;
	}
	.banner-animate-img {
		bottom: -66px !important;
		width: 43% !important;
	}
	    .home-main .content h1::before {
        bottom: -68px !important;
    }
	    .home-main .content h1::after {
        right: -8% !important;
        top: 0% !important;
    }
	    header nav .desk-navmenu ul li a {
        font-size: 13px !important;
    }
	header nav .desk-navmenu ul:nth-child(1) {
		column-gap: 20px !important;
	}
	    .home-main .user-ads {
        flex-wrap: wrap;
        row-gap: 10px;
    }
	.home-aboutus .banner img:nth-child(1){
		right:unset !important;
	}
	.our-sucess-stories .content h2::before{
		bottom: -67%;
	}
	.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(1){
		width:auto;
	}
	.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(3){
		top:-39px;
	}
	.erp-next-dropdown .dropdown-menu ul, .industry-dropdown .dropdown-menu ul {
		display: grid;
		grid-template-rows: repeat(6, auto) !important;
		grid-auto-flow: column;
		gap: 0 !important;
	}
		header .services-dropdown .dropdown-menu .wht-box::before {
		left: 490px !important;
	}
	    header nav .services-dropdown:hover .dropdown-menu {
        transform: translate(-471px, 0px) !important;
    }
	.erp-success-story .box {
		padding: 60px 66px 60px 50px !important;
	}
	.erp-next-repeat li{
		font-size:13px !important;
	}
	.case-studies-person-img:after{
		left: -23% !important;
	}
	.casestudy-details-descrip .card .card-body .heading-arrow{
		width:100%;
	}
	.case-studies-person-img img{
		width:400px;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px){
	    .erp-main h1 {
        	width: 100% !important;
    	}
	.erp-next-repeat li{
		font-size:10px !important;
		  padding: 6px 6px !important;
	}
	.blog-detail-page{
		padding-top:50px !important;
	}
	.enq-main::before{
		width:100% !important;
	}
	.our-values .top-img{
		display:none;
	}
	.faq.career-faq,
	.job-description{
		padding-bottom:80px;
	}
	.industry-inner-page .button-btn .btn{
		    padding: 10px 12px !important;
		margin-right:0 !important;
	}
	.banner-animate-img {
		width: 50% !important;
	}
	.com-main h1::before {
		right: 54%;
		bottom: 73%;
	}
	.enq-main .row .col-lg-5 .player{
		left:0 !important;
	}
	.enq-main .row .col-lg-5 {
		text-align:center;
	}
	.enq-main .row .col-lg-5 .nav-pills{
		    justify-content: center;
	}
	.enquiry-points-list{
		    width: 45%;
           margin: auto;
	} 
	.erp-main .btn-primary {
	  padding:10px 10px !important;
  }
	.erp-main .btn-outline-primary{
		padding:10px 10px !important;
	}
	.erp-next-bg-color .banner-main-img {
    transform: scale(1) translateX(0px);
}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
		.erp-next-dropdown .dropdown-menu {
		width: 694px !important;
	}
	.services-dropdown .dropdown-menu ul{
		    display: grid;
			grid-template-rows: repeat(5, auto);
			grid-auto-flow: column;
			gap: 0 !important;
	}
	h1{
		font-size: 28px !important;
        line-height: 35px !important;
	}
	.home-aboutus .banner img:nth-child(1){
		right:unset !important;
	}
	.our-sucess-stories .content h2::before{
		bottom: -67%;
	}
	.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(1){
		width:auto;
	}
	.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(3){
		top:-39px;
	}
	main{
		padding-bottom:50px !important;
	}
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
	header .dropdown-menu .wht-box::before{
		display:none;
	}
	
	.case-study-details-main p:last-of-type {
	width:70%;
}
	.banner-animate,
	.banner-top-animate{
		display:none;
	}
	.erp-success-story .content {
    margin: 16px auto 9px;
}
	.erp-success-animate{
	   display:none;
}
	header nav .dropdown:hover .dropdown-menu .dropdown-body{
		padding-top:20px;
	}
	header nav .show{
		display:flex !important;
	}
	.dropdown-item:focus, .dropdown-item:hover{
		background-color:unset;
	}
	header nav .dropdown .dropdown-menu svg{
		display:none;
	}
	.contact-main .form-contact {
		padding:30px;
	}

	.indus-feature h2{
		    font-size: 29px;
	}
	.crown-svg::before{
		top:-28%;
	}
	.our-sucess-stories .story-box ul li p{
		font-size:13px;
	}
	.crown-svg h2 br,
	.erp-main h1 br{
		display:none;
	}
	.home-process .content h2::after {
    right: -10%;
    top: -33%;
}
  .home-main .content h1 {
    width: 82%;
}
	h1, .font-50, h2 {
    font-size: 28px;
    line-height: 35px;
}
	.home-aboutus .certificates {
    column-gap: 25px;
}
	.home-process .content h2::before{
		display:none;
	}
	.our-sucess-stories .content h2::before{
		    left: 12%;
	}
	.banner-position-img{
			top: -77px !important;
			width: 35%;
	}
	.home-main .content h1::before{
		    width: 102px;
    height: 86px;
    bottom: 12px;
	}
	.home-main .content h1::after{
		   width: 102px;
          height: 95px;
         bottom: 12px;
	}
	.trusted-cmy-ww .player img{
		object-fit: contain;
        margin-top: 0px;
		height:auto;
	}
	.trusted-cmy-ww .player .ply-btn {
		top:45%;
	}
	.trusted-cmy-ww .player{
		height:auto;
	}
	.product-service .content h2::after {
		    bottom: -35px !important;
           right: 50px !important;
	}
	.home-process .content p,
	.home-testimonial .content p{
	    width: 70% !important;
}
  section, header, footer {
    overflow: hidden;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 100%;
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 100%;
  }
  .mob-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mob-menu .menu-active-logo {
    display: none;
  }
	.home-main, header{
		overflow:unset;
	}
  .mob-menus {
    position: fixed;
    left: -100%;
    top: 69px;
    gap: 0;
    flex-direction: column;
    background: linear-gradient(171deg, #2F83C5, #125990, #297ABA, #125990);
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    text-align: start;
    z-index: -1;
    overflow-y: scroll;
    padding: 0px 30px 30px;
    align-items: start !important;
    justify-content: space-between;
    display: flex;
  }
  .mob-menus ul {
    width: 100%;
	  padding-top:16px;
  }
  .mob-menus ul li {
    padding-bottom: 30px;
    width: 100% !important;
  }	
	.mob-menus ul .menu-item-887{
		display:none;
	}
  .mob-menus ul li a, .mob-menus ul li .nav-link {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	.mob-menus ul li .btn-primary{
		display:inline-flex;
	}
  .mob-menus .menu-end {
		color: #ffffff;
		 justify-content: center;
        display: flex;
        flex-direction: column;
        width: 100%;
  }
  .mob-menus .menu-end p {
    margin-bottom: 20px;
  }
  .mob-menus .menu-end .btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .mob-menus .menu-end .so-icons {
    padding: 15px 0px 60px;
    border-top: 1px solid #ffffff;
    text-align: center;
  }
  .mob-menus .menu-end .so-icons p {
    margin-bottom: 14px;
    text-align: center;
  }
  .mob-menus .menu-end .so-icons a img {
    filter: brightness(0) invert(1);
    margin-right: 20px;
  }
  .mob-menus.active {
    left: 0;
  }
  header .anouncement .container {
    overflow: hidden;
  }
  header .anouncement p {
    animation: txtscroll 70s linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
  }
  @keyframes txtscroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  header nav .desk-navmenu {
    display: none;
  }
  header nav .dropdown:hover .dropdown-menu {
    display: none;
  }

  header nav .dropdown-toggle::after {
    filter: brightness(0) invert(1);
  }
  header nav .dropdown-menu {
    position: static !important;
    width: 100%;
    transform: translate(0px, 25px) !important;
    background-color: transparent;
    border: none;
    padding: 0px 0px 0px !important;
    background-color: transparent;
  }
  header nav .dropdown-menu .dropdown-body {
    width: 100%;
    grid-template-columns: 100%;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px 0px 40px 0px;
  }
  header nav .dropdown-menu .dropdown-body ul li {
    padding: 0px 0px 20px;
  }
  header nav .dropdown-menu .dropdown-body ul li:nth-last-child(1) {
    padding-bottom: 0px;
  }
  header nav .dropdown-menu .dropdown-body ul li:hover {
    background-color: transparent;
  }
  header nav .dropdown-menu .dropdown-body ul li h6 {
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 21px;
  }
  header nav .dropdown-menu .dropdown-body ul li h6::before {
    filter: brightness(0) invert(1);
  }
  header nav .dropdown-menu .dropdown-body ul li p {
    color: #E7F1F8;
  }
  header nav .dropdown-menu .dropdown-footer {
    display: none;
  }
  .mob-menu-body-active {
    overflow: hidden;
  }
  .mob-menu-body-active header .anouncement {
    display: none;
  }
  .mob-menu-body-active header .mob-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 30px 20px;
    background: #2F83C5;
  }
  .mob-menu-body-active header .mob-menu .menu-active-logo {
    display: block;
  }
  .mob-menu-body-active header .mob-menu .menu-logo {
    display: none;
  }
  .mob-menu-body-active header .mob-menu .hamburger .bar {
    background: #ffffff;
  }
  .home-main .user-ads {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .our-sucess-stories {
    padding: 80px 0px 96px;
  }
  .our-sucess-stories .row::after, .our-sucess-stories .row::before {
    display: none;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(2) {
    bottom: -45%;
    left: -28%;
  }
  .talk-sales .box {
    height: 100%;
  }
  .talk-sales .box .stay-connect-vector {
    display: none;
  }
  .talk-sales .box br {
    display: none;
  }
  .trusted-cmy-ww {
    overflow: hidden;
  }
  .trusted-cmy-ww::before, .trusted-cmy-ww::after {
    display: none;
  }
  .trusted-cmy-ww .logos {
    animation: LoopingCarousel-forward linear infinite;
    animation-duration: 20s;
    animation-direction: normal;
    flex-wrap: nowrap;
  }
  .testimonial, .about-testimonial {
    overflow: hidden;
  }
  .our-blogs .row {
    row-gap: 30px;
  }
  .our-team .team-mates {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  header nav {
    padding: 15px 0px;
    border-bottom: 1px solid #E5EAEE;
  }
  .process .top-img {
    right: 17%;
    top: 0;
  }
  .process .rght-img {
    top: 112px;
    left: 23%;
  }
  .process .steps::after {
    left: calc(52% - 1px) !important;
  }
  .process .steps h4::after {
    left: 51% !important;
  }
  .process .steps h4 br::after {
    display: none;
  }
  .process .steps p::after {
    left: calc(51% - 1px) !important;
  }
  .process .steps ::after {
    left: calc(52% - 1px) !important;
  }
  .integration {
    padding: 0px 0px 80px;
  }
  .erp-main-box .col-lg-12 img {
    width: 100%;
  }
  .erp-success-story .box {
    padding: 30px;
  }
  .erp-success-story .col-lg-6:nth-child(1) .box .banner {
    margin-top: 0px;
    width: 100%;
  }
  .erp-success-story .col-lg-6:nth-child(1) .box {
    padding: 30px 0px 0px 30px;
  }
  .erp-success-story .content {
    width: 100%;
  }
  .casestudy-details-descrip .descrip-content {
    padding-bottom: 60px;
  }
  .casestudy-details-descrip .logo {
    padding-top: 0px;
  }
  .casestudy-details-descrip .card {
    padding: 30px;
  }
  .casestudy-details-descrip .card img {
            bottom: -25px;
        position: relative;
        right: -25px;
  }
  .casestudy-details-descrip .card .card-body img {
    display: none;
  }
  .home-main .content h1::after {
    right: 10% !important;
	  top:20px !important;
  }
  .home-main .user-ads {
    flex-wrap: wrap;
    row-gap: 10px;
  }
	.map{
		overflow:visible;
	}
	.map::before {
		left:13%;
	}
	.erp-main.crown-img .banner .ply-icon {
    top: 190px;
    right: 50%;
}
	.our-sucess-stories .story-box .btn {
    padding: 12px 16px !important;
}
	
	.case-study-details-main .row .banner img:nth-child(2) {
    top: 45%;
    left: 30%;
}
	
	.case-study-animate-vector {
    bottom: -3px !important;
    left: -140px !important;
    width: 25% !important;
}
  .our-sucess-stories .story-box {
    padding: 50px 0px 0px 30px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(2) {
    left: -20%;
  }
  .integration .rght-img {
    display: none;
  }
  .testimonial {
    padding: 0px 0px 80px;
  }
  .testi-mob-slide {
    display: block;
    margin-top: 30px;
  }
  .testi-mob-slide .testi-box {
    width: 95% !important;
  }
  .testi-mob-slide .star {
    margin-top: 0px;
  }
  .home-blogs {
    padding: 0px 0px 80px;
  }
  .erp-main .col-lg-6 {
    width: 50%;
  }
  .erp-main h1 {
    font-size: 25px;
    line-height: 38px;
	  width:68%;
  }
  .erp-main .banner {
    height: 400px;
  }
	
  .erp-main .banner::before {
    left: -1%;
  }
  .erp-main .banner img:nth-child(1) {
    margin-left: 0;
  }
  .erp-main .btns {
    display: flex;
    row-gap: 10px;
	 column-gap:10px;
  }
  .erp-main .btn-primary {
    margin-right: 2px;
  }
  .erp-logos {
    padding: 80px 0px;
  }
  .erp-success-story {
    padding: 40px 0px 80px;
  }
  .erp-success-story h2 {
    width: 80%;
    margin: auto;
  }
  .erp-success-story .col-lg-6 {
    width: 50%;
  }
  .erp-success-story .col-lg-6:nth-child(1) .box h4 {
    padding-right: 0px;
  }
  .erp-success-story .col-lg-6:nth-child(1) .box .banner {
    margin-left: 0px;
	  width:40%;
  }
	.erp-success-story .col-lg-6:nth-child(1) .box p{
		width:70%;
	}
	.erp-success-story .box-2:after{
		    background-size: contain;
	}
	.erp-serv .erp-main-box .title-primary{
		bottom:0 !important;
	}
  .erp-success-story .col-lg-6 .box ul {
    margin: 26px 0px 54px;
  }
  .erp-success-story .col-lg-6 .box ul li {
    width: 50%;
  }
  .erp-success-story .col-lg-6 .box ul li h2 {
    font-size: 40px;
    line-height: 46px;
    margin-left: 0;
  }
  .erp-serv {
    padding: 0px 0px 80px;
  }
  .erp-serv .row h2 {
    margin-bottom: 20px;
  }
  .erp-main-box {
    padding: 0px 0px 50px;
  }
  .erp-main-box .row {
    row-gap: 5px;
  }
  .erp-main-box p {
    margin-bottom: 30px;
  }
  .indus-trusted {
    padding: 70px 0px 80px;
  }
  .product-service {
    padding: 80px 0px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient {
    padding: 30px 0px 0px 30px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .col-lg-5 {
    width: 50%;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .col-lg-7 {
    width: 50%;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .content-sec {
    width: 100%;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .right-banner img::nth-child(1) {
    width: 100%;
    height: 100%;
  }
  .indus-trust {
    padding: 80px 0px;
  }
  .indus-feature img {
    width: 100%;
  }
  footer {
    padding: 80px 0px 0px;
  }
  footer br {
    display: none;
  }
  footer .footer-logo {
    margin-bottom: 20px;
  }
  footer h6 {
    margin-bottom: 25px;
  }
  footer .so-icons {
    margin-top: 20px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 24px;
    border: 1px solid #277FC5;
  }
  .slick-dots li button::before {
    display: none;
  }
  .slick-dots .slick-active button {
    background-color: #277FC5;
  }
  .blog-section .blog-grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .blog-section .blog-grid .card .card-body {
    padding: 30px 20px 30px 20px;
  }
  .blog-section .gray-box {
    padding: 20px;
  }
  .about-journey .left-img {
    left: -9%;
    top: -4%;
    width: 29%;
  }
  .vission-mission {
    padding: 80px 0px 50px;
  }
  .vission-mission .box img {
    margin-bottom: 80px;
  }
  .about-journey {
    padding: 80px 0px;
  }
  .about-journey .slick-dots {
    bottom: -45px;
  }
  .about-journey .year-count {
    padding: 0px 60px 0px 20px;
  }
  .our-values {
    padding: 80px 0px;
  }
  .our-values .box-details .bussinessman {
    width: 67%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .our-values h2::before {
    display: none;
  }
  .our-team .lft-img {
    left: 29%;
  }
  .our-team .top-img {
    top: 21px;
    left: 69%;
  }
  .about-testimonial {
    padding: 80px 0px 0px;
  }
  .talk-to-sales {
    padding: 80px 0px 0px;
  }
  .case-study-main {
    background-image: none;
    padding: 80px 0px 0px !important;
  }
  .case-study-main .content h1::before {
    top: 52px;
    left: -11%;
  }
  .case-study-sec {
    padding: 80px 0px 0px !important;
  }
  .case-study-sec .card img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .case-study-sec .card .story-box {
    padding: 30px;
  }
  .case-study-sec .card .story-box .logo {
    width: -moz-fit-content;
    width: fit-content;
  }
  .case-study-sec .hundai-bg .story-content-flex .story-content {
    margin-bottom: 108px !important;
  }
  .faq {
    padding: 80px 0px 0px;
  }
  .enq-main .row {
    row-gap: 30px;
  }
  .enq-main .row .col-lg-5 .player {
    left: -24%;
  }
  .enq-main .row .col-lg-5 .player img:nth-child(1) {
    width: 530px;
  }
  .enq-main .row .col-lg-5 .player img:nth-child(2) {
        left: 40%;

  }
  .indus-feature p {
    width: 100%;
  }
	.home-aboutus .banner::before {
    left: 6%;
    top: 8%;
}
	.testimonial .top-img {
    top: 70px;
    left: 30%;
}
}
@media screen and (max-width: 991px) {
  .blog-description .row {
    row-gap: 30px;
  }
  .blog-description .col-lg-1 ul {
    flex-direction: row;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  header nav .dropdown-menu ul {
    width: 100%;
  }
  .home-main .user-ads {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .home-main .content h1::before, .home-main .content h1::after {
    display: none;
  }
  .our-sucess-stories .row {
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .our-sucess-stories .row::before, .our-sucess-stories .row::after {
    display: none;
  }
  .case-study-details-main h1 {
    margin-bottom: 30px;
  }
  .case-study-details-main .banner {
    width: 800px;
  }
  .case-study-details-main .banner img:nth-child(1) {
    margin-left: -70px !important;
  }
  .casestudy-details-descrip .logo {
    display: none;
  }
  .casestudy-details-descrip .card img:nth-last-child(2) {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
  }
  .related-casestudy {
    padding: 80px 0px 0px;
  }
  .vission-mission .row {
    row-gap: 30px;
  }
  .vission-mission .col-lg-6:nth-child(1) .box::before {
    display: none;
  }
  .our-values .d-flex {
    flex-wrap: wrap;
    row-gap: 25px;
  }
  .our-values h2::before {
    display: none;
  }
  .about-testimonial {
    padding: 80px 0px 0px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(2) {
    left: -13%;
    bottom: -100%;
  }
  .home-trust::after {
    display: none;
  }
  .home-aboutus .banner::before {
    left: 7%;
    top: 7%;
  }
  .home-aboutus .banner img:nth-child(1) {
    margin-left: 45px;
  }
  .process {
    padding: 150px 0px 40px;
  }
  .process .row {
    row-gap: 30px;
  }
  .process .row br {
    display: none;
  }
  .process .row img {
    width: 100%;
  }
  .process .row .process-bg-img1, .process .row .process-bg-img2, .process .row .process-bg-img3, .process .row .process-bg-img4 {
    width: 100%;
    height: 100%;
  }
  .process .row .process-img, .process .row .proces-img {
    margin-left: 0px !important;
  }
  .process .steps {
    left: 0;
  }
  .process .steps::after {
    display: none;
  }
  .process .steps ::after {
    display: none;
  }
  .home-testimonial .content .ad-img {
    display: none;
  }
  .home-blogs br {
    display: none;
  }
  .home-blogs h2 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
  }
  .our-values {
    padding: 100px 0px 80px;
  }
  .our-values br {
    display: none;
  }
  .our-values .top-img {
    top: -170px;
  }
  .our-values .box-details {
    -moz-column-gap: 27px;
         column-gap: 27px;
    row-gap: 25px;
  }
  .our-values .box-details .box {
    width: 48%;
    height: auto;
  }
  .our-values .box-details .box br {
    display: none;
  }
  .our-values .box-details .bussinessman {
    top: 50px;
    right: -33px;
  }
  .talk-sales {
    padding: 80px 0px 0px;
  }
  .talk-sales .row .col-lg-6:nth-child(2) {
    display: none !important;
  }
  .blog-main .row .col-lg-4 {
    display: none;
  }
  .blog-section .row {
    row-gap: 20px;
  }
  .blog-section .read-categ-sticky {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .blog-section .blog-grid {
    grid-template-columns: 48.5% 48.5%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .blog-description .row {
    flex-direction: column-reverse;
  }
  .erp-success-story .col-lg-6 .box ul {
    margin: 26px 0px 30px;
  }
  .erp-success-story .box ul {
    row-gap: 24px;
  }
  .our-team .team-mates {
    justify-content: space-between;
  }
  .our-team .team-mates .box {
    width: 47%;
  }
  .our-team .team-mates .box img {
    width: 100%;
  }
  .about-page .imgs {
    display: none;
  }
  .about-page .content h1::before {
    display: none;
  }
  .about-page .looping-carousel img {
    width: 130px;
  }
  .about-journey .images {
    display: none;
  }
  .about-journey .slick-dots {
    bottom: -75px;
  }
  .our-blogs .pos-img {
    display: none;
  }
  .contact-main .row {
    row-gap: 50px;
  }
  .contact-main .testimonial-contact {
    margin-bottom: 50px;
  }
  .faq-section .row {
    position: relative;
  }
  .faq-section .read-categ-sticky {
    position: inherit;
  }
  .faq-section .read-categ-sticky .gray-box {
    padding: 30px;
  }
  .faq-section .read-categ-sticky .blue-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .faq-section .read-categ-sticky .blue-box .mb-1 {
    margin-bottom: 1rem !important;
  }
  .faq-section .faq-sec:nth-last-child(1) {
    padding-bottom: 800px;
  }
  .enq-main .logo {
    margin-bottom: 80px;
  }
  .enq-main h1::after {
    display: none;
  }
  .indus-testi {
    padding: 80px 0px;
  }
  .indus-feature .row {
    row-gap: 40px;
  }
  .indus-feature .row .col-lg-6:nth-child(1) {
    order: 2;
  }
  footer {
    padding: 80px 0px 0px;
  }
	
	
	.casestudy-details-descrip .card img {
		display:none;
	}
}

@media screen and (min-width: 767px) {
	.erp-next-repeat ul{
	display:flex;
	 gap: 18px;
    align-items: center;
}
}
@media screen and (max-width: 767px) {
	.home-main .content .lable span,
	.home-main .content .lable{
		font-size:12px;
	}
	.product-service .content h2::after{
		display:none;
	}
	.erp-next-repeat li{
		margin-top:10px;
	}
	.erp-consultation{
		display:none;
	}
	#menu-primary-menu-1{
		padding-top:0px;
	}
	.accordion .accordion-item .accordion-button{
		    padding: 24px 0px;
	}
	form label{
		font-size:14px;
	}
	.indus-feature{
		padding: 40px 0px 40px;
	}
	.common-trusted-logo{
		display:flex;
		align-items:center;
	}
	.btn {
		padding: 8px 13px !important;
	}
	.our-team .images,
	.crown-svg::before{
		display:none;
	}
	.slick-dots li:nth-child(n+4) {
  display: none;
}
	.our-blogs ul li{
		font-size:10px;
	}
	.looping-carousel img{
		width: 55px;
	}
	.home-integration .space--30{
		margin-bottom:0;
	}
	.trusted-cmy-ww .player .ply-btn{
		    width: 60px;
			height: 60px;
			top: 27%;
	}
	.process .row.flex-row-reverse .col-lg-5{
		order:1;
	}
	.banner-position-img{
		display:none;
	}
	.trusted-cmy-ww h6{
		font-size:14px;
		margin-bottom: 20px;
	}
	.ply-btn svg{
		width:22px;
		height:22px;
	}
  .erp-main .col-lg-6 {
    width: 100%;
  }
	 .erp-main h1 {
	  width:100%;
  }
	 .footer-service-columns {
    flex-direction: column;
  }

  .footer-service-columns .column {
    width: 100%;
  }
	.home-process .content p,
	.home-testimonial .content p{
	    width: 100% !important;
}
  .erp-success-story .content img {
    display: none;
  }
  .erp-success-story .row {
    row-gap: 25px;
  }
  .erp-success-story .col-lg-6 {
    width: 100%;
  }
  .home-testimonial .content h2 br {
    display: none;
  }
  footer .cpy-col {
    flex-wrap: wrap;
    row-gap: 20px;
  } 
	footer .cpy-col p{
		margin:0;
	}
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
  br {
    display: none;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  h1, h2 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  header .anouncement p {
    width: 642px;
  }
	
  header nav .dropdown-menu ul {
    width:100% !important;
  }
	header nav .dropdown-menu .dropdown-body,
	.erp-next-dropdown .dropdown-menu{
		width:100% !important;
	}
	.services-dropdown .dropdown-body{
		width:100%!important;
	}
	header nav .services-dropdown .dropdown-menu ul{
		width:100% !important;
	}
  .home-main {
    padding: 44px 20px;
  }
  .home-main .left-img {
    width: 100%;
    display: none;
  }
  .home-main .top-img {
    display: none;
  }
  .home-main .content .label {
    font-size: 12px;
    line-height: 17px;
  }
  .home-main .content h1 {
    margin-bottom: 12px;
	  width:100%;
  }
	header .dropdown-menu .wht-box::before{
		display:none;
	}
  .home-main .content h1::before, .home-main .content h1::after {
    display: none;
  }
  .home-main .content p {
    margin-bottom: 15px;
  }
  .home-main .user-ads {
    justify-content: left;
  }
  .trusted-cmy-ww {
    padding: 0px 0px 40px !important;
  }
  .trusted-cmy-ww::before {
    height: 45%;
  }
  .trusted-cmy-ww .player {
    height: 270px;
    margin-bottom: 0px;
  }
  .home-trust::after {
    display: none;
  }
  .home-aboutus {
    padding: 50px 0px 0px;
  }
  .home-aboutus .row .col-lg-6:nth-child(1) {
    padding: 0px 30px;
  }
  .home-aboutus .banner {
    width: 100%;
    height: 380px;
  }
  .home-aboutus .banner::before {
    display: none;
  }
  .home-aboutus .banner img {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
.erp-main .banner img {
	  bottom:20px;
	  left:0;
    margin-left: 0;
  }
	.erp-main.crown-img .banner .ply-icon{
		width:50px;
		height:50px;
		top: 27%;
	}
  .home-aboutus .banner img:nth-child(1) {
    margin-left: 0px;
	  right:0;
	  height:70%;
  }
  .home-aboutus h2 {
    margin: 12px 0px 15px;
  }
  .home-aboutus .certificates {
    margin: 30px 0px 0px;
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .home-aboutus .certificates img {
          width: 100px;
        height: 100px;
        object-fit: contain;
  }
   .industry-inner-page {
    padding-bottom: 40px !important;
  }
  .our-sucess-stories {
    padding: 50px 20px;
  }
  .our-sucess-stories .content {
    width: 100%;
  }
  .our-sucess-stories .content h2::before {
    display: none;
  }
  .our-sucess-stories .apollo-bg h4, .our-sucess-stories .hundai-bg h4 {
    width: auto;
  }
  .our-sucess-stories .bosch-bg h4 {
    width: 100%;
  }
  .our-sucess-stories .story-per-image {
    display: none;
  }
  .our-sucess-stories .story-box {
    padding: 30px;
    border-radius: 20px;
  }
  .our-sucess-stories .story-box .story-content-flex .story-content {
    margin-bottom: 0px !important;
  }
  .our-sucess-stories .text-center {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .process {
    overflow: hidden;
    padding: 50px 20px;
  }
  .process .process-bg-img4 {
    width: 100%;
  }
  .process .pos-img {
    display: none;
  }
  .process .content {
    margin-bottom: 20px;
  }
  .process .content h2::after, .process .content h2::before {
    display: none;
  }
  .process .process-bg-img2, .process .process-bg-img1, .process .process-bg-img4, .process .process-bg-img3 {
    width: 100%;
    height: auto;
  }
  .process .row {
    margin-bottom: 30px;
  }
  .process .row:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .process .row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .process .row img {
    width: 100%;
    margin: 0px;
  }
  .home-process .steps p {
    font-size: 14px;
    line-height: 20px;
  }
  .home-process .steps h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .product-service {
    padding: 40px 20px;
  }
  .product-service .content h2 {
    width: 100%;
  }
  .product-service .pro-service-sec .pro-service-box {
    background-color: #E9F5FF;
    border-radius: 20px;
    padding: 30px 0px 0px 17px;
  }
	.product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(1){
		transform:none;
    transition: 0.9s ease;
	}
  .product-service .pro-service-sec .pro-service-box .gredient {
    padding: 20px 10px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(2), .product-service .pro-service-sec .pro-service-box .gredient .right-banner img:nth-child(3) {
    display: none;
  }
  .integration {
    padding: 30px 20px 0 20px;
  }
  .integration .pos-img {
    display: none;
  }
  .integration .logo-slide {
    overflow: hidden;
  }
  .integration .logo-slide .ani-hover-pause {
    row-gap: 30px;
  }
  .integration .logo-slide .ani-hover-pause .looping-carousel:nth-child(1) {
    margin-bottom: 20px;
  }
/*   .integration .logo-slide .ani-hover-pause:nth-child(2) {
    display: none !important;
  } */
  .integration .box {
    padding: 20px 0px;
  }
  .integration .box .content {
    padding: 30px 20px;
	  margin-bottom:25px;
  }
  .home-blogs {
    padding: 80px 20px 0px;
  }
  .home-blogs .blogs {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .home-blogs .blogs .blog-img {
    width: 95px;
    height: 95px;
  }
  .home-blogs .blogs h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .home-blogs .blogs ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .talk-to-sales .box {
    border-radius: 20px;
  }
  .talk-to-sales .box .content {
    padding: 30px;
  }
  .talk-to-sales .box .btn-primary {
    padding: 12px 23px;
  }
  .about-page {
    padding: 44px 0px 0px;
    overflow: hidden;
  }
  .about-page ul {
    margin-bottom: 40px;
    flex-wrap: wrap;
    -moz-column-gap: 42px;
         column-gap: 42px;
    row-gap: 30px;
  }
  .about-page ul li h3 {
    font-size: 36px;
    line-height: 56px;
  }
  .about-page .content p {
    margin-bottom: 30px;
  }
  .ab-trusted-logos {
    padding: 40px 0px 50px;
  }
  .career-faq {
    padding-bottom: 0px;
  }
  .our-values {
    padding: 60px 20px 50px;
  }
  .our-values .bussinessman {
    display: none;
  }
  .our-values .position-relative {
    display: none;
  }
  .our-values .d-flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .our-values .d-flex h2 {
    margin: 10px 0px 15px;
  }
  .our-values .box-details {
    row-gap: 25px;
  }
  .our-values .box-details .box {
    height: auto;
    width: 100%;
  }
  .our-values .box-details .bussinessman {
    position: absolute;
    top: 0;
    right: 0;
  }
  .about-journey {
    padding: 40px 20px 70px;
  }
  .about-journey .blog-slider {
    margin-bottom: 0px;
  }
  .about-journey .slick-dots {
    bottom: -50px;
  }
  .vission-mission {
    padding: 50px 20px;
  }
  .vission-mission .row {
    row-gap: 30px;
  }
  .vission-mission .box {
    padding: 30px;
  }
  .vission-mission .box img {
    margin-bottom: 60px;
  }
  .vission-mission .col-lg-6:nth-child(1) .box::before {
    display: none;
  }
  .our-team {
    padding: 40px 20px;
  }
  .our-team .content {
    margin-bottom: 20px;
  }
  .our-team .team-mates {
    row-gap: 25px;
  }
  .our-team .team-mates .box {
    width: 100%;
  }
  .home-testimonial {
    padding: 50px 20px 0px;
  }
  .home-testimonial .pos-img {
    display: none;
  }
  .home-testimonial .content {
    margin-bottom: 30px;
  }
  .home-testimonial .content img {
    margin-bottom: 20px;
  }
  .talk-to-sales {
    padding: 50px 20px 0px;
  }
  .talk-to-sales .box p {
    margin-bottom: 0px;
  }
  .talk-to-sales .box p:nth-child(2) {
    margin-bottom: 25px;
  }
  .talk-to-sales .col-lg-6:nth-child(2) {
    display: none;
  }
  .row {
    row-gap: 30px;
  }
  .case-study-main {
    padding: 44px 20px 0px !important;
    background-image: none;
  }
  .case-study-main .content {
    width: 100%;
  }
  .case-study-main .content h1::before, .case-study-main .content h1::after {
    display: none !important;
  }
  .case-study-sec {
    padding: 50px 20px 0px !important;
  }
  .case-study-sec .card {
    flex-direction: column;
    display: none;
  }
  .career-values {
    padding: 44px 20px 44px;
  }
	
  .map img {
    width: 100%;
  }
  .contact-main form {
    border-radius: 20px;
  }
  .faq {
    padding: 50px 20px 0px;
  }
  .faq .content {
    margin-bottom: 20px;
  }
  .faq .content h2::before, .faq .content h2::after {
    display: none;
  }
  .blog-section {
    padding: 0px 20px 50px;
  }
  .blog-section .row {
    row-gap: 50px;
  }
  .blog-section .blog-grid {
    display: block;
  }
  .blog-section .blog-grid .card {
    margin-bottom: 15px;
  }
  .blog-section .blog-grid .card h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-section .read-categ-sticky {
    flex-direction: column;
  }
  .blog-main {
    padding: 44px 20px 0px;
  }
  .blog-description {
    padding: 30px 20px 50px;
  }
  .enq-main {
    padding: 0px 20px 40px;
  }
  .enq-main .row .col-lg-5 .btn-grp {
    margin-bottom: 40px;
	column-gap: 10px;
  }
  .enq-main .row .col-lg-5 .player {
    height: 250px;
    left: 0;
    width: 100%;
    top: 30px;
  }
  .enq-main .row .col-lg-5 .player img:nth-child(1) {
    width: 100%;
  }
  .enq-main .row .col-lg-5 .player img:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 32%;
  }
  .enq-main::before {
    width: 100%;
    top: 0;
    height: 65%;
  }
  .enq-main .logo {
    margin-bottom: 44px;
    padding-top: 30px;
  }
  .term-policy {
    display: none;
  }
footer{
		padding:50px 20px 0px;
	}
	footer span{
		font-size:10px;
	}
  footer .cpy-col {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  footer .footer-links {
    row-gap: 20px;
  }
  footer .footer-logo {
    margin-bottom: 30px;
  }
  footer h6:nth-child(2) {
    margin-bottom: 30px;
  }
  footer .space--15 {
    margin-bottom: 5px;
  }
  footer .so-icons {
    margin-top: 15px;
  }
  .careers-main {
    padding: 0px 0px 50px;
  }
  .careers-main .container {
    padding: 50px 30px 0px;
  }
  .careers-main .top-img {
    display: none;
  }
  .careers-main .jobs .job-board {
    flex-direction: column;
    padding: 30px;
    row-gap: 20px;
  }
  .careers-main .jobs .job-board div:nth-child(1) {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .careers-main .jobs .job-board div img {
    width: 43px;
  }
  .careers-main .jobs .job-board div h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .career-details-main {
    padding: 44px 20px 50px;
  }
  .job-description {
    padding: 0px 0px 50px;
  }
  .job-description .row {
    row-gap: 30px;
  }
  .job-description .descriptions {
    padding: 0px 30px;
  }
  .job-description form {
    width: 100%;
    padding: 30px 20px;
  }
  .our-values .top-img {
    display: none;
  }
  .our-values h2::before {
    display: none;
  }
  .erp-main {
    padding: 44px 0px 0px;
  }
  .erp-main .row .col-lg-6:nth-child(1) {
    padding: 0px 19px;
  }
  .erp-main .btn-outline-primary {
    padding: 3px 15px;
    vertical-align: middle;
    display: inline-block;
  }
  .indus-trusted, .erp-logos {
    padding: 80px 0px 0px;
  }
  .product-service .content {
    margin-bottom: 20px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .content-sec {
    padding-right: 30px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .content-sec h3 {
    font-size: 22px;
    line-height: 31px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .row {
    row-gap: 30px;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .col-lg-5 {
    width: 100%;
  }
  .product-service .pro-service-sec .pro-service-box .gredient .col-lg-7 {
    width: 100%;
  }
  .contact-main {
    padding: 44px 0px 50px;
  }
  .contact-main .content {
    padding: 0px 30px;
  }
  .contact-main .col-lg-5 {
    padding: 0px 30px;
  }
/*   .contact-main .col-lg-7 {
    padding: 0px;
  } */
  .related-casestudy {
    padding: 50px 20px 0px;
  }
  .case-study-details-main .banner {
    width: 380px;
    height: 250px;
  }
  .case-study-details-main .banner img:nth-child(1) {
    margin-left: -17px !important;
  }
  .casestudy-details-descrip {
    padding: 30px 20px 80px;
  }
  .casestudy-details-descrip .descrip-content {
    padding-bottom: 30px;
    row-gap: 25px;
  }
  .casestudy-details-descrip .card .card-body {
    padding: 0px;
  }
  .casestudy-details-descrip .card .card-body .heading-arrow {
    margin-bottom: 50px;
    width: 100%;
  }
  .casestudy-details-descrip .card .card-body h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .casestudy-details-descrip .card img:nth-last-child(2) {
    display: none;
  }
  .indus-main .banner img:nth-child(2) {
    display: none;
  }
  .indus-main .btn-primary {
    margin-right: 0px;
  }
  .indus-trust {
    padding: 80px 0px;
  }
	.slick-list{
		margin-left:0 !important;
	}
	.erp-next-bg-color .banner-main-img {
		padding: 26px 5px 0 5px;
		transform: none;
	}
	main {
    	padding-bottom: 50px !important;
	}
	.case-study-details-main .row .banner img:nth-child(3){
		display:none;
	}
	.case-study-details-main .row .banner img:nth-child(2){
		width: 50px;
        height: 50px;
        top: 23%;
        left: 32%;
	}
	.case-study-company-detail .industry{
		width:44% !important;
		padding: 5px 10px 5px 15px !important;
	}
	.case-study-company-detail .industry h6{
		font-size:14px !important;
	}
	.case-study-details-main{
		padding:16px 0 !important;
	}
	.case-studies-person-img:before{
		background-size: contain;
		height: 51px;
	}
	
	.case-studies-person-img:after{
		display:none;
	}
	form .checkbox-wrap label{
		font-size:12px;
	}
	.job-description .contact-form{
		width:100%;
		padding:0px;
	}
	.banner-animate-img{
		width: 60% !important;
    	height: 60% !important;
		bottom: 78px !important;
		left:20% !important;
		object-fit:contain;
	}
	.dropdown-menu ul{
		grid-template-rows: repeat(20, auto) !important;
	}
	
	   .map::before {
		   display:none;
    }
	form .checkbox {
		gap:0 !important;
	}   
	.accordion .accordion-item .accordion-button {
		font-size:16px;
		line-height:22px;
		padding:20px 0;
	}
	
	.accordion .accordion-item .accordion-button::after{
		width:20px;
		height:20px;
	}
}
/*---------------------------------- ------------------------------------------------------------------------- */
.site-main,
.widget-area{
	display:none;
}

.descriptions p{
	margin-bottom: 18px;
}
.descriptions h2{
	margin-top: 25px !important;
}

.privacy-policy-sec.faq-section img:nth-child(2){
	 position: unset;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: red;
    border-color: transparent;
    padding-left: 0;
    margin-left: 0;
	display:none;
}
img {
    max-width: inherit;
}
.trusted-cmy-ww.common-trusted:before{
	display:none;
}
html {
  scroll-padding-top: 110px; 
	  scroll-behavior: smooth;
}

.footer-logo-content p{
	margin-bottom: 15px;
}
.dropdown .wht-box{
	background:#fff;
}
.desk-navmenu .dropdown ul{
	display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    gap: 0 !important;
}
.desk-navmenu .dropdown-list ul{
	display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 0 !important;
}
.erp-next-dropdown .dropdown-menu ul,
.industry-dropdown .dropdown-menu ul{
	display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    gap: 0 !important;
}
.erp-next-dropdown .dropdown-menu{
	    width: 1290px;
}
header nav .desk-navmenu ul li a:hover{
	background-color:unset;
}
a:focus{
	outline:unset;
	color:unset;
}
.dropdown:hover .nav-link svg {
    transform: rotate(180deg);
}
header nav .dropdown-menu ul li:hover svg path{
	    fill: #277FC5;
    	stroke: #fff;
}
header nav .dropdown-menu ul li:hover svg rect{
	    fill: #277FC5;
   
}
form .row .col-lg-6 p:nth-child(2){
	margin-bottom:0;
}
.industry-detail-main .common-trusted{
background:#fff;
}
.checkbox .wpcf7-not-valid-tip{
	position:absolute;
	bottom:-27px;
	width:200px;
}
.checkbox .wpcf7-list-item-label{
	display:none;
}
.checkbox .wpcf7-list-item{
	margin:0;
}
.modal{
	z-index:9999;
}
.banner-position-img{
	    position: absolute;
    top: -143px;
    right: 25%;
    z-index: 999;
    width: 30%;
}
.home-testimonial .content p{
	width:60%;
	    margin-right: auto;
    margin-left: auto;
}

.erp-next-repeat li{
    display: flex;
    color: #757575;
    font-size: 14px;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 6px;
	border:1px solid #eee;
}
.erp-next-repeat-1{
	background-color:#FDF6DF;
}
.erp-next-repeat-2{
	background-color:#FCE3F6;
}
.erp-next-repeat-3{
	background-color:#E1F5FB;
}
.erp-next-repeat-4{
	background-color:#CDF5F6;
}
.erp-next-repeat-5{
	background-color:#CBE4F9;
}
.erp-next-repeat-6{
	background-color:#CDF5F6;
}
.erp-next-repeat-7{
	background-color:#EFF9DA;
}
.erp-next-repeat-8{
	background-color:#F9EBDF;
}
.erp-next-repeat-8{
	background-color:#F9D8D6;
}
.erp-next-bg-color{
	border-radius:20px;
}
.footer-service-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.footer-service-columns .column {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-service-columns .column li {
  margin-bottom: 10px;
}
.slick-arrow.slick-hidden{
	display:block;
}
.banner-animate-img{
   z-index: 1;
    position: absolute;
    left: 20%;
    bottom: -47px;
	width: auto;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.erp-success-animate{
	position: absolute;
    right: 0;
    top:0;
	
}
.erp-success-animate img{
	width:83%;
}
.erp-success-story .box-2:after{
	content: "";
    position: absolute;
    right: 0;
    bottom: -69px;
    width: 55%;
    height: 77%;
    background-image: url(https://staging.mazeworkssolutions.com/wp-content/uploads/2025/06/Group-42045.png);
    background-repeat: no-repeat;
    background-position: center;
}
.banner-animate{
	    position: absolute;
     right: -4%;
    bottom: 0;
    width: 23% !important;
}
.banner-top-animate{
	       position: absolute;
    left: -42px;
    top: -67px;
    width: 8% !important;
}
.blog-detail-page{
	background: linear-gradient(to bottom, rgb(246 246 250), rgb(255 255 255));
}
.copy-link-btn{
	cursor:pointer;
}
.copy-container {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
nav {
  transition: transform 0.3s ease;
}

nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: white;
}

nav.nav-up {
  transform: translateY(-100%);
}

nav.nav-down {
  transform: translateY(0);
}
.tooltip-text.show {
  opacity: 1;
}
.product-service .content h2::after{
	position:absolute;
	content:"";
  top: inherit;
bottom: -10px;
    right: 100px;
  width: 103px;
  height: 102px;
  background-image: url(../image/contactus/contact-headingline.svg);
	    animation: floating4 3s ease-in-out infinite;
}
.about-journey .card img{
	width: 100% !important;
    height: 276px;
    object-fit: cover;   
	border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.author-board p{
	margin-bottom:0;
}
/* .home-aboutus .banner-img img:nth-child(1){
	position:
} */
.slick-arrow:hover svg path{
    	cursor:pointer;	
}
.slick-arrow:hover svg path:nth-child(1){
       fill: #E0E0E2;
}
.erp-main .banner .ply-icon{
	    top: 240px;
    left: 35%;
    position: absolute;
}
.enq-main .font-181{
	font-weight:400 !important;
}
.checkbox a:hover{
	color:#277FC5;
}
form .checkbox{
	display: flex;
    align-items: flex-start;
	gap: 5px;
}
[type="checkbox"], [type="radio"] {
    width: 20px;
    height: 20px;
	accent-color:#277FC5;
}
.checkbox-error .wpcf7-not-valid input[type="checkbox"] {
    outline: 2px solid red;
    outline-offset: -2px;
}
form .checkbox .wpcf7-not-valid-tip{
	display:none;
}
header .dropdown .dropdown-item{
    padding-right: 0;
    padding-left: 0;	
}
header .dropdown-menu .wht-box{
	position:relative;
}
header .dropdown-menu .wht-box::before {
    position: absolute;
    background-color: #fff;
    width: 17px;
    height: 17px;
    content: "";
    transform: rotate(45deg);
    top: -10px;
    left: 226px;
/*     box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    z-index: 1;
}
.wpcf7 form .wpcf7-response-output{
	margin-top:10px;
	  margin-left: 0;
	 transition: opacity 0.5s ease;
}
.home-main.careers-main .content .font-18,
.career-details-main .font-18,
.font-18{
	font-weight:400 !important;
}

 .btn:first-child:active, :not(.btn-check)+.btn:active {
   color:white !important;
   background-color:#2f83c5 !important;

}
.career-details-main .term-policy {
     position: absolute;
    top: 210px;
    right: 350px;
    z-index: -1;
    width: 20%;
  }
.padd-bot{
	padding-bottom:8rem;
}
/* a:visited{
	color:unset!important;
} */
.button-btn {
	    background: transparent;
    border: transparent;
    padding: 0;
}
.case-study-details-main h2{
	margin-bottom:30px;
}
.case-study-details-main p{
	color:#000;
}
.case-study-details-main a{
	color: #277fc5 !important;
}
.case-study-details-main a:hover {
    color: #277fc5;
}
iframe video{
	margin:0;
}
.arrow-animation {
	color:#277FC5;
}
.industry-inner-page.home-aboutus .banner::before{
	display:none;
}
.testimonial-body .testi-box h4{
	color:#000;
	font-weight:700 !important;
}
.hover-blue-filter {
  transition: filter 0.3s ease;
}
.hover-blue-filter:hover {
   filter: invert(41%) sepia(66%) saturate(407%) hue-rotate(176deg) brightness(93%) contrast(96%);
}
.social-icon {
  transition: filter 0.3s ease;
}
.erp-main-page{
	padding-top:9rem;
}
.erp-success-story .box.box-2 .btn{
	 background-color: #BFE3FF;
    border: none;
}
.erp-success-story .box{
	position:relative;
}
.erp-success-story .box .banner{
	    position: absolute;
    bottom: 0;
    right: 0;
    width: 37%;
}
.case-study-details-main .banner img:nth-child(1){
	right:0;
}
.our-success-story .perfile-pic{
	       width: 628px;
    height: 553px;
    object-fit: cover;
    border-radius: 20px;
}
.case-study-details-main h2{
	    font-size: 40px;
        line-height: 48px;
}
.crown-svg-spring{
	position:absolute;
	right:10%;
	top:0;
	animation: floating5 2s ease-in-out infinite;
}
.case-study-company-detail{
     position: relative;
    top: 20px;
    left: 0;
}
.case-study-company-detail .industry{
	 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 5px 37px 5px 15px;
    border-radius: 5px;
    width: 30%;
}
.case-study-company-detail .industry span{
	font-size:14px;
	color: #7C7C7C;
}
.case-study-company-detail .industry h6{
	color: #333;
	font-size: 16px;
	font-weight:600;
}
.case-study-details-main p:last-of-type {
	width:70%;
}
.case-study-animate-vector{
	  position: absolute !important;
    bottom: 85px;
    left: 0;
    width: 26%;
}
.svg-spring{
	    animation: floating5 2s ease-in-out infinite;
}
.case-rght-img{
	  animation: floating5 1s ease-in-out infinite;
}
.blog-details img{
	border-radius:20px;
}
.talk-sales{
	padding:100px 0px 0px;
}
.wpcf7-response-output {
    transition: opacity 0.5s ease;
}
a:visited {
    color: #000;
}
.case-studies-person-img{
	position:relative;
}


.erp-success-story .case-study-img{
	width:20%;
}
.testi-box p{
	font-size:14px;
	    line-height: 24px;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
..ply-icon{
	cursor:pointer;
}
.erp-main .crown-svg h4{
	margin-bottom:24px;
}
.erp-trusted{
	padding:120px 0;
	background-color:#fff;
}
.erp-trusted:before{
	display:none;
}
.erp-trusted img {
   filter: grayscale(100%) brightness(0.5);
  opacity: 0.7;
}
.enq-main .row .col-lg-5 .btn-grp .btn-light.active {
    background: #277fc5;
    color: #fff;
}
.enq-main .row .col-lg-5 .btn-grp .btn-light.active img{
	    filter: grayscale(116%) brightness(2);
}
.industry-inner-page h1 {
	font-weight:800;
}
.slick-list {
    position: relative;
    display: block;
    margin: auto 0px 0px 32px;
    padding: 0;
}
.arrow-animation{
	color:#277fc5 !important;
}

main{
	padding-bottom:150px;
}
header nav .dropdown:hover .dropdown-menu {
  display: block;
}

header nav .dropdown.force-close .dropdown-menu {
  display: none !important;
}

.video-trigger{
	cursor:pointer;
}
.top-arrow-animate{
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
  transform: translateY(100px); 
  transition: all 0.6s ease;
  z-index: 999;
}
.top-arrow-animate.show {
  opacity: 1;
  transform: translateY(0);
}
.top-arrow-animate.hide {
  opacity: 0;
  transform: translateY(-100px); 
}
.top-arrow-animate .top-arrow-animate-img svg{
	width:26px;
	height:26px;	
}
.top-arrow-animate .top-arrow-animate-img svg path{
	fill:#fff;
}
.top-arrow-animate .top-arrow-animate-img{
	background:#2F83C5;
	padding: 10px;
    border-radius: 50%;
}
.company-logo,
.footer-logo,
.menu-logo{
	width:168px;
}