/* ----------------------------------------------------------------
== Table Of Content

    |--- BASE

        |- typography
        |- helper classes

    |--- SHORTCODES

        |- extra
        |- overlay
        |- section-heading
        |- buttons
        |- navbar
        |- sliders
        |- intro
        |- feature-box
        |- clients
        |- counter
        |- portfolio
        |- process
        |- progress-bar
        |- tabs
        |- team
        |- testimonials
        |- blog
        |- contact-form
        |- footers

    |--- BASE

        |- responsive
---------------------------------------------------------------- */
/*** fonts css ***/

/* ====================== [ Start Typography  ] ====================== */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: museo-sans, sans-serif;
}

body {
  color: #000;
  background: #ffffff;
  line-height: 1.5;
  font-weight: 300;
  overflow-x: hidden !important;
  font-family: museo-sans, sans-serif;
}
b, strong {
    font-weight: 700;
}
img {
  width: 100%;
  height: auto;
}
.img-normal img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

a {
  color: #03386f;
  text-decoration: none;
  background-color: transparent;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

span,
a,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
}

p {
  color: #a4a7b1;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2;
  margin: 0;
}

span {
  display: inline-block;
}

a:hover,
span:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
}

.custom-font {
  font-family: "Century Gothic", sans-serif;
}

.color-font {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.back-color {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.line {
  position: absolute;
  height: 1px;
  width: 65%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}

.line.top {
  top: 0;
}

.line.bottom {
  bottom: 0;
}

.line.left {
  left: 0;
}

.line.right {
  right: 0;
}

.line-v {
  position: absolute;
  height: 80px;
  width: 1px;
  background: #c5a47e;
  left: 50%;
  opacity: 0.3;
}

.line-v.top {
  top: -30px;
}

.line-v.bottom {
  bottom: -30px;
}

/* ====================== [ End Typography  ] ====================== */
/* ====================== [ Start Helper Classes  ] ====================== */
.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.ontop {
  position: relative;
  z-index: 7;
}

.full-over {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.full-width {
  width: 100% !important;
}

.main-color {
  color: #12c2e9 !important;
}

.bg-gray {
  background-color: #f8f4f3;
}

.bg-gray .primery-shadow {
  -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background-color: #141414 !important;
}

.bg-dark .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.bg-color {
  background-color: #12c2e9 !important;
}

.bg-color .primery-shadow {
  -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
}

.sub-bg {
  background: #18191d;
}
.footer-bg {
  background: #f4f5f7;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.section-padding {
  padding: 5rem 0;
}

.section-ptb {
  padding: 5rem 0;
}

.cmd-padding {
  padding: 0 0.625rem;
}

.csm-padding {
  padding: 0 0.313rem;
}

.head-pt {
  padding: 5rem 0 0;
}

.head-pb {
  padding: 0 0 5rem;
}

.rounded {
  border-radius: 0.5rem !important;
}
.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.circle {
  border-radius: 50%;
}

.unlist {
  list-style: none;
}

.undecro:hover {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

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

.valign-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.primery-shadow {
  -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
  padding-right: 5%;
  padding-left: 5%;
}

/*-------------------------------------------------------
					 text color
-------------------------------------------------------*/
.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-extra-light-gray {
  color: #b7b7b7;
}

/*-------------------------------------------------------
					font-weight
-------------------------------------------------------*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*-------------------------------------------------------
					 font-size
-------------------------------------------------------*/
.fz-10 {
  font-size: 0.625rem !important;
}

.fz-12 {
  font-size: 0.75rem !important;
}

.fz-14 {
  font-size: 0.875rem !important;
}

.fz-15 {
  font-size: 0.938rem !important;
}

.fz-16 {
  font-size: 1rem !important;
}

.fz-18 {
  font-size: 1.125rem !important;
}

.fz-20 {
  font-size: 1.25rem !important;
}

.fz-22 {
  font-size: 1.375rem !important;
}

.fz-25 {
  font-size: 1.563rem !important;
}

.fz-30 {
  font-size: 1.875rem !important;
}

.fz-40 {
  font-size: 2.5rem !important;
}

.fz-50 {
  font-size: 3.125rem !important;
}

/*-------------------------------------------------------
					line-height
-------------------------------------------------------*/
.line-height-10 {
  line-height: 0.625rem;
}

.line-height-13 {
  line-height: 0.813rem;
}

.line-height-18 {
  line-height: 1.125rem;
}

.line-height-20 {
  line-height: 1.25rem;
}

.line-height-24 {
  line-height: 1.5rem;
}

.line-height-22 {
  line-height: 1.375rem;
}

.line-height-26 {
  line-height: 1.625rem;
}

.line-height-28 {
  line-height: 1.75rem;
}

.line-height-30 {
  line-height: 1.875rem;
}

.line-height-35 {
  line-height: 2.188rem;
}

.line-height-40 {
  line-height: 2.5rem;
}

.line-height-45 {
  line-height: 2.813rem;
}

.line-height-50 {
  line-height: 3.125rem;
}

.line-height-55 {
  line-height: 3.438rem;
}

.line-height-60 {
  line-height: 3.75rem;
}

.line-height-65 {
  line-height: 4.063rem;
}

.line-height-70 {
  line-height: 4.375rem;
}

.line-height-75 {
  line-height: 4.688rem;
}

.line-height-80 {
  line-height: 5rem;
}

.line-height-85 {
  line-height: 85px;
}

.line-height-90 {
  line-height: 5.313rem;
}

.line-height-95 {
  line-height: 5.625rem;
}

.line-height-100 {
  line-height: 6.25rem;
}

.line-height-110 {
  line-height: 6.875rem;
}

.line-height-120 {
  line-height: 7.5rem;
}

/*-------------------------------------------------------
					text-transform
-------------------------------------------------------*/
.text-u {
  text-transform: uppercase !important;
}

.text-l {
  text-transform: lowercase !important;
}

.text-c {
  text-transform: capitalize !important;
}

.text-non {
  text-transform: none !important;
}

.text-i {
  font-style: italic;
}

/*-------------------------------------------------------
					 letter-spacing
-------------------------------------------------------*/
.ls0 {
  letter-spacing: 0rem !important;
}

.ls1 {
  letter-spacing: 0.063rem !important;
}

.ls2 {
  letter-spacing: 0.125rem !important;
}

.ls3 {
  letter-spacing: 0.188rem !important;
}

.ls4 {
  letter-spacing: 0.25rem !important;
}

.ls5 {
  letter-spacing: 0.313rem !important;
}

.ls10 {
  letter-spacing: 0.625rem !important;
}

/*-------------------------------------------------------
			 margin-top  (0/100) +5
-------------------------------------------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.313rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.938rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.563rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-35 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-45 {
  margin-top: 2.813rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-55 {
  margin-top: 3.438rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-62 {
  margin-top: 3.875rem !important;
}

.mt-65 {
  margin-top: 4.063rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

.mt-75 {
  margin-top: 4.688rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-85 {
  margin-top: 5.313rem !important;
}

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-95 {
  margin-top: 5.938rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

/*-------------------------------------------------------
			 margin-bottom  (0/100) +5
-------------------------------------------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 0.313rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.938rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.563rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-35 {
  margin-bottom: 2.188rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-45 {
  margin-bottom: 2.813rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-55 {
  margin-bottom: 3.438rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-62 {
  margin-bottom: 3.875rem !important;
}

.mb-65 {
  margin-bottom: 4.063rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-75 {
  margin-bottom: 4.688rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-85 {
  margin-bottom: 5.313rem !important;
}

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.mb-95 {
  margin-bottom: 5.938rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

/*-------------------------------------------------------
			padding-top  (0/100) +5
-------------------------------------------------------*/
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 0.313rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

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

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.563rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-35 {
  padding-top: 2.188rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-45 {
  padding-top: 2.813rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-55 {
  padding-top: 3.438rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-65 {
  padding-top: 4.063rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

.pt-75 {
  padding-top: 4.688rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pt-85 {
  padding-top: 5.313rem !important;
}

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-95 {
  padding-top: 5.938rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

/*-------------------------------------------------------
		 padding-bottom  (0/100) +5
-------------------------------------------------------*/
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 0.313rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.938rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.25rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-35 {
  padding-bottom: 2.188rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-45 {
  padding-bottom: 2.813rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-55 {
  padding-bottom: 3.438rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-65 {
  padding-bottom: 4.063rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

.pb-75 {
  padding-bottom: 4.688rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pb-85 {
  padding-bottom: 5.313rem !important;
}

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-95 {
  padding-bottom: 5.938rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}
.pb-130 {
  padding-bottom: 8.125rem !important;
}
.pl-20 {
  padding-left: 1.25rem;
}
.pr-20 {
  padding-right: 1.25rem;
}

.no-padding {
  padding: 0 !important;
}

/* ====================== [ End Helper Classes  ] ====================== */

/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ Start Cursor Style ] ====================== */
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 0.375rem;
  height: 0.375rem;
  z-index: 10000001;
  background-color: #12c2e9;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -2.188rem;
  margin-top: -2.188rem;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #12c2e9;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -0.75rem;
  margin-top: -0.75rem;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #12c2e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* ====================== [ End Cursor Style ] ====================== */
/* ====================== [ Start progress-wrap ] ====================== */
.progress-wrap {
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 2.75rem;
  font-size: 0.813rem;
  font-weight: 900;
  color: #12c2e9;
  left: 0;
  top: 0;
  height: 2.75rem;
  width: 2.75rem;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* ====================== [ End progress-wrap ] ====================== */
/* ====================== [ Start animate headline ] ====================== */
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* ====================== [ End animate headline ] ====================== */
/* ====================== [ Start Overlay ] ====================== */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
  color: #fff;
}

[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
  color: #dad6d6;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
  position: relative;
  margin: 0 auto 5rem;
}

.sec-head h6 {
  font-weight: 300;
  font-size: 1.063rem;
  text-transform: uppercase;
  letter-spacing: 0.438rem;
  margin-bottom: 0.625rem;
}

.sec-head h3 {
  font-size: 3rem;
  font-weight: 500;
}

.sec-head h2 {
  font-size: 4.375rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.sub-title {
  position: relative;
  margin-bottom: 1.25rem;
}

.sub-title h6 {
  font-weight: 300;
  font-size: 0.938rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  padding: 0.438rem 0.75rem;
  border-radius: 0.625rem;
}

.main-title {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.938rem;
}

.extra-title {
  font-weight: 700;
}

.sm-title {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
}

.smore {
  position: relative;
  font-size: 0.813rem;
  font-weight: 300;
  letter-spacing: 0.438rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.313rem;
}

.smore:after {
  content: "";
  width: 45%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  position: absolute;
  left: 0;
  top: 0;
}

.smore i {
  margin-left: 0.625rem;
}

/* ====================== [ End Heading ] ====================== */
/* ====================== [  Start Button Style ] ====================== */
.butn {
  padding: 0.55rem 1.3rem;
  font-size: 1rem;
  font-weight: 500;
  border: 0.063rem solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  /* text-transform: capitalize; */
}

.butn:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.butn.bord {
  border: 0.063rem solid #fff;
}

.butn.bord:hover {
  background: #d4103a;
  border: 0.063rem solid #d4103a;
  color: #fff;
}

.butn.light {
  background: #33C2FF;
  color: #000;
  padding: 0.45rem 2rem;
}

.butn.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.butn.white {
  background: #ffffff;
  color: #000;
  padding: 8px 35px;
}

.butn.white:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.butn.dark {
  background: #33C2FF;
  color: #000000;
}
.butn.dark:hover {
  background: transparent;
  border-color: #33C2FF;
  color: #000;
  text-decoration: none;
}

.butn.small {
  background: #03386f;
  padding: 0.538rem 1.138rem;
  color: #ffffff;
}
.butn.small:hover {
  background: transparent;
  border-color: #03386f;
  color: #000;
}

.butn.color {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border: transparent;
}

.butn.color:hover {
  background: #fff;
  color: #111;
}

.butn.curve {
  border-radius: 1.563rem;
}

.butn.radius {
  border-radius: 1.875rem;
}

.simple-btn {
  position: relative;
  padding: 0.538rem 0.938rem;
  display: inline-block;
  font-weight: 500;
  border: 0.063rem solid transparent;
  text-transform: uppercase;
  font-size: 0.813rem;
  font-weight: 300;
  border-radius: 1.563rem;
  background: #d4103a;
  color: #ffffff;
}
.simple-btn:hover {
  background: transparent;
  border-color: #d4103a;
  color: #000;
}

.simple-btn.right:after {
  left: auto;
  right: 0;
}

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.mega-menu-tab {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 16px;
    padding-bottom: 16px;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
  z-index: 999;
  min-height: 4.063rem;
}
.inner-header {
  position: relative;
}

.navbar .icon-bar {
  color: #fff;
}
.mk-dropdown.dropdown1 .dropdown-menu, .mk-dropdown.dropdown2 .dropdown-menu{
  width: 300px!important;
}
hr.m-dotted-line {
    border-style: dotted;
    margin: 8px 12px;
}
.nav-item.dropdown{
  border-radius: 200px;
  transition: transform 0.3s ease;
  transition: background-color 0.3s ease;
}
.nav-item.dropdown:hover{
  background-color: rgba(255, 255, 255, 0.10);
}
.nav-item.dropdown:hover .dropdown-toggle::after{
  transform: rotate(180deg);
}
.navbar .navbar-nav .nav-link {
  font-size: 1rem;
  color: #fff;
  padding: 8px 18px;
  /* margin: 0.313rem 0.5rem; */

}
.navbar .navbar-nav .nav-link:hover {
  color: #ffffffbf;
  text-decoration: none;
}
.search-overlay {
    display: none;
}
div#navbarSupportedContent {
    justify-content: center;
}
.dropdown-toggle::after {
  display: inline-block;
  color: #fff;
  margin-left: 0.5em;
  vertical-align: inherit;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 14px;
  font-weight: bold;
  border: 0;
  transition: transform 0.2s ease;
}
.navbar .navbar-nav .dropdown-menu {
  padding: 0;
  width: 250px;
  border: 0;
  -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  top: 31px;
}
.megamenu-2col{
  width: 710px!important;
}
.megamenu-2col .row div:nth-child(2){
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22447%22%20height%3D%22288%22%20viewBox%3D%220%200%20447%20288%22%20fill%3D%22none%22%3E%3Cg%20opacity%3D%220.2%22%20filter%3D%22url%28%23filter0_f_14696_52400%29%22%3E%3Cpath%20d%3D%22M93.1133%20288.5L93.1133%200.5L130.113%200.499998L358.113%2079L196.113%20288.5L93.1133%20288.5Z%22%20fill%3D%22url%28%23paint0_linear_14696_52400%29%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3Cfilter%20id%3D%22filter0_f_14696_52400%22%20x%3D%22-0.000785828%22%20y%3D%22-92.6141%22%20width%3D%22451.228%22%20height%3D%22474.228%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%3CfeGaussianBlur%20stdDeviation%3D%2246.557%22%20result%3D%22effect1_foregroundBlur_14696_52400%22%2F%3E%3C%2Ffilter%3E%3ClinearGradient%20id%3D%22paint0_linear_14696_52400%22%20x1%3D%22-198.404%22%20y1%3D%22372.901%22%20x2%3D%22-131.243%22%20y2%3D%221.86102%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23BE44FF%22%2F%3E%3Cstop%20offset%3D%220.524038%22%20stop-color%3D%22%2344B0FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238B44FF%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
  background-position: 100%;
  box-shadow: inset -5px 0px 15px rgba(0, 0, 0, 0.2);
}
.ex-space {
  padding: 0.625rem 1rem;
}
.navbar .navbar-nav .dropdown-item {
  font-size: 1.125rem;
  padding: 0.625rem 1.25rem;
  color: #03386f;
  font-size: 0.875rem;
  font-weight: 700;
}

.navbar .navbar-nav .dropdown-item:hover {
  background: transparent;
  color: #12c2e9;
}

.navbar .dropdown-menu {
  display: none;
  opacity: 0;
  border-radius: 0.5rem;
  visibility: hidden;
  color: #03386f;
  background: #fff;
  min-width: 85%;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
    overflow: hidden;
  transition: transform 0.3s ease;
}
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}



.mega-menu-box {
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 3.3rem;
  display: block;
  visibility: hidden;
}


.menu-blox-box span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #d4103a;
  margin-bottom: 0px;
}
.menu-blox-box h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.875rem;
}
.menu-blox-box h5 a {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}
.menu-blox-box ul {
  margin: 0;
}
.menu-blox-box ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 300;
  color: #000000;
}
.menu-blox-box ul li a {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}
.menu-blox-box ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  color: #000000;
  top: 0px;
  left: 0px;
}

.navbar .navbar-nav .megamenu .dropdown-menu {
  padding: 0rem;
  z-index: 9;
}



.navbar .dropdown-menu .dropdown-item {
  color: #03386f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.313rem 1.563rem;
  position: relative;
}

.navbar .dropdown-menu .dropdown-item:after {
  content: "";
  width: 0rem;
  height: 0.063rem;
  background: #12c2e9;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar .dropdown-menu .dropdown-item:hover {
  padding-left: 1.875rem;
  text-decoration: underline;
}

.navbar .dropdown-menu .dropdown-item:hover:after {
  width: 0.625rem;
}

.navbar .search {
  color: #fff;
  padding-left: 1.875rem;
  border-left: 0.063rem solid rgba(255, 255, 255, 0.1);
}

.navbar .search .icon {
  cursor: pointer;
}

.navbar .search .search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(37, 37, 49, 0.98);
  display: none;
}

.navbar .search .search-form form {
  width: 37.5rem;
  position: absolute;
  left: calc(50% - 18.75rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .search .search-form form input {
  padding: 0.938rem 0;
  font-size: 5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 2rem solid #12c2e9;
}

.navbar .search .search-form .close {
  position: absolute;
  top: 20%;
  right: 20%;
  color: #fff;
  font-size: 3.75rem;
  opacity: 1;
  cursor: pointer;
}

.navbar .logo {
  width: 10.625rem;
}

.nav-scroll {
  background: #1b1d21;
  border-color: #333538;
  padding: 0;
  position: fixed;
  top: 0rem;
  z-index: 999;
}

.tabbed-content {
  position: relative;
}
.tabs h3 {
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
}
.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
}
.tabs ul li {
  font-size: 1.125rem;
  position: relative;
  font-weight: 300;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tabs ul li:hover:before,
.tabs ul li.active:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  color: #03386f;
  top: 0.063rem;
  right: 1.875rem;
}
.tabs ul li {
  padding: 0.3em 0em;
  font-size: 1.125rem;
  font-weight: 300;
}
.tabs ul li:hover,
.tabs ul li.active {
  color: #03386f;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.item {
  margin-bottom: 0.125rem;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: #444;
  color: #eee;
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.item-content h3 {
  color: #03386f;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}
.item-content p {
  color: #464545;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  padding-bottom: 1.875rem;
}
.item-content ul {
  margin: 0;
}
.item-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.125rem;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  padding-bottom: 0.938rem;
}
.item-content ul li a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}
.item-content ul li a:hover {
  color: #03386f;
  text-decoration: underline;
}
.item-content ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  color: #000000;
  top: 0px;
  left: 0px;
}

.contact-list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.125rem;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.938rem;
  padding-bottom: 0.938rem;
  border-bottom: 1px solid rgba(3, 69, 137, 0.5);
}
.contact-list ul li a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000000;
}
.contact-list ul li a:hover {
  color: #03386f;
  text-decoration: underline;
}
.contact-list ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  font-weight: 900;
  position: absolute;
  color: #03386f;
  top: 0px;
  left: 0px;
}
.contact-list ul li:last-child {
  border: 0;
}

.headquarters-box {
  background: rgba(233, 244, 255, 0.8);
  padding: 1.563rem 1.563rem;
  border-radius: 0.5rem;
}
.headquarters-box a {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}
.flag-box h4 {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 700;
}
.flag-box p {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.flag-box a {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 0.125rem;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
    cursor: default;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 22.625rem;
    border-right: 0.063rem solid #c4c4c4;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 23.875rem;
    position: relative;
  }
}
.blue-border {
  border-bottom: 0.063rem solid #6795b3;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 1.875rem 0;
  color: #fff;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.topnav .container,
.topnav .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav .container-fluid {
  padding: 0 3.125rem;
}

.topnav .logo {
  width: 3.125rem;
}

.topnav .menu-icon {
  margin-left: auto;
  cursor: pointer;
}

.topnav .menu-icon:hover .text .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.topnav .menu-icon .text {
  font-size: 0.813rem;
  font-weight: 500;
  padding-left: 0.938rem;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.topnav .menu-icon .text:after {
  content: "close";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.938rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.topnav .menu-icon .text .word {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.topnav .menu-icon .text.open .word {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.topnav .menu-icon .text.open:after {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.topnav .menu-icon .icon {
  display: table-cell;
}

.topnav .menu-icon .icon i {
  display: block;
  width: 1.25rem;
  height: 0.188rem;
  background: #fff;
  margin: 0.25rem 0;
}

.topnav.dark .menu-icon {
  color: #000;
}

.topnav.dark .menu-icon .icon i {
  background: #000;
}

.topnav.dark.navlit .menu-icon {
  color: #fff;
}

.topnav.dark.navlit .menu-icon .icon i {
  background: #fff;
}

.hamenu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #18191d;
  padding: 120px 30px 30px;
  overflow: hidden;
  z-index: 9999;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
}

.hamenu.open .menu-links .main-menu > li .link {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info:after {
  height: 100vh;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu.open .cont-info .item {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links {
  color: #fff;
  margin-top: 1.875rem;
}

.hamenu .menu-links .o-hidden {
  display: inline-block;
}

.hamenu .menu-links .main-menu {
  position: relative;
  z-index: 2;
}

.hamenu .menu-links .main-menu.gosub > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.hamenu .menu-links .main-menu.gosub > li .link {
  -webkit-transform: translateY(45px) !important;
  -ms-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.hamenu .menu-links .main-menu.gosub .sub-menu.sub-open {
  z-index: 3 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hamenu .menu-links .main-menu > li {
  font-size: 1.875rem;
  font-weight: 600;
  padding: 0.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hamenu .menu-links .main-menu > li span.nm {
  opacity: 0.8;
  font-size: 0.688rem;
  margin-right: 0.625rem;
}

.hamenu .menu-links .main-menu > li .link {
  -webkit-transform: translateY(2.813rem);
  -ms-transform: translateY(2.813rem);
  transform: translateY(2.813rem);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  cursor: pointer;
}

.hamenu .menu-links .main-menu > li .link i {
  font-size: 0.938rem;
  margin-left: 0.313rem;
}

.hamenu .menu-links .main-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open {
  z-index: 3;
}

.hamenu .menu-links .main-menu .sub-menu.sub-open li .sub-link {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.hamenu .menu-links .main-menu .sub-menu li {
  color: #eee;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.063rem;
  padding: 0.5rem 0.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hamenu .menu-links .main-menu .sub-menu li:hover {
  color: #fff;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link {
  -webkit-transform: translateY(2.813rem);
  -ms-transform: translateY(2.813rem);
  transform: translateY(2.813rem);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link.back i {
  margin-left: 0.625rem;
}

.hamenu .menu-links .main-menu .sub-menu li .sub-link em {
  font-size: 0.813rem;
  font-weight: 300;
  margin-left: 0.625rem;
}

.hamenu .cont-info {
  color: #fff;
  margin-top: 3.125rem;
  position: relative;
}

.hamenu .cont-info:after {
  content: "";
  width: 0.063rem;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -2.5rem;
  top: -10.625rem;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .cont-info .item {
  margin-bottom: 1.875rem;
  -webkit-transform: translateY(-1.875rem);
  -ms-transform: translateY(-1.875rem);
  transform: translateY(-1.875rem);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.hamenu .cont-info .item:last-of-type {
  margin-bottom: 0;
}

.hamenu .cont-info .item h6 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
/*** Navigation Styles ***/
.top-menu {
  background: #009fe3;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.top-menu.navShadow {
  position: fixed;
  margin-top: 0rem;
  z-index: 99;
  top: 0rem;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}
.top-menu.navShadow #word-mark {
  opacity: 0;
}
#menu-toggle {
  width: 3.438rem;
  height: 3.438rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  width: 1.563rem;
}
#menu-toggle.closeMenu .bar {
  width: 1.563rem;
}
#menu-toggle.closeMenu .bar:first-child {
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 1.563rem;
  height: 0.125rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 1.25rem;
  margin: 0.313rem 0;
}
.bar:last-child {
  width: 0.938rem;
}

/*** Mobile Navigation Styles ***/

/*** Menu Styles ***/

.sc-menu {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.brand {
  font-weight: 700;
  border-right: 0.063rem solid #fff;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.brand a {
  color: #fff;
  padding: 0.525rem 0rem;
  text-decoration: none;
}
.sc-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.sc-menu ul li {
  margin-left: 0rem;
  padding-right: 0rem;
}
.sc-menu ul li:last-child {
  border-right: none;
}
.sc-menu ul li a {
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 0.525rem 0.625rem;
  font-weight: 300;
}
.sc-menu ul li a:hover,
.sc-menu ul li a.active:hover {
  background: #03386f !important;
  color: #fff !important;
  text-decoration: none;
}
.sc-menu li.active a {
  background: #03386f;
  color: #fff;
}
#menu-toggle {
  width: 3.438rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: none;
}
#menu-toggle:hover .bar {
  width: 1.563rem;
}
#menu-toggle.closeMenu .bar {
  width: 1.563rem;
}
#menu-toggle.closeMenu .bar:first-child {
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 1.563rem;
  height: 0.125rem;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 1.25rem;
  margin: 0.313rem 0;
}
.bar:last-child {
  width: 0.938rem;
}

/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 991px) {
  .top-menu.navShadow {
    margin-top: 3.75rem;
  }
  #menu-toggle {
    display: flex;
  }
  .top-menu {
    padding: 0rem 0px;
  }

  .sc-menu ul {
    display: block;
    width: 100%;
    height: 0;
    left: 0;
    background: #03386f;
    position: absolute;
    top: 2.5rem;
    transition: all 0.3s;
    z-index: 99;
  }
  .sc-menu ul.showMenu {
    height: 18.75rem;
  }
  .sc-menu ul.showMenu li {
    opacity: 1;
    visibility: visible;
  }

  .sc-menu ul li {
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    padding-top: 0.625rem;
    border-right: 0px;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    transition: all 0.3s 0.1s;
  }

  #head-line {
    transform: scale(0.8);
  }
}
.breadcrumb {
  background: transparent;
  padding: 0px;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  font-weight: 300;
  font-size: 0.875rem;
  color: #616872;
  list-style: none;
  display: inline-block;
  padding-right: 0.313rem;
}
.breadcrumb ul li::after {
  content: "\f105";
  font-weight: 700;
  vertical-align: middle;
  color: #616872;
  font-family: "Font Awesome 5 Free";
  padding: 0 0.313rem 0 0.625rem;
}
.breadcrumb ul li:last-of-type::after {
  display: none;
}

.breadcrumb-white {
  background: transparent;
  padding: 0px;
}

.breadcrumb-white ul {
  padding: 0;
  margin: 0;
}
.breadcrumb-white ul li {
  font-weight: 300;
  font-size: 0.875rem;
  color: #ffffff;
  list-style: none;
  display: inline-block;
  padding-right: 0.313rem;
}
.breadcrumb-white ul li::after {
  content: "\f105";
  font-weight: 700;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  padding: 0 0.313rem 0 0.625rem;
}
.breadcrumb-white ul li:last-of-type::after {
  display: none;
}

/*Mobile menu style*/
.back {
  color: #fff;
  background: #03386f;
}
.menu-wrap {
  height: 100vh;
  width: 50%;
  padding: 0;
  float: left;
  position: relative;
}
.mobile-mockup-wrap {
  height: auto;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21.25rem;
}
.show-in-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .show-in-mobile {
    display: block;
  }

  .demo-page .menu-wrap {
    height: 42.5rem;
  }
  .content-wrap,
  .menu-wrap {
    float: none;
    height: auto;
    width: 100%;
  }

  .mobile-mockup-wrap {
    height: auto;
    left: 50%;
    margin: 3.125rem auto;
    position: absolute;
    top: auto;
    transform: translateX(-50%);
    width: 18.75rem;
  }
}

body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
}
.sm_menu_outer {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 3.75rem;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #000000;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  top: 3.75rem;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.back a {
  padding: 1.25rem 0.313rem 1.25rem 3.438rem;
  background: url("../../assets/images/back.png") no-repeat scroll 0.938rem
    center / 5% auto;
}
.sm_menu_outer .mobile_menu span {
  color: #d4103a;
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.75rem 0.938rem 0rem;
  text-decoration: none;
}
.sm_menu_outer .mobile_menu a {
  color: #ffffff;
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.75rem 0.938rem;
  text-decoration: none;
}
/*Sub Menu anim */
.sm_menu_outer.slide .mobile_menu .submenu {
  background-color: #000000;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}
.sm_menu_outer.slide .mobile_menu li.active > .submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  border-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      #2a2a2a 20%,
      #2a2a2a 50%,
      #2a2a2a 80%,
      rgba(0, 0, 0, 0) 100%
    )
    0 0 1 0;
  color: #ffffff;
}
.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url("../../assets/images/next.png") no-repeat scroll 95% center /
    5% auto;
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 1.563rem;
  position: fixed;
  right: 0.313rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 1.875rem;
  top: 1rem;
  right: 0.938rem;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #ffffff;
  border-radius: 0.313rem;
  display: block;
  height: 0.125rem;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 1.875rem;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 0.625rem;
}
#sm_menu_ham span:nth-child(4) {
  top: 1.25rem;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 1.125rem;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 1.125rem;
  width: 0;
}
@media (min-width: 1000px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}

/* ====================== [ End navbar ] ====================== */
/* ====================== [ Start Slider ] ====================== */
.slider {
  position: relative;
}

.slider.fixed-slider {
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.slider .swiper-slide-active {
  z-index: 3;
}

.slider .parallax-slider {
  position: relative;
}

.slider .parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 3.125rem;
}

.slider .parallax-slider .swiper-slide .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}

.slider-prlx .swiper-container {
  overflow: visible;
  padding-top: 4.063rem;
  background: #000000;
}
.slider-prlx .swiper-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0rem;
  left: 0;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  background: -webkit-linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#c9c9c9",GradientType=1);
}
.slider .parallax-slider .swiper-slide-active .caption h1[data-splitting] {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider
  .parallax-slider
  .swiper-slide-active
  .caption
  h1[data-splitting]
  .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slider .parallax-slider .swiper-slide-active .caption .thin,
.slider .parallax-slider .swiper-slide-active .caption .butn,
.slider .parallax-slider .swiper-slide-active .caption h1,
.slider .parallax-slider .swiper-slide-active .caption p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .parallax-slider .caption .thin {
  color: #12c2e9;
  font-size: 1.875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 0.313rem;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider .parallax-slider .caption .thin span {
  color: #12c2e9;
}
.left-space {
  padding-left: 30px;
}
.slider .parallax-slider .caption h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 800;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.slider .parallax-slider .caption-h h1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  margin-bottom: 10px;
  color: #fff;
}
.slider .parallax-slider .caption p {
  color: #eee;
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider .parallax-slider .caption .butn {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider .parallax-slider .caption.dig h1 {
  font-weight: 800;
  font-size: 5rem;
  text-transform: uppercase;
}

.slider .parallax-slider .caption.dig h1 .tline {
  margin-left: 5rem;
}

.slider .parallax-slider .caption.dig h1 .whitespace {
  width: 1.25rem;
}

.slider .setone {
  position: absolute;
  bottom: 8%;
  right: 2.5rem;
  z-index: 8;
}

.slider .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 0.813rem;
  width: 3.438rem;
  height: 3.438rem;
  line-height: 3.438rem;
  text-align: center;
  margin: 0.313rem 0;
  border: 0.063rem solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider .setone.setwo {
  position: static;
}

.slider .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 1.875rem;
}

.slider .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 1.875rem;
}

.slider .txt-botm {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  z-index: 8;
}

.slider .txt-botm .swiper-nav-ctrl {
  position: absolute;
  width: auto;
  height: auto;
  margin-top: auto;
  top: auto;
  bottom: 0;
}

.slider .txt-botm .swiper-nav-ctrl i {
  color: #ccc;
  font-size: 0.813rem;
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider .txt-botm .swiper-nav-ctrl span {
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}

.slider .txt-botm .swiper-nav-ctrl:after {
  display: none;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
  right: 2.5rem;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
  margin-left: 0.625rem;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
  left: 2.5rem;
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
  margin-right: 0.625rem;
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
  border: 0.063rem solid rgba(255, 255, 255, 0.3);
}
.slider .swiper-pagination-fraction.top {
  position: absolute;
  right: 15%;
  left: auto;
  bottom: auto;
  top: 20%;
  width: auto;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.slider .swiper-pagination-fraction.top .swiper-pagination-current {
  font-size: 3.75rem;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
  content: "/";
  color: #fff;
  position: relative;
  margin: 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 100;
}
.slider .swiper-pagination-fraction.top.botm {
  top: 5rem;
  bottom: auto;
  right: 2.5rem;
}

.slider .swiper-pagination-fraction.steps {
  position: absolute;
  width: 100px;
  color: #fff;
  font-size: 0.938rem;
  bottom: 2.5rem;
  left: calc(50% - 3.125rem);
  right: auto;
  top: auto;
  text-align: left;
}

.slider .swiper-pagination-fraction.steps:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
  float: right;
}

.slider .social-icon {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  z-index: 8;
}

.slider .social-icon a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  border: 0.063rem solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 0.813rem;
}

.slider-st {
  min-height: 100vh;
  padding: 7.5rem 0;
}

.slider-st .img {
  position: relative;
}

.slider-st .img:after {
  content: "";
  position: absolute;
  top: -0.313rem;
  left: -0.313rem;
  right: -0.313rem;
  bottom: -0.313rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  border-radius: 0.938rem;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.slider-st .img:before {
  content: "";
  position: absolute;
  top: -0.938rem;
  left: -0.938rem;
  right: -0.938rem;
  bottom: -0.938rem;
  background: #fff;
  border-radius: 0.938rem;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  opacity: 0.08;
}

.slider-st .img img {
  border-radius: 0.938rem;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}

.slider-stwo {
  min-height: 100vh;
  position: relative;
  padding: 7.5rem 0;
}

.slider-stwo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #18191d;
  z-index: -1;
}

.slider-stwo .img {
  padding-right: 1.875rem;
}

.slider-stwo .img img {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0.625rem 1.875rem rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0.625rem 1.875rem rgba(255, 255, 255, 0.05);
}

.slider-stwo ul {
  margin: 1.875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-stwo ul li {
  display: inline-block;
}

.slider-stwo ul li div {
  display: table-cell;
}

.slider-stwo ul li .icon {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  position: relative;
  font-size: 1.25rem;
}

.slider-stwo ul li .icon .bord {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-stwo ul li .icon .bord:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #111215;
  border-radius: 0.313rem;
  z-index: -1;
}

.slider-stwo ul li .icon .bord:before {
  content: "";
  position: absolute;
  top: -0.063rem;
  left: -0.063rem;
  bottom: -0.063rem;
  right: -0.063rem;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
}

.slider-stwo ul li .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.938rem;
}

.slider-stwo ul li .cont p {
  font-size: 0.813rem;
  margin-top: 0.313rem;
}

.particles {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.particles .cont h1 {
  font-size: 5.625rem;
  font-weight: 800;
}

.particles .animation-wrapper {
  opacity: 0.5;
}

.freelancre {
  min-height: 100vh;
  padding: 6.25rem 0;
  position: relative;
  overflow: hidden;
}

.freelancre:after {
  content: "";
  width: 140%;
  background: rgba(255, 255, 255, 0.01);
  height: 100%;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  position: absolute;
  top: -40%;
  left: -20%;
  z-index: -1;
}

.freelancre .img {
  position: relative;
  width: 17.5rem;
  height: 17.5rem;
  border-radius: 50%;
  z-index: 2;
}

.freelancre .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.freelancre .img:after {
  content: "";
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(right, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(right, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to left, #12c2e9, #c471ed, #f64f59);
  position: absolute;
  top: -0.313rem;
  left: -0.313rem;
  right: -0.313rem;
  bottom: -0.313rem;
  border-radius: 50%;
  z-index: -1;
}

.freelancre .cont h1 {
  font-size: 2.188rem;
}

.freelancre .states {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 3.125rem;
}

.freelancre .states .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.freelancre .states ul {
  margin: 0;
}

.freelancre .states li {
  margin-right: 6.25rem;
}

.freelancre .states li:last-of-type {
  margin-right: 0;
}

.freelancre .states li h3 {
  font-size: 3.125rem;
  font-weight: 400;
  margin-right: 1.25rem;
}

.freelancre .states li p {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.freelancre .states .mail-us {
  margin-left: auto;
}

.freelancre .states .mail-us .text {
  text-align: right;
  padding-right: 1.25rem;
}

.freelancre .states .mail-us .text h6 {
  font-size: 0.875rem;
  margin-top: 0.313rem;
}

.freelancre .states .mail-us .icon-box {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 0.313rem;
  background: -webkit-linear-gradient(
    323.53deg,
    #18191d 6.69%,
    rgba(4, 4, 5, 0.1) 85.43%
  );
  background: -o-linear-gradient(
    323.53deg,
    #18191d 6.69%,
    rgba(4, 4, 5, 0.1) 85.43%
  );
  background: linear-gradient(
    126.47deg,
    #18191d 6.69%,
    rgba(4, 4, 5, 0.1) 85.43%
  );
  font-size: 1.875rem;
}

.slider-bus {
  min-height: 100vh;
  position: relative;
}

.slider-bus .swiper-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-bus .setone {
  position: absolute;
  bottom: 8%;
  right: 2.5rem;
  z-index: 8;
}

.slider-bus .setone .swiper-nav-ctrl {
  color: #ccc;
  font-size: 0.813rem;
  width: 3.438rem;
  height: 3.438rem;
  line-height: 3.438rem;
  text-align: center;
  margin: 0.313rem 0;
  border: 0.063rem solid rgba(255, 255, 255, 0.3);
  position: static;
}

.slider-bus .setone .swiper-nav-ctrl:after {
  display: none;
}

.slider-bus .setone.setwo {
  position: static;
}

.slider-bus .setone.setwo .swiper-nav-ctrl {
  border-radius: 50%;
}

.slider-bus .setone.setwo .next-ctrl {
  position: absolute;
  top: 50%;
  right: 1.875rem;
}

.slider-bus .setone.setwo .prev-ctrl {
  position: absolute;
  top: 50%;
  left: 1.875rem;
}

.slider-bus .swiper-pagination-fraction {
  position: absolute;
  right: auto;
  left: 3.75rem;
  bottom: 1.875rem;
  width: auto;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.slider-bus .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 3.75rem;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.313rem #fff;
}

.slider-bus .swiper-pagination-fraction .swiper-pagination-current:after {
  content: "/";
  color: #fff;
  position: relative;
  margin: 0 0.625rem;
  font-size: 10.75rem;
  font-weight: 100;
}

.slider-bus .swiper-slide-active .caption h1 {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider-bus .swiper-slide-active .caption h1 .char {
  -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index));
}

.slider-bus .swiper-slide-active .caption .thin,
.slider-bus .swiper-slide-active .caption .simple-btn,
.slider-bus .swiper-slide-active .caption .butn,
.slider-bus .swiper-slide-active .caption p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider-bus .caption .thin {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 0.313rem;
  opacity: 0;
  -webkit-transform: translateY(-1.25rem);
  -ms-transform: translateY(-1.25rem);
  transform: translateY(-1.25rem);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider-bus .caption h1 {
  font-size: 5.625rem;
  font-weight: 800;
  letter-spacing: 0.25rem;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.slider-bus .caption p {
  color: #eee;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.slider-bus .caption .simple-btn,
.slider-bus .caption .butn {
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider-bus .ontop {
  position: relative;
  z-index: 5;
}

.arch-slider {
  padding-bottom: 0rem;
  position: relative;
}

.arch-slider .parallax-slider .caption h5 {
  font-size: 3.125rem;
}

.arch-slider .parallax-slider .caption h1 {
  font-size: 2.5rem;
  line-height: 2.813rem;
  margin-bottom: 10px;
}

.arch-slider .parallax-slider .caption p {
  position: relative;
}

.arch-slider .parallax-slider .caption a {
  color: #fff;
  position: relative;
}

.arch-slider .parallax-slider .explore {
  margin-left: auto;
  margin-top: -6.25rem;
}

.arch-slider .parallax-slider .explore a {
  font-size: 0.813rem;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.3);
}

.arch-slider .parallax-slider .explore a i {
  font-size: 0.75rem;
  margin-left: 0.625rem;
}

.arch-slider .setting {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2rem;
  width: 7rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.arch-slider .setting .swiper-button-next,
.arch-slider .setting .swiper-button-prev {
  color: #e40138;
}

.arch-slider .setting .swiper-button-next:after,
.arch-slider .setting .swiper-button-prev:after {
  display: none;
}
.arch-slider .setting i {
  font-size: 1.25rem;
}

.arch-slider .setting .next-ctrl {
  padding-left: 1.563rem;
  margin-right: 1.25rem;
}

.arch-slider .setting .prev-ctrl {
  padding-right: 1.563rem;
  margin-left: 1.25rem;
  border-right: 0.063rem solid rgba(255, 255, 255, 0.1);
}

.arch-slider .setting .swiper-pagination-bullets {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.arch-slider .setting .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.313rem;
  height: 0.313rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 0.438rem;
  position: relative;
  opacity: 1;
}

.arch-slider
  .setting
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.curve-bg {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.pages-header {
  min-height: 75vh;
  padding: 9.375rem 0 0;
  position: relative;
}

.pages-header .cont h1 {
  font-size: 3.125rem;
}

.pages-header .half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  overflow: hidden;
}

.page-header .cont {
  padding: 13.75rem 0 3.125rem;
}

.page-header .cont h1 {
  font-size: 5rem;
  font-weight: 600;
}

.page-header .img-wrapper {
  position: relative;
  min-height: 70vh;
}

.page-header .img-wrapper .title {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  text-align: right;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  z-index: 3;
}

.page-header .img-wrapper .title h3 {
  font-size: 6.25rem;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.page-header .img-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.proj-det.bg-img {
  min-height: 85vh;
  padding-bottom: 6.25rem;
}

.page-header.proj-det.bg-img .item h6 {
  font-size: 0.813rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.page-header.proj-det.bg-img .item p {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.page-header.proj-det.bg-img .item p a {
  margin: 0 0.438rem;
}

.page-header.proj-det.bg-img .item p a:first-of-type {
  margin-left: 0;
}

.page-header.proj-det.bg-img .item p a:last-of-type {
  margin-right: 0;
}

.page-header.proj-det .img-wrapper {
  min-height: 80vh;
}

.works-header {
  min-height: 80vh;
}

.works-header.hfixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.works-header .capt h4 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.8;
}

.works-header .capt h1 {
  font-size: 3.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.works-header .capt h1 span {
  display: block;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #12c2e9;
}

.works-header .capt .bactxt {
  font-size: 30vw;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0.5;
}

.static {
  position: static;
}

.circle-bg {
  position: relative;
}

.circle-bg .circle-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.circle-bg .circle-color.fixed {
  position: fixed;
  pointer-events: none;
  opacity: 0.5;
}

.circle-bg .gradient-circle {
  position: absolute;
  left: -15.625rem;
  top: 15.625rem;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 70%;
  background-image: -webkit-linear-gradient(45deg, #059dff, #36c6f0);
  background-image: -o-linear-gradient(45deg, #059dff, #36c6f0);
  background-image: linear-gradient(45deg, #059dff, #36c6f0);
  opacity: 0.25;
  -webkit-filter: blur(6.25rem);
  filter: blur(6.25rem);
}

.circle-bg .gradient-circle.two {
  left: auto;
  top: -15.625rem;
  right: -15.625rem;
  bottom: auto;
  background-image: -webkit-linear-gradient(45deg, #fb5343, #6549d5);
  background-image: -o-linear-gradient(45deg, #fb5343, #6549d5);
  background-image: linear-gradient(45deg, #fb5343, #6549d5);
}

.main-content {
  background: #fff;
  position: relative;
  z-index: 3;
}

.main-content-home {
  background: #fff;
  position: relative;
  z-index: 3;
}

/* ====================== [ End Slider ] ====================== */
/* ====================== [ Start showcase ] ====================== */
.showcase-full .parallax-slider .swiper-slide .bg-img {
  background-position: center center;
}

.showcase-full .parallax-slider .caption {
  position: relative;
}

.showcase-full .parallax-slider .caption h1 {
  font-size: 5rem;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.showcase-full .parallax-slider .caption h1 .stroke {
  margin-bottom: 0.625rem;
}

.showcase-full .parallax-slider .caption h1 .bord {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  border: 0;
  opacity: 0.1;
}

.showcase-full .parallax-slider .caption .discover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  text-align: center;
  border: 0.063rem solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 0.813rem;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}

.showcase-full .parallax-slider .caption .discover span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 3.125rem;
}

.showcase-full .parallax-slider .swiper-slide-active .caption .discover {
  opacity: 1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showcase-full .dots {
  bottom: 1.875rem;
  z-index: 1;
}

.showcase-full .dots span {
  background: #fff;
  width: 0.313rem;
  height: 0.313rem;
  margin: 0 0.438rem !important;
  border-radius: 50% !important;
}

.showcase-full .dots span.swiper-pagination-bullet-active {
  position: relative;
}

.showcase-full .dots span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: -0.313rem;
  left: -0.313rem;
  right: -0.313rem;
  bottom: -0.313rem;
  border: 0.063rem solid #fff;
  border-radius: 50%;
}

.showcase-carus {
  height: 100vh;
}

.showcase-carus .swiper-container {
  height: 100%;
}

.line-circle {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 9999;
  bottom: 0;
  right: 0;
}

.line-box::before {
  width: 100%;
  height: 100%;
  content: " ";
  background-image: url(../../assets/images/slid/lines.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  background-position: center;
}

.attr-nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.attr-nav > ul > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px) {
    .attr-nav > ul {
      display: none;
    }
    }

.butn-style1 {
display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 40px;
    background: #33C2FF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    text-transform: none;
  
}
.butn-style1:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.butn-style2 {
  background: #33C2FF;
  color: #000;
  border-color: #33C2FF;
  border-radius: 1.563rem;
  font-weight: 500;
  padding: 0.2rem 1rem;
  font-size: 0.875rem;
  
}
.butn-style2:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.butn.butn-style1{
  background: none;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.60);
}
.butn.butn-style1:hover{
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.30);
}
.all-section-content-inner h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 1.25rem;
}
.all-section-content h2 {
  font-size: 2.185rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.875rem;
}

.data span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #000000;
}

.all-section-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}

.all-section-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #03386f;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.all-section-content h4 span {
  color: #000000;
}

.partnertierdata {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0rem;
}
.partnertierdata i {
  color: #ffe606;
}

.all-section-content h5 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #03386f;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

.all-section-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #242424;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}

.arqplex-bg p {
  color: #ffffff;
}
.blue-text-para {
  color: #03386f !important;
}

.all-section-content p span {
  font-weight: 700;
}

.partner-list ul {
  padding: 0;
  margin: 0;
}

.partner-list ul li {
  font-size: 1.2rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.8rem;
  position: relative;
  padding-bottom: 2.2rem;
  margin-bottom: 2rem;
  border-bottom: 0.063rem solid rgba(3, 69, 137, 0.5);
}

.partner-list p span {
  font-weight: 700;
}

.award-text-heading h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.award-text-heading p span {
  font-weight: 700;
}

.font-bold {
  font-weight: 700;
  color: #000000;
}
.link {
  font-weight: 300;
  color: #03386f;
  text-decoration: underline;
}
.inner-baaner-bg {
  position: absolute;
  right: 0;
  top: 8.063rem;
}
.office-item-box {
  background: rgba(233, 244, 255, 0.8);
  padding: 2.813rem 2.5rem;
  border-radius: 0.5rem;
}
.office-item-box h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 1.25rem;
}
.office-item-box p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #050505;
  margin-bottom: 1.25rem;
}
.cs-testi-content {
  padding-left: 1.25rem;
  text-align: left;
}
.cs-testi-content h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
}
.cs-testi-content p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0px;
}
.testimonials__message {
  position: relative;
}
.testimonials__message img {
  width: auto;
  display: inline-block;
}
.ct-item-box {
  background: rgba(233, 244, 255, 0.8);
  padding: 2.188rem 1.875rem;
  border-radius: 0.5rem;
}
.ct-item-box p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 300;
  color: #000000;
  padding-bottom: 1.25rem;
}
.customers-logo-box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.customers-logo-box p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #000000;
  padding-bottom: 1.25rem;
}
.customers-logo-box p span {
  font-weight: 700;
}
.expertise-box {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1.25rem;
  text-align: center;
}

.expertise-box h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #ffffff;
}

.expertise-bottom-form {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #03386f;
}

.inner-banner h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 0.5rem;
}
.inner-banner h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #050505;
  margin-bottom: 0px;
}
.inner-banner p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #242424;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.video-box {
  border-radius: 0.5rem !important;
}
.ai-bg {
  background: #e9f4ff;
}
.engage-bg {
  background: #4c4998;
}
.arqplex-bg {
  background: #03386f;
}
.inner-padding {
  padding: 6.875rem 0px;
  background: url(../../assets/images/mk-engage-banner.jpg) no-repeat top right;
}
.engage-content h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 2rem;
}
.engage-htit {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.engage-htit h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #242424;
  margin-bottom: 0px;
  text-align: left;
}
.engage-htit span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #242424;
  margin-right: 0.938rem;
}
.channel-partner-banner {
  padding: 6.875rem 0rem;
  background: url(../../assets/images/channel-partner-banner.jpg) #e9f4ff
    no-repeat top right;
}
.channel-partner-detailed-banner {
  padding: 4.5rem 0rem;
  background: url(../../assets/images/channel-partner-detailed-banner.jpg)
    #e9f4ff no-repeat top right;
}
.channel-partner-detailed-banner .img img {
  max-width: 16.188rem;
}
.rx1-banner {
  padding: 3.75rem 0rem;
  background: #f1f0f3;
  position: relative;
  min-height: 400px;
}
.eco-banner {
  padding: 5.5rem 0rem;
  background: #f1f0f3;
  position: relative;
}
.container .image {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
}
.container .image * {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.container .image-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
}
.container .image-left * {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.accordion .title-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  color: #d4103a;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 14px;
}
.accordion .title-header.collapsed:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  color: #d4103a;
}
.card1,
.card2 {
  position: relative;
}
.title-header {
  position: relative;
  cursor: pointer;
  padding: 0.625rem 0rem;
}
.collapsed {
  border-bottom: 0.063rem solid rgba(3, 69, 137, 0.5);
}
.collapse.title-header {
  border-bottom: 0rem;
}
.title-header h4 {
  display: inline-block;
  margin-bottom: 0rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
}
.tittle-body {
  padding: 0.625rem 0rem 0rem 0rem;
}
.collapse .border-bottom {
  border-bottom: 0.063rem solid #e0e0e0 !important;
}
.features-list ul {
  padding: 0;
  margin: 0;
}
.features-list ul li {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 700;
  border-bottom: 0.063rem solid #034589 !important;
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.global-content h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0.625rem;
}
.channel-partners-box h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
}
.channel-partners-box h5 span {
  font-family: "MuseoSans-300";
}
.channel-partners-box p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0.625rem;
}
.channel-partners-box p span {
  font-weight: 700;
}

