@font-face {
  font-family: "cairo";
  src: url("../fonts/Cairo-VariableFont_wght.ttf");
}
*:not(.screenshots):not(.contactTextInfo) {
  direction: rtl;
  font-family: "Font Awesome 5 pro", "Font Awesome 5 Brands", "cairo";
}
:root {
  --color-main: #0066ff;
  --color-primary: #0066ff;
  --color-secondary: #02b5ff;
  --color-blue2: #157efb;
  --color-blue4: #0087fd;
  --color-blue5: #157efb;
  --color-blue6: #009eff;
  --color-blue7: #0087fd;
  --color-lightBlue: #15f1ff;
  --color-darkBlue: #010049;
  --color-darkBlue2: #1f227d;
  --color-orange1: #ff7a41;
  --color-orange2: #f6c463;
  --color-orange3: #f9a41f;
  --color-red1: #cc2131;
  --color-red2: #ef1552;
  --color-green: #00c057;
  --color-yellowGreen: #cef54b;
  --color-gray: #dbe9f6;
  --color-gray2: #f0eff5;
  --bg-color: hsl(211deg 31.42% 89.44%);
  --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
}
.color-main {
  color: var(--color-main) !important;
}
.border-main {
  border-color: var(--color-main) !important;
}
.bg-main {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
}
.bg-gray {
  background: var(--color-gray) !important;
}
.bg-gray2 {
  background-color: var(--color-gray2) !important;
}
.color-blue2 {
  color: var(--color-blue2) !important;
}
.bg-blue2 {
  background-color: var(--color-blue2) !important;
}
.border-blue2 {
  border-color: var(--color-blue2) !important;
}
.color-blue4 {
  color: var(--color-blue4) !important;
}
.bg-blue4 {
  background-color: var(--color-blue4) !important;
}
.border-blue4 {
  border-color: var(--color-blue4) !important;
}
.color-blue5 {
  color: var(--color-blue5) !important;
}
.bg-blue5 {
  background-color: var(--color-blue5) !important;
}
.border-blue5 {
  border-color: var(--color-blue5) !important;
}
.color-blue6 {
  color: var(--color-blue6) !important;
}
.bg-blue6 {
  background-color: var(--color-blue6) !important;
}
.border-blue6 {
  border-color: var(--color-blue6) !important;
}
.color-blue7 {
  color: var(--color-blue7) !important;
}
.bg-blue7 {
  background-color: var(--color-blue7) !important;
}
.border-blue7 {
  border-color: var(--color-blue7) !important;
}
.hover-blue7 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-blue7:hover {
  background-color: var(--color-blue7) !important;
}
*,
* button:focus {
  outline: 0;
}
html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: var(--bg-color);
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}
html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}
body {
  font-family: Inter, sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}
body.style-6 {
  padding: 30px 30px 0;
}
.home-style-7 {
  color: #000;
}
.home-style-7 a:hover {
  color: var(--color-blue7);
}
.home-style-7 #preloader:after,
.home-style-7 #preloader:before {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#501e9c),
    color-stop(30%, #8169f1),
    color-stop(30%, #8169f1),
    color-stop(73%, #a44cee),
    to(#ff847f)
  );
  background: -webkit-linear-gradient(
    right,
    #501e9c 0,
    #8169f1 30%,
    #8169f1 30%,
    #a44cee 73%,
    #ff847f 100%
  );
  background: -o-linear-gradient(
    right,
    #501e9c 0,
    #8169f1 30%,
    #8169f1 30%,
    #a44cee 73%,
    #ff847f 100%
  );
  background: linear-gradient(
    to left,
    #501e9c 0,
    #8169f1 30%,
    #8169f1 30%,
    #a44cee 73%,
    #ff847f 100%
  );
}
.home-style-8 {
  color: #000;
}
.home-style-8 a:hover {
  color: var(--color-main);
}
.home-style-11 .btn * {
  text-transform: uppercase;
  font-weight: 400;
}
.home-style-12 {
  background-color: #15141a;
  color: #fff;
}
.home-style-13 a:hover {
  color: var(--color-orange3);
}
.home-style-15 {
  background-color: #0c0125;
  color: #fff;
}
.home-style-15 a:hover {
  color: var(--color-red2);
}
.container {
  position: relative;
  z-index: 5;
}
.container,
.container-lg,
.container-sm {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
}
.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) > * {
  padding-right: 15px;
  padding-left: 15px;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
body a:hover {
  text-decoration: none;
}
body a:focus {
  outline: 0;
}
body ul {
  list-style-type: none;
  margin: 0;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}
.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}
a,
img,
span {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important;
}
ul {
  padding: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
}
p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.bi {
  display: inline-block;
}
.text {
  font-size: 14px;
  line-height: 2;
}
.small,
small {
  font-size: 13px;
  line-height: 1.7;
  display: inline-block;
}
small.text {
  font-size: 12px;
}
.text-gray {
  color: #666;
}
.bg-gray5 {
  background-color: #f3f7fe;
}
.section-padding {
  padding: 100px 0;
}
.slider-style-6 {
  position: relative;
}
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  border: 0;
  font-size: 80%;
}
.dropdown-menu {
  min-width: 170px;
  padding: 15px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%;
}
.dropdown-menu .dropdown-item {
  padding: 8px 20px;
  font-size: 12px;
}
.form-switch .form-check-input {
  margin: 0 15px !important;
  width: 2.5em !important;
  height: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
}
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}
#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0c3df4),
    to(#02b5ff)
  );
  background: -webkit-linear-gradient(left, #0c3df4 0, #02b5ff 100%);
  background: -o-linear-gradient(left, #0c3df4 0, #02b5ff 100%);
  background: linear-gradient(to right, #0c3df4 0, #02b5ff 100%);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader:before {
  top: 0;
}
#preloader:after {
  bottom: 0;
}
.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999;
}
.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}
.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: var(--color-main-grad);
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 10px #0002;
  box-shadow: 0 5px 10px #0002;
}
.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}
.to_top i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.to_top.show {
  right: 30px;
  opacity: 1;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.wave {
  -webkit-animation: wave 2s ease-in-out infinite alternate both;
  animation: wave 2s ease-in-out infinite alternate both;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-150 {
  margin-top: 150px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-150 {
  padding-top: 150px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-150 {
  padding-bottom: 150px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.4;
}
.lh-4 {
  line-height: 1.6;
}
.lh-5 {
  line-height: 1.8;
}
.lh-6 {
  line-height: 2;
}
.lh-7 {
  line-height: 2.5;
}
.lh-8 {
  line-height: 3;
}
.brd-light {
  border-color: #fff4 !important;
}
.brd-gray {
  border-color: #0002 !important;
}
.color-000 {
  color: #000 !important;
}
.color-111 {
  color: #111 !important;
}
.color-222 {
  color: #222 !important;
}
.color-333 {
  color: #333 !important;
}
.color-444 {
  color: #444 !important;
}
.color-555 {
  color: #555 !important;
}
.color-666 {
  color: #777 !important;
}
.color-777 {
  color: #777 !important;
}
.color-888 {
  color: #888 !important;
}
.color-999 {
  color: #999 !important;
}
.icon-10 {
  width: 10px;
  height: 10px;
}
.icon-15 {
  width: 15px;
  height: 15px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon-25 {
  width: 25px;
  height: 25px;
}
.icon-30 {
  width: 30px;
  height: 30px;
}
.icon-35 {
  width: 50px;
  height: 50px;
}
.icon-35 i {
  font-size: 20px;
}
.icon-40 {
  width: 40px;
  height: 40px;
}
.icon-45 {
  width: 45px;
  height: 45px;
}
.icon-50 {
  width: 50px;
  height: 50px;
}
.icon-55 {
  width: 55px;
  height: 55px;
}
.icon-60 {
  width: 60px;
  height: 60px;
}
.icon-65 {
  width: 65px;
  height: 65px;
}
.icon-70 {
  width: 70px;
  height: 70px;
}
.icon-75 {
  width: 75px;
  height: 75px;
}
.icon-80 {
  width: 80px;
  height: 80px;
}
.img-cover {
  display: block;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-contain {
  display: block;
}
.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.fs-10px {
  font-size: 10px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.btn,
.butn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn span,
.butn span {
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.btn small,
.butn small {
  font-size: 12px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.btn.dark-butn,
.butn.dark-butn {
  background: #000;
}
.btn.dark-butn small,
.btn.dark-butn span,
.butn.dark-butn small,
.butn.dark-butn span {
  color: #fff;
}
.btn.butn-blue6:not(.whatsappButton),
.butn.butn-blue6 {
  background: var(--color-blue6);
}
.btn.butn-blue6 small,
.btn.butn-blue6 span,
.butn.butn-blue6 small,
.butn.butn-blue6 span {
  color: #fff;
}
.btn.sm-butn,
.butn.sm-butn {
  padding: 10px 25px;
}
.btn.sm-butn span,
.butn.sm-butn span {
  font-size: 12px;
}
.btn:hover,
.butn:hover {
  background: var(--color-main);
  border-color: transparent !important;
}
.btn:hover span,
.butn:hover span {
  color: #fff;
}
.btn.hover-blue2:hover,
.butn.hover-blue2:hover {
  background: var(--color-blue2);
  border-color: transparent !important;
}
.btn.hover-blue2:hover small,
.btn.hover-blue2:hover span,
.butn.hover-blue2:hover small,
.butn.hover-blue2:hover span {
  color: #fff;
}
.btn.hover-blue4:hover,
.butn.hover-blue4:hover {
  background: var(--color-blue4);
  border-color: transparent !important;
}
.btn.hover-blue4:hover small,
.btn.hover-blue4:hover span,
.butn.hover-blue4:hover small,
.butn.hover-blue4:hover span {
  color: #fff;
}
.btn.hover-blue5:hover,
.butn.hover-blue5:hover {
  background: var(--color-blue5) !important;
  border-color: transparent !important;
}
.btn.hover-blue5:hover small,
.btn.hover-blue5:hover span,
.butn.hover-blue5:hover small,
.butn.hover-blue5:hover span {
  color: #fff;
}
.btn.btn-icon-circle,
.butn.btn-icon-circle {
  position: relative;
  padding-right: 50px;
  text-transform: capitalize;
}
.btn.btn-icon-circle i,
.butn.btn-icon-circle i {
  position: absolute;
  right: -43px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  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;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
.btn.btn-icon-circle:hover,
.butn.btn-icon-circle:hover {
  -webkit-box-shadow: 0 5px 10px #0003;
  box-shadow: 0 5px 10px #0003;
}
.btn.btn-icon-circle:hover i,
.butn.btn-icon-circle:hover i {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}
@-webkit-keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.section-head.style-3 {
  margin-bottom: 50px;
}
.section-head.style-3 h3 {
  font-size: 27px;
  text-transform: capitalize;
}
.section-head.style-3 h3 span {
  font-weight: 400;
  color: var(--color-blue2);
  font-style: italic;
  position: relative;
}
.section-head.style-3 h3 span::after {
  position: absolute;
  content: "";
  background-image: url(../img/section_head/title_shap1.png);
  left: 0;
  bottom: -15px;
  width: calc(100% + 40px);
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  /* background-color: #f7f4ff; */
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px;
}
.section-head.style-4 h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
}
.section-head.style-4 h2 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232323),
    color-stop(30%, #0079d3),
    color-stop(30%, #0079d3),
    color-stop(73%, #0088ff),
    to(#2cafff)
  );
  background-image: -webkit-linear-gradient(
    left,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
  background-image: -o-linear-gradient(
    left,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
  background-image: linear-gradient(
    to right,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
}
.section-head.style-4 h5 {
  font-size: 16px;
  font-weight: 700;
  color: #a44cee;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px;
}
.section-head.style-5 h2 {
  font-size: 45px;
}
.section-head.style-5 h2 span {
  color: var(--color-blue5);
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}
.section-head.style-5 h2 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: var(--color-blue5);
  opacity: 8%;
}
.section-head.style-5 p {
  color: #666;
  font-size: 15px;
}
.section-head.style-6 h2 {
  color: #000;
  font-size: 45px;
}
.section-head.style-6 h2 span {
  position: relative;
  padding: 20px 40px;
}
.section-head.style-6 h2 span small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}
.section-head.style-6 h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.section-head.style-8 h6 {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-main);
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-head.style-8 h3 {
  font-size: 40px;
  text-transform: capitalize;
}
.section-head.style-9 h6 {
  letter-spacing: 0.5s;
  text-transform: uppercase;
  color: var(--color-darkBlue2);
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding: 0 25px;
}
.section-head.style-9 h6::after {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-head.style-9 h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-head.style-9 h2 {
  font-size: 40px;
  color: var(--color-darkBlue2);
  margin-bottom: 15px;
}
.section-head.style-9 p {
  font-size: 18px;
  color: #666;
}
.section-head.style-12 h6 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contactTextInfo {
  direction: ltr;
}
.section-head.style-12 h6 .icon {
  width: 25px;
}
.section-head.style-12 h2 {
  font-weight: 600;
  font-size: 50px;
}
.section-head.style-12 h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-yellowGreen);
}
.section-head.style-13 h6 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.section-head.style-13 h6::before {
  position: absolute;
  content: "";
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-orange3);
  z-index: -1;
  -webkit-animation: scale_up_down linear 1s infinite alternate;
  animation: scale_up_down linear 1s infinite alternate;
}
.section-head.style-13 h2 {
  font-size: 40px;
}
.section-head.style-13.side-title h6 {
  padding-left: 20px;
}
.section-head.style-13.side-title h6::before {
  left: 0;
}
.top-navbar {
  z-index: 9999;
}
.top-navbar.style-1 {
  background: var(--color-main-grad);
  position: relative;
  z-index: 9999;
}
.top-navbar.style-1 .top-links .text {
  font-size: 11px;
}
.top-navbar.style-1 .top-links .text strong {
  margin: 0 10px;
}
.top-navbar.style-4 {
  /* background-image: url(../img/top_nav_s4.png); */
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center;
}
.top-navbar.style-5 {
  padding: 10px 15px;
  text-align: center;
  background-color: var(--color-blue5);
}
.top-navbar.style-7 {
  padding: 15px 0;
  border-bottom: 1px solid #9993;
  position: relative;
  z-index: 9991;
}
.top-navbar.style-9 {
  color: #fff;
  background-color: #172b86;
  padding: 10px 0;
  position: relative;
}
.top-navbar.style-11 {
  position: relative;
  z-index: 9999;
}
.top-navbar.style-11 .top-nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top-navbar.style-15 {
  color: #fff;
  padding: 20px 0;
  position: relative;
  font-size: 13px;
}
.side_menu.style-7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-gray2);
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side_menu.style-7 .content {
  width: 100%;
}
.side_menu.style-7 .content .logo {
  padding: 30px 7vw;
  border-bottom: 1px solid #9993;
}
.side_menu.style-7 .content .logo img {
  width: 300px;
  max-width: 50%;
}
.side_menu.style-7 .content .side_foot {
  padding: 30px 7vw;
  border-top: 1px solid #9993;
}
.side_menu.style-7 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.side_menu.style-7.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}
.side_menu.style-7.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.side_menu.style-7.dark_theme {
  background-color: #000;
  color: #fff;
}
.side_menu.style-7.dark_theme::-webkit-scrollbar {
  background: #fff3;
}
.side_menu.style-7.dark_theme::-webkit-scrollbar-thumb {
  background: #fff3;
}
.side_menu.style-7.dark_theme::-webkit-scrollbar-corner {
  background: #fff3;
}
body > footer > div > div.section-head > div > a.btn > small {
  direction: ltr;
}
.emailIconImage {
  width: 60px;
  color-scheme: linear-gradient(
    to right,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
}
@media screen and (max-width: 480px) {
  .side_menu.style-7 {
    width: 100%;
  }
}
.nav-container {
  z-index: 999;
}
.navbar {
  z-index: 999;
}
.navbar .nav-link {
  cursor: pointer;
}
.navbar.nav-scroll {
  background: #fff !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: -100px !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important;
}
.navbar.style-1 {
  padding: 30px 0;
}
.navbar.style-1 .navbar-brand {
  margin-right: 40px;
}
.navbar.style-1 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 2;
  margin: 0 7px;
  text-transform: capitalize;
}
.navbar.style-1 .navbar-nav .nav-item .nav-link.active {
  color: var(--color-main);
}
.navbar.style-1 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar.style-2.nav-scroll {
  background-color: #010049 !important;
}
.navbar.style-2 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}
.navbar.style-2 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  padding: 30px 30px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.navbar.style-2 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #fff2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style-2 .navbar-nav .nav-item .nav-link.active,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--color-lightBlue);
}
.navbar.style-2 .navbar-nav .nav-item .nav-link.active::before,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover::before {
  height: 100%;
}
.navbar.style-2 .dropdown-menu {
  background: #348cb2;
  border-radius: 0;
}
.navbar.style-2 .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 15px;
}
.navbar.style-2 .dropdown-menu .dropdown-item.active,
.navbar.style-2 .dropdown-menu .dropdown-item:active,
.navbar.style-2 .dropdown-menu .dropdown-item:hover {
  background-color: #010049;
}
.navbar.style-3 {
  padding: 20px 0;
}
.navbar.style-3.nav-scroll {
  background-color: #4a00e1 !important;
}
.navbar.style-3 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}
.navbar.style-3 .navbar-nav .nav-item .nav-link {
  font-size: 11px;
  color: #fff;
  margin: 0 5px;
  padding: 20px 40px;
  border-radius: 30px;
}
.navbar.style-3 .navbar-nav .nav-item .nav-link.active,
.navbar.style-3 .navbar-nav .nav-item .nav-link:hover {
  background-color: #0002;
}
.navbar.style-3 .nav-side .search-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff6;
  color: #fff;
  font-size: 12px;
  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;
}
.navbar.style-4 {
  position: relative;
  z-index: 99;
  padding: 20px 15px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -38px;
}
.navbar.style-4 .navbar-brand {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.navbar.style-4 .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
}
/* .navbar.style-4 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  -ms-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  width: 55px;
  height: 30px;
  background-image: url(../img/icons/nav_icon/active_s4.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */
.navbar.style-4 .navbar-nav .nav-item .nav-link.active,
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-blue4);
}
.navbar.style-4 .navbar-nav .nav-item .nav-link.active::before,
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.navbar.style-4 .nav-side .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0002;
  color: #000;
  font-size: 16px;
  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;
}
.navbar.style-5 {
  position: relative;
  z-index: 99;
  padding: 20px 0;
  background-color: #e7f1ff;
}
.navbar.style-5 .navbar-brand img {
  max-width: 150px;
  width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}
.navbar.style-5 .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: capitalize;
}
.navbar.style-5 .nav-item .nav-link.active,
.navbar.style-5 .nav-item .nav-link:hover {
  color: var(--color-blue5);
}
.navbar.style-5 .nav-item .nav-link .bi {
  position: relative;
  bottom: -5px;
}
.navbar.style-5 .nav-side .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0002;
  color: #000;
  font-size: 16px;
  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;
}
.navbar.style-6 {
  position: absolute;
  z-index: 99;
  padding: 20px 0;
  background-color: var(--bg-color);
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
}
.navbar.style-6 .navbar-brand img {
  max-width: 150px;
  width: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}
.navbar.style-6 .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: capitalize;
}
.navbar.style-6 .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bebccd;
}
.navbar.style-6 .nav-item .nav-link.active,
.navbar.style-6 .nav-item .nav-link:hover {
  color: var(--color-blue6);
}
.navbar.style-6 .nav-item:last-of-type .nav-link::after {
  display: none;
}
.navbar.style-7 {
  padding: 30px 0;
}
.navbar.style-7 .navbar-brand {
  width: 250px;
  padding-right: 60px;
  border-right: 1px solid #9992;
}
.navbar.style-7 .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #000;
  text-transform: capitalize;
}
.navbar.style-7 .navbar-nav .nav-item .nav-link.active,
.navbar.style-7 .navbar-nav .nav-item .nav-link:hover {
  border-color: #000;
}
.navbar.style-7 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.style-7 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}
.navbar.style-8 {
  padding: 30px 0;
}
.navbar.style-8 .navbar-brand {
  width: 150px;
}
.navbar.style-8 .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #000;
  text-transform: capitalize;
}
.navbar.style-8 .navbar-nav .nav-item .nav-link.active,
.navbar.style-8 .navbar-nav .nav-item .nav-link:hover {
  border-color: #000;
}
.navbar.style-9.nav-scroll {
  background: #1f227d !important;
}
.navbar.style-9.nav-scroll .content {
  border: 0;
}
.navbar.style-9 .content {
  padding: 20px 15px;
  border-bottom: 1px solid #fff2;
}
.navbar.style-9 .navbar-brand {
  width: 160px;
}
.navbar.style-9 .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize;
}
.navbar.style-9 .navbar-nav .nav-item .nav-link.active,
.navbar.style-9 .navbar-nav .nav-item .nav-link:hover {
  border-color: #fff;
}
.navbar.style-9 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.style-9 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}
.navbar.style-11.nav-scroll {
  background: #111 !important;
}
.navbar.style-11.nav-scroll .content {
  border: 0;
}
.navbar.style-11 .content {
  padding: 20px 15px;
}
.navbar.style-11 .navbar-brand {
  width: 160px;
  border-right: 1px solid #fff3;
}
.navbar.style-11 .nav-link {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: uppercase;
}
.navbar.style-11 .nav-link.active,
.navbar.style-11 .nav-link:hover {
  border-color: #fff;
}
.navbar.style-11 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.style-11 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}
.navbar.style-12 {
  padding: 0;
  border-bottom: 1px solid #fff1;
  background-color: #15141a !important;
}
.navbar.style-12 .navbar-brand {
  width: 280px;
  padding: 30px 50px 30px 30px;
  -webkit-border-end: 1px solid #fff1;
  border-inline-end: 1px solid #fff1;
}
.navbar.style-12 .nav-search {
  padding-left: 30px;
}
.navbar.style-12 .nav-item {
  position: relative;
}
.navbar.style-12 .nav-item:hover::after,
.navbar.style-12 .nav-item:hover::before {
  opacity: 1;
}
.navbar.style-12 .nav-item::before {
  position: absolute;
  content: "";
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/star1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style-12 .nav-item::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background-image: url(../img/icons/star1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style-12 .nav-item .nav-link {
  color: #45434c;
  position: relative;
  margin: 0 10px;
  text-transform: capitalize;
}
.navbar.style-12 .nav-item .nav-link:hover {
  color: var(--color-yellowGreen);
}
.navbar.style-12 .nav-side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.navbar.style-13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
}
.navbar.style-13 .navbar-brand img {
  width: 150px;
}
.navbar.style-13 .nav-link {
  color: #15141a;
  font-size: 14px;
  margin: 0 15px;
  text-transform: capitalize;
}
.navbar.style-13 .nav-link:hover {
  color: var(--color-orange3);
}
.navbar.style-14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
}
.navbar.style-14 .navbar-brand img {
  width: 150px;
}
.navbar.style-14 .nav-link {
  color: #15141a;
  font-size: 14px;
  margin: 0 15px;
  text-transform: capitalize;
}
.navbar.style-14 .nav-link:hover {
  color: var(--color-red1);
}
.navbar.style-15.nav-scroll {
  background: #5f364b !important;
}
.navbar.style-15.nav-scroll .content {
  border: 0;
}
.navbar.style-15 .content {
  padding: 20px 15px;
  border-top: 1px solid #fff2;
}
.navbar.style-15 .navbar-brand {
  width: 160px;
}
.navbar.style-15 .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize;
}
.navbar.style-15 .navbar-nav .nav-item .nav-link.active,
.navbar.style-15 .navbar-nav .nav-item .nav-link:hover {
  border-color: #fff;
}
.navbar.style-15 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.style-15 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}
header.style-1 {
  position: relative;
}
header.style-1 .content {
  position: relative;
  z-index: 10;
}
header.style-1 .info .section-head h2 {
  font-size: 55px;
}
header.style-1 .info .text {
  font-size: 14px;
  color: #666;
  width: 80%;
}
header.style-2 {
  position: relative;
  min-height: 100vh;
  padding: 185px 0 100px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-40%, #062063),
    color-stop(40%, #157aa6)
  );
  background: -webkit-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: -o-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: linear-gradient(to top, #062063 -40%, #157aa6 40%);
}
header.style-2 .content {
  position: relative;
  z-index: 5;
}
header.style-2 .content h1 {
  font-size: 123px;
  letter-spacing: 75px;
  display: inline-block;
  padding-left: 75px;
}
header.style-2 .content h4 {
  font-weight: 600;
}
header.style-2 .content p {
  font-size: 20px;
}
header.style-2 .content p.d-block {
  font-size: 16px;
}
header.style-3 {
  background-color: var(--color-blue2);
  position: relative;
  padding: 100px 0 30px;
}
header.style-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/0011.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: bottom;
  opacity: 0.08;
  -webkit-filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg)
    brightness(1003%) contrast(103%);
  filter: invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(1003%)
    contrast(103%);
}
header.style-3 .main-img {
  position: absolute;
  right: 0;
  top: 200px;
  width: 55%;
  height: calc(100% - 300px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
header.style-3 .main-img .circle {
  position: absolute;
  width: 55%;
  top: 10.5%;
  right: 20%;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
header.style-3 .content .info .h1 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
header.style-3 .content .info .h1 span {
  font-weight: 400;
  position: relative;
  font-style: italic;
}
header.style-3 .content .info .h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 160px;
  height: 30px;
  background-image: url(../img/header/info_h1_line.png);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: left;
}
header.style-3 .content .info .p {
  color: #ccf;
  margin-top: 40px;
}
header.style-3 .content .info .h5 {
  color: #fffefe;
  font-size: 16px;
  font-weight: 700;
  margin-top: 80px;
  position: relative;
}
header.style-3 .content .info .h5::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: -10px;
  width: 50px;
  height: 100px;
  background-image: url(../img/header/head3_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header.style-4 {
  position: relative;
  padding: 60px 0;
}
header.style-4 .content {
  position: relative;
  overflow: hidden;
}
header.style-4 .content .info .title_small {
  font-size: 12px;
  padding: 5px 10px;
  /* background-color: #f7f4ff; */
  border-radius: 5px;
  color: var(--color-blue4);
}
header.style-4 .content .info h1 {
  font-size: 32px;
  /* line-height: 60px; */
  color: #000;
}
header.style-4 .content .info h1 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232323),
    color-stop(30%, #0079d3),
    color-stop(30%, #0079d3),
    color-stop(73%, #0088ff),
    to(#2cafff)
  );
  background-image: -webkit-linear-gradient(
    left,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
  background-image: -o-linear-gradient(
    left,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
  background-image: linear-gradient(
    to right,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
}
header.style-4 .content .info .text {
  color: #666;
  font-size: 15px;
}
header.style-4 .content .info .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.style-4 .content .info .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #95cdff;
  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;
  border-radius: 50%;
}
header.style-4 .content .info .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}
header.style-4 .content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
header.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: -10px;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}
header.style-5 {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background: -moz-linear-gradient(bottom, #fff 0, #edf4fe 74%, #e7f1ff 100%);
  background: -webkit-linear-gradient(
    bottom,
    #fff 0,
    #edf4fe 74%,
    #e7f1ff 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(74%, #edf4fe),
    to(#e7f1ff)
  );
  background: -o-linear-gradient(bottom, #fff 0, #edf4fe 74%, #e7f1ff 100%);
  background: linear-gradient(to top, #fff 0, #edf4fe 74%, #e7f1ff 100%);
}
header.style-5 .info {
  text-align: center;
}
header.style-5 .info h1 {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
  letter-spacing: -2px;
}
header.style-5 .info h1 span {
  position: relative;
}
header.style-5 .info p {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}
header.style-5 .info .form {
  text-align: center;
}
header.style-5 .main-img {
  margin-top: 85px;
  position: relative;
  z-index: 10;
}
header.style-5 .main-img .page-img {
  -webkit-box-shadow: 0 -13px 124px 0 rgba(75, 83, 97, 0.15);
  box-shadow: 0 -13px 124px 0 rgba(75, 83, 97, 0.15);
  border-radius: 15px;
}
header.style-6 {
  position: relative;
  padding: 30px 30px 0;
  overflow: hidden;
}
header.style-6 .content {
  background-color: var(--bg-color);
  position: relative;
  padding: 150px 0 100px;
  border-radius: 30px;
}
header.style-6 .info {
  text-align: center;
  position: relative;
  z-index: 5;
}
header.style-6 .info h6 {
  color: #666;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
header.style-6 .info h1 {
  font-size: 85px;
  color: #000;
}
header.style-6 .info h1 span {
  color: #fff;
  position: relative;
  padding: 10px 40px;
}
header.style-6 .info h1 span small {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 85px;
}
header.style-6 .info h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
header.style-6 .info .text {
  font-size: 14px;
  color: #666;
  margin-top: 50px;
}
header.style-6 .info .form {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
header.style-6 .target-3d {
  position: absolute;
  width: 20%;
  bottom: -120px;
  left: 35%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}
header.style-7 {
  position: relative;
  color: #000;
  padding-bottom: 60px;
}
header.style-7 .content {
  position: relative;
  z-index: 10;
}
header.style-7 .info h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 60px;
}
header.style-7 .info h1 .num {
  color: #e2e1e1;
}
header.style-7 .img {
  position: relative;
}
header.style-7 .head7_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
header.style-8 {
  background-image: url(../img/header/header8_pattern.svg);
  background-size: cover;
  background-attachment: fixed;
}
header.style-8 .info h1 {
  font-size: 60px;
  margin-bottom: 50px;
  margin-top: 10px;
}
header.style-8 .info .form h5 {
  font-size: 20px;
  font-weight: 300;
}
header.style-9 {
  background-image: url(../img/header/head9_back.png);
  background-position: center;
  background-size: cover;
}
header.style-9 .info {
  color: #fff;
}
header.style-9 .info h6 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
header.style-9 .info h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #5f70b7;
}
header.style-9 .info h1 {
  font-size: 50px;
  margin-bottom: 30px;
}
header.style-9 .info h1 span {
  color: #fff000;
  text-decoration: underline !important;
}
header.style-9 .info ul li {
  font-size: 18px;
  margin: 15px 0;
  font-weight: 300;
  padding-left: 50px;
  text-transform: capitalize;
  position: relative;
}
header.style-9 .info ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #fff3;
}
header.style-9 .img {
  width: 800px;
  max-width: unset;
}
header.style-10 {
  background-image: url(../img/header/head9_back.png);
  background-position: center;
  background-size: cover;
}
header.style-10 .info {
  position: relative;
  color: #fff;
  z-index: 10;
}
header.style-10 .info h6 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
header.style-10 .info h1 {
  font-size: 73px;
  margin-bottom: 30px;
}
header.style-10 .img {
  width: 750px;
  max-width: unset;
  -webkit-margin-start: -100px;
  margin-inline-start: -100px;
}
header.style-10 .logos {
  padding-bottom: 60px;
}
header.style-10 .logos .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.style-10 .logos .logos-content .logo_img {
  width: 50px;
  margin-top: 30px;
}
header.style-11 {
  background-image: url(../img/header/header_11.png);
  background-position: center;
  background-size: cover;
}
header.style-11 .info {
  position: relative;
  color: #fff;
  z-index: 10;
}
header.style-11 .info h6 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--color-green);
}
header.style-11 .info h1 {
  font-size: 60px;
  margin-bottom: 30px;
}
header.style-11 .img {
  width: 700px;
  max-width: unset;
}
header.style-12 {
  color: #fff;
}
header.style-12 .info {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 150px;
}
header.style-12 .info h2 {
  font-size: 120px;
  line-height: 1.2;
}
header.style-12 .info .star1 {
  position: absolute;
  pointer-events: none;
  top: 150px;
  right: 0;
}
header.style-12 .info .star2 {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
}
header.style-13 {
  position: relative;
  background-color: #eaedf2;
  padding-top: 120px;
  overflow: hidden;
}
header.style-13 .info {
  position: relative;
  z-index: 20;
}
header.style-13 .info h1 {
  font-size: 60px;
}
header.style-13 .img {
  position: relative;
}
header.style-13 .img::before {
  position: absolute;
  content: "";
  left: -100px;
  top: 40px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: var(--color-orange3);
  z-index: -1;
  -webkit-box-shadow: 0 -50px 100px 0 #f9a41f33;
  box-shadow: 0 -50px 100px 0 #f9a41f33;
}
header.style-13 .img img {
  width: 700px;
  max-width: unset;
  margin-left: -100px;
}
header.style-13 .head-contact {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 20;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  font-weight: 500;
  text-transform: uppercase;
}
header.style-13 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
header.style-13 .lines span {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #9992;
  z-index: -1;
}
header.style-13 .lines span::before {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  height: 25px;
  width: 1px;
  background-color: var(--color-orange3);
  -webkit-animation: afterline 5s ease-in-out infinite;
  animation: afterline 5s ease-in-out infinite;
}
header.style-13 .lines span:nth-of-type(1) {
  right: 13%;
}
header.style-13 .lines span:nth-of-type(1)::before {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
header.style-13 .lines span:nth-of-type(2) {
  right: 31%;
}
header.style-13 .lines span:nth-of-type(2)::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
header.style-13 .lines span:nth-of-type(3) {
  right: 50%;
}
header.style-13 .lines span:nth-of-type(3)::before {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
header.style-13 .lines span:nth-of-type(4) {
  right: 69%;
}
header.style-13 .lines span:nth-of-type(4)::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
header.style-13 .lines span:nth-of-type(5) {
  right: 87%;
}
header.style-13 .lines span:nth-of-type(5)::before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes afterline {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}
@keyframes afterline {
  0% {
    top: -20px;
  }
  100% {
    top: 100%;
  }
}
header.style-14 {
  padding-top: 200px;
  background-image: url(../img/header/header_14_back.png);
  background-size: cover;
  background-repeat: no-repeat;
}
header.style-14 .info {
  padding-bottom: 60px;
}
header.style-14 .info h1 {
  font-size: 60px;
}
header.style-14 .info h1 span {
  color: var(--color-red1);
}
header.style-15 {
  background-image: url(../img/header/head_15_back.png);
  background-position: center;
  background-size: cover;
  position: relative;
}
header.style-15::before {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  height: 50%;
  width: 100%;
  background-image: url(../img/header/head_15_pattern.png);
  background-position: center;
  background-size: cover;
}
header.style-15 .info {
  color: #fff;
}
header.style-15 .info h6 {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}
header.style-15 .info h1 {
  font-size: 40px;
  margin-bottom: 30px;
}
header.style-15 .img {
  width: 800px;
  max-width: unset;
}
.first_section{
  padding: 0 20px;
}
.about.style-1 {
  position: relative;
}
.about.style-1 .content {
  padding: 65px 120px;
  background: var(--color-main-grad);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}
.about.style-1 .content .about_logos {
  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;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff4;
  position: relative;
  z-index: 5;
}
.about.style-1 .content .about-info {
  padding: 60px 0;
  position: relative;
  z-index: 5;
}
.about.style-1 .content .about-info .title h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.about.style-1 .content .about-info .title small {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 35px;
  display: block;
}
.about.style-1 .content .about-info .info h6 {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.about.style-1 .content .about-info .info p {
  font-size: 14px;
  color: #c7e9ff;
}
.about.style-1 .content .about-info .info .butn {
  margin-top: 50px;
}
.about.style-3 {
  position: relative;
}
.about.style-3 .top-content {
  min-height: 510px;
  margin-bottom: 100px;
  padding-top: 20px;
}
.about.style-3 .info h5 {
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 25px;
}
.about.style-3 .info .text {
  color: #666;
}
.about.style-3 .info ul li {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
}
.about.style-3 .info ul li i {
  color: var(--color-blue2);
}
.about.style-4 {
  overflow: hidden;
  position: relative;
}
.about.style-4 .top-wave {
  position: absolute;
  top: -2px;
  width: 100%;
}
.about.style-4 .bottom-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about.style-4 .content {
  position: relative;
  padding: 60px 0;
}
.about.style-4 .content ul li h6 {
  font-size: 15px;
}
.about.style-4 .content.frs-content .lines,
.about.style-4 .content.trd-content .lines {
  position: absolute;
  left: 0;
  top: -80px;
  width: 40%;
  max-width: unset;
  max-height: unset;
}
.about.style-4 .content.frs-content .bubble,
.about.style-4 .content.trd-content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.about.style-4 .content.sec-content .bubble2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.about.style-4 .btn-img {
  text-align: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f4f2fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about.style-4 .btn-img .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #0001;
  width: 45px;
}
.about.style-4 .btn-img .inf {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about.style-4 .btn-img .inf small {
  font-size: 10px;
  color: #666;
}
.about.style-4 .btn-img .inf h6 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}
.about.style-4 .integration {
  position: relative;
}
.about.style-4 .integration .intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}
.about.style-4 .integration .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.about.style-4 .integration .content .img {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}
.about.style-4 .integration .content .img:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.about.style-4 .integration .content .img:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.about.style-4 .integration .content .img:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about.style-4 .integration .content .img:nth-of-type(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.about.style-4 .integration .content .img:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}
.about.style-5 .content {
  padding: 50px 0;
}
.about.style-5 .content p {
  font-size: 12.5px;
  color: #777;
  line-height: 2;
}
.about.style-5 .content .list-icon {
  margin-top: 40px;
}
.about.style-5 .content .list-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.about.style-5 .content .list-icon li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-blue5);
  color: #fff;
  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;
  margin-right: 15px;
}
.about.style-5 .content .list-icon li h6 {
  font-size: 15px;
  font-weight: 700;
}
.about.style-5 .content .img {
  position: relative;
  text-align: right;
}
.about.style-5 .content .img.main-img1 .img-body {
  position: relative;
  z-index: 2;
  top: 50px;
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}
.about.style-5 .content .img.main-img1 img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.about.style-5 .content .img.main-img1 img.sm-circle {
  right: -50px;
  top: 20%;
  z-index: 1;
  -webkit-animation: rotate-center 20s linear infinite both reverse;
  animation: rotate-center 20s linear infinite both reverse;
}
.about.style-5 .content .img.main-img1 img.lg-circle {
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation: rotate-center 50s linear infinite both;
  animation: rotate-center 50s linear infinite both;
}
.about.style-5 .content .img.main-img1 img.card1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-animation: scale_up_down 10s ease-in-out infinite alternate both;
  animation: scale_up_down 10s ease-in-out infinite alternate both;
}
.about.style-5 .content .img.main-img1 img.card2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-animation: scale_up_down 7s ease-in-out infinite alternate both;
  animation: scale_up_down 7s ease-in-out infinite alternate both;
  -webkit-transition-delay: -5s;
  -o-transition-delay: -5s;
  transition-delay: -5s;
}
.about.style-5 .content .img.main-img2 .img-body {
  position: relative;
  z-index: 2;
  -webkit-animation: slide_up_down 3s ease-in-out infinite alternate both;
  animation: slide_up_down 3s ease-in-out infinite alternate both;
}
.about.style-5 .content .img.main-img2 img {
  position: absolute;
}
.about.style-5 .content .img.main-img2 img:nth-of-type(1) {
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: rotate-center 70s linear infinite both;
  animation: rotate-center 70s linear infinite both;
}
.about.style-5 .content .img.main-img3 {
  position: relative;
}
.about.style-5 .content .img.main-img3 .img-body {
  position: relative;
  z-index: 1;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.about.style-5 .content .img.main-img3 img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 100%;
}
.about.style-5 .content .img.main-img3 img:nth-of-type(2) {
  z-index: 3;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}
.about.style-5 .content .img.main-img3 img:nth-of-type(3) {
  z-index: 1;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.about.style-5 .content .img.main-img3 img:nth-of-type(4) {
  z-index: 2;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.about.style-5 .content .img.main-img3 img:nth-of-type(5) {
  z-index: 4;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.about.style-6 {
  position: relative;
}
.about.style-6 .content {
  border-bottom: 1px solid #9994;
}
.about.style-6 .content .info .text {
  color: #666;
  font-size: 15px;
}
.about.style-7 {
  position: relative;
  padding: 120px 0;
}
.about.style-7 .bg-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about.style-7 .top-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}
.about.style-7 .bottom-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about.style-7 .info .text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}
.about.style-7 .img {
  position: relative;
  padding-left: 100px;
}
.about.style-7 .img .main-img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about.style-7 .img .circle {
  position: absolute;
  content: "";
  width: 85px;
  height: 85px;
  bottom: 50px;
  right: -40px;
  background-color: var(--color-blue7);
  border-radius: 50%;
  z-index: -1;
}
.about.style-8 .info ul li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about.style-8 .info ul li .icon {
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about.style-8 .info ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.about.style-8 .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about.style-8 .info .author .inf p {
  color: var(--color-main);
}
.about.style-8 .info .author .inf h6 {
  font-size: 18px;
  font-weight: 700;
}
.about.style-9 .info {
  padding: 0 50px;
}
.about.style-9 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.about.style-9 .info ul li p {
  font-size: 16px;
  color: #666;
}
.about.style-9 .info ul li .icon {
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.about.style-9 .info ul li .icon img {
  width: 60px;
}
.about.style-10 {
  position: relative;
}
.about.style-10 .info {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}
.about.style-10 .info h6 {
  font-size: 14px;
  font-weight: 400;
  color: #8169f1;
  margin-bottom: 10px;
}
.about.style-10 .info h2 {
  font-size: 40px;
}
.about.style-10 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
}
.about.style-13 .content {
  background-color: #fff;
  border-radius: 10px;
  margin-top: -40px;
  position: relative;
  padding: 6vw;
  margin-bottom: 100px;
  -webkit-box-shadow: 0 100px 200px 0 #0000000a;
  box-shadow: 0 100px 200px 0 #0000000a;
}
.about.style-13 .content::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -15px;
  width: calc(100% - 40px);
  height: 40px;
  background-color: #e6e8ed;
  border-radius: 10px;
  z-index: -1;
}
.about.style-13 .content .info h5 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.about.style-13 .content .info .text {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
.about.style-13 .content .info .logos img {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.about.style-13 .content .about-contact .item {
  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;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #9992;
}
.about.style-13 .content .about-contact .item p {
  color: #999;
}
.about.style-13 .content .about-contact .item h6 {
  font-size: 16px;
}
.about.style-13 .content .about-contact .item .icon img {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.about.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.about.style-14 .img {
  position: relative;
}
.about.style-14 .img img {
  border-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}
.about.style-15 .info p {
  color: #918b9f;
  font-size: 16px;
  margin-bottom: 20px;
}
.about.style-15 .info li {
  font-weight: 500;
  padding: 7px 0;
}
.services.style-1 {
  position: relative;
}
.services.style-3 {
  background-color: #f0eff5;
}
.services-slider.style-6 .swiper-container {
  padding-bottom: 100px;
}
.services-slider.style-6 .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}
.services-slider.style-6 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 20px;
  -webkit-filter: drop-shadow(5px 50px 30px #07397211);
  filter: drop-shadow(5px 50px 30px #07397211);
}
.services.style-7 {
  position: relative;
  background-color: #f0eff5;
}
.services.style-7 .services-content {
  position: relative;
}
.services.style-7 .services-content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/ser_wh_line.png);
  background-repeat: repeat-x;
}
.services.style-8 {
  background-image: url(../img/services/serv8_back.png);
  background-size: cover;
}
.services.style-8 .services-slider8 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
@media screen and (min-width: 991px) {
  .services-slider8 {
    position: relative;
  }
  .services-slider8 .swiper-slide {
    width: 370px !important;
  }
}
.services.style-9 .services-content {
  position: relative;
}
.services.style-9 .services-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.services.style-10 {
  position: relative;
}
.services.style-10::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background-color: #f8f9fa;
}
.services.style-10 .content {
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 -16px 32px 0 #0000000a;
  box-shadow: 0 -16px 32px 0 #0000000a;
  padding: 50px;
}
.services.style-10 .content .section-title {
  font-size: calc(8vw + 40px);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
  line-height: 0.75;
  color: #f6f6f6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6f6f6),
    to(#fafafa2f)
  );
  background-image: -webkit-linear-gradient(top, #f6f6f6, #fafafa2f);
  background-image: -o-linear-gradient(top, #f6f6f6, #fafafa2f);
  background-image: linear-gradient(to bottom, #f6f6f6, #fafafa2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services.style-10 .services-card {
  position: relative;
  z-index: 10;
}
.services.style-10 .services-card h6 {
  font-size: 14px;
  color: #8169f1;
  margin-bottom: 15px;
}
.services.style-10 .services-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.services.style-10 .services-card p {
  color: #666;
}
.services.style-10 .services-card .icon {
  margin-top: 40px;
}
.services.style-10 .services-card .icon img {
  width: 75px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.services.style-13 .item {
  position: relative;
  margin-top: 30px;
}
.services.style-13 .item .circle {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color-orange3);
  top: 20px;
  right: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -2;
}
.services.style-13 .item:hover .circle {
  top: -20px;
  opacity: 1;
}
.portfolio.style-1 {
  position: relative;
}
.portfolio.style-1 .portfolio-slider {
  position: relative;
  padding-bottom: 60px;
}
.portfolio.style-1 .portfolio-card {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}
.portfolio.style-1 .portfolio-card .img {
  height: 240px;
  overflow: hidden;
}
.portfolio.style-1 .portfolio-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio.style-1 .portfolio-card .info {
  padding: 30px;
}
.portfolio.style-1 .portfolio-card .info h5 a {
  color: #000;
  font-weight: 700;
}
.portfolio.style-1 .portfolio-card .info small {
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.portfolio.style-1 .portfolio-card .info .text {
  color: #666;
  margin: 15px 0 20px;
  font-size: 13px;
}
.portfolio.style-1 .portfolio-card:hover h5 a {
  color: var(--color-main);
}
.project-card.style-3 {
  position: relative;
  overflow: hidden;
}
.project-card.style-3 .img {
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}
.project-card.style-3 .img img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.project-card.style-3 .info {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 20px 25px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
.project-card.style-3 .info .h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #000;
}
.project-card.style-3 .info .small {
  font-size: 11px;
  color: #999;
}
.project-card.style-3:hover .img img {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}
.project-card.style-3:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.project-card.style-6 {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 15px;
}
.project-card.style-6:hover {
  -webkit-box-shadow: 0 40px 35px 0 #51558622;
  box-shadow: 0 40px 35px 0 #51558622;
}
.project-card.style-6 a:hover {
  color: var(--color-blue6);
}
.project-card.style-6 .img {
  display: block;
  flex: 2;
  height: 400px;
  overflow: hidden;
}
.project-card.style-6 .img img {
  object-position: top;
  transition: all 7s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-card.style-6 .img img:hover {
  object-position: bottom;
}
.project-card.style-6 .info {
  flex: 1;
  background-color: #fff;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project-card.style-6 .info .title {
  color: #000;
  font-size: 21px;
}
.project-card.style-6 .info .title:hover {
  color: var(--color-blue6);
}
.project-card.style-6 .info .title:hover a {
  color: var(--color-blue6);
}
.project-card.style-6 .info small {
  font-size: 11px;
  color: var(--color-blue6);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-card.style-6 .info .text {
  font-size: 12px;
  color: #666;
  margin-bottom: 25px;
}
.project-card.style-7 {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.project-card.style-7 .info {
  padding: 55px;
}
.project-card.style-7 .info h6 {
  color: #a44cee;
  font-weight: 400;
  margin-bottom: 10px;
}
.project-card.style-7 .info h3 {
  font-size: 24px;
}
.project-card.style-7 .img {
  height: 400px;
}
.project-card.style-7 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.testimonials.style-1 .content {
  position: relative;
  z-index: 5;
}
.testimonials.style-1 .content .info {
  position: relative;
  padding-left: 75px;
  min-height: 100%;
}
.testimonials.style-1 .content .info::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9991;
}
.testimonials.style-1 .content .info .client_card {
  border: 1px solid #9994;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.testimonials.style-1 .content .info .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonials.style-1 .content .info .client_card .user_img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials.style-1 .content .info .client_card .inf_content h6 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 15px;
}
.testimonials.style-1 .content .info .client_card .inf_content p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.testimonials.style-1 .content .info .client_card .inf_content p span {
  text-transform: capitalize;
}
.reviews.style-2 {
  position: relative;
}
.swiper-slide .reviews_card.style-2 {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
  -ms-transform: scale(0.8) translateY(20px);
  transform: scale(0.8) translateY(20px);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.swiper-slide.swiper-slide-active .reviews_card.style-2 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.testimonials.style-3 {
  background-color: #f0eff5;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 5;
}
.testimonials.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}
.testimonials.style-4 .content {
  border-bottom: 1px solid #9993;
  padding-bottom: 80px;
}
.testimonials.style-4 .content .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials.style-4 .content .numbs .num-card .icon {
  height: 100px;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonials.style-4 .content .numbs .num-card h2 {
  color: var(--color-blue4);
}
.testimonials.style-4 .content .numbs .num-card p {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}
.testimonials.style-4 .content .numbs .num-card:not(:last-of-type) {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #9993;
}
.testimonials.style-4 .content .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials.style-4 .content .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #95cdff;
  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;
  border-radius: 50%;
}
.testimonials.style-4 .content .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}
.content .play-btn:hover .icon {
  border-color: #0087fd !important;
}
.testimonials.style-4 .content .stars {
  font-size: 10px;
  color: #fdb900;
  margin-bottom: 5px;
}
.testimonials.style-4 .content .testi-cards {
  position: relative;
  padding: 0 5vw;
}
.testimonials.style-4 .content .testi-cards .client_card {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0 rgba(45, 42, 61, 0.1);
  box-shadow: -4.104px 11.276px 38px 0 rgba(45, 42, 61, 0.1);
  margin: 20px;
}
.testimonials.style-4 .content .testi-cards .client_card .user_img {
  /* margin-left: 25px; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.testimonials.style-4 .content .testi-cards .client_card .user_img img {
  width: 90px;
  height: 90px;
  /* border-radius: 50%; */
  -o-object-fit: cover;
  object-fit: cover;
}
.testimonials.style-4 .content .testi-cards .client_card .inf_content h6 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
}
.testimonials.style-4 .content .testi-cards .client_card .inf_content p {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
.testimonials.style-4 .content .testi-cards .client_card .inf_content p span {
  text-transform: capitalize;
  color: #2e99f5;
}
.testimonials.style-4 .content .testi-cards .client_card:nth-of-type(2) {
  right: -5vw;
}
.testimonials.style-4 .content .testi-cards .testi-globe {
  position: absolute;
  top: -80px;
  left: 0;
  width: 110%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.testi-card.style-5 {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
}
.testi-card.style-5:hover {
  -webkit-box-shadow: 0 30px 60px 0 #0a2b5326;
  box-shadow: 0 30px 60px 0 #0a2b5326;
}
.testi-card.style-5:hover .card-title {
  color: var(--color-blue5);
}
.testi-card.style-5 .stars i {
  color: #27a700;
  font-size: 15px;
}
.testi-card.style-5 .text {
  font-size: 19px;
  line-height: 1.6;
  color: #000;
  margin-top: 15px;
}
.testi-card.style-5 .user h6 {
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: 700;
}
.testi-card.style-5 .user small {
  font-size: 11px;
  color: #666;
}
.testimonials.style-6 {
  padding: 50px 0 120px;
}
.testimonials.style-6 .testi-slider.style-6 .icon {
  width: 95px;
  height: 95px;
  background-color: var(--color-blue6);
  color: #fff;
  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;
  border-radius: 60% 40% 40% 40%;
  font-size: 35px;
}
.testimonials.style-6 .testi-slider.style-6 .testi-card .text {
  color: #000;
  font-size: 23px;
  line-height: 1.4;
}
.testimonials.style-6 .img {
  position: relative;
  margin-top: 50px;
}
.testimonials.style-6 .img img {
  position: relative;
  z-index: 5;
}
.testimonials.style-7 {
  position: relative;
  background-color: #f0eff5;
}
.testimonials.style-7 .container {
  position: relative;
  z-index: 10;
}
.testimonials.style-7::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(transparent)
  );
  background: -webkit-linear-gradient(top, #fff, transparent);
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}
.testimonials.style-7 .img_back {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}
.testimonials.style-7 .testi-card {
  z-index: 2;
}
.testimonials.style-7 .testi-card .text {
  font-size: 24px;
  text-align: center;
}
.testimonials.style-7 .testi-card .author {
  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;
  margin-top: 40px;
}
.testimonials.style-7 .testi-card .author .inf p {
  color: #946ed6;
}
.testimonials.style-7 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: 700;
}
.testimonials.style-8 .testi-card .info {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.testimonials.style-8 .testi-card .info::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 100px;
  width: 50px;
  height: 20px;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.testimonials.style-8 .testi-card .info .stars {
  color: var(--color-orange1);
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
}
.testimonials.style-8 .testi-card .info p {
  font-size: 20px;
  position: relative;
  z-index: 5;
}
.testimonials.style-8 .testi-card .info .icon {
  position: absolute;
  width: 100px;
  right: 30px;
  top: 30px;
  pointer-events: none;
}
.testimonials.style-8 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials.style-8 .testi-card .author .inf p {
  color: var(--color-main);
  text-transform: uppercase;
}
.testimonials.style-8 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: 700;
}
.testimonials.style-9 {
  background-image: url(../img/testimonials/testi9_back.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonials.style-9 .testi-head h3 {
  font-size: 30px;
  color: var(--color-darkBlue2);
}
.testimonials.style-9 .testi-card .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.testimonials.style-9 .testi-card .stars .star {
  width: 20px;
  -webkit-margin-end: 1px;
  margin-inline-end: 1px;
}
.testimonials.style-9 .testi-card .text {
  font-size: 17px;
  color: var(--color-darkBlue2);
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.7;
  min-height: 150px;
}
.testimonials.style-9 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials.style-9 .testi-card .author .inf p {
  color: #666;
}
.testimonials.style-9 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-darkBlue2);
}
.testimonials.style-11 {
  background-color: #f6f6f6;
}
.testimonials.style-11 .testimonials-slider11 {
  position: relative;
}
.testimonials.style-11 .testimonials-slider11::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.testimonials.style-11 .testimonials-slider11 .swiper-container {
  padding-bottom: 30px;
}
.testimonials.style-11 .testimonials-slider11 .swiper-slide {
  padding: 30px;
}
.testimonials.style-11 .logos-content {
  background-color: #fff;
}
.testimonials.style-11 .logos-content .logos {
  border-bottom: 1px solid #9993;
}
.testimonials.style-11 .logos-content .logos .row > div {
  text-align: center;
}
.testimonials.style-11 .logos-content .logos .row > div:first-of-type {
  text-align: start;
}
.testimonials.style-11 .logos-content .logos .row > div:last-of-type {
  text-align: end;
}
.testimonials.style-11 .logos-content .logos .logo {
  opacity: 30%;
  margin-bottom: 30px;
}
.testimonials.style-11 .logos-content .logos .logo:hover {
  opacity: 1;
}
.testimonials.style-11 .logos-content p {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  color: #777;
}
.testimonials.style-11 .logos-content p strong {
  color: #000;
}
.testimonials.style-13 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaedf2),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(top, #eaedf2, transparent);
  background-image: -o-linear-gradient(top, #eaedf2, transparent);
  background-image: linear-gradient(to bottom, #eaedf2, transparent);
}
.testimonials.style-13 .testi-card {
  text-align: center;
  margin-top: 50px;
}
.testimonials.style-13 .testi-card .info {
  padding: 0 3vw;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}
.testimonials.style-13 .testi-card .info .icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50%;
  pointer-events: none;
  z-index: -1;
}
.testimonials.style-13 .testi-card .info .card-tag {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-orange3);
  background-color: #15141a;
  padding: 20px 40px;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.testimonials.style-13 .testi-card .info p {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
  margin-bottom: 20px;
}
.testimonials.style-13 .testi-card .info .stars {
  color: #fca61f;
}
.testimonials.style-13 .testi-card .img {
  position: relative;
  z-index: 20;
  margin-top: -30px;
}
.testimonials.style-13 .testi-card .img .user_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  margin-bottom: 30px;
}
.testimonials.style-13 .testi-card .img h6 {
  font-size: 18px;
  font-weight: 700;
}
.testimonials.style-13 .testi-card .img p {
  color: #999;
  margin-top: 5px;
}
.testimonials.style-14 {
  position: relative;
  background-color: #ecf0f3;
}
.testimonials.style-14 .testi-card {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  padding: 50px 40px;
}
.testimonials.style-14 .testi-card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px #0001;
  box-shadow: 0 0 15px #0001;
  position: absolute;
  top: -40px;
  right: 30px;
}
.testimonials.style-14 .testi-card .user-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 40px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials.style-14 .testi-card .info .stars {
  color: var(--color-red1);
  margin-bottom: 10px;
}
.testimonials.style-14 .testi-card .info .text {
  font-size: 18px;
  color: #171717;
  margin-bottom: 20px;
  line-height: 1.7;
}
.testimonials.style-14 .testi-card .info h6 {
  font-size: 18px;
  color: #171717;
  font-weight: 700;
  margin-bottom: 10px;
}
.pricing.style-2 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#010049),
    to(#157aa6)
  );
  background: -webkit-linear-gradient(top, #010049, #157aa6);
  background: -o-linear-gradient(top, #010049, #157aa6);
  background: linear-gradient(to bottom, #010049, #157aa6);
  position: relative;
}
.pricing.style-2 .toggle_switch .form-check-label {
  pointer-events: none;
}
.pricing.style-2 .monthly_price {
  display: none;
}
.pricing.style-2 .monthly_price.show {
  display: block;
}
.pricing_card.style-2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 85px 50px 50px;
  border: 1px solid #3d9dd1;
}
.pricing_card.style-2 p {
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-size: 16px;
}
.pricing_card.style-2 .price .h2 small {
  font-size: 13px;
  position: relative;
  top: -12px;
}
.pricing_card.style-2 ul {
  min-height: 164px;
}
.pricing_card.style-2 ul li {
  border-color: #3d9dd181 !important;
}
.pricing.style-3 {
  position: relative;
}
.pricing.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}
.pricing-card.style-3 {
  padding: 30px;
  border-radius: 20px;
  background-color: #f3f2f7;
}
.pricing-card.style-3 .card-head {
  border-bottom: 1px solid #9993;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pricing-card.style-3 .card-head h4 {
  font-size: 19px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-card.style-3 .card-head h4 small {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff !important;
  background-color: #6e27ff;
  margin: 0 5px;
}
.pricing-card.style-3 .card-head small {
  font-size: 11px;
  color: #999;
}
.pricing-card.style-3 .card-head .price {
  text-align: right;
}
.pricing-card.style-3 .card-head .price h5 {
  font-size: 20px;
  color: var(--color-blue2);
  font-weight: 700;
}
.pricing-card.style-3 .card-body {
  min-height: 180px;
  padding: 20px 0;
}
.pricing-card.style-3 .card-body li {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing-card.style-3 .card-body li small {
  font-size: 11px;
  margin: 5px 0;
}
.pricing-card.style-3 .card-body li i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--color-blue2);
  font-size: 20px;
  margin-right: 10px;
}
.pricing-card.style-3.dark-card {
  background-color: var(--color-blue2);
}
.pricing-card.style-3.dark-card .card-head {
  border-bottom: 1px solid #99f;
}
.pricing-card.style-3.dark-card .card-head h4,
.pricing-card.style-3.dark-card .card-head h5 {
  color: #fff;
}
.pricing-card.style-3.dark-card .card-head small {
  color: #99f;
}
.pricing-card.style-3.dark-card .card-body li {
  color: #fff;
}
.pricing-card.style-3.dark-card .card-body li i {
  color: #99f;
}
.pricing-card.style-3.dark-card .btn {
  background-color: #fff !important;
}
.pricing-card.style-3.dark-card .btn span {
  color: #000;
}
.pricing.style-4 .form-check-input.bg-blue4 {
  background-color: var(--color-blue4);
  border-color: var(--color-blue4);
}
.pricing.style-4 .content .row .col-lg-6:nth-of-type(1) .price-card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
}
.pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f7fd;
}
.pricing.style-4 .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px;
}
.pricing.style-4 .content .price-card .off {
  position: absolute;
  width: 85px;
  height: 85px;
  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;
  text-align: center;
  color: #fff;
  background-image: url(../img/pricing/off.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: 45px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing.style-4 .content .price-card .price-header {
  border-bottom: 1px solid #e9e8ee;
}
.pricing.style-4 .content .price-card .price-header h6 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing.style-4 .content .price-card .price-header h6 .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.pricing.style-4 .content .price-card .price-header h2 {
  font-size: 37px;
  color: #000;
  margin: 12px 0 5px;
}
.pricing.style-4 .content .price-card .price-header h2 small {
  font-size: 15px;
  font-weight: 300;
}
.pricing.style-4 .content .price-card .price-header p {
  font-size: 12px;
  color: #666;
}
.pricing.style-5 .content {
  min-width: 800px;
  margin-top: 50px;
}
.pricing.style-5 .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
}
.pricing.style-5 .content .price-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing.style-5 .monthly_price {
  display: none;
}
.pricing.style-8 .pricing-head {
  padding: 100px 0 70px;
  background-color: #000;
}
.pricing.style-8 .pricing-body {
  position: relative;
}
.pricing.style-8 .pricing-body::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
}
.pricing.style-8 .pricing-body .content {
  padding-bottom: 100px;
  border-bottom: 1px solid #9993;
}
.pricing.style-8 .pricing-body .popular-head {
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--color-orange1);
  color: #fff;
  text-transform: uppercase;
  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;
}
.pricing.style-8 .pricing-body .pricing-card {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}
.pricing.style-8 .pricing-body .pricing-card:hover .price .price-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.pricing.style-8 .pricing-body .pricing-card:hover .price p {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 1;
}
.pricing.style-8 .pricing-body .pricing-card .pricing-title {
  margin-bottom: 40px;
}
.pricing.style-8 .pricing-body .pricing-card .pricing-title h2 {
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
}
.pricing.style-8 .pricing-body .pricing-card .pricing-title p {
  font-size: 16px;
  color: #666;
}
.pricing.style-8 .pricing-body .pricing-card .price {
  position: relative;
  margin-bottom: 40px;
  height: 60px;
  border-radius: 50px;
  background-color: #eff4fc;
  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;
  overflow: hidden;
}
.pricing.style-8 .pricing-body .pricing-card .price p {
  font-size: 16px;
  color: var(--color-main);
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pricing.style-8 .pricing-body .pricing-card .price .price-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  background-color: var(--color-main);
  color: #fff;
  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;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  visibility: hidden;
}
.pricing.style-8 .pricing-body .pricing-card .price .price-btn i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.pricing.style-8 .pricing-body .pricing-card .pricing-info li {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}
.pricing.style-8 .pricing-body .pricing-card .pricing-info li .icon {
  width: 20px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}
.pricing.style-9 .pricing-card {
  padding: 50px;
  background-color: #fff;
  border-radius: 6px;
}
.pricing.style-9 .pricing-card .card-head {
  margin-bottom: 20px;
}
.pricing.style-9 .pricing-card .card-head h5 {
  font-size: 20px;
  color: var(--color-darkBlue2);
  font-weight: 700;
  margin-bottom: 5px;
}
.pricing.style-9 .pricing-card .card-head p {
  color: #666;
  font-size: 14px;
}
.pricing.style-9 .pricing-card .price {
  font-size: 40px;
  color: var(--color-darkBlue2);
}
.pricing.style-9 .pricing-card .price small {
  font-size: 20px;
  font-weight: 300;
}
.pricing.style-9 .pricing-card li {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.pricing.style-9 .offer-text {
  text-align: center;
  color: var(--color-darkBlue2);
  font-size: 18px;
  margin-top: 50px;
}
.pricing.style-9 .offer-text a {
  color: #6c41ff;
  text-decoration: underline !important;
}
.blog.style-1 .content .blog_slider {
  position: relative;
}
.blog.style-2 {
  background-image: url(../img/num_back.png);
  background-size: cover;
  position: relative;
}
.blog.style-2 .card-img-top {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.blog.style-3 {
  background-color: #f0eff5;
  position: relative;
}
.blog.style-3 .card .img {
  height: 120px;
}
.blog.style-3 .card .card-body .card-title {
  font-size: 18px;
  font-weight: 700;
  max-width: 85%;
  margin-top: 10px;
  min-height: 45px;
}
.blog.style-3 .card .card-body .small {
  font-size: 10px;
}
.blog.style-3 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}
.blog.style-3 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.blog.style-6 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog.style-6 .content .blog-card.style-6 {
  width: 30%;
  position: relative;
}
.blog.style-6 .content .blog-card.style-6.card-center::after {
  position: absolute;
  content: "";
  right: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9994;
}
.blog.style-6 .content .blog-card.style-6.card-center::before {
  position: absolute;
  content: "";
  left: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9994;
}
.blog.style-6 a:hover {
  color: var(--color-blue6);
}
.blog-card.style-6 {
  position: relative;
  height: 100%;
}
.blog-card.style-6 .img {
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-card.style-6 .info {
  padding: 30px 0;
}
.blog-card.style-6 .info .blog-title {
  color: #000;
  font-size: 22px;
  margin: 10px 0 10px;
}
.blog-card.style-6 .info .text {
  color: #666;
  font-size: 13px;
}
.blog.style-7 {
  position: relative;
  background-color: #f0eff5;
}
.blog-card.style-7 .img {
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-card.style-7 .info h4.title {
  font-size: 22px;
  margin-top: 20px;
}
.blog.style-10 .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog.style-10 .blog-card .img {
  width: 32%;
}
.blog.style-10 .blog-card .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog.style-10 .blog-card .info {
  padding: 35px;
  background-color: #fff;
  width: 68%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog.style-10 .blog-card .info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog.style-10 .blog-card .info p {
  color: #777;
  font-size: 14px;
  margin-bottom: 30px;
}
.blog.style-13 {
  background-color: #eaedf2;
}
.blog.style-13 .blog-item {
  position: relative;
  margin-top: 30px;
}
.blog.style-13 .blog-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #dbdfe5;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog.style-13 .blog-item:hover::before {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.blog.style-14 .row .col-lg-4 .blog-item::after {
  position: absolute;
  content: "";
  right: -24px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #9992;
}
.blog.style-14 .row .col-lg-4:last-of-type .blog-item::after {
  display: none;
}
.blog.style-14 .blog-item {
  position: relative;
  margin-top: 30px;
}
.blog.style-14 .blog-item .img {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
.blog.style-14 .blog-item .info {
  padding-top: 30px;
}
.blog.style-14 .blog-item .info h5 {
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
}
.blog.style-14 .blog-item .info .more {
  text-transform: uppercase;
  padding-top: 25px;
}
.blog.style-14 .blog-item .info .more:hover {
  color: var(--color-red1);
  text-decoration: underline !important;
}
.blog.style-15 {
  background-color: #080019;
}
.blog.style-15 .main-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0c0125;
}
.blog.style-15 .main-card .img {
  height: 400px;
}
.blog.style-15 .main-card .info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
}
.blog.style-15 .main-card .info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog.style-15 .main-card .info p {
  color: #9485b6;
  font-size: 13px;
}
.blog.style-15 .main-card .info .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog.style-15 .main-card .info .author .inf p {
  color: #9485b6;
}
.blog.style-15 .main-card .info .author .inf h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.blog.style-15 .main-card .center_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  padding: 13px;
  background-color: var(--color-red2);
  border-radius: 50%;
}
.faq.style-3 .accordion-item {
  border: 0;
  border-bottom: 1px solid #9995;
  background: 0 0;
}
.faq.style-3 .accordion-item .accordion-button {
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  padding: 25px 15px;
}
.faq.style-3 .accordion-item .accordion-button::after {
  background-size: 15px;
}
.faq.style-3 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: var(--color-blue2);
  padding-top: 30px;
}
.faq.style-3 .accordion-item .accordion-collapse {
  background-color: #fff;
}
.faq.style-3 .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 10px;
  color: #666;
}
.faq.style-3.style-4 .accordion-item {
  border: 0;
  border-radius: 7px;
  overflow: hidden;
}
.faq.style-3.style-4 .accordion-item .accordion-button {
  padding: 15px;
  font-size: 15px;
}
.faq.style-3.style-4 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f4f2fb;
  color: var(--color-blue4);
  padding-bottom: 10px;
}
.faq.style-3.style-4 .accordion-item .accordion-collapse {
  background-color: #f4f2fb;
}
.faq.style-3.style-4 .accordion-item .accordion-collapse .accordion-body {
  font-size: 13px;
}
.faq.style-10 {
  position: relative;
  overflow: hidden;
}
.faq.style-10::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -webkit-linear-gradient(135deg, #fff, transparent);
  background: -o-linear-gradient(135deg, #fff, transparent);
  background: linear-gradient(-45deg, #fff, transparent);
  left: 5%;
  top: -150px;
}
.faq.style-10::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--color-blue7);
  right: 0;
  top: 20%;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}
.faq.style-10 .accordion-item {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #9995;
}
.faq.style-10 .accordion-collapse {
  border-bottom: 1px solid var(--color-blue7);
}
.faq.style-10 .accordion-button {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.faq.style-10 .accordion-button::after {
  background-size: 15px;
}
.faq.style-10 .accordion-body {
  padding-top: 0;
}
.faq.style-10 p {
  color: #777;
}
.faq.style-10 .faq-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.faq.style-10 .faq-form h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.faq.style-10 .integration-card {
  position: relative;
}
.faq.style-10 .integration-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.faq.style-10 .integration-card .content {
  position: relative;
  background-color: var(--color-blue7);
  color: #fff;
  text-align: center;
  padding: 120px 0;
  border-radius: 20px;
  margin-top: 120px;
}
.faq.style-10 .integration-card .content p {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.faq.style-10 .integration-card .content h3 {
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.faq.style-10 .integration-card .content .btn {
  position: relative;
  z-index: 10;
}
.faq.style-10 .integration-card .icons .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  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: #5042dc;
  padding: 10px;
  pointer-events: none;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(1) {
  bottom: 85px;
  right: -35px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(2) {
  top: 100px;
  right: 50px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(3) {
  bottom: 60px;
  right: 18%;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(4) {
  top: 15px;
  right: 25%;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(5) {
  bottom: 100px;
  right: 33%;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(6) {
  top: -35px;
  left: 30%;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(7) {
  bottom: 45%;
  left: 20%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(8) {
  bottom: 20px;
  left: 25%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(9) {
  bottom: -35px;
  left: 80px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(10) {
  top: 80px;
  left: -35px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.faq.style-15 {
  position: relative;
}
.faq.style-15::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #080019;
}
.faq.style-15 .row .col-lg-6:nth-of-type(2) .faq-card {
  border-top: 3px solid #fffd4a;
}
.faq.style-15 .row .col-lg-6:nth-of-type(3) .faq-card {
  border-top: 3px solid #ff7d6c;
}
.faq.style-15 .row .col-lg-6:nth-of-type(4) .faq-card {
  border-top: 3px solid #1595ef;
}
.faq.style-15 .row .col-lg-6:nth-of-type(5) .faq-card {
  border-top: 3px solid #77c163;
}
.faq.style-15 .row .col-lg-6:nth-of-type(6) .faq-card {
  border-top: 3px solid #9849d4;
}
.faq.style-15 .faq-card {
  position: relative;
  padding: 30px;
  background-color: #ffffff07;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid transparent;
  border-top: 3px solid var(--color-red2);
  margin-top: 30px;
}
.faq.style-15 .faq-card .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
  opacity: 0.5;
}
.faq.style-15 .faq-card .info {
  padding: 10px;
}
.faq.style-15 .faq-card .info h6 {
  margin-bottom: 10px;
}
.faq.style-15 .faq-card .info p {
  font-size: 16px;
  color: #83779e;
}
.community.style-4 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.community.style-4 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  /* border-right: 1px solid #9993; */
  padding: 20px 0;
}
.community.style-4 .content .commun-card:last-of-type {
  border: 0;
}
.community.style-4 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
}
.community.style-4 .content .commun-card .icon i {
  font-size: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#232323),
    color-stop(30%, #0079d3),
    color-stop(30%, #0079d3),
    color-stop(73%, #0088ff),
    to(#2cafff)
  );
  background-image: -webkit-linear-gradient(
    left,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
  background-image: -o-linear-gradient(
    left,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
  background-image: linear-gradient(
    to right,
    #232323 0,
    #0079d3 30%,
    #0079d3 30%,
    #0088ff 73%,
    #2cafff 100%
  );
}
.community.style-4 .content .commun-card .inf h5 {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}
.community.style-4 .content .commun-card .inf p {
  font-size: 12px;
  color: #666;
}
.community.style-5 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.community.style-5 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid #9993;
  padding: 10px 0;
}
.community.style-5 .content .commun-card:last-of-type {
  border: 0;
}
.community.style-5 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}
.community.style-5 .content .commun-card .icon img {
  -webkit-filter: drop-shadow(-10px 10px 20px #084cba77);
  filter: drop-shadow(-10px 10px 20px #084cba77);
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}
.community.style-5 .content .commun-card .inf h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}
.community.style-12 {
  position: relative;
}
.community.style-12::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #0f0e13;
}
.community.style-12 .content {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  border: 1px solid var(--color-yellowGreen);
  border-radius: 5px;
  z-index: 5;
  background-color: #15141a;
}
.community.style-12 .content h2 {
  font-weight: 600;
  font-size: 30px;
}
.community.style-12 .content h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-yellowGreen);
}
.screenshots.style-4 {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px;
}
.screenshots.style-4::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  z-index: 10;
}
.screenshots.style-4 .screenshots-slider {
  position: absolute;
  top: 110px;
  width: calc(100% + 120px);
  left: -60px;
}
.screenshots.style-4 .screenshots-slider .img {
  margin: 0 auto;
  height: 420px;
  width: 190px;
}
.screenshots.style-4 .screenshots-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.screenshots.style-4 .mob-hand {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%);
  height: 600px;
  z-index: 10;
  max-width: none;
}
.screenshots.style-11 .links {
  text-transform: capitalize;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}
.screenshots.style-11 .links .img {
  position: relative;
}
.screenshots.style-11 .links .img img {
  width: 50px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  position: relative;
  z-index: 10;
}
.screenshots.style-11 .links .img::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 25px;
  height: 1000px;
  width: 1px;
  border: 1px dashed #9994;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(1) .img::after {
  -webkit-transform: rotate(-74deg);
  -ms-transform: rotate(-74deg);
  transform: rotate(-74deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(2) .img::after {
  -webkit-transform: rotate(-66deg);
  -ms-transform: rotate(-66deg);
  transform: rotate(-66deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(3) .img::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(4) .img::after {
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(5) .img::after {
  -webkit-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  transform: rotate(57deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(6) .img::after {
  -webkit-transform: rotate(71deg);
  -ms-transform: rotate(71deg);
  transform: rotate(71deg);
}
.screenshots.style-11 .main-img {
  position: relative;
}
.screenshots.style-11 .main-img .link-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #0001;
  box-shadow: 0 0 15px #0001;
  left: calc(50% - 28px);
  top: -25px;
  z-index: 20;
}
.screenshots.style-14 .img {
  position: relative;
}
.screenshots.style-14 .img .row .col-6:last-of-type .main-img {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.screenshots.style-14 .img::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-red1);
  top: 0;
  right: 0;
  -webkit-animation: right_left 20s alternate infinite linear;
  animation: right_left 20s alternate infinite linear;
}
.screenshots.style-14 .img::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #ecf0f3;
  bottom: -50px;
  right: 0;
  -webkit-animation: right_left 5s -1s alternate infinite linear;
  animation: right_left 5s -1s alternate infinite linear;
}
.screenshots.style-14 .img .main-img {
  position: relative;
  z-index: 10;
}
.screenshots.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
@-webkit-keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.features.style-4 {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden;
}
.features.style-4 .img-circle {
  position: absolute;
  top: 40px;
  width: 76%;
  left: 12%;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.features.style-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.features.style-4 .content .features-card {
  text-align: center;
}
.features.style-4 .content .features-card .icon {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto 30px;
  position: relative;
}
.features.style-4 .content .features-card .icon .label {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  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;
  font-size: 10px;
}
.features.style-4 .content .features-card h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}
.features-card.style-5:hover {
  -webkit-box-shadow: 0 46px 77px 0 #0a2b5326;
  box-shadow: 0 46px 77px 0 #0a2b5326;
}
.features-card.style-5:hover .card-title {
  color: var(--color-blue5);
}
.features-card.style-5 .icon {
  margin-bottom: 40px;
}
.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px #07397235);
  filter: drop-shadow(0 25px 20px #07397235);
}
.features-card.style-5 .card-title {
  color: #000;
  font-size: 17.5px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-5 .text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #777;
}
.features.style-7 {
  position: relative;
  background-color: #f0eff5;
  overflow: hidden;
}
.features.style-7 .img-circle {
  position: absolute;
  top: -120px;
  left: 25%;
  width: 700px;
  height: 700px;
  max-width: 50%;
  pointer-events: none;
}
.features.style-7 .features-slider7 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.features.style-7 .features-slider7 .swiper-slide {
  padding: 30px 0;
}
@media screen and (min-width: 991px) {
  .features-slider7 {
    position: relative;
  }
  .features-slider7 .swiper-slide {
    width: 470px !important;
  }
}
.features-card.style-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-7::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
  background-color: #fff8;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-7:hover {
  top: -20px;
}
.features-card.style-7:hover::before {
  bottom: -20px;
}
.features-card.style-7 .icon {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.features-card.style-7 .icon img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.features-card.style-7 .info h5 {
  font-size: 24px;
  font-weight: 700;
}
.features.style-10 {
  border-bottom: 1px solid #9995;
}
.features.style-10 .col-lg-3:last-of-type .feat-card {
  border: 0;
}
.features.style-10 .feat-card {
  padding: calc(15px + 2vw);
  border-right: 1px solid #9995;
}
.features.style-10 .feat-card .icon {
  margin-bottom: 30px;
}
.features.style-10 .feat-card .icon img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}
.features.style-10 .feat-card .info a {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}
.features.style-10 .feat-card .info h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.features.style-10 .feat-card .info p {
  color: #666;
}
.features.style-11 .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.features.style-11 .info li .icon {
  width: 60px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}
.features.style-11 .info li p {
  font-size: 18px;
}
.features.style-11 .features-cards {
  position: relative;
}
.features.style-11 .features-cards .cards-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features.style-11 .features-cards .cards-side .feat-card {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 16px 32px 0 #0000000f;
  box-shadow: 0 16px 32px 0 #0000000f;
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.features.style-11 .features-cards .cards-side .feat-card .icon {
  height: 65px;
  margin-bottom: 30px;
}
.features.style-11 .features-cards .cards-side .feat-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.features.style-11 .features-cards .cards-side .feat-card h3 span {
  color: var(--color-green);
  display: block;
}
.features.style-9 .accordion .accordion-button {
  background: 0 0 !important;
  color: #000 !important;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
  padding: 25px 16px;
}
.features.style-9 .accordion .accordion-button::after {
  background-size: 12px;
}
.features.style-9 .accordion .accordion-button span {
  color: var(--color-green);
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
.features.style-9 .accordion .accordion-body {
  font-size: 16px;
  color: #666;
  padding-left: 60px;
  padding-top: 0;
}
.features.style-12 {
  position: relative;
  background-color: #100f14;
}
.features.style-14 {
  position: relative;
  background-color: #ecf0f3;
}
.features.style-14::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
}
.features.style-14 .content {
  padding: 100px 5vw 0 5vw;
  background-color: #fff;
  border-radius: 15px;
}
.features.style-15 {
  background-image: url(../img/feat_15_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 250px 0 100px;
}
.features.style-15 .features-card {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #fff2;
  border-radius: 10px;
  text-align: center;
}
.features.style-15 .features-card:hover {
  border: 1px solid var(--color-yellowGreen);
}
.features.style-15 .features-card .icon {
  height: 120px;
  margin-bottom: 40px;
}
.features.style-15 .features-card h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.features.style-15 .features-card p {
  color: #fff;
  opacity: 60%;
}
.clients.style-4 {
  background-color: #f0eff5;
  position: relative;
  z-index: 25;
}
.clients.style-4 .client-logos {
  border-bottom: 1px solid #9994;
}
.clients.style-4 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}
.clients.style-4 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.clients.style-5 .content .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #9994;
  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;
  margin: 5px;
  height: 150px;
}
.clients.style-5 .content .img.img-card {
  width: 19%;
}
.clients.style-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.clients.style-9 .client-card {
  padding: 50px;
  border: 1px solid #9993;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients.style-9 .client-card:hover {
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 32px 0 #0000000f;
  box-shadow: 0 16px 32px 0 #0000000f;
}
.clients.style-9 .client-card:hover .info a {
  margin-left: 0;
}
.clients.style-9 .client-card .info h5 {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-darkBlue2);
  margin-bottom: 10px;
}
.clients.style-9 .client-card .info h5 span {
  color: #6c41ff;
  text-decoration: underline !important;
}
.clients.style-9 .client-card .info p {
  color: #666;
}
.clients.style-9 .client-card .info a {
  font-weight: 700;
  color: var(--color-darkBlue2);
  margin-left: -20px;
}
.clients.style-9 .logos-content {
  margin-top: 100px;
}
.clients.style-9 .logos-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-darkBlue2);
  padding-bottom: 20px;
  border-bottom: 1px solid #9993;
  text-align: center;
}
.clients.style-9 .logos-content h4 span {
  color: #6c41ff;
}
.clients.style-9 .logos-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
.clients.style-9 .logos-content .logos a {
  margin-top: 30px;
}
.clients.style-14 {
  background-color: #000;
  color: #fff;
}
.clients.style-14 .logos-content {
  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;
}
.clients.style-14 .logos-content a {
  margin-top: 30px;
}
.contact.style-1 {
  position: relative;
  overflow: hidden;
}
.contact.style-1 .container {
  position: relative;
  z-index: 5;
}
.contact.style-1 .content .contact_info p {
  color: #fff;
  font-size: 13px;
}
.contact.style-1 .content .contact_info ul {
  margin: 50px 0;
}
.contact.style-1 .content .contact_info ul li {
  color: #fff;
  margin: 15px 0;
}
.contact.style-1 .content .contact_info ul li strong {
  margin-right: 5px;
}
.contact.style-1 .content .contact_info a {
  color: #fff;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-size: 13px;
}
.contact.style-1 .content .contact_form .form-select {
  border: 0;
  font-size: 13px;
  min-height: 50px;
}
.contact.style-1 .contact_globe {
  position: absolute;
  left: 0;
  top: -10%;
  width: 47%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  max-height: none;
  -webkit-filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg)
    brightness(102%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(288deg)
    brightness(102%) contrast(102%);
  opacity: 0.3;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}
.contact.style-2 .global_2 {
  position: absolute;
  left: 25%;
  bottom: -500px;
  width: 55%;
  z-index: 2;
  opacity: 0.7;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.contact.style-6 .content {
  position: relative;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 100px 15px;
}
.contact.style-6 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s linear infinite;
  animation: gradient 20s linear infinite;
  border-radius: 30px;
  overflow: hidden;
}
.contact.style-6 .content .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}
.contact.style-6 .content .form {
  position: relative;
  z-index: 5;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.contact.style-13 {
  position: relative;
}
.contact.style-13::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #eaedf2;
}
.contact.style-13 .content {
  padding: 5vw;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}
.contact.style-13 .content .contact-info p {
  font-size: 16px;
  color: #666;
}
.contact.style-13 .content .contact-info li {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}
.contact.style-13 .content .contact-info li strong {
  color: #000;
}
.contact.style-14 {
  position: relative;
}
.contact.style-14::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ecf0f3;
}
.contact.style-14 .contact-card {
  position: relative;
  padding: 120px 4vw;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
  overflow: hidden;
}
.contact.style-14 .contact-card .row {
  position: relative;
  z-index: 5;
}
.contact.style-14 .contact-card .img_back {
  position: absolute;
  content: "";
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.download.style-5 .content h2 {
  font-size: 50px;
}
.download.style-5 .content h2 span {
  position: relative;
}
.integration.style-11 {
  background-color: #1b1b20;
}
.integration.style-11 .info {
  font-size: 16px;
  color: #9e9eac;
}
.integration.style-11 .icons {
  position: relative;
  height: 100%;
  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;
}
.integration.style-11 .icons .logo {
  width: 100px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.integration.style-11 .icons .icon {
  position: absolute;
  z-index: 10;
}
.integration.style-11 .icons .icon:nth-of-type(1) {
  top: 10%;
  right: 12%;
}
.integration.style-11 .icons .icon:nth-of-type(2) {
  top: 50%;
  right: 15%;
}
.integration.style-11 .icons .icon:nth-of-type(3) {
  bottom: 3%;
  right: 20%;
}
.integration.style-11 .icons .icon:nth-of-type(4) {
  top: 20%;
  left: 30%;
}
.integration.style-11 .icons .icon:nth-of-type(5) {
  top: 20%;
  left: 1%;
}
.integration.style-11 .icons .icon:nth-of-type(6) {
  bottom: 20%;
  left: 1%;
}
footer.style-1 {
  background-color: #000;
  position: relative;
}
footer.style-1 .content {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}
footer.style-1 a,
footer.style-1 li,
footer.style-1 p {
  font-size: 13px;
  color: #aaa7a7;
}
footer.style-1 a:hover {
  color: var(--color-main);
}
footer.style-1 .text {
  color: #fff;
  font-size: 14px;
}
footer.style-1 .foot_info li {
  margin: 20px 0;
}
footer.style-1 .foot_info li i {
  color: var(--color-main);
  font-size: 16px;
}
footer.style-1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.style-1 .links li {
  margin: 8px 0;
}
footer.style-1 .link_title {
  color: #fff;
  margin: 10px 0 15px;
}
footer.style-1 .foot {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #fff3;
}
footer.style-2 {
  background-color: #010040;
}
footer.style-3 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
footer.style-3 .items .title {
  font-weight: 700;
  margin-bottom: 30px;
}
footer.style-3 .items ul li {
  margin: 5px 0;
}
footer.style-3 .items ul li a {
  font-size: 12px;
}
footer.style-3 .items ul li a:hover {
  color: var(--color-blue2);
}
footer.style-3 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-3 .foot .logo {
  width: 120px;
}
footer.style-3 .foot .testi_lines {
  position: absolute;
  top: -10px;
}
footer.style-3 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
footer.style-4 {
  position: relative;
  background-color: #f0eff5;
  margin-top: 200px;
}
footer.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: 95%;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}
footer.style-4 .container {
  position: relative;
  z-index: 25;
}
footer.style-4 .foot {
  border-bottom: 1px solid #9999;
  padding: 30px 0;
}
footer.style-4 .foot .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer.style-4 .foot .links li a {
  font-size: 12px;
  margin: 0 15px;
  font-weight: 700;
}
footer.style-4 .foot .links li a.active,
footer.style-4 .foot .links li a:hover {
  color: var(--color-blue4);
}
footer.style-4 .copywrite {
  padding: 35px 0;
}
footer.style-5 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
footer.style-5 .items .title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  line-height: 1;
}
footer.style-5 .items ul li {
  margin: 5px 0;
}
footer.style-5 .items ul li a {
  font-size: 12px;
}
footer.style-5 .items ul li a:hover {
  color: var(--color-blue5);
}
footer.style-5 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-5 .foot .logo {
  width: 120px;
}
footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  color: #fff;
  background: #242424;
}
footer.style-6 .items .title {
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  color: #fff;
}
footer.style-6 .items ul li {
  margin: 5px 0;
}
footer.style-6 .items ul li a {
  font-size: 12px;
}
footer.style-6 .items ul li a:hover {
  color: var(--color-blue6);
}
footer.style-6 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-6 .foot .logo {
  width: 120px;
}
footer.style-7 {
  position: relative;
  background: url(../img/foot_7_pattern.png) #f0eff5;
  padding-bottom: 40px;
  background-size: cover;
  background-position: bottom;
}
footer.style-7 .info-logo {
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}
footer.style-7 .info-logo .logo {
  width: 200px;
  margin-bottom: 40px;
}
footer.style-7 .info-logo .text {
  font-size: 16px;
  margin-bottom: 30px;
}
footer.style-7 .links-side {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}
footer.style-8 {
  position: relative;
}
footer.style-8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(transparent)
  );
  background: -webkit-linear-gradient(top, #fff, transparent);
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}
footer.style-8 .container {
  position: relative;
  z-index: 10;
}
footer.style-8 .content .links-content .foot-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: capitalize;
}
footer.style-8 .content .links-content p {
  font-size: 16px;
  color: #666;
}
footer.style-8 .content .links-content .foot-info li {
  font-size: 16px;
  margin: 10px 0;
}
footer.style-8 .content .links-content .links li {
  margin: 15px 0;
}
footer.style-8 .content .links-content .links a {
  font-size: 14px;
}
footer.style-9 {
  background-color: #111352;
}
footer.style-9 .foot-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
  margin-top: 90px;
  text-transform: capitalize;
}
footer.style-9 .foot-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer.style-9 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.style-9 .links li {
  margin: 7px 0;
  width: 100%;
}
footer.style-9 .links a {
  color: #b6b7d3;
  text-transform: capitalize;
}
footer.style-9 .links a:hover {
  color: #fff;
}
footer.style-9 .links a small {
  font-size: 10px;
}
footer.style-9 .foot {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid #fff2;
}
footer.style-9 p {
  color: #b6b7d3;
}
footer.style-10 {
  position: relative;
  background-color: #000;
  color: #fff;
}
footer.style-10 .info-card {
  padding-top: 30px;
  border-top: 1px solid #fff2;
}
footer.style-10 .info-card h5 {
  font-size: 20px;
  font-weight: 500;
}
footer.style-10 h5 {
  font-size: 20px;
}
footer.style-10 .foot {
  padding: 40px 0;
  position: relative;
}
footer.style-10 .foot::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(#fff2),
    color-stop(#fff2),
    color-stop(#fff2),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent,
    #fff2,
    #fff2,
    #fff2,
    transparent
  );
  background: -o-linear-gradient(
    left,
    transparent,
    #fff2,
    #fff2,
    #fff2,
    transparent
  );
  background: linear-gradient(
    to right,
    transparent,
    #fff2,
    #fff2,
    #fff2,
    transparent
  );
}
footer.style-10 .foot .navbar-brand {
  width: 170px;
}
footer.style-11 {
  background-color: #1b1b20;
  color: #fff;
}
footer.style-11 .foot-links {
  position: relative;
}
footer.style-11 .foot-links::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(#fff2),
    color-stop(#fff2),
    color-stop(#fff2),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent,
    #fff2,
    #fff2,
    #fff2,
    transparent
  );
  background: -o-linear-gradient(
    left,
    transparent,
    #fff2,
    #fff2,
    #fff2,
    transparent
  );
  background: linear-gradient(
    to right,
    transparent,
    #fff2,
    #fff2,
    #fff2,
    transparent
  );
}
footer.style-11 .foot-links .links-item {
  margin-top: 40px;
}
footer.style-11 .foot-links .links-item h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
footer.style-11 .btn * {
  line-height: 1;
}
footer.style-11 a {
  font-size: 16px;
  color: #87878e;
  margin: 6px 0;
}
footer.style-11 a:hover {
  color: var(--color-green) !important;
}
footer.style-11 p {
  font-size: 16px;
  color: #87878e;
  margin: 6px 0;
}
footer.style-11 .foot {
  background-color: #131317;
  padding: 20px 0;
}
footer.style-12 {
  background-color: #0f0e13;
}
footer.style-12 p {
  font-size: 16px;
  color: #93919b;
}
footer.style-12 a {
  font-size: 16px;
  color: #93919b;
}
footer.style-12 a:hover {
  color: var(--color-yellowGreen);
}
footer.style-12 .content {
  padding: 90px 0;
}
footer.style-12 .content .foot-logo {
  width: 170px;
}
footer.style-12 .content .links h6 {
  margin-bottom: 30px;
  font-size: 18px;
}
footer.style-12 .content .links ul li {
  margin: 10px 0;
}
footer.style-12 .foot {
  padding: 30px 0;
  border-top: 1px solid #fff2;
  text-align: center;
}
footer.style-12 .foot p {
  font-size: 18px;
}
footer.style-13 {
  position: relative;
  background-color: #000;
}
footer.style-13::before {
  position: absolute;
  content: "";
  right: 0;
  top: -1px;
  height: 150px;
  width: 100%;
  background-color: #eaedf2;
}
footer.style-13 .content {
  background-color: #fff;
  padding: 100px 0;
  border-top-right-radius: 20px;
  position: relative;
  z-index: 10;
}
footer.style-13 .content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}
footer.style-13 .content h2::before {
  position: absolute;
  content: "\f086";
  font-family: "Font Awesome 5 pro";
  left: -50px;
  top: -50px;
  font-size: 100px;
  font-weight: 100;
  opacity: 0.1;
  pointer-events: none;
}
footer.style-13 .content p {
  font-size: 20px;
  color: #666;
}
footer.style-13 .foot {
  padding: 30px 0;
  color: #fff;
}
footer.style-13 .foot p {
  color: #999;
}
footer.style-13 .foot p a {
  color: #fff;
}
footer.style-13 .foot .links {
  text-align: center;
}
footer.style-13 .foot .links a {
  margin: 0 10px;
  color: #999;
}
footer.style-13 .foot .links a:hover {
  color: #fff;
}
@media screen and (min-width: 991px) {
  footer.style-13 {
    padding-right: calc((100vw - 1170px) / 2);
  }
  .testimonials.style-4 .content .testi-cards .client_card .user_img {
    margin-left: 30px;
  }
}
footer.style-14 {
  background-color: #ecf0f3;
  background-image: url(../img/footer/foot_14_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer.style-14 .payment-cards {
  position: relative;
}
footer.style-14 .payment-cards::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
footer.style-14 .foot-info .foot-logo {
  margin-bottom: 40px;
}
footer.style-14 .foot-info .foot-logo img {
  width: 175px;
}
footer.style-14 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.style-14 .links ul li {
  width: 50%;
  margin: 7px 0;
}
footer.style-14 a:hover {
  color: var(--color-red1);
}
footer.style-14 p {
  color: #666;
  font-size: 16px;
}
footer.style-15 {
  background-color: #04000e;
}
footer.style-15 .content {
  padding: 90px 0;
}
footer.style-15 .content .links-content .main-links ul li {
  width: 50%;
}
footer.style-15 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer.style-15 ul li {
  margin: 8px 0;
  width: 100%;
}
footer.style-15 a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
footer.style-15 a:hover {
  color: var(--color-red2);
}
footer.style-15 .foot {
  border-top: 1px solid #fff2;
  padding: 30px 0;
  text-align: center;
}
footer.style-15 .foot p {
  color: #918d98;
}
.portfolio-page.style-1 .download.style-5 {
  position: relative;
  overflow: hidden;
}
.portfolio-page.style-1 .download.style-5 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.single-project.style-5 .about-app.style-5 h1 {
  font-size: 55px;
}
.single-project.style-5 .about-app.style-5 .about-cards .about-card {
  text-align: center;
  padding: 15px;
}
.single-project.style-5 .about-app.style-5 .about-cards .about-card small {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-project.style-5 .about-app.style-5 .about-cards .about-card h6 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.single-project.style-5 .about-app.style-5 .img-content .img {
  position: relative;
}
.single-project.style-5 .about-app.style-5 .img-content .img .main-img {
  position: relative;
  z-index: 5;
}
.single-project.style-5 .about-app.style-5 .img-content .img .circle {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 15%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: rotate-center 100s linear infinite both reverse;
  animation: rotate-center 100s linear infinite both reverse;
}
.single-project.style-5 .screenshots {
  position: relative;
}
.single-project.style-5 .screenshots::after {
  position: absolute;
  content: "";
  background-image: url(../img/about/about_s4_wave.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  top: -1px;
  left: 0;
  z-index: 10;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.services-page .features {
  background-color: #e7f1ff;
}
.about-page header.style-5 {
  position: relative;
}
.about-page header.style-5 .info h1 {
  font-size: 55px;
}
.about-page .contact .content {
  border-top: 10px solid var(--color-blue5);
}
.blog-page.style-5 .all-news .card .img {
  height: 200px;
}
.blog-page.style-5 .all-news .card .card-body .card-title {
  min-height: unset;
  max-width: unset;
}
.blog-page.style-5 .all-news .card .card-body {
  position: relative;
  padding-bottom: 40px !important;
  height: 100%;
}
.blog-page.style-5 .all-news .card a:hover {
  color: var(--color-blue5);
}
.blog-page.style-5 .side-blog {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.blog-page.style-5 .side-blog .title {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 2px;
}
.blog-page.style-5 .blog-content-info .twitter-info .twitter-card {
  padding: 5vw;
  border-top: 2px solid #000;
}
.blog-page.style-5
  .blog-content-info
  .twitter-info
  .twitter-card
  .twitter-header
  .twitter-icon {
  font-size: 25px;
  color: #0cf;
}
.blog-page.style-5 .blog-share .share-icons a i {
  width: 25px;
  height: 25px;
  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;
  color: #fff;
  font-size: 12px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  border-radius: 50%;
}
.blog-page.style-5 .blog-share .share-icons a i.fa-twitter {
  background-color: #55acee;
}
.blog-page.style-5.color-4 .bg-main {
  background-color: var(--color-blue4) !important;
}
.product-page .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .product-info .category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.product-page .product-info .title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.product-page .product-info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  color: #d0d0d0;
}
.product-page .product-info .stars .active {
  color: #ffba00;
}
.product-page .product-info .price {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}
.product-page .product-info .info-text {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.product-page .product-info .info-list {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
.product-page .product-info .info-list li {
  margin-bottom: 5px;
}
.product-page .product-info .fav-btn {
  width: 45px;
  height: 45px;
  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;
  border-radius: 50%;
  border: 1px solid #0002;
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}
.product-page .product-info .fav-btn.active {
  color: #f73312;
}
.product-page .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}
.product-page .product-card:hover {
  padding-bottom: 60px;
}
.product-page .product-card:hover .img img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.product-page .product-card:hover .info {
  margin-top: -25px;
}
.product-page .product-card:hover .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.product-page .product-card .img {
  height: 130px;
}
.product-page .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-page .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-page .product-card .info .category {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.product-page .product-card .info .title {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.product-page .product-card .info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}
.product-page .product-card .info .stars .active {
  color: #ffba00;
}
.product-page .product-card .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
}
.product-page .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-page .product-card .btn span {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}
.product-page .product-card .btn:hover {
  background-color: #000;
}
.product-page .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}
.product-page .product-card .label.new {
  background-color: #ffb500;
}
.product-page .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.product-page .product-card .fav-btn.active {
  color: #f73312;
}
.faq-page.style-5 .faq-body .faq-category {
  padding: 50px;
  background-color: var(--color-blue5);
  border-radius: 5px;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.faq-page.style-5 .faq-body .faq-category h5 {
  margin-bottom: 20px;
}
.faq-page.style-5 .faq-body .faq-category li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
}
.faq-page.style-5 .faq-body .faq-category li a {
  position: relative;
  font-weight: 500;
  color: #fff;
}
.faq-page.style-5 .faq-body .faq-category li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-page.style-5 .faq-body .faq-category li a.active,
.faq-page.style-5 .faq-body .faq-category li a:hover {
  color: #fff;
  padding-left: 35px;
}
.faq-page.style-5 .faq-body .faq-category li a.active::before,
.faq-page.style-5 .faq-body .faq-category li a:hover::before {
  width: 20px;
  opacity: 1;
}
.faq-page.style-5 .faq-body .faq-category li span {
  font-weight: 300;
  opacity: 0.5;
}
.about-page.style-2 {
  color: #000;
}
.about-page.style-2 .about.style-2 {
  position: relative;
}
.about-page.style-2 .about.style-2 .img {
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
}
.about-page.style-2 .about.style-2 .info .text {
  color: #666;
  font-size: 16px;
}
.about-page.style-2 .about.style-2 .info .nav {
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #9993;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 40px 0 30px;
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link {
  position: relative;
  color: #000;
  border-radius: 0;
  background: 0 0;
  padding: 0;
  padding-left: 20px;
  font-weight: 700;
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #9999;
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link.active {
  color: var(--color-blue5);
}
body > main > section.faq.section-padding.style-4.pt-50 > div > div.content > div.test_list_search > div:nth-child(2){
  flex-grow: 1;
}
@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
  .section-head h2 {
    font-size: 25px;
  }
  .top-navbar.style-1 .top-links {
    display: none;
  }
  .navbar.style-1 {
    border-bottom: 1px solid #9993;
  }
  .navbar.style-1 .nav-side {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.style-1 .info {
    margin-bottom: 30px;
  }
  header.style-1 .info .text {
    width: 100%;
  }
  .about.style-1 .content {
    padding: 30px;
  }
  .about.style-1 .content .num-item {
    padding: 15px;
    border: 1px solid #fff5;
    margin: 5px 0;
  }
  .testimonials.style-1 .content .info {
    padding: 0;
  }
  .testimonials.style-1 .content .info::after {
    display: none;
  }
  .contact.style-1 .content .contact_info ul {
    margin: 15px 0;
  }
  .contact.style-1 .content .contact_form {
    margin-top: 30px;
  }
  footer.style-1 .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar.style-2 {
    padding: 25px 0 !important;
    position: relative !important;
    background: var(--color-main-grad);
  }
  .navbar.style-2 .navbar-collapse {
    margin-top: 30px;
  }
  .navbar.style-2 .container {
    border: 0;
  }
  header.style-2 br {
    display: none;
  }
  .section-head h2 {
    margin-bottom: 30px;
  }
  .reviews_card.style-2 br {
    display: none;
  }
  .pricing.style-2 {
    overflow: hidden;
  }
  .pricing.style-2 .pricing_card.style-2 {
    border: 1px solid var(--color-lightBlue) !important;
    margin: 10px 0 !important;
    border-radius: 0 !important;
  }
  .pricing.style-2 .mt-50 {
    margin-top: 30px;
  }
  .blog.style-2 {
    overflow: hidden;
  }
  .blog.style-2 .card {
    padding: 10px;
    border: 1px solid #fff3 !important;
  }
  .blog.style-2 .card h4 {
    font-size: 1rem !important;
  }
  .blog.style-2 .mt-80 {
    margin-top: 40px;
  }
  .contact.style-2 {
    padding-bottom: 150px;
  }
  .contact.style-2 h2 {
    letter-spacing: 1px;
  }
  .contact.style-2 .global_2 {
    bottom: -120px;
  }
  .contact.style-2 .mb-70 {
    margin-bottom: 30px;
  }
  .contact.style-2 .mb-50 {
    margin-bottom: 20px;
  }
  footer.style-2 .foot_links {
    text-align: initial !important;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer.style-2 .foot_links a {
    width: 50%;
    margin: 10px 0 !important;
  }
  footer.style-2 .text-center,
  footer.style-2 .text-end {
    text-align: initial !important;
  }
  .navbar.style-3 {
    position: relative !important;
    background-color: var(--color-blue2);
    padding: 20px 0;
  }
  .navbar.style-3 .navbar-collapse {
    margin-top: 15px;
  }
  header.style-3 {
    padding: 0 0 30px;
  }
  header.style-3 .main-img {
    display: none;
  }
  header.style-3 .content .info .h1 {
    font-size: 28px;
  }
  header.style-3 .content .info .h1 span:before {
    width: 100px;
    background-size: 100px;
  }
  header.style-3 .content .info .h5 {
    margin-top: 40px;
  }
  .style-3 .testi_lines {
    width: calc(100% - 30px) !important;
  }
  .about.style-3 .info .mb-70 {
    margin-bottom: 30px !important;
  }
  .about.style-3 .top-content {
    margin-bottom: 30px;
  }
  .pricing.style-3 .info {
    margin-bottom: 50px;
  }
  .pricing.style-3 .text.mb-30 {
    margin-bottom: 15px !important;
  }
  .pricing.style-3 .mt-60 {
    margin-top: 30px !important;
  }
  .section-head.style-3 h3 {
    font-size: 21px;
  }
  .blog.style-3 .card .img {
    height: 150px;
    margin-bottom: 5px;
  }
  .blog.style-3 .client-logos {
    margin-top: 30px !important;
  }
  .blog.style-3 .client-logos .img {
    margin: 20px 0;
  }
  footer.style-3 .items {
    margin-bottom: 50px;
  }
  footer.style-3 .items .title {
    margin-bottom: 20px;
  }
  footer.style-3 .foot {
    margin-top: 0;
  }
  footer.style-3 .foot .logo {
    margin-bottom: 20px;
  }
  .fs-10px {
    font-size: 8px !important;
  }
  .navbar.style-4 .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
  .navbar.style-4 {
    /* background-color: #f0eff5; */
    padding: 20px 0;
  }
  .navbar.style-4 .navbar-collapse {
    margin-top: 30px;
  }
  .style-4 .mb-60 {
    margin-bottom: 30px !important;
  }
  .style-4 .mb-70 {
    margin-bottom: 40px !important;
  }
  .style-4 br {
    display: none;
  }
  header.style-4 {
    overflow: hidden;
    text-align: center;
    padding-top: 0;
  }
  header.style-4 .content .info {
    margin-bottom: 50px;
  }
  header.style-4 .content .info h1 {
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 15px !important;
  }
  header.style-4 .content .info .title_small {
    margin-bottom: 20px !important;
  }
  header.style-4 .content .info .mt-100 {
    margin-top: 50px !important;
    margin-right: 0 !important;
  }
  header.style-4 .content .info .mt-50 {
    margin-top: 30px !important;
    justify-content: center;
  }
  header.style-4 .content .info br {
    display: none;
  }
  header.style-4 .content .info .btn,
  header.style-4 .content .info .small,
  header.style-4 .content .info small {
    font-size: 10px;
  }
  .clients.style-4 .client-logos .img {
    margin: 20px 0;
    text-align: center;
  }
  .features.style-4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .features.style-4 .content .features-card {
    margin: 15px 0;
  }
  .about.style-4 .content {
    padding: 40px 0;
  }
  .testimonials.style-4 {
    overflow: hidden;
  }
  .testimonials.style-4 .content .testi-cards .client_card {
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 !important;
  }
  .testimonials.style-4 .content .testi-cards .client_card .user_img {
    margin-bottom: 30px;
  }
  .testimonials.style-4 .content .testi-cards .client_card .inf_content {
    text-align: center;
  }
  .testimonials.style-4 .content .testi-cards .client_card .inf_content br {
    display: none;
  }
  .pricing.style-4 .content .row .col-lg-6:first-of-type .price-card {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #e9e8ee;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .faq.style-3.style-4 {
    overflow: hidden;
  }
  .faq.style-3.style-4 .col-lg-6:nth-of-type(1) .accordion-item.border-0 {
    border-bottom: 1px solid #9995 !important;
  }
  .community.style-4 .content,
  .community.style-5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px !important;
  }
  .community.style-4 .content .commun-card,
  .community.style-5 .content .commun-card {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    padding: 30px !important;
    width: 300px;
    margin: auto;
  }
  /* .section-head.style-4 h2 {
    font-size: 25px;
  } */
  footer.style-4 {
    margin-top: 120px;
  }
  footer.style-4 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer.style-4 .d-flex .btn {
    width: 100%;
    margin: 10px 0 !important;
  }
  footer.style-4 .d-flex .btn.me-4 {
    margin-right: 0 !important;
  }
  footer.style-4 .foot .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  footer.style-4 .foot .links li {
    width: 50%;
    margin: 5px 0;
  }
  footer.style-4 .foot .links li a {
    margin-left: 0;
  }
  footer.style-4 .wave {
    left: 0;
    width: 100%;
  }
  .screenshots.style-4 .screenshots-slider {
    width: 100%;
    left: 0;
  }
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
  footer.style-4 .foot .logo {
    width: 160px;
  }
  .navbar.style-5 {
    border-bottom: 1px solid #9999;
  }
  .navbar.style-5 .navbar-collapse {
    margin-top: 20px;
    padding: 15px 0;
    background: #fff9;
  }
  .navbar.style-5 .nav-item .nav-link {
    padding-left: 0;
  }
  .section-head.style-5 h2 {
    font-size: 30px;
  }
  .about.style-5 .content .img {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .about.style-5 .content .img.main-img3 .img-body {
    max-height: 300px;
  }
  .download.style-5 .content h2 {
    font-size: 28px;
  }
  .download.style-5 .content h2 span {
    padding-bottom: 10px;
  }
  .download.style-5 .btn {
    margin: 10px 0;
  }
  .download.style-5 .btn.sm-butn span {
    font-size: 10px;
  }
  footer.style-5 .items {
    margin-bottom: 50px;
  }
  footer.style-5 .items .title {
    margin-bottom: 20px;
  }
  footer.style-5 .foot {
    margin-top: 0 !important;
  }
  footer.style-5 .foot .logo {
    margin-bottom: 20px;
  }
  .style-6 br {
    display: none;
  }
  header.style-6 .content {
    padding: 100px 0 20px;
  }
  header.style-6 .info h1,
  header.style-6 .info h1 span small {
    font-size: 30px;
    line-height: 1.5;
  }
  header.style-6 .info .text {
    margin-top: 20px;
  }
  header.style-6 .info .text br {
    display: none;
  }
  header.style-6 .info .form {
    border-radius: 15px;
  }
  header.style-6 .info .form .btn {
    width: 100%;
    margin-top: 15px;
  }
  .navbar.style-6 .nav-item .nav-link:after {
    display: inline-block !important;
  }
  header.style-6 {
    padding: 0;
  }
  header.style-6 .content {
    border-radius: 0;
  }
  .section-head.style-6 h2,
  .section-head.style-6 h2 span small {
    font-size: 30px;
  }
  .about.style-6 {
    overflow: hidden;
  }
  .about.style-6 .info {
    margin-bottom: 30px;
  }
  .section-head.d-flex {
    display: block !important;
  }
  .testimonials.style-6 {
    overflow: hidden;
  }
  .testimonials.style-6 .img {
    margin-top: 150px;
  }
  .clients.style-5 .content .img.img-card {
    width: 47%;
  }
  .blog.style-6 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog.style-6 .content .blog-card {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .blog.style-6 .content .blog-card:last-of-type {
    margin: 0;
  }
  .blog.style-6 .content .blog-card::after,
  .blog.style-6 .content .blog-card::before {
    display: none;
  }
  footer.style-6 {
    padding-top: 40px;
  }
  footer.style-6 .items {
    text-align: center;
    margin-top: 30px;
  }
  footer.style-6 .items .title {
    margin-bottom: 15px;
  }
  footer.style-6 .foot {
    padding-top: 30px;
    line-height: 1.8;
  }
  .foot .row .col-lg-3 {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  footer.style-6 .foot .logo {
    margin-bottom: 20px;
  }
  .about-page header.style-5 .info h1 {
    font-size: 30px;
  }
  .about-page .clients .section-head {
    padding: 0 15px;
  }
  .contact-page.style-5 .section-head {
    margin-bottom: 50px !important;
  }
  .contact-page.style-5 .mb-100 {
    margin-bottom: 70px !important;
  }
  .contact-page.style-5 h4 {
    font-size: 18px;
  }
  .product-page .product-slider {
    overflow: hidden;
  }
  .product-page .product-slider {
    margin-bottom: 50px;
  }
  .top-navbar.style-7 .side_links,
  .top-navbar.style-7 .top_info {
    font-size: 8px;
  }
  .top-navbar.style-7 .me-4 {
    margin-right: 5px !important;
  }
  .navbar.style-7 .navbar-nav,
  .navbar.style-9 .navbar-nav {
    padding: 20px 0 !important;
  }
  .navbar.style-7 .navbar-nav .nav-item .nav-link,
  .navbar.style-9 .navbar-nav .nav-item .nav-link {
    margin: 15px 0;
    border: 0;
  }
  header.style-7 .info h1 {
    font-size: 35px;
  }
  .about.style-7 .img .circle {
    right: 0;
    width: 30%;
  }
  .testimonials.style-7 .testi-card .text {
    font-size: 18px;
  }
  /* .section-head.style-4 h2 {
    font-size: 18px;
  } */
  footer.style-7 {
    overflow: hidden;
  }
  footer.style-7 .links-side {
    padding: 30px 0;
  }
  footer.style-7 .foot p {
    font-size: 12px;
  }
  .features.style-7 {
    padding: 100px 15px;
  }
  .features.style-7 .features-card.style-7 {
    padding: 15px;
  }
  .features.style-7 .features-card.style-7 .icon img {
    width: 80px;
    height: 80px;
  }
  .features.style-7 .features-card.style-7 .info h5 {
    font-size: 18px;
  }
  header.style-8 .info h1 {
    font-size: 40px;
  }
  .services.style-8 h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .section-head.style-8 h3 {
    font-size: 30px;
  }
  .pricing.style-8 .pricing-body .pricing-card {
    border-radius: 10px;
  }
  header.style-9 {
    overflow: hidden;
  }
  header.style-9 .img {
    width: 100%;
    margin-top: 50px;
  }
  header.style-9 .info h1 {
    font-size: 30px;
  }
  .top-navbar.style-9 a {
    font-size: 12px;
  }
  .top-navbar.style-9 .side_links a {
    margin: 5px !important;
    font-size: 12px;
  }
  .testimonials.style-9 {
    overflow: hidden;
  }
  .section-head.style-9 h2 {
    font-size: 30px;
  }
  .section-head.style-9 h2 br {
    display: none;
  }
  .about.style-9 .info {
    padding: 30px 0 0;
  }
  .services.style-9 .services-content::before {
    display: none;
  }
  .testimonials.style-9 .testi-head h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .testimonials.style-9 .testi-card {
    margin-bottom: 50px;
    border: 1px solid #9993;
    border-radius: 10px;
    padding: 30px;
  }
  .testimonials.style-9 .testi-card .text {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 30px;
  }
  .clients.style-9 .logos-content .logos a {
    width: 180px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    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;
  }
  footer .foot {
    margin-top: 40px !important;
  }
  footer .foot .info {
    padding: 30px 0 !important;
  }
  footer.style-9 .foot-title {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  header.style-10 .img {
    width: 100%;
    margin: 30px 0;
  }
  header.style-10 .info h1 {
    font-size: 35px;
  }
  header.style-10 .info .btn,
  header.style-10 .info .butn {
    padding: 12px 48px 12px 15px;
  }
  header.style-10 .info .btn small,
  header.style-10 .info .butn small {
    font-size: 10px;
  }
  header.style-10 .info .btn.btn-icon-circle i,
  header.style-10 .info .butn.btn-icon-circle i {
    bottom: -6px;
  }
  header.style-10 .info .me-4 {
    margin-right: 0.5rem !important;
  }
  header.style-10 .logos .logos-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.style-10 .logos .logos-content .logo_img {
    padding: 10px;
    width: 45px;
  }
  .features.style-10 .feat-card {
    border-bottom: 1px solid #9995;
    border-right: 0;
  }
  .about.style-10 .info {
    padding: 0;
  }
  .about.style-10 .info h2 {
    font-size: 25px;
  }
  .services.style-10 {
    overflow: hidden;
  }
  .services.style-10 .content {
    padding: 60px 15px 15px;
  }
  .services.style-10 .content .services-card {
    position: relative;
    z-index: 10;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-top: 15px;
  }
  .faq.style-10::after {
    display: none;
  }
  .faq.style-10 .integration-card .content {
    padding: 50px 30px;
  }
  .faq.style-10 .integration-card .content .icons {
    margin-top: 40px;
  }
  .faq.style-10 .integration-card .content .icons .icon {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px;
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .blog.style-10 .blog-card .img {
    width: 100%;
  }
  .blog.style-10 .blog-card .img img {
    width: 100%;
    height: 220px;
  }
  .blog.style-10 .blog-card .info {
    width: 100%;
  }
  footer.style-10 .foot {
    margin-top: 0 !important;
  }
  footer.style-10 .links {
    text-align: start;
    margin: 30px 0;
  }
  footer.style-10 .links a {
    margin: 15px 0 !important;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .home-style-11 .section-head h2 {
    font-size: 20px;
  }
  .home-style-11 .top-navbar.style-11 .links a {
    font-size: 11px;
  }
  .home-style-11 .top-navbar.style-11 .top-nav-side {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .home-style-11 .top-navbar.style-11 .top-nav-side a,
  .home-style-11 .top-navbar.style-11 .top-nav-side p {
    font-size: 11px;
  }
  .home-style-11 .navbar.style-11 .navbar-nav {
    padding: 20px 0 !important;
  }
  .home-style-11 header.style-11 {
    overflow: hidden;
  }
  .home-style-11 header.style-11 .info h1 {
    font-size: 30px;
  }
  .home-style-11 header.style-11 .img {
    width: 100%;
  }
  .home-style-11 .screenshots.style-11 {
    overflow: hidden;
  }
  .home-style-11 .screenshots.style-11 .links {
    margin-bottom: 60px;
  }
  .home-style-11 .screenshots.style-11 .links .img {
    margin: 10px 0;
  }
  .home-style-11 .screenshots.style-11 .links .img::after {
    display: none;
  }
  .home-style-11 .features.style-11 {
    overflow: hidden;
  }
  .home-style-11 .features.style-11 .features-cards .cards-side .feat-card {
    margin-top: 30px;
  }
  .home-style-11 .integration.style-11 .icons {
    display: none;
  }
  .home-style-11 .features.style-9 {
    overflow: hidden;
  }
  .home-style-11 .features.style-9 .accordion .accordion-button {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .home-style-11 .features.style-9 .img {
    margin-top: 50px;
  }
  .home-style-11 .testimonials.style-11 {
    overflow: hidden;
  }
  .home-style-11 footer.style-11 {
    overflow: hidden;
  }
  .home-style-11 footer.style-11 .top-foot-info strong {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .home-style-11 footer.style-11 .top-foot-info a {
    margin: 10px 0 !important;
  }
  .section-head.style-12 h2 {
    font-size: 21px;
  }
  .navbar.style-12 .navbar-brand {
    width: 180px;
    padding: 20px;
  }
  .navbar.style-12 .nav-search {
    margin: 20px 0 0;
    padding: 0;
  }
  .navbar.style-12 .nav-search input {
    width: 100% !important;
    max-width: unset !important;
  }
  header.style-12 .info {
    padding-top: 50px;
  }
  header.style-12 .info h2 {
    font-size: 40px;
    text-align: left;
  }
  header.style-12 .info h2 small {
    font-size: 11px !important;
    margin-top: 0 !important;
  }
  header.style-12 .info h2 small br {
    display: none;
  }
  header.style-12 .pt-150 {
    padding-top: 50px !important;
  }
  .community.style-12 .content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer.style-12 .content {
    padding: 50px 0;
  }
  footer.style-12 .foot {
    margin-top: 0 !important;
  }
  footer.style-12 .foot p {
    font-size: 12px;
  }
  footer.style-12 .foot p a {
    font-size: 12px;
  }
  .navbar.style-13 {
    position: relative;
  }
  header.style-13 .info h1 {
    font-size: 30px;
  }
  .about.style-13 .content .info .logos img {
    max-width: 30%;
    -webkit-margin-end: 3%;
    margin-inline-end: 3%;
  }
  .section-head.style-13 h2 {
    font-size: 20px;
  }
  footer.style-13 .foot {
    padding: 0 0 30px 0;
    color: #fff;
    text-align: center;
    line-height: 4;
  }
  .home-style-14 .navbar.style-14 {
    position: relative;
  }
  .home-style-14 header.style-14 {
    padding-top: 100px;
  }
  .home-style-14 header.style-14 .info h1 {
    font-size: 40px;
  }
  .home-style-14 .clients.style-14 .logos-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-style-14 .clients.style-14 .logos-content a {
    width: 50%;
    text-align: center;
    padding: 0 20px;
  }
  .home-style-14 .testimonials-slider14 .swiper-container {
    overflow: hidden !important;
  }
  .home-style-14 .mb-70 {
    margin-bottom: 30px !important;
  }
  .home-style-14 .mb-150 {
    margin-bottom: 50px !important;
  }
  .home-style-14 .fs-1 {
    font-size: 25px !important;
    letter-spacing: 0 !important;
  }
  .home-style-14 .screenshots.style-14 .img::before {
    bottom: 0;
  }
  .home-style-14 .about.style-14 .img {
    margin-top: 50px;
  }
  .home-style-15 .top-navbar.style-15 {
    font-size: 10px;
  }
  .home-style-15 .top-navbar.style-15 .ms-4 {
    margin-left: 0.5rem !important;
  }
  .home-style-15 .navbar.style-15 {
    position: relative !important;
  }
  .home-style-15 .navbar.style-15 .navbar-nav {
    padding: 15px 0 !important;
  }
  .home-style-15 .navbar.style-15 .navbar-nav .nav-item .nav-link {
    border: 0 !important;
  }
  .home-style-15 header.style-15 .info {
    margin-top: 20px;
  }
  .home-style-15 header.style-15 .info h1 {
    font-size: 25px;
  }
  .home-style-15 header.style-15 .img {
    width: 100%;
  }
  .home-style-15 header.style-15 .btn,
  .home-style-15 header.style-15 .butn {
    padding: 12px 25px;
  }
  .home-style-15 header.style-15 .btn small,
  .home-style-15 header.style-15 .btn span,
  .home-style-15 header.style-15 .butn small,
  .home-style-15 header.style-15 .butn span {
    font-size: 10px;
  }
  .home-style-15 .features.style-15 {
    padding: 70px 0;
  }
  .home-style-15 .about.style-15 .info {
    margin-bottom: 50px;
  }
  .home-style-15 .faq.style-15 .faq-card {
    padding: 20px 5px;
  }
  .home-style-15 .blog.style-15 .main-card {
    margin-bottom: 30px;
  }
  .home-style-15 .blog.style-15 .main-card .img {
    height: 250px;
  }
  .home-style-15 .blog.style-15 .main-card .info {
    padding: 20px;
  }
  .home-style-15 .blog.style-15 .main-card .center_icon {
    display: none;
  }
  .home-style-15 footer.style-15 .content {
    padding: 70px 0 20px;
  }
  .first_section_image{
    max-height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .swiper-slide {
    padding: 25px;
  }
  .project-card.style-6 {
    flex-direction: column;
    height: 500px;
    border-radius: 8px;
  }
  .screenshots.style-4 .mob-hand {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  header.style-6 .info .text {
    display: none;
  }
  .services-slider.style-6 .swiper-container {
    padding-bottom: 10px;
  }
}
