@keyframes applications-arrow {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes applications-arrow-back {
  0% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(60px);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #677294;
  padding: 0px;
  overflow-x: hidden;
  z-index: 0;
}

a {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #6754e2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul li, ol li {
  display: block;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #222d39;
  font-weight: 700;
}

p {
  font-size: 16px;
  color: #677294;
}

.header-area {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 20;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menu .nav-item {
  position: relative;
  padding-bottom: 35px;
  padding-top: 35px;
  margin-left: 40px;
}
.menu .nav-item .nav-link {
  padding: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  font-weight: 700;
  color: #ffffff;
}
.menu .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu .nav-item:hover .nav-link:before {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu .nav-item.active .nav-link:before {
  width: 100%;
}

.home-menu .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}
.sticky .nav-item .nav-link {
  color: #677294;
}
.sticky .nav-item:hover .nav-link {
  color: #6754e2;
}
.sticky .nav-item:hover .nav-link:before {
  background: #6754e2;
}
.sticky .nav-item.active .nav-link {
  color: #6754e2;
}
.sticky .nav-item.active .nav-link:before {
  width: 100%;
  background: #6754e2;
}

.menu .megamenu {
  position: static !important;
}
.menu .megamenu h6 {
  margin-bottom: 20px;
}
.menu .megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
  background-color: #ffffff;
  min-width: 200px;
  list-style: none;
  -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, 0.05);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  padding: 50px 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu .megamenu .dropdown-menu .nav-item {
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 0px;
}
.menu .megamenu .dropdown-menu .nav-item a {
  color: #666;
  text-transform: none;
  word-spacing: normal;
  padding: 0;
  text-align: left;
  display: table;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-decoration: none;
}
.menu .megamenu .dropdown-menu .nav-item a:before {
  width: 0;
}
.menu .megamenu .dropdown-menu .nav-item a:hover {
  color: #6754e2;
}
.menu .megamenu .row {
  width: 100%;
}

.logo img {
  height: 100px;
  opacity: 1;
}

/*=== Banner ===*/
.chat_banner_area {
  height: 100vh;
  min-height: 800px;
  background: #fafafe;
  position: relative;
  padding: 150px 0px 120px;
  overflow: hidden;
}
.chat_banner_area .chat_banner_content {
  padding-top: 300px;
}
.chat_banner_area .chat_banner_content .c_tag {
  border-radius: 4px;
  background: #e2f4e8;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #0ec123;
  padding: 4px 15px;
  margin-bottom: 25px;
}
.chat_banner_area .chat_banner_content h2 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 400;
  color: #051441;
  margin-bottom: 30px;
}

.chat_features_content img {
  margin-bottom: 28px;
}