.channel-partners-box p a {
  font-size: 0.775rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #d4103a;
  margin-bottom: 0.625rem;
}

.website-link a {
  color: #000000 !important;
}

.p-icon {
  font-size: 0.775rem;
  color: #d4103a;
  vertical-align: middle !important;
}
.border-bottom-blue {
  border-bottom: 0.063rem solid rgba(3, 69, 137, 0.5);
}
.core-item-box {
  border: 0.063rem solid rgba(0, 0, 0, 0.2);
  padding: 1.563rem 1.25rem;
  border-radius: 0.5rem;
}
.core-item-box span img {
  width: auto;
}
.core-item-box h4 {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  color: #03386f;
  margin-bottom: 0.625rem;
}
.core-item-box h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.core-item-box h5 span {
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 700;
}
.core-item-box p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #242424;
}
.core-item-box img {
  width: auto;
}
.awards-item-box {
  background: rgba(233, 244, 255, 0.8);
  padding: 1.563rem 1.563rem;
  border-radius: 0.5rem;
}
.awards-item-box span img {
  width: auto;
  margin-bottom: 0.625rem;
}
.awards-item-box h5 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #03386f;
  margin-bottom: 0 rem;
}
.awards-item-box p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 1.25rem;
}
.awards-item-box span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-family: "MuseoSans-300";
  color: #03386f;
  margin-bottom: 1.25rem;
}
.emmy-awards-box-2021 {
  background: url(../../assets/images/emmy-awards-bg.jpg) #000 top center
    no-repeat;
  padding: 2.75rem 2.188rem 0rem 2.188rem;
  border-radius: 0.875rem;
  background-size: cover;
}
.emmy-awd-box {
  margin-bottom: 30px;
}
.emmy-awd-box h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.938rem;
}
.emmy-awd-box ul {
  margin-bottom: 0;
  list-style: none;
}
.emmy-awd-box ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.125rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  padding-bottom: 0.938rem;
}
.emmy-awd-box ul li span {
  font-weight: 700;
}
.emmy-awd-box ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 0px;
}
.white-line {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.portfolio-item-box {
  background: rgba(233, 244, 255, 0.8);
  padding: 1.563rem 1.563rem;
  border-radius: 0.5rem;
}
.portfolio-item-box p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 300;
  color: #000000;
}
.ticket-box {
  background: #03386f;
  padding: 1.563rem 2.563rem;
  border-radius: 0.5rem;
}
.ticket-box h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.ticket-box p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8rem;
  margin-bottom: 1.25rem;
}
.region-box p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.region-box p a {
  color: #03386f;
}
.region-box span {
  font-size: 0.875rem;
  font-weight: 300;
  color: #000000;
  line-height: 1rem;
  margin-bottom: 1.25rem;
}
.border-white {
  border-right: 0.063rem solid #fff;
}

