@charset "UTF-8";
/*================================================
Template name: Acnalys – Business Consulting - HTML Template
Version: 1.0.0
Author: Website_Stock 
Author url: https://themeforest.net/user/website_stock

[ Table of Contents ]

01: General css Style
  1.1: header sticky
  1.2: title
  1.3: subtitle
  1.4: button
  1.5: primary link btn
  1.6: outline-link-btn
  1.7: bottom to top
02: Sections CSS
  2.1: trusted client area
03: Animation CSS
  3.1: preloader animations
04: keyframes CSS
  4.1: mymove
  4.2: circle-animation
  4.3: fadeInUp

==================================================*/
/*===========================================================
01: General CSS
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Work+Sans:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Outfit:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Heebo:wght@100..900&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
/*================================================
Template name: Acnalys – Business Consulting - HTML Template
Version: 1.0.0
Author: Website_Stock 
Author url: https://themeforest.net/user/website_stock

[ Table of Contents ]

01: Reset css Style
    1.1: mixins
    1.2: color
    1.3: variable
==================================================*/
/*================================================
01: Reset css Style
==================================================*/
/*================================================
Template name: Acnalys – Business Consulting - HTML Template
Version: 1.0.0
Author: Website_Stock 
Author url: https://themeforest.net/user/website_stock

[ Table of Contents ]

01: All mixin css Style
  1.1: transition
  1.2: background-image
  1.3: border-radius
  1.4: text
  1.5: transform
  1.6: transformX
  1.7: transformY
  1.8: scale
  1.9: rotate
02: Responsive Screen
  2.1: sm
  2.2: md
  2.3: lg
  2.4: xl
  2.5: xl2
  2.6: xl3
  2.7: xl4

==================================================*/
/*================================================
// 01: All mixin css Style
==================================================*/
/*================================================
//  02: Responsive Screen
==================================================*/
/*================================================
Template name: Acnalys – Business Consulting - HTML Template
Version: 1.0.0
Author: Website_Stock 
Author url: https://themeforest.net/user/website_stock

[ Table of Contents ]

01: All Color Variable css Style

==================================================*/
/*================================================
Template name: Acnalys – Business Consulting - HTML Template
Version: 1.0.0
Author: Website_Stock 
Author url: https://themeforest.net/user/website_stock

[ Table of Contents ]

01: Font-Family css variables
02: Others css variables

==================================================*/
/*================================================
Template name: Acnalys – Business Consulting - HTML Template
Version: 1.0.0
Author: Website_Stock 
Author url: https://themeforest.net/user/website_stock

[ Table of Contents ]

01: Reset css Style

==================================================*/
/*================================================
01: Reset css Style
==================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
figure {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
p,
i,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0px;
  box-shadow: none;
}

button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

textarea,
select,
input {
  border: 0;
  outline: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

::-moz-selection {
  color: white;
  background: #d90a2c;
}

::selection {
  color: white;
  background: #d90a2c;
}

.scroll-lock {
  overflow: hidden;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.backface-hidden {
  backface-visibility: hidden;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

body {
  width: 100%;
  max-width: 100%;
  background: #001d21;
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background: #111;
  z-index: 999;
  animation: mymove 0.4s linear;
  box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
}

.word-line {
  overflow: hidden;
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .section-title {
    margin-bottom: 60px;
  }
}
.section-title .subtitle {
  display: inline-block;
}

.title {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .title {
    font-size: 18px;
    line-height: 25px;
  }
}

.subtitle {
  color: #d90a2c;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 14px;
    line-height: 20px;
  }
}
.subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d90a2c;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.button {
  padding: 0 45px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
  position: relative;
}
.button::before, .button::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.button::before {
  top: -1px;
  left: -1px;
  transform: scale(1.6);
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.button::after {
  top: 0;
  left: 0;
  transform: scale(1.4);
  transition-delay: 0.1s;
}
.button:hover {
  background-color: transparent;
  border-width: 2;
}
.button:hover::before, .button:hover::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.primary-link-btn {
  background-color: #d90a2c;
}

.outline-link-btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 1;
  opacity: 0 !important;
  transform: translateY(100%);
}
.progress-wrap.active-progress {
  opacity: 1 !important;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 46px;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  text-align: center;
  display: block;
  z-index: 1;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}
.progress-wrap::before {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.progress-wrap:hover::before {
  opacity: 0;
}
.progress-wrap svg {
  border-radius: 50%;
  background: #fff;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke-width: 14px;
  box-sizing: border-box;
  transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}

/*===========================================================
02: Sections CSS
=============================================================*/