.chat_title {
  margin-bottom: 75px;
}
.chat_title h2 {
  color: #222;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}
.chat_title span {
  font-weight: 700;
}

.p_absoulte {
  position: absolute;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #6754e2;
  font-family: roboto, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
}

.chat_btn {
  background-color: #6754e2;
  color: #ffffff;
  box-shadow: 0 8px 32px rgba(63, 43, 195, 0.46);
}
.chat_btn:hover {
  color: #ffffff;
  background-color: #ee2841;
  border-color: #ee2841;
  box-shadow: 0 8px 32px rgba(209, 25, 49, 0.46);
}

.chat_features_item {
  text-align: center;
  padding: 0px 30px;
}
.chat_features_item .round {
  height: 270px;
  line-height: 324px;
  position: relative;
}
.chat_features_item .round .top_img {
  top: -6px;
  right: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.chat_features_item .round_circle {
  background-image: -moz-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  background-image: -ms-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.chat_features_item:hover .round_circle {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.chat_features_item .round_circle.two {
  background-image: -moz-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
  background-image: -ms-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
}
.chat_features_item .round_circle.three {
  background-image: -moz-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
  background-image: -webkit-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
  background-image: -ms-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
}
.chat_features_item .main-img {
  width: 140px;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
}
.chat_features_item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.chat_features_item:hover .round .top_img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

section {
  padding: 120px 0px;
}

/*=== Workflow ===*/
.box-numeric {
  position: relative;
}

.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}

.unit-body {
  flex: 0 1 auto;
}

.unit-left, .unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}

.unit-spacing-lg > * {
  margin-bottom: 20px;
  margin-left: 35px;
}

.box-numeric .box-numeric-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ee2841;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  box-shadow: 0 8px 32px rgba(209, 25, 49, 0.46);
}

.box-numeric h4 {
  font-weight: 400;
  text-transform: capitalize;
}

.box-numeric p {
  letter-spacing: 0.02em;
}

.arrow-block {
  display: none;
  position: absolute;
}

.arrow-block.arrow-1 {
  left: -100px;
  top: 125%;
}

.arrow-block.arrow-2 {
  left: 60px;
}

.arrow-block.arrow-3 {
  left: -250px;
  top: 115%;
}

.arrow-block.arrow-4 {
  left: 60px;
}

/*=== End Workflow ===*/
.bg-blue {
  background-color: #6754e2;
}
.bg-blue h2 {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 50px;
}
.bg-blue .box-counter-classic {
  padding: 30px;
  border-radius: 10px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.2);
}
.bg-blue .box-counter-classic .box-counter-inner {
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.bg-blue p {
  color: #f2f5fc;
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}

.heading-1 {
  font-size: 58px;
  line-height: 1.31034;
}

.row-30 > * {
  margin-bottom: 30px;
}

.bg-blue .button-default-outline, .bg-blue .button-default-outline:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.bg-blue .button-default-outline:hover, .bg-blue .button-default-outline:active, .bg-blue .button-default-outline.active {
  color: #2570ff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.bg-light-grey {
  background-color: #f9f9f9;
}

/*=== Gallery ===*/
.portfolio-box-container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-box-container .portfolio_item_wrap {
  float: left;
  width: 25%;
  padding: 2px;
  max-height: 290px;
  overflow: hidden;
}
.portfolio-box-container .incontent-effect {
  display: block;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.portfolio-box-container .incontent-effect .portfolio_item {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.portfolio-box-container .incontent-effect .portfolio_item .portfolio_item_wrap img {
  max-width: 100%;
  height: auto;
}
.portfolio-box-container .incontent-effect .portfolio_item .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-box-container .incontent-effect .portfolio_item .overlay .caption {
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 10%;
  left: 0;
}
.portfolio-box-container .incontent-effect .portfolio_item .overlay .caption .container-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portfolio-box-container .incontent-effect .portfolio_item .overlay .caption .container-vertical-center h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
.portfolio-box-container .incontent-effect .portfolio_item .overlay .caption .container-vertical-center .bottom {
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
}

.decoration-element {
  position: absolute;
  width: 130px;
  height: 38px;
  top: 18%;
  right: -15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  opacity: 1;
}

.animate-box {
  overflow: hidden;
}

.portfolio-box-container .portfolio_item_wrap.portfolio_item_box-5 {
  width: 50%;
}

.portfolio-box-container .portfolio_item:hover .overlay, .three-col-portfolio .portfolio_item:hover .overlay {
  opacity: 0.95;
  filter: alpha(opacity=95);
  background-color: rgba(0, 0, 0, 0.5);
}

.portfolio-box-container .incontent-effect:hover .portfolio_item .overlay .caption.bottom-to-top {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.portfolio_item_wrap.portfolio_item_box-1 .overlay {
  background-image: -moz-linear-gradient(142deg, #b7201c 0, #f46b19 100%);
  background-image: -webkit-linear-gradient(142deg, #b7201c 0, #f46b19 100%);
  background-image: -ms-linear-gradient(142deg, #b7201c 0, #f46b19 100%);
}

.portfolio_item_wrap.portfolio_item_box-2 .overlay {
  background-image: -moz-linear-gradient(142deg, #cba200 0, #ffd631 100%);
  background-image: -webkit-linear-gradient(142deg, #cba200 0, #ffd631 100%);
  background-image: -ms-linear-gradient(142deg, #cba200 0, #ffd631 100%);
}

.portfolio_item_wrap.portfolio_item_box-3 .overlay {
  background-image: -moz-linear-gradient(142deg, #005984 0, #4bc7ff 100%);
  background-image: -webkit-linear-gradient(142deg, #005984 0, #4bc7ff 100%);
  background-image: -ms-linear-gradient(142deg, #005984 0, #4bc7ff 100%);
}

.portfolio_item_wrap.portfolio_item_box-4 .overlay {
  background-image: -moz-linear-gradient(142deg, #1b1b63 0, #4b4bb0 100%);
  background-image: -webkit-linear-gradient(142deg, #1b1b63 0, #4b4bb0 100%);
  background-image: -ms-linear-gradient(142deg, #1b1b63 0, #4b4bb0 100%);
}

.portfolio_item_wrap.portfolio_item_box-5 .overlay {
  background-image: -moz-linear-gradient(142deg, #000 0, #2b2b2b 100%);
  background-image: -webkit-linear-gradient(142deg, #000 0, #2b2b2b 100%);
  background-image: -ms-linear-gradient(142deg, #000 0, #2b2b2b 100%);
}

.portfolio_item_wrap.portfolio_item_box-6 .overlay {
  background-image: -moz-linear-gradient(142deg, #62af47 0, #a7d068 100%);
  background-image: -webkit-linear-gradient(142deg, #62af47 0, #a7d068 100%);
  background-image: -ms-linear-gradient(142deg, #62af47 0, #a7d068 100%);
}

.portfolio_item_wrap.portfolio_item_box-7 .overlay {
  background-image: -moz-linear-gradient(142deg, #3e0f50 0, #8a36a9 100%);
  background-image: -webkit-linear-gradient(142deg, #3e0f50 0, #8a36a9 100%);
  background-image: -ms-linear-gradient(142deg, #3e0f50 0, #8a36a9 100%);
}

.portfolio_item_wrap.portfolio_item_box-8 .overlay {
  background-image: -moz-linear-gradient(142deg, #b81735 0, #f8375b 99%);
  background-image: -webkit-linear-gradient(142deg, #b81735 0, #f8375b 99%);
  background-image: -ms-linear-gradient(142deg, #b81735 0, #f8375b 99%);
}

.portfolio_item_wrap.portfolio_item_box-9 .overlay {
  background-image: -moz-linear-gradient(142deg, #012376 0, #193fb1 100%);
  background-image: -webkit-linear-gradient(142deg, #012376 0, #193fb1 100%);
  background-image: -ms-linear-gradient(142deg, #012376 0, #193fb1 100%);
}

.portfolio_item_wrap.portfolio_item_box-10 .overlay {
  background-image: -moz-linear-gradient(142deg, #00437b 0, #4491e3 100%);
  background-image: -webkit-linear-gradient(142deg, #00437b 0, #4491e3 100%);
  background-image: -ms-linear-gradient(142deg, #00437b 0, #4491e3 100%);
}

.portfolio_item_wrap.portfolio_item_box-11 .overlay {
  background-image: -moz-linear-gradient(142deg, #bb5c00 0, #ff9b42 99%);
  background-image: -webkit-linear-gradient(142deg, #bb5c00 0, #ff9b42 99%);
  background-image: -ms-linear-gradient(142deg, #bb5c00 0, #ff9b42 99%);
}

/*=== End Gallery ===*/
/*=== Our clients ===*/
.s_integration_item {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 26px 0px;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  position: relative;
}

.s_integration_item h5 {
  font-size: 18px;
  color: #051441;
  margin-top: 15px;
}

.s_integration_item:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.security_integration_area .s_integration_item {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(12, 0, 46, 0.08);
  box-shadow: 0px 3px 8px 0px rgba(12, 0, 46, 0.08);
}

.security_integration_area .s_integration_item:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

/*=== End Our clients ===*/
/*===Footer===*/
footer {
  background-image: url(../images/footer_home_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  padding-top: 150px;
}

.footer-classic {
  letter-spacing: 0.02em;
}
.footer-classic .contact-list {
  margin-top: 20px;
}
.footer-classic .contact-list li {
  margin-bottom: 10px;
}
.footer-classic .contact-list li span {
  color: #ffffff;
  font-weight: 700;
}
.footer-classic .contact-list li a {
  color: #d0d0d0;
}
.footer-classic .contact-list li a:hover {
  color: #ee2841;
}
.footer-classic .footer-title {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-classic .footer-list li {
  margin-bottom: 10px;
}
.footer-classic .footer-list li a {
  color: #d0d0d0;
}
.footer-classic .footer-list li a:hover {
  color: #ee2841;
}
.footer-classic .list-social {
  margin-top: 25px;
}
.footer-classic .list-social li {
  display: inline-block;
}
.footer-classic .list-social li .icon {
  width: 38px;
  height: 38px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #adb6c7;
  border-radius: 50%;
  border: 1px solid #adb6c7;
  transition: ease-in-out 0.3s;
  display: block;
}
.footer-classic .list-social li .icon:hover {
  background-color: #6754e2;
  border-color: #6754e2;
  color: #ffffff;
}
.footer-classic .footer-list-inline {
  font-size: 14px;
  letter-spacing: 0.02em;
}
.footer-classic .footer-list-inline li {
  display: inline;
  margin-left: 20px;
}
.footer-classic .footer-list-inline li a {
  color: #bdbdbd;
}
.footer-classic .footer-list-inline li a:hover {
  color: #ee2841;
}
.footer-classic .copy-rights {
  color: #bdbdbd;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-classic .copy-rights a {
  color: #ffffff;
}
.footer-classic .copy-rights a:hover {
  color: #ee2841;
}
.footer-classic .section-xs .container {
  border-top: solid 1px #4f4f52;
  padding-top: 30px;
}
.footer-classic p {
  color: #bdbdbd;
}

/*===End footer===*/
.wgl-social-share_pages {
  position: absolute;
  z-index: 9;
}

.wgl-social-share_pages.standard_style li {
  padding: 0;
  margin-bottom: 5px;
}

.wgl-social-share_pages.standard_style a {
  line-height: 40px;
  width: 60px;
  text-align: right;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  display: block;
  box-sizing: border-box;
  padding-right: 16px;
  transition: all 0.45s ease;
  position: relative;
}

.wgl-social-share_pages.standard_style a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 0 30px 30px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}

.wgl-social-share_pages.standard_style a:hover {
  color: #fff;
}

.wgl-social-share_pages.standard_style a svg {
  width: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.wgl-social-share_pages.standard_style a:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #6754e2;
}

.wgl-social-share_pages.standard_style a:hover:before {
  box-shadow: 0 8px 32px rgba(63, 43, 195, 0.46);
}

#banner-img {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
}
#banner-img .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
}

.slide-img1 {
  background-image: url(../images/bg4.png);
}

.slide-img2 {
  background-image: url(../images/bg5.png);
}

.slide-img3 {
  background-image: url(../images/bg3.png);
}

.slide-img4 {
  background-image: url(../images/bg-box1.png);
}

.slide-img5 {
  background-image: url(../images/bg-box2.png);
}

.slide-img6 {
  background-image: url(../images/bg-box3.png);
}

.slide-img7 {
  background-image: url(../images/bg-box4.png);
}

.slide-img8 {
  background-image: url(../images/bg-box5.png);
}

.slide-img9 {
  background-image: url(../images/bg-box6.png);
}

.slide-img10 {
  background-image: url(../images/bg-lines.png);
}

.slide-img11 {
  background-image: url(../images/bg-top1.png);
}

.slide-img12 {
  background-image: url(../images/bg-top2.png);
}

.slide-img13 {
  background-image: url(../images/bg-top3.png);
}

.slide-img14 {
  background-image: url(../images/bg-top4.png);
}

.slide-img15 {
  background-image: url(../images/bg-top5.png);
}

.chat_clients_feedback {
  background-image: -moz-linear-gradient(-140deg, #5ce3f7 -100%, #70a5fe 100%);
  background-image: -webkit-linear-gradient(-140deg, #5ce3f7 -100%, #70a5fe 100%);
  background-image: -ms-linear-gradient(-140deg, #5ce3f7 -100%, #70a5fe 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chat_clients_feedback.feedback_two {
  background-image: -moz-linear-gradient(-140deg, #b473fe 0%, #ad65ff 100%);
  background-image: -webkit-linear-gradient(-140deg, #b473fe 0%, #ad65ff 100%);
  background-image: -ms-linear-gradient(-140deg, #b473fe 0%, #ad65ff 100%);
}

.our-partners .s_integration_item {
  min-height: 300px;
  vertical-align: middle;
}
.our-partners .s_integration_item img {
  max-height: 200px;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.our-development {
  background: url(../images/our-office2.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.our-development h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 40px;
}
.our-development h3 span {
  font-weight: bold;
}
.our-development .development-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-development .development-logos a {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
  border-radius: 10px;
  text-align: center;
  display: block;
  padding: 10px;
  margin: 20px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  position: relative;
}
.our-development .development-logos a:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
}

.our-partner {
  background: url(../images/partners.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.our-partner h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 40px;
}
.our-partner h3 span {
  font-weight: bold;
}

@keyframes move-rotate {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100);
  }
}
@keyframes move-y {
  from {
    transform: translateY(-50px) rotate(0);
  }
  to {
    transform: translateY(50px) rotate(360deg);
  }
}
@keyframes move-x {
  from {
    transform: translatex(0px);
  }
  to {
    transform: translateX(50px);
  }
}
.hire_dev img {
  animation: move-x 2s infinite alternate;
}

.breadcrumb_area {
  background-image: -moz-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  background-image: -webkit-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  background-image: -ms-linear-gradient(180deg, #5e2ced 0%, #a485fd 100%);
  position: relative;
  z-index: 1;
  padding: 200px 0px 125px;
  overflow: hidden;
}
.breadcrumb_area .breadcrumb_content h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
  line-height: 80px;
}
.breadcrumb_area .breadcrumb_content p {
  color: #ffffff;
}
.breadcrumb_area .breadcrumb_content .breadcrumb {
  background: none;
  display: inline-flex;
  margin-top: 20px;
  margin-bottom: 0;
}
.breadcrumb_area .breadcrumb_content .breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb_area .breadcrumb_content .breadcrumb .breadcrumb-item.active {
  color: #d4c5ff;
}
.breadcrumb_area .breadcrumb_content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #d4c5ff;
  content: "/";
}

.list-item li {
  padding-left: 30px;
  position: relative;
  display: block;
  line-height: 25px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.list-item li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  line-height: 0px;
  width: 12px;
  height: 12px;
  border: solid 2px #6754e2;
  border-radius: 50%;
  box-shadow: 0 0px 3px rgba(63, 43, 195, 0.46);
}

.list-item-inline {
  display: flex;
  flex-wrap: wrap;
}
.list-item-inline li {
  width: 50%;
}

.we-believe {
  position: relative;
  margin-left: 100px;
  display: inline-block;
  padding-top: 90px;
  padding-bottom: 60px;
}
.we-believe:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 2px;
  left: 35px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(219, 228, 244, 0.9) 100px, rgba(219, 228, 243, 0.9) calc(100% - 100px), transparent 100%);
  top: 0;
}
.we-believe .we-believe-row {
  display: flex;
  position: relative;
  z-index: 1;
  transition: inherit;
  margin-bottom: 30px;
}
.we-believe .we-believe-row .we-believe-icon {
  box-shadow: 0px 6px 13px 0px rgba(145, 145, 145, 0.2);
  margin-top: 15px !important;
  margin-right: 30px !important;
  border-radius: 50% !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  width: 70px;
  height: 70px;
  box-sizing: content-box;
  line-height: 70px;
  overflow: hidden;
  transition: inherit;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.we-believe .we-believe-row .we-believe-icon svg {
  fill: #6754e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 40px;
}
.we-believe .we-believe-row .we-believe-text .infobox_title {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  word-break: break-word;
  transition: inherit;
}
.we-believe .we-believe-row:hover .we-believe-icon {
  background-color: #6754e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.we-believe .we-believe-row:hover .we-believe-icon svg {
  fill: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon-img img {
  max-width: 70px;
}

.development-icons h3 {
  margin-bottom: 20px;
}
.development-icons h3 span {
  color: #6754e2;
}
.development-icons a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  font-weight: 600;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
  transition: border 0.2s linear;
  border: 2px solid transparent;
}
.development-icons a:hover {
  border-color: #e0dbff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.development-icons a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-tab .nav-pills {
  justify-content: center;
  margin-bottom: 50px;
}
.portfolio-tab .nav-pills li {
  margin: 0 10px;
}
.portfolio-tab .nav-pills li a {
  margin: 0 !important;
  border-radius: 30px;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #ccc;
  padding: 15px 30px 13px;
  line-height: 12px;
  font-weight: bold;
}

.portfolio-tab .nav-pills .nav-link.active, .portfolio-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #6754e2;
}

.app-item {
  padding: 7px;
  transform: translateY(0px);
}
.app-item .app-paccs {
  transform: matrix(1, 0, 0, 1, 0, 0);
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
  background-size: auto 400px !important;
  background-position: 0px 100px !important;
  background-repeat: no-repeat !important;
  height: 500px;
}
.app-item .app-paccs .app-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  transition: border 0.5s;
  z-index: 1;
}
.app-item .app-paccs .app-mask .content-mask {
  position: relative;
  margin: 20px 48px;
  opacity: 0;
  height: 94%;
}
.app-item .app-paccs .app-mask .content-mask h2 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.app-item .app-paccs .app-mask .content-mask h4 {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0;
}
.app-item .app-paccs .app-mask .content-mask p {
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.app-item .app-paccs .app-mask .content-mask .svg-wrap {
  position: absolute;
  right: -5px;
  top: 10px;
}
.app-item .app-paccs .app-mask .content-mask .svg-wrap svg {
  animation-name: applications-arrow-back;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: easeOutExpo;
}
.app-item .app-paccs .app-mask .content-mask .svg-wrap svg .icon-arrow {
  fill: #fff;
}

.app-item a:hover .app-mask, .app-item a:hover .animate-mask, .app-item a:hover .animate-mask-2 {
  border: 15px solid #fff;
  box-sizing: border-box;
}

.app-item .app-paccs:hover .app-mask .content-mask .svg-wrap svg {
  animation-name: applications-arrow;
  animation-duration: 0.5s;
  animation-fill-mode: backwards;
  animation-timing-function: easeOutExpo;
}

.web-daniels {
  transform: matrix(1, 0, 0, 1, 0, 0);
  text-decoration: none;
  display: block;
  width: 100%;
  overflow: hidden;
  background-size: auto 370px !important;
  background-position: center 129px !important;
  background-repeat: no-repeat !important;
  height: 500px;
}

.contact_info_item + .contact_info_item {
  border: 0px;
  margin-top: 33px;
}

.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px;
}
.contact_info_item h6 {
  margin-bottom: 20px;
  color: #222d39;
  font-size: 20px;
  font-weight: 500;
}
.contact_info_item p {
  color: #677294;
  margin-bottom: 8px;
  font-size: 16px;
}
.contact_info_item p span {
  color: #222d39;
}

.text_box {
  margin-bottom: 30px;
}

.text_box input[type=text], .text_box textarea, .text_box input[type=password], .text_box input[type=email] {
  font: 400 15px/60px "Poppins", sans-serif;
  color: #222d39;
  height: 60px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  width: 100%;
  border: 1px solid #fff;
  padding-left: 30px;
}

.btn_three {
  font: 500 14px "Poppins", sans-serif;
  color: #fff;
  background: #7444fd;
  border-radius: 3px;
  padding: 15px 30px;
  border: 1px solid #7444fd;
  margin-top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  display: inline-block;
}

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #6754e2;
  border-color: #6754e2;
  margin-top: 0px;
}

.contact_form_box .btn_three:hover {
  background: transparent;
  color: #6754e2;
}

.text_box textarea {
  height: 140px;
  overflow: auto;
  resize: vertical;
}

.mapbox {
  height: 470px;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(12, 0, 46, 0.2);
  box-shadow: 0px 6px 8px 0px rgba(12, 0, 46, 0.2);
  border: 10px solid #fff;
}

.title-header {
  font-weight: bold;
  color: #222d39;
}
.title-header span {
  color: #ee2841;
}

.dev-time {
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin-top: 60px;
}
.dev-time .media {
  margin: 0 0 0;
}
.dev-time .media .media-left {
  text-align: left;
  padding-right: 30px;
}
.dev-time .media .dev-time .media-body {
  text-align: left;
}
.dev-time .media .dev-time .media-body h4 {
  margin: 0;
}

.btn_get {
  font: 500 14px/47px "Poppins", sans-serif;
  color: #6754e2;
  border: 2px solid #ccc5fa;
  border-radius: 4px;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
  padding: 0px 23px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 120px;
  text-align: center;
}

.menu_btn {
  border-color: #fff;
  background: #fff;
  min-width: 120px;
  text-align: center;
  margin-left: 50px;
  font-weight: bold;
}
.menu_btn:hover {
  background-color: #ee2841;
  border-color: #ee2841;
  color: #ffffff;
}

.sticky .menu_btn {
  border-color: #6754e2;
  background: #6754e2;
  color: #ffffff;
}
.sticky .menu_btn:hover {
  background-color: #ee2841;
  border-color: #ee2841;
  color: #ffffff;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.with100 {
  width: 100% !important;
}

.logo-icons {
  margin-bottom: 20px;
}
.logo-icons img {
  height: 40px;
}

.clients img {
        width: 200px;
    min-height: 50px;
    max-height: 50px;
}

/*# sourceMappingURL=style.css.map */