.solution-brochure-bg {
  background: #e9f4ff;
  padding: 3.75rem 3.125rem;
  border-radius: 0.5rem;
}
.ott-box {
  position: relative;
}
.broadcast {
  position: absolute;
  z-index: 99;
  bottom: 1.875rem;
  left: 2.5rem;
  right: 2.5rem;
  display: block;
}
.broadcast h3 {
  font-weight: 700;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 2.375rem;
  margin-bottom: 1.875rem;
}
.broadcast p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #050505;
  line-height: 1.625rem;
}
.solution-testimonial-box {
  background: url(../../assets/images/arrow-light.png) #edf6ff right bottom
    no-repeat;
  padding: 2.7rem 1.875rem;
  border-radius: 0.5rem;
}
.solution-testimonial-box p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #050505;
  line-height: 1.625rem;
}
.testi-img-box img {
  width: auto;
  padding-bottom: 1.25rem;
}
.w-auto {
  width: auto !important;
  margin: 0 auto;
}
.api-bg {
  margin-top: -6.25rem;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.api-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6.25rem;
  left: 0;
  background: rgb(0, 0, 0);
}

.tp-logo {
  text-align: center;
  margin-bottom: 2.5rem !important;
}

.tp-logo p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #242424;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.channel-partners-box-eco {
  background: #03386f;
  border-radius: 0.625rem;
}
.cp-box {
  padding: 1.875rem 1.875rem;
  position: relative;
  z-index: 9;
}
.bg-line {
  position: absolute;
  bottom: 0.5rem;
  z-index: 1;
}
.mk-io-box {
  background: url(../../assets/images/cloud-video.png) #1aa2cd right center
    no-repeat;
  padding: 2.5rem 2.188rem;
  border-radius: 0.938rem;
}
.io-box-content {
  padding-right: 10rem;
}
.io-box-content h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}
.io-box-content h4 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.io-box-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.8rem;
}

.mk-egn-box {
  background: url(../../assets/images/mk-engage.png) #d4103a right center
    no-repeat;
  padding: 2.5rem 2.188rem;
  border-radius: 0.938rem;
}

.count-box h3 {
  font-size: 2.625rem;
  line-height: 3.438rem;
  font-weight: 700;
  color: #03386f;
}

.count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.number-box-sm {
  width: 60%;
}
.count-title {
  border-left: 0.063rem solid #c4c4c4;
  padding-left: 0.625rem;
  margin-left: 0.625rem;
}

.count-title h4 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #000000;
}
.count-title p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #242424;
}
.career-bg {
  background: url(../../assets/images/paper-main.jpg) #01224b left center
    no-repeat;
  padding: 9.688rem 2.5rem;
  background-size: cover;
  border-radius: 0.5rem;
}
.partners {
  background: #f1f2f6;
}
.media-cloud-box {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 36%;
  right: 2.5rem;
  display: block;
}
.career-content {
  position: relative;
}
.career-content h2 {
  color: #ffffff;
}
.career-content h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.career-content p {
  color: #ffffff;
}

.secreen-shots .controls {
  position: absolute;
  top: -60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 4;
}

.secreen-shots .controls .swiper-button-next,
.secreen-shots .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #d4103a;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #d4103a;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.secreen-shots .controls .swiper-button-next:after,
.secreen-shots .controls .swiper-button-prev:after {
  display: none;
}
.secreen-shots .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: -3.75rem;
  right: auto;
}
.secreen-shots .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 4.375rem;
  left: auto;
}

.app-testim .controls {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 9;
  width: 100%;
}

.app-testim .controls .swiper-button-next,
.app-testim .controls .swiper-button-prev {
  position: absolute;
  border: 0.063rem solid #000000;
  background-color: #000;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.app-testim .controls .swiper-button-next:after,
.app-testim .controls .swiper-button-prev:after {
  display: none;
}
.app-testim .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0rem;
  left: auto;
}
.app-testim .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0rem;
  right: auto;
}

.downloadslider .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 98%;
  bottom: 5px;
}
.downloadslider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.spotlight .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12.125rem;
  z-index: 4;
}

.spotlight .controls .swiper-button-next,
.spotlight .controls .swiper-button-prev {
  position: static;
  border: 0.063rem solid #fff;
  background: #fff;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #d4103a;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.spotlight .controls .swiper-button-next:after,
.spotlight .controls .swiper-button-prev:after {
  display: none;
}
.spotlight .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: -3.75rem;
  right: auto;
}
.spotlight .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 4.375rem;
  left: auto;
}

.people-video .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6.125rem;
  z-index: 4;
}
.people-video .controls .swiper-button-next,
.people-video .controls .swiper-button-prev {
  position: static;
  border: 0.063rem solid #fff;
  background: #fff;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #d4103a;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.people-video .controls .swiper-button-next:after,
.people-video .controls .swiper-button-prev:after {
  display: none;
}
.people-video .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: -3.75rem;
  right: auto;
}
.people-video .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 4.375rem;
  left: auto;
}

.history .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6.125rem;
  z-index: 4;
}

.history .controls .swiper-button-next,
.history .controls .swiper-button-prev {
  position: static;
  border: 0.063rem solid #fff;
  background: #fff;
  border-radius: 100%;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  color: #d4103a;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.history .controls .swiper-button-next:after,
.history .controls .swiper-button-prev:after {
  display: none;
}
.history .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: -3.75rem;
  right: auto;
}
.history .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: 4.375rem;
  left: auto;
}

.blog-box {
  position: relative;
}
.blog-text {
  padding: 1.25rem 1.875rem;
  background: #ffffff;
  position: relative;
  z-index: 99;
  bottom: 0px;
  left: 0px;
  right: 2.5rem;
  display: block;
  min-height: 16rem;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  margin-top: -6px;
}
.blog-text span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 0px;
}
.blog-text a:hover h3 {
  text-decoration: underline;
}
.blog-text h3 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0rem;
}
.blog-text h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #020202;
  margin-bottom: 0.625rem;
}
.blog-text p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #050505;
  line-height: 2rem;
  padding-top: 0.625rem;
}
.spotlight-box {
  background: #034589;
  border-radius: 0.5rem;
}
.overflow-slider {
  overflow: visible;
}
.spotlight-sl-bg {
  position: relative;
}
.spotlight-sl-bg:before {
  content: "";
  width: 60%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -60%;
  z-index: 9;
}

.paper-box {
  padding: 1.25rem 1.875rem 1.25rem 2.5rem;
}
.paper-box p span {
  font-weight: 700;
  font-size: 1.125rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.paper-box h2 {
  font-size: 2.5rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.938rem;
}
.paper-box h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #ffffff;
}
.paper-box p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.625rem;
}

.simpleParallax {
  border-radius: 0.5rem;
}
.media-exp {
  padding-top: 5rem;
  padding-bottom: 18.75rem;
  background: url(../../assets/images/media-bg.jpg) #000000 bottom center
    no-repeat;
  background-size: 100%;
}
.media-exp h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.25rem;
  color: #ffffff;
  padding-top: 0.625rem;
}
.want-content {
  background: #fff9f9;
  padding: 6.25rem 2.5rem;
  border-radius: 0.5rem;
}
  
.footer{
  padding-top: 48px;
    font-family: museo-sans, sans-serif;
}
.footer-bg{
  background:#010213;
}
.footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
}
.footer h3 {
  font-size: 16px;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 700;
}
.footer h4 {
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
  margin-bottom: 1rem;
}
.footer li {
  margin-bottom: 0.4rem;
  position: relative;
}

.footer li a {
  color: #D3D4E9;
  font-size: 14px;
  text-decoration: none;
}
.footer li a:hover span {
  color: #1a9edf;
}

.footer li a span {
  color: #D3D4E9;
  font-size: 0.875rem;
  transition: all ease 0.1s;
}

.footer li a p {
  color: #000;
  font-size: 0.75rem;
  line-height: 18px;
}

.list-inline ul {
  padding-left: 10px;
}

.list-inline li {
  display: inline-block;
  color: #000000;
}

.navmenu-col ul {
  margin: 0rem;
  padding: 0rem;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 1.25rem;
}
.navmenu-col ul li {
  display: inline-block;
  color: #019fe2;
  margin: 0 0rem;
  margin-right: 0.625rem;
}

.navmenu-col ul li a {
  text-decoration: none;
  font-size: 1rem;
  color: #000000;
}

.social-icons li {
  display: inline-block;
  margin: 0 12px 12px 0;
}
.social-icons > li > a {
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0.875rem;
  display: inline-block;
  line-height: 31px;
  background: #1A1B2B;
  border-radius: 50%;
}
.social-icons > li > a i {
  color: #fff;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

.social-icons > li > a:hover,
.social-icons > li > a:focus {
  background: none;
}
.social-icons > li > a:hover i {
  color: #1a9edf;
}
.footer-copyright {
    color: #D3D4E9;
}
.footer-copyright p{
  margin: 0;
  font-size: 14px;
      font-family: museo-sans, sans-serif;
      font-weight:400;
}
.footer-copyright .row{
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
}
.navmenufooter{
  text-align: right;
}
.navmenufooter ul {
  padding: 0px;
  margin-bottom: 0;
}
.navmenufooter ul li {
  display: inline-block;
  margin: 0 0rem;
}
.navmenufooter ul li a {
  position: relative;

  font-size: 0.875rem;
  line-height: 1rem;
  transition:all ease 0.2s;
}
.navmenufooter ul li a:hover {
  color: #1a9edf;
}
.navmenufooter p {
  padding-top: 12px;
  color: #ffffff81;
}
.footer-logo img{
  width: 140px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
      .navmenufooter ul {
      padding: 0px;
      margin-bottom: 0;
      text-align: left;
      margin-top: 10px;
    }
}
.footer-menu-divider {
    display: none !important;
}

/**********************/
/* Full screen search */
/**********************/
aside {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(200deg, #27156e, #6a2a88, #9f4981);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 9999;
}

.open {
  opacity: 1;
  visibility: visible;
}

.search-box-home {
  text-align: center;
  height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close-search-btn {
  position: fixed;
  top: 5.5rem;
  right: 8.75rem;
  color: white;
  z-index: 99999;
  cursor: pointer;
  font-family: sans-serif;
}
.close-search-btn span,
.close-search-btn span:before,
.close-search-btn span:after {
  border-radius: 0.25rem;
  height: 0.125rem;
  width: 2.188rem;
  background: white;
  position: absolute;
  display: block;
  content: "";
}
.close-search-btn span {
  background: transparent;
}
.close-search-btn span:before {
  transform: rotate(45deg);
}
.close-search-btn span:after {
  transform: rotate(-45deg);
}

.outer-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.313rem;
  height: 5.313rem;
  cursor: pointer;
  z-index: 99999;
}

.blog-banner {
  background: #e9f4ff;
  padding: 60px 0px;
}
.blog-banner-content h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}
.blog-banner-content h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #03386f;
  margin-bottom: 0.625rem;
}

.blog-banner-content span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #03386f;
  margin-bottom: 1.25rem;
}
.blog-banner-content p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  color: #464545;
  margin-bottom: 1.25rem;
}
.blog-banner-content p span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #464545;
  margin-bottom: 0rem;
}

