*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins" !important;
}
table,
tr,
th,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
a,
input,
textarea,
select,
button {
  font-family: "Poppins" !important;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
a {
}

h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
h2 {
  font-size: 43px;
  color: #21397d;
  font-weight: 700;
  padding: 0 0 20px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 18px;
}
p {
  font-size: 16px;
  line-height: 1.5;
}
.small-font {
  font-size: 12px;
}
.btn-button {
  background: #21397d;
  font-size: 16px;
  width: 286px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  padding: 19px 0px;
  display: inline-block;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}
.btn-button:hover {
  background: #0a103b;
}
.ghost-btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  display: block;
  position: relative;
  max-width: 150px;
}
.ghost-btn::before {
  content: "";
  background: url(../png/arrow-2.png) no-repeat;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 26px;
  top: 12px;
}

@font-face {
  font-family: "Poppins";
  src: url("../poppins-extralight-2.html") format("woff2"),
    url("../woff/poppins-extralight-2.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../poppins-regular-2.html") format("woff2"),
    url("../woff/poppins-regular-2.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../poppins-bold-2.html") format("woff2"),
    url("../woff/poppins-bold-2.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../poppins-light-2.html") format("woff2"),
    url("../woff/poppins-light-2.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../poppins-medium-2.html") format("woff2"),
    url("../woff/poppins-medium-2.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
}

body .error {
  font-weight: normal;
  font-weight: 300;
  font-size: 14px;
}

/*----Global css Start here----*/
.container-fluid {
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.container-fluid::after,
.container::after {
  display: table;
  clear: both;
  content: "";
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper::after {
  display: table;
  clear: both;
  content: "";
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.owl-carousel .owl-item img {
  width: auto;
}
/*----Header css Start here----*/
.header {
  padding: 16px 0;
}
.navbar {
  margin: 0;
  min-height: 0;
}
.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-inner .logo {
  width: 500px;
}
.header .logo a {
  display: inline-block;
  padding-right: 15px;
}
.header .logo a:nth-child(1) img {
  width: 350px;
  max-width: 100%;
}
.header .logo a:nth-child(2) img {
  width: 54px;
  height: 54px;
  max-width: 100%;
}
.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  padding: 0 15px;
}
.header ul li a:hover {
  color: #7149dc;
}
/* mobile menu csss */
.nav-toggel {
  background: none;
  border: none;
  display: none;
  padding: 0;
}
.nav-toggel span {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
  display: block;
}
.nav-toggel::before {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.7;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  z-index: 11;
  display: none;
}
.nav-toggel.toggle-open::before {
  display: block;
}

/*----main-slider css Start here----*/
.main-slider {
  position: relative;
  background: url(../banner-keyfactor.html) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
  filter: grayscale(53%);
}
.main-slider .banner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-slider .banner-block .block {
  width: 49%;
}
.main-slider h1::after {
  opacity: 0;
  background: url(../png/path-2.png) no-repeat;
  content: "";
  position: absolute;
  top: -21px;
  left: -40px;
  z-index: 999;
  width: 380px;
  height: 170px;
}
.main-slider .descrp  p {
  color: #fff;
  padding: 24px 0 35px;
  opacity: 0.8;
}
.main-slider .banner-progress{display: flex;justify-content: space-between;}
.main-slider .banner-number{width: 23%;border-right: 1px solid #fff}
.main-slider .banner-number:last-child{border-right: none}
.main-slider .banner-number .number-count{color: #fff;font-size: 40px;line-height: 45px;margin: 0  0 5px;text-align: center;font-weight: 500}
.main-slider .banner-number .number-name{color: #fff;font-size: 15px;text-align: center;}
.contact-form {
  background: rgba(255, 255, 255, 0.89);
  box-shadow: 0px 45px 32px #00000012;
  padding: 66px 60px;
  max-width: 100%;
  margin-left: auto;
  margin-bottom: -100px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
  z-index: 1;
}
#onlydevnices
        {
            display:none;
        }
.contact-form p {
  padding: 0;
  color: #000;
  margin-top: 5px;
}
.contact-form .form {
  margin-top: 27px;
}
.contact-form .form .block {
  width: 48%;
}
.contact-form .form .input-text {
  border: 1px solid #70707085;
  padding: 0px 15px;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-top: 7px;
}
.contact-form .form textarea {
  border: 1px solid #70707085;
  padding: 10px 15px !important;
  border-radius: 5px;
  width: 100%;
  height: 80px !important;
  margin-top: 7px;
}
.contact-form .form-rows-two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 17px;
}
.contact-form .submitbtn {
  margin-top: 26px;
}
label abbr {
  color: red;
}

.btn-group .btn-button {
  background: #65888c;
  color: #fff;
  max-width: 252px;
  border: 2px solid #65888c;
  letter-spacing: 2.3px;
}
.btn-group .btn-button:hover {
  background: #194c52;
  color: #fff;
  border-color: #194c52;
}
.space60{padding: 60px 0}
/*----waht yext  css Start here----*/
.welcome-block {
  position: relative;
  /* background: url(../images/welcome-bg.webp) no-repeat; */
}


.all_sec.Leading-Brands-slider
{
  background:#ecf2f6;
  z-index: -1;
  position: relative;
}
 .all_sec.Leading-Brands-slider img{filter: invert(100%);}
.welcome-block .block-flex{display: flex;justify-content: space-between;align-items: center;}
.welcome-block .block11.content{width: 58%}
.welcome-block .block-flex .banner-right{width: 38%}
.welcome-block .content p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #313131;
   padding: 0 0 20px;
}
.welcome-block .content p::last-child {
 padding: 0;
}
.welcome-block .btn-button {
  margin-top: 60px;
}
.welcome-block .block-img {
  position: relative;
}
.welcome-block .banner-img img {
  position: relative;
}
.welcome-block .yellow-bg {
  background: #fff86d;
  height: 444px;
  border-radius: 0 0 0 160px;
  position: absolute;
  width: 324px;
  z-index: 0;
  left: -26px;
  top: 50px;
}
.welcome-block .shape1 {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 260px;
  height: 315px;
  background: #fff;
  border-radius: 50px;
  position: relative;
  text-align: center;
  padding: 25px 15px;
}
.welcome-block .shape1 h5 {
  padding-bottom: 0px;
}
.welcome-block .knowledge-graph {
  position: absolute;
  top: -130px;
  right: 250px;
}
.welcome-block .ansers-block {
  position: absolute;
  right: 160px;
  top: 164px;
}
.welcome-block .lisiting-block {
  position: absolute;
  top: -60px;
  right: -40px;
}
.welcome-block .shape1 p {
  font-size: 12px;
  margin-top: 8px;
  font-weight: 400;
}
.welcome-block .shadow {
  filter: drop-shadow(-9px 4px 17px rgba(0, 0, 0, 0.1));
}

/*slider section*/
 .footer_winning-btm {
            padding: 20px;
        }

        .footer-row-wrap {
            padding: 25px 20px;
        }
        .error {
      color: red;
  }
  .all_sec {
  padding: 140px 0 40px;
}
.htmsmibld {
  font-weight: 600;
}
.htlcr_bstslt_mn {
  margin-top: 50px;
}
.htlcr_bstslt_mn ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
}
.htlcr_bstslt_lsttp span {
  background: #000000;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px auto 30px;
  z-index: 1;
  position: relative;
  padding: 10px;
}
.htlcr_bstslt_mn ul li {
  width: 31%;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 3px 6px #0003;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.htlcr_bstslt_mn ul li:nth-child(4),
.htlcr_bstslt_mn ul li:nth-child(5),
.htlcr_bstslt_mn ul li:last-child {
  margin-bottom: 0;
}
.htlcr_bstslt_mn ul {
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.htlcr_bstslt_lsttp h3 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.htlcr_bstslt_lsttp {
  padding-bottom: 35px;
}
.htlcr_bstslt_lsttp figure img {
  max-height: 210px;
  width: 100%;
}
.htlcr_bstslt_mn ul li:hover .htlcr_bstslt_lstbttn {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0px, 0px);
}
.htlcr_bstslt_lstbttn {
  position: absolute;
  bottom: 0;
  transform: translate(0px, 380px);
  transition: ease-in-out 0.5s;
  background: #000000;
  z-index: 1;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
}
.htlcr_bstslt_lstbttn h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.htlcr_bstslt_lstbttn p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0;
}
.htlcra_bttn {
        background: #6754e2;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    color: #fff !important;
    line-height: normal;
    font-weight: 600;
}
.htlcr_frstcta_mn {
  background: transparent linear-gradient(93deg, #001472 0%, #052eef 100%) 0% 0%
    no-repeat padding-box;
  padding: 0 0 0 30px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 250px;
  overflow: hidden;
}
.htlcr_frstcta_lft .hltcre_sbhd h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.htlcr_frstcta_lft {
  width: 60%;
  display: flex;
  align-items: center;
}
.htlcr_frstcta_rgt {
  width: 65%;
  text-align: right;
}
.htlcr_frstcta_rgt figure {
  height: 100%;
}
.htlcr_frstcta_rgt figure img {
  height: 100% !important;
}
.htlcr_benfits_mn ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
}
.htlcr_benfits_mn ul li {
  background-color: #fff;
  border-radius: 60px 60px 0;
  box-shadow: 0 3px 6px #00000040;
  padding: 30px;
  width: 30%;
  min-height: 190px;
  transition: ease-in-out 0.3s;
}
.htlcr_benfits_mn ul li:hover {
  box-shadow: 0 2px 10px #b9c2ef;
}
.htlcr_benfits_mn {
  margin-top: 50px;
}
.htlcr_bnfts_lst p {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.htlcr_bnfts_lst h3 {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #2b2929;
  margin: 20px 0 10px;
}
.htlcr_secdcta_mn {
  background: transparent linear-gradient(93deg, #000000 0%, #292929 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 5px;
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.htlcr_frstcta_lft.htlcr_secdcta_lft {
  padding-left: 30px;
  width: 55%;
}
.htlcr_secdcta_rgt {
  width: 40%;
  padding-right: 10px;
}
.htlcr_secdcta_rgt figure {
  height: 100%;
}
.htlcr_secdcta_rgt figure img {
  height: 100% !important;
}
.htlcr_getapp_mn ul li {
  width: 34%;
}
.htlcr_getapp_lsttp span {
  height: 85px;
  width: 85px;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #2b2929;
  font-weight: 700;
  position: absolute;
  left: -10px;
}

/*----partner-bg css Start here----*/
.partner-bg {
  background: #c8d4f2;
}
.partner-bg .img-box {
  z-index: 1;
}
.partner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partner-block .block-img {
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 60px;
}
.partner-block .content {
  flex: 0 0 75%;
  max-width: 75%;
}
.partner-block .content {
  padding-left: 160px;
  position: relative;
  margin-top: 60px;
}
.parter-ring {
  position: absolute;
  right: 106px;
  top: -15px;
}
.partner-block .content h2 {
  position: relative;
}
.partner-block .content h2::after {
  opacity: 0;
  background: url(../svg/partner-ring-2.svg) no-repeat;
  content: "";
  position: absolute;
  top: -17px;
  right: 14px;
  z-index: 999;
  width: 280px;
  height: 170px;
}
.partner-block .content p {
  padding-top: 22px;
}

/*----Service css Start here----*/
.service {
  position: relative;
  margin-bottom: 82px;
}
.service h3 {
  text-align: center;
  max-width: 1020px;
  margin: 30px auto 60px;
  line-height: 1.3;
}
.service .box {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 35px 30px;
  min-height: 475px;
  transition: 0.5s ease;
  margin: 5px;
}
.service .box:hover{box-shadow: 0 3px 6px rgba(0,0,0,31%);}
.service .box:hover h4{color: #6754e2}
.service .box img {
  margin: 0 auto;
  height: 130px;
}
.service .box h4 {
  padding: 10px 0;
}
.service .spin-circle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  height: 100px;
  width: 100px;
  border: 1px dashed;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px auto 87px;
}

.service .owl-carousel .owl-nav {
  display: block;
  position: static;
  width: 100%;
  text-align: center;
  margin-top: 27px;
}
.service .owl-carousel {
  position: initial;
}
.service .owl-carousel .owl-nav button span {
  font-size: 65px;
  color: #787f91;
}
.service .owl-carousel .owl-nav .owl-prev span {
  margin: 0 9px 0 0;
  background: #9ca9d2;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: inline-block;
  line-height: normal;
  font-weight: 300;
  font-size: 29px;
  color: #000;
  line-height: 36px;
}
.service .owl-carousel .owl-nav .owl-next span {
  font-weight: 300;
  background: #9ca9d2;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: inline-block;
  line-height: normal;
  font-size: 29px;
  color: #000;
  line-height: 36px;
}
.service .owl-carousel .owl-nav span:hover {
  background: #000;
  color: #fff;
}
.service .owl-carousel .owl-nav {
  display: initial;
  width: 120px;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 47%;
}
.service .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
}
.service .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 46px;
  width: 40px;
}

/*----img-box css Start here----*/
.img-box {
  position: relative;
}
.all_sec .img-box img{margin:0 auto;}
.img-box .circle {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-box .circle.orange {
  background: #f5821f;
  top: -60px;
  left: -40px;
}
.img-box .circle.blue {
  background: #6754e2;
  bottom: -50px;
  right: -40px;
}

/*----black bg css Start here----*/
.black-bg {
  background: #000;
  color: #fff;
  padding: 240px 0 57px;
  margin: -181px 0 0;
}
.srch-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.srch-solution .block-content:nth-child(2) {
  padding-left: 140px;
}
.srch-solution h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  padding-bottom: 63px;
}
.srch-solution .ghost-btn:after {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  position: absolute;
  content: "";
  transform: rotate(-45deg);
  top: 16px;
  margin-left: 10px;
}
.srch-solution .ghost-btn::before {
  display: none;
}
.srch-solution p {
  padding-bottom: 30px;
}
.srch-solution p:last-child {
  padding-bottom: 0;
}

/*----About us css Start here----*/

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.about-block span {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  display: inline-block;
}
.about-block .block-content h2 {
  font-size: 43px;
  font-weight: 800;
  line-height: 45px;
}
.about-block .block-content p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding: 17px 0 24px;
}
.about-block .block-content p:nth-of-type(2) {
  padding-bottom: 60px;
}
.about-block .block:nth-of-type(1) {
  max-width: 45%;
  flex: 0 0 auto;
}
.about-block .block:nth-of-type(2) {
  max-width: 50.67%;
  flex: 0 0 auto;
  position: relative;
}
.about-block .block:nth-of-type(3) {
  max-width: 20%;
  flex: 0 0 auto;
  padding-left: 26px;
  position: relative;
}
.about-block img {
  border-radius: 20px;
  height: 503px;
  max-height: 100%;
  object-fit: cover;
}
.about-block .yext-logo {
  position: absolute;
  top: 10px;
  left: 40px;
}
.about-block .yext-logo img {
  width: auto;
  height: auto;
}

/*----intergrate css Start here----*/
.intergrate {
  background: url(../png/layer-673.png) no-repeat #ecf2f6;
  background-position: top left;
  padding: 60px 0;
}
.intergrate .title {
  position: relative;
}
.intergrate h3 {
  font-size: 32px;
  color: #07133d;
  font-weight: 700;
  max-width: 340px;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
}
.intergrate h3 span {
  color: #f48226;
  font-size: 44px;
}

.intergrate h3:before {
  max-width: 370px;
  height: 9px;
  width: 100%;
  background: #c3cad4;
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  z-index: -1;
}
.intergrate .box {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 30px 6px;
  margin: 5px;
  transition: 0.5s ease;
}
.intergrate .box span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  opacity: 0.4;
  display: block;
  padding: 20px 0 15px;
}
.intergrate .box h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-top: 15px;
  font-size: 22px;
}
.intergrate .box .icon {
  text-align: center;
  background: #fff;
  width: 100%;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin: auto;
}
.service-integrate .box:hover{box-shadow: 0 3px 6px rgba(0,0,0,16%);transform: scale(1.1);}
.tech-partners .box .icon{filter: grayscale(1);}
.tech-partners .box:hover .icon{filter: grayscale(0);}

.intergrate .spin-circle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  height: 100px;
  width: 100px;
  border: 1px dashed;
  border-radius: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px auto 87px;
  position: absolute;
  top: 0;
  right: 60px;
}

