@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
    color:#ee3b24;
}
h3 {
  color: #00177a;
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}
span {
  font-family: "Outfit", sans-serif;
}
p {
  font-family: "Outfit", sans-serif;
}
/*------ Navbar------ */
.client-section .item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 10px 5px;
}
.navbar img {
  max-width: 200px;
}

.navbar .icon {
  gap: 20px;
}

/* hero-section */
.hero_section {
  padding: 10px 0px;
  background-color: #000000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://www.martechcube.com/wp-content/uploads/2023/06/MetaRouter.jpg);
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_section .hero_content {
  padding: 70px;
}

.hero_section .hero_content h1 {
  font-family: poppins;
  font-weight: 600;
  color: #fff;
}
.hero_section .hero_content p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

/* .hero_section .hero_form{
    padding: 15px;
} */
.process-box
{
	    margin-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
}
.home-form
{
	text-align:center;
	padding:25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.SEO_heading h3
{
	margin-bottom:30px;
}
.home-form h3
{
	margin-bottom:15px;
}
.home-form input
{
	    padding: 12px .75rem;
		    border: 2px solid #00177a4f;
		border-radius:0;
}
.home-form .btn
{
	background: #ee3b24;
    color: white;
    border: 1px solid #ee3b24;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 50px;
}
.hero_section .hero_form form {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 10px solid #ebebeb;
  text-align: center;
}

.hero_section .hero_form form h3 {
  color: #ee3b24;
  font-family: poppins;
  font-weight: 600;
}

.hero_section .hero_form form p {
  font-family: poppins;
  color: #00177a;
}
/* End hero section */

/* start client section */
.client_section {
  padding: 50px 0px;
}

.client_section .welcome-head {
  color: #00177a;
  text-align: center;
}

.client_section .welcome-head-one {
  font-weight: 600;
}

.client_section .owl-carousel img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 174px;
}

.client_section .client-section {
  margin-top: 30px;
}

.client_section .lead {
  text-align: center;
}
.client_section .lead p {
  /* font-family: poppins; */
  font-weight: 600;
}
/* End client section */

/*  10. Faq CSS
/*----------------------------------------*/
.faq__shape img {
  position: absolute;
}
.faq__shape img.faq-shape-1 {
  top: 19%;
  left: 42%;
  max-width: 29px;
  -webkit-animation: hero-shape-2 2s linear 0s infinite alternate;
  -moz-animation: hero-shape-2 2s linear 0s infinite alternate;
  -o-animation: hero-shape-2 2s linear 0s infinite alternate;
  animation: hero-shape-2 2s linear 0s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__shape img.faq-shape-1 {
    top: 21%;
    left: 34%;
  }
}
.faq__shape img.faq-shape-2 {
  top: 7%;
  right: 15%;
  max-width: 72px;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__shape img.faq-shape-2 {
    top: 4%;
    right: 7%;
  }
}
@media (max-width: 575px) {
  .faq__shape img.faq-shape-2 {
    top: 3%;
    right: 8%;
  }
}
.faq__shape img.faq-shape-3 {
  bottom: 18%;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__shape img.faq-shape-3 {
    left: 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__shape img.faq-shape-3 {
    left: 2%;
  }
}
.faq__shape img.faq-shape-4 {
  bottom: 27%;
  left: 43.5%;
  max-width: 69px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__shape img.faq-shape-4 {
    left: 31%;
  }
}
.faq__bg {
  position: relative;
}
.faq__bg::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #ffffff;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  -webkit-box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.1);
  -moz-box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.1);
  box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.1);
  height: 100%;
  width: 70%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__bg::before {
    width: 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .faq__bg::before {
    right: 18%;
    top: 34%;
    height: 66%;
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .faq__bg::before {
    top: 60%;
    height: 40%;
    width: 93%;
  }
}
.faq__thumb-image {
  position: relative;
}
.faq__thumb-image img {
  position: relative;
  object-fit: cover;
  width: 564px;
  height: 366px;
  border-radius: 150px 20px 20px 20px;
  -webkit-border-radius: 150px 20px 20px 20px;
  -moz-border-radius: 150px 20px 20px 20px;
  -ms-border-radius: 150px 20px 20px 20px;
  -o-border-radius: 150px 20px 20px 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__thumb-image img {
    width: 514px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__thumb-image img {
    width: 360px;
    height: 300px;
  }
}
.faq__thumb-image::before {
  position: absolute;
  content: "";
  top: -24px;
  left: -24px;
  height: 325px;
  width: 534px;
  /* background: #737cff; */
  border-radius: 170px 40px 40px 40px;
  -webkit-border-radius: 170px 40px 40px 40px;
  -moz-border-radius: 170px 40px 40px 40px;
  -ms-border-radius: 170px 40px 40px 40px;
  -o-border-radius: 170px 40px 40px 40px;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__thumb-image::before {
    width: 484px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__thumb-image::before {
    height: 280px;
    width: 338px;
  }
}
@media (max-width: 575px) {
  .faq__thumb-image::before {
    width: 95%;
  }
}
.faq__content {
  padding: 85px 80px 85px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq__content {
    padding: 75px 70px 75px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__content {
    padding: 55px 50px 55px 0;
  }
}
@media (max-width: 575px) {
  .faq__content {
    padding: 0;
    padding-top: 75px;
  }
}
.faq__wrapper {
  padding: 0 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #00177a;
  position: relative;
  margin-top: 45px;
}
.faq__wrapper .accordion-content {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #8b61ff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq__wrapper .accordion-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.faq__wrapper .accordion-content .accordion-header .accordion-button {
  font-size: 18px;
  color: #ffffff;
  border: none;
  padding: 0;
  background: none;
  text-align: left;
  box-shadow: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .faq__wrapper .accordion-content .accordion-header .accordion-button {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .faq__wrapper .accordion-content .accordion-header .accordion-button {
    font-size: 17px;
    padding-right: 20px;
    line-height: 1.3;
  }
}
.faq__wrapper .accordion-content .accordion-header .accordion-button::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  color: #ffffff;
  background-image: none;
  font-weight: 600;
  content: "\f068";
}
.faq__wrapper
  .accordion-content
  .accordion-header
  .accordion-button.collapsed::after {
  content: "\f067";
}
.faq__wrapper .accordion-collapse {
  border: none;
}
.faq__wrapper .accordion-body {
  padding: 0;
  padding-top: 20px;
}
.faq__wrapper .accordion-body p {
  margin-bottom: 0;
  color: #ffffff;
  padding-right: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__wrapper .accordion-body p {
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .faq__wrapper .accordion-body p {
    padding-right: 15px;
  }
}

/*  Slider css here */
.Ksquare99Banner .LogoHere {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}

.Ksquare99Banner .LogoHere .Information {
  display: flex;
}
.Ksquare99Banner {
  padding: 20px 0 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.Information .Mail,
.Information .call,
.Information .whatsapp {
  padding: 0 15px;
}
.Ksquare99Banner .LogoHere .Information a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.widget a {
  color: white !important;
}

.Ksquare99Banner .LogoHere .Information img {
  width: 20px;
}
.Ksquare99Banner .LogoHere {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.Ksquare99Banner .LogoHere img {
  width: 150px;
}

.Ksquare99Banner .MainContent .content {
  width: 96%;
}
.Ksquare99Banner .MainContent h1 {
  font-weight: 700;
  font-size: 45px;
  padding-bottom: 10px;
  color: #fff;
  padding-top: 50px;
  line-height: 1.3;
}
.Ksquare99Banner .MainContent p {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}
.Ksquare99Banner .MainContent {
  display: flex;
}
.Ksquare99Banner .MainContent img {
  width: 90%;
}
.Ksquare99Banner .MainContent a.TalkExperts {
  padding: 14px 22px;
  color: #fff;
  border-bottom: 2px solid #ffed00;
  text-decoration: none;
}
.Ksquare99Banner .sign-up-form-wrap {
  background-color: #fff;
}

.Ksquare99Banner .login-signup-form .form-group {
  position: relative;
  border-radius: 4px;
}
.Ksquare99Banner .login-signup-form .form-group input {
  border-radius: 4px;
  box-shadow: none;
}
.Ksquare99Banner .login-signup-form .form-group label {
  font-weight: 500;
  font-size: 88%;
}

.Ksquare99Banner
  .login-signup-form
  .form-group
  .input-group.input-group-merge
  > .form-control {
  /* text-indent: 35px; */
  height: calc(2em + 0.75rem + 2px);
  font-size: 13px;
  margin-top: 8px;
  border-radius: 4px;
}
.Ksquare99Banner input::placeholder {
  font-size: 14px;
}

.Ksquare99Banner .form-control:focus {
  border-color: #7202bb;
  outline: none;
}
.Ksquare99Banner .input-icon {
  height: calc(3.4rem + 2px);
  position: absolute;
  z-index: 999;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
}
.Ksquare99Banner .input-icon span {
  color: #b1b1b1;
  padding: 26px 14px;
  position: absolute;
  font-size: 18px;
  height: calc(3.4rem + 2px);
  border-radius: 4px;
}
.Ksquare99Banner .textarea-icon span {
  height: calc(7.8rem + 2px);
}
.Ksquare99Banner textarea#msg {
  height: 70px;
  box-shadow: none;
}
.Ksquare99Banner .sign-up-form-wrap {
  padding: 20px;
  border-radius: 20px;
}
.Ksquare99Banner input#submit {
  background: #737cff;
  color: #fff;
  margin-top: 18px;
  width: 100%;
  border: 1.5px solid #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 4px lightgray;
}
.Ksquare99Banner input#submit:hover {
  background-color: #969cff;
}

h4.RFD {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.sign-up-form-header span {
  margin-bottom: 0px;
  font-size: 13px;
}
input::placeholder {
  font-size: 12px !important;
}
textarea::placeholder {
  font-size: 12px !important;
}
.Ksquare99Banner .MainContent a.TalkExperts {
  padding: 14px 22px;
  color: #fff;
  border-bottom: 2px solid #ffed00;
  text-decoration: none;
}
.Ksquare99Banner .sign-up-form-wrap {
  background-color: #fff;
}

.Ksquare99Banner .login-signup-form .form-group {
  position: relative;
  border-radius: 4px;
}
.Ksquare99Banner .login-signup-form .form-group input {
  border-radius: 4px;
  box-shadow: none;
}
.Ksquare99Banner .login-signup-form .form-group label {
  font-weight: 500;
  font-size: 88%;
}

.Ksquare99Banner
  .login-signup-form
  .form-group
  .input-group.input-group-merge
  > .form-control {
  /* text-indent: 35px; */
  height: calc(2em + 0.75rem + 2px);
  font-size: 13px;
  margin-top: 8px;
  border-radius: 4px;
}
.Ksquare99Banner input::placeholder {
  font-size: 14px;
}

.Ksquare99Banner .form-control:focus {
  border-color: #7202bb;
  outline: none;
}
.Ksquare99Banner .input-icon {
  height: calc(3.4rem + 2px);
  position: absolute;
  z-index: 999;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
}
.Ksquare99Banner .input-icon span {
  color: #b1b1b1;
  padding: 26px 14px;
  position: absolute;
  font-size: 18px;
  height: calc(3.4rem + 2px);
  border-radius: 4px;
}
.Ksquare99Banner .textarea-icon span {
  height: calc(7.8rem + 2px);
}
.Ksquare99Banner textarea#msg {
  height: 70px;
  box-shadow: none;
}
.Ksquare99Banner .sign-up-form-wrap {
  padding: 20px;
  border-radius: 20px;
}
.Ksquare99Banner input#submit {
  background: #737cff;
  color: #fff;
  margin-top: 18px;
  width: 100%;
  border: 1.5px solid #fff;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 4px lightgray;
}
.Ksquare99Banner input#submit:hover {
  background-color: #969cff;
}

@media only screen and (max-width: 767.99px) {
  .Ksquare99Banner .MainContent h1 {
    font-size: 30px;
    padding-top: 16px;
  }
  .Ksquare99Banner .MainContent a.TalkExperts {
    display: none;
  }
  .work-process-shape {
    top: 0;
    overflow: hidden;
  }
  .Ksquare99Banner .MainContent .content {
    width: 100%;
  }
  .Ksquare99Banner .MainContent img {
    width: 60% !important;
  }
  .Ksquare99Banner .LogoHere img {
    width: 98px;
  }
  .Ksquare99Banner .MainContent p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
  }
  section#Ksquare99Banner {
    padding-bottom: 20px;
  }
  .Ksquare99Banner .MainContent img {
    display: none;
  }
  
}