.blog-banner-detail {
  background: #ffffff;
}
.blog-detail-content h2 {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}
.blog-detail-content p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 1.25rem;
}

.blog-detail-content span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #353437;
  margin-bottom: 0.625rem;
}
.blog-detail-content h5 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #03386f;
  margin-bottom: 1.25rem;
}

.blog-section-content p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 1.875rem;
}
.blog-section-content p a {
  color: #825DDA;
}
.blog-section-content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.875rem;
}

.search-box {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.quform-input input {
  display: block;
  width: 100%;
  padding: 0.875rem 0.875rem;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #495057;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: 0.063rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.quform-input select {
  display: block;
  width: 100%;
  padding: 0.575rem 0.575rem;
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #495057;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: 0.063rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.select-control:not([size]):not([multiple]) {
  height: calc(2.5rem + 0.125rem);
}

.form-control {
  width: 100%;
  font-size: 1rem;
  height: 2.5rem;
  color: #495057;
  background-color: #fffbfb;
  border: 0.063rem solid rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.75rem + 0.125rem);
}
.blog-cont span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #464545;
  margin-bottom: 0.25rem;
}
.blog-cont h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0.25rem;
}
.blog-cont p, .blog-cont p span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #464545;
  margin-bottom: 0.25rem;
}
/*.blog-cont p span {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #464545;
  margin-bottom: 0rem;
}*/

.blog-cont h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #03386f;
  margin-bottom: 0rem;
}
.blog-cont h6 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.25rem;
}
.subscribe-box {
  background: url(../../assets/images/subscribe-box-bg.jpg) #033770 left bottom
    no-repeat;
  padding: 5rem 2.5rem;
  border-radius: 0.5rem;
}
.subscribe-box-right {
  background: url(../../assets/images/subscribe-box-bg.jpg) #033770 left bottom
    no-repeat;
  padding: 3.75rem 2.5rem;
  border-radius: 0.5rem;
}
.news-img {
  margin-bottom: 1.25rem;
}
.news-cont span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #464545;
  margin-bottom: 0.625rem;
}

.news-cont h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 1.25rem;
}

.news-cont p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #464545;
  margin-bottom: 1.25rem;
}

.news-cont h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #03386f;
  margin-bottom: 0rem;
}
.darkline {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.063rem solid #c4c4c4;
}
.news a, .blog-section-content a, .single-event a {
    color: #825DDA;
}
/**********************/