.intergrate .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  bottom: 18px;
  width: auto;
  text-align: center;
  top: -82px;
  right: 0;
}
.intergrate .owl-carousel .owl-nav button {
  float: right;
}
.intergrate .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  left: -44px;
}
.intergrate .owl-carousel .owl-nav button span {
  font-size: 65px;
  color: #787f91;
}
.intergrate .owl-carousel .owl-nav .owl-prev span {
  margin: 0 9px 0 0;
  background: #b6c0c8;
  font-weight: 300;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  line-height: 35px !important;
  display: inline-block;
  line-height: normal;
  font-size: 29px;
  color: #000;
}
.intergrate .owl-carousel .owl-nav .owl-next span {
  background: #b6c0c8;
  line-height: 35px !important;
  width: 40px;
  font-weight: 300;
  height: 40px;
  border-radius: 100px;
  display: inline-block;
  line-height: normal;
  font-size: 29px;
  color: #000;
}
.intergrate .owl-carousel .owl-nav span:hover {
  background: #000;
  color: #fff;
}

/*----Blog css Start here----*/
.blog::after {
  display: table;
  clear: both;
  content: "";
}
.blog .block-content {
  padding: 88px 0 123px;
  position: relative;
}
.blog .content-left {
  background: url(../jpg/mco-bg-2.jpg) no-repeat;
  background-size: cover;
  width: 50%;
  float: left;
  background-position: center center;
  position: relative;
}
.blog .content-left .content-wrap {
  max-width: 650px;
  margin-left: auto;
  padding-right: 140px;
}
.blog .content-right {
  background: url(../jpg/leon-bg-2.jpg) no-repeat;
  background-size: cover;
  width: 50%;
  float: right;
}
.blog .content-right .content-wrap {
  padding-left: 70px;
  max-width: 720px;
}
.blog .maco-log {
  position: absolute;
  right: 90px;
  bottom: -180px;
}
.blog .content-right .maco-log {
  right: -27px;
}
.blog .block-content span {
  font-size: 13px;
  font-weight: 500;
  color: #f5821f;
  text-transform: uppercase;
}
.blog .block-content p {
  font-size: 41px;
  font-weight: 300;
  color: #fff;
  padding: 30px 0 58px;
}
.blog .block-content strong {
  border-bottom: 2px solid #fff;
  display: block;
}
.blog .block-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.blog .block-content .content-wrap {
  z-index: 1;
  position: relative;
}
.blog .block-content {
  height: 600px;
}

