/*
Theme Name: Codaxia
Theme URI: https://www.codaxia.com
Author: Codaxia
Author URI: https://www.codaxia.com
Description: corporat website
Requires PHP: 5.6
Version: 0.1

*/
@import url("font.css");
@import url("header.css");
@import url("home.css");
@import url("portfolio.css");
@import url("footer.css");
@import url("default.css");
@import url("pricing.css");
@import url("contact-form.css");
@import url("button.css");
@import url("audit.css");
@import url("services.css");
.counter-up-section
  .counter-up-content
  .counter-up-wrapper
  .single-counter
  .icon,
.footer .widget-wrapper .footer-widget .socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===========================
    01.COMMON css
===========================*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888faf;
  overflow-x: hidden;
  background-color: #1e2022;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #4e6ef1;
}

a {
  transition: all 0.3s ease-out 0s;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 700;
  margin: 0px;
  color: #ffffff;
}

.section-title p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 30px;
  margin: 25px 0;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.error {
  color: orangered;
}

.success {
  color: green;
}

/*===== All Button Style =====*/
 .main-btn, .wpcf7 input[type="submit"]{ 
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 20px 40px;
  font-size: 21px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: #f14e4e;
  overflow: hidden;
}

.cky-prefrence-btn-wrapper .cky-btn, .cky-notice-btn-wrapper .cky-btn{
  flex: auto;
  max-width: 100%;
  text-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}

.main-btn:hover {
  color: #fff;
}

.btn-hover {
  position: relative;
  overflow: hidden;
}

.btn-hover::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 50%;
  z-index: -1;
  transition: none;
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.btn-hover:hover::after {
  transform: translate3d(-50%, -50%, 0) scale(1.3);
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #4e6ef1;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: none;
}

.scroll-top:hover {
  color: #fff;
  background: rgba(78, 110, 241, 0.8);
}

@keyframes animation1 {
  0% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(30px);
  }
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #4e6ef1 #4e6ef1 #ddd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.remove {
  display: none;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* ======= description css ========*/
.black {
  background-color: black;
}

.grey {
  background-color: #1e2022;
}
.description .single-bloc-description {
  border-radius: 10px;
}

.description .single-bloc-description .image {
  min-height: 280px;
  min-width: 112%;
  border-radius: 20px;
}

.description .single-bloc-description h1 {
  color: #44446b;
  margin-left: 40px;
}

.description .single-bloc-description p {
  color: #000000;
  margin-left: 40px;
}

/* ============= website-process css ============== */
.website-process {
  background-color: black;
}

.website-process .primary-title h1{
  color: rgb(62, 100, 226);
  margin-bottom: -60px;
}

.website-process h1 {
  font-size: 16px;
  margin: 0 30px 20px;
  line-height: 1.2;
  color: rgb(62, 100, 226);
}
.website-process .bloc-small{
  position: relative;
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ff5858;
  margin-top: -13px;
}
.website-process p {
  margin: 0 15px 20px;
  line-height: 1.2;
  margin-top: 8px;
}
.website-process .icon {
  border: 10px solid #ff7b69;
  background: #ff4545;
  width: 105px;
  height: 100px;
  margin-bottom: 20px;
}
.website-process .icon i {
  font-size: 45px;
  margin: 18px 0 0 2px;
}

.website-process .bloc-light-blue,
.website-process .bloc-dark-blue {
  display: block;
  height: 30px;
  margin: 10px 0;
}
.website-process .bloc-light-blue::before,
.website-process .bloc-dark-blue::before {
  content: '';
  position: relative;
  left: 50%;
  width: 2px;
  background-color: #4646ca;
  height: 17px;
  display: block;
  top: -17px;
}
.website-process .left-border {
  border-radius: 20px 0 0 20px;
}
.website-process .bloc-light-blue {
  background-color: #4646ca;
}
.website-process .bloc-dark-blue {
  background-color: #3c3c8a;
}
.website-process .right-border {
  border-radius: 0 20px 20px 0;
}