/* Flexbox Equal Height Bootstrap Columns (fully responsive) */
@media only screen and (min-width: 768px) {
  .flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-row.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .flex-row.row:after,
  .flex-row.row:before {
    display: flex;
  }
}
/* Grow thumbnails to fill columns height */
.flex-row .euqal-height {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.showcase-carus .caption h1,
.showcase-carus .copy-cap h1 {
  font-size: 5.625rem;
  font-weight: 800;
  line-height: 1.2;
  position: relative;
}

.showcase-carus .copy-cap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.showcase-carus .copy-cap .cap h1 span {
  color: transparent;
  -webkit-text-stroke: 0.063rem #fff;
}

.showcase-carus .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img {
  height: 31.25rem;
  width: 31.25rem;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
}

.showcase-carus.circle-slide .swiper-slide .bg-img:before {
  border-radius: 50%;
}

.showcase-carus.circle-slide .caption,
.showcase-carus.circle-slide .copy-cap {
  position: absolute;
  top: 0;
  left: -25%;
  width: 100%;
  height: 100%;
}

.showcase-carus.circle-slide .caption h1,
.showcase-carus.circle-slide .copy-cap h1 {
  font-size: 4.375rem;
  display: block;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 0.063rem #fff;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
  margin-left: auto;
  color: transparent;
  -webkit-text-stroke: 0.063rem #fff;
}

.showcase-carus.circle-slide .copy-cap .cap h1 span {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .copy-cap .cap h1 .stroke {
  color: #fff;
  -webkit-text-stroke: 0;
}

.showcase-carus.circle-slide .caption h1 .stroke,
.showcase-carus.circle-slide .copy-cap h1 .stroke {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showcase-carus.circle-slide .caption h1 span,
.showcase-carus.circle-slide .copy-cap h1 span {
  -webkit-transform: skewX(0) translateX(0);
  -ms-transform: skewX(0) translateX(0);
  transform: skewX(0) translateX(0);
  opacity: 1;
}

.showstyle {
  height: 100vh;
}

.showstyle .swiper-container {
  height: 100%;
}

.showstyle .swiper-slide .bg-img {
  height: 70vh;
  margin: 15vh 0 0;
}

.showstyle .caption h1 {
  font-size: 5.625rem;
  font-weight: 800;
  line-height: 1.2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.showstyle .caption h1 .stroke {
  color: transparent;
  -webkit-text-stroke: 0.063rem #fff;
}

.showstyle .caption h1 span {
  margin-left: 12.5rem;
}

.showstyle .caption .discover {
  margin-top: 3.125rem;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.showstyle .caption .discover i {
  display: inline-block;
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  border: 0.063rem solid #fff;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.showstyle .caption .discover span {
  font-size: 0.813rem;
  font-weight: 600;
}

.showcase-grid {
  height: 100vh;
}

.showcase-grid .swiper-container {
  height: 100%;
}

.showcase-grid .swiper-slide .bg-img {
  height: 76vh;
  margin: 12vh 0 0;
  position: relative;
  background-position: center center;
}

.div-tooltip-tit {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #111;
  padding: 0 0.625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 0.938rem;
  font-weight: 600;
  z-index: 99999;
}

.div-tooltip-sub {
  display: none;
  position: absolute;
  background-color: #111;
  padding: 0.313rem 0.625rem;
  font-size: 0.813rem;
  font-weight: 500;
  z-index: 99999;
}

/* ====================== [ end showcase ] ====================== */
/* ====================== [ Start Intro ] ====================== */
.about .content .co-tit {
  font-weight: 400;
  margin-bottom: 1.875rem;
}

.about .img-mons .img1,
.about .img-mons .img2,
.about .img-mons .img3 {
  height: 12.5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.about .img-mons .img1 img,
.about .img-mons .img2 img,
.about .img-mons .img3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.about .img-mons .img2 {
  height: 15rem;
}

.about .img-mons .img3 {
  width: 75%;
  margin-top: 1.25rem;
}

.about .img-mons .img3.exp {
  background: #18191d;
  padding: 1.875rem;
}

.about .img-mons .img3.exp h2 {
  font-weight: 800;
  margin-bottom: 0.313rem;
}

.about .img-mons .img3.exp h6 {
  letter-spacing: 0.125rem;
}

.about .blc-img .bimg {
  padding-right: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.about .blc-img .bimg img {
  border-radius: 0.938rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(100, 100, 100, 0.3);
  box-shadow: 0rem 0.625rem 1.875rem rgba(100, 100, 100, 0.3);
}

.about .blc-img .bimg .bg-img {
  position: absolute;
  right: 0rem;
  bottom: 0;
  width: 18.75rem;
  height: 18.75rem;
  -webkit-box-shadow: 0rem 0.625rem 1.875rem rgba(100, 100, 100, 0.3);
  box-shadow: 0rem 0.625rem 1.875rem rgba(100, 100, 100, 0.3);
  background-position: center center;
  border-radius: 0.938rem;
  overflow: hidden;
}

.about .blc-img .skills-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #11141b;
  padding: 1.875rem;
  border-radius: 0.938rem;
  position: relative;
  margin-top: -5rem;
  right: -3.125rem;
  -webkit-box-shadow: 0rem 0.625rem 1.25rem -0.313rem rgba(52, 60, 70, 0.1);
  box-shadow: 0rem 0.625rem 1.25rem -0.313rem rgba(52, 60, 70, 0.1);
}

.about .blc-img .skills-circle .item:last-of-type {
  margin-left: 1.875rem;
}

.about .ftbox ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .ftbox ul li {
  width: 100%;
  padding: 2.188rem 1.563rem;
  text-align: center;
  background: #18191d;
  border-radius: 0.313rem;
  position: relative;
}

.about .ftbox ul li.space {
  margin: 0 0.625rem;
}

.about .ftbox ul li .icon {
  color: #12c2e9;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.about .ftbox ul li h6 {
  font-size: 1rem;
  font-weight: 400;
}

.about .ftbox ul li .dots span {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  right: 0.625rem;
  bottom: 0.75rem;
  opacity: 0.1;
}

.about .ftbox ul li .dots span:first-of-type {
  bottom: 1.125rem;
}

.about .ftbox ul li .dots span:last-of-type {
  right: 1rem;
}

.agency .content h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.agency .content ul {
  margin: 0;
}

.agency .content ul li {
  margin-top: 1.563rem;
  padding-left: 1.563rem;
  position: relative;
}

.agency .content ul li:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border: 0.063rem solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.125rem;
}

.agency .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.agency .img .imgone {
  width: 55%;
  position: relative;
  bottom: -5rem;
  margin-bottom: 5rem;
  border-radius: 0.25rem;
  border: 0.313rem solid #fff;
  -webkit-box-shadow: 0rem 0rem 1.875rem rgba(0, 0, 0, 0.1);
  box-shadow: 0rem 0rem 1.875rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.agency .img .imgtwo {
  width: 55%;
  position: absolute;
  right: 0;
  border-radius: 0.25rem;
  border: 0.313rem solid #fff;
  -webkit-box-shadow: -0.938rem 0.938rem 1.875rem rgba(0, 0, 0, 0.05);
  box-shadow: -0.938rem 0.938rem 1.875rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 2;
}

.agency .img .icon {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 8.438rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 20%;
  left: 40%;
  z-index: 3;
}

.agency .img .icon:after {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.agency .img .icon svg {
  fill: #12c2e9;
  width: 5.625rem;
}

.agency .img .exp {
  position: absolute;
  right: 0;
  bottom: 0;
}

.agency .img .exp h6 {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.313rem;
  position: relative;
}

.agency .img .exp h6:after {
  content: "";
  width: 1.875rem;
  height: 0.063rem;
  background: #12c2e9;
  position: absolute;
  left: -42.5rem;
  top: 45%;
}

.agency .img .exp h2 {
  font-size: 4.375rem;
  font-weight: 700;
}

.agency .imgsec {
  padding-right: 1.875rem;
}

.agency .imgsec .imgone {
  position: relative;
  top: 0rem;
}

.agency .imgsec .imgtwo {
  position: relative;
  bottom: 0rem;
}

.agency .imgsec .exp {
  padding: 0.625rem 1.875rem;
  position: relative;
  margin-top: 0.938rem;
}

.agency .imgsec .exp:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #111215;
  z-index: -1;
}

.agency .imgsec .exp:before {
  content: "";
  position: absolute;
  top: -0.063rem;
  left: -0.063rem;
  bottom: -0.063rem;
  right: -0.063rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
}

.agency .imgsec .exp h6 {
  color: #999;
  margin-top: 0.313rem;
}

.agency .imgsec .exp h2 {
  font-size: 4.375rem;
  font-weight: 700;
}

.about-us .img {
  padding-left: 9.375rem;
  padding-right: 3.125rem;
  position: relative;
}

.about-us .img:before {
  content: "";
  position: absolute;
  top: -3.125rem;
  right: 0;
  width: 25rem;
  height: 25rem;
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  opacity: 0.3;
  z-index: -1;
}

.about-us .img .stauts {
  position: absolute;
  bottom: 3.125rem;
  left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us .img .stauts .item {
  padding: 1.875rem 1.25rem;
  background: #272727;
  margin-right: 3.125rem;
  position: relative;
}

.about-us .img .stauts .item:after {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  border: 0.063rem solid rgba(255, 255, 255, 0.2);
}

.about-us .img .stauts .item:first-of-type {
  background: #fff;
  color: #121a21;
}

.about-us .img .stauts .item h4 {
  font-size: 2.813rem;
  font-weight: 800;
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.25rem;
}

.about-us .img .stauts .item h4 span {
  font-size: 1.875rem;
  font-weight: 500;
  margin-left: 0.313rem;
}

.about-us .img .stauts .item h6 {
  font-size: 0.938rem;
  display: table-cell;
  vertical-align: middle;
}

.about-cr .img img {
  width: 105%;
  margin-left: -5%;
}

.about-cr .cont {
  padding-left: 3.125rem;
}

.about-cr .cont h3 {
  font-size: 3.75rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  margin-left: -7.5rem;
}

.about-cr .cont h6 {
  font-size: 1.875rem;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 2.5rem;
}

.about-cr .cont .vid-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-cr .cont .vid-area .vid-icon {
  padding-right: 1.875rem;
}

.about-cr .cont .vid-area .vid-icon .vid-butn {
  width: 4.375rem;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  font-size: 1.25rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.about-cr .cont .vid-area .vid-icon .vid-butn:after {
  content: "";
  position: absolute;
  top: 0.063rem;
  left: 0.063rem;
  right: 0.063rem;
  bottom: 0.063rem;
  border-radius: 50%;
  background: #111215;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.about-cr .cont .vid-area .vid-icon .vid-butn:hover:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.about-cr .cont .vid-area .text {
  font-size: 0.813rem;
}

.about-cr .cont .states {
  margin-top: 3.125rem;
}

.about-cr .cont .states p {
  font-size: 0.813rem;
  margin-top: 0.625rem;
}

.about-ar .img {
  position: relative;
}

.about-ar .img .hero-bg {
  width: 26.25rem;
  height: 26.25rem;
}

.about-ar .img .exp {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  width: 22.5rem;
  height: 22.5rem;
  background: rgba(35, 35, 35, 0.9);
}

.about-ar .img .exp h2 {
  font-size: 9.375rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.063rem;
  -webkit-text-stroke-color: #c5a47e;
  line-height: 1;
}

.about-ar .img .exp p {
  color: #c5a47e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.about-ar .content h3 {
  font-size: 3.438rem;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin-bottom: 0.938rem;
}

.hero-sec .skills-box {
  padding-left: 1.875rem;
}

.hero-sec .skills-box .skill-item {
  margin-bottom: 1.875rem;
}

.intro-section .htit {
  font-size: 1.75rem;
  font-weight: 500;
}

.intro-section .htit span {
  font-size: 1.063rem;
  font-weight: 300;
  color: #12c2e9;
  margin-right: 0.313rem;
}

.intro-section .item h6 {
  font-size: 0.813rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.intro-section .item p {
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.688rem;
}

.intro-section .item p a {
  margin: 0 0.438rem;
}

.intro-section .item p a:first-of-type {
  margin-left: 0;
}

.intro-section .item p a:last-of-type {
  margin-right: 0;
}

.extra-text {
  font-size: 1.375rem;
}

.video-wrapper {
  min-height: 31.25rem;
}

.video-wrapper .vid {
  position: relative;
  z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
  color: #fff;
}

.video-wrapper .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.video-wrapper .vid .vid-butn .icon {
  color: #212529;
  width: 6.25rem;
  height: 6.25rem;
  border: 0.063rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: 6.25rem;
  text-align: center;
  font-size: 6.25rem;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-wrapper .vid .vid-butn .icon:after {
  content: "";
  position: absolute;
  top: 0.313rem;
  bottom: 0.313rem;
  right: 0.313rem;
  left: 0.313rem;
  border: 0.063rem solid #eee;
  border-radius: 50%;
  z-index: -1;
}

.video-wrapper .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 0.313rem;
  bottom: 0.313rem;
  right: 0.313rem;
  left: 0.313rem;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}

.js-scroll__content {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  will-change: transform;
}

/* ====================== [ End Intro ] ====================== */
/* ====================== [ Start services ] ====================== */
.services {
  position: relative;
}

.services .container {
  position: relative;
  z-index: 2;
}

.services.box .item-box {
  border: 0;
  border-radius: 0.938rem;
  background: rgba(255, 255, 255, 0.01);
}

.services.box .item-box .icon {
  font-size: 3.75rem;
}

.services.box .item-box .icon:after {
  display: none;
}

.services .item-box {
  padding: 5rem 1.875rem;
  text-align: center;
  border: 0.063rem solid rgba(255, 255, 255, 0.05);
}

.services .item-box .icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}

.services .item-box .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -1;
  opacity: 0.05;
}

.services .item-box h6 {
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 1.875rem;
}

.services .rone > div {
  position: relative;
}

.services .rone > div:nth-of-type(2) {
  margin-bottom: -3.125rem;
  margin-top: auto;
}

.services .rtwo > div {
  position: relative;
}

.services .rtwo > div:nth-of-type(2) {
  margin-bottom: -3.125rem;
  margin-top: auto;
}

.services .mas-item {
  padding: 2.5rem;
  margin: 3.125rem 0;
  background: #18191d;
  position: relative;
  z-index: 2;
}

.services .mas-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18191d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}

.services .mas-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12c2e9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -2;
}

.services .mas-item:hover .bg-color {
  top: 0.625rem;
  left: 0.625rem;
}

.services .mas-item .icon {
  font-size: 2.813rem;
  color: #12c2e9;
  margin-bottom: 1.875rem;
}

.services .mas-item h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7;
}

.services .mas-item .more {
  margin-top: 1.25rem;
  width: 100%;
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  text-align: center;
  font-size: 0.75rem;
  border-radius: 50%;
  border: 0.125rem solid rgba(255, 255, 255, 0.05);
}

.services .step-item {
  text-align: center;
  padding: 3.75rem;
  margin: 3.75rem auto;
  background: #18191d;
  position: relative;
}

.services .step-item.xbottom {
  bottom: -3.75rem;
}

.services .step-item.xtop {
  top: -3.75rem;
}

.services .step-item.xcolor {
  background: #fff;
  color: #11141b;
}

.services .step-item.xcolor p {
  color: #333;
}

.services .step-item .icon {
  color: #12c2e9;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  margin-bottom: 1.875rem;
}

.services .step-item h6 {
  margin-bottom: 1.25rem;
}

.services .item {
  text-align: center;
  padding: 3.75rem;
  background: #151921;
  position: relative;
}

.services .item .icon {
  color: #12c2e9;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

.services .item h6 {
  margin-bottom: 0.938rem;
}

.services.lficon .item-box {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.875rem;
  padding: 3.75rem 3.75rem;
  border-radius: 1.25rem;
}

.services.lficon .item-box.no-curve {
  border-radius: 0.313rem;
}

.services.lficon .item-box .icon {
  text-align: center;
}

.services.lficon .item-box .cont {
  padding-left: 1.875rem;
}

.feat .items {
  padding: 3.75rem 2.5rem;
  position: relative;
  z-index: 3;
}

.feat .items:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0.063rem;
  background: #18191d;
  z-index: -1;
}

.feat .items:before {
  content: "";
  position: absolute;
  top: -0.063rem;
  left: -0.063rem;
  bottom: -0.063rem;
  right: 0px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.feat .items .icon {
  color: #aaa;
  font-size: 4.375rem;
  margin-bottom: 1.875rem;
}

.feat .items .icon svg {
  width: 1em;
  height: 1em;
}

.feat .items h5 {
  font-size: 1.375rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.feat .items .more-stroke {
  margin-top: 1.875rem;
}

.feat .items .more-stroke span {
  width: 0;
  height: 0.125rem;
  background: #fff;
  position: relative;
}

.feat .items .more-stroke span:after,
.feat .items .more-stroke span:before {
  content: "";
  width: 0;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  right: -0.063rem;
}

.feat .items .more-stroke span:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  top: -0.25rem;
}

.feat .items .more-stroke span:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 0.25rem;
}

.feat .items.active:before {
  opacity: 1;
}

.feat .items.active .more-stroke span {
  width: 1.875rem;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.feat .items.active .more-stroke span:after,
.feat .items.active .more-stroke span:before {
  width: 0.75rem;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.feat .items:hover .more-stroke span {
  width: 1.875rem;
}

.feat .items:hover .more-stroke span:after,
.feat .items:hover .more-stroke span:before {
  width: 0.75rem;
}

.serv-arch .item {
  padding: 3.125rem 1.875rem;
  position: relative;
  z-index: 2;
}

.serv-arch .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #232323;
  border: 0.063rem solid rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}

.serv-arch .item.active:after {
  opacity: 0.85;
}

.serv-arch .item:hover:after {
  opacity: 0.75;
}

.serv-arch .item:hover p {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.serv-arch .item .numb {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: transparent;
  -webkit-text-stroke: 0.063rem #b19777;
}

.serv-arch .item h5 {
  text-transform: uppercase;
  letter-spacing: 0.063rem;
}

.serv-arch .item p {
  margin-top: 3.75rem;
  opacity: 0;
  -webkit-transform: translateY(1.875rem);
  -ms-transform: translateY(1.875rem);
  transform: translateY(1.875rem);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.serv-arch .item .more {
  margin-top: 3.125rem;
}

.min-area .img {
  padding: 7.5rem 0 7.5rem 5rem;
  position: relative;
  z-index: 3;
}

.min-area .img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 7.5rem;
  bottom: 0;
  left: -18.75rem;
  background: #18191d;
  z-index: -1;
}

.min-area .content {
  padding-left: 2.5rem;
}

.min-area .content h4 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.min-area .content ul {
  margin: 0;
}

.min-area .content ul li {
  margin-top: 1.563rem;
  padding-left: 1.563rem;
  position: relative;
}

.min-area .content ul li:after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border: 0.063rem solid #999;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.125rem;
}

.min-area .content ul.feat li {
  padding: 0 0 1.875rem 0;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.05);
}

.min-area .content ul.feat li:last-of-type {
  padding: 0;
  border: 0;
}

.min-area .content ul.feat li:after {
  display: none;
}

.min-area .content ul.feat li h6 {
  font-weight: 500;
  margin-bottom: 0.313rem;
}

.min-area .content ul.feat li h6 span {
  color: #12c2e9;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-size: 0.813rem;
  border: 0.063rem solid #12c2e9;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.min-area .content ul.feat li p {
  font-size: 0.813rem;
  padding-left: 2.813rem;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start brands ] ====================== */
.clients .brands:hover img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients .brands .item {
  text-align: center;
  border: 0.063rem solid rgba(255, 255, 255, 0.08);
  height: 10rem;
  line-height: 10rem;
}

.clients .brands .item.no-bord {
  border: 0;
  text-align: center;
  height: 6.25rem;
  line-height: 6.25rem;
}

.clients .brands .img {
  position: relative;
}

.clients .brands .img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 4.688rem;
  margin: auto;
}

.clients .brands .img .link {
  font-size: 0.813rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.clients .bord .item {
  margin-bottom: 1.875rem;
}

.clients-brand .brands:hover .img {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.clients-brand .brands:hover .link {
  opacity: 1 !important;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
}

.clients-brand .brands:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(20ms * var(--char-index));
  animation-delay: calc(20ms * var(--char-index));
}

.clients-brand .item {
  position: relative;
  text-align: center;
}

.clients-brand .item .link {
  font-size: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.clients-brand .img {
  max-width: 5.313rem;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ====================== [ End brands ] ====================== */
/* ====================== [ Start Work ] ====================== */

.visible_item {
  display: none;
}

/* ---- button ---- */
.filters-button-group {
  text-align: center;
}

.blog-button {
  font-weight: 300;
  font-size: 1rem;
  margin: 0.625rem 0.625rem;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386f;
  border-radius: 1.563rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-button:hover {
  color: #000;
  background: #33C2FF;
}

.blog-button:active,
.blog-button.is-checked {
  color: #000;
  background: #33C2FF;
}

.blog-button.is-checked {
  color: #000;
  background: #33C2FF;
}

.blog-button:active {
  color: #000;
  background: #33C2FF;
}
.load-more a:not([href]):not([tabindex]):focus,
.load-more a:not([href]):not([tabindex]):hover {
  color: #000;
}

.blog-button-mktv {
  font-weight: 300;
  font-size: 1rem;
  margin: 0.625rem 0.625rem;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386f;
  border-radius: 1.563rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-button-mktv :hover {
  color: #fff;
  background: #d4103a;
}

.blog-button-mktv:active,
.blog-button-mktv.is-checked {
  color: #fff;
  background: #d4103a;
}

.blog-button-mktv.is-checked {
  color: #fff;
  background: #d4103a;
}

.blog-button-mktv:active {
  color: #fff;
  background: #d4103a;
}

.load-more-mktv a:not([href]):not([tabindex]):focus,
.load-more-mktv a:not([href]):not([tabindex]):hover {
  color: #000;
}

.blog-button-news {
  font-weight: 300;
  font-size: 1rem;
  margin: 0.625rem 0.625rem;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386f;
  border-radius: 1.563rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-button-news :hover {
  color: #000;
  background: #33C2FF;
}

.blog-button-news:active,
.blog-button-news.is-checked {
  color: #000;
  background: #33C2FF;
}

.blog-button-news.is-checked {
  color: #000;
  background: #33C2FF;
}

.blog-button-news:active {
  color: #000;
  background: #33C2FF;
}

.load-more-news a:not([href]):not([tabindex]):focus,
.load-more-news a:not([href]):not([tabindex]):hover {
  color: #000;
}

/* ---- button ---- */
.filters-button-group-event {
  text-align: center;
  background: #f3f4f6;
  border-radius: 6px;
  display: inline-flex;
  padding: 2px;
}

.blog-button-event {
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  color: #03386f;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 6px;
}

.blog-button-event:hover {
  color: #004f89;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.blog-button-event:active,
.blog-button-event.is-checked {
  color: #004f89;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.blog-button-event.is-checked {
  color: #004f89;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.blog-button-event:active {
  color: #004f89;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/*.blog-button-event {
  font-family: 'MuseoSans-300',Helvetica,Arial,sans-serif;
  font-size: 1rem;
  margin: 0.625rem 0.625rem;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386F;
  border-radius: 1.563rem;
  cursor: pointer;
  -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.blog-button-event :hover {
  color: #fff;
  background: #d4103a;
}

.blog-button-event:active,
.blog-button-event.is-checked {
    color: #fff;
    background: #d4103a;
}

.blog-button-event.is-checked {
    color: #fff;
    background: #d4103a;
}

.blog-button-event:active {
  color: #fff;
    background: #d4103a;
}
*/
.load-more-events a:not([href]):not([tabindex]):focus,
.load-more-events a:not([href]):not([tabindex]):hover {
  color: #000;
}

.load-more-events a:not([href]):not([tabindex]):focus,
.load-more-events a:not([href]):not([tabindex]):hover {
  color: #000;
}

.blog-button-papers {
  font-weight: 300;
  font-size: 1rem;
  margin: 0.625rem 0.625rem;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386f;
  border-radius: 1.563rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-button-papers :hover {
  color: #000;
  background: #33C2FF;
}

.blog-button-papers:active,
.blog-button-papers.is-checked {
  color: #000;
  background: #33C2FF;
}

.blog-button-papers.is-checked {
  color: #000;
  background: #33C2FF;
}

.blog-button-papers:active {
  color: #000;
  background: #33C2FF;
}

.load-more-papers a:not([href]):not([tabindex]):focus,
.load-more-papers a:not([href]):not([tabindex]):hover {
  color: #000;
}

/* ---- button-group ---- */

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0.063rem;
}

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}
.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */

.grid {
  width: 100%;
  margin: 0 auto;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 33.333333%;
  height: 34.375rem;
  margin-bottom: 1.875rem;
}
.element-item-two {
  position: relative;
  float: left;
  width: 100%;
  height: 10rem;
  margin-bottom: 1.25rem;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;
  left: 0.625rem;
  top: 3.75rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.75rem;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 0.625rem;
  top: 0px;
  font-size: 2.625rem;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 0.5rem;
  top: 0.313rem;
}

.element-item .weight {
  position: absolute;
  left: 0.625rem;
  top: 4.75rem;
  font-size: 0.75rem;
}

.portfolio {
  position: relative;
}

.portfolio .filtering {
  padding-left: 3.125rem;
  text-align: center;
}

.portfolio .filtering .filter {
  padding: 0.938rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 1.875rem;
  display: inline-block;
  text-align: center;
}

.portfolio .filtering span {
  font-weight: 300;
  font-size: 1rem;
  margin: 0.625rem 0.625rem;
  padding: 0.5rem 1.563rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386f;
  border-radius: 1.563rem;
}
.portfolio .filtering span:hover {
  color: #fff;
  background: #d4103a;
}
.portfolio .filtering span.active {
  color: #fff;
  background: #d4103a;
}

.portfolio .filtering span:last-of-type:after {
  display: none;
}

.portfolio .filtering.smplx .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}

.portfolio .filtering.smplx span {
  font-weight: 300;
  font-size: 1rem;
  margin: 0 1.25rem;
  cursor: pointer;
  position: relative;
  background: #f2f2f2;
  color: #03386f;
  border-radius: 1.563rem;
}

.portfolio .filtering.smplx span.active {
  color: #12c2e9;
}

.portfolio .filtering.smplx span:after {
  content: "";
  width: 0.438rem;
  height: 0.438rem;
  background: #12c2e9;
  border-radius: 50%;
  position: absolute;
  right: -1.5rem;
  top: 40%;
}

.portfolio .filtering.smplx span:last-of-type:after {
  display: none;
}

.portfolio .gallery .items {
  margin: 1.875rem 0;
  width: 33.3%;
  height: 36.25rem;
}

.whiteBox {
  background-color: #fff;
  padding: 0.938rem;
  height: 25rem;
}

.portfolio .gallery .items.lg-mr {
  margin-top: 1.875rem;
}

.portfolio .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio .gallery .items .item-img > a {
  display: block;
}

.portfolio .gallery .items .item-img:hover {
  -webkit-clip-path: inset(0.313rem 0.625rem);
  clip-path: inset(0.313rem 0.625rem);
}

.portfolio .gallery .items .item-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.portfolio .gallery .items .item-img:hover .cont {
  opacity: 1;
}

.portfolio .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .gallery .items .item-img .cont {
  position: absolute;
  bottom: 0.938rem;
  left: 0;
  text-align: left;
  padding-left: 1.875rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio .gallery .items .item-img .cont span {
  color: #eee;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 0.813rem;
}

.portfolio .gallery .items .item-img .cont span a {
  margin: 0 0.813rem 0 0;
}

.portfolio .gallery .items .cont {
  margin-top: 1.875rem;
  text-align: center;
}

.portfolio .gallery .items .cont h6 {
  font-weight: 600;
  margin-bottom: 0.313rem;
}

.portfolio .gallery .items .cont span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: 400;
  font-size: 0.813rem;
}

.portfolio .gallery .items .cont span a {
  margin: 0 0.313rem;
}

.portfolio .gallery .bords .item-img {
  padding: 0.625rem;
  border: 0.063rem solid rgba(255, 255, 255, 0.03);
}

.portfolio .gallery .bords .cont {
  border: 0.063rem solid rgba(255, 255, 255, 0.03);
  margin-top: 0;
  border-top: 0;
  padding: 0.625rem;
}

.portfolio.three-column .gallery .items {
  padding: 0 0.938rem;
  margin: 1.563rem 0;
}

.po-arch .filtering {
  padding-left: 1.875rem;
}

.po-arch .filtering .filter {
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: inline-block;
}

.po-arch .filtering span {
  font-weight: 400;
  font-size: 0.938rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin: 0 1.25rem;
  cursor: pointer;
  position: relative;
}

.po-arch .filtering span.active {
  color: #b19777;
}

.po-arch .filtering span:after {
  display: none;
}

.po-arch .gallery .items {
  position: relative;
}

.po-arch .gallery .items .cont {
  text-align: left;
  padding: 1.875rem;
  padding-left: 0;
  background: #232323;
  display: inline-block;
  margin: 0;
  position: relative;
  margin-top: -1.875rem;
}

.po-arch .gallery .items .cont .tags a {
  font-size: 1.063rem;
  margin: 0 0.625rem 0 0;
}

.po-arch .gallery .items .cont h5 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  margin: 0 0 0.313rem 0;
}

.portfolio-cr .filtering .filter {
  display: inline-block;
}

.portfolio-cr .filtering span {
  color: #eee;
  font-size: 0.813rem;
  font-weight: 500;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
  margin: 0.5rem 1.25rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  position: relative;
}

.portfolio-cr .filtering span:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #12c2e9;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio-cr .filtering .active {
  color: #12c2e9;
}

.portfolio-cr .filtering .active:after {
  bottom: 0;
  opacity: 1;
}

.portfolio-cr .items {
  padding: 0 0.938rem;
  margin-top: 1.875rem;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.portfolio-cr .items:hover .cont {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-cr .items.width2 {
  width: 25%;
}

.portfolio-cr .items .cont {
  position: absolute;
  bottom: 0.938rem;
  left: 1.875rem;
  right: 1.875rem;
  padding: 1.25rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: rgba(12, 15, 22, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.313rem;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio-cr .items .cont.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-cr .items .cont h6 {
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.313rem;
}

.portfolio-cr .items .cont span {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-weight: 400;
  font-size: 0.75rem;
}

.portfolio-cr .items .cont span a {
  opacity: 0.7;
  margin: 0 0.313rem;
  line-height: 1.2;
}

.portfolio-frl .filtering .filter {
  display: inline-block;
}

.portfolio-frl .filtering span {
  color: #eee;
  font-size: 0.813rem;
  text-transform: uppercase;
  margin: 0.5rem 1.25rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  position: relative;
}

.portfolio-frl .filtering span:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #12c2e9;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio-frl .filtering .active {
  color: #12c2e9;
}

.portfolio-frl .filtering .active:after {
  bottom: 0;
  opacity: 1;
}

.portfolio-frl .gallery .items {
  padding: 0 2.5rem;
  margin: 2.5rem 0;
}

.portfolio-frl .gallery .items.lg-mr {
  margin-top: 6.25rem;
}

.portfolio-frl .gallery .items .item-img {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.02);
  padding: 1.875rem;
  border-radius: 0.313rem;
}

.portfolio-frl .gallery .items .item-img > a {
  display: block;
}

.portfolio-frl .gallery .items .item-img:hover img {
  -webkit-clip-path: inset(0.313rem 0.625rem);
  clip-path: inset(0.313rem 0.625rem);
}

.portfolio-frl .gallery .items .item-img:hover .cont {
  opacity: 1;
}

.portfolio-frl .gallery .items .item-img img {
  height: 100%;
  width: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-frl .gallery .items .cont {
  margin-bottom: 1.875rem;
}

.portfolio-frl .gallery .items .cont h6 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 0.313rem;
}

.portfolio-frl .gallery .items .cont p {
  font-size: 0.813rem;
}

.portfolio-frl .gallery .items .tags {
  margin-top: 1.875rem;
}

.portfolio-frl .gallery .items .tags span {
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  margin-right: 0.313rem;
  font-size: 0.75rem;
}
.portfolio.full-bg {
  position: relative;
}
.portfolio.full-bg .cluom {
  height: 90vh;
  padding: 0;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio.full-bg .cluom.current {
  background: rgba(0, 0, 0, 0.3);
}

.portfolio.full-bg .cluom:hover .info {
  color: inherit;
}

.portfolio.full-bg .cluom:hover .info:after {
  height: 100%;
}

.portfolio.full-bg .cluom:hover .more {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.portfolio.full-bg .cluom .info {
  padding: 2.5rem 0.625rem 2.5rem 1.25rem;
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.portfolio.full-bg .cluom .info:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 104%;
  height: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio.full-bg .cluom .info h6 {
  font-size: 0.688rem;
  font-weight: 400;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.portfolio.full-bg .cluom .info h5 {
  font-size: 1.313rem;
}

.portfolio.full-bg .cluom .more {
  position: absolute;
  bottom: 3.125rem;
  right: 3.125rem;
  color: #fff;
  font-size: 0.813rem;
  text-transform: uppercase;
  -webkit-transform: translateY(1.25rem);
  -ms-transform: translateY(1.25rem);
  transform: translateY(1.25rem);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.portfolio.full-bg .cluom .more i {
  font-size: 0.625rem;
  margin-left: 0.125rem;
}

.portfolio.full-bg .glry-img,
.portfolio.full-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio.full-bg .glry-img {
  overflow: hidden;
}

.portfolio.full-bg .glry-img .bg-img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.portfolio.full-bg .glry-img .bg-img.current {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.work-carousel .swiper-slide {
  padding: 0rem 0.938rem;
}

.work-carousel .swiper-slide-active .noraidus .cont {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.work-carousel .next-ctrl,
.work-carousel .prev-ctrl {
  color: #000;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.work-carousel .next-ctrl:after,
.work-carousel .prev-ctrl:after {
  display: none;
}

.work-carousel .simp-next,
.work-carousel .simp-prev {
  color: #fff;
  top: auto;
  bottom: 0;
}

.work-carousel .simp-next:after,
.work-carousel .simp-prev:after {
  display: none;
}

.work-carousel .simp-next {
  right: 1.875rem;
}

.work-carousel .simp-prev {
  left: 1.875rem;
}

.work-carousel:hover .next-ctrl,
.work-carousel:hover .prev-ctrl {
  opacity: 1;
}

.work-carousel .content {
  position: relative;
}

.work-carousel .content .item-img {
  position: relative;
  height: 30rem;
  line-height: 0;
}

.work-carousel .content:hover .item-ig {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.work-carousel .content .cont {
  position: relative;
}

.work-carousel .content .cont h6 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.work-carousel .content .cont h4 {
  font-size: 1.063rem;
}

.work-carousel .content .cont .icon {
  width: 2.188rem;
  height: 2.188rem;
  line-height: 2.188rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  font-size: 0.75rem;
  position: absolute;
  top: calc(50% - 1.063rem);
  right: 0.938rem;
}

.work-carousel .content .bgbox {
  position: absolute;
  bottom: 2.188rem;
  left: 2.188rem;
}

.work-carousel.caroul .content .item-img {
  height: 30rem;
  position: relative;
}

.work-carousel.caroul .content .item-img:after {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  bottom: 1.25rem;
  right: 1.25rem;
  background: #18191d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel.caroul .content .bgbox {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel.caroul .content:hover .item-img:after {
  opacity: 1;
}

.work-carousel.caroul .content:hover .bgbox {
  opacity: 1;
}

.work-carousel .noraidus .item-img {
  height: 30rem;
  border-radius: 0;
}

.work-carousel .noraidus .cont {
  position: absolute;
  padding: 0.938rem 1.875rem;
  background: #111215;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.work-carousel .noraidus .cont h6 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.work-carousel .noraidus .cont h4 {
  font-size: 1.063rem;
}

.work-carousel2 .swiper-slide {
  padding: 0rem 0.625rem 0.625rem;
}

.work-carousel2 .swiper-slide .img {
  border-radius: 0.188rem;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.work-carousel2 .swiper-slide-active .img {
  -webkit-box-shadow: 0rem 2.5rem 1.875rem -2.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0rem 2.5rem 1.875rem -2.5rem rgba(0, 0, 0, 0.3);
}

.work-carousel2 .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.work-carousel2 .swiper-slide-active .cont h6,
.work-carousel2 .swiper-slide-active .cont h4 {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0rem) !important;
  -ms-transform: translateY(0rem) !important;
  transform: translateY(0rem) !important;
}

.work-carousel2 .swiper-pagination-progressbar {
  position: absolute;
  bottom: 0;
  top: auto;
  right: auto;
  left: calc(50% - 7.5rem);
  width: 15rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background: #eee;
}

.work-carousel2
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  border-radius: 0.625rem;
  background: #1e1e1e;
}

.work-carousel2 .swiper-button-next,
.work-carousel2 .swiper-button-prev {
  color: #000;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0;
  border: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.work-carousel2 .swiper-button-next:after,
.work-carousel2 .swiper-button-prev:after {
  display: none;
}

.work-carousel2:hover .swiper-button-next,
.work-carousel2:hover .swiper-button-prev {
  opacity: 1;
}

.work-carousel2 .content {
  position: relative;
}

.work-carousel2 .content .img {
  position: relative;
  line-height: 0;
}

.work-carousel2 .content .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.7)),
    to(transparent)
  );
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.work-carousel2 .content .cont {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
  color: #fff;
}

.work-carousel2 .content .cont h6 {
  font-size: 0.813rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.625rem);
  -ms-transform: translateY(-0.625rem);
  transform: translateY(-0.625rem);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.work-carousel2 .content .cont h4 {
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.625rem);
  -ms-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.work-carousel2.mcolumn .swiper-slide {
  padding: 0px;
}

.work-carousel2.mcolumn .swiper-slide .img {
  border-radius: 0;
}

.work-carousel2.mcolumn .swiper-slide-active .img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.work-carousel2.mcolumn .swiper-slide-active .img:after {
  opacity: 1 !important;
}

.case-study {
  position: relative;
}

.case-study .swiper-slide .container {
  min-height: 75vh;
  padding: 6.25rem 1.875rem;
}

.case-study .swiper-slide.bg-img {
  background-position: center !important;
}

.case-study .swiper-slide .cont span {
  padding: 0.75rem 1.875rem;
  border: 0.063rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1.875rem;
  font-size: 0.813rem;
  margin-bottom: 3.125rem;
}

.case-study .swiper-slide .cont h6 {
  font-size: 1.063rem;
  text-transform: uppercase;
  margin-bottom: 0.938rem;
}

.case-study .swiper-slide .cont h4 {
  font-size: 3.75rem;
  text-transform: uppercase;
}

.case-study .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.75rem;
  z-index: 4;
}

.case-study .controls .swiper-button-next,
.case-study .controls .swiper-button-prev {
  position: static;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border: 0.063rem solid #eee;
  color: #fff;
  display: block;
  margin: 0.313rem auto;
  cursor: pointer;
}

.case-study .controls .swiper-button-next:after,
.case-study .controls .swiper-button-prev:after {
  display: none;
}

.half-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: #18191d;
  z-index: 1;
}

.half-bg.bottom {
  bottom: 0;
}

.half-bg.top {
  top: 0;
}

.half-bg.not-sub {
  background: #0c0f16;
}

.works .lg-space > div {
  padding: 0 3.125rem;
  margin-bottom: 3.125rem;
}

.next-prog .box {
  position: relative;
}

.next-prog .box .bg-img {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  margin: auto;
  background-position: center center;
  position: relative;
}

.next-prog .box .bg-img:before {
  border-radius: 50%;
}

.next-prog .box .caption,
.next-prog .box .copy-cap {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.next-prog .box .caption h1,
.next-prog .box .copy-cap h1 {
  font-size: 3.438rem;
  font-weight: 800;
  display: block;
  min-width: 4.375rem;
  text-align: center;
  margin: auto;
}

.next-prog .box .caption h1 .stroke,
.next-prog .box .copy-cap h1 .stroke {
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 0.063rem #fff;
}

.next-prog .box .copy-cap {
  z-index: -1;
}

/* ====================== [ End Work ] ====================== */
/* ====================== [ Start services ] ====================== */
.process .coulmn {
  position: relative;
}

.process .coulmn:after {
  position: absolute;
  content: "";
  width: 4.688rem;
  border-top: 4.688rem dashed #12c2e9;
  top: 4.688rem;
  right: -2.188rem;
}

.process .item {
  text-align: center;
}

.process .item .bg-img {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  margin: 0 auto 1.875rem;
  text-align: center;
  position: relative;
}

.process .item .bg-img:after {
  content: "";
  position: absolute;
  top: 0.438rem;
  left: 0.438rem;
  right: 0.438rem;
  bottom: 0.438rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
}

.process .item .bg-img h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 9.375rem;
  position: relative;
  z-index: 3;
}

/* ====================== [ End services ] ====================== */
/* ====================== [ Start progress bar ] ====================== */
.skills-circle .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-circle .skill {
  position: relative;
}

.skills-circle .skill span {
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-3.125rem) translateY(-3.125rem);
  -ms-transform: translateX(-3.125rem) translateY(-3.125rem);
  transform: translateX(-3.125rem) translateY(-3.125rem);
  font-size: 1.25rem;
  font-weight: 300;
}

.skills-circle .cont {
  padding-top: 1.563rem;
  padding-left: 1.563rem;
}

.skills-circle .cont span {
  font-size: 0.75rem;
  font-weight: 300;
  opacity: 0.9;
  margin-bottom: 0.625rem;
}

.skills-circle .cont h6 {
  font-size: 0.938rem;
  font-weight: 500;
}

.skills-box .skill-item {
  margin-bottom: 3.125rem;
}

.skills-box .skill-item:last-of-type {
  margin-bottom: 0;
}

.skills-box h6 {
  font-size: 0.813rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.skills-box .skill-progress {
  height: 0.438rem;
  background-color: rgba(255, 255, 255, 0.05);
  position: relative;
}

.skills-box .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.skills-box .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: 0.625rem;
  top: -2.813rem;
  padding: 0.438rem 0.938rem;
  border-radius: 0.938rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.75rem;
  font-weight: 600;
}

.skills-box .skill-progress .progres:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.313rem solid transparent;
  border-right: 0.313rem solid transparent;
  border-top: 0.5rem solid rgba(255, 255, 255, 0.05);
  position: absolute;
  right: 0.938rem;
  bottom: 0.75rem;
}

/* ====================== [ End progress bar ] ====================== */
/* ====================== [ Start tabs & list ] ====================== */
.smp-list {
  margin: 0;
}

.smp-list li {
  margin-top: 1.25rem;
  font-size: 0.938rem;
  font-weight: 300;
  padding-left: 1.25rem;
  position: relative;
}

.smp-list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.25rem;
  height: 0.063rem;
  background: #12c2e9;
}

/* ====================== [ Start tabs & list ] ====================== */
/* ====================== [ Start Team ] ====================== */
.team {
  position: relative;
}

.team .item {
  padding: 0 1.563rem;
}

.team .item.cir .img {
  position: relative;
}

.team .item.cir .img:hover:after {
  opacity: 1;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.team .item.cir .img:hover #circle,
.team .item.cir .img:hover .info {
  opacity: 1;
}

.team .item.cir .img:hover:before {
  opacity: 0.5;
}

.team .item.cir .img:after {
  content: "";
  position: absolute;
  top: 0.313rem;
  left: 0;
  right: 0;
  bottom: 0.313rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.team .item.cir .img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.team .item.cir .info {
  position: absolute;
  bottom: 0.938rem;
  left: 0.938rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
}

.team .item.cir .info span {
  font-size: 13px;
  color: #12c2e9;
}

.team .item .img {
  position: relative;
}

.team .item .img:hover:after {
  opacity: 1;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.team .item .img:hover #circle,
.team .item .img:hover .info {
  opacity: 1;
}

.team .item .img:hover:before {
  opacity: 0.3;
}

.team .item .img:after {
  content: "";
  position: absolute;
  top: 0.313rem;
  left: 0;
  right: 0;
  bottom: 0.313rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.info {
  margin-top: 1rem;
}

.info h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #242424;
  line-height: 2rem;
  margin-bottom: 0rem;
}
.info p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #242424;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.team.bord .item:hover .img:after {
  border-color: #12c2e9;
  opacity: 1;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.team.bord .item .img {
  padding: 1.875rem;
}

.team.bord .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.313rem;
  background: transparent;
  border: 0.063rem solid #fff;
  opacity: 0.1;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.team.bord .item .img.left:after {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.team.bord .item .info {
  margin-top: 0.938rem;
  text-align: center;
}

.team.bord .item .info span {
  font-size: 0.813rem;
  color: #12c2e9;
}

.team .slick-dots {
  bottom: -2.5rem;
}

.team .slick-dots li.slick-active button {
  background: #12c2e9;
}

.team .slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 0.8;
}

.team .slick-dots li button:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  line-height: 1;
  background: #12c2e9;
  opacity: 1;
}

.team .dots-half {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -2;
}

#circle {
  position: absolute;
  top: -30%;
  right: -50%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#circle text {
  font-size: 0.813rem;
}

#circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 18.75rem;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -ms-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/* ====================== [ End Team ] ====================== */
/* ====================== [ Start Testimonials ] ====================== */

.testimonials .item {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.testimonials .item p {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  padding-left: 1.75rem;
  margin-left: 1.875rem;
  border-left: 0.063rem solid rgba(255, 255, 255, 0.1);
}

.testimonials .item .info {
  min-width: 7.5rem;
}

.testimonials .item .info.inf-lrg {
  min-width: 10rem;
}

.testimonials .item .info .img {
  width: 5rem;
  height: 5rem;
  border: 0.438rem solid #25262c;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

.testimonials .item .info .author-name {
  margin-bottom: 0.313rem;
  font-weight: 600;
  font-size: 0.938rem;
}

.testimonials .item .info .author-details {
  font-size: 0.813rem;
}

.testimonials .slick-dots {
  bottom: -1.875rem;
}

.testimonials .slick-dots li {
  width: 0.438rem;
  height: 0.438rem;
  border-radius: 50%;
  border: 0.063rem solid #eee;
}

.testimonials .slick-dots li.slick-active {
  background: #eee;
}

.testimonials .slick-dots li button {
  display: none;
}

.testimonials .arrows {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 10;
  width: 100%;
}

.testimonials .arrows .container {
  position: relative;
  height: 100%;
}

.testimonials .arrows .next,
.testimonials .arrows .prev {
  position: absolute;
  top: 45%;
  right: -3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #d4103a;
  text-align: center;
  font-size: 1.25rem;
  border: 0.063rem solid #fff;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
}

.testimonials .arrows .next:hover,
.testimonials .arrows .prev:hover {
  border-color: #12c2e9;
}

.testimonials .arrows .prev {
  right: auto;
  left: -3.125rem;
}

.testimonials:hover .arrows .next,
.testimonials:hover .arrows .prev {
  opacity: 1;
  right: 1%;
}

.testimonials:hover .arrows .prev {
  left: 1%;
}

.testimonials.lftstl .item {
  text-align: left;
}

.testimonials.lftstl .item .info .author .lxleft {
  display: table-cell;
  vertical-align: middle;
}

.testimonials.lftstl .item .info .author .lxleft .img {
  margin: 0;
}

.testimonials.lftstl .item .info .author .fxright {
  display: table-cell;
  padding: 1.25rem;
}

.testimonials.lftstl .slick-dots {
  text-align: right;
}

.block-sec .vid-area {
  position: absolute;
  top: -6.25rem;
  left: 10%;
  padding: 1.875rem 0.938rem;
  background: #ffff;
  text-align: center;
  z-index: 2;
}

.block-sec .vid-area:after {
  content: "";
  position: absolute;
  top: 0rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  background: #fff;
  opacity: 0.2;
  z-index: -1;
}

.block-sec .vid-area .vid-icon {
  margin-top: 3.125rem;
}

.block-sec .vid-area .vid-icon .vid {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  border: 0.125rem solid #000;
}

.block-sec .vid-area .vid-icon .vid span {
  font-size: 0.625rem;
  color: #000;
}

.block-sec .vid-area .text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 1.875rem;
}

.block-sec .testim-box {
  position: relative;
  padding: 5rem 2.5rem;
  margin-bottom: -7.5rem;
  z-index: 2;
}

.block-sec .testim-box:after {
  content: "";
  position: absolute;
  left: -0.625rem;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  z-index: -4;
}

.block-sec .testim-box:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: #111215;
  z-index: -1;
}

.block-sec .testim-box .head-box h6 {
  color: #12c2e9;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  margin-bottom: 0.625rem;
}

.block-sec .testim-box .head-box h4 {
  margin-bottom: 2.5rem;
}

.block-sec .testim-box .item p {
  font-size: 1.063rem;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.05);
}

.block-sec .testim-box .item .info .img {
  display: table-cell;
  vertical-align: middle;
}

.block-sec .testim-box .item .info .img .img-box {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  overflow: hidden;
}

.block-sec .testim-box .item .info .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.938rem;
}

.block-sec .testim-box .item .info .cont .author-name {
  font-size: 1rem;
  margin-bottom: 0.313rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.block-sec .testim-box .item .info .cont .author-details {
  font-size: 0.813rem;
  font-weight: 300;
  text-transform: uppercase;
}

.block-sec .testim-box .slick-dots {
  text-align: right;
}

.block-sec .testim-box .slick-dots li {
  width: 0.438rem;
  height: 0.438rem;
  border-radius: 50%;
  border: 0.063rem solid #12c2e9;
}

.block-sec .testim-box .slick-dots li.slick-active {
  background: #12c2e9;
}

.block-sec .testim-box .slick-dots li button {
  display: none;
}

.clients-brand .item a {
  width: 5rem;
  opacity: 0.5;
}

.clients-brand .item a:hover {
  opacity: 1;
}

/* ====================== [ End Testimonials ] ====================== */
/* ====================== [ Start Blog ] ====================== */
.blog .item .cont {
  margin-top: 1.875rem;
  position: relative;
  z-index: 2;
}

.blog .item .info {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
}

.blog .item .info .date {
  margin-right: 0.938rem;
}

.blog .item .info .date span i {
  font-style: normal;
}

.blog .item .info span {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #aaa;
}

.blog .item .info .tag {
  margin-left: 0.938rem;
}

.blog .item .info .tag span {
  color: #12c2e9;
}

.blog .item h5 {
  font-size: 1.75rem;
  font-weight: 400;
}

.blog .item .btn-more {
  margin-top: 0.938rem;
  color: #eee;
}

.blog .item .btn-more a {
  font-size: 0.75rem;
}

.blog-crv .stories {
  position: relative;
  padding: 1.25rem;
}

.blog-crv .controls {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  line-height: 6.25rem;
  text-align: center;
  background: #fff;
  position: absolute;
  top: calc(50% - 3.125rem);
  left: calc(50% - 3.125rem);
  z-index: 3;
}

.blog-crv .controls:after {
  content: "";
  position: absolute;
  right: -0.625rem;
  top: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  background: rgba(220, 220, 220, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.blog-crv .controls .swiper-button-next.next-ctrl,
.blog-crv .controls .swiper-button-prev.prev-ctrl {
  position: absolute;
  left: calc(50% - 0.938rem);
  right: auto;
  color: #ccc;
  z-index: 4;
  cursor: pointer;
  font-size: 28px;
  width: 1.875rem;
  height: 1.875rem;
}

.blog-crv .controls .swiper-button-next.next-ctrl:after,
.blog-crv .controls .swiper-button-prev.prev-ctrl:after {
  display: none;
}

.blog-crv .controls .swiper-button-next.next-ctrl {
  top: 1.375rem;
  bottom: auto;
}

.blog-crv .controls .swiper-button-prev.prev-ctrl {
  bottom: 0px;
  top: auto;
}

.blog-crv .controls .swiper-pagination-fraction {
  position: static;
}

.blog-crv .controls .swiper-pagination-fraction span {
  margin: 0 0.438rem;
  font-weight: 600;
  color: #444;
}

.blog-crv .controls .swiper-pagination-fraction .swiper-pagination-current {
  position: relative;
}

.blog-crv
  .controls
  .swiper-pagination-fraction
  .swiper-pagination-current:after {
  content: "/";
  position: absolute;
  right: -0.688rem;
  top: 0;
  font-size: 0.625rem;
  color: #ccc;
}

.blog-crv .item .img {
  border-radius: 0.188rem;
  overflow: hidden;
}

.blog-crv .item .content {
  padding: 1.875rem 63.75rem;
  text-align: center;
}

.blog-crv .item .content .tags {
  text-transform: uppercase;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
}

.blog-crv .item .content .tags a {
  margin: 0 0.438rem;
}

.blog-crv .item .content .info {
  margin-bottom: 0.625rem;
}

.blog-crv .item .content .info a {
  margin: 0 0.625rem;
  font-weight: 400;
  color: #12c2e9;
  font-size: 0.813rem;
}

.blog-crv .item .content .title {
  margin-bottom: 0.625rem;
}

.blog-crv .item .content .title h4 {
  font-weight: 600;
  line-height: 1.5;
}

.blog-crv .item .content .more a {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  border-bottom: 0.063rem solid rgba(200, 200, 200, 0.1);
}

.blog-grid .item {
  padding: 2.5rem;
  position: relative;
}

.blog-grid .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18191d;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-grid .item.active:after {
  opacity: 0.85;
}

.blog-grid .item:hover:after {
  opacity: 0.7;
}

.blog-grid .item .cont {
  position: relative;
  z-index: 2;
}

.blog-grid .item .cont .date {
  text-transform: uppercase;
  margin-bottom: 6.25rem;
}

.blog-grid .item .cont .date i {
  font-size: 1.875rem;
  font-style: normal;
  display: block;
}

.blog-grid .item .cont .info {
  margin-bottom: 1.25rem;
}

.blog-grid .item .cont .info .author {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 0.625rem;
}

.blog-grid .item .cont .info .tag {
  color: #12c2e9;
  margin-left: 0.625rem;
}

.blog-grid .item .cont h6 {
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.blog-grid .item.list {
  padding: 0;
}

.blog-grid .item.list:after {
  display: none;
}

.blog-grid .item.list .cont {
  background: #13161d;
  padding: 1.875rem;
  position: relative;
}

.blog-grid .item.list .cont .date {
  position: absolute;
  top: -2.5rem;
  right: 0.938rem;
  padding: 0.313rem 0.938rem;
  background: #12c2e9;
  color: #222;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  z-index: 2;
}

.blog-grid .item.list .cont .date i {
  font-size: 1.25rem;
}

.blog-grid .item.list .cont .date:after {
  content: "";
  position: absolute;
  top: -0.313rem;
  left: -0.313rem;
  right: -0.313rem;
  bottom: -0.313rem;
  border: 0.313rem solid rgba(255, 255, 255, 0.1);
}

.blog-list .head h6 {
  display: inline-block;
  padding: 0.438rem 0.75rem;
  font-size: 0.938rem;
  border-radius: 0.625rem;
  margin-bottom: 0.938rem;
}

.blog-list .head h3 {
  font-weight: 600;
  margin-bottom: 0.313rem;
}

.blog-list .head a {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 2.5rem;
  padding-bottom: 0.625rem;
  position: relative;
}

.blog-list .head a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.063rem;
  width: 40%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#12c2e9),
    color-stop(#c471ed),
    to(#f64f59)
  );
  background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.blog-list .head a:hover:after {
  width: 100%;
}

.blog-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.2);
}

.blog-list .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.blog-list .item .img {
  width: 21.875rem;
}

.blog-list .item .cont {
  padding-left: 1.875rem;
}

.blog-list .item .info {
  margin-bottom: 0.938rem;
  font-size: 0.75rem;
}

.blog-list .item .info .date {
  margin-right: 0.938rem;
}

.blog-list .item .info .date span i {
  font-style: normal;
}

.blog-list .item .info span {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #aaa;
}

.blog-list .item .info .tag {
  margin-left: 0.938rem;
}

.blog-list .item .info .tag span {
  color: #12c2e9;
}

.blog-list .item h5 {
  font-size: 1.375rem;
  font-weight: 500;
}

.blog-pg .posts .item .img {
  position: relative;
}

.blog-pg .posts .item .content {
  padding-top: 1.563rem;
}

.blog-pg .posts .item .content .date {
  margin-right: 0.938rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.blog-pg .posts .item .content .date .num {
  font-size: 0.75rem;
}

.blog-pg .posts .item .content .tags {
  margin-bottom: 0.625rem;
  display: inline-block;
}

.blog-pg .posts .item .content .tags a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #12c2e9;
  padding-right: 1.25rem;
  position: relative;
}

.blog-pg .posts .item .content .tags a:after {
  content: "";
  width: 0.5rem;
  height: 0.063rem;
  background: #eee;
  position: absolute;
  right: 0.25rem;
  top: 50%;
}

.blog-pg .posts .item .content .tags a:last-of-type {
  padding-right: 0;
}

.blog-pg .posts .item .content .tags a:last-of-type:after {
  display: none;
}

.blog-pg .posts .item .content h4 {
  line-height: 1.6;
  margin-bottom: 0.313rem;
}

.blog-pg .posts .pagination {
  margin: 5rem auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

.blog-pg .posts .pagination span {
  text-align: center;
  margin: 0 0.125rem;
}

.blog-pg .posts .pagination span a {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  border: 0.063rem solid #eee;
  font-size: 1.125rem;
}

.blog-pg .posts .pagination span.active a {
  border-color: #12c2e9;
  color: #12c2e9;
}

.blog-pg.blog-list .item {
  display: block;
}

.blog-pg.blog-list .item .img {
  width: 100%;
}

.blog-pg.blog-list .item .cont {
  padding-left: 3.75rem;
}

.blog-pg.single .post .main-img .simpleParallax {
  height: 70vh;
  max-height: 600px;
}

.blog-pg.single .post .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.blog-pg.single .post .content p {
  font-size: 1rem;
  font-family: inherit;
  margin: 1.875rem 0;
}

.blog-pg.single .post .content ul li {
  margin: 0.625rem 0;
}

.blog-pg.single .post .content ul li span {
  margin-right: 0.625rem;
  font-weight: 500;
  font-size: 0.813rem;
}

.blog-pg.single .post .content .quotes {
  background: rgba(255, 255, 255, 0.02);
  padding: 1.875rem;
  margin: 1.875rem 0;
}

.blog-pg.single .post .content .quotes p {
  font-size: 1.125rem;
  font-style: italic;
}

.blog-pg.single .post .content .spacial p {
  font-size: 1.125rem;
  font-weight: 500;
}

.blog-pg.single .post .content .share-info {
  margin-top: 1.25rem;
  padding-top: 0.625rem;
  border-top: 0.063rem solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .post .content .share-info .social a {
  font-size: 0.813rem;
  margin-right: 1.25rem;
}

.blog-pg.single .post .content .share-info .tags {
  margin-left: auto;
}

.blog-pg.single .post .content .share-info .tags a {
  font-size: 0.75rem;
  margin: 0 0.625rem;
}

.blog-pg.single .post .author {
  padding: 1.875rem;
  margin-top: 2.5rem;
  background: rgba(255, 255, 255, 0.02);
}

.blog-pg.single .post .author .author-img {
  display: table-cell;
  vertical-align: middle;
  width: 8.75rem;
}

.blog-pg.single .post .author .info {
  display: table-cell;
  padding-left: 2.5rem;
}

.blog-pg.single .post .author .info h6 {
  margin-bottom: 0.625rem;
  font-size: 0.938rem;
}

.blog-pg.single .post .author .info h6 span {
  text-transform: uppercase;
  margin-right: 0.625rem;
}

.blog-pg.single .post .author .info p {
  padding: 0;
  margin: 0;
}

.blog-pg.single .post .author .info .social {
  margin-top: 0.938rem;
  font-size: 0.813rem;
}

.blog-pg.single .post .author .info .social a {
  margin-right: 0.938rem;
}

.blog-pg.single .pagination {
  margin-top: 5rem;
  border-top: 0.063rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-pg.single .pagination span {
  width: 100%;
  padding: 1.25rem;
  border-right: 0.063rem solid rgba(255, 255, 255, 0.1);
  border-left: 0.063rem solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.813rem;
}

.blog-pg.single .pagination .icon {
  border: 0;
  width: 4.375rem;
}

.blog-pg.single .comments-area {
  margin-top: 5rem;
}

.blog-pg.single .comments-area .item {
  padding: 1.875rem 0;
  margin: 1.875rem 0;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.1);
}

.blog-pg.single .comments-area .item.relped {
  margin-left: 6.25rem;
}

.blog-pg.single .comments-area .item .comment-img {
  display: table-cell;
  width: 5rem;
}

.blog-pg.single .comments-area .item .info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 2.5rem;
  position: relative;
}

.blog-pg.single .comments-area .item .info h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-pg.single .comments-area .item .info h6 span {
  display: block;
  color: #12c2e9;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.313rem;
}

.blog-pg.single .comments-area .item .info p {
  line-height: 1.5;
  margin-top: 0.938rem;
}

.blog-pg.single .comments-area .item .info .replay {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.813rem;
}

.blog-pg.single .comments-area .item .info .replay i {
  margin-left: 0.313rem;
}

.blog-pg.single .comment-form {
  margin-top: 0.313rem;
}

.blog-pg.single .comment-form form {
  margin-top: 3.125rem;
}

.blog-pg.single .comment-form form input,
.blog-pg.single .comment-form form textarea {
  color: #fff;
  width: 100%;
  padding: 1.063rem;
  background: rgba(255, 255, 255, 0.02);
  border: 0;
}

.blog-pg.single .comment-form form textarea {
  height: 8.75rem;
}

.next-project {
  position: relative;
  padding: 5rem 0;
  margin-top: 5.625rem;
  background: #fafafa;
  z-index: 2;
  overflow: hidden;
}

.next-project:before {
  display: none;
}

.next-project:after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  bottom: auto;
  right: 0;
  top: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #f5f5f5;
  z-index: -1;
}

.next-project:hover:after {
  height: 100%;
  bottom: 0;
  top: auto;
}

.next-project .content {
  width: 100%;
}

.next-project .content h2 {
  font-size: 5.625rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.next-project .content p {
  font-size: 1.125rem;
  color: #555;
}

/* ====================== [ End Blog ] ====================== */
/* ====================== [ Start Call To Action  ] ====================== */
.call-action {
  background-attachment: fixed;
}

.call-action .content h6 {
  color: #12c2e9;
  font-size: 0.813rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.call-action .content h6 span {
  color: #12c2e9;
}

.call-action .content h2 {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  -webkit-text-stroke-width: 0.063rem;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.call-action .content h2 span {
  color: transparent;
}

.call-action .content h2 b span {
  color: #fff;
  -webkit-text-stroke-width: 0;
}

.call-action .content h2 .whitespace {
  width: 1.125rem;
}

.call-action .content p {
  font-size: 1.063rem;
  font-weight: 300;
}

.call-action .btn-curve {
  border: 0.125rem solid;
  line-height: 2;
}

.call-action .btn-curve span {
  font-size: 0.938rem;
  font-weight: 700;
  text-transform: capitalize;
}

.call-action .btn-curve:hover span {
  color: #0c0f16;
}

.call-action .tlink {
  margin-left: auto;
  border-bottom: 1px solid #eee;
}

.call-action.next {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.call-action.next:after {
  display: none;
}

.call-action.next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #0a0a0a;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.call-action.next .content h2 {
  font-size: 5vw;
  font-weight: 700;
}

.call-action.next .content h2 b {
  font-weight: 700;
}

.call-action.next .nxt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.call-action.next:hover:before {
  opacity: 0.9;
}

.call-action.next:hover .nxt-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}

/* ====================== [ End Call To Action  ] ====================== */

/* ====================== [ Start IO page  ] ====================== */
.io-banner {
  background-attachment: fixed;
  height: 100vh;
}

.io-banner-content {
  position: relative;
  z-index: 9;
}
.io-banner-content h4 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0rem;
}
.io-banner-content h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.875rem;
}
.io-banner-content h1 {
  font-size: 3.125rem;
  line-height: 3.375rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.875rem;
}
.io-banner-content p {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.neon-line {
  position: absolute;
  z-index: 1;
  top: 12%;
  width: 100%;
}
.developer-bg {
  background: rgba(3, 69, 137, 0.89);
}

.developer-content h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.875rem;
}
.developer-content p {
  font-size: 1.875rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 2.5rem;
  margin-bottom: 1.875rem;
}
.dev-box {
  position: relative;
  overflow: hidden;
}
.dev-box-content {
  position: absolute;
  top: 3.125rem;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 1.25rem 2.5rem;
  z-index: 8;
}
.dev-box-content h2 {
  font-size: 6.25rem;
  line-height: 6.375rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #ffffff;
}
.dev-box-content h3 {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.overlay-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.9051995798319328) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  background: -webkit-linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.9051995798319328) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.9051995798319328) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#c9c9c9",GradientType=1);
  border-radius: 0.5rem;
}
.document-content {
  padding: 0rem 1.563rem;
}
.document-content img {
  width: auto;
  margin: 0 auto;
}
.dc-border-right {
  border-right: 0.063rem solid #c4c4c4;
}
.document-content h3 {
  font-size: 2rem;
  line-height: 2.125rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 1.875rem;
}
.document-content h3 span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #242424;
}
.document-content p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  color: #242424;
}

.event-service-list {
  margin-bottom: 0;
  margin-top: 2.5rem;
  list-style: none;
}
.event-service-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 2.188rem;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}
.event-service-list li a {
  color: #000000;
}
.event-service-list li:after {
  content: "\f30f";
  font-family: "Ionicons";
  position: absolute;
  left: 0rem;
  top: 0.063rem;
  z-index: 1;
  font-weight: normal;
  color: #d4103a;
}

.overlay-bg-all {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.io-form-box {
  position: relative;
  z-index: 9;
}
.form {
  position: relative;
  z-index: 9;
}
.io-form-box h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.875rem;
}
.cloud-item-box {
  background: #ffffff;
  padding: 1.563rem 1.25rem;
  border-radius: 0.5rem;
}
.cloud-item-box h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #034589;
}
.icon-w {
  width: 45%;
}
.icon-w img {
  width: auto;
}

/* ====================== [ End IO page  ] ====================== */

/* ====================== [ Start about page  ] ====================== */
.about-banner {
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
}
.about-line {
  position: relative;
  z-index: 5;
  margin-top: -10.125rem !important;
  width: 100%;
}
.about-counter {
  background: #034589;
  padding: 2.5rem 2.5rem;
  border-radius: 0.5rem;
}
.about-content p {
  margin-bottom: 1.25rem;
}
.about-counter h2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.875rem;
}
.about-count-title h3 {
  font-size: 3.125rem;
  line-height: 4.063rem;
  font-weight: 700;
  color: #ffffff;
}
.about-count-title h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
}
.about-count-title p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 300;
  color: #ffffff;
}
.history-line {
  position: absolute;
  z-index: 1;
  top: 5.625rem;
  width: 100%;
}
.history-sl-bg:before {
  content: "";
  width: 60%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -60%;
  z-index: 2;
}
.timeline-box {
  position: relative;
}
.timeline-box-2021 {
  background: url(../../assets/images/2018-2021.png) #ad0f77 right center
    no-repeat;
  background-size: contain;
  padding: 2.75rem 2.188rem;
  border-radius: 0.875rem;
  min-height: 35rem;
  display: table;
  width: 100%;
}
.timeline-box-2016 {
  background: url(../../assets/images/2010-2016.png) #e87c2c right center
    no-repeat;
  background-size: contain;
  padding: 2.75rem 2.188rem;
  border-radius: 0.875rem;
  min-height: 35rem;
  display: table;
  width: 100%;
}
.timeline-box-2008 {
  background: url(../../assets/images/2004-2008.png) #a3d866 right center
    no-repeat;
  background-size: contain;
  padding: 2.75rem 2.188rem;
  border-radius: 0.875rem;
  min-height: 35rem;
  display: table;
  width: 100%;
}
.timeline-box-2003 {
  background: url(../../assets/images/1998-2003.png) #0ba1e3 right center
    no-repeat;
  background-size: contain;
  padding: 2.75rem 2.188rem;
  border-radius: 0.875rem;
  min-height: 35rem;
  display: table;
  width: 100%;
}
.timeline-box-1995 {
  background: url(../../assets/images/1991-1995.png) #d3103a right center
    no-repeat;
  background-size: contain;
  padding: 2.75rem 2.188rem;
  border-radius: 0.875rem;
  min-height: 35rem;
  display: table;
  width: 100%;
}
.timeline-text {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.awards-right {
  position: absolute;
  z-index: 99;
  bottom: 0.625rem;
  left: 1.875rem;
  right: 1.875rem;
}
.timeline-text-top {
  top: 1.875rem;
}

.timeline-text h3 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.year {
  width: 100%;
  margin-bottom: 0.625rem;
}
.box-left {
  width: 50%;
}
.box-right {
  width: 50%;
  margin-left: 1.25rem;
}
.awards-title {
  margin-bottom: 0.625rem;
}
.year-text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  padding-left: 0.625rem;
}
.year-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
.white-border {
  border-bottom: 0.063rem solid #fff;
}
.year h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.313rem;
}
.year p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0.625rem;
}

