/* ------------------------------------- */
/* 1. LOADING SCREEN ................... */
/* ------------------------------------- */
.before-loading {
  visibility: hidden !important;
  opacity: 0 !important;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out;
}
#loading {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
#loading:before {
	content: "";
	height: 100vh;
	width: 100%;
	position: absolute;
	background: #00211d;
	top: 0;
	right: 0;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease; 
	transition: all 1s ease;
	opacity: 0.98;
}
#loading.loaded:before {
	opacity: 0;
}
/*
#loading:before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(50% + 2px);
  content: '';
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #004632;
}

#loading:after {
  position: absolute;
  z-index: -20;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: calc(50% + 2px);
  content: '';
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #004632;
}
*/

/*

  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

#loading.loaded:after {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
*/

#loading .loader,
#loading .loader__figure {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#loading .loader {
  overflow: visible;
  width: auto;
  height: 66px;
  padding: 0;
-moz-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease; 
transition: all 0.5s ease;
/*
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
*/
  text-align: center;
}

#loading .loader.loaded {
    opacity: 0;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    opacity: 0;
  }
}


/***************************************************
 * Generated by SVG Artista on 4/30/2025, 5:27:56 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 svg .apex-angle-animation-1 {
  stroke-dashoffset: 510.699462890625px;
  stroke-dasharray: 510.699462890625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .apex-angle-animation-1 {
  stroke-dashoffset: 0;
  fill: rgb(0, 150, 60);
}

svg .apex-angle-animation-2 {
  stroke-dashoffset: 510.7000732421875px;
  stroke-dasharray: 510.7000732421875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .apex-angle-animation-2 {
  stroke-dashoffset: 0;
  fill: rgb(0, 150, 60);
}


/***************************************************
 * Generated by SVG Artista on 5/13/2025, 12:08:46 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 svg .apex-preloader-animation-1 {
  stroke-dashoffset: 325.1309509277344px;
  stroke-dasharray: 325.1309509277344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .apex-preloader-animation-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-2 {
  stroke-dashoffset: 88.68897247314453px;
  stroke-dasharray: 88.68897247314453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .apex-preloader-animation-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-3 {
  stroke-dashoffset: 88.68897247314453px;
  stroke-dasharray: 88.68897247314453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .apex-preloader-animation-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-4 {
  stroke-dashoffset: 199.49192810058594px;
  stroke-dasharray: 199.49192810058594px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .apex-preloader-animation-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-5 {
  stroke-dashoffset: 357.025146484375px;
  stroke-dasharray: 357.025146484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .apex-preloader-animation-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-6 {
  stroke-dashoffset: 45.73483657836914px;
  stroke-dasharray: 45.73483657836914px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .apex-preloader-animation-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-7 {
  stroke-dashoffset: 33.887969970703125px;
  stroke-dasharray: 33.887969970703125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .apex-preloader-animation-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-8 {
  stroke-dashoffset: 342.90435791015625px;
  stroke-dasharray: 342.90435791015625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .apex-preloader-animation-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-9 {
  stroke-dashoffset: 103.99981689453125px;
  stroke-dasharray: 103.99981689453125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .apex-preloader-animation-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-10 {
  stroke-dashoffset: 33.891029357910156px;
  stroke-dasharray: 33.891029357910156px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .apex-preloader-animation-10 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-11 {
  stroke-dashoffset: 109.74240112304688px;
  stroke-dasharray: 109.74240112304688px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .apex-preloader-animation-11 {
  stroke-dashoffset: 0;
  fill: rgb(0, 150, 60);
}

svg .apex-preloader-animation-12 {
  stroke-dashoffset: 230.0157012939453px;
  stroke-dasharray: 230.0157012939453px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .apex-preloader-animation-12 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .apex-preloader-animation-13 {
  stroke-dashoffset: 129.67813110351562px;
  stroke-dasharray: 129.67813110351562px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .apex-preloader-animation-13 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

.apex-preloader-animation-11{
  transform: translateX(60px);
  transition-delay: 2s;
}

#home-preloader.active .apex-preloader-animation-11{
  transform: translateX(0px);  
}

@media only screen and (max-width: 600px) {
  #home-preloader{
    height: 35px;
    width: auto;
  }
}




/***************************************************
 * Generated by SVG Artista on 5/14/2025, 3:00:10 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

 svg .apex-menu-pattern-1 {
  stroke-dashoffset: 304.9888916015625px;
  stroke-dasharray: 304.9888916015625px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .apex-menu-pattern-1 {
  stroke-dashoffset: 0;
}

svg .apex-menu-pattern-2 {
  stroke-dashoffset: 305.67724609375px;
  stroke-dasharray: 305.67724609375px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s;
          transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s;
}

svg.active .apex-menu-pattern-2 {
  stroke-dashoffset: 0;
}


/***************************************************
 * Generated by SVG Artista on 6/10/2025, 12:32:13 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .theme-ipattern-icon-1 {
  stroke-dashoffset: 1025.469970703125px;
  stroke-dasharray: 1025.469970703125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .theme-ipattern-icon-1 {
  stroke-dashoffset: 0;
}

svg .theme-ipattern-icon-2 {
  stroke-dashoffset: 1027.7957763671875px;
  stroke-dasharray: 1027.7957763671875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .theme-ipattern-icon-2 {
  stroke-dashoffset: 0;
}


/***************************************************
 * Generated by SVG Artista on 6/11/2025, 9:59:12 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .career-svg-pattern-1 {
  stroke-dashoffset: 1185.12939453125px;
  stroke-dasharray: 1185.12939453125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .career-svg-pattern-1 {
  stroke-dashoffset: 0;
}

svg .career-svg-pattern-2 {
  stroke-dashoffset: 1185.129638671875px;
  stroke-dasharray: 1185.129638671875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

svg.active .career-svg-pattern-2 {
  stroke-dashoffset: 0;
}