@media screen and (max-width: 575px) {
  .Ksquare99Banner .MainContent img {
    display: none;
  }
  .Ksquare99Banner .LogoHere img {
    width: 82px;
  }
  .Ksquare99Banner .LogoHere .Information .Mail {
    width: 153px;
  }
  .Ksquare99Banner .LogoHere .Information img {
    width: 12px;
  }
  .Ksquare99Banner .LogoHere .Information a {
    font-size: 11px;
    font-weight: 400;
  }
  .Ksquare99Banner .LogoHere {
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    flex-direction: column;
  }
  section#Ksquare99Banner {
    padding-bottom: 20px;
  }
  
}

@media (max-width:767px){
  .Ksquare99Banner .LogoHere .Information {
    display: flex;
    flex-direction: column;
}
}

@media only screen and (max-width: 1280px) {
  .Ksquare99Banner .MainContent h1 {
    font-size: 40px;
    color: #fff;
    padding-top: 60px;
    line-height: 1.3;
  }
  .Ksquare99Banner .MainContent p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
  }
}

.featured-one {
  position: relative;
  padding: 50px 0px;
  z-index: 10;
}

.featured-one .feature-block_one {
  width: 20%;
  float: left;
  margin-top: 20px;
}

.featured-one-heading {
  font-weight: 600;
}
/* Feature Block One */