/* ====================== [ End about page  ] ====================== */

/* ====================== [ Start Numbers & Counter  ] ====================== */
.number-sec .item {
  text-align: center;
  padding: 0 1.563rem;
}

.number-sec .item .icon {
  opacity: 0.8;
  font-size: 4.375rem;
  margin-bottom: 2.5rem;
}

.number-sec .item h3 {
  font-weight: 200;
  margin-bottom: 0.938rem;
}

.number-sec .container.sub-bg {
  padding: 0 3.125rem;
  border-radius: 1.875rem;
  background: rgba(24, 25, 29, 0.5);
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}

.number-sec .container.sub-bg .item {
  padding: 3.125rem 0;
  border-right: 0.063rem solid #0d0e0f;
}

.number-sec .container.sub-bg .item.no-bord {
  border: 0;
}

.video {
  position: relative;
  min-height: 80vh;
}

.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(43, 47, 53, 0.7))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(43, 47, 53, 0.7) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(43, 47, 53, 0.7) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(43, 47, 53, 0.7) 100%
  );
  background-repeat: repeat-x;
}

.video .vid {
  position: absolute;
  left: calc(50% - 3.125rem);
  top: calc(50% - 3.125rem);
  text-align: center;
  z-index: 8;
}

.video .vid .vid-butn {
  width: 100%;
}