/*----Brand css Start here----*/

.brand {
  padding: 60px 0;
  background: #eaf1f5;
}
.brand-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-block a {
  display: block;
  width: 203px;
  height: 166px;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-block a img {
  filter: grayscale(1);
}
.brand-block a:hover img {
  filter: grayscale(0);
}
.brand .box {
  background: #fff;
  margin: 0 8px;
}
.brand .box:first-child {
  margin-left: 0;
}
.brand .box:last-child {
  margin-right: 0;
}
.brand h2 {
  text-align: center;
  margin: 0 0 21px 0;
}

/*----Contactus css Start here----*/
.contactus {
  background: #f4f8fe;
  position: relative;
}
.contactus::after {
  display: table;
  clear: both;
  content: "";
}
.contactus .block-img {
  background: url(../webp/contact-desktop.webp) no-repeat;
  background-size: cover;
  width: 50%;
  float: left;
}
.contactus .content-wrap {
  max-width: 566px;
  margin: 0 auto;
}
.contactus .block-img .content-wrap {
  padding: 200px 0;
}
.contactus .block-img h2 {
  font-size: 41px;
  color: #fff;
}
.contactus .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 60px 0;
}
.contactus .contact .email,
.contactus .contact .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactus .contact .email {
  padding-right: 100px;
}
.contactus .contact .text {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 15px;
}
.contactus .contact span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.contactus .contact  a{color: #fff}
.social-icon li {
  display: inline-block;
  padding: 5px;
}
.social-icon li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 42px;
  width: 42px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: all 0.3s ease-in;
}
.social-icon li a:hover {
  background: #7149dc;
  border-color: #7149dc;
}
.social-icon li .fa {
  font-size: 20px;
  color: #fff;
}
.contactus .block-content {
  width: 50%;
  float: right;
}
.contactus .block-content figure {
  margin: 0;
  position: absolute;
  right: 0px;
  bottom: -5px;
  z-index: 0;
}
.contactus .block-content figure img {
  max-width: 300px;
}
.contactus .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactus .form-block.w-50 {
  width: 49%;
}
.contactus .form-block.w-50 + .w-50 {
  margin-left: auto;
}
.contactus .form-block {
  width: 100%;
  margin-top: 40px;
}
.contactus .input-text {
  padding: 15px 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  width: 100%;
  outline: none;
}
.contactus textarea.input-text {
  min-height: 100px;
  resize: none;
}
.contactus .input-text::-webkit-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.contactus .input-text:-ms-input-placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.contactus .input-text::placeholder {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.contactus .btn-button {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border: none;
  margin-top: 60px;
  cursor: pointer;
  text-align: center;
}
.contactus .btn-button::after {
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  position: absolute;
  content: "";
  transform: rotate(-45deg);
  top: 27px;
  right: 30px;
}
.contactus .block-content .content-wrap {
  padding: 40px 60px 66px;
  background: rgba(255, 255, 255, 0.89);
  box-shadow: 0px 45px 32px #00000012;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.contactus .block-content .content-wrap .contact-form {
  background: transparent;
  box-shadow: initial;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
}

/*----footer css Start here----*/
/*footer css*/
.footer {
  background: #12151d;
  position: relative;
}
.footer h2 {
  color: #fff;
  text-align: center;
}
.footer .address {
  padding: 52px 0 28px;
}
.footer .map-section {
  background: url(../png/map-2.png) no-repeat center center;
  min-height: 570px;
  margin: 103px 0 0;
  position: relative;
}
.footer .address .address-box.usa {
  margin: 54px 0 0 12px;
  width: 270px;
}
.footer .address .address-box.uktwo {
  margin: 0px 0px 0px 64px;
  width: 270px;
  position: relative;
}
.footer .address .address-box.uktwo span.mark-icon {
  position: absolute;
  right: 0;
}
.footer .address .address-box {
  float: left;
  position: relative;
}
.footer .address .address-box.uk {
  float: right;
  margin: -43px 264px 0 0;
  width: 220px;
}
.footer .address .address-box.india {
  clear: both;
  float: right;
  margin: -63px 102px 0 0;
  width: 210px;
}
.footer .address .address-box.australia {
  float: right;
  margin: 95px -380px 0 0;
  width: 203px;
}
.footer .address .address-box address {
  position: relative;
  padding: 6px;
  margin: 0;
  display: block;
  background: rgba(0, 0, 0, 0.16) none repeat scroll 0 0;
  border-bottom: 1px solid #f88121;
}
.footer .address .address-box address p {
  position: relative;
  padding: 0 0 10px 25px;
  margin: 0;
  color: #cecece;
  display: block;
  font-size: 11px;
  line-height: 17px;
}
.footer .address .address-box address p:nth-of-type(2) {
  margin: 0;
}
.footer .address .address-box a {
  color: #fff;
}
.footer .address .address-box address .fa {
  color: #f58220;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.flag {
  bottom: 5px;
  position: absolute;
  right: 12px;
  width: 24px;
}
.address-box.usa .mark-icon {
  position: absolute;
  right: -79px;
  top: 83px;
}
.address-box.uk .mark-icon {
  margin-left: -142px;
}
.address-box.india .mark-icon {
  margin-left: -80px;
}
.address-box.australia .mark-icon {
  margin-left: -80px;
}

.btm-footer .adddress-deatil {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  list-style: none;
  padding: 0;
}
.btm-footer .adddress-deatil li {
  padding-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.875rem;
  font-weight: 500;
}
.btm-footer .adddress-deatil small,
.btm-footer .adddress-deatil .phone-no,
.btm-footer .adddress-deatil li span.phone-no a {
  color: #f5821f;
}
.footer-row-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #2f3646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.footer-col-wrap {
  width: 60%;
}
.footer-col-wrap2 {
  width: 40%;
  padding: 50px 0;
}
.ftr-logo-wrap::after {
  display: table;
  clear: both;
  content: "";
}
.ftr-logo-wrap li {
  float: left;
  padding: 0 15px;
  width: 33.33%;
  list-style: none;
  padding: 4px;
}
.ftr-logo-wrap li a {
  display: block;
}

