@charset "UTF-8";

/*-----------------------------------------------------------------------------------

Item Name: Zorox - AI Software and Application Landing Page HTML Template.
Author: Maraviya Infotech
Version: 1
Copyright 2023

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Layout 
    - common
    - header
    - footer

03. Pages
    - home page
    - about page
    - blog page
    - contact page
    - services page
    - portfolio page

-----------------------------------------------------------------------------------*/
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*--  Montserrat font  --*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

/*  General css  */
body {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #000;
  overflow-x: hidden !important;
}

p {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin-bottom: 0;
}

.zx-loader {
  min-width: 100%;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  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;
  background-color: #ffffff;
  z-index: 50;
}

.zx-loader .loader {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
  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;
}

.zx-loader .loader::after,
.zx-loader .loader::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 50px solid #6547de;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: animloader14 2s linear infinite;
  animation: animloader14 2s linear infinite;
}

.zx-loader .loader::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes animloader14 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes animloader14 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-tb-100 {
  padding: 100px 0;
}

.padding-tb-50 {
  padding: 50px 0;
}

.padding-t-50 {
  padding: 50px 0 0 0;
}

.padding-b-50 {
  padding-bottom: 50px;
}

.margin-t-50 {
  margin-top: 50px;
}

.margin-tb-100 {
  margin: 100px 0;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.pos_relative {
  position: relative;
}

.w-70 {
  max-width: 750px;
}

.w-60 {
  max-width: 600px;
}

.p-10 {
  padding-bottom: 10px;
}

.w-14 {
  width: 14%;
}

.w-12 {
  width: 12%;
}

.w-86 {
  width: 86%;
}

.t-left {
  text-align: left !important;
  float: left !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-m-24 {
  margin-bottom: -24px;
}

.mb-m-30 {
  margin-bottom: -30px;
}

.center {
  text-align: center !important;
}

.banner {
  text-align: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner h1 {
  font-family: "Quicksand";
  font-size: 43px;
  font-weight: 700;
  line-height: 1.42;
  margin: 0;
}

.banner h2 {
  max-width: 600px;
  margin: 0;
  font-family: "Quicksand";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 30px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #6547de;
}

a.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background-color: #6547de;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}

a.back-to-top i {
  font-size: 20px;
}

a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.zx-breadcrumb {
  margin-top: 80px;
  background-color: #f8f8f8;
}

.zx-breadcrumb .mb-15 {
  margin-bottom: -15px !important;
}

.zx-breadcrumb .entry-breadcrumb {
  text-align: center;
}

.zx-breadcrumb .entry-breadcrumb h5 {
  margin-bottom: 0;
  font-size: 16px;
}

.zx-breadcrumb .entry-breadcrumb h5 span {
  color: #000;
}

.zx-breadcrumb .entry-breadcrumb h5 span a {
  text-decoration: none;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
}

.zx-breadcrumb .entry-breadcrumb h5 .post-page {
  color: #000;
  opacity: 0.7;
}

.zx-breadcrumb .entry-breadcrumb h5 .post-page a {
  text-decoration: none;
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
}

.zx-tool-active {
  right: 0 !important;
}

.zx-tool {
  position: fixed;
  top: 350px;
  width: 180px;
  right: -140px;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
}

.zx-tool .zx-tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}

.zx-tool .zx-tool-btn i {
  font-size: 20px;
}

.zx-tool .zx-tool-btn .color-variant ul.dark-mode li {
  display: block;
}

.zx-tool .zx-tool-btn .color-variant ul.dark-mode li i {
  color: #777;
}

.zx-tool .zx-tool-btn .color-variant ul.dark-mode .white {
  display: none;
}

.zx-tool .zx-tool-btn button {
  border: none;
  background: none;
  background-color: #6547de;
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 0 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.zx-tool .zx-tool-btn .color-variant {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 2px solid #6547de;
}

.zx-tool .zx-tool-btn .color-variant .heading {
  background-color: #6547de;
}

.zx-tool .zx-tool-btn .color-variant .heading h2 {
  padding: 9px 0;
  text-align: center;
  font-size: 17px;
  color: #fff !important;
  font-weight: 700;
  margin-bottom: 0;
}

.zx-tool .zx-tool-btn .color-variant ul.zx-color {
  margin: 0;
  padding: 0;
}

.zx-tool .zx-tool-btn .color-variant ul.zx-color li {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  margin: 5px 5px;
  position: relative;
}

.zx-tool .zx-tool-btn .color-variant ul.dark-mode {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zx-tool .zx-tool-btn .color-variant ul.dark-mode li {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  margin: 7px 7px;
}

.zx-tool .zx-tool-btn .color-variant ul.dark-mode li i {
  font-size: 23px;
}

.active-variant:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 18px;
  padding: 1px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.yellow-and-white {
  background-color: #ff8a52;
  color: #fff;
}

.green-and-white {
  background-color: #3fa57f;
  color: #fff;
}

.Pattens-Violet-and-white {
  background-color: #6547de;
  color: #fff;
}

.Light-Grey-and-white {
  background-color: #6e84ff;
  color: #fff;
}

.LightCoral-and-white {
  background-color: #db3a5d;
  color: #fff;
}

.bordered-top {
  border-top: 1px solid #777777;
}

.bordered-right:not(:last-child) {
  border-right: 1px solid #777777;
}

.bordered-right:hover {
  border-right: none;
  border-left: none;
  padding: 0;
}

/* Header */
header {
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.header-fixed {
  position: fixed;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-animation: slideDown 0.35s ease-out;
  animation: slideDown 0.35s ease-out;
  z-index: 40;
}

.header-fixed .zx-main-menu ul li a {
  padding: 0;
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar-brand {
  margin: 0;
}

.zx-buttons {
  text-decoration: none;
  width: 150px;
  padding: 10px 25px;
  background-color: #6547de;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #6547de;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zx-buttons:hover {
  background-color: #fff;
  color: #6547de;

}

.navbar {
  padding: 0;
  position: relative;
  z-index: 3;
  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;
}

.zx-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zx-control .form-control {
  position: relative;
  width: 200px;
  border-color: #dee2e6;
  border-radius: 25px;
}

.zx-control i {
  position: absolute;
  z-index: 2;
  padding: 12px;
}

.zx-control button {
  padding: 0 25px;
  border-radius: 25px;
}

.dq-brand {
  display: block;
}

.dark-mode {
  display: none;
}

.zx-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.zx-main-menu ul {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.zx-main-menu ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 20px;
}

.zx-main-menu ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
  text-transform: capitalize;
  color: #1b1c20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
}

.zx-main-menu ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  font-size: 18px;
  color: #1b1c20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zx-main-menu ul li:hover>a {
  color: #6547de;
}

.zx-main-menu ul li:hover>a:after {
  color: #6547de;
}

.zx-main-menu ul li:hover>a .svg_img path {
  fill: #6547de;
}

.zx-main-menu ul li .mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 15px;
  position: absolute;
  background: #fff;
  padding: 0 0 0 30px !important;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 15;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #777777;
  overflow: hidden;
}

.zx-main-menu ul li .mega-menu li ul {
  padding: 15px 0;
}

.zx-main-menu ul li .mega-menu li .mega-block {
  width: calc(25% - 30px);
  margin-right: 30px;
}

.zx-main-menu ul li .mega-menu li .mega-block li.menu_title a {
  color: #6547de;
  font-size: 15px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #777777;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
}

.zx-main-menu ul li .mega-menu li .mega-block li.menu_title a:hover {
  color: #6547de;
}

.zx-main-menu ul li .mega-menu li .mega-block li {
  border: 0 !important;
}

.zx-main-menu ul li .mega-menu li .mega-block li a {
  color: #777777;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  padding: 5px 0;
  border: 0;
  height: auto;
}

.zx-main-menu ul li .mega-menu li .mega-block li a:hover {
  color: #6547de;
}

.zx-main-menu ul li.dropdown {
  position: relative;
}

.zx-main-menu ul li.dropdown a {
  padding-right: 20px;
}

.zx-main-menu ul li.dropdown ul.sub-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 0;
  padding: 10px;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  display: block;
  border-radius: 10px;
}

.zx-main-menu ul li.dropdown ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

.zx-main-menu ul li.dropdown ul li.active a {
  color: #6547de;
}

.zx-main-menu ul li.dropdown ul li.active a i {
  color: #6547de;
}

.zx-main-menu ul li.dropdown ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.zx-main-menu ul li.dropdown ul li:hover>a {
  color: #6547de;
}

.zx-main-menu ul li.dropdown ul li:hover>a i {
  color: #6547de;
}

.zx-main-menu ul li.dropdown ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #777777;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zx-main-menu ul li.dropdown ul li a:hover {
  color: #6547de;
}

.zx-main-menu ul li.dropdown ul li a:hover i {
  color: #6547de;
}

.zx-main-menu ul li.dropdown ul li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #777777;
  position: absolute;
  right: 2px;
}