.feature-block_one {
  position: relative;
  margin-bottom: var(--margin-bottom-30);
}

.feature-block_one-inner {
  position: relative;
  text-align: center;
  padding: 20px 15px 15px;
  background-color: var(--white-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.feature-block_one-inner p {
  font-size: 15px;
  color:#00177A;
  font-weight: 600;
}

.feature-block_one-inner .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.feature-block_one-inner:hover .color-layer {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.feature-block_one .color-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;

  background-position: right top;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1475f7),
    to(#7114ef)
  );
  background-image: -webkit-linear-gradient(to left, #1475f7, #7114ef);
  background-image: -moz-linear-gradient(to left, #1475f7, #7114ef);
  background-image: -ms-linear-gradient(to left, #1475f7, #7114ef);
  background-image: -o-linear-gradient(to left, #1475f7, #7114ef);
  background-image: linear-gradient(to left, #1475f7, #7114ef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1475F7', endColorStr='#7114EF', gradientType='1');
  background-color: transparent !important;
}

.feature-block_one .color-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: url(../images/background/pattern-48.png) right top no-repeat;
  color: #fff;
}

.feature-block_one-icon {
  position: relative;
  line-height: 1.5em;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-size: 50px;
  color: #00177a;
}

.feature-block_one-inner:hover .feature-block_one-icon {
  transform: rotateY(180deg);
}

.feature-block_one-title {
  position: relative;
  font-weight: 700;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  color: var(--color-thirtyfour);
  margin-top: var(--margin-top-20);
  font-size: 35px;
}

.feature-block_one-inner:hover .feature-block_one-title {
  color: #fff;
}

.feature-block_one-inner:hover .feature-block_one-icon {
  color: #fff;
}

.feature-block_one-inner:hover p {
  color: #fff;
  z-index: 999;
      position: relative;

}

@media (max-width: 768px) {
  .featured-one .feature-block_one {
    width: 100%;
  }
}

/* .Our-Client-Feedback */

.Our-Client-Feedback {
  padding: 50px 0px;
}

/* .xis-dm-service-section */

.xis-dm-service-section {
  padding: 50px 0px;
  /* background-color: #ebebeb; */
}
.xis-dm-service-section .xis-dm-shape1 {
  top: 0;
  right: 0;
  -webkit-animation: Glow_animation_1 12s infinite alternate;
  animation: Glow_animation_1 12s infinite alternate;
}

.xis-dm-service-content {
  z-index: 1;
  margin-top: 60px;
}
.xis-dm-service-content:before {
  left: 0;
  top: 118px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 475px;
  position: absolute;
  background-color: #fff;
}
.xis-dm-service-content .line-shape-wrap {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
}
.xis-dm-service-content .line-shape-wrap .line-shape1,
.xis-dm-service-content .line-shape-wrap .line-shape2,
.xis-dm-service-content .line-shape-wrap .line-shape3 {
  width: 100%;
}
.xis-dm-service-content .line-shape-wrap .line-shape1 {
  background-color: #e45d30;
}
.xis-dm-service-content .line-shape-wrap .line-shape2 {
  background-color: #5858fe;
}
.xis-dm-service-content .line-shape-wrap .line-shape3 {
  background-color: #a6cc68;
}

.xis-dm-service-inner-item {
  z-index: 1;
  overflow: hidden;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.xis-dm-service-inner-item .hover-shape {
  opacity: 0;
  top: -150px;
  right: -150px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.xis-dm-service-inner-item:before {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: linear-gradient(33deg, #4d4dff 0%, #5f5ffe 51%, #7171fc 100%);
}
.xis-dm-service-inner-item .xis-dm-inner-icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 50px;
  -webkit-box-shadow: 1.753px 3.595px 16px 0px rgba(240, 114, 74, 0.3);
  box-shadow: 1.753px 3.595px 16px 0px rgba(240, 114, 74, 0.3);
}
.xis-dm-service-inner-item .xis-dm-service-inner-text h3,
.xis-dm-service-inner-item .xis-dm-service-inner-text p,
.xis-dm-service-inner-item .xis-dm-service-inner-text li,
.xis-dm-service-inner-item .xis-dm-service-inner-text a {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text h3 {
  color: #061b2e;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 18px;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text p {
  padding-bottom: 18px;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text ul {
  padding-left: 30px;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text ul li {
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text ul li:before {
  top: 8px;
  left: -30px;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ee3b24;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text a {
  color: #061b2e;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  font-family: "Poppins";
}
.xis-dm-service-inner-item .xis-dm-service-inner-text a i {
  margin-left: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.xis-dm-service-inner-item .xis-dm-service-inner-text a:hover i {
  margin-left: 8px;
}
.xis-dm-service-inner-item:hover {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.xis-dm-service-inner-item:hover:before {
  width: 100%;
}
.xis-dm-service-inner-item:hover .hover-shape {
  opacity: 1;
}
.xis-dm-service-inner-item:hover .xis-dm-service-inner-text h3,
.xis-dm-service-inner-item:hover .xis-dm-service-inner-text p,
.xis-dm-service-inner-item:hover .xis-dm-service-inner-text li,
.xis-dm-service-inner-item:hover .xis-dm-service-inner-text a {
  color: #fff;
}
.xis-dm-service-inner-item:hover .xis-dm-service-inner-text li:before {
  background-color: #fff;
}

.xis-dm-service-more {
  margin-top: 50px;
}
.xis-dm-service-more a {
  font-weight: 700;
  color: #fff;
  padding: 10px 25px;
  background-color: #ee3b24;
  text-decoration: none;
}
.xis-dm-service-more a:hover {
  text-decoration: underline;
}

.xis-dm-service-area .col-lg-4:nth-child(1) .xis-dm-service-inner-item:before {
  background-color: #e45d30;
  background: linear-gradient(33deg, #e45d30 0%, #e45d30 51%, #e45d30 100%);
}
.xis-dm-service-area .col-lg-4:nth-child(3) .xis-dm-service-inner-item:before {
  background-color: #e45d30;
  background: linear-gradient(33deg, #a6cc68 0%, #a6cc68 51%, #a6cc68 100%);
}

/* testimonialCarousel */
.first-testimonial {
  padding: 50px 0px;
  background-color: #00177a;
}
.first-testimonial .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  border: 2px solid;
  overflow: hidden;
}
.first-testimonial .carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .first-testimonial .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .first-testimonial .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .first-testimonial .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.first-testimonial .carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.first-testimonial .carousel-control-prev,
.first-testimonial .carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: #ee3b24;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.card-text {
  font-size: 14px;
}

/* Swipper */

/* case study section */

.case-study {
  padding: 40px 0;
}
.case-study h2 {
  margin-bottom: 20px;
}
.case-study a {
  color: #ee3b24;
}

.case-study .right-align {
  float: right;
  text-align: right;
}
.case-name h4 {
  font-size: 18px;
}
.case-study h2 {
  text-align: center;
}
.table td,
.table th {
  border-top: none;
}
.case-box {
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.38);
  padding: 20px;
  margin-top: 20px;
}
.case-name {
  margin-top: 20px;
}

/* Swipper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.swipper-section {
  padding: 50px 0px;
}
.table-head {
  text-align: center;
}
.swipper-heading {
  text-align: center;
}

.UpdateHomePageClients .MainTitle h5 {
  text-align: center;
  color: #032d60;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 700;
  padding-bottom: 5px;
  padding: 50px 0px;
}
.UpdateHomePageClients .MainTitle p {
  padding-bottom: 25px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  line-height: 1.7;
  font-weight: 300;
  width: 80%;
}
.UpdateHomePageClients marquee {
  max-width: 180%;
  animation: marquee 2s linear infinite;
}

#UpdateHomePageClients {
  padding: 0px 0px;
}

#UpdateHomePageClients .UpdateHomePageClients_heading {
  text-align: center;
  color: #0f4d96;
  font-weight: bold;
  border-bottom: 1px solid #104c93;
}
.process-box i {
  font-size: 60px;
  text-align: center;
}
.process-box {
  /* background: #e9eaed; */
  text-align: center;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-top: 20px;
}

.SEO {
  padding: 50px 0px;
}

.SEO_heading {
  text-align: center;
}


.hsg-bg__off-white {
  background-color: #f9f8f7;
}

.hsg-cta-block {
  overflow: hidden;
  padding: 0px 0;
  margin-top: 0px !important;
  background-color: #000;
}

.hero-section {
  background: url("../img/banner-1.jpg");
}
.sec_row2 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_row2 {
    padding-bottom: 30px;
    height: 275px;
  }
.client-logo .col-sm-2
{
	width:20%
}
  .hsg-page-width-normal,
  .hsg-tabs .hsg-tabs__titles {
    box-sizing: content-box;
    max-width: 1080px;
    background-image: url(../img/CTA_profile_Abha2.png) !important;
    margin: 40px auto 0px;
    background-size: cover;

    padding: 40px 20px;
  }
}
.hsg-cta-block__content-wrapper {
  border: 1px solid #e4e5e6;
  border-radius: 3px;
  box-shadow: 0 20px 40px -78px rgba(0, 0, 0, 0.35),
    0 6px 20px -15px rgba(0, 0, 0, 0.35);
  padding: 70px 40px;
}
.hsg-cta-block--with-badge .hsg-cta-block__content-wrapper {
  position: relative;
  margin-top: 1px;
}

.hsg-cta-block__content {
  text-align: left;
  width: 60%;
}
.hsg-cta-block__header {
  margin-top: 0;
  color: #000;
  line-height: 44px;
  font-size: 34px;
  margin-bottom: 20px;
}
.hsg-cta-block__cta-wrapper {
  margin: 2em 0;
}

.bta_buttons a {
    background: #ee3b24;
    color: #fff;
    font-size: 16px;
    padding: 15px 80px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.hsg-page-width-normal,
.hsg-tabs .hsg-tabs__titles {
  box-sizing: content-box;
  max-width: 1080px;
  background-image: url(../img/header-top.png) !important;
  margin: 40px auto 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 40px 20px;
}

@media (max-width: 768px) {
  .hsg-cta-block__content-wrapper {
    padding: 0;
  }
  .hsg-cta-block__content {
    width: 100%;
  }
  .bta_buttons a {
    padding: 10px 20px;
  }
}

#site-footer {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  font-size: 16px;
  background-position: 100% 9%;
  padding: 50px 50px 20px 50px;
  /* background-attachment: fixed!important; */
  background-repeat: repeat;
  border: none;
  background-size: cover;
}
/* footer {
  padding: 50px 0px;
} */
.mob-mail span,
.mob-mail,
.mob-add,
.mob-add span {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0;
}
.mob-mail img,
.mob-add img {
  width: 40px;
}
.footer-contact {
  float: right;
}
.mob-mail span p,
.mob-add span p {
  color: white;
  margin-bottom: 5px;
}
ul.footer_menu li a {
  font-size: 16px;
}

ul.footer_menu li a {
  color: #fff;
  line-height: 2;
}
.top-footer {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-left p,
.footer-left a {
  font-size: 16px;
  color: white;
  line-height: 2;
}
.footer_address {
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 10px;
  font-weight: 700;
}
div#footer_contact1 {
  margin-bottom: 25px;
  margin-top: 20px;
}
span.footer-cls {
  font-size: 19px;
  font-weight: 300;
}
div#footer_contact2 {
  margin-bottom: 23px;
}
.social-links {
  margin: 0;
  display: inline-block;
  text-align: center;
  padding: 0;
}
.social-links li {
  display: block;
  padding-right: 9px;
  margin-top: 0;
  float: left;
}
.social-links a.linkedin {
  background-position: -94px 0px;
  width: 47px;
}
.foo_address {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0px;
  margin: 0px;
  margin-bottom: 12px;
  margin-top: 6px;
  text-align: left;
}
.foo_address p {
  padding: 0px !important;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 14px;
  font-weight: 300;
}
h3#google-ican {
  color: #fff;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bottom-footer {
  padding: 4px 0;
  margin-top: 40px;
}
.bottom-footer p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.bottom-footer p {
  text-align: center;
}
.whatsapp-btn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite !important;
}

.whatsapp-btn i {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .Ksquare99Banner .MainContent h1 {
    font-size: 23px;
  }

  .Ksquare99Banner .MainContent p {
    font-size: 15px;
  }
  .hsg-page-width-normal,
  .hsg-tabs .hsg-tabs__titles {
    box-sizing: content-box;
    max-width: 1080px;
    background-image: url(../img/header-top.png) !important;
    /* margin: 40px auto 0px; */
    background-size: cover;
    padding: 40px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: none;
  }
  .Our-Client-Feedback {
    padding: 0;
  }
  .hsg-cta-block__header {
    font-size: 30px;
  }
  .hsg-cta-block__subheader {
    font-size: 15px;
  }

  .row {
    margin: 0;
    padding: 0;
  }
}
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap");

.thankyou-page ._header {
  padding: 100px 30px;
  text-align: center;
  background: url(https://ksquare99.com/seo-lp/img/banner-2.webp);
}
.thankyou-page ._header .logo {
  max-width: 200px;
  margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
  width: 100%;
}
.thankyou-page ._header h1 {
  font-size: 100px;
  font-weight: 800;
  color: white;
  margin: 0;
}
.thankyou-page ._body {
  margin: -70px 0 30px;
}
.thankyou-page ._body ._box {
  margin: auto;
  max-width: 80%;
  padding: 50px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}
.thankyou-page ._body ._box h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}
.thankyou-page ._footer {
  text-align: center;
  padding: 50px 30px;
}

.thankyou-page ._footer .btn {
  background: #00177a;
  color: white;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.8px;
  padding: 20px 33px;
  text-transform: uppercase;
}
.form-group select {
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid lightgray;
  color: gray;
  font-size: 12px;
}
.Ksquare99Banner .btn-primary-solid {
  background: #ee3b24;
  color: #fff;
  margin-top: 20px;
  width: 100%;
  border: 1.5px solid #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 50px;
  text-transform: capitalize;
  /* box-shadow: 0px 0px 10px 4px lightgray; */
}
.Ksquare99Banner .btn-primary-solid:hover {
    background-color: transparent;
    color: #ee3b24;
    border: 1.5px solid #ee3b24;
}
.input-error {
  border: 1px solid #ff0000 !important;
}

.featured_medaia {
  width: 100%;
}

.featured_medaia_logos {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 25px;
}

.featured_medaia_logos_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Services */
.services-box {
  width: 100%;
  display: grid;
  place-items: center;
}

.services-box .card {
  width: 100%;
  height: 100%;
  padding: 1em;
  text-align:center;
  background: linear-gradient(#ffffff 50%, #00177A 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.services-box h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1f194c;
  margin: 1em 0;
}
.services-box p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.services-box .icon-wrapper {
  background-color: #00177A;
  position: relative;
  margin: auto;
  font-size: 30px;
  border:2px solid white;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.services-box img
{
    width:50px;
}
.services-box .card:hover {
  background-position: 0 100%;
}

.services-box .card:hover h3 {
  color: #ffffff;
}
.services-box .card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .services-box {
    padding: 0 2em;
  }
 .services-box .col-lg-3
 {
             flex: 0 0 auto;
        width: 20%;
 }
}
@media screen and (min-width: 992px) {
  .services-box {
    padding: 1em 3em;
  }

}