.trusted-client-area {
  overflow: hidden;
  background-color: #0e1916;
}
.trusted-client-area .img img {
  width: 100%;
  height: 100%;
}
.trusted-client-area .img.right-curve img {
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .trusted-client-area .img.right-curve img {
    -webkit-clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 576px) {
  .trusted-client-area .img.right-curve img {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.trusted-client-area .img.left-curve img {
  -webkit-clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .trusted-client-area .img.left-curve img {
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media (max-width: 576px) {
  .trusted-client-area .img.left-curve img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.trusted-client-area .content {
  max-width: 580px;
}
@media (max-width: 992px) {
  .trusted-client-area .content {
    padding-left: 20px;
    margin: 20px 0;
  }
}
.trusted-client-area .content h1 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 37px;
}
@media (max-width: 1400px) {
  .trusted-client-area .content h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .trusted-client-area .content h1 {
    font-size: 18px;
    line-height: 25px;
  }
}
.trusted-client-area .content p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .trusted-client-area .content p {
    font-size: 14px;
  }
}
.trusted-client-area .counting-part {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 106px;
}
@media (max-width: 1400px) {
  .trusted-client-area .counting-part {
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .trusted-client-area .counting-part {
    margin: 20px 0;
  }
}
@media (max-width: 576px) {
  .trusted-client-area .counting-part {
    flex-wrap: wrap;
  }
}
.trusted-client-area .counting-part .counting-part-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic {
  position: relative;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic svg {
  width: 110px;
  height: 110px;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic svg circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 314.16, 314.16;
  stroke-width: 1;
  fill: transparent;
  r: 50;
  cx: 55;
  cy: 55;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic svg circle.fill {
  stroke: #fff;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic svg circle.progress {
  transition: stroke-dashoffset 0.35s;
  stroke-dashoffset: 214.16;
  stroke-dashoffset: 0;
  animation: circle-animation 1.5s forwards;
  -webkit-animation: circle-animation 1.5s forwards;
  -webkit-animation-timing-function: linear;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic .orb_value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  font-weight: bold;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic .orb_value {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic .orb_value i {
  font-size: 20px;
}
.trusted-client-area .counting-part .counting-part-item .orb_graphic .orb_value span {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 1400px) {
  .trusted-client-area .counting-part .counting-part-item .orb_graphic .orb_value span {
    font-size: 22px;
  }
}
.trusted-client-area .counting-part .counting-part-item .title h4 {
  color: #fff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 1400px) {
  .trusted-client-area .counting-part .counting-part-item .title h4 {
    font-size: 18px;
  }
}
.trusted-client-area .counting-part .counting-part-item .title p {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1400px) {
  .trusted-client-area .counting-part .counting-part-item .title p {
    font-size: 16px;
  }
}


/*===========================================================
03: Animation CSS
=============================================================*/

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #001d21;
}
.loader-wrapper .loader {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  z-index: 1001;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.loader-wrapper .loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 4px solid transparent;
  border-radius: 100%;
  animation: spin 1.5s linear infinite;
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  background: #fff;
  width: 50%;
  height: 100%;
  z-index: 1000;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.overlay-anim {
  position: relative;
  visibility: visible;
  animation-delay: 600ms;
  animation-name: fadeInUp;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  transition: all 400ms linear;
}

.zoom-effect img {
  transition: all 400ms ease;
}
.zoom-effect:hover img {
  transform: scale(1.1);
}

.card-box:hover .img a::after {
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
}
.card-box .img {
  position: relative;
  overflow: hidden;
}
.card-box .img a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.card-box .img a::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
}

/*===========================================================
04: keyframes CSS
=============================================================*/
@keyframes mymove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes circle-animation {
  0% {
    stroke-dashoffset: 314.16;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=common.css.map */