.video .vid .vid-butn:hover .icon {
  color: #fff;
}

.video .vid .vid-butn:hover .icon:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.video .vid .vid-butn .icon {
  color: #fff;
  width: 8.125rem;
  height: 8.125rem;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 8.125rem;
  text-align: center;
  font-size: 1.875rem;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video .vid .vid-butn .icon:before {
  content: "";
  position: absolute;
  top: 0.313rem;
  bottom: 0.313rem;
  right: 0.313rem;
  left: 0.313rem;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  opacity: 0;
}

.video .container {
  position: relative;
  height: 80vh;
  padding: 5rem 0;
  z-index: 2;
}

.video .container .stauts {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video .container .stauts .item {
  padding: 1.875rem 2.5rem;
  min-width: 12.5rem;
  background: #272727;
  margin-right: 1.875rem;
}

.video .container .stauts .item:last-of-type {
  background: #fff;
  color: #121a21;
}

.video .container .stauts .item h4 span {
  font-size: 1.25rem;
  margin-left: 0.125rem;
}

.video .container .stauts .item h6 {
  font-size: 0.938rem;
  margin-top: 0.313rem;
}

/* ====================== [ End Numbers & Counter  ] ====================== */
/* ====================== [ Start contact ] ====================== */
.contact-sec .form .form-group {
  margin-bottom: 1.875rem;
}

.contact-sec .form .form-group input,
.contact-sec .form .form-group textarea {
  width: 100%;
  padding: 0.938rem 0;
  border: 0;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff;
}

.contact-sec.style2 .form input,
.contact-sec.style2 .form textarea {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
}

.contact .form input,
.contact .form textarea {
  color: #fff;
  width: 100%;
  padding: 0.938rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.contact .form textarea {
  padding: 0.625rem 0px;
  min-height: 2.5rem;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.9);
  margin-top: 1.875rem;
}

.contact .cont-info h3 {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.contact .cont-info .item h5 {
  font-size: 1rem;
  font-weight: 400;
  color: #999;
  margin: 0.625rem 0;
}

.contact .cont-info .item h6 {
  font-size: 0.875rem;
  font-weight: 300;
  color: #999;
  line-height: 1.7;
}

.contact .cont-info .social a {
  width: 2.813rem;
  height: 2.813rem;
  line-height: 2.813rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 50%;
  margin-right: 0.313rem;
  font-size: 0.813rem;
}

.map {
  width: 100%;
  height: 60vh;
}
.search-controls {
  width: 40%;
  margin: 0 auto;
  text-align: left;
}
.search-controls .search {
  color: #fff;
  width: 100%;
  padding: 0.938rem 0;
  background: transparent;
  border: 0;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.3);
}
.changed::-webkit-input-placeholder {
  color: #ffffff;
}
.changed::-moz-placeholder {
  color: #ffffff;
}
.changed:-ms-input-placeholder {
  color: #ffffff;
}
/* ====================== [ End contact ] ====================== */

/* ====================== [ Start tabs ] ====================== */

.tabbed-content-two {
  position: relative;
  overflow: hidden;
}
.tabs-two h3 {
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
}
.tabs-two ul {
  margin: 0;
  padding: 0 0 0.313em 0;
  border-bottom: 0.063rem solid #c4c4c4;
}
.tabs-two ul li {
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
  color: #000000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0rem 4.75rem;
}
.tabs-two ul li a:hover:before,
.tabs-two ul li a.active:before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 9.563rem;
  background: #d4103a;
  bottom: -0.6rem;
  margin: 0 auto;
  left: 0rem;
  right: 0rem;
  border-radius: 0.625rem;
}
.tabs-three ul li {
  padding: 0rem 2.15rem;
}
.tabs-two ul li a:hover:before,
.tabs-two ul li a.active:before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 9.563rem;
  background: #d4103a;
  bottom: -0.6rem;
  margin: 0 auto;
  left: 0rem;
  right: 0rem;
  border-radius: 0.625rem;
}

.tabs-two ul li a:hover:before,
.tabs-two ul li a.active:before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 9.563rem;
  background: #d4103a;
  bottom: -0.6rem;
  margin: 0 auto;
  left: 0rem;
  right: 0rem;
  border-radius: 0.625rem;
}
.tabs-three ul li a:hover:before,
.tabs-three ul li a.active:before {
  width: auto;
}
.tabs-two ul li a {
  padding: 0.3em 0em;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 300;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tabs-two ul li a:hover,
.tabs-two ul li a.active {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.item-two {
  margin-bottom: 0.125rem;
}
.item-two::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  color: #000000;
  display: block;
}
.item-two.active::before {
  background: #000;
  color: #fff;
}
.item-content-two {
  padding: 0rem;
}
.item-content-two h2 span {
  font-size: 1.5rem;
  font-weight: 700;
}
.item-content-two h2 i {
  font-size: 1.5rem;
}
.item-two.active .item-content-two {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.item-content-two h3 {
  color: #03386f;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}

.item-content-two ul {
  margin: 0;
}
.item-content-two ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  color: #000000;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  padding-bottom: 0.938rem;
}
.item-content-two ul li a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #000000;
}
.item-content-two ul li a:hover {
  color: #03386f;
}
.item-content-two ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  color: #000000;
  top: 0px;
  left: 0px;
}

@media all and (min-width: 800px) {
  .item-two.active .item-content-two {
    padding: 0rem;
  }

  .tabs-side .tabs-two li {
    margin-bottom: 0.125rem;
  }
}
/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/
.tabbed-content-two .tabs-two {
  display: none;
}
.tabbed-content-two .item-two {
  min-height: 2em;
}
.tabbed-content-two .item-two::before {
  content: attr(data-title);
}
.tabbed-content-two .item-two .item-content-two {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content-two .item-two.active .item-content-two {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content-two .tabs-two {
    display: block;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .tabbed-content-two .tabs-three {
    text-align: left;
  }
  .tabbed-content-two .tabs-two li {
    display: inline-block;
    width: 18.75rem;
  }
  .tabbed-content-two .tabs-three li {
    display: inline-block;
    width: auto;
  }
  .tabbed-content-two .tabs-two li a {
    display: block;
  }
  .tabbed-content-two .item-two {
    min-height: 0;
  }
  .tabbed-content-two .item-two::before {
    display: none;
  }
  .tabbed-content-two.tabs-side .tabs-two {
    width: 20.625rem;
    border-right: 0.063rem solid #c4c4c4;
    float: left;
  }
  .tabbed-content-two.tabs-side .tabs-two li {
    display: block;
  }
  .tabbed-content-two.tabs-side .item-two {
    margin-left: 21.875rem;
  }
}

/* ====================== [ End tabs ] ====================== */

/* ====================== [ End Video ] ====================== */
.bg_home_personal_img {
  background: url(../assets/images/slid/slide-bg.jpg) #000000;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.home_table_cell_center {
  display: table-cell;
  vertical-align: middle;
}
.home_text_personal {
  z-index: 99;
  position: relative;
}
.home_table_cell {
  display: table;
  width: 100%;
  height: 100%;
}
.full_height_100vh_home {
  height: 100vh;
}
.bg_home_personal_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0rem;
  left: 0;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  background: -webkit-linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 24%,
    rgba(0, 0, 0, 0) 100%,
    rgba(201, 201, 201, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#c9c9c9",GradientType=1);
}
.moretext {
  display: none;
}
.ub-expand-toggle-button {
  font-weight: 500;
  color: #d4103a;
}

/* ====================== [ End video ] ====================== */

/* ====================== [ Start Footer ] ====================== */
footer {
  color: #fff;
  padding: 6.25rem 0;
}

footer .item .title h5 {
  margin-bottom: 1.875rem;
}

footer .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.563rem;
}

footer .item li:last-of-type {
  margin-bottom: 0;
}

footer .item li h6 {
  font-size: 0.875rem;
  font-weight: 600;
}

footer .item li .icon {
  font-size: 1.875rem;
  margin-right: 1.875rem;
}

footer .item li .img {
  width: 9.375rem;
  margin-right: 0.938rem;
}

footer .item li .sm-post p {
  font-size: 0.813rem;
}

footer .item li .sm-post .date {
  font-size: 0.75rem;
  color: #12c2e9;
}

footer .item li .subscribe {
  width: 100%;
  position: relative;
}

footer .item li .subscribe input {
  width: 100%;
  padding: 0.938rem;
  border-radius: 1.875rem;
  border: 1.875rem solid rgba(255, 255, 255, 0.05);
  background: transparent;
  color: #fff;
  font-size: 0.813rem;
}

footer .item li .subscribe .subs {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  background: #12c2e9;
  color: #000;
}

footer .item .logo {
  margin-bottom: 3.125rem;
}

footer .item .logo img {
  width: 3.125rem;
}

footer .item .social a {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  border-radius: 50%;
  border: 0.063rem solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  margin-right: 0.625rem;
}

footer .item .copy-right {
  margin-top: 1.875rem;
}

footer .item .copy-right p {
  font-size: 0.813rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.188rem;
}

footer .item .copy-right p a {
  color: #12c2e9;
}

/* ====================== [ End Footer ] ====================== */

/* ====================== [ Start Careers ] ====================== */

.careers-line {
  position: absolute;
  z-index: 5;
  bottom: 0rem;
  width: 100%;
}
.careers-banner-content p {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.careers-banner-content h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.career-counter-bg {
  background: #f2f2f2;
  padding: 2.75rem 3.125rem;
  border-radius: 0.5rem;
}

.career-count h3 {
  font-size: 2.5rem;
  line-height: 3.438rem;
  font-weight: 700;
  color: #000000;
}
.careers-testimonial-bg {
  background: #ffc94f;
  padding: 3.125rem 2.875rem;
  border-radius: 0.5rem;
}
.team-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.blue-overlay {
  background: rgba(3, 7, 50, 0.5);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
}
.team-content-two {
  position: absolute;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 2;
}
.team-content-two {
  padding: 0px 20px;
  bottom: 10px;
}
.team-content-two h5 {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
.team-content-two p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  color: #fff;
}
.team-content-two a {
  color: #fff;
  font-size: 60px;
}
.apply-box {
  background: url(../../assets/images/apply-arrow.png) #9778e0 right bottom
    no-repeat;
  padding: 10rem 1.875rem 0rem 1.875rem;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
  text-align: left;
}
.interview-box {
  background: url(../../assets/images/apply-arrow.png) #a4d866 right bottom
    no-repeat;
  padding: 10rem 1.875rem 0rem 1.875rem;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
  text-align: left;
}
.selection-box {
  background: url(../../assets/images/apply-arrow.png) #8a0a5e right bottom
    no-repeat;
  padding: 10rem 1.875rem 0rem 1.875rem;
  border-radius: 0.5rem;
  position: relative;
  height: 100%;
  text-align: left;
}

.apply-box-content h2 {
  font-size: 2.5rem;
  line-height: 2.875rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.apply-box-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}

.app-cont {
  position: relative;
  z-index: 2;
}
.float-number {
  font-size: 330px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 20px;
  height: 100%;
  left: 0;
  z-index: 1;
}

.global-item-box {
  background: #f2f2f2;
  padding: 1.263rem 1rem;
  border-radius: 0.5rem;
}
.global-item-box p {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.6rem;
  margin-bottom: 0rem;
}
.global-item-box p a {
  color: #000000;
}
.global-item-box p a i {
  font-size: 1rem;
  margin-left: 5px;
}
.global-item-box p a:hover {
  color: #d4103a;
}

.dna-box {
  background: #edd2a4;
  padding: 3.563rem 2.563rem;
  border-radius: 0.5rem;
}

.our-vision-bg {
  background: #8a0a5d;
  position: relative;
}

.white-line-hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.drives-box {
  background: url(../../assets/images/drives-box-bg.jpg) #f2f2f2 left bottom
    no-repeat;
  background-size: 100%;
  padding: 4rem 2.5rem 20rem 2.5rem;
  border-radius: 0.5rem;
  position: relative;
}

.we-do-box {
  background: url(../../assets/images/how-bg.jpg) #000000 left bottom no-repeat;
  background-size: 100%;
  padding: 4rem 2.5rem 20rem 2.5rem;
  border-radius: 0.5rem;
  position: relative;
}

.video-box-item {
  position: relative;
  overflow: hidden;
}
.video-content-two {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
  z-index: 1;
  text-align: center;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
}
.video-content-two a {
  color: #fff;
  font-size: 60px;
}

.video-text {
  padding: 1.25rem 1.875rem;
  background: #f2f2f2;
  position: relative;
  z-index: 99;
  bottom: 0px;
  left: 0px;
  right: 2.5rem;
  display: block;
  margin-top: -10px;
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
  min-height: 7.5rem;
}
.video-text h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0rem;
}

.video-sl-bg:before {
  content: "";
  width: 60%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -57%;
  z-index: 9;
}

.benefits-bg {
  background: #4c4998;
  position: relative;
}
.benefit-list {
  padding-left: 20px;
}
.benefit-list span {
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
}
.benefit-list ul {
  margin-bottom: 0;
  margin-top: 1.5rem;
  list-style: none;
}
.benefit-list li {
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}

.video-text-happening {
  position: absolute;
  bottom: -2px;
  padding: 1.25rem 1.875rem;
  width: 100%;
  height: auto;
}
.video-text-happening h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0rem;
}

.testimonials-careers .item {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}

.testimonials-careers .arrows {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 10;
  width: 100%;
}

.testimonials-careers .arrows .container {
  position: relative;
  height: 100%;
}

.testimonials-careers .arrows .next,
.testimonials-careers .arrows .prev {
  position: absolute;
  top: 45%;
  right: -3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  color: #d4103a;
  text-align: center;
  font-size: 1.25rem;
  border: 0.063rem solid #fff;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
}

.testimonials-careers .arrows .next:hover,
.testimonials-careers .arrows .prev:hover {
  border-color: #12c2e9;
}

.testimonials-careers .arrows .prev {
  right: auto;
  left: -3.125rem;
}

.testimonials-careers:hover .arrows .next,
.testimonials-careers:hover .arrows .prev {
  opacity: 1;
  right: 1%;
}

.testimonials-careers:hover .arrows .prev {
  left: 1%;
}
.list-unstyled {
  margin-bottom: 0rem;
}