.footer_winning {
  background: var(--ds-bg-black-light);
  padding: 20px 0;
}
.footer_winning-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_winning p {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.footer_winning p a {
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
  font-weight: normal;
}
.footer_winning p a:hover {
  color: #f5821f;
}
.footer_winning ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right;
}
.footer_winning ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
  text-align: center;
}
.footer_winning ul li a {
  width: auto;
  float: none;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  padding: 0;
  font-size: 27px;
  font-size: 27px;
  color: #ccc;
}

a.footer_call.lp\/magento {
  display: none;
}
/*footer css end*/

.talkpopup-inner {
  background: #ebebeb;
  max-width: 560px;
  border-radius: 8px;
  padding: 40px 40px;
  position: absolute;
  width: 94%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
.talkpopup-close {
  position: absolute;
  right: 16px;
  top: 10px;
}
.talkpopup-close .clostalk-popup {
  color: #000;
  font-size: 22px;
}
.talk-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  padding: 15px 15px;
  display: none;
}
.talkpopup-content h4 {
  margin: 0 0 20px 0;
}
.talkpoppup-btn {
  background: #2b2ba8;
  border: none;
  width: 100%;
  color: #fff;
  padding: 10px 11px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
}
.talkform {
  display: none;
}
.popup-in-bx {
  width: 100%;
  height: 45px;
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}
.popup-form-fields {
  margin: 0 0 18px 0;
}
.popup-form-fields label {
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 0 0 4px 0;
}
.lets-talk h2 a {
  color: #000;
}
.social-icon {
  width: 100%;
  background: none;
  height: auto;
  float: none;
}