.zx-main-menu ul li.dropdown ul li:first-child {
  border-top: none;
}

.zx-main-menu ul li.dropdown li.position-static {
  position: relative !important;
}

.zx-main-menu ul li.dropdown li.position-static:hover .sub-menu.sub-menu-child {
  margin: -5px 0 0 0;
  opacity: 1;
  visibility: visible;
}

.zx-main-menu ul li.dropdown ul.sub-menu.sub-menu-child {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 30px 0 0 0;
  left: 100% !important;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.zx-main-menu ul li.dropdown:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.zx-main-menu ul li.dropdown:hover .mega-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.zx-main-menu ul .dropdown-arrow {
  position: relative !important;
}

.zx-main-menu ul .dropdown-arrow i {
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zx-main-menu ul li.active>a {
  color: #6547de;
}

.zx-main-menu>ul>li:hover>a:before {
  background: #6547de;
  width: 100%;
}

.zx-main-menu>ul>li:hover>a i {
  color: #6547de;
}

.zx-main-menu>ul>li>a:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0px;
  height: 3px;
  margin: 0 auto;
  background: #ffffff;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.zx-main-menu>ul>li.active>a:before {
  background: #6547de;
  width: 100%;
}

.navbar-toggler {
  padding: 5px 7px;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.zx-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 42;
}

.zx-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 43;
  overflow: auto;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul {
  margin: 0;
  padding: 0;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li {
  position: relative;
  list-style-type: none;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li .menu-toggle {
  width: 100%;
  height: 47px;
  padding-right: 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: auto;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li .menu-toggle:before {
  content: "+";
  font-weight: 500;
  color: #777777;
  font-size: 24px;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #777777;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 0;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li .sub-menu li:last-child {
  margin-bottom: 15px;
}

.zx-mobile-menu .zx-menu-inner .zx-menu-content ul li .sub-menu li a {
  margin: 0;
  border: 0;
  font-size: 14px;
}

.zx-mobile-menu .zx-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zx-mobile-menu .zx-menu-title .zx-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #777777;
  background-color: transparent;
  border: 0;
}

.zx-mobile-menu .zx-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #4b5966;
  font-weight: 600;
}

.zx-mobile-menu .zx-menu-title .menu_title .zx-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #777777;
  background-color: transparent;
  border: 0;
}

.zx-mobile-menu.zx-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Footer */
.zx-footer {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.zx-footer ul.footer-main {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.zx-footer ul.footer-main li.zx-footer-link:hover {
  opacity: 1;
}

.zx-footer ul.footer-main li.zx-ped:not(:last-child) {
  margin-bottom: 10px !important;
}

.zx-footer ul.footer-main li img {
  width: 100px;
}

.zx-footer ul.footer-main li h4 {
  font-size: 18px;
  font-family: "Quicksand";
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.zx-footer ul.footer-main li p {
  font-size: 14px;
  font-weight: 500;
  color: #bbb;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.02rem;
  line-height: 28px;
}

.zx-footer ul.footer-main li a {
  text-decoration: none;
  color: #bbb;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.02rem;
  line-height: 28px;
}

.zx-footer ul.footer-main li a img {
  margin-top: 20px;
  width: 30px;
  padding: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zx-footer ul.footer-main li a img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.zx-footer ul.footer-main li h6:nth-child(1) {
  margin-top: 10px;
}

.zx-footer ul.footer-main li h6 a {
  color: #bbb;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.02rem;
  line-height: 28px;
}

.zx-footer .bordered {
  border-top: 1px solid #222;
}

.zx-footer .last-footer {
  padding: 25px 0;
  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;
}

.zx-footer .last-footer p {
  color: #bbb;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.zx-footer .last-footer p a {
  text-decoration: none;
}

.zx-footer .last-footer p a span {
  color: #7b60e6;
  font-weight: 500;
}

.subscribe input {
  outline: none;
  border: none;
  font-size: 15px;
  height: 50px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  background-color: #252328;
  margin-bottom: 0 !important;
}

.subscribe input::-webkit-input-placeholder {
  color: #bbb;
}

.subscribe input::-moz-placeholder {
  color: #bbb;
}

.subscribe input:-ms-input-placeholder {
  color: #bbb;
}

.subscribe input::-ms-input-placeholder {
  color: #bbb;
}

.subscribe input::placeholder {
  color: #bbb;
}

.subscribe button {
  background-color: #6547de;
  color: #fff;
  border: none;
  width: 50px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 50px;
  font-weight: 700;
}

/* Home page */
.zx-bg-title {
  position: relative;
}

.zx-bg-title p {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
}

.zx-bg-title .zx-banner-button {
  margin: auto;
  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;
}

.zx-bg-title .zx-banner-button a.button {
  padding: 8px 25px;
}

.zx-bg-title .zx-banner-button .zx-coling {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zx-bg-title .zx-banner-button .zx-coling a {
  padding-left: 6px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.zx-bg-title .zx-banner-button .zx-coling i {
  font-size: 20px;
  color: #6547de;
}

.banner-image {
  width: 100%;
  border-radius: 25px 25px 0 0;
  z-index: 1;
  position: relative;
}

.about-us p {
  margin-bottom: 30px;
}

.zx-project {
  border-top: 1px solid rgba(199, 199, 199, 0.5);
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
  padding: 10px 0;
}

.zx-project h4 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
}

.zx-project p {
  margin-left: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zx-project p a {
  color: #777777;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.bg-market {
  background-color: #f8f8f8;
}

header {
  background-color: #fff !important;
}

.zx-data {
  padding: 30px 0;
}

.zx-data p {
  color: #777;
  font-weight: 500;
  line-height: 2;
}

.zx-data p:not(:last-child) {
  margin-bottom: 10px;
}

.zx-data p i {
  color: #6547de;
  padding-right: 7px;
}

.solutions {
  width: 100%;
}

.section-testimonial-us {
  position: relative;
}

.testimonial-image {
  width: 100%;
}

.testimonial-contain .zx-thom {
  padding-bottom: 25px;
}

.testimonial-contain .testimonial-icons i.fa-star {
  font-size: 20px;
  color: rgb(255, 192, 0);
}

.testimonial-contain p {
  padding-top: 25px;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #777777;
  letter-spacing: 1px;
}

.testimonial-contain .testimonial-smith {
  margin-top: 35px;
}

.testimonial-contain .testimonial-smith img {
  width: 65px;
  border-radius: 45px;
}

.testimonial-contain .testimonial-smith .smith-content {
  padding-left: 15px;
}

.testimonial-contain .testimonial-smith .smith-content h4 {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
}

.testimonial-contain .testimonial-smith .smith-content p {
  padding-top: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
}

.pagipagination-testimonial .swiper-pagination-bullets.swiper-pagination-horizontal,
.pagipagination-testimonial .swiper-pagination-custom,
.pagipagination-testimonial .swiper-pagination-fraction {
  right: 0 !important;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.zx-plans {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.zx-plans .basic {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.zx-plans .basic p {
  margin: 0;
  padding: 15px;
  font-size: 16px;
  line-height: 2.8;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.zx-plans .zx-body {
  padding: 10px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.zx-plans .zx-body .zx-month {
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
  text-align: center;
}

.zx-plans .zx-body .zx-month h4 {
  margin-top: 10px;
  margin-bottom: 18px;
  font-family: "Quicksand";
  font-size: 15px;
  font-weight: 400;
  color: #777777;
}

.zx-plans .zx-body .zx-month h4 span {
  padding-right: 3px;
  color: #6547de;
  vertical-align: 12px;
  font-weight: 600;
}

.zx-plans .zx-body .zx-month h4 code {
  font-family: "Quicksand";
  color: #6547de;
  line-height: 1.333;
  font-size: 35px;
  font-weight: 700;
}

.zx-plans .zx-body .zx-seo {
  margin-top: 20px;
}

.zx-plans .zx-body .zx-seo p {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 2.5;
  font-weight: 400;
  color: #777777;
  text-align: center;
}

.zx-plans .zx-body .zx-seo p code {
  padding-right: 9px;
  color: #6547de;
  font-size: 17px;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zx-plans .close-plans {

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #eee;
  display: -webkit-box;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.zx-plans .close-plans:hover i {
  margin-left: 10px;
}

.zx-plans .close-plans a {
  text-decoration: none;
  font-family: "Montserrat";
  line-height: 1.8;
}

.zx-plans .close-plans i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.zx-presence {
  width: 100%;
  margin: 35px 0 0 0;
  border-radius: 20px;
}

.zx-brands {
  z-index: 1;
}

.zx-brands .zx-approach {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background-color: #fff;
}

.zx-brands .zx-approach:not(:last-child) {
  margin-bottom: 35px;
}

.zx-brands .zx-approach .zx-box {
  width: 90px;
  height: 90px;
  padding: 0 24px;
  margin-right: 24px;
  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;
  background-color: #6547de;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.zx-brands .zx-approach .zx-box span {
  height: 25px;
  width: 25px;
  font-size: 14px;
  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;
  background-color: #000;
  color: #fff;
  border-radius: 25px;
  position: absolute;
  top: -6px;
  right: -8px;
}

.zx-brands .zx-approach .zx-tex h4 {
  margin-bottom: 13px;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 700;
}

.zx-brands .zx-approach .zx-tex p {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}

.digital-blog:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
}

.digital-blog h4 {
  margin-top: 10px;
  font-family: "Quicksand";
  font-size: 13px;
  font-weight: 400;
  color: #777777;
}

.digital-blog h4 code {
  line-height: 1.875;
  font-size: 16px;
  font-weight: 600;
  color: #6547de;
}

.digital-blog p,
.digital-blog a {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  word-spacing: 2px;
  font-weight: 600;
  color: #000;
}

.digital-blog a {
  text-decoration: none;
}

.digital-blog a:hover h5 i {
  margin-left: 10px;
}

.digital-blog a h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.digital-blog a h5 i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
}

.blog-image {
  width: 100%;
  height: 350px;
  padding-bottom: 15px;
  border-radius: 30px;
}

.section-about {
  position: relative;
}

.section-about-us {
  position: relative;
}

.section-presence {
  position: relative;
}

.theme-1 {
  top: -9%;
  right: 5%;
  z-index: -1;
  position: absolute;
  opacity: 0.5;
}

.theme-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -60px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-animation: leftright 1s infinite alternate;
  animation: leftright 1s infinite alternate;
  opacity: 0.5;
}

.theme-3 {
  position: absolute;
  left: 2%;
  width: 50px;
  z-index: -1;
  top: 320px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.5;
}

.theme-4 {
  position: absolute;
  z-index: -1;
  bottom: 10%;
  right: 2%;
  opacity: 0.5;
}

.theme-5 {
  position: absolute;
  z-index: -1;
  top: 10%;
  right: 3%;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  opacity: 0.5;
}

.theme-6 {
  position: absolute;
  right: 0;
  width: 300px;
  z-index: -1;
  bottom: -120px;
  opacity: 0.5;
}

.theme-7 {
  width: 80px;
  position: absolute;
  z-index: -1;
  bottom: 15%;
  -webkit-animation: leftrightrotate 2s infinite alternate;
  animation: leftrightrotate 2s infinite alternate;
  opacity: 0.5;
}

.theme-8 {
  width: 80px;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 30%;
  opacity: 0.5;
}

.theme-9 {
  width: 50px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 2%;
  opacity: 0.5;
}

.overlay {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 800px;
  width: 100%;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
}

.line-effect {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: -1;
  opacity: 0.5;
}

.section-banner {
  margin-top: 80px;
}

.section-banner,
.section-breadcrumb {
  position: relative;
  overflow: hidden;
  background-color: #f8f8f8;
}

.section-banner .top_outline_01,
.section-breadcrumb .top_outline_01 {
  border-width: 2px;
  border-color: rgb(255, 192, 0);
  border-style: solid;
  opacity: 0.3;
  position: absolute;
  left: -274px;
  top: -60px;
  width: 360px;
  height: 350px;
  border-radius: 200px;
  z-index: 0;
}

.section-banner .top_outline_02,
.section-breadcrumb .top_outline_02 {
  border-width: 2px;
  border-color: rgb(255, 192, 0);
  border-style: solid;
  opacity: 0.3;
  position: absolute;
  left: -300px;
  top: -150px;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  z-index: 0;
  -webkit-animation: topbottom 3s infinite alternate;
  animation: topbottom 3s infinite alternate;
}

.section-banner .bottom_outline_01,
.section-breadcrumb .bottom_outline_01 {
  border-width: 2px;
  border-color: rgb(255, 192, 0);
  border-style: solid;
  opacity: 0.3;
  position: absolute;
  right: -520px;
  top: 60px;
  width: 600px;
  height: 600px;
  border-radius: 500px;
  z-index: 0;
}

.section-banner .bottom_outline_02,
.section-breadcrumb .bottom_outline_02 {
  border-width: 2px;
  border-color: rgb(255, 192, 0);
  border-style: solid;
  opacity: 0.3;
  position: absolute;
  right: -500px;
  top: 130px;
  width: 600px;
  height: 600px;
  border-radius: 500px;
  z-index: 0;
  -webkit-animation: topbottom 2s infinite alternate;
  animation: topbottom 2s infinite alternate;
}

@-webkit-keyframes topbottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes topbottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@keyframes leftright {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@-webkit-keyframes topbottomrotate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50px) rotate(30deg);
    transform: translateY(-50px) rotate(30deg);
  }
}

@keyframes topbottomrotate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50px) rotate(30deg);
    transform: translateY(-50px) rotate(30deg);
  }
}

@-webkit-keyframes leftrightrotate {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-10px) rotate(30deg);
    transform: translateX(-10px) rotate(30deg);
  }
}

@keyframes leftrightrotate {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(-10px) rotate(30deg);
    transform: translateX(-10px) rotate(30deg);
  }
}

/* About page */
.zx-counters {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
}

.zx-counters:hover {
  border: 1px solid rgba(199, 199, 199, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.zx-counters .zx-element-counters {
  text-align: center;
}

.zx-counters .zx-element-counters h2 {
  font-family: "Quicksand";
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.zx-counters .zx-element-counters p {
  font-size: 17px;
  font-weight: 700;
  margin-top: 2px;
}

/* Blog page */
.zx-blog-serch-box {
  margin-bottom: 10px;
}

.zx-blog-serch-box .form-conrol {
  height: 50px;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 2px solid rgba(199, 199, 199, 0.5);
  border-right: none;
  outline: none;
  border-radius: 10px 0 0 10px;
}

.zx-blog-serch-box .blog-serch-button {
  background-color: #6547de;
  color: #fff;
  padding: 0px 15px;
  height: 50px;
  font-size: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border: 2px solid #6547de;
  font-weight: 700;
  border-radius: 0 10px 10px 0;
}

.zx-blog-serch-box .blog-serch-button:hover {
  background-color: #fff;
  border: 2px solid rgba(199, 199, 199, 0.5);
  color: #6547de;
}

.zx-block-inner {
  padding: 0 0 25px 0;
}

.zx-block-inner .zx-block {
  border-bottom: 1px solid rgba(199, 199, 199, 0.5);
  padding: 15px 0;
}

.zx-block-inner .zx-block h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 5px;
}

.zx-block-inner .zx-block a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.zx-block-inner .zx-block h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.zx-caegories {
  margin-bottom: 25px;
}

.zx-caegories h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}

input[type=checkbox]+label {
  display: block;
  margin: 3px;
  cursor: pointer;
  padding: 3px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label:before {
  content: "✔";
  border: 1px solid #777777;
  border-radius: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 4px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type=checkbox]:checked+label:before {
  background-color: #6547de;
  border-color: #6547de;
  color: #fff;
  line-height: 19px;
}

.pt-15 {
  padding-top: 15px !important;
}

.zx-blog-inner {
  margin-bottom: 30px;
}

.zx-blog-inner:not(:last-child) {
  margin-bottom: 30px;
}

.zx-blog-inner .zx-image img {
  border-radius: 15px;
}

/* Contact page */
input {
  padding: 10px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:not(:last-child) {
  margin-bottom: 30px;
}

.form-control {
  border-radius: 12px;
  position: relative;
  z-index: 3;
}

.form-control:focus {
  border-color: rgba(199, 199, 199, 0.5);
}

textarea {
  margin-top: 30px;
  height: 100px;
}

.zx-button {
  margin-top: 30px;
  text-align: center;
}

.btn-small {
  padding: 10px 25px;
  background-color: #6547de;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #6547de;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-small:hover {
  background-color: #fff;
  color: #6547de;
}

.map_info {
  width: 100%;
  margin: 0;
  position: relative;
}

.map_info iframe {
  height: 315px;
  border-radius: 15px;
}

/* Service page */
.zx-service-box:not(:last-child) {
  margin-bottom: 25px;
}

.zx-service {
  margin-bottom: 24px;
  padding: 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.zx-service:hover {
  border: 1px solid rgba(199, 199, 199, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.zx-service:hover img {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

.zx-service img {
  width: 60px;
  -webkit-filter: invert(30%);
  filter: invert(30%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.zx-service .zx-market {
  padding-top: 20px;
}

.zx-service .zx-market h4 {
  font-family: "Quicksand";
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  color: #000;
  margin-bottom: 10px;
}

.zx-service .zx-market p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.zx-service .active-read {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zx-service .active-read:hover a {
  margin-right: 10px;
}

.zx-service .active-read a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.zx-service .active-read i {
  color: #000;
}

/* Portfolio page */
.zx-portfolio:nth-child(1) {
  margin-bottom: 25px;
}

.zx-portfolio .zx-inner .side-viwe {
  border-radius: 15px;
  position: relative;
}

.zx-portfolio .zx-inner .side-viwe .content-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 15px;
  margin: 0;
}

.zx-portfolio .zx-inner .side-viwe:hover .content-overlay {
  opacity: 1;
}

.zx-portfolio .zx-inner .side-viwe:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.zx-portfolio .zx-inner .side-viwe .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.zx-portfolio .zx-inner .side-viwe .content-details a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  margin: 3px;
  border-radius: 10px;
}

.zx-portfolio .zx-inner .side-viwe .content-details a i {
  width: 20px;
}

.zx-portfolio .zx-inner .side-viwe .content-details a:hover {
  background-color: #fff;
  color: #000;
}

.zx-portfolio .zx-inner .side-viwe img {
  width: 100%;
  border-radius: 15px;
}

.zx-portfolio .zx-inner .side-viwe h4 {
  top: 10px;
  right: 0;
  position: absolute;
  font-size: 20px;
}

.zx-portfolio .zx-inner .side-viwe h4 span {
  background-color: #5c3f6b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
}

.overlay-bg-serch {
  display: none;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  bottom: 0;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.zx-serch-box {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.zx-serch-box .close-button {
  position: absolute;
  top: -400px;
  right: 50px;
  z-index: 20;
}

.zx-serch-box .close-button h3 {
  color: red;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
}

.zx-serch-box .zoom-image {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.zx-serch-box .zoom-image img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  border-radius: 15px;
  width: 100%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.active-serch-box {
  visibility: visible;
  position: fixed;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 10;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

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

.text-primary {
  color: #6547de !important;
}

.btn-primary {
  background-color: #6547de;
  border-color: #6547de;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  border: 1px solid #6547de;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-primary:hover {
  background-color: #fff;
  color: #6547de;
  border-color: #6547de;
}