/* ====================== [ end Careers ] ====================== */

/* 06.07.2022 */

#overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#overlay div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}

div.disabled {
  opacity: 0.6;
  display: none;
}
.empty {
  text-align: center;
  color: #000;
  width: 100%;
}
.post-columns .post {
  background: #f8f8f8;
  margin: 0px;
}
.post-columns .post .post-content {
  padding: 30px 25px;
}
.post .post-title {
  margin-bottom: 10px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}
.post-content p {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  line-height: 28px;
}

.navigation {
  margin: 0 auto;
  padding: 30px;
  color: #000;
}

.nav-links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nav-links a {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  line-height: 28px;
  padding: 10px;
  border: 1px solid #000;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nav-links a:hover {
  color: #d4103a;
}

.nav-links .current {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  line-height: 28px;
  padding: 10px;
  border: 1px solid #000;
}

.sidebar {
  padding-top: 90px;
}

/* ====================== [ start Happening ] ======================== */

.whats-happening {
  background: rgb(2, 80, 113);
  background: -moz-linear-gradient(
    320deg,
    rgba(2, 80, 113, 1) 0%,
    rgba(0, 0, 0, 1) 49%,
    rgba(95, 7, 29, 1) 100%
  );
  background: -webkit-linear-gradient(
    320deg,
    rgba(2, 80, 113, 1) 0%,
    rgba(0, 0, 0, 1) 49%,
    rgba(95, 7, 29, 1) 100%
  );
  background: linear-gradient(
    320deg,
    rgba(2, 80, 113, 1) 0%,
    rgba(0, 0, 0, 1) 49%,
    rgba(95, 7, 29, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#025071",endColorstr="#5f071d",GradientType=1);
}
.happening-item-box {
  background: #fff;
  padding: 1rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.white-link a {
  font-size: 0.775rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.white-link a:hover {
  text-decoration: underline;
  color: #009fe3;
}
.rounded-top-left {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.executing {
  padding-left: 70px;
}
.executing:before {
  content: "";
  position: absolute;
  color: #ffffff;
  top: -10px;
  left: 0px;
  background: url(../../assets/images/executing-icon.png) left no-repeat;
  width: 35px;
  height: 54px;
}
.providing {
  padding-left: 70px;
}
.providing:before {
  content: "";
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 0px;
  background: url(../../assets/images/providing-icon.png) left no-repeat;
  width: 49px;
  height: 53px;
}
.committing {
  padding-left: 70px;
}
.committing:before {
  content: "";
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 0px;
  background: url(../../assets/images/committing-icon.png) left no-repeat;
  width: 57px;
  height: 44px;
}
.note-projects {
  padding: 20px 30px;
}

/* ====================== [ end Happening ] ======================== */

/* Tabs */
.tabs-mega-menu {
  width: 100%;
  display: flex;
}
#tabs-nav-menu {
  list-style: none;
  margin: 0;
  overflow: auto;
  width: 35%;
  border-right: 0.063rem solid #c4c4c4;
}
#tabs-content-menu {
  width: 65%;
  padding-left: 20px;
}
#tabs-nav-menu ul li {
  padding: 0.3em 0em;
  position: relative;
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}
#tabs-nav-menu ul li:hover,
#tabs-nav-menu ul li.active {
  color: #03386f;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
#tabs-nav-menu ul li:hover:before,
#tabs-nav-menu ul li.active:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  color: #03386f;
  top: 0.063rem;
  right: 1.875rem;
}

#tabs-nav-menu li span {
  text-decoration: none;
  color: #000;
  cursor: default;
}

.tab-content-menu {
  background-color: #fff;
  color: #000000;
}
#tabs-nav-menu h3 {
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
}

/* flip css */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 340px;
  border-radius: 0.5rem;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0.5rem;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #000;
  color: #fff;
}

/* Style the back side */
.flip-card-back {
  background-color: #000;
  color: #fff;
  transform: rotateY(180deg);
  z-index: 9;
}

.benefits-height {
  height: 340px;
}
.color-01 {
  background: #004f88;
}
.color-02 {
  background: #009fe3;
}
.color-03 {
  background: #4f8794;
}
.color-04 {
  background: #a4d967;
}
.color-05 {
  background: #d59a34;
}
.color-06 {
  background: #e87928;
}
.color-07 {
  background: #c04d3a;
}
.color-08 {
  background: #d40f3a;
}
.color-09 {
  background: #8a0a5d;
}
.color-10 {
  background: #9778e0;
}
.benefits-cont {
  width: 100%;
  text-align: right;
  padding: 10px 20px;
}
.benefits-cont h4 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.2rem;
  color: #ffffff;
  padding-top: 60px;
}

.benefits-cont-back h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #ffffff;
}

/* HOME New CSS */
.slider.fixed-slider-home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  min-height: 100vh;
}
.solution-content h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
  color: #242424;
}
.solution-content p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #242424;
  line-height: 2rem;
  margin-bottom: 0rem;
}
.solution-content h3 span {
  color: #03386f;
}
.solution-content p span {
  color: #03386f;
  display: inline;
}

.icon-s {
  width: 70px;
}
.learn-link a {
  color: #d4103a;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.purple-box {
  background: #4c4998;
}
.darkblue-box {
  background: #03386f;
}
.light-blue-color {
  background: #e9f4ff;
}

.makes-content h4 {
  font-weight: 300;
}
.engage-purple-box {
  background: url(../../assets/images/home-new/engage.jpg) #4c4998 top right
    no-repeat;
  padding: 2.5rem 0rem;
  display: table;
  height: 100%;
  background-size: contain;
  width: 100%;
}
.makes-content {
  padding: 15px 15px;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.makes-content h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #03386f;
  margin-bottom: 0.938rem;
}
.makes-content h3 span {
  font-weight: 300;
}
.makes-content p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
  line-height: 1.625rem;
  margin-bottom: 0.938rem;
}
.workflows-box {
  background: url(../../assets/images/home-new/workflows.jpg) #03386f top right
    no-repeat;
  padding: 2.5rem 0rem;
  display: table;
  height: 100%;
  background-size: contain;
  width: 100%;
}
.w-60 {
  width: 70%;
  padding-left: 30px;
}
.left-p-sp {
  padding-left: 40px;
}
.blue-bg {
  background: linear-gradient(180deg, #01356b 0%, #000000 100%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.74) 0%,
      rgba(80, 135, 149, 0.22) 97.84%
    );
}
.count-white-box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px 15px;
}
.count-white-box h3 {
  font-size: 1.575rem;
  line-height: 2.438rem;
  font-weight: 700;
  color: #03386f;
}
.count-white-box p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #0a0a0a;
  line-height: 1.8rem;
  margin-bottom: 0rem;
}
.partners-map {
  background: url(../../assets/images/home-new/map.webp) bottom center no-repeat;
}
.testimo-h p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.testi-img-box-r {
  width: 61px;
  margin-left: auto;
  margin-top: -86px;
}
.img-left img {
  margin: inherit !important;
}
.broadcast-home {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding: 20px 40px;
}
.broadcast-home h3 {
  font-weight: 700;
  font-size: 2.25rem;
  color: #ffffff;
  line-height: 2.875rem;
  margin-bottom: 1.875rem;
}
.blue-bg-t {
  background: #03386f;
  border-radius: 10px;
}

.blog-gray-box {
  background: #f2f2f2;
}
.news-cont h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.red-link a {
  color: #d4103a;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.subscribe input {
  width: 100%;
  padding: 7px 20px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #d9d9d9;
  color: #000;
  font-size: 13px;
}
.w-70 {
  width: 68%;
}
.section-padding-big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.min-height-blog {
  min-height: 160px;
}

.home-testim-box .carousel-arrow {
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  height: 40px;
  width: 35px;
  position: absolute;
  z-index: 5;
  bottom: -90px;
  transform: translate(0, -50%);
  outline: 0;
  cursor: pointer;
}
.carousel-arrow i {
  color: #e40138;
}

/* ModificaÃ§Ã£o sÃ³ pra a seta do prÃ³ximo carousel ficar na direita */

.home-testim-box .carousel-arrow.next {
  left: 38px;
}
.rotate-text-slider {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.intro h1 {
  font-size: 2rem;
  font-family: "MuseoSans-700";
  line-height: 2.5rem;
  color: #fff;
}
.intro h1 span {
  font-size: 4.375rem;
  font-family: "MuseoSans-700";
}
.text-blue {
  color: #009fe3;
}
.ah-words-wrapper b {
  white-space: normal;
}

#loading-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background: rgb(0, 19, 38);
  background: -moz-linear-gradient(
    0deg,
    rgba(0, 19, 38, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(0, 19, 38, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 19, 38, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001326",endColorstr="#000000",GradientType=1);
}

.empower {
  background: url("../../assets/images/home-new/empower-bg.jpg") no-repeat left
      top,
    linear-gradient(180deg, #000000 0%, #01356b 100%);
  position: relative;
  background-size: cover;
}
.empower-box {
  border-radius: 15px;
  background: #00264d;
  padding: 30px;
}
.empower-box h3 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 10px;
}
.empower-box p {
  font-size: 16px;
  line-height: 22px;
}
.help-you {
  position: relative;
}

.overlay-bd {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6306897759103641) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6306897759103641) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6306897759103641) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  top: 0;
  border-radius: 10px;
}

.help-explore-box {
  position: absolute;
  top: 40px;
  left: 30px;
  right: 30px;
  z-index: 99;
  width: 60%;
}

.help-explore-box p {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.help-explore-box span {
  color: #009fe3;
  font-family: "MuseoSans-400", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.solution-blk {
  display: block;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 24px;
}
.solution-blk img {
  transition: 0.4s;
}
.solution-blk .help-explore-box {
  top: auto;
  bottom: 8px;
}
.help-you.solution-blk:hover img {
  transform: scale(1.15);
}
.learn-link-white a {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.learn-link-red a {
  color: #d4103a;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.broadcast-home p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 1.25rem;
}
.discover-bg {
  background: url("../../assets/images/home-new/discover-bg.webp") no-repeat
    right bottom #00162d;
  padding-top: 90px;
  padding-bottom: 90px;
}
.meet-us-bg {
  background: linear-gradient(
    180deg,
    rgba(251, 253, 255, 0) 0%,
    #cce5ff 52.92%,
    rgba(255, 255, 255, 0.21) 98.23%
  );
}

.blog-white-box {
  background: #ffffff;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 96%;
}

.top-bottom-space {
  padding: 4rem 0;
}

.menu-main-title {
  border-radius: 8px 8px 0px 0px;
  background: rgba(233, 244, 255, 0.8);
  padding: 8px 15px;
}
.menu-main-title h3 {
  color: #000;
  font-size: 1.25rem;
}
.menu-main-list {
    padding: 12px;
}
.menu-main-list h5{
    color: #97A3B7;
font-size: 14px;
font-weight: 700;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
padding-left: 10px;
padding-top: 12px;
margin-bottom: .5rem;
}
.menu-main-list h4 {
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.menu-main-list ul {
  margin: 0;
  padding-left: 0px;
  list-style: none;
}

.menu-main-list ul li {
  position: relative;
  transition: transform 0.3s ease;
}
.menu-main-list ul li:hover {
  background-color: #add2fc32;
  border-radius: 4px;
}
.menu-main-list ul li:hover .menu-dec{
  color: rgba(66, 67, 89, 1);
  text-decoration: none;
}
.menu-link {
  font-size: 1.125rem;
  line-height: 1rem;
  color: #03386f;
  text-decoration: none;
  display: block;
  padding: 10px;
}
.menu-link:hover{
  text-decoration: none;
}
.menu-link.has-menu-icon {
    padding-left: 40px;
}
.menu-link.has-menu-icon img {
    position: absolute;
    left: 8px;
    width: 23px;
}
.menu-link span {
  color: #03386f;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
}

/* .menu-main-list ul li:hover span {
  color: #009fe3;
}
.menu-main-list ul li:hover span:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  color: #009fe3;
  top: 0px;
  right: -20px;
} */

.no-arrow::before {
  content: none !important;
}

/* .menu-link span:hover {
  color: #009fe3;
  text-decoration: none;
  position: relative;
} */
 .menu-dec {
  color: rgba(66,67,89,.7);
  font-size: 0.75rem;
  padding-top: 4px;
  line-height: 18px;
  margin-bottom: 0;
  text-decoration: none;
}
 .menu-dec:hover{
  text-decoration: none;
 }
/* .menu-link p {
  color: #000;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 300;
} */

button {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  border: 0;
  background: transparent;
  color: #03386f;
  font-size: 0.875rem;
  font-weight: 700;
}

button:after {
  position: absolute;
  opacity: 0;
  top: 5px;
  right: 20px;
  transition: 0.5s;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 0.875rem;
  font-weight: 700;
  color: #009fe3;
}

button:hover {
  padding-right: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  background-color: #f1f7fe;
  border-radius: 4px;
}

button:hover:after {
  opacity: 1;
  right: 10px;
}

.m-dotted-line {
  opacity: inherit;
  border-top: 1px dotted rgba(188, 176, 176, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

.new-banner-box {
  padding-top: 60px;
  padding-bottom: 80px;
}

.new-breadcrumb ul li {
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  list-style: none;
  display: inline-block;
  padding-right: 0.313rem;
}

.new-breadcrumb ul li::after {
  content: "\f105";
  font-weight: 700;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  padding: 0 0.313rem 0 0.625rem;
}

.text-red-bread {
  color: #d4103a !important;
  font-weight: 700;
}

.product-bg {
  border-radius: 15px;
  background: #f4f1fa;
  padding: 30px 30px;
}

.product-bg h2 {
  color: #03386f;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.product-bg p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
}

.datasheets-box {
  padding: 40px;
  border-radius: 15px;
}

.badge {
  padding: 5px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.inner-header {
  background: radial-gradient(
  circle at 65% 50%, 
  #2e2043 0%,     /* Inner soft purple */
  #191c3d 30%,    /* Deeper purple */
  #0a122b 70%,    /* Dark navy */
  #050b1e 100%    /* Very dark outer blue */
);
}

/*casestudy*/
.goals-box {
  border-radius: 12px;
  background: linear-gradient(180deg, #034589 0%, #002b57 100%);
  padding: 30px;
}

.sticky-sidebar {
  margin-top: 0px;
  position: sticky;
  top: 80px;
}

.goals-box h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.goals-box h3 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.casestudy-content p a {
  color: #007bff;
  text-decoration: underline;
}

.goals-box ul {
  margin: 0;
}
.goals-box ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  padding-bottom: 16px;
}

.goals-box ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  color: #1aa2cd;
  top: 0px;
  left: 0px;
}

.goals-box p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

.yellow-box-case {
  border-radius: 12px;
  background: #ffc94f;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 20px;
}
.yellow-box-case p {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  padding-bottom: 0;
}

.casestudy-section-padding {
  padding: 9rem 0;
}

.casestudy-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.casestudy-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #03386f;
  margin-bottom: 20px;
}

.casestudy-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}

.casestudy-content ul {
  margin: 0;
  margin-bottom: 20px;
}
.casestudy-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #242424;
  line-height: 2rem;
  padding-bottom: 16px;
  font-style: italic;
}
.casestudy-content ul li span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #03386f;
  line-height: 2rem;
  font-style: normal;
}
.casestudy-content ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1.125rem;
  font-weight: 900;
  position: absolute;
  color: #1aa2cd;
  top: 0px;
  left: 0px;
}

.casestudy-link h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #03386f;
  margin-bottom: 20px;
}

.casestudy-link h3 a {
  text-decoration: underline;
}

.keya-bg {
  background: #f2f9ff;
}

.new-features-bg {
  border-radius: 12px;
  background: #03386f;
  padding: 40px 30px;
}

.new-features-bg h3 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

.new-features-bg p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 20px;
}

.result-box {
  padding-left: 15px;
  padding-right: 15px;
}

.result-box h3 {
  font-size: 30px !important;
  line-height: 36px;
  font-weight: 700;
}

.result-box ul {
  margin: 0;
  margin-top: 20px;
}
.result-box ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.25rem;
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding-bottom: 16px;
}

.result-box ul li span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

/*.result-box ul li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  color: #ffffff;
  top: 0px;
  left: 0px;
}*/

.case-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}

.spotlight-casestudy-box {
  background: #004f89;
  border-radius: 12px;
}
.casestudy-inner-banner h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #050505;
  margin-bottom: 0.5rem;
}
/*casestudy*/

/*New Event Page dev*/
.upcoming-event-img {
  position: relative;
  margin-bottom: 12px;
  height: 240px;
}
.upcoming-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  padding: 6.556px 8.742px;
  border-radius: 4.371px;
  background: #009fe3;
}
.badge-purple-color {
  background: #8a0a5e;
}
.upcoming-badge h5 {
  color: #fff;
  font-family: "MuseoSans-400", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.upcoming-event-box {
  position: relative;
  z-index: 99;
}

.upcoming-event-box h2 {
  color: #000;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 5px;
}
.upcoming-event-box h5 {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  font-weight: 300;
}

.event-banner-box {
  padding-top: 40px;
  padding-bottom: 60px;
}
.event-banner-box h1 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 20px;
}
.date-text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}
.touch-bg {
  border-radius: 8px;
  background: #ecfafe;
  padding: 20px 30px;
}
.touch-bg h4 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.touch-bg p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.data-sec-list h4 {
  color: #000000;
  font-weight: 300;
  font-size: 24px;
}
.data-sec-list h4 span {
  font-weight: 700;
}

.event-inner-content h2 {
  color: #3f4165;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 18px;
}
.event-inner-content p {
  color: #808080;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.who-inner-box {
  position: relative;
  padding-right: 30px !important;
}

.who-inner-box h4 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
.who-inner-box p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.who-inner-box p span {
  font-weight: 700;
}
.border-right-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.what-icon {
  display: flex;
  width: 70px;
  height: 70px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--borderRadius-tremor-default, 8px);
  border-radius: var(--borderRadius-tremor-default, 8px);
  background: #ebf5ff;
}
.what-title h4 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.what-title p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.light-gray {
  border-top: var(--bs-border-width) solid rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  margin-top: 24px;
  margin-bottom: 24px;
}

.magic-box {
  padding: 48px;
  border-radius: 12px;
  background: url(../../assets/images/events/secure-line-bg.png) #ebe4fb;
  background-size: cover;
}
.secure-badge {
  padding: 12px 18px;
  border-radius: 92px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
  margin-bottom: 20px;
}
.magic-box h2 {
  color: #000;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 20px;
}
.magic-box h4 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.magic-box p {
  opacity: 0.7;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.event-count-title h3 {
  color: #004f89;
  font-weight: 700;
  font-size: 62px;
}
.event-count-title p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.profile-detils h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
}
.profile-detils p {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.176px;
  opacity: 0.9;
}
.profile-detils h5 {
  font-weight: 700;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.154px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

.new-news-box {
  position: relative;
}
.new-news-box:hover::before {
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.new-news-box::before {
  content: "";
  position: absolute;
  border-radius: var(--borderRadius-tremor-default, 8px);
  background: #f7f7f7;
  box-shadow: 0px 0px 29.8px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 106%;
  height: 110%;
  left: -12px;
  top: -11px;
  bottom: -11px;
  opacity: 0;
}

.new-news-box:hover .upcoming-event-box h2 a {
  color: #004f89;
  text-decoration-line: underline;
}

.hover-opacity {
  opacity: 1; /* Initial opacity */
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden; /* Improve rendering in Safari */
  backface-visibility: hidden;
  transform: translateZ(0); /* Force hardware acceleration */
}

.full-box-link a:hover {
  text-decoration: none;
}

.full-box-link a:hover h2 {
  color: #004f89;
  text-decoration: underline;
}

.full-box-link img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.full-box-link:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .magic-box {
    padding: 28px;
  }
}
/*New Event Page dev*/
/* ========= [ Demo Buffet start] ======= */

.demo-buffet-wrap {
  border-radius: 16px;
  max-width: 66%;
}

.type-news h2 {
  padding-top: 60px;
}



/* Hiding the Bitmovin logo from the player */
.bmpui-ui-watermark {
  display: none !important;
}

/* =========== link ======= */
.HoverArrowWrapper {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    color: #825DDA;
    cursor: pointer;
    font-weight: 500;
    align-self: flex-start;
    position: relative;
    width: auto!important;
}
.HoverArrowWrapper.icon-surfex{
   &::before {
    left: 32px;
   }
}
.HoverArrowWrapper.icon-surfex svg{
  margin-right: 8px;
}
.HoverArrowWrapper {
  &::before {
    content: "";
    border-bottom: solid 2px #825DDA;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 24px);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s;
  }

  &:hover {
    &::before {
      transform-origin: left;
      transform: scaleX(1);
    }
  }

  @keyframes underline {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
}
.HoverArrowWrapper:hover{
  opacity: .9;
}
    .HoverArrow {
      --arrowSpacing: 0px;
      --arrowHoverTransition: 150ms cubic-bezier(0.215,0.61,0.355,1);
      --arrowHoverOffset: translateX(3px);
      --arrowTipTransform: none;
      --arrowLineOpacity: 0;
      --arrowLineTransform: none;

      position: relative;
      top: 2px;
      margin-left: var(--arrowSpacing);
      stroke-width: 2px;
      fill: none;
      stroke: currentColor;
    }

    .HoverArrow__linePath {
      opacity: var(--arrowLineOpacity);
      transition: opacity var(--arrowHoverTransition), transform var(--arrowHoverTransition);
      transform: var(--arrowLineTransform);
    }

    .HoverArrow__tipPath {
      transition: transform var(--arrowHoverTransition);
      transform: var(--arrowTipTransform);
    }

    /* On hover */
    .HoverArrowWrapper:hover .HoverArrow {
      --arrowLineOpacity: 1;
      --arrowLineTransform: var(--arrowHoverOffset);
      --arrowTipTransform: var(--arrowHoverOffset);
    }