.intergrate .owl-carousel .owl-nav .owl-prev span,
.service .owl-carousel .owl-nav .owl-prev span {
  font-weight: normal;
}
.intergrate .owl-carousel .owl-nav .owl-next span,
.service .owl-carousel .owl-nav .owl-next span {
  font-weight: normal;
}

/*our projects start*/
.our-projcts{padding: 40px 0 0}
.our-projcts .project-list {background-image: linear-gradient(to right, #111f3d 50% , #111f3d 50%);min-height: 450px;}
.our-projcts .slick-track {transition: fade 2000ms ease-out;infinite: true;}
.our-projcts .project-list1 {background-image:linear-gradient(to right, #009dbf 50% , #009dbf 50%)}
.our-projcts .project-list2 {background-image:linear-gradient(to right, #042310 50% , #042310 50%)}
.our-projcts .project-list3 {background-image:linear-gradient(to right, #1e5c85 50% , #1e5c85 50%)}
.our-projcts .project-list4 {background-image:linear-gradient(to right, #200a06 50% , #200a06 50%)}
.our-projcts .project-list5 {background-image:linear-gradient(to right, #143e3d  50% , #143e3d  50%)}
.our-projcts .project-list6 {background-image:linear-gradient(to right, #b31f21 50% , #b31f21 50%)}
.our-projcts .project-list7 {background-image:linear-gradient(to right, #28b3de 50% , #28b3de 50%)}
.our-projcts .project-list8 {background-image:linear-gradient(to right, #3e1115 50% , #3e1115 50%)}
.our-projcts .project-list9 {background-image:linear-gradient(to right, #e9272b 50% , #e9272b 50%)}
.our-projcts .project-list10 {background-image:linear-gradient(to right, #260d60 50% , #260d60   50%)}
.our-projcts .project-list11 {background-image:linear-gradient(to right, #5a1276 50% , #5a1276 50%)}
.our-projcts .project-list12 {background-image:linear-gradient(to right, #7e6a2c 50% , #7e6a2c 50%)}
.our-projcts .project-list13 {background-image:linear-gradient(to right, #0d0c79 50% , #0d0c79 50%)}
.our-projcts .project-list14 {background-image:linear-gradient(to right, #125354 50% , #125354 50%)}
.our-projcts .project-list15 {background-image:linear-gradient(to right, #2e2e2e 50% , #2e2e2e 50%)} 
.our-projcts .project-list16 {background-image:linear-gradient(to right, #2e2e2e 50% , #2e2e2e 50%)} 
.our-projcts .project-list17 {background-image:linear-gradient(to right, #664d3d 50% , #664d3d 50%)}
.our-projcts .project-list18 {background-image:linear-gradient(to right, #39365c 50% , #39365c 50%)}
.our-projcts .project-list19 {background-image:linear-gradient(to right, #704322 50% , #704322 50%)}
.our-projcts .project-list20 {background-image:linear-gradient(to right, #d91523 50% , #d91523 50%)}
.our-projcts .project-list21 {background-image:linear-gradient(to right, #005097 50% , #005097 50%)}
.our-projcts .project-list22 {background-image:linear-gradient(to right, #947a57 50% , #947a57 50%)}
.our-projcts .left-detail {width: 49%;color: #fff;padding: 50px 0;display: flex;justify-content: center;flex-direction: column;}
.our-projcts .left-detail img{width: 90px;height: 90px;object-fit: contain;background: #fff;border-radius: 50%;padding: 5px}
.our-projcts .right-detail{width: 49%;}
.our-projcts .right-detail img{margin: 0 0  0 auto;width: 100%;height: 380px;}
.our-projcts h3 {font-size: 36px;line-height: 40px;margin: 25px 0 10px;}
.our-projcts p {font-size: 16px;line-height: 21px;}
.our-projcts .download-flex {margin: 20px 0 0;display:flex;}
.our-projcts .list {width: 50%;font-size: 14px;}
.our-projcts .list p {font-size: 17px;font-weight: 700;margin: 5px 0 0;}
.our-projcts .project-divide{display:flex;align-items: center;justify-content: space-between;}
.our-projcts .store_icon {column-gap: 10px;margin: 30px 0 0;}
.our-projcts button.slick-arrow {background: #ffffff;left: 35px;padding: 12px;border: 1px solid #ccc;width: 50px;height: 50px;border-radius: 50%;color: #000;z-index: 1;}
.our-projcts button.slick-next.slick-arrow{left: inherit;right: 35px;}
.our-projcts .slick-prev:before,.our-projcts  .slick-next:before{color: #000;}
.our-projcts .slick-slide{height: auto;}
.our-projcts .featured-project{margin: 40px 0 0;}
.our-projcts .hltcre_sbhd p{margin: 10px 0 0;}
@media (min-width:768px){
  .new-popup .d-md-flex{display: flex;}
}
.col_join_video-key video
{
   height: 100%;
   width: 100%;
}