﻿#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #1388d7;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #1388d7;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
a:hover,
a:active {
  color: #1388d7;
  text-decoration: none;
}
h1 {
  color: #20252d;
}
h1 a {
  color: #20252d;
}
h1 a:hover {
  color: #1388d7;
}
h1 a:active {
  color: #1388d7;
}
h1 a:focus {
  color: #1388d7;
}
h2 {
  color: #20252d;
}
h2 a {
  color: #20252d;
}
h2 a:hover {
  color: #1388d7;
}
h2 a:active {
  color: #1388d7;
}
h2 a:focus {
  color: #1388d7;
}
h3 {
  color: #20252d;
}
h3 a {
  color: #20252d;
}
h3 a:hover {
  color: #1388d7;
}
h3 a:active {
  color: #1388d7;
}
h3 a:focus {
  color: #1388d7;
}
h4 {
  color: #20252d;
}
h4 a {
  color: #20252d;
}
h4 a:hover {
  color: #1388d7;
}
h4 a:active {
  color: #1388d7;
}
h4 a:focus {
  color: #1388d7;
}
h5 {
  color: #20252d;
}
h5 a {
  color: #20252d;
}
h5 a:hover {
  color: #1388d7;
}
h5 a:active {
  color: #1388d7;
}
h5 a:focus {
  color: #1388d7;
}
h6 {
  color: #20252d;
}
h6 a {
  color: #20252d;
}
h6 a:hover {
  color: #1388d7;
}
h6 a:active {
  color: #1388d7;
}
h6 a:focus {
  color: #1388d7;
}
.h1 {
  color: #20252d;
}
.h1 a {
  color: #20252d;
}
.h1 a:hover {
  color: #1388d7;
}
.h1 a:active {
  color: #1388d7;
}
.h1 a:focus {
  color: #1388d7;
}
.h2 {
  color: #20252d;
}
.h2 a {
  color: #20252d;
}
.h2 a:hover {
  color: #1388d7;
}
.h2 a:active {
  color: #1388d7;
}
.h2 a:focus {
  color: #1388d7;
}
.h3 {
  color: #20252d;
}
.h3 a {
  color: #20252d;
}
.h3 a:hover {
  color: #1388d7;
}
.h3 a:active {
  color: #1388d7;
}
.h3 a:focus {
  color: #1388d7;
}
.h4 {
  color: #20252d;
}
.h4 a {
  color: #20252d;
}
.h4 a:hover {
  color: #1388d7;
}
.h4 a:active {
  color: #1388d7;
}
.h4 a:focus {
  color: #1388d7;
}
.h5 {
  color: #20252d;
}
.h5 a {
  color: #20252d;
}
.h5 a:hover {
  color: #1388d7;
}
.h5 a:active {
  color: #1388d7;
}
.h5 a:focus {
  color: #1388d7;
}
.h6 {
  color: #20252d;
}
.h6 a {
  color: #20252d;
}
.h6 a:hover {
  color: #1388d7;
}
.h6 a:active {
  color: #1388d7;
}
.h6 a:focus {
  color: #1388d7;
}
.min-height-300 {
  min-height: 300px;
}
.h-100vh {
  height: 100vh;
}
.primary-overlay[data-overlay-dark]:before {
    /* background: #1388d7; */
    background: linear-gradient(to right, #ff0000, #0000ff) !important;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #3e00c2;
}
.dark-overlay[data-overlay-dark]:before {
  background: #20252d;
}
.left-overlay-dark[data-overlay-dark]:before {
  background: rgba(225, 225, 225, 0.76);
  background: linear-gradient(-80deg, transparent, #20252d 55%);
}
.text-primary, .text-primary-hover:hover {
    color: #f51111 !important;
}
.text-white,
.text-white-hover:hover {
  color: #fff !important;
}
.bg-primary {
  background-color: #1388d7 !important;
}
.border-primary {
  border-color: #1388d7 !important;
}
.text-secondary,
.text-secondary-hover:hover {
  color: #3e00c2 !important;
}
.bg-secondary {
  background: #3e00c2 !important;
}
.border-secondary {
  border-color: #3e00c2 !important;
}
.bg-dark {
  background-color: #20252d !important;
}
.bg-light {
  background-color: rgba(19, 136, 215, 0.06) !important;
}
.text-dark,
.text-dark-hover:hover {
  color: #20252d !important;
}
.border-dark {
  border-color: #20252d !important;
}
.primary-shadow {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.box-shadow-style1 {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.border-primary-hover:hover {
  border-color: #1388d7 !important;
}
.separator-line {
  margin: 5px 20px 0 20px;
  width: 70px;
  background-color: #1388d7;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}
.map-h500 {
  height: 500px;
  width: 100%;
}
.letter-spacing-minus-3px {
  letter-spacing: -3px;
}
.rounded-start-md-10px {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-top-10px {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
@media screen and (max-width: 767px) {
  .rounded-start-md-10px {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .rounded-top-sm-10px {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .border-radius-lg-6 {
    border-radius: 6px;
  }
}
.border-radius-10 {
  border-radius: 10px !important;
}
.section-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
}
.min-vh-100 {
  min-height: 100vh;
}
.min-vh-67 {
  min-height: 67vh !important;
}
@media only screen and (max-width: 767px) {
  .min-vh-67 {
    min-height: 60vh !important;
  }
}
@media screen and (min-width: 1599px) {
  .vw-90 {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .w-100vw {
    width: 100vw;
  }
}
.height-300 {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .overlap-column {
    margin-bottom: 3rem;
  }
  .overlap-column > [class*="col-"]:first-child {
    position: relative;
    left: 2rem;
  }
  .overlap-column > [class*="col-"]:last-child {
    position: relative;
    left: -2rem;
    top: 3rem;
  }
}
.cd-headline.clip .cd-words-wrapper:after {
  content: none;
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #1e2022;
  background: #fff;
}
.scroll-to-top:hover i {
  color: #1e2022;
}
.scroll-to-top:visited {
  color: #1e2022;
  text-decoration: none;
}
.scroll-top-percentage {
  height: 60px;
  width: 60px;
  background-color: var(--rr-color-white);
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.scroll-top-percentage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px;
  }
}
#scroll-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  color: var(--rr-common-white);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}
#scroll-value i {
  font-size: 20px;
}
@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.icon-box {
  font-size: 30px;
  margin-bottom: 33px;
  display: inline-block;
  color: #ffffff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #3e00c2;
  text-align: center;
}
.icon-box.medium {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.icon-box.small {
  font-size: 13px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 991px) {
  .icon-box {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .icon-box {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}
.list-style1 li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  padding: 20px 35px;
}
.list-style1 li:last-child {
  border-bottom: unset;
}
@media screen and (max-width: 575px) {
  .list-style1 li {
    padding: 20px;
  }
}
.list-style2 {
  list-style: none;
  padding-left: 0;
}
.list-style2 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.list-style2 li:before {
  content: "\e64d";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 35px;
  color: #3e00c2;
}
.list-style3 li {
  display: inline-block;
  padding: 0 0.85rem;
}
.list-style3 li:first-child {
  padding-left: 0;
}
.list-style3 li:last-child {
  padding-right: 0;
}
.list-style3 li a {
  color: #18455d;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .list-style3 li {
    padding: 0.25rem 0.85rem;
  }
}
.list-style4 li {
  font-weight: 600;
  padding: 5px 0;
}
.list-style4 li i {
  margin-right: 8px;
  font-size: 14px;
  color: #3e00c2;
  font-weight: 700;
}
.list-style5 li {
  padding-left: 32px;
  position: relative;
}
.list-style5 li:before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  color: #3e00c2;
  font-size: 15px;
  top: 0;
  left: 0;
}
.list-style6 li {
  border-bottom: 1px solid #e4e4e4;
  font-weight: 500;
  padding: 20px 0;
}
.list-style6 li:last-child {
  border-bottom: 0;
}
.list-style6 li i {
  margin-right: 12px;
  font-size: 14px;
  color: #3e00c2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list-style6 li {
    padding: 14px 0;
  }
}
.list-style7 li {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.list-style7 li:last-child {
  margin-bottom: 0;
}
.list-style7 li span {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3px;
  color: #fff;
  font-size: 16px;
}
.list-style8 li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.list-style8 li:before {
  content: "\e64c";
  font-family: themify;
  position: absolute;
  left: 0;
  color: #1388d7;
}
.butn {
  padding: 13px 20px;
  background: #3e00c2;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  display: inline-block;
  min-width: 170px;
  text-align: center;
  border-radius: 50%;
  border-radius: 60px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  transition: box-shadow 0.5s;
}
.butn:hover,
.butn:active,
.butn:focus {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #3e00c2;
  border: none;
  transition: box-shadow 0.5s;
  -webkit-box-shadow: inset 0 0 0 2em #1388d7;
  -moz-box-shadow: inset 0 0 0 2em #1388d7;
  box-shadow: inset 0 0 0 2em #1388d7;
}
.butn.primary {
  background: #1388d7;
}
.butn.primary:hover,
.butn.primary:active,
.butn.primary:focus {
  background: #1388d7;
  -webkit-box-shadow: inset 0 0 0 2em #3e00c2;
  -moz-box-shadow: inset 0 0 0 2em #3e00c2;
  box-shadow: inset 0 0 0 2em #3e00c2;
}
.butn.small {
  padding: 8px 20px !important;
  font-size: 15px;
  min-width: 125px;
}
.butn.medium {
  padding: 13px 20px !important;
  font-size: 15px;
  min-width: 140px;
}
.btn-style1 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px !important;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #1388d7;
}
.btn-style1:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #3e00c2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn-style1:hover {
  color: #fff;
}
.btn-style1:hover:before {
  top: -40%;
}
.btn-style1.md {
  padding: 12px 28px !important;
}
.btn-style1.sm {
  padding: 8px 24px !important;
}
.btn-style1.green {
  background-color: #3e00c2;
}
.btn-style1.green:before {
  background-color: #1388d7;
}
@media screen and (max-width: 575px) {
  .btn-style1 {
    padding: 13px 22px !important;
    font-size: 13px !important;
  }
}
.btn-style2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #3e00c2;
  color: #fff;
  border: 2px solid #3e00c2;
  line-height: 1;
  font-weight: 800;
  position: relative;
  outline: none;
  transition: all 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px !important;
  padding: 18px 28px;
  z-index: 9;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-style2:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.35s ease 0s;
  background: #ffffff;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.btn-style2:hover,
.btn-style2:active,
.btn-style2:focus {
  color: #fff !important;
  border-color: #1388d7;
  background: #1388d7;
}
.btn-style2:hover:after,
.btn-style2:active:after,
.btn-style2:focus:after {
  height: 450%;
  transition: all 1s ease 0s;
  background: #1388d7;
}
.btn-style2.primary {
  background: #1388d7;
  color: #fff;
  border: 2px solid #1388d7;
}
.btn-style2.primary:after {
  background: #ffffff;
}
.btn-style2.primary:hover,
.btn-style2.primary:active,
.btn-style2.primary:focus {
  color: #fff !important;
  border-color: #3e00c2;
  background: #3e00c2;
}
.btn-style2.primary:hover:after,
.btn-style2.primary:active:after,
.btn-style2.primary:focus:after {
  background: #3e00c2;
}
.btn-style2.medium {
  padding: 13px 22px !important;
}
.btn-style2.small {
  padding: 10px 18px !important;
}
.btn-style3 {
  display: inline-block;
  background-color: #1388d7;
  color: #fff !important;
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  transition-duration: 0.3s;
}
.btn-style3.secondary {
  background-color: #3e00c2;
}
.btn-style3.secondary:hover {
  background-color: #1388d7;
}
.btn-style3:hover {
  background-color: #3e00c2;
}
.btn-style3.white:hover {
  background-color: #fff;
  color: #1388d7 !important;
}
.btn-style3.white:hover span {
  color: #1388d7;
}
.btn-style3.medium {
  padding: 13px 22px !important;
  font-size: 14px;
}
.btn-style3.small {
  padding: 10px 18px !important;
  font-size: 14px;
}
.btn-style4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background: #2249f2!important; */
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    outline: none;
    transition: all 0.4s ease;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px !important;
    padding: 15px 34px;
    z-index: 9;
    border-radius: 4px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ff0000, #0000ff) !important;
}
.btn-style4:hover,
.btn-style4:active,
.btn-style4:focus {
  color: #fff;
  background: #1388d7;
}
.btn-style4.primary {
  background: #1388d7;
  color: #fff;
}
.btn-style4.primary:after {
  background: #ffffff;
}
.btn-style4.primary:hover,
.btn-style4.primary:active,
.btn-style4.primary:focus {
  color: #fff !important;
  background: #3e00c2;
}
.btn-style4.medium {
  padding: 12px 30px !important;
}
.btn-style4.small {
  padding: 10px 26px !important;
}
.btn-style4.white {
  background: #fff;
  color: #1388d7;
}
.btn-style4.white:hover {
  background-color: #1388d7;
  color: #fff;
}
.btn-style5 {
  background-color: #3e00c2;
  color: #fff;
  font-size: 14px;
  padding: 15px 34px !important;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  width: auto;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.btn-style5:hover {
  color: #fff;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.btn-style5.white {
  background-color: #fff;
  color: #232323;
}
.btn-style5.md {
  padding: 13px 30px !important;
  font-size: 13px;
}
.btn-style5.sm {
  padding: 11px 27px !important;
  font-size: 12px;
}
.btn-style5.secondary {
  background-color: #1388d7;
}
.btn-style7 {
  color: #fff;
  padding: 17px 30px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  z-index: 1;
  background: #1388d7;
  border: none;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  vertical-align: middle;
}
.btn-style7:before {
  content: "";
  position: absolute;
  top: -71px;
  right: 0px;
  bottom: 0;
  width: 115%;
  height: 322%;
  left: -1px;
  transform: translateX(-100%) rotate(180deg);
  z-index: -1;
  transition: all 0.4s linear;
  background: #3e00c2;
}
.btn-style7:hover,
.btn-style7:active,
.btn-style7:focus {
  color: #fff;
}
.btn-style7:hover:before,
.btn-style7:active:before,
.btn-style7:focus:before {
  transform: translateX(0) rotate(195deg);
}
.btn-style7.secondary {
  background: #3e00c2;
}
.btn-style7.secondary:hover:before {
  background: #1388d7;
}
.btn-style7.md {
  padding: 14px 24px !important;
  font-size: 15px;
}
.btn-style7.sm {
  padding: 12px 20px !important;
  font-size: 14px;
}
.btn-style7.sm:before {
  top: -58px;
}
.btn-style7.white {
  background-color: #fff;
  color: #3e00c2;
}
.btn-style7.white:hover {
  color: #fff;
}
.btn-style7.white:before {
  background: #1388d7;
}
.butn-style8 {
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px !important;
  letter-spacing: 0em;
  padding: 13px 30px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #1388d7;
  background-color: transparent;
  color: #1388d7 !important;
}
.butn-style8:before {
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-color: #1388d7;
}
.butn-style8 i {
  margin-left: 10px;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}
.butn-style8:hover {
  border: 1px solid #1388d7;
  color: #fff !important;
}
.butn-style8:hover:before {
  height: 100%;
  width: 200%;
}
.butn-style8.md {
  padding: 9px 18px !important;
}
.butn-style8.md:hover {
  color: #fff !important;
}
.butn-style8.white {
  border: 1px solid #fff;
  color: #fff !important;
}
.butn-style8.white:hover {
  color: #1388d7 !important;
}
.butn-style8.white:before {
  background-color: #fff;
}
.butn-style8.primary {
  color: #3e00c2 !important;
  border: 1px solid #3e00c2;
}
.butn-style8.primary:hover {
  border: 1px solid #1388d7;
  border: 1px solid #1388d7;
}
.button-text {
  padding: 0;
  position: relative;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
  font-weight: 500;
}
.button-text a {
  border-bottom: 2px solid;
}
.button-text:hover {
  border-color: #1388d7;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current > a {
  color: #3e00c2;
}
.navbar-nav li.active > a {
  color: #3e00c2;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #3e00c2 #3e00c2 transparent;
}
.menu_area-light .navbar-nav li.current > a {
  color: #3e00c2;
}
.menu_area-light .navbar-nav li.active > a {
  color: #3e00c2;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #3e00c2 #3e00c2 transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #3e00c2;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #3e00c2;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #3e00c2;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #3e00c2 #3e00c2 transparent;
}
.navbar ul ul > li.has-sub:hover > a:before {
  top: 15px;
}
.navbar ul ul li.has-sub > a:before {
  top: 15px;
  right: 26px;
  width: 2px;
  height: 10px;
  background: #3e00c2;
}
.navbar ul ul li.has-sub > a:after {
  top: 19px;
  right: 22px;
  width: 10px;
  height: 2px;
  background: #3e00c2;
}
@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a {
    color: #3e00c2;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #3e00c2;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #3e00c2;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #3e00c2;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #3e00c2;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #3e00c2 #3e00c2 transparent;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #3e00c2;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #3e00c2;
  }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #3e00c2 #3e00c2 transparent;
  }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #3e00c2 #3e00c2 transparent;
  }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #3e00c2 #3e00c2 transparent;
  }
  .header-style2 .navbar > ul > li.has-sub > a:active:after {
    border-color: transparent #3e00c2 #3e00c2 transparent;
  }
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #3e00c2 #3e00c2 transparent;
  }
  .header-style2 .navbar ul ul li.active > a {
    color: #3e00c2;
  }
  .header-style2 .navbar-nav li.has-sub a:hover {
    color: #3e00c2;
  }
  .header-style2 .navbar-nav li.has-sub a:active {
    color: #3e00c2;
  }
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #3e00c2;
  }
  .header-style2 .navbar-nav li.current > a {
    color: #3e00c2;
  }
  .header-style2 .navbar-nav li.active > a {
    color: #3e00c2;
  }
  .navbar-nav li > ul {
    min-width: 270px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar ul ul li {
    margin-bottom: 0;
    padding: 0;
  }
  .navbar-nav li > ul {
    padding: 15px 0;
    margin-left: 0;
  }
  .navbar-nav li a {
    font-size: 17px;
    font-weight: 600;
    padding: 8px 42px 8px 32px;
  }
  .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 800;
    padding: 21px 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #1388d7;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style2 .navbar-nav li.current > a {
  color: #3e00c2;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #3e00c2 #3e00c2 transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #3e00c2;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #3e00c2;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #3e00c2 #3e00c2 transparent;
}
@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #3e00c2;
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }
  .header-style2 .butn.secondary:hover {
    color: #18455d !important;
  }
  .header-style2 .butn.secondary:focus {
    color: #18455d !important;
  }
  .header-style2 .butn.secondary:active {
    color: #18455d !important;
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #3e00c2;
  }
  .header-style2.scrollHeader .butn.secondary:hover {
    color: #fff !important;
  }
  .header-style2.scrollHeader .butn.secondary:focus {
    color: #fff !important;
  }
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important;
  }
}
.sec-title {
  position: relative;
  display: block;
  padding-bottom: 3.5rem;
}
.sec-title .border-box {
  position: relative;
  display: block;
  width: 80px;
  height: 7px;
}
.sec-title .border-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #1388d7;
}
.sec-title .border-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  content: "";
  background: #1388d7;
}
.sec-title .border-box.center {
  margin: 0 auto;
}
.sec-title .border-box.center:after {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec-title span {
  color: #1388d7;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
  padding-right: 15px;
}
.sec-title span:before {
  position: absolute;
  content: "";
  z-index: 1;
  height: 5px;
  width: 3px;
  bottom: 9px;
  right: 5px;
  background: #3e00c2;
}
.sec-title span:after {
  position: absolute;
  content: "";
  z-index: 1;
  height: 7px;
  width: 3px;
  bottom: 6px;
  right: 0px;
  background: #1388d7;
}
.sec-title span.white {
  color: #fff;
}
.sec-title span.white:before {
  background: #fff;
}
.sec-title span.white:after {
  background: #fff;
}
.sec-title.half {
  padding-bottom: 2.2rem;
}
.sec-title2 span {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-bottom: 15px;
  display: inline-block;
}
.sec-title2 span:before {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  top: -1px;
  content: "";
  left: -10px;
  background-color: #3e00c2;
  border-radius: 50%;
}
.sec-title2.white span:before {
  background-color: #fff;
}
.sec-title2.orange span:before {
  background-color: #1388d7;
}
.small-title {
  padding: 3px 15px;
  background-color: #3e00c2;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
.small-title.white {
  background-color: rgba(255, 255, 255, 0.2);
}
.title-style4 .sm-title {
  text-transform: uppercase;
  color: #1388d7;
  font-size: 14px;
  font-weight: bold;
}
.title-style4 .sm-title span {
  position: relative;
  padding-left: 105px;
}
.title-style4 .sm-title span:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #1388d7;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 16px;
}
@media screen and (max-width: 1199px) {
  .title-style4.footer-title .sm-title span {
    padding-left: 85px;
  }
  .title-style4.footer-title .sm-title span:before {
    width: 50px;
  }
}
@media screen and (max-width: 575px) {
  .title-style4 .sm-title span {
    padding-left: 65px;
  }
  .title-style4 .sm-title span:before {
    width: 45px;
    margin: 0 8px;
  }
}
.title-style5 .title-sm {
  font-weight: 500;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.title-style5 .title-sm:before {
  content: "";
  background: #3e00c2;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  z-index: -1;
}
.title-style5 .title-sm.banner:before {
  bottom: 15px;
}
@media screen and (max-width: 991px) {
  .title-style5 .title-sm.banner:before {
    bottom: 7px;
  }
  .title-style5 .title-sm:before {
    bottom: 3px;
  }
}
.title-style6 span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #1388d7;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title-style6 span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #1388d7;
}
.title-style6.secondary span {
  color: #3e00c2;
}
.title-style6.secondary span:before {
  background-color: #3e00c2;
}
.title-style6.footer span {
  margin-bottom: 0;
}
.title-style7 span {
  color: #1388d7;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
}
.sidebar-title {
  color: #1388d7;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #20252d;
  opacity: 0.7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.slider-fade .bg-img {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
.slider-fade .owl-item.active .bg-img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.slider-fade .item {
  height: 100vh;
}
.slider-fade .item h1 {
  font-size: 100px;
  line-height: 95px;
  letter-spacing: -3px;
  font-weight: 900;
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.slider-fade.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
  bottom: 20px;
}
.slider-fade .owl-nav .owl-next {
  right: 15px;
  position: absolute;
  top: 45%;
  color: #fff !important;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.slider-fade .owl-nav .owl-prev {
  position: absolute;
  color: #fff !important;
  top: 45%;
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.2) !important;
  opacity: 1;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.slider-fade .owl-nav i,
.slider-fade .owl-nav span {
  font-size: 17px;
  color: #fff;
}
.slider-fade .owl-nav .owl-next:hover {
  background: #1388d7 !important;
}
.slider-fade .owl-nav .owl-next:hover span {
  color: #fff;
}
.slider-fade .owl-nav .owl-next span {
  color: #1388d7;
  font-size: 24px;
  line-height: 55px;
  transition: all 0.3s ease;
}
.slider-fade .owl-nav .owl-prev {
  left: 15px;
}
.slider-fade .owl-nav .owl-prev:hover {
  background: #1388d7 !important;
}
.slider-fade .owl-nav .owl-prev span {
  color: #1388d7;
  font-size: 24px;
  line-height: 55px;
  transition: all 0.3s ease;
}
.slider-fade .owl-nav .owl-prev:hover span {
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .slider-fade .item h1 {
    font-size: 100px;
    line-height: 95px;
    letter-spacing: -3px;
    font-weight: 900;
    text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 1199px) {
  .slider-fade .item h1 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 991px) {
  .slider-fade .item h1 {
    font-size: 70px;
    line-height: 65px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .slider-fade .item h1 {
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 43px;
  }
}
.slider-fade3 h1 {
  animation-delay: 0.8s;
}
.slider-fade3 p {
  animation-delay: 1.2s;
}
.slider-fade3 .banner-button {
  animation-delay: 1.6s;
}
.slider-fade3.owl-carousel .owl-nav button.owl-prev,
.slider-fade3.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #000;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-fade3.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
}
.slider-fade3.owl-carousel .owl-nav button.owl-next {
  right: 2%;
}
.slider-fade3.owl-carousel .owl-nav button.owl-prev:hover,
.slider-fade3.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #1388d7;
  color: #fff;
}
.slider-fade3 .banner-button .button-text a {
  transform: scale(0);
}
.slider-fade3 .banner-button .button-text a:hover {
  transform: scale(1.1);
}
.slider-fade3.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 50px;
  right: 50px;
  margin: 0 !important;
}
.slider-fade3.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 1;
}
.slider-fade3.owl-theme .owl-dots .owl-dot.active span,
.slider-fade3.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1388d7;
}
.slider-fade3 .owl-nav i,
.slider-fade3 .owl-nav span {
  color: #000;
  font-size: 16px;
}
.slider-fade3.owl-carousel .owl-nav button.owl-prev:hover i,
.slider-fade3.owl-carousel .owl-nav button.owl-next:hover i,
.slider-fade3.owl-carousel .owl-nav button.owl-prev:hover span,
.slider-fade3.owl-carousel .owl-nav button.owl-next:hover span {
  color: #fff;
}
.slider-fade3.owl-theme .owl-nav {
  margin-top: 0;
}
@media screen and (max-width: 1599px) {
  .slider-fade3.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-fade3.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.banner-style01 .title-sm {
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.banner-style01 .title-sm:before {
  content: "";
  background: #3e00c2;
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 16px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .banner-style01 .title-sm:before {
    bottom: 13px;
  }
}
@media screen and (max-width: 991px) {
  .banner-style01 .title-sm:before {
    bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .banner-style01 .title-sm:before {
    bottom: 7px;
  }
}
@media screen and (max-width: 1599px) {
  .banner-style01 .left-text {
    left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .banner-style01 .left-text {
    left: 0;
  }
}
.banner-style02 {
  border-radius: 0 0 40px 40px;
}
.banner-style02 .img1,
.banner-style02 .img2 {
  margin-left: -16px;
}
.banner-style02 h1 {
  font-size: 80px;
}
@media only screen and (max-width: 1199px) {
  .banner-style02 h1 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-style02 h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-style02 h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-style02 {
    border-radius: 0;
  }
}
.banner-style03 .left-text {
  position: absolute;
  transform: rotate(-90deg) translate(-50%, 50%);
  transform-origin: 0 50%;
  transition: 1s cubic-bezier(0.7, 0, 0.3, 1) !important;
  top: 50%;
  left: 50px;
  z-index: 9;
}
.banner-style03 .left-text span {
  font-size: 16px;
  color: #fff;
}
.banner-style03 .left-text span i {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
}
.banner-style04 .banner-button {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.banner-style04 .banner-button .button-arrow {
  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;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 15px;
  width: 65px;
  height: 65px;
  background-color: #3e00c2;
  border-radius: 50%;
}
.banner-style04 .banner-button .button-arrow i {
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  font-weight: 700;
}
.banner-style04 .banner-button .button-text a {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .banner-style04 .banner-button .button-arrow {
    width: 50px;
    height: 50px;
  }
  .banner-style04 .banner-button .button-arrow i {
    font-size: 14px;
  }
  .banner-style04 .banner-button .button-text a {
    font-size: 16px;
  }
}
.page-title-section {
  padding: 160px 0 100px 0;
}
.page-title-section h1 {
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 64px;
  line-height: 1;
  text-align: left;
}
.page-title-section ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 1.2;
  text-transform: uppercase;
  position: absolute;
  bottom: -100px;
  background: #fff;
  padding: 15px 30px;
  left: 0.8rem;
  max-width: 90%;
}
.page-title-section ul li {
  display: inline-block;
  color: #3e00c2;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  padding-right: 25px;
  font-size: 14px;
}
.page-title-section ul li:last-child {
  padding-right: 0;
}
.page-title-section ul li:last-child:before {
  content: none;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li:last-child a {
  color: #3e00c2;
}
.page-title-section ul li:after {
  position: absolute;
  content: "";
  z-index: 1;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  bottom: 5px;
  right: 6px;
  background: #1388d7;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #20252d;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 150px 0 100px 0;
  }
  .page-title-section h1 {
    font-size: 54px;
  }
  .page-title-section .shape-one {
    bottom: 15px;
  }
  .page-title-section .shape-two {
    bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 130px 0 100px 0;
  }
  .page-title-section h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-section {
    padding: 130px 0 100px 0;
  }
  .page-title-section h1 {
    font-size: 40px;
  }
}
.page-title-section.style2 ul {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
}
.card .card-body {
  color: #575a7b;
}
.card-style1 {
  transition: 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  position: relative;
  height: 100%;
}
.card-style1:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.card-style1:hover:before {
  opacity: 1;
}
.card-style1:hover .card-body {
  background-color: transparent;
}
.card-style1:hover h3,
.card-style1:hover p,
.card-style1:hover a,
.card-style1:hover .card-footer i {
  color: #fff;
}
.card-style1 .card-body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.card-style1 .card-footer {
  background-color: #fff;
  border-top-color: #eee;
}
.card-style1:hover .card-footer {
  background-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
}
.card-style1:hover .card-icon {
  -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
  -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
  -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
  transform: translateY(-10px) translate3d(0, -10px, 0);
  background: #1388d7;
}
.card-style1 .card-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
  background: #3e00c2;
  line-height: 110px;
  margin: -100px auto 20px auto;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}
.card-style1 .card-border::before {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 45px;
  top: 10%;
  transition: 0.3s;
}
.card-style1 .card-border::after {
  position: absolute;
  content: "";
  background: #eee;
  width: 1px;
  height: 45px;
  transition: 0.3s;
  bottom: 30px;
  opacity: 0;
  transition: 0.3s;
}
.card-style1:hover .card-border::after {
  background: #1388d7;
  opacity: 1;
  bottom: -45px;
  transition: 0.3s;
}
.card-style2 {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.card-style2:hover {
  background-color: #3e00c2;
}
.card-style2 .card-icon {
  position: absolute;
  right: -20px;
  top: -20px;
  font-size: 120px;
  line-height: 1;
  z-index: 0;
  opacity: 0.1;
  color: #3e00c2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.card-style2:hover .card-icon,
.card-style2:hover p,
.card-style2:hover a {
  color: #fff;
}
.card-style2 .card-body .card-btn a {
  background-color: #3e00c2;
  color: #fff;
  line-height: 50px;
  display: block;
  text-align: center;
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  z-index: 5;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.card-style2:hover .card-body .card-btn a {
  background-color: #fff;
  color: #3e00c2;
}
@media screen and (max-width: 991px) {
  .card-style2 .card-icon {
    font-size: 100px;
  }
}
.services-top {
  margin-top: -90px;
  z-index: 9;
}
@media screen and (max-width: 1199px) {
  .services-top {
    margin-top: -70px;
  }
}
.card-style3 .card-body {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.card-style3 .card-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(28, 191, 170, 0.9);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),
    opacity 0s 0.5s;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),
    opacity 0s 0.5s;
}
.card-style3:hover .card-body:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84),
    opacity 0s;
  transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}
.card-style3 .card-body .portfolio-icon {
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}
.card-style3 .card-body .portfolio-icon .top-icon {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  will-change: transform, opacity;
}
.card-style3:hover .card-body .portfolio-icon .top-icon {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s,
    opacity 0.2s 0.2s;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s,
    opacity 0.2s 0.2s;
}
.card-style3 .card-body .portfolio-icon .top-icon a {
  border: 2px solid transparent;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 24px;
  height: 73px;
  line-height: 70px;
  text-align: center;
  width: 75px;
  background-color: #1388d7;
}
.card-style3 .card-body .portfolio-content {
  position: absolute;
  bottom: 33px;
  z-index: 9;
  left: 25px;
  right: 25px;
}
.card-style3 .card-body .portfolio-content span {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  will-change: transform, opacity;
  padding-bottom: 10px;
  display: block;
}
.card-style3:hover .card-body .portfolio-content span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,
    opacity 0.2s 0.1s;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,
    opacity 0.2s 0.1s;
}
.card-style3 .card-body .portfolio-content h3 {
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
  will-change: transform, opacity;
}
.card-style3:hover .card-body .portfolio-content h3 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,
    opacity 0.2s 0.1s;
  transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s,
    opacity 0.2s 0.1s;
}
.card-style3 .card-body.round:after {
  border-radius: 0.3rem;
}
@media screen and (max-width: 1199px) {
  .card-style3 .card-body .portfolio-content {
    bottom: 15px;
    left: 25px;
  }
  .card-style3 .card-body .portfolio-icon .top-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .card-style3 .card-body .portfolio-icon .top-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.card-style4 {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  word-break: break-word;
}
.card-style4 .blog-img .category {
  color: #fff;
  text-align: center;
  background-color: #1388d7;
  font-size: 16px;
  display: block;
  padding: 8px 15px;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.card-style4 .blog-img .category:hover {
  color: #fff;
  background-color: #3e00c2;
}
.card-style4 .blog-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.card-style4:hover .blog-img:before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.card-style4 .blog-img .category {
  color: inherit;
  background-color: inherit;
  padding: 0;
  right: 15px;
  position: absolute;
  top: 16px;
  text-align: left;
}
.card-style4 .blog-img .category a {
  color: #fff;
}
.card-style4 .blog-img .category:hover {
  background: transparent;
  color: inherit;
}
.card-style4 .blog-img .category a {
  color: #fff;
  text-align: center;
  background-color: #3e00c2;
  font-size: 14px;
  display: inline-block;
  padding: 6px 12px;
  margin-left: 4px;
  margin-top: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.card-style4 .blog-img .category a:last-child {
  margin-right: 0;
}
.card-style4 .blog-img .category a:hover {
  color: #fff;
  background-color: #1388d7;
}
.card-style4 .blog-img .category.rounded-pill a {
  border-radius: 50rem;
  font-size: 12px;
}
.card-style4 .blog-img > span:first-child {
  position: inherit;
  left: 0;
  top: -4px;
  display: inline-block;
  text-align: left;
}
.card-style5 .card-body .icon-holder .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(28, 191, 170, 0.2);
  transition: all 500ms ease;
}


.card-style5:hover .icon-holder .box {
  background-color: #1388d7;
}
.card-style5 .card-body .icon-holder span:before {
  position: relative;
  display: inline-block;
  color: #3e00c2;
  font-size: 65px;
  line-height: 65px;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.card-style5:hover .icon-holder span:before {
  color: #20252d;
  transform: scale(0.9);
}
.card-style5 .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-style6 {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-in-out;
  border: none;
  height: 100%;
}
.card-style6 .card-image {
  width: 190px;
  margin: 0 auto;
  border-radius: 50% !important;
  position: relative;
  overflow: hidden;
  height: 190px;
}
.card-style6 .card-image:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.card-style6:hover .card-image:before {
  -webkit-animation: circle 0.95s;
  animation: circle 0.95s;
}
.card-style6 .card-icon {
  width: 60px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: #1388d7;
  color: #fff;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.card-style6:hover .link-box .overlay-btn {
  opacity: 1;
  transform: translateX(-50%) scale(1, 1);
  color: #3e00c2;
}
.card-style6 .link-box .overlay-btn {
  left: 50%;
  transform: translateX(-50%) scale(0, 0);
  bottom: 0px;
  opacity: 0;
  padding-right: 30px;
  min-width: 125px;
  transition: all 500ms ease;
}
.card-style6 .link-box .overlay-btn i {
  top: 7px;
  right: 0px;
}
.card-style6:hover .link-box .link-btn {
  opacity: 0;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.card-style7 .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: left;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.card-style7:hover .card-body {
  opacity: 1;
}
.card-style7 .portfolio-content {
  position: absolute;
  left: -80px;
  bottom: 0;
  background-color: #fff;
  padding: 30px 40px;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.card-style7:hover .portfolio-content {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.card-style7 .portfolio-content span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.card-style7 .portfolio-content .content-inner {
  border-left: 3px solid #3e00c2;
  padding: 0 0 0 20px;
}
.card-style7:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(19, 136, 215, 0.7);
}
.card-style7:hover:before {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .card-style7 .portfolio-content {
    padding: 20px;
  }
}
.card-style8 {
  height: 100%;
}
.card-style8 .social-icon {
  position: absolute;
  left: 0;
  bottom: -45px;
  padding: 30px 0 0 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  text-align: center;
}
.card-style8 .social-icon ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.card-style8:hover .social-icon {
  bottom: 15px;
}
.card-style8 .social-icon ul li a {
  display: inline-block;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #3e00c2;
}
.card-style8 .social-icon ul li a:hover {
  background-color: #1388d7;
}
.card-style9 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-style9:hover {
  webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}
.card-style10 .card-body .feature-categories {
  top: -17px;
  left: 0;
  padding: 4px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 12px;
  background-color: #1388d7;
  position: absolute;
}
.card-style10 .feature-image img {
  webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  will-change: transform;
}
.card-style10:hover .feature-image img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.card-style11 {
  border-radius: 10px;
  height: 100%;
}
.card-style11 .icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #1388d7;
  text-align: center;
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: -38px;
  right: 30px;
}
.card-style12 .team-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1388d7;
  color: #fff;
  padding: 10px 20px;
  line-height: 35px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 210px;
}
.card-style12 .card-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.card-style12 .card-body:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #3e00c2;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.4s ease;
  opacity: 0;
}
.card-style12:hover .card-body:before {
  content: "";
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.card-style12:hover .card-body h3,
.card-style12:hover .card-body a {
  color: #fff;
}
.card-style12:hover .card-body ul li .icon-box.small {
  background-color: #fff;
  color: #3e00c2;
}
.card-style13 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  background: rgba(28, 191, 170, 0.9);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  transition: all 0.4s ease;
  opacity: 0;
}
.card-style13:hover .card-body {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.card-style13 .card-body .hover-content .hover-inner {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 700ms ease 500ms;
}
.card-style13:hover .card-body .hover-content .hover-inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.card-style14 {
  transition: 0.3s;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  position: relative;
  height: 100%;
}
.card-style14 .card-body {
  padding: 1.5rem;
}
.card-style15 {
  padding: 62px 75px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .card-style15 {
    padding: 52px 55px;
  }
}
@media screen and (max-width: 991px) {
  .card-style15 {
    padding: 42px 45px;
  }
}
@media screen and (max-width: 575px) {
  .card-style15 {
    padding: 32px 30px;
  }
}
.card-style16 .card-body {
  padding: 40px 45px 40px 45px;
}
.card-style16 .card-body .service-img {
  margin: 0 auto 25px;
  position: relative;
}
.card-style16 .card-body .icon-circle {
  width: 85px;
  height: 85px;
  position: absolute;
  background-color: rgba(28, 191, 170, 0.1);
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}
.card-style16 .card-btn {
  background: transparent;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  position: relative;
  border-radius: 0;
}
.card-style16 .card-btn .main-butn {
  font-weight: 700;
  padding: 10px 0;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  text-transform: uppercase;
}
.card-style16 .card-btn .main-butn .main-text {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
.card-style16 .card-btn .hover-butn {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #1388d7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-style16 .card-btn .hover-butn a {
  padding: 0 0 2px;
  position: relative;
  border: 0;
  letter-spacing: 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.card-style16 .card-btn .hover-butn .inner-butn {
  display: inline-flex;
  align-items: center;
}
.card-style16 .card-btn .hover-butn .inner-butn .hover-text {
  margin-left: -13px;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}
.card-style16 .card-btn .hover-butn .inner-butn .btn-icon {
  margin-left: 6px;
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.card-style16 .card-btn .hover-butn .inner-butn .btn-icon i {
  margin: 0;
  line-height: 0;
  position: relative;
}
.card-style16 .card-btn .hover-butn .inner-butn .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  transition-delay: 0s;
  margin-left: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.card-style16:hover .card-btn .main-butn .main-text {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.card-style16:hover .card-btn .hover-butn {
  top: 0;
}
@media screen and (max-width: 1399px) {
  .card-style16 .card-body {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 991px) {
  .card-style16 .card-body .icon-circle {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 575px) {
  .card-style16 .card-body {
    padding: 30px 30px;
  }
  .card-style16 .card-body .icon-circle {
    width: 60px;
    height: 60px;
  }
}
.card-style17 .card-header h3 {
  font-size: 24px;
  line-height: 30px;
}
.card-style17 .card-header .pricing-img {
  display: flex;
  text-align: center;
  background-color: #3e00c2;
  width: 90px;
  height: 90px;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 991px) {
  .card-style17 .card-header .pricing-img {
    width: 80px;
    height: 80px;
  }
}
.card-style18 {
  -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.card-style18 .card-body {
  padding: 15% 10%;
}
.card-style18 .service-img {
  background-color: rgba(28, 191, 170, 0.1);
  margin-bottom: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.card-style18:hover .service-img {
  background-color: rgba(255, 255, 255, 0.9);
}
.card-style18 .service-btn {
  color: #303334;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}
.card-style18 .service-btn i {
  width: 24px;
  height: 24px;
  border: 2px solid #303334;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 6px;
}
.card-style18 .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1388d7;
  border-radius: 6px;
  z-index: 1;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.card-style18 .service-butn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0em;
  color: #3e00c2;
}
.card-style18 .service-butn i {
  margin-left: 10px;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}
.card-style18:hover .card-overlay {
  opacity: 1;
}
.card-style18:hover h3 a {
  color: #fff;
}
.card-style18:hover .service-btn {
  color: #fff;
}
.card-style18:hover .service-btn i {
  border-color: #fff;
}
.card-style18 .service-btn:hover i {
  border-color: rgba(255, 255, 255, 0.7);
}
.card-style18:hover p,
.card-style18 .service-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.card-style18:hover .service-butn {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .card-style18 .card-body {
    padding: 10%;
  }
}
@media screen and (max-width: 575px) {
  .card-style18 .card-body {
    padding: 6%;
  }
  .card-style18 .service-img {
    width: 100px;
    height: 100px;
  }
}
.card-style20 {
  box-shadow: 0 0 15px #00000014;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-style20:hover {
  webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
  box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);
}
.card-style21 .card-body {
  position: relative;
  padding: 40px 25px 30px;
  background-color: #fff;
  box-shadow: -3px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #575a7b;
}
.card-style21:hover .img-card img {
  transform: scale(1.2);
  transition: all 1.5s ease;
}
.card-style21 .card-body:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #3e00c2 transparent;
  bottom: 2px;
  right: 2px;
}
.card-style21 .card-body .icon-wrapper {
  width: 75px;
  height: 75px;
  padding: 15px;
  background-color: #1158e7;
  position: relative;
  margin: -84px auto 25px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
}
.card-style21 .service-card {
  padding: 75px 40px 30px 40px;
  transition: 0.4s;
  height: 420px;
}
.card-style21 .service-card:before {
  background: rgba(42, 51, 78, 0.76);
  background: linear-gradient(-180deg, transparent, #2a334e 110%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-style21 .service-card .service-details {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -115px;
  width: 100%;
  padding: 25px;
  transition: all 0.3s;
  z-index: 9;
}
.card-style21 .service-card:hover .service-details {
  bottom: 10px;
}
.card-style21 .service-card .service-details h3,
.card-style21 .service-card .service-details a,
.card-style21 .service-card .service-details p {
  color: #fff;
}
.card-style21 .service-card .service-details h3:hover,
.card-style21 .service-card .service-details h3:active,
.card-style21 .service-card .service-details h3:focus {
  color: #3e00c2;
}
.card-style21 .service-card .service-details a:hover,
.card-style21 .service-card .service-details a:active,
.card-style21 .service-card .service-details a:focus {
  color: #3e00c2;
}
.card-style21 .service-card:hover .service-details p {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.card-style21 .service-card .service-details p {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0.1s;
  height: 70px;
}
@media screen and (max-width: 575px) {
  .card-style21 .card-body {
    padding: 30px 20px 20px;
  }
  .card-style21 .card-body .icon-wrapper {
    width: 70px;
    height: 70px;
    padding: 10px;
    margin: -80px auto 25px;
  }
}
.card-style22 .card-body .icon-holder .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(28, 191, 170, 0.2);
  transition: all 500ms ease;
}
.card-style22:hover .icon-holder .box {
  background-color: #1388d7;
}
.card-style22 .icon .main-img {
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.card-style22:hover .icon .main-img {
  opacity: 0;
  transform: scale(0.9);
}
.card-style22 .icon .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.card-style22:hover .icon .hover-img {
  opacity: 1;
  transform: scale(0.9);
}
.card-style23 {
  background-color: #f8f9fa;
}
.card-style23:hover {
  background: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 10px 60px rgba(208, 208, 208, 0.25);
  box-shadow: 0px 10px 60px rgba(208, 208, 208, 0.25);
}
.card-style24 .card-body .team-icons {
  position: absolute;
  right: 0;
  bottom: 10px;
  content: "";
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  cursor: default;
}
.card-style24 .card-body .team-icons ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.card-style24 .card-body .team-icons ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: #3e00c2;
  color: #fff;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  font-size: 14px;
}
.card-style24 .card-body .team-icons span {
  z-index: 2;
  cursor: default;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: transparent;
  color: #3e00c2;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.card-style24 .card-body .team-icons:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.card-style24 .card-body .team-icons ul li a:hover {
  background-color: #1388d7;
}
.card-style25 {
  transition: all 0.3s ease 0.1s;
}
.card-style25 img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-style25 .card-body {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0 0 5px 5px;
  padding: 20px 15px;
  transition: 0.4s;
  margin-bottom: 20px;
}
.card-style25:hover {
  transform: translateY(-5px);
}
.card-style25:hover .card-body {
  background-color: #3e00c2;
}
.card-style25 .card-body h3 a {
  color: #272c49;
}
.card-style25:hover .card-body h3 a {
  color: #fff;
}
.card-style26 {
  border: none;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.card-style26 .radius-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-style26 .blog-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-style26 .blog-img img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
.card-style26 .post-date {
  position: absolute;
  right: 30px;
  top: -42px;
  background: #1388d7;
  color: #fff;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 15px;
}
.card-style26 .post-date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.card-style26 .blog-tag:before {
  content: "";
  margin: 0 0.75em;
  width: 3px;
  height: 3px;
  background-color: #8e919d;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.card-style26:hover .blog-img img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.card-style27 .service-butn {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0em;
  color: #3e00c2;
}
.card-style27 .service-butn i {
  margin-left: 10px;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  transition: 0.4s;
}
.card-style27:hover .service-butn {
  color: #1388d7;
}
.card-style27 .service-butn:hover i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.card-style27 .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(28, 191, 170, 0.2);
  transition: all 500ms ease;
}
.card-style27:hover .box {
  background-color: #1388d7;
}
.card-style27 .icon .main-img {
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.card-style27:hover .icon .main-img {
  opacity: 0;
  transform: scale(0.9);
}
.card-style27 .icon .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.card-style27:hover .icon .hover-img {
  opacity: 1;
  transform: scale(0.9);
}
.card-style28 .service-img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #20252d 90%
  );
  pointer-events: none;
  z-index: 2;
  transition: all 0.5s ease;
  border-radius: 0.375rem;
}
.card-style28 .service-img:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1388d7;
  height: 0;
  opacity: 0.75;
  z-index: 2;
  content: "";
  transition: all 0.3s ease;
  border-radius: 0.375rem;
}
.card-style28:hover .service-img:after {
  height: 100%;
}
.card-style28 .service-img img {
  transition: all 0.3s ease;
}
.card-style28:hover .service-img img {
  transform: scale(1.1);
}
.card-style28 .service-icon {
  position: absolute;
  right: 40px;
  top: 10px;
  height: 52px;
  width: 52px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding-top: 2px;
  border: 2px solid #fff;
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 0;
}
.card-style28:hover .service-icon {
  right: 40px;
  top: 40px;
  opacity: 1;
  transition-delay: 0.3s;
}
.card-style28 .service-icon:hover {
  transform: rotate(-45deg);
  border: 2px solid #3e00c2;
  background-color: #3e00c2;
}
.card-style29 {
  padding: 0.8rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.card-style29 h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
.card-style29 .card-body {
  border-bottom: none;
  padding-right: 0;
  padding-left: 0;
}
.card-style29 .card-body small {
  letter-spacing: 1px;
  font-size: 12px;
}
.card-style29 .card-footer {
  background: none;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.card-style29 .card-footer .read-more {
  font-size: 14px;
  color: #1388d7;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.card-style29 .card-footer i {
  vertical-align: middle;
}
.about-main-img:before {
  width: 20px;
  height: 40px;
  content: "";
  background-color: #3e00c2;
  position: absolute;
  right: 72px;
  bottom: 20px;
}
.about-main-img:after {
  width: 35px;
  height: 60px;
  background-color: #ffffff;
  position: absolute;
  bottom: -20px;
  right: 30px;
  content: "";
}
.about-bg {
  top: 0;
  left: 0;
  width: 40%;
  content: "";
  height: 100%;
  position: absolute !important;
  z-index: 0;
}
.shape1 {
  width: 45px;
  height: 70px;
  background-color: #3e00c2;
  position: absolute;
  top: -40px;
  right: 30px;
}
.shape2 {
  width: 25px;
  height: 50px;
  background-color: #1388d7;
  position: absolute;
  right: 85px;
  top: -60px;
}
.about2-yearbox {
  background-color: #20252d;
  color: #fff;
  position: absolute;
  width: 200px;
  padding: 30px;
  bottom: 20px;
  left: 25%;
}
blockquote:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 10px;
  background-color: #fff;
}
p.quote-box:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 10px;
  background-color: #575a7b;
}
.about-3 .about-img-content {
  position: absolute;
  text-align: center;
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.06);
  background-color: #fff;
  top: 20%;
  width: 230px;
  padding: 25px;
  left: -30px;
}
.about-3 .about-text {
  padding: 20px 50px 20px 20px;
  transition-duration: 0.3s;
}
.about-3 .about-text:hover {
  box-shadow: 4px 4px 36px 0px rgba(0, 0, 0, 0.07);
}
.about-3 .about-text i {
  position: relative;
  z-index: 9;
}
.about-3 .about-text i:after {
  content: "";
  top: 0px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(19, 136, 215, 0.2);
  transition: all 500ms ease;
  position: absolute;
  z-index: -1;
}
.about-3 .about-text:hover i:after {
  background-color: #3e00c2;
}
@media screen and (max-width: 575px) {
  .about-3 .about-img:before {
    right: 101px;
    bottom: 35px;
  }
  .about-3 .about-img:after {
    right: 60px;
    bottom: 0;
  }
  .about-3 .about-text {
    padding: 20px;
  }
}
.about-4 img {
  position: absolute;
  top: 0;
  left: 0;
}
.about-5 .about-shape1 {
  position: absolute;
  height: 60px;
  width: 30px;
  background: #1388d7;
  bottom: 0;
  right: 30px;
  overflow: hidden;
}
.about-5 .about-shape1:after {
  background: #3e00c2;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.about-5 .about-shape1:before {
  background: #1388d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.about-5 .about-shape2 {
  background: #3e00c2;
  bottom: 40px;
  right: 68px;
  height: 38px;
  width: 18px;
  position: absolute;
  overflow: hidden;
}
.about-5 .about-shape2:after {
  background: #1388d7;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.about-5 .about-shape2:before {
  background: #3e00c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.about-5 .about-image {
  position: relative;
}
.about-5 .about-img-text {
  margin: 0 auto;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  bottom: 40px;
}
.about-5 .list-style2 li {
  line-height: 1.7;
  padding-left: 35px;
  position: relative;
  margin-bottom: 2rem;
}
.about-5 .list-style2 li:last-child {
  margin-bottom: 0;
}
.about-5 .list-style2 li:before {
  top: 2px;
  line-height: normal;
  content: "\e64c";
}
.about-5 h6 {
  font-size: 18px;
  font-weight: 700;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fullscreen-bg {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@supports (-webkit-touch-callout: none) {
  @media (min-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
      height: 400%;
      top: -100%;
    }
  }
  @media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
      width: 400%;
      left: -100%;
    }
  }
}
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #1388d7;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.video_btn:hover i,
.video_btn:focus i {
  color: #fff;
}
.video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #1388d7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #1388d7;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.video_btn.small:after {
  height: 50px;
  width: 50px;
}
.video_btn.small:before {
  height: 65px;
  width: 65px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1199px) {
  .video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }
  .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  .video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .video_btn:before {
    height: 85px;
    width: 85px;
  }
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}
@media screen and (max-width: 767px) {
  .video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .video_btn:after {
    height: 60px;
    width: 60px;
  }
  .video_btn:before {
    height: 75px;
    width: 75px;
  }
}
.filtering {
  margin-bottom: 40px;
}
.filtering span {
  cursor: default;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  margin: 5px;
  padding: 6px 15px;
  background: transparent;
  color: #3e00c2;
  border: 2px solid #3e00c2;
}
.filtering .active {
  color: #ffffff;
  background: #1388d7;
  border: 2px solid #1388d7;
}
.portfolio-details {
  position: relative;
}
.portfolio-details .box-shape1 {
  position: absolute;
  width: 17px;
  height: 35px;
  bottom: -15px;
  background-color: #1388d7;
  right: 47px;
  overflow: hidden;
}
.portfolio-details .box-shape1:after {
  background: #fff;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.portfolio-details .box-shape1:before {
  background: #1388d7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.portfolio-details .box-shape2 {
  position: absolute;
  width: 35px;
  height: 50px;
  bottom: 0;
  background-color: #fff;
  right: 5px;
  overflow: hidden;
}
.portfolio-details .box-shape2:after {
  background: #1388d7;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.portfolio-details .box-shape2:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.pagination {
  border-radius: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin-left: 5px;
  margin-top: 1rem;
}
.pagination a,
.pagination span.current {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 0;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.pagination a:hover {
  background-color: #1388d7;
  color: #fff;
}
.pagination .active a {
  background-color: #1388d7;
  color: #fff;
  cursor: default;
}
.pagination span.current {
  background-color: #1388d7;
  color: #fff;
  border-color: transparent;
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f7ff;
  padding: 0;
}
.prev-page,
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before,
.next-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-page .page-info > a,
.next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 4px;
  overflow: hidden;
}
.next-page .page-info .image-prev,
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title,
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
  display: none;
}
.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
  display: none;
}
.prev-page:hover:before,
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #3e00c2;
}
.next-page .image-next:after {
  background-color: #3e00c2;
}
.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.prev-page .image-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page {
  margin-left: auto;
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
.next-page .image-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page .next-title {
  text-align: right;
}
.prev-link-page-info > span,
.next-link-page-info > span {
  display: block;
}
.prev-link-page-info .date-details,
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.prev-link-page-info .date-details > div,
.prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.next-link-page-info .date-details > div,
.next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .prev-page,
  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }
  .page-navigation {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .prev-page .page-info > a,
  .next-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1388d7;
}
.owl-nav i,
.owl-nav span {
  color: #20252d;
  font-size: 28px;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3e00c2;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #6fb45d;
}
.owl-nav [class*="owl-"]:hover i {
  color: #fff;
}
.owl-nav i,
.owl-nav span {
  color: #232323;
  font-size: 18px;
  padding-top: 4px;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.owl-thumbs button {
  border: none;
  background: none;
}
.owl-thumbs button img {
  opacity: 0.5;
  border: 4px solid transparent;
}
.owl-thumbs button.active img {
  opacity: 1;
  border: 4px solid rgba(111, 180, 93, 0.4);
  border-radius: 50%;
}
.owl-thumb-item {
  cursor: default;
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border-radius: 0.3rem;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-radius: 0;
  padding: 20px 55px 20px 25px;
  font-weight: 400;
  text-decoration: none;
  background-color: #1388d7;
}
.accordion-style .btn-link.collapsed {
  color: #212121;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding: 20px 25px;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
}
.accordion-style .btn-link.collapsed:after {
  content: "+";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 17px;
  position: absolute;
  color: #212121;
  background-color: #ececec;
  border-radius: 0.3rem;
  line-height: 24px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .btn-link:after {
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 17px;
  position: absolute;
  color: #1388d7;
  background-color: #fff;
  border-radius: 0.3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
}
.accordion-style .card-body {
  padding: 25px 30px 25px 26px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .accordion-style .btn-link {
    padding: 20px 50px 20px 18px;
  }
  .accordion-style .btn-link:after,
  .accordion-style .btn-link.collapsed:after {
    top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-style .btn-link.collapsed {
    padding: 20px 50px 20px 18px;
  }
}
.accordion-style.style1 .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0;
  border: none;
}
.accordion-style.style1 .card:last-child {
  border-bottom: 0 !important;
}
.accordion-style.style1 .btn-link {
  padding: 20px 45px 20px 0;
  font-weight: 700;
  background-color: unset;
  color: unset;
}
.accordion-style.style1 .btn-link:active,
.accordion-style.style1 .btn-link:focus {
  color: #575a7b;
}
.accordion-style.style1 .btn-link:after {
  top: 20px;
  background-color: unset;
}
.accordion-style.style1 .card-body {
  padding: 0 25px 30px 0;
}
.accordion-style.style2 .card {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 0;
}
.accordion-style.style2 .btn-link {
    background-color: transparent;
    color: #1388d7;
    padding: 0px 55px 20px 0px;
    font-weight: 700;
}
.accordion-style.style2 .btn-link.collapsed {
  color: unset;
}
.accordion-style.style2 .card-body {
  padding: 0px 30px 25px 0px;
}
.accordion-style.style2 .btn-link:after {
  content: "\e648";
  font-family: "themify";
  color: #3e00c2;
  background-color: unset;
  border-radius: unset;
  font-size: 15px;
  font-weight: 800;
  top: 2px;
}
.accordion-style.style2 .btn-link.collapsed:after {
  content: "\e64b";
}
.accordion-style.style2 .card:last-child {
  border: 0;
}
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  padding-left: 0;
}
.resp-tabs-list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: default;
  min-width: 180px;
}
.resp-tabs-list li:last-child {
  margin-right: 0;
}
.resp-tabs-list li i {
  font-size: 28px;
  margin-bottom: 8px;
  color: #6f6f6f;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.resp-tab-content {
  display: none;
  padding: 0;
}
.resp-tabs-list li.resp-tab-active i {
  color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  float: left;
  width: 100%;
}
h2.resp-accordion {
  background: #fff !important;
  cursor: default;
  display: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 0px;
  padding: 15px 21px;
  float: left;
  width: 100%;
}
h2.resp-tab-active {
  border-bottom: 0px solid #e4e4e4 !important;
  background: #1388d7 !important;
  color: #fff;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e4e4e4 !important;
  background: #00baee;
}
.resp-arrow {
  border-color: transparent #20252d #20252d transparent;
  border-style: solid;
  border-width: 0 1px 1px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 4px;
}
h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}
.tab-style1 .resp-tabs-list li {
  padding: 0 0 22px 0;
  border: 0;
  text-align: start;
  min-width: unset;
  margin-right: 60px;
  margin-left: auto;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.tab-style1 .resp-tabs-list li:last-child {
  margin-right: 0;
}
.tab-style1 .resp-tabs-list li.resp-tab-active {
  background: transparent;
  color: #fff;
}
.tab-style1 .resp-tab-content {
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 991px) {
  .tab-style1 h2.resp-accordion {
    border: 0;
    border-radius: 0.375rem;
    margin-bottom: 10px;
  }
  .tab-style1 h2.resp-tab-active {
    margin-bottom: 0;
  }
}
.tab-style2 .resp-tabs-list li {
  text-align: center;
  padding: 6px 16px;
  position: relative;
  border-radius: 50rem;
  margin: 0 4px 0 0;
  min-width: auto;
}
.tab-style2 .resp-tabs-list li.resp-tab-active {
  background-color: #1388d7;
  color: #fff;
}
.tab-style2 .resp-tab-content {
  border-radius: 0.3rem;
  padding: 25px 0;
}
.tab-style2 h2.resp-tab-active {
  background: #1388d7 !important;
}
@media screen and (max-width: 991px) {
  .tab-style2 .resp-tab-content {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  h2.resp-tab-active h3 {
    color: #fff;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #e4e4e4;
    padding: 10px;
  }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .resp-tab-content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  h2.resp-tab-active {
    border: 1px solid #1388d7;
  }
  .resp-tab-content {
    border-bottom: 0;
  }
  .resp-tab-content:last-child {
    border-bottom: 1px solid #eee;
  }
}
.team-style-01 {
  position: relative;
}
.team-style-01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(23, 23, 23, 0.55) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#8c171717', GradientType=0);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.team-style-01:hover:before {
  opacity: 1;
}
.team-style-01 .team-social {
  right: 80px;
  position: absolute;
  top: inherit;
  bottom: -10px;
  transition: all 0.5s ease-in-out;
  right: 20px;
}
.team-style-01 .side-icons {
  position: relative;
  perspective: 1000px;
  z-index: 9;
}
.team-style-01 .side-icons .icon-share {
  border-radius: 0px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #1388d7;
  outline: none;
  z-index: 100000;
  transition: all 0.3s;
}
.team-style-01 .team-social .side-icons .icons-social {
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
  border-radius: 0px;
  position: absolute;
  margin: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transform: rotate(-180deg);
  bottom: 40px;
  right: 0;
}
.team-style-01:hover .team-social .side-icons .icons-social {
  opacity: 1;
  visibility: visible;
}
.team-style-01 .side-icons .icons-social:after {
  content: "";
  background: #3e00c2;
  width: 1px;
  height: 70px;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -95px;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.team-style-01:hover .team-social .side-icons .icons-social {
  display: block;
}
.team-style-01 .side-icons .icons-social ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: -1;
}
.team-style-01 .side-icons .icons-social ul li {
  margin-top: 10px;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  opacity: 1;
  z-index: 4;
}
.team-style-01 .side-icons .icons-social ul li a {
  transform: rotate(180deg);
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #1388d7;
  transition: all 0.3s;
}
.team-style-01 .side-icons .icons-social ul li a i {
  transition: none;
}
.team-style-01 .side-icons .icons-social ul li a:hover {
  color: #fff;
  background-color: #3e00c2;
}
.team-style-01 .side-icons .icons-social ul li:nth-of-type(1) {
  transition-delay: 0s;
  z-index: 4;
}
.team-style-01 .side-icons .icons-social ul li:nth-of-type(2) {
  transition-delay: 0.2s;
  z-index: 3;
}
.team-style-01 .side-icons .icons-social ul li:nth-of-type(3) {
  transition-delay: 0.3s;
  z-index: 2;
}
.team-style-01 .side-icons .icons-social ul li:nth-of-type(4) {
  transition-delay: 0.4s;
  z-index: 1;
}
.team-style {
  position: relative;
  z-index: 1;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  transition: 0.3s;
  height: 100%;
}
.team-details {
  padding: 25px 0 21px;
  transition: 0.4s;
  text-align: center;
}
.team-details-shape1 {
  position: absolute;
  width: 32px;
  height: 50px;
  top: 0;
  right: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.team-details-shape1:after {
  background: #3e00c2;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.team-details-shape1:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.sidebar .widget {
  position: relative;
  display: block;
  background-color: #fff;
}
.widget-title {
  position: relative;
  display: block;
  background-color: #f4f5f4;
  border: 0.0625rem solid rgba(220, 224, 229, 0.6);
  padding: 20px 30px;
  z-index: 1;
}
.widget-title h5 {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.widget-content {
  border: 0.0625rem solid rgba(220, 224, 229, 0.6);
  border-width: 0 1px 1px 1px;
  position: relative;
  padding: 30px;
}
.sidebar .menu li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.sidebar .menu li:last-child {
  margin-bottom: 0;
}
.sidebar .menu li a:hover,
.sidebar .menu li.active a {
  color: #fff;
  background-color: #1388d7;
  padding-left: 80px;
}
.sidebar .menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #1e2434;
  text-transform: uppercase;
  background-color: #fff;
  padding: 17px 20px 17px 50px;
  border: 1px solid #e7e3e3;
}
.sidebar .menu li a:hover:before {
  background-color: #3e00c2;
}
.sidebar .menu li.active a:before {
  background-color: #3e00c2;
}
.sidebar .menu li a:hover:before,
.sidebar .menu li.active a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f178";
}
.sidebar .menu li a:hover:before,
.sidebar .menu li.active a:before {
  width: 60px;
  color: #fff;
}
.sidebar .menu li a::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: #f4f5f4;
  text-align: center;
  font-size: 16px;
  color: #707582;
  transition: all 500ms ease;
}
.download-list {
  position: relative;
  margin: 0px -10px;
}
.download-list li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
}
.download-list li .inner {
  position: relative;
  display: block;
  margin: 0px 10px;
  text-align: center;
}
.download-list li .inner a {
  position: relative;
  display: inline-block;
  background-color: #f4f5f4;
  padding: 30px 15px 28px 15px;
}
.download-list li .inner i {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 16px;
  color: #fff;
  transition: all 500ms ease;
  background: #1388d7;
}
.download-list li .inner a:hover i {
  background-color: #3e00c2;
}
.contact-widget {
  height: 300px;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.icon-gallery .d-table {
  margin-top: 30px;
}
.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff;
}
.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #3e00c2;
}
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0;
}
.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}
.html-code:before {
  color: #c8dfab;
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
}
.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.html-code .copy-element {
  top: 15px;
  right: 30px;
}
.html-code:hover .copy-element,
.html-code:hover .source-element {
  opacity: 1;
}
.box-hover:hover .copy-element,
.box-hover:hover .source-element {
  opacity: 1;
}
/*
.copy-element > a,
.source-element > a {
  border-radius: 0.25rem;
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: default!important;
  font-weight: 600;
}
.copy-element > a:hover,
.source-element > a:hover {
  background: #1388d7;
  color: #fff !important;
}
*/
.copy-clipboard {
  cursor: default;
  padding: 5px 15px;
}
.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed;
}
.white-popup-block.popup-copy.mfp-hide {
  display: block !important;
  height: 0;
  position: absolute;
  z-index: -1;
  padding: 0;
  opacity: 0;
  margin: 0;
}
.white-popup-block:before {
  color: rgba(3, 169, 245, 0.2);
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.white-popup-block:hover .copy-element {
  opacity: 1;
}
.white-popup-block .copy-element {
  top: 45px;
  right: 30px;
}
.box-hover {
  position: relative;
}
.box-hover .container {
  position: relative;
}
.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px;
  }
  .copy-element,
  .source-element {
    top: 83px;
  }
}
ul.countdown li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0 50px;
  text-align: center;
}
ul.countdown li:first-child {
  padding-left: 0;
}
ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}
ul.countdown li span {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
ul.countdown li span::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 30px;
  }
  ul.countdown li span {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  ul.countdown li {
    padding: 0 12px;
  }
}
.sidebar .input-group .form-control {
  min-height: 50px;
}
.sidebar .blog-tags a {
  border: 1px solid #3e00c2;
  background-color: #fff;
  padding: 7px 25px;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 10px 0 0;
  display: inline-block;
  border-radius: 0.3rem;
}
.sidebar .blog-tags a:hover {
  border: 1px solid #1388d7;
  background-color: #1388d7;
  color: #fff;
}
.sidebar .blog-insta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(28, 191, 170, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 1;
  border-radius: 0.3rem;
}
.sidebar .blog-insta:hover:before {
  opacity: 0.85;
}
.sidebar .blog-insta .insta-icon {
  position: absolute;
  font-size: 25px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 55%;
  transform: translateY(-55%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar .blog-insta:hover .insta-icon {
  opacity: 1;
  visibility: visible;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-listing {
  margin: -0.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
.cat-item {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.cat-item:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.cat-item ul.children {
  margin-top: 0.5rem;
  margin-left: 10px;
}
.wp-tag-cloud li {
  display: inline-block;
}
.wp-tag-cloud a {
  border: 1px solid #1388d7;
  padding: 7px 21px;
  font-size: 14px !important;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.wp-tag-cloud a:hover {
  background-color: #3e00c2;
  border-color: #3e00c2;
  color: #fff;
}
.sidebar .widget {
  margin-bottom: 2rem;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget_custom_html {
  padding: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar .widget p:last-child {
  margin-bottom: 0;
}
.blog-comment:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 10px;
  background-color: #3e00c2;
}
.author-thumb img {
  border-radius: 50%;
  width: 80px;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
}
.comment-inner .avatar {
  width: 65px;
  min-width: 65px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
}
.comment-inner .comment-box {
  overflow: hidden;
  position: relative;
  margin-left: 0;
  flex-grow: 1;
  vertical-align: top;
  display: inline-block;
}
.comment-inner .comment-box p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  color: #1388d7;
  background: rgba(19, 136, 215, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 18px;
  display: inline-block;
}
.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
  color: #fff;
  background: #1388d7;
}
a#cancel-comment-reply-link {
  color: #1388d7;
  background: rgba(19, 136, 215, 0.1);
  padding: 9px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  float: right;
  margin: 6px 0;
}
a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:active,
a#cancel-comment-reply-link:focus {
  color: #fff;
  background: #1388d7;
}
.tags a {
  border: 1px solid #3e00c2;
  padding: 7px 21px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.tags a:hover,
.tags a:active,
.tags a:focus {
  border-color: #1388d7;
  background: #1388d7;
  color: #fff;
}
.contact-info-block {
  position: relative;
  text-align: center;
}
.contact-info-block .contact-img {
  width: 100%;
  padding: 50px 30px;
  position: relative;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  transition: all 300ms ease-in-out;
  height: 100%;
}
.contact-info-block .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: background-color 0.4s ease;
}
.contact-info-block:hover .bg-overlay:before {
  opacity: 0;
  transform: translate(-100%, -100%);
}
.contact-info-block .bg-overlay:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.contact-info-block:hover .bg-overlay:after {
  opacity: 1;
  transform: translate(0, 0);
}
.contact-info-block .bg-overlay:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translate(100%, 100%);
  transition: transform 0.6s ease 0.2s, opacity 0.6s ease 0.2s;
}
.contact-info-block .content-text {
  position: relative;
  padding: 0 50px;
}
.contact-info-block i {
  color: #3e00c2;
}
.contact-info-block:hover p,
.contact-info-block:hover h3,
.contact-info-block:hover i {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .contact-info-block .content-text {
    padding: 0;
  }
}
.contact-info {
  position: relative;
}
.contact-info .contact-shape1 {
  content: "";
  position: absolute;
  background: #3e00c2;
  height: 33px;
  width: 18px;
  right: 50px;
  top: -13px;
  overflow: hidden;
}
.contact-info .contact-shape1:after {
  background: #fff;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.contact-info .contact-shape1:before {
  background: #3e00c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.contact-info .contact-shape2 {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 50px;
  width: 35px;
  right: 10px;
  top: 0;
  overflow: hidden;
}
.contact-info .contact-shape2:after {
  background: #3e00c2;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.contact-info .contact-shape2:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.contact-map {
  height: 400px;
  width: 100%;
  vertical-align: top;
  border: 0;
}
.sidebar-logo {
  width: 190px;
}
.feature-style01 {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -60px;
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 575px) {
  .feature-style01 {
    padding: 25px;
  }
}
.testimonial-style01 {
  position: relative;
}
.testimonial-style01 .testimonial-shape3 {
  content: "";
  height: 50px;
  width: 28px;
  position: absolute;
  background: #ffffff;
  top: -20px;
  right: 40px;
  overflow: hidden;
}
.testimonial-style01 .testimonial-shape3:after {
  background: #3e00c2;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-style01 .testimonial-shape3:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-style01 .testimonial-shape4 {
  content: "";
  height: 35px;
  width: 15px;
  position: absolute;
  background: #3e00c2;
  top: -34px;
  right: 76px;
  overflow: hidden;
}
.testimonial-style01 .testimonial-shape4:after {
  background: #fff;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-style01 .testimonial-shape4:before {
  background: #3e00c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-shape1 {
  height: 50px;
  width: 28px;
  position: absolute;
  background: #ffffff;
  bottom: 0px;
  right: 40px;
  z-index: 3;
  overflow: hidden;
}
.testimonial-shape1:after {
  background: #3e00c2;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-shape1:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-shape2 {
  height: 35px;
  width: 15px;
  position: absolute;
  background: #3e00c2;
  bottom: 28px;
  right: 76px;
  z-index: 3;
  overflow: hidden;
}
.testimonial-shape2:after {
  background: #fff;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-shape2:before {
  background: #3e00c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.testimonial-carousel2.owl-theme .owl-dots .owl-dot span {
  background-color: #1388d7;
  width: 30px;
  height: 5px;
  border-radius: 0;
}
.testimonial-carousel2.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel2.owl-theme .owl-dots .owl-dot:hover span,
.testimonial-carousel2.owl-theme .owl-dots .owl-dot:focus span {
  background-color: #3e00c2 !important;
}
.testimonial-carousel1 .testimonial-text {
  position: relative;
}
.testimonial-carousel1 .testimonial-text:before {
  content: "\e67f";
  font-family: "themify";
  position: absolute;
  font-size: 60px;
  top: -12px;
  color: #3e00c2;
  z-index: -1;
  line-height: 1;
  opacity: 0.2;
}
.testimonial-carousel5 .separator-line {
  height: 60px;
  width: 1px;
  background: #d5d5d5;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-carousel5.owl-theme .owl-nav {
  position: absolute;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -180px;
}
.testimonial-carousel5.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel5.owl-carousel .owl-nav button.owl-next {
  background-color: #eceff1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.testimonial-carousel5 .owl-nav button.owl-prev:hover i,
.testimonial-carousel5 .owl-nav button.owl-next:hover i {
  color: #7c898d;
}
@media screen and (max-width: 1199px) {
  .testimonial-carousel5.owl-theme .owl-nav {
    right: -140px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-carousel5.owl-theme .owl-nav {
    position: unset;
    margin-top: 20px;
  }
}
.testimonial-carousel6 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
}
.testimonial-carousel6 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-50%);
}
.testimonial-carousel6 .owl-nav .owl-prev i,
.testimonial-carousel6 .owl-nav .owl-next i {
  padding-top: 0;
  font-size: 20px;
}
.testimonial-carousel6.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.testimonial-carousel6.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #3e00c2;
}
@media screen and (max-width: 1399px) {
  .testimonial-carousel6 .owl-nav .owl-prev {
    left: -13%;
  }
  .testimonial-carousel6 .owl-nav .owl-next {
    right: -13%;
  }
}
.testimonial-style02 .testimonial-content {
  border-radius: 100px;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (max-width: 991px) {
  .testimonial-style02 .testimonial-content {
    border-radius: 0;
  }
}
.testimonial-style03 {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  bottom: 0;
  right: 65px;
  padding: 27px;
  border-top-left-radius: 0.375rem;
}
.testimonial-style03.owl-thumbs button img {
  opacity: unset;
}
.testimonial-style03 .owl-thumbs button.active img,
.testimonial-style03.owl-thumbs button img {
  border: none;
}
.testimonial-style04 .owl-thumbs button img {
  opacity: 1;
  border: 0;
  will-change: transform;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -ms-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.testimonial-style04 .owl-thumbs button.active img {
  border: 0;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 575px) {
  .testimonial-style04 .owl-thumbs button img {
    width: 85px;
  }
}
.facts-block .fact-icon span {
  text-align: center;
  padding: 5px 20px;
  transition-duration: 0.4s;
  background: #1388d7;
  color: #fff;
  display: inline-block;
}
.facts-block .fact-icon:hover span {
  background: #3e00c2;
}
.facts-block .bg-plus {
  position: absolute;
  right: -20px;
  top: -30px;
}
.save-money .video-img {
  margin-bottom: -90px;
}
.cursor-helper {
  height: 0;
}

/*

.cursor-helper-outer {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #20252d;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 25px;
  top: 25px;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999999;
}
.cursor-helper-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999999;
}
*/
/*
.cursor-link {
  background-color: #20252d;
  opacity: 0.4;
}
*/
/*
.cursor-light {
  background-color: #fff;
  opacity: 1;
}
.cursor-slider {
  background-color: #20252d;
  border-radius: 100%;
  padding: 30px;
}
.cursor-slider:after {
  content: "\e658";
  font-family: "themify";
  font-size: 24px;
  position: absolute;
  top: 13px;
  left: 19px;
  line-height: 35px;
  color: #fff;
}
*/
/*
.cursor-helper-innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
*/
@media screen and (max-width: 1199px) {
  .cursor-helper {
    display: none;
  }
}
.error-wrapper .number-wrap h1 {
  color: #fff;
  font-size: 250px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .error-wrapper .number-wrap h1 {
    font-size: 230px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .error-wrapper .number-wrap h1 {
    font-size: 220px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .error-wrapper .number-wrap h1 {
    font-size: 200px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .error-wrapper .number-wrap h1 {
    font-size: 150px;
  }
}
.client-carousel {
  transition: 0.4s;
}
.client-carousel img {
  transition: 0.3s;
}
.client-carousel .image-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}
.client-carousel .image-wrapper > img {
  border-radius: inherit;
}
.client-carousel .hover-image {
  display: block;
  transform: translateY(-100%);
  opacity: 0;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
}
.client-carousel .image-wrapper:hover .hover-image {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.client-carousel .image-wrapper:hover .hover-image + .main-image {
  opacity: 0;
  transform: translateY(100%);
}
.service-carousel-one.owl-theme .owl-nav {
  text-align: left;
}
.service-carousel-one.owl-theme .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background: rgba(19, 136, 215, 0.1);
  transition: all 0.6s ease;
  line-height: 44px;
  border-radius: 0;
}
.service-carousel-one.owl-theme .owl-nav .owl-prev {
  margin-right: 30px;
  position: relative;
  margin-left: 0;
}
.service-carousel-one.owl-theme .owl-nav .owl-prev i {
  color: #1388d7;
}
.service-carousel-one.owl-theme .owl-nav .owl-next i {
  color: #1388d7;
}
.service-carousel-one.owl-theme .owl-nav .owl-prev:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #3e00c2;
  position: absolute;
  right: -20px;
  top: 15px;
  border-radius: 50%;
}
.service-carousel-one.owl-theme .owl-nav [class*="owl-"]:hover,
.service-carousel-one.owl-theme .owl-nav [class*="owl-"]:active,
.service-carousel-one.owl-theme .owl-nav [class*="owl-"]:focus {
  background: #1388d7;
  color: #fff !important;
}
.service-carousel-one.owl-theme .owl-nav [class*="owl-"]:hover i,
.service-carousel-one.owl-theme .owl-nav [class*="owl-"]:active i,
.service-carousel-one.owl-theme .owl-nav [class*="owl-"]:focus i {
  color: #fff !important;
}
.services-carousel-three {
  margin-bottom: -85px;
}
.services-carousel-three.owl-theme .owl-nav {
  margin-top: 0;
}
.services-carousel-three.owl-theme .owl-nav span {
  width: 45px;
  height: 45px;
  line-height: 36px;
  font-size: 40px;
  background: #272c49;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.services-carousel-three.owl-theme .owl-nav button.owl-prev {
  left: -100px;
  position: absolute;
  top: 39%;
}
.services-carousel-three.owl-theme .owl-nav button.owl-next {
  right: -100px;
  position: absolute;
  top: 39%;
}
.services-carousel-three.owl-carousel .owl-nav button.owl-prev,
.services-carousel-three.owl-carousel .owl-nav button.owl-next {
  width: 57px;
  height: 57px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 58px;
}
.services-carousel-three.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #3e00c2;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .services-carousel-three.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .services-carousel-three.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .services-carousel-three.owl-carousel .owl-nav button.owl-prev,
  .services-carousel-three.owl-carousel .owl-nav button.owl-next {
    width: 47px;
    height: 47px;
    line-height: 48px;
  }
}
.project-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
}
.project-carousel.owl-carousel .owl-nav button.owl-next,
.project-carousel.owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 65px;
  height: 65px;
  background-color: #1388d7;
  margin: 0;
  border-radius: 0;
}
.project-carousel .owl-nav i,
.project-carousel .owl-nav span {
  color: #fff;
}
.vertical-timeline {
  position: relative;
  z-index: 1;
}
.vertical-timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(28, 191, 170, 0.4);
  margin-left: -4px;
}
.vertical-timeline:after {
  content: "\e64b";
  font-family: "themify";
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: -19px;
  color: #3e00c2;
  margin-left: -6px;
}
.vertical-timeline .timeline-items {
  padding-bottom: 40px;
}
.vertical-timeline .timeline-items:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background: #efefef;
}
.vertical-timeline .item {
  display: flex;
  position: relative;
  transition: 0.3s;
}
.vertical-timeline .item:hover .count {
  background: #3e00c2;
  transition: 0.3s;
}
.vertical-timeline .item:not(:last-child) {
  margin-bottom: 70px;
}
.vertical-timeline .item:nth-child(even) .text {
  margin-left: 45px;
  margin-right: 0px;
  padding-left: 40px;
  padding-right: 50px;
  border-radius: 5px 5px 5px 5px;
}
.vertical-timeline .item:nth-child(odd) .count {
  margin-right: -30px;
}
.vertical-timeline .item:nth-child(odd) .icon {
  justify-content: flex-end;
}
.vertical-timeline .item:nth-child(odd) .timeline-circle:before {
  left: 100%;
}
.vertical-timeline .item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.vertical-timeline .item:nth-child(even) .count {
  margin-left: -30px;
}
.vertical-timeline .item:nth-child(even) .icon {
  justify-content: flex-start;
}
.vertical-timeline .item:nth-child(even) .timeline-content {
  flex-direction: row-reverse;
}
.vertical-timeline .item:nth-child(even) .timeline-circle:before {
  right: 100%;
}
.vertical-timeline .icon,
.vertical-timeline .timeline-content {
  flex-basis: calc(50% - 1px);
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.vertical-timeline .timeline-circle {
  position: relative;
  margin: 0px 100px 0px 100px;
}
.vertical-timeline .timeline-circle .circle {
  position: absolute;
  top: 50%;
  transition: 0.4s;
  top: calc(50% - 7px);
  left: -7px;
  width: 15px;
  height: 15px;
  background: rgba(28, 191, 170, 0.4);
}
.vertical-timeline .timeline-circle:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  background: #efefef;
  width: calc(100px + 30px);
}
.vertical-timeline .timeline-circle:after {
  content: "";
  position: absolute;
  transition: 0.4s;
  top: calc(50% - 4px);
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
}
.vertical-timeline .text {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  margin: 0px 45px 0px 0px;
  padding: 31px 40px 33px 50px;
  border-radius: 5px 5px 5px 5px;
  background-color: #ffffff;
}
.vertical-timeline .count {
  position: relative;
  font-size: 19px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  flex: 1 0 auto;
  color: #fff;
  background: #1388d7;
}
@media screen and (max-width: 991px) {
  .vertical-timeline .timeline-circle:before {
    width: calc(100px + -20px);
  }
  .vertical-timeline .text {
    margin: 0;
    padding: 20px 20px 20px 40px;
  }
  .vertical-timeline .count {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .vertical-timeline .item:nth-child(even) .text {
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
  }
  .vertical-timeline .timeline-circle {
    margin: 0px 30px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .vertical-timeline:before,
  .vertical-timeline:after,
  .vertical-timeline .timeline-items:before {
    left: 10px;
  }
  .vertical-timeline .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .vertical-timeline .timeline-content {
    order: 2;
    flex-basis: 100%;
  }
  .vertical-timeline .icon {
    order: 3;
    flex-basis: 30%;
  }
  .vertical-timeline .text {
    padding: 20px 20px 20px 30px;
  }
  .vertical-timeline .item:nth-child(even) {
    flex-direction: row;
    text-align: left;
  }
  .vertical-timeline .item:nth-child(even) .text {
    padding-left: 30px;
    padding-right: 20px;
  }
  .vertical-timeline .item:nth-child(odd) {
    flex-direction: row;
    text-align: left;
  }
  .vertical-timeline .item:nth-child(even) .count,
  .vertical-timeline .item:nth-child(odd) .count {
    margin-right: -20px;
    margin-left: 0;
  }
  .vertical-timeline .item:nth-child(even) .timeline-content,
  .vertical-timeline .item:nth-child(odd) .timeline-content {
    flex-direction: row;
  }
  .vertical-timeline .item:nth-child(even) .icon,
  .vertical-timeline .item:nth-child(odd) .icon {
    justify-content: center;
  }
}
.why-choose-01 {
  margin-top: -70px;
}
.why-choose-01 .why-choose-icon i {
  position: relative;
  color: #fff;
  opacity: 0.8;
}
.why-choose-01 .why-choose-icon i:after {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  border-radius: 50px;
  top: -2px;
  right: -4px;
  z-index: -1;
  transition: all 500ms ease;
}
.why-choose-01 .why-choose-icon:hover i {
  opacity: 1;
}
.why-choose-01 .why-choose-icon:hover i:after {
  background-color: #1388d7;
}
@media screen and (max-width: 991px) {
  .why-choose-01 {
    margin-top: 0;
    background: none;
    padding-top: 0;
  }
}
.why-choose-right .why-choose-box {
  position: absolute;
  bottom: -50px;
  right: 50px;
  width: 160px;
  height: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
  padding: 0 15px;
}
.why-choose-right:after {
  position: absolute;
  content: "";
  height: 90%;
  width: 70%;
  border-radius: 0.25rem;
  background: #3e00c2;
  left: -15px;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .why-choose-right .why-choose-box {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 575px) {
  .why-choose-right .why-choose-box {
    width: 105px;
    height: 105px;
    right: 15px;
  }
}
.progress-style1 .progress {
  height: 5px;
}
.progress-style1 .progress .progress-bar {
  background-color: #1388d7;
}
.portfolio-style1 {
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
}
.portfolio-style2 {
  margin: 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio-style2 .portfolio-item-link {
  display: block;
  position: relative;
  text-decoration: none;
  transition: transform 0.5s;
}
.portfolio-style2 .portfolio-item-link .portfolio-item-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.portfolio-style2 .portfolio-item-link .portfolio-item-overlay:before {
  display: block;
  position: absolute;
  font-size: 20px;
  line-height: 72px;
  font-weight: 600;
  width: 72px;
  height: 72px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  right: auto;
  margin: -36px 0 0 -36px;
  z-index: 2;
  font-family: "themify";
  content: "";
}
.portfolio-style2 .portfolio-item-link .portfolio-item-media {
  display: block;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s;
  border-radius: 5px;
}
.portfolio-style2 .portfolio-item-link .portfolio-item-media:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  left: 0;
  right: initial;
  bottom: 0;
  width: 100%;
  height: 28%;
  border-radius: 0.375rem;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  z-index: 2;
}
.portfolio-style2 .portfolio-item-link img {
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  width: 100%;
}
.portfolio-style2:hover .portfolio-item-link {
  -webkit-transform: scale(0.93, 0.93);
  -ms-transform: scale(0.93, 0.93);
  transform: scale(0.93, 0.93);
}
.portfolio-style2:hover .portfolio-item-link img {
  -webkit-transform: scale(1.17, 1.17);
  -ms-transform: scale(1.17, 1.17);
  transform: scale(1.17, 1.17);
}
.portfolio-style2:hover .portfolio-item-link .portfolio-item-overlay {
  opacity: 1;
}
.portfolio-style2 .portfolio-item-link .portfolio-item-content {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .portfolio-style2 .portfolio-item-link .portfolio-item-overlay:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.portfolio-style3 .portfolio-msg .portfolio-content {
  margin: 0 70px 0 0;
  padding: 20px 50px 20px 150px;
  background-color: #fff;
  border-radius: 58px;
  position: relative;
}
.portfolio-style3 .portfolio-msg .msg-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #3e00c2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-style4 .portfolio-img {
  position: relative;
  padding-top: 77%;
  background-color: #000;
  border-radius: 6px;
}
.portfolio-style4 .portfolio-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
.portfolio-style4 .portfolio-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.portfolio-style4 .portfolio-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 26px 60px 30px 40px;
  z-index: 5;
}
.portfolio-style4 .portfolio-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #1388d7;
  transition: all ease 0.35s;
  z-index: -1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.portfolio-style4 .portfolio-link {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 20px;
  transition: all ease 0.35s;
}
.portfolio-style4 .portfolio-inner {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.portfolio-style4 .portfolio-categories a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286;
  padding: 4px 20px;
  border: 1px solid;
  border-radius: 30px;
  color: #fff;
}
.portfolio-style4 .portfolio-inner:hover .portfolio-link {
  transform: rotate(45deg);
}
.portfolio-style4 .portfolio-inner:hover .portfolio-content:before {
  height: 100%;
}
.portfolio-style4 .portfolio-inner:hover .portfolio-img img {
  transform: translateY(-30px);
}
@media screen and (max-width: 575px) {
  .portfolio-style4 .portfolio-content {
    padding: 20px 40px 25px 20px;
  }
  .portfolio-style4 .portfolio-link {
    right: 20px;
  }
}
.portfolio-style5 .portfolio-count .inner-count {
  position: relative;
  display: block;
  font-size: 160px;
  line-height: 160px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.6);
}
.portfolio-style5 .portfolio-count h6 {
  position: absolute;
  top: 0px;
  right: -5px;
  font-weight: 400;
  color: #fff;
  height: 100%;
  text-align: center;
  writing-mode: vertical-lr;
  margin-bottom: 0;
}
.portfolio-style5 .portfolio-box {
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 1px 1px 0 1px;
  height: 100%;
  padding: 273px 47px 34px 50px;
  transition: all 500ms ease;
}
.portfolio-style5 .portfolio-box .bg-img {
  position: absolute;
  left: -2px;
  top: -30px;
  width: 0%;
  height: calc(100% + 60px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
.portfolio-style5 .portfolio-box .bg-img:before {
  position: absolute;
  content: "";
  background: #161e2c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}
.portfolio-style5 .portfolio-box .content-box {
  position: relative;
  z-index: 2;
  transition: all 500ms ease;
}
.portfolio-style5 .portfolio-box h3 a {
  color: #1388d7;
  display: inline-block;
}
.portfolio-style5 .portfolio-box .link a i {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.portfolio-style5 .portfolio-box:hover .bg-img {
  width: calc(100% + 3px);
  opacity: 1;
}
.portfolio-style5 .portfolio-box:hover .content-box {
  transform: translateY(34px);
}
.portfolio-style5 .portfolio-box:hover h3 a {
  color: #fff;
}
.portfolio-style5 .portfolio-box:hover .link a i {
  color: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1399px) {
  .portfolio-style5 .portfolio-box {
    padding: 273px 30px 34px 25px;
  }
  .portfolio-style5 .portfolio-count .inner-count {
    font-size: 140px;
    line-height: 140px;
  }
}
@media screen and (max-width: 1199px) {
  .portfolio-style5 .portfolio-box {
    padding: 273px 40px 34px 30px;
  }
}
@media screen and (max-width: 575px) {
  .portfolio-style5 .portfolio-count .inner-count {
    font-size: 80px;
    line-height: 80px;
  }
  .portfolio-style5 .portfolio-count h6 {
    position: unset;
    writing-mode: unset;
    text-align: start;
  }
}
.portfolio-carousel1.owl-theme .owl-nav {
  text-align: left;
  margin-top: 60px;
}
.portfolio-carousel1.owl-theme .owl-nav button {
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  border-radius: 6px;
}
.portfolio-carousel1.owl-theme .owl-nav button.owl-next {
  margin-right: 0;
}
.portfolio-carousel1.owl-theme .owl-nav i {
  padding-top: 0;
}
.portfolio-carousel1.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #3e00c2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-carousel1.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .portfolio-carousel1.owl-theme .owl-nav button {
    width: 50px;
    height: 50px;
    line-height: 55px;
  }
}
.contact-info-text {
  display: flex;
  align-items: center;
}
.contact-info-text i {
  font-size: 60px;
  color: #3e00c2;
  line-height: 1;
  display: inline-block;
  margin-right: 35px;
}
.contact-info-text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.contact-info-text h3 {
  font-size: 55px;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-info-text .bar::before {
  position: absolute;
  width: 100px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  left: -180px;
  top: 50%;
}
.call-to-action-shape1 {
  left: 70px;
  position: relative;
  overflow: hidden;
}
.call-to-action-shape1:after {
  background: #3e00c2;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.call-to-action-shape1:before {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.call-to-action-shape2 {
  position: absolute;
  background: #3e00c2;
  height: 40px;
  width: 20px;
  left: 110px;
  bottom: 25px;
  overflow: hidden;
}
.call-to-action-shape2:after {
  background: #fff;
  animation: move 3s infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.call-to-action-shape2:before {
  background: #3e00c2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
@media screen and (max-width: 1399px) {
  .contact-info-text h3 {
    font-size: 42px;
  }
  .contact-info-text .bar::before {
    left: -150px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-info-text h3 {
    font-size: 36px;
  }
  .contact-info-text .bar::before {
    content: none;
  }
}
@media screen and (max-width: 991px) {
  .contact-info-text i {
    font-size: 50px;
    margin-right: 15px;
  }
  .contact-info-text h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .contact-info-text h3 {
    font-size: 26px;
  }
}
.testimonials1 button {
  border: 2px solid #fff;
  padding: 5px;
}
.testimonials1 button img {
  opacity: 0.5;
}
.testimonials1 button.active {
  border: 2px solid #3e00c2;
  padding: 5px;
}
.testimonials1 button.active img {
  opacity: 1;
}
.testimonials-left span {
  font-size: 140px;
}
.testimonials-left .left-icon i {
  width: 150px;
  height: 150px;
  display: block;
  line-height: 150px;
  margin: 0 auto;
  font-size: 90px;
  background: rgba(28, 191, 170, 0.9);
}
.testimonials-left .testimonials-inner {
  padding: 30px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .testimonials-left .testimonials-inner {
    padding: 15px;
  }
  .testimonials-left .left-icon i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 72px;
  }
  .testimonials-left span {
    font-size: 110px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials-left span {
    font-size: 80px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #1388d7;
}
.form-check-input:checked {
  border-color: #1388d7;
  background-color: #1388d7;
}
.quform .quform-elements {
  position: relative;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-inner input {
  width: 100%;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
  float: none;
}
.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}
.quform-element {
  margin-bottom: 1rem;
}
.newsletter-rounded .quform-elements {
  position: relative;
}
.newsletter-rounded .quform-submit-inner {
  position: absolute;
  right: 0px;
  top: 6px;
  width: auto;
}
.newsletter-rounded .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-rounded input {
  border: 3px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  min-height: auto;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
}
.newsletter-rounded .quform-has-error input,
.newsletter-rounded .quform-has-error textarea,
.newsletter-rounded .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-rounded .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-rounded i {
  font-size: 1.5rem;
  line-height: 2rem;
}
.newsletter-content {
  padding: 45px 45px 45px 0;
}
.newsletter-content i.ti-email {
  height: 80px;
  width: 100px;
  background-color: #1388d7;
  color: #fff;
  display: block;
  font-size: 35px;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .newsletter-content {
    padding: 25px;
  }
}
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: #1388d7;
  height: 48px;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
}
.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.newsletter-form-style01 .quform-elements {
  position: relative;
}
.newsletter-form-style01 .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form-style01 .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.newsletter-form-style01 .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form-style01 input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form-style01 .form-control:focus,
.newsletter-form-style01 .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form-style01 .quform-has-error input,
.newsletter-form-style01 .quform-has-error textarea,
.newsletter-form-style01 .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form-style01 .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form-style01 i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.newsletter-form-icon .quform-elements {
  position: relative;
}
.newsletter-form-icon .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 3px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form-icon .quform-submit-inner .btn {
  border: none;
  padding: 0.5rem 1.15rem;
}
.newsletter-form-icon .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form-icon input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 54px;
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form-icon .form-control:focus,
.newsletter-form-icon .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form-icon .quform-has-error input,
.newsletter-form-icon .quform-has-error textarea,
.newsletter-form-icon .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form-icon .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form-icon i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}
.social-icon-style1 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #3e00c2;
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style1 li a:hover,
.social-icon-style1 li a:focus,
.social-icon-style1 li a:active {
  background: #1388d7;
  color: #fff;
}
.social-icon-style1 li:last-child {
  margin-right: 0;
}
.social-icon-style2 {
  margin-bottom: 0;
  list-style: none;
}
.social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #3e00c2;
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style2 li a:hover,
.social-icon-style2 li a:active,
.social-icon-style2 li a:focus {
  background: #1388d7;
  color: #fff;
}
.social-icon-style2 li:last-child {
  margin-right: 0;
}
.social-icon-style2 li a.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}
.social-icon-style2.small li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.social-icon-style2.small li a {
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  width: 41px;
}
@media screen and (max-width: 991px) {
  .social-icon-style2.small li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.social-icon-style3 {
  margin-bottom: 0;
  display: inline-block;
}
.social-icon-style3 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style3 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #3e00c2;
  height: 41px;
  line-height: 42px;
  width: 41px;
  border-radius: 50%;
}
.social-icon-style3 li a:hover,
.social-icon-style3 li a:focus,
.social-icon-style3 li a:active {
  background: #1388d7;
  color: #fff;
}
.social-icon-style3 li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .social-icon-style3 li a {
    width: 36px;
    height: 36px;
    line-height: 37px;
  }
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #1388d7;
}
.lg-progress-bar .lg-progress {
  background-color: #1388d7;
}
.lg-backdrop.in {
  opacity: 0.85;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.img-windmolen {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.img-windmolen svg {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  overflow: visible;
}
.img-windmolen .wieken {
  animation: spin 2s infinite linear;
  transform-origin: 61% 55%;
}
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}
@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}
@keyframes TopBottom {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.search-form_input {
  color: #1388d7;
}
.search-frame h4 a:hover {
  color: #1388d7;
}
.search-frame .search_list .match {
  color: #1388d7;
}
.search-frame .search_list li:before {
  color: #1388d7;
}
.search-frame .search_list li + li {
  border-top: 3px solid #1388d7;
}
.search-frame .search {
  color: #1388d7;
}
.rotation {
  animation: rotation infinite 30s linear;
}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
@keyframes move {
  0% {
    transform: translate3d(-200%, 0, 0);
  }
  60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.c-1 {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-2 {
  -webkit-animation-name: ScaleMe;
  -webkit-animation-delay: 3ms;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ScaleMe;
  -moz-animation-delay: 3s;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ScaleMe;
  -ms-animation-delay: 3s;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ScaleMe;
  animation-delay: 3s;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes ScaleMe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes ScaleMe {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.scrolling-main {
  padding: 40px 0;
}
.scrolling-text {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.scrolling-marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: campoutscrollingmarqueeReverse 6s linear infinite;
}
.scrolling-left-text .scrolling-marquee {
  animation: campoutscrollingmarquee 6s linear infinite;
}
.scrolling-marquee h4 {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 0;
}
.scrolling-marquee h4.circle-marquee:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  margin: 0px 50px;
  vertical-align: middle;
}
@keyframes campoutscrollingmarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes campoutscrollingmarqueeReverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.scrolling-left-text .scrolling-marquee {
  animation-duration: 20s;
}
.scrolling-left-text .scrolling-marquee h4 {
  color: #fff;
}
.scrolling-text-2 {
  width: 100%;
  overflow: hidden;
}
.scrolling-marquee-2 {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: campoutscrollingmarqueeReverse 6s linear infinite;
}
.scrolling-left-text-2 .scrolling-marquee-2 {
  animation: campoutscrollingmarquee 6s linear infinite;
}
.scrolling-marquee-2 h4 {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
@keyframes campoutscrollingmarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes campoutscrollingmarqueeReverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.scrolling-left-text-2 .scrolling-marquee-2 {
  animation-duration: 20s;
}
.scrolling-left-text-2 .scrolling-marquee-2 h4 {
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
  color: transparent;
  text-transform: uppercase;
}
.scrolling-marquee-2 {
  animation-duration: 20s;
}
.scrolling-text-2 h4 {
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  -webkit-text-stroke-color: #fff;
  text-stroke-color: #fff;
  color: transparent;
}
.about-style01 .right-content .blur-box {
  bottom: 25px;
  right: 25px;
  padding: 18px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-align: center;
}
.about-style01 .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(28, 191, 170, 0.1);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .about-style01 .right-content .blur-box {
    padding: 10px 20px;
  }
}
.about-style02 .about-left img {
  opacity: 1;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.about-style02 .about-left .left-bg {
  transform: translateY(-8.01324px);
  opacity: 1;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
  z-index: 1;
  left: 30px;
  bottom: 100px;
  position: absolute;
  text-align: center;
  padding: 30px;
  width: 180px;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  border-radius: 0.375rem;
}
.about-style02 .about-left .left-bg .left-circle {
  z-index: -1;
  position: absolute;
  left: -35px;
  top: -30px;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background-color: #1388d7;
}
@media screen and (max-width: 1399px) {
  .about-style02 .about-left .left-bg {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .about-style02 .about-left .left-bg {
    left: 0;
    bottom: -8px;
  }
}
.about-style03 .left-img {
  position: absolute;
  bottom: -50px;
  right: -15px;
}
.about-style04 .right-content .count-text .count-inner .count-no {
  font-size: 130px;
  line-height: 0.8;
  color: #3e00c2;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .about-style04 .right-content .count-text .count-inner .count-no {
    font-size: 114px;
  }
}
@media screen and (max-width: 767px) {
  .about-style04 .right-content .count-text .count-inner .count-no {
    font-size: 92px;
  }
}
@media screen and (max-width: 575px) {
  .about-style04 .right-content .count-text .count-inner .count-no {
    font-size: 72px;
  }
}
.about-5 .about-img-text .left-box {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.about-5 .about-img-text .right-box {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 575px) {
  .about-5 .about-img-text .left-box {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .about-5 .about-img-text .right-box {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
}
.counter-style01 .counter-block .counter-inner {
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  color: #232323;
  letter-spacing: -0.04em;
  overflow: hidden;
}
.counter-style01 .counter-block .counter-inner .counter-no {
  display: flex;
  margin: 0 0 -0.36em 0;
  font-weight: inherit;
  position: relative;
  white-space: nowrap;
  justify-content: center;
}
.counter-style01 .counter-block .counter-line {
  width: 100%;
  height: 1px;
  background: #dee2e6;
  margin: 0 0 21px;
}
@media screen and (max-width: 1199px) {
  .counter-style01 .counter-block .counter-inner {
    font-size: 65px;
  }
  .counter-style01 .counter-block .counter-inner .counter-no {
    margin: 0 0 -0.3em 0;
  }
  .counter-style01 .counter-block .counter-line {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 991px) {
  .counter-style01 .counter-block .counter-inner {
    font-size: 56px;
  }
}
.counter-style02 .count-no {
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  margin-bottom: 0;
  color: #1388d7;
}
.counter-style02 h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .counter-style02 span {
    font-size: 50px;
    line-height: 50px;
  }
}
.why-choose-02 .left-img .img1 {
  margin-left: -20px;
}
.why-choose-02 .left-img .content-no {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1388d7;
  border-radius: 50%;
  margin-left: -20px;
  color: #fff;
  display: inline-flex;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
}
.why-choose-02 .left-content {
  margin-left: -40%;
  background: white;
  border-radius: 0.375rem;
  padding: 50px 52px 40px 0px;
  padding-left: calc(20% + 74px);
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0px 10px 60px rgba(208, 208, 208, 0.25);
  box-shadow: 0px 10px 60px rgba(208, 208, 208, 0.25);
}
.why-choose-02 .left-content .exp-content {
  color: white;
  border: none;
  font-size: 14px;
  padding: 2px 10px 0px 10px;
  background: #3e00c2;
  border-radius: 50rem;
  position: relative;
  z-index: 9;
}
.why-choose-02 .left-content .exp-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .why-choose-02 .left-content {
    margin-left: -30%;
  }
}
@media screen and (max-width: 575px) {
  .why-choose-02 .left-content {
    margin-left: 0;
    padding: 30px;
  }
}
.extra-style1 .content {
  position: absolute;
  left: 65px;
  bottom: 65px;
  background-color: #1388d7;
  padding: 50px 50px 49px 50px;
  width: 450px;
}
.extra-style1 .content.right {
  background-color: #20252d;
}
.extra-style1 span:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
.extra-style1 .bg-img {
  min-height: 550px;
}
@media screen and (max-width: 1199px) {
  .extra-style1 .content {
    left: 25px;
    bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .extra-style1 .bg-img {
    min-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .extra-style1 .content {
    right: 0;
    padding: 30px 30px 29px 30px;
    width: 270px;
  }
  .extra-style1 .bg-img {
    min-height: 380px;
  }
}
.clients-style01 .client-img img {
  transition: 0.4s;
}
.clients-style01 .client-img:hover img {
  filter: grayscale(1);
}
.process-style01 .process-inner span {
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1;
  font-size: 122px;
  transition: all 0.65s;
  color: #3e00c2;
  font-weight: 800;
}
.process-style01 .process-inner:hover span {
  color: #36a5f7;
}
.process-style01 .process-inner:hover span:before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .process-style01 .process-inner span {
    font-size: 100px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .process-style01 .process-inner span {
    font-size: 80px;
  }
}
.process-style02 .process-block {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.process-style02 .process-block .process-no {
  font-size: 130px;
  white-space: nowrap;
  line-height: 1;
  text-transform: uppercase;
  stroke-width: 1;
  font-weight: 700;
  letter-spacing: -1px;
  color: transparent;
  -webkit-text-stroke: 0.5px #20252d;
  -webkit-text-stroke-color: #e4e4e4;
  -webkit-text-fill-color: transparent;
  text-stroke: 0.5px #20252d;
  text-stroke-color: #e4e4e4;
  text-fill-color: transparent;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
.process-style02 .process-block .process-text {
  font-size: 14px;
  text-transform: uppercase;
  transform: rotate(180deg);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  writing-mode: vertical-lr;
  text-orientation: sideways;
  letter-spacing: 1.28px;
  margin-left: 8px;
}
.process-style02 .process-block:hover .process-no {
  -webkit-text-stroke: 0.5px #20252d;
  -webkit-text-fill-color: #20252d;
}
@media screen and (max-width: 767px) {
  .process-style02 .process-block .process-no {
    font-size: 100px;
  }
}
.contact-style01 .contact-text {
  font-size: 100px;
  color: #1388d7;
  font-weight: 700;
  line-height: 0.8em;
  letter-spacing: -3.6px;
}
@media screen and (max-width: 1199px) {
  .contact-style01 .contact-text {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .contact-style01 .contact-text {
    font-size: 60px;
  }
}
.contact-style02 .contact-from .form-control {
  border-width: 0 0 1px 0;
  padding: 12px 30px 12px 0;
}
.contact-style02 .contact-from .quform-element.form-group i {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
}
.contact-style02 .form-control:focus {
  box-shadow: none;
  border-color: none;
}
footer {
  word-break: break-word;
  background: #20252d;
}
footer .newsletter-form input {
  border: none;
}
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  text-align: center;
  background: #0c0c0c;
}
footer .sec-title h3 {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
footer .sec-title h3:after {
  position: absolute;
  content: "";
  z-index: 1;
  height: 7px;
  width: 3px;
  bottom: 2px;
  right: 0px;
  background: #1388d7;
}
footer .sec-title h3:before {
  position: absolute;
  content: "";
  z-index: 1;
  height: 5px;
  width: 3px;
  bottom: 5px;
  right: 5px;
  background: #3e00c2;
}
footer address {
  color: rgba(255, 255, 255, 0.7);
}
footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
}
footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease;
}
footer .email a:hover:after {
  width: 100%;
}
footer .email a:active:after {
  width: 100%;
}
footer .email a:focus:after {
  width: 100%;
}
footer .email a:hover {
  color: #3e00c2;
}
footer .email a:active {
  color: #3e00c2;
}
footer .email a:focus {
  color: #3e00c2;
}
footer .email a:after {
  border-bottom: 1px solid #fff;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
}
footer .phone {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: #fff;
}
footer .phone a:hover {
  color: #3e00c2;
}
footer .phone a:active {
  color: #3e00c2;
}
footer .phone a:focus {
  color: #3e00c2;
}
@media screen and (max-width: 767px) {
  footer address {
    color: rgba(255, 255, 255, 0.7);
  }
  footer .email a:after {
    bottom: -10px;
  }
}
.footer-style01 .footer-logo {
  max-width: 174px;
}
.footer-style01 .footer-tag {
  font-weight: 500;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 30px;
  background-color: rgba(19, 136, 215, 0.2);
  color: #1388d7;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
  .footer-style01 .footer-logo {
    max-width: 144px;
  }
}
.newsletter-rounded .quform-elements {
  position: relative;
}
.newsletter-rounded .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-rounded input {
  border: 3px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  min-height: auto;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
}
.newsletter-rounded .quform-has-error input,
.newsletter-rounded .quform-has-error textarea,
.newsletter-rounded .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-rounded .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-rounded i {
  font-size: 1.5rem;
  line-height: 2rem;
  vertical-align: middle;
}
.newsletter-content {
  padding: 45px 45px 45px 0;
}
.newsletter-content i.ti-email {
  height: 80px;
  width: 100px;
  background-color: #1388d7;
  color: #fff;
  display: block;
  font-size: 35px;
  line-height: 80px;
  text-align: center;
}
header.header-style1.menu_area-light.scrollHeader a.navbar-brand {
    color: #000!important;
}
@media screen and (max-width: 575px) {
  .newsletter-content {
    padding: 25px;
  }
}
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: #1388d7;
  height: 48px;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
}
.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.footer1 {
  margin-top: -5.5rem;
}
.footer-link li a {
  color: #fff;
}
.footer-link li a:hover {
  color: #1388d7;
}
.input-height {
  min-height: 52px;
}
.footer-bg-left {
  position: absolute;
  top: 0;
  left: -100px;
  max-height: 100%;
}
.footer-bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.footer-link.bottom-link li {
  display: inline-block;
  margin-right: 20px;
}
.footer-link.bottom-link li:last-child {
  margin-right: 0;
}
.footer-three .sec-title {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.footer-three h3 {
  font-size: 1.25rem;
  margin-bottom: 2.2rem;
  font-weight: 800;
}
.footer-three .sec-title h3 {
  padding-right: 0;
}
.footer-three .sec-title h3:after,
.footer-three .sec-title h3:before {
  content: none;
}
.footer-three .border-box {
  display: none;
}
@media screen and (min-width: 1200px) {
  .footer-three .flex-grow-1 h4 {
    max-width: 70%;
  }
}
.footer-two .sec-title {
  padding-bottom: 0 !important;
}
.footer-two .sec-title h3 {
  padding-right: 0;
}
.footer-two .sec-title h3:after,
.footer-two .sec-title h3:before {
  content: none;
}
.footer-two h3 {
  color: #fff !important;
  margin-bottom: 1.6rem !important;
}
footer.bg-light.footer-two h4 a,
footer.bg-light h6 a {
  color: #282b2d !important;
}
footer.bg-light.footer-two h4 a:hover,
footer.bg-light h6 a:hover {
  color: #1388d7 !important;
}
.footer-two .border-box {
  display: none;
}
footer.bg-light .social-icon-style1 a {
  color: #fff;
}
.footer-icon {
  position: relative;
}
.footer-icon a {
  display: inline-block;
}
.footer-icon:before {
  content: "";
  border-radius: 0.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(19, 136, 215, 0.8);
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.footer-icon:hover:before {
  opacity: 1;
}
.footer-icon .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.footer-icon:hover .hover-icon {
  opacity: 1;
}
footer.bg-light p {
  color: #575a7b;
}
footer.bg-light li {
  color: #575a7b;
}
footer.bg-light li a {
  color: #575a7b;
}
footer.bg-light h4 a,
footer.bg-light h6 a {
  color: #282b2d;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
}
footer li {
  list-style: none;
  word-wrap: break-word;
}
footer li:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
footer label {
  color: #fff;
}
footer li a {
  color: #fff;
}
footer li a:hover,
footer li a:active,
footer li a:focus {
  color: #1388d7;
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer .h1 a,
footer .h2 a,
footer .h3 a,
footer .h4 a,
footer .h5 a,
footer .h6 a {
  color: #fff;
}
footer h1 a:hover,
footer h1 a:active,
footer h1 a:focus {
  color: #1388d7;
}
footer h2 a:hover,
footer h2 a:active,
footer h2 a:focus {
  color: #1388d7;
}
footer h3 a:hover,
footer h3 a:active,
footer h3 a:focus {
  color: #1388d7;
}
footer h4 a:hover,
footer h4 a:active,
footer h4 a:focus {
  color: #1388d7;
}
footer h5 a:hover,
footer h5 a:active,
footer h5 a:focus {
  color: #1388d7;
}
footer h6 a:hover,
footer h6 a:active,
footer h6 a:focus {
  color: #1388d7;
}
footer .h1 a:hover,
footer .h1 a:active,
footer .h1 a:focus {
  color: #1388d7;
}
footer .h2 a:hover,
footer .h2 a:active,
footer .h2 a:focus {
  color: #1388d7;
}
footer .h3 a:hover,
footer .h3 a:active,
footer .h3 a:focus {
  color: #1388d7;
}
footer .h4 a:hover,
footer .h4 a:active,
footer .h4 a:focus {
  color: #1388d7;
}
footer .h5 a:hover,
footer .h5 a:active,
footer .h5 a:focus {
  color: #1388d7;
}
footer .h6 a:hover,
footer .h6 a:active,
footer .h6 a:focus {
  color: #1388d7;
}
footer p,
footer li {
  color: #fff;
  list-style: none;
}
.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 150px;
  right: -89px;
  background: #3e00c2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  right: 0px;
  background: #3e00c2;
}
.all-demo:hover {
  background: #1388d7;
}
.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
}
.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff;
}
.buy-theme:hover i,
.all-demo:hover i {
  color: #fff;
}
.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.all-demo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 185px;
  right: -105px;
  background: #1388d7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.navbar-brand img {
    max-height: 196px;
    transition-duration: 0.5s;
    margin-bottom: -141px;
    position: relative;
    top: -46px;
}

header.header-style1.menu_area-light.scrollHeader a.navbar-brand img {
    width: 98px;
    top: -34px;
}
span.y45 img {
    width: 75px;
    margin-bottom: 10px;
}

span.flaticon-034-growthssss {
    width: 72px;
    display: inline-block;
    position: relative;
    top: -9px;
    left: 8px;
}

.menu_area-light .navbar-nav li.has-sub a:hover {
    color: #e90000!important;
}

.attr-nav.align-items-xl-center.ms-xl-auto.main-font a.btn-style4.medium.text-white {
    color: #fff!important;
}




.btn-style4 {
   
    background: linear-gradient(to right, #ff0000, #0000ff) !important;
}

.card-style28 .service-img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: #1388d7; */
    height: 0;
    opacity: 0.75;
    z-index: 2;
    content: "";
    transition: all 0.3s ease;
    border-radius: 0.375rem;
    background: linear-gradient(to right, #ff0000, #0000ff)!important;
}
.card-body.position-absolute.left-0.bottom-5.z-index-9.px-1-9.px-xxl-2-9 h3.h5.mb-3 a {
    color: #fff!important;
}

.card-body.position-absolute.left-0.bottom-5.z-index-9.px-1-9.px-xxl-2-9 p {
    color: #fff!important;
}

.portfolio-style4 .portfolio-content:before {
  
    background: linear-gradient(to right, #ff0000, #0000ff) !important;
}

.portfolio-style4 h4.mb-3 a {
    color: #fff!important;
}

.border-color-light-white {
    border-color: rgb(255 255 255 / 0%) !important;
}

.jk54848 p.mb-2-2.text-white.display-sm-28 {
    color: #fff!important;
}
.jk54848 h2.mb-3.text-white {
    color: #fff!important;
}

.p-1-9.p-lg-2-9.position-relative.z-index-1.h-100.jk54848 h3.h5.text-white {
    color: #fff!important;
}

.p-1-9.p-lg-2-9.position-relative.z-index-1.h-100.jk54848 span.text-white {
    color: #fff!important;
}

.p-1-9.p-lg-2-9.position-relative.z-index-1.h-100.jk54848 address.text-white.d-block.mb-0.w-md-80.w-xl-70 {
    color: #fff!important;
}

.text-secondary, .text-secondary-hover:hover {
    color: #fd191c !important;
}

footer.bg-dark.py-6.py-lg-8 .row.mt-n5 p.mb-0.text-white.opacity7 {
    margin-top: 37px;
}