
/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}

/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: red;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}
@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}


/*
=============
Global
=============
*/

.slick-dots {
	bottom: 0px !important;
	position: relative;
}
.service-button a{
    display: block;
}

/*
=============
Slick Slider
=============
*/
.single-slick {
    position: relative;
    min-height: 865px !important;
    z-index: 22;
}
.single-slick .container{
    max-width: 1320px;
    margin: auto;
    padding: 15px;
}
.slide-img, .parallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.dreamit-slick-slider .slick-dots {
	bottom: 50px !important;
	position: relative;
}
.dreamit-slick-slider .hero-text-wrap {
    width: 63%;
    position: relative;
}
.dreamit-slick-slider .hero-text-wrap:after {
    position: absolute;
    content: "";
    bottom: -25px;
    right: 21.7%;
    height: 54px;
    width: 54px;
    transition: .5s;
    z-index: -1;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/04/hero-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/*rotateme animation*/

  @keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
.dreamit-slick-slider .hero-text-wrap h1 {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    font-size: 65px;
    line-height: 79px;
    color: #ffffff;
    font-family: "Inter";
    font-weight: 800;
}
.dreamit-slick-slider .hero-text-wrap h1 span {
    color: #FFC703;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    animation: 0.8s 0.8s fadeInUp both;
    webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both;
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffc804;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom:0;
}
.dreamit-slick-slider .hero-text-wrap p {
    font-size: 16px;
    line-height: 28px;
    color: #CFD3ED;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 18px 0 12px;
    width: 63%;
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .hero-text h2 {
    font-size: 140px;
    font-weight: 900;
    font-family: "Poppins";
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,94,21,1);
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, rgb(185 28 28 / 15%) 50%, #a31414 50%, rgba(255,255,255,0.15) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: -6%;
    transform: rotate(-90deg);
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }

#particles-js {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}
/*slick slider style two*/
.single-slick.style-two .hero-text-wrap h4 {
    margin: 0 0 11px;
    z-index: 1;
    padding-left: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffc804;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 11px;
}
.single-slick.style-two .hero-text-wrap h4:before {
   display: none;
}
.single-slick.style-two .hero-text-wrap h1 {
    font-size: 60px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.single-slick.style-two .hero-text-wrap h1 span {
    color: #FFC703;
}
.single-slick.style-two .slider-single-image {
    display: none;
}
.single-slick.style-two .hero-text-wrap .btn {
    background-color: #2f6eff;
    color: #fff;
    padding: 16px 35px;
    font-weight: 500;
    margin-top: 25px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    font-family: "Poppins";
    font-size: 17px;
}
.single-slick.style-two .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #FFC703;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
    border-radius: 0;
}
.single-slick.style-two .hero-text-wrap .btn:hover:after {
    transform: scale(1);
    opacity: 1;
    border-radius: 30px;
}
.single-slick.style-two .hero-text-wrap p {
    margin: 0;
    padding: 25px 0 0 0;
}
.single-slick.style-two .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    right: 24%;
    bottom: -33px;
}
canvas#canvas {
    position: absolute;
    height: 100%;
    width: 100%;
}

/**************** canvas styles ******************/

.intro__bg, .intro__bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* Line Css */
 .lines {
    padding: 15px 0 40px;
		-webkit-animation: 1s 2s fadeInUp both;
	animation: 1s 2s fadeInUp both;
}
.lines .line {
    position: relative;
    width: 87%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    z-index: 5;
}

 .lines .line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #FF5D13;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}

        

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateY(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(585px);
        transform: translateX(585px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Slider Button Css */
.dreamit-slick-slider .hero-text-wrap .btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    border-radius: 0;
    border: none;
    margin-top: 24px;
    background: #2F6EFF;
    padding: 16px 36px 16px;
    color: #fff;
    border-radius: 30px;
    z-index: 2;
}
.dreamit-slick-slider .hero-text-wrap .btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #171717;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
    border-radius:0;
}
.dreamit-slick-slider .hero-text-wrap .btn i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
    transform: revert;
    color: #fff;
}
.dreamit-slick-slider .hero-text-wrap .btn:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}
/* Slider Call Option Css */

.dreamit-slick-slider .call-button {
    margin-left: 25px;
	-webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}
.dreamit-slick-slider .call-number span {
    color: #858B97;
}
.dreamit-slick-slider .call-number h3 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
}

.dreamit-slick-slider .call-number h3 a {
    color: inherit;
}
.dreamit-slick-slider .call-icon i {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #FF5D13;
    TEXT-ALIGN: CENTER;
    border: 2px solid #FF5D13;
    border-radius: 100%;
    font-size: 28px;
    line-height: 56px;
    margin-right: 10px;
}


/* Slider Right Image Option */

.dreamit-slick-slider .slider-video-icon span{
    margin-left: 22px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.dreamit-slick-slider .slider-single-image {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    right: 12%;
    top: 95px;
    z-index: 2;
}
.dreamit-slick-slider .slider-single-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 93px;
    width: 77px;
    transition: .5s;
    z-index: -1;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/04/hero-shape2.png);
    background-repeat: no-repeat;
    background-position: center center;
    animation: dance 2s alternate infinite;
    -webkit-animation: dance 3s alternate infinite;
    animation: dance 3s alternate infinite;
}
@keyframes dance {
    0% {
      -webkit-transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1.4);
    }
  }

.footer-shape{
    animation: footer-shape 3s alternate infinite;
    -webkit-animation: footer-shape 3s alternate infinite;
    animation: footer-shape 3s alternate infinite;
}
@keyframes footer-shape{
    0% {
      -webkit-transform: scale(0.9);
    }
    100% {
      -webkit-transform: scale(1.2);
    }
  }

.dreamit-slick-slider .slider-single-image img {
	display: block;
}
.dreamit-slick-slider .slider-single-image img {
/*    filter: brightness(.5);*/
}

/*    shape title css  */
.dreamit-slick-slider .hero-text-wrap .slider-single-image-title {
    position: absolute;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-align: right;
    margin-right: 0;
    right: 3%;
    top: -75px;
}
.dreamit-slick-slider .hero-text-wrap .slider-single-image-title h4 {
    font-size: 16px;
    font-weight:500;
    font-family: "Inter";
    line-height: 34px;
    margin: 0;
    text-align: left;
    color: #fff;
}
.dreamit-slick-slider .hero-text-wrap .slider-single-image-title h1 {
    text-align: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    line-height: 28px;
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
}
.dreamit-slick-slider .hero-text-wrap .slider-single-image-title h1:before {
    display: inline-block;
    color: #FFC703;
    font-size: 19px;
    margin-right: 4px;
    content: "\f102";
    font-family: Flaticon;
    font-style: normal;
    position: absolute;
    top: 0;
    left:0;
    transition: .5s;
    z-index: -1;
}
.dreamit-slick-slider .hero-text-wrap .slider-single-image-title h1:after {
    position: absolute;
    content: "";
    top: -60px;
    left: -40px;
    height: 126px;
    width: 203px;
    transition: .5s;
    z-index: -1;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/04/hero-shape3.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.dreamit-slick-slider .slider-video-icon {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
    position: absolute;
    left: 45%;
    top: 45%;
    text-align: center;
}
.dreamit-slick-slider .slider-video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #FF5D13;
    background: #fff;
    display: inline-block;
    font-size: 26px;
	position:relative; 
	z-index:1;
}
.dreamit-slick-slider .slider-video-icon a:after {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    border: 3px dashed #fff;
    z-index: -1;
    content: "";
    border-radius: 100%;
	-webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.dreamit-slick-slider .text-center .hero-text-wrap p {
    font-size: 18px;
    margin: 16px auto 48px;
    text-align: center;
}

/* Slick Slider Next */
/*.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
    background-color: rgba(0,0,0,0.40);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 80px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 80px;
    color: #fff;
    border: 0;
}
.slick-next {
    background-color: rgba(0,0,0,0.40)!important;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)!important;
    height: 80px!important;
    top: 50%;
    width: 80px!important;
    line-height: 80px!important;
    color: #fff;
    border: 0;
}*/
 .slick-next:hover{
    background-color: #2f6eff!important;
    color: #FFF;
}
.slick-next:hover: before{
    color: #FFF!important;
}
.slick-next::before {
    font-size: 26px!important;
    color: #fff!important;
}
.dreamit-slick-slider .slick-prev {
	left: -94px;
}
.dreamit-slick-slider .slick-next {
    right: -80px;
    top: 50%;
    opacity: 1;
    color: #fff!important;
    transition: .5s;
}
.dreamit-slick-slider:hover .slick-prev {
	left: 50px;
}
.dreamit-slick-slider:hover .slick-next {
	right: 50px;
}
.dreamit-slick-slider .slick-prev::before,
.dreamit-slick-slider .slick-next::before {
	color: #fff!important;
	font-size: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	content: "\f104";
	font-family: FontAwesome;
}
.dreamit-slick-slider .slick-next:before {
	content: "\f105"!important;
	font-family: FontAwesome;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: #2f6eff;
	color: #FFF;
	border: 0;
	outline:0;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
}
.rotateme {
	position: absolute;
	z-index: -1;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title .subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #2f6eff;
    font-weight: 500;
    font-family: "Inter";
    line-height: 28px;
    margin: 0 0 10px 0;
}
.section-title.style1 .title {
    font-size: 44px;
    line-height: 55px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.section-title.style1 h3.title_two {
    font-size: 44px;
    line-height: 54px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.cleeny-contact-title .section-title.style1 .title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.cleeny-contact-title .section-title.style1 h3.title_two {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.section-title .title span{
    color: #2f6eff;
}
.section-title.style1 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    width: 96%;
    margin: 0;
    padding: 10px 0 5px 0;
}
.section-title.style1 .section-title.center p.description {
    margin: auto;
    width: 50%;
    padding: 16px 0 5px 0;
}
.opacity-low{
    opacity: 70%;
}

/*section title two*/
.section-title.style2 .subtitle {
    text-transform: uppercase;
    color: #2f6eff;
    font-weight: 500;
    font-family: "Inter";
    line-height: 28px;
    margin: 0 0 10px 0;
    font-size: 18px;
    padding-left: 36px;
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    display:inline-block;
}
.section-title.style2 .subtitle:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 23px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/cleaning-shapes.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
    z-index: -1;
}
.section-title.style2 .title {
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    font-size: 50px;
    line-height: 65px;
}
.section-title.style2 h3.title_two {
    font-size: 50px;
    line-height: 65px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.section-title.style2 .title span{
    color: #FFC804;
}
.section-title.style2 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    width: 92%;
    margin: 0;
    padding: 10px 0 0 0;
}
.section-title.style2 .section-title.center p.description {
    margin: auto;
    width: 50%;
    padding: 16px 0 5px 0;
}

/*style three*/
.section-title.style3 .subtitle {
    text-transform: uppercase;
    color: #FFC804;
    font-weight: 500;
    font-family: "Inter";
    line-height: 28px;
    margin: 0 0 10px 0;
    font-size: 18px;
    padding-left: 36px;
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    display: inline-block;
}
.section-title.style3 .subtitle:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 23px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/cleaning-shapes2.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
    z-index: -1;
}
.section-title.style3 .title {
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    font-size: 50px;
    line-height: 65px;
}
.section-title.style3 h3.title_two {
    font-size: 50px;
    line-height: 65px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.section-title.style3 .title span{
    color: #FFC804;
}
.section-title.style3 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    width: 92%;
    margin: 0;
    padding: 10px 0 0 0;
}
.section-title.style3 .section-title.center p.description {
    margin: auto;
    width: 50%;
    padding: 16px 0 5px 0;
}
/*style four*/

.section-title.style4 .subtitle {
    text-transform: uppercase;
    color: #2f6eff;
    font-weight: 500;
    font-family: "Inter";
    line-height: 28px;
    margin: 0 0 10px 0;
    font-size: 18px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
    display: inline-block;
}
.section-title.style4 .subtitle:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 23px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/cleaning-shapes.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: -36px;
    top: 7px;
    z-index: -1;
}
.section-title.style4 .subtitle:after {
    position: absolute;
    content: "";
    height: 11px;
    width: 23px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/05/cleaning-shapes.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -36px;
    top: 7px;
    z-index: -1;
}
.section-title.style4 .title {
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    font-size: 50px;
    line-height: 65px;
}
.section-title.style4 h3.title_two {
    font-size: 50px;
    line-height: 65px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.section-title.style4 .title span{
    color: #FFC804;
}
.section-title.style4 p.description {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    width: 92%;
    margin: 0;
    padding: 10px 0 0 0;
}
.section-title.style4 .section-title.center p.description {
    margin: auto;
    width: 49%;
    padding: 16px 0 5px 0;
}


/*
============
Feature Box
============
*/

.feature-box.style1{
	position: relative;
}
.feature-box.style1 {
	text-align: center;
	z-index: 99;
	padding: 38px 30px 18px;
	box-shadow: 0px 5px 20px 0px rgba(98, 26, 255, 0.07);
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature-box.style1 .feature-box-title h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
.feature-box.style1 .feature-box-title h2 {
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 15px 0 15px;
}
.feature-box.style1 .feature-box-desc {
    font-weight: 300;
	margin-bottom: 20px;
	transition: .5s;
}
.feature-box.style1 .feature-box-icon{
	display:inline-block;
	position:relative;
    margin-bottom: 17px;
}
.feature-box.style1 .feature-box-icon i {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    height: 86px;
    width: 86px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(0deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 10px 16px 0px rgba(145, 78, 255, 0.3);
    transition: 0.5s;
}

/* Style Two */

.feature-box.style2 {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    padding: 40px 35px 32px;
    background: #F5F6F8;
    margin-bottom: 0;
}
.feature-box.style2:hover .feature-box-icon i {
    background: #2f6eff;
    color: #fff;
}
.feature-box.style2 .feature-box-title h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.feature-box.style2 .feature-box-title h2 {
    -o-transition: .5s;
    transition: .5s;
    margin: 11px 0 13px;
    font-size: 22px;
    color: #171717;
    font-weight: 500;
}
.feature-box.style2 .feature-box-desc {
    margin-bottom: 0;
    transition: 0.5s;
}
.feature-box.style2 .feature-box-icon{
    display:inline-block;
    position:relative;
    margin-bottom: 17px;
}
.feature-box.style2 .feature-box-icon i {
    background: rgba(119, 122, 242, 0.15);
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    transition: 0.5s;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    font-size: 30px;
    color: #2f6eff;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ffffff;
    cursor: pointer;
    transition: .5s;
}

/*
===================
 Dream-IT Button
===================
*/

.dreamit-button.style1 a.button {
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #2F6EFF;
    padding: 14px 38px 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
}
.dreamit-button.style1 .button:before {
    content: "";
    background: #FFC703;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style1 .button::after {
    content: "";
    background: #FFC703;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style1 .button:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.dreamit-button.style1 .button:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.dreamit-button.style1 .button i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}
.dreamit-button.style1 a.button:hover {
    color: #fff;
}


/*style two*/
.dreamit-button.style2 a.button {
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #FFC703;
    padding: 14px 38px 15px;
    color: #141840;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 500;
}
.dreamit-button.style2 .button:before {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style2 .button::after {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style2 .button:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.dreamit-button.style2 .button:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.dreamit-button.style2 .button i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
    color: #141840;
    transition:0.3s;
}
.dreamit-button.style2 a.button:hover {
    color: #fff;
}
.dreamit-button.style2 a.button:hover i {
    color: #fff;
}


/*style three*/
.dreamit-button.style3 a.button {
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    z-index: 1;
    background: #FFC703;
    padding: 14px 38px 15px;
    color: #141840;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
}
.dreamit-button.style3 .button:before {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style3 .button::after {
    content: "";
    background: #2F6EFF;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}
.dreamit-button.style3 .button:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.dreamit-button.style3 .button:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.dreamit-button.style3 .button i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    display: inline-block;
}
.dreamit-button.style3 a.button:hover {
    color: #fff;
}

/*
============
Service Box
============
*/
/*service box*/
.service-box {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-box .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0;
    margin-top: -14px;
}
.service-box .title:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #2f6eff;
    transition: .5s;
}
.service-box-number {
    COLOR: #232323;
    DISPLAY: block;
    FONT-SIZE: 55PX;
    TEXT-ALIGN: LEFT;
    font-weight: 700;
    opacity: 10%;
    position: absolute;
    left: 11px;
    top: 19px;
}
.service-box .icon {
    position: relative;
    top: -42px;
    width: 80px;
    height: 80px;
    line-height: 103px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
    display: inline-block;
}
.service-box .icon img {
    transition: .5s;
}
p.description {
    transition: .5s;
}
/*all hover*/
.service-box:hover .title,
.service-box:hover .content p {
    color: #fff;
}
.service-box:hover .icon img {
    filter: brightness(0) invert(1);
}
.service-box:hover .icon {
    background: #2f6eff;
}
.service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*Service box button*/
.service-btn a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #ffffff;
    color: #232323;
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102E;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}
.service-btn a i {
    font-size: 12px;
    color: #2f6eff;
    display: inline-block;
    position: relative;
    margin-left: 5px;
    transition: .5s;
}
.service-box:hover .service-btn a:before {
    transform: scale(1);
}
.service-box:hover .service-btn a i {
    color: #fff;
}
/*service style two*/
.service-box.style2 {
    padding: 32px 40px 29px;
    border-bottom: 4px solid #2f6eff;
    transition: .5s;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: left;
}
.service-box.style2:before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    border-top: 3px solid #2f6eff;
    border-bottom: 10px solid #2f6eff;
    border-left: 3px solid #2f6eff;
    border-right: 10px solid #2f6eff;
    height: 106%;
    width: 103%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.service-box.style2:after {
    position: absolute;
    content: "'";
    width: 34px;
    height: 34px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2023/08/feature_shape.png);
    right: 1px;
    bottom: -3px;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.service-box.style2:hover:before {
    opacity: 1;
}
.service-box.style2:hover:after {
    opacity: 1;
}
.service-box.style2:hover {
    background: #171717;
    border-bottom: 4px solid transparent;
}
.service-box.style2 .service-number {
    text-align: left;
    margin: auto;
    display: flex;
    margin-bottom: 21px;
    align-items: center;
}
.service-box.style2 span.service-box-number {
    width: 50px;
    height: 50px;
    background-color: #2f6eff;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    margin-right: 19px;
    opacity: 1;
    position: inherit;
}
.service-box.style2 .service-box-title h4 {
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    font-family: "Inter";
    margin-bottom: 5px;
    display: inline-block;
    transition: .5s;
    margin: 0 0 12px;
}
.service-box.style2 .service-box-title h3 {
    font-size: 22px;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
    transition: .5s;
}
.service-box.style2 .service-btn a {
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    color: #171717;
    font-weight: 500;
    font-family: "Poppins";
    border-bottom: 1px solid rgba(23,23,23,0.14901960784313725);
    padding: 0;
    background: transparent;
    margin-top: 2px;
    border-radius: 0;
}
.service-box.style2:hover .service-btn a{
    background: transparent;
    border-bottom: 1px solid #FF5F15;
    color: #FF5F15;
}
.service-box.style2:hover .service-btn a i{
    color: #FF5F15;
}
.service-box.style2 .service-btn a:before{
    display: none;
}
.service-box.style2 .service-btn a i {
    color:#171717; 
    transition: .5s;
    font-size: 13px;
    font-weight: 600;
    margin-left: 7px;
    display: inline-block;
    transform: rotate(-45deg);
}
.service-box.style2 .service-btn a:hover i {
    transform: rotate( 0deg);
}
.service-box.style2 .service-box-content p{
    transition: .5s;
}
.service-box.style2 .service-box-title h3 span ,
.service-box.style2 .service-box-title h2 span {
    color: #f83d04;
}
/*all hover*/
.service-box.style2:hover .service-box-title h3,
.service-box.style2:hover .service-box-content p{
    color: #fff;
}
.service-box.style2:hover span.service-box-number:before{
    opacity: 0;
}
.service-box.style2:hover span.service-box-number:after{
    opacity: 1;
}
/*start service section*/
.service_box.style1 {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #FF3D00;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}
.service_box.style1:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    transition: all 400ms linear;
    opacity: 0;
    z-index: -1;
}
.service_top{
    transition: all 400ms linear;
}
.service_box.style1 .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 17px;
}
.service_box.style1 .icon:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}
.service_box.style1 .service_content h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}
.service_box.style1 .service_bar {
    background: #2f6eff;
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
    margin-top: 34px;
}
.service_box.style1 .service_bar:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}
/*back part*/
.service_box.style1 .service_back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
   transition: all 400ms linear;
}
.service_box.style1 .service_back .description {
    color: #2f6eff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    margin: 0 0 0;
    position: relative;
    left: 40px;
}
.service_box.style1 .service_back .description:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: #2f6eff;
}
.service_box.style1 .service_back .title {
    margin: 7px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.service_box.style1 .service_number {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #FF5D13;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
/*hover*/
.service_box.style1:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.service_box.style1:hover .service_top{
    opacity: 0;
}
.service_box.style1:hover .service_back {
    transform: perspective(500px)rotateX(0deg);
}

/*keyframes*/
@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*style three*/
.service-box.style3 {
    padding: 36px 15px 30px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.service-box.style3::before {
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2023/05/box-bg3.png);
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-box.style3 .icon {
    top: 0;
    width: inherit;
    height: inherit;
    background-color: transparent;
    border: none;
    line-height: 81px;
}
.service-box.style3 .icon:after {
    position: absolute;
    content: "";
    top: 7px;
    left: 17px;
    height: 58px;
    width: 58px;
    background: #f6f5f5;
    border-radius: 100%;
    z-index: -1;
    transition: .5s;
}
.service-box.style3 .title {
    font-size: 22px;
    padding: 0 0 36px;
    margin: 0;
     margin-top: 0px;
}
.service-box.style3 .title:before {
    bottom: 18px;
    width: 64px;
}
.service-box.style3 .service-btn a {
    padding: 9px 18px 9px 24px;
    font-size: 15px;
    color: #232323;
    border: none;
    background-color: #f6f5f5;
    margin-top: 8px;
}
.service-box.style3 .service-btn a i {
    font-size: 10px;
    font-weight: 700;
}
.service-box.style3 .service-btn a:before {
    border-radius: 22px;
}
/*hover*/
.service-box.style3:hover .icon:after {
    background: #FF784E;
}
.service-box.style3:hover .title:before {
    background: #fff;
}
.service-box.style3:hover .service-btn a{
    color: #fff;
}
/*service*/
.service .service-box.style3{
    background: #F5F5F5;
}
.service .service-box.style3 .icon:after {
    top: 12px;
    background: #fff;
}
.service .service-box.style3:hover .icon:after {
    background: #FF784E;
}
.service .service-box.style3 .service-btn a{
    background: #fff;
    color: #232323;
}
.service .service-box.style3:hover .service-btn a{
    color: #fff;
}
.service .service-box.style3 .service-btn a i{
    color: #2f6eff;
}
/*style four*/
.service-box.style4 {
    border: none;
    margin-bottom: 0;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 38px 28px 28px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow:hidden;
}
.service-box.style4:after {
    border-radius: 5px;
    background: #2f6eff;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: .5s;
    bottom:0;
}
.service-box.style4:hover:after{
    height: 100%;
}
.service-box.style4 .icon {
    position: relative;
    top: 0;
    width: 80px;
    height: 0;
    line-height: 0;
    background-color: transparent;
    border: none;
    text-align: left;
}
.service-box.style4 .title {
    font-size: 22px;
    font-weight: 700;
    padding: 16px 0 9px;
    z-index: 1;
    transition: .5s;
    margin: 0;
    margin-top: 0px;
}
.service-box.style4 .title:before{
    display: none;
}
.service-box.style4 p.description {
    transition: .5s;
    color: #565969;
    font-size: 17px;
    line-height: 29px;
}
.service-box.style4 .service-btn a {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: #232323;
    display: inline-block;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
    font-size: 17px;
    color: #0d132a;
    font-weight: 400;
    font-family: "Inter";
    text-transform: capitalize;
}
.service-box.style4 .service-btn a:before{
    display: none;
}
.service-box.style4 .service-btn a i {
    color: #0d132a;
}
.service-box.style4:hover p.description{
    color: #fff;
}
.service-box.style4:hover .service-btn a,
.service-box.style4:hover .service-btn a i{
    color: #fff;
}

/*company_info*/
.company_info .heading-text {
    background: #2f6eff;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins";
    padding: 15px 36px;
    border-radius: 3px 3px 0 0;
}

.service-box-desc {
    transition: .5s;
}

/*hover*/

/*next prev*/


.service_cursousel_sliderr button.slick-prev.slick-arrow {
    position: absolute;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -18%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.service_cursousel_sliderr button.slick-next.slick-arrow {
    position: absolute;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -18%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    left: 103px;
    right: 0;
    text-align: center;
    margin: auto;
}


/*
===============
About Area Css
==============
*/
.lines.about {
    padding: 0px 0 4px;
    animation: inherit;
}
.lines.about .line {
    width: 100%;
}
.dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 4px 0 10px;
    font-style: italic;
}
.line .lines .line {
    background-color: rgba(35, 35, 35, 0.1);
}
/*about*/
.about .dreamit-icon-title h4 {
    color: #232323;
}

/*style two*/
.dreamit-icon-title-two .dreamit-icon-title h4 {
    font-size: 22px;
    font-weight: 500;
    color: #232323;
    font-style: inherit;
}
.dreamit-icon-title h4 span {
    color: #2f6eff;
}
.dreamit-custom-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.dreamit-custom-title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
.dreamit-custom-title h4:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}
/*dreamit custom title two*/
.dreamit-custom-title-two .dreamit-custom-title h4 {
    color: #232323;
}
.dreamit-custom-title-two .dreamit-custom-title h4:before {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
.dreamit-custom-title-two .dreamit-custom-title h4:after {
    background-color: rgba(35, 35, 35, 0.10196078431372549);
    width: 390px;
}
/*line style two*/
.line-two .lines.about .line {
    width: 100%;
    background-color: #E0E0E0;
}
/*
=============
Icon Box Css
=============
*/
.icon-box.style1 {
    background: #f3f4f8;
    border-radius: 5px;
    padding: 10px 0 35px 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.icon-box.style1:hover {
    background: #fff;
    margin-top: -10px;
}
.icon-box.style1::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    background: #2F6DFF;
    left: 0;
    border-radius: 0 0 5px 5px;
    transition: .5s;
    overflow: hidden;
    transform: scale(0);
    bottom: 0;
}
.icon-box.style1:hover::before {
    transform: scale(1);
}
.icon-box.style1 .icon-box-icon{
	margin-right: 25px;
}
.icon-box.style1 .icon-box-content h2{
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 0;
    transition: .5s;
}
.icon-box.style1 .icon-box-content .description p{
    font-size: 15px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    transition: .5s;
}
.icon-box.style1 .icon-box-icon .icon{
    border: 1px dashed var(--title-color);
    border-radius: 50%;
    padding: 12px;
}
.icon-box.style1 .icon-box-icon .icon i {
    display: inline-block;
    font-size: 20px;
    color: var(--title-color);
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 50%;
}
/* Style Two */
.icon-box.style-two{
	display: block;
}

/*style seven*/
.icon-box.style7 {
    border-bottom: 1px solid#292F3F;
    padding-bottom: 20px;
    margin-bottom: 2px;
}
/*.icon-box.style7:last-child{
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}*/
.icon-box.style7 .icon {
    display: inline-block;
    margin-right: 22px;
}
.icon-box.style7 .icon i {
    display: inline-block;
    height: 62px;
    width: 62px;
    line-height: 62px;
    text-align: center;
    background: #fff;
    background: rgb(255,255,255,0.2);
    color: #fff;
    border-radius: 5px;
    font-size: 27px;
    transition: .5s;
}
.icon-box.style7 .icon-box-content .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 4px;
}
.icon-box.style7 .icon-box-content .description {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    margin: 0;
}
/*hover*/
.icon-box.style7:hover .icon i{
    background: #FF5D13;
}
/*icon bos style eight*/
.icon-box.style8 {
    background: transparent;
    padding: 0 15px 14px 34px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition:0.5s;
}
.icon-box.style8 .img-icon {
    display: inline-block;
    margin-top: 0;
    margin-right: 19px;
    background: #ede3df;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 87px;
    border-radius: 4px;
}
.icon-box.style8 h4.title {
    font-size: 20px;
    line-height: 30px;
    color: #0a1027;
    font-weight: 500;
    margin: 0;
}
.icon-box.style8 p.description {
    transition: .5s;
    font-size: 16px;
    color: #565969;
    font-weight: 400;
    margin: 0;
}
.icon-box.style8 .img-icon img {
    transition:0.5s;
}
.icon-box.style8:hover .img-icon img {
    transform: rotateY(180deg);
}







/*style nine*/
.icon-box.style9 p.description {
    margin: 0;
}
/*style ten*/
.icon-box.style10 {
    background: #fff;
    border-radius: 5px;
}
.icon-box.style10 .img-icon {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 76px;
    text-align: center;
    background: #FF5D13;
    border-radius: 5px 0 0px 5px;
    margin-right: 17px;
}
.icon-box.style10 p.description {
    margin: 0;
}

/*animation*/

@keyframes kmacb-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}

/* Circle Progress */
.circle-progress {
    display: inline-block;
    position: relative;
}
.circle-progress h2 {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    position: relative;
    left: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
.progress {
    width: 89px!important;
    height: 89px!important;
    line-height: 150px;
    margin: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    background: transparent!important;
}
.progress:after {
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
    width: 90%;
    height: 90%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #FF3D00;
}
.progress .progress-left .progress-bar {
    left: 91%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
    left: -96%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #232323;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: uppercase;
}

/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*
================
Counter Area Css
================
*/

.single-counter {
    text-align: center;
    border: 1px dashed #306EFF;
    border-radius: 5px;
    padding: 25px 28px 23px;
    margin-bottom: 10px;
    transition: 0.5s;
}
.single-counter:hover {
    border: 1px dashed #FFC703;
}
.counter-content.counter {
    text-align: left;
}
.single-counter.style_one .icon {
    height: 70px;
    width: 70px;
    background: #306EFF;
    line-height: 95px;
    text-align: center;
    border-radius: 50%;
    margin-right: 21px;
    display: inline-block;
    float: left;
}
.single-counter .icon i {
    font-size: 50px;
    color: #306EFF;
}
.counter-content span {
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
}
.counter-content .suffix {
    font-size: 45px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
}
.counter-content h6 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    margin: 0;
    line-height: 32px;
}

/*counter section style two*/

.single-counter.style_two {
    z-index: 2;
    position: relative;
    text-align: center;
    background: #FFC704;
    padding: 30px 28px 25px;
    border-radius: 10px;
    border: none;
    width: 192px;
    transition:0.5s;
}
.single-counter.style_two:before{
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    height:0;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    background: #2F6EFF;
    transition: .5s;
}
.single-counter.style_two:hover:before{
    height:100%;
}
.single-counter.style_two .icon {
    line-height: 45px;
    transition: 0.5s;
    display: inline-block;
}
.single-counter.style_two .icon img {
    filter: brightness(1) invert(0);
    transition: .5s;
}
.single-counter.style_two:hover .icon img {
    filter: brightness(0) invert(1);
    transition: .5s;
}
.single-counter.style_two .counter-content.counter {
    text-align: center;
    padding: 0;
    margin: 0;
}
.single-counter.style_two:after{
    display: none;
}
.single-counter.style_two .counter-content .suffix {
    font-size: 36px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    padding:0;
    display: inline-block;
    transition:0.5s;
}
.single-counter.style_two:hover .counter-content .suffix {
    color: #fff;
}
.single-counter.style_two .counter-content h6 {
    font-size: 16px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    transition:0.5s;
}
.single-counter.style_two:hover .counter-content h6 {;
    color: #fff;
}
.single-counter.style_two .counter-content span {
    font-size: 36px;
    color: #00197e;
    font-weight: 700;
    font-family: "Inter";
    margin: 0;
    padding:0;
    display: inline-block;
    transition:0.5s;
}
.single-counter.style_two:hover .counter-content span {
    color: #fff;
}

/*
==========
 Team
==========
*/

.team.style1 {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.team.style1 .image {
    padding-bottom: 0;
    position: relative;
    line-height: 0;
    z-index: 1;
}
.team.style1 .image img {
    border: 10px solid #00197E;
    border-radius: 50%;
    transition: .5s;
}
.team.style1:hover .image img {
    border: 10px solid #2f6eff;
}
.team.style1 .content {
    background: #fff;
    padding: 140px 0 14px;
    border-radius: 5px;
    margin-top: -107px;
    position: relative;
    z-index: -1;
}
.team.style1 .content::after {
    position: absolute;
    content: "";
    margin: 0;
    padding: 0;
    background-image: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/04/team-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    top: 38%;
    right: 30%;
    z-index: -1;
    height: 133px;
    width: 111px;
}
.team.style1 .content::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: #306EFF;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}
.team.style1:hover .content::before {
    height: 100%;
}
.team.style1 .bio .name {
    font-size: 22px;
    color: #00197e;
    font-weight: 600;
    font-family: "Inter";
    margin: 0;
    line-height: 28px;
    transition: .5s;
}
.team.style1 .bio .designation {
    font-size: 16px;
    line-height: 26px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    padding: 8px 0 33px;
    transition: .5s;
}
.team.style1 .content .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    transition: 0.2s;
    border-top: 1px solid #E5E8F2;
    padding: 16px 0 0;
}
.team.style1:hover .content .social-icon {
    border-top: 1px solid #588AFF;
}
.team.style1 .content .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team.style1 .content .social-icon li a{
    display: inline-block;
}
.team.style1 .content .social-icon li a i {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #E1E4F0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    color: #00197E;
    margin: 0 4px 0;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.team.style1:hover .content .social-icon li a i{
    border: 1px solid #E1E4F0;
    color: #fff;
}
.team.style1:hover .bio .name{
    color: #fff;
}
.team.style1:hover .bio .designation{
    color:#FFF;
}

/* Style Two */
.team.style2 {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 0 10px 0;
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    transition:0.5s;
}
.team.style2::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #2F6DFF;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}
.team.style2:hover::before {
    height: 100%;
}
.team.style2 .image {
    line-height: 0;
}
.team.style2 .team-content {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}
.team.style2 .bio {
    padding: 10px 0 12px;
    background: #2F6EFF;
    text-align: center;
    width: 72%;
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px 5px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 ul.social-icon {
    position: relative;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 72%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 5px 5px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}
.team.style2 .bio h2 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
    line-height: 30px;
}
.team.style2 h5.designation {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 32px;
}
.team.style2 ul.social-icon li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}
.team.style2 ul.social-icon li a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team.style2 ul.social-icon li a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2f6eff;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}
.team.style2 ul.social-icon li a:hover:before {
    transform: scale(1);
}
/*hover*/
.team.style2:hover .bio {
    transform: perspective(500px)rotateX(0deg);
}
.team.style2:hover ul.social-icon {
    transform: perspective(500px)rotateX(0deg);
}
/*
===============
 Team Carousel
===============
*/


/* Style Two */
.team-carousel.style2{
    text-align: center;
}
.team-carousel.style2 .single-team{
    margin-bottom: 30px;
}
.team-carousel.style2 .image{
    position: relative;
    overflow: hidden;
}
.team-carousel.style2 .image img{
    width: 100%;
}
.team-carousel.style2 .image .social-icon {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: -100px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
}
.team-carousel.style2 .single-team:hover .image .social-icon{
    bottom: 0;
}
.team-carousel.style2 .image .social-icon li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.team-carousel.style2 .image .social-icon li a{
    display: inline-block;
}
.team-carousel.style2 .image .social-icon li a i{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 50%;
}
.team-carousel.style2 .image .social-icon li a i:hover{
    background-color: var(--main-color);
}
.team-carousel.style2 .bio .name{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.team-carousel.style2 .bio .designation{
    color: #57647c;
    font-size: 15px;
    font-weight: normal;
}
.team-carousel.style2 .content{
    padding: 25px;
    box-shadow: 0px 0px 30px 0px rgba(45, 105, 255, 0.13);
}
/*heading*/
.heading h4 {
    border-bottom: 2px solid#DDE0E7;
    padding-bottom: 20px;
}
/*
============
Work Process
============
*/
.work-process.style1 {
    text-align: center;
    padding: 0 22px;
}
.work-process.style1 .icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.work-process.style1 .icon:before {
    position: absolute;
    content: "";
    top: -14px;
    left: -15px;
    right: 0;
    margin: auto;
    height: 62px;
    width: 62px;
    background: #fe6637;
    transition: .5s;
    z-index: -1;
    border-radius: 100%;
}
.work-process.style1 .icon:after {
    position: absolute;
    content: "";
    top: -7px;
    left: 22px;
    right: 0;
    margin: auto;
    height: 100%;
    width: 351px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2023/05/line-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.pocess .work-process.style1 .icon:after {
    display: none;
}
.work-process.style1 .icon i{
    color: #ee53f8;
}
.work-process.style1 .content .title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-family: "Fira Sans";
    transition: .5s;
    margin: 13px 0 6px;
}
.work-process.style1 .content .description {
    font-weight: 400;
    color: #fff;
}
.work_progress {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	padding: 0 20px;
}
.wrok_process_thumb {
	text-align: center;
	border: 4px solid transparent;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
}
.work_progress:hover .wrok_process_thumb{
	border-color:#ED2C41;
}
.wrok_process_thumb img {
	border-radius: 50%;
	border: 10px solid #fff;
}
.progress_content {
	text-align: center;
}

.default-style .work_progress-number{
	position: absolute;
	left: -26px;
	top: 50.5%;
	margin: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work_progress-title {
	padding-top: 24px;
}
.work_progress-title h2 {
	font-size: 20px;
	font-weight: 700;
}
.work_progress-desc {
	padding-top: 5px;
}
.work_progress.default-style:hover .work_progress-number {
	top: 40%;
}
.work_progress-number span {
	background: #ED2C41;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.work_progress-number span::before {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 60px;
	height: 60px;
	background: #ED2C41;
	opacity: 0.6;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}
.work_progress-number span::after {
	position: absolute;
	left: -15px;
	top: -15px;
	width: 80px;
	height: 80px;
	background: #ED2C41;
	opacity: 0.4;
	content: "";
	margin: auto;
	border-radius: 100%;
	z-index: -1;
}
.process-bg-shape {
	position: relative
}
.process-bg-shape:before {
	position: absolute;
	right: 0;
	bottom: -27px;
	width: 100%;
	content: "";
	background: url(assets/images/graduation-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
.em_process-icon{
	position:relative;
}
.em_process-icon i {
	background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff);
	color: #fff;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	font-size: 40px;
	border-radius: 4px;
}
/*style three*/
.work_progress.style3 {
    padding: 34px 13px 7px;
    background: #f5f5f5;
    border-radius: 5px;
}
.work_progress.style3 .work_progress-title h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0 4px;
}
.work_progress.style3 .work_progress-number span {
    background: #2f6eff;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
}
.work_progress.style3 .work_progress-number span::before {
    display: none;
}
.work_progress.style3 .work_progress-number span::after {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 82px;
    height: 82px;
    background: #ED2C41;
    opacity: 0.3;
}



/*
==============
skill section
==============
*/

span.elementor-progress-percentage {
    position: relative;
    top: -22px!important;
}


/*
==============
Call To Action
==============
*/

.call-to-action {
	text-align: center;
	position: relative;
}
.call-to-action-title h2 {
	margin-bottom: 12px;
	font-size: 35px;
	margin: 20px auto;
	text-transform: capitalize;
}
.call-to-action-title span {
	font-size: 40px;
	display: block;
	letter-spacing: 0;
	line-height: 1.2;
	margin-top: 20px auto 0;
	font-weight: 700;
}
.call-to-action-btn {
	margin-top: 30px;
}
.call-to-action-btn a {
	border: none;
	display: inline-block;
	text-transform: capitalize;
	background-color: #ED2C41;
	border-radius: 4px;
	color: #fff;
	padding: 16px 32px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}
.call-to-action-btn a i{
	margin-left:8px;
}
.call-to-action-btn a:hover {
	background: #fff;
	color: #ED2C41;
}
.call-to-action-desc {
	width: 31%;
	margin: auto;
}

.call-to-video {
	margin-bottom: 35px;
}
.call-video-link a{
    display:inline-block
}
.call-video-link a i {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 90px;
    color: #ED2C41;
    border-radius: 100%;
	position:relative;
	z-index:1;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}

.call-video-link a {
	position:relative;
}
.call-video-link a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
}
.call-to-video i {
	font-size: 23px;
}

/*
===========
Testimonial
===========
*/

.testimonial.style1{
    padding: 10px;
    position: relative;
    z-index: 1;
    transition:0.5s;
}
.testimonial.style1 .owl-item:nth-child(odd) {
    margin-top: 0;
}
.testimonial.style1 .testimonial-item {
    transition: all .4s ease 0s;
    background: #0A2A99;
    padding: 48px 48px 49px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.testimonial.style1 .testimonial-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #306EFF;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
    transition: .5s;
    transform: scale(.2, 1);
    opacity: 0;
}
.testimonial.style1 .testimonial-item:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}
.testimonial.style1 .testimonial-item .author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.testimonial.style1 .testimonial-item .author img {
    height: 90px;
    width: 90px;
    object-fit: cover;
    /* margin-right: 18px; */
    border-radius: 50%;
}
.testimonial.style1 .quote_image {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 15px;
}
.testimonial.style1 .testimonial-item .quote_image img {
    height: 46px;
    width: 60px;
    border-radius: 0 !important;
}
.testimonial.style1 .testimonial-item .author .bio .name {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    line-height: 22px;
    margin: 0;
    padding: 12px 0 2px;
}
.testimonial.style1 .testimonial-item h3.title {
    font-size: 18px;
    line-height: 30px;
    color: #ffc804;
    font-weight: 500;
    font-family: "Inter";
    margin: 0;
    padding: 0 0 15px;
}
.testimonial.style1 .testimonial-item .author .bio .designation {
    color: #788AC6;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    transition: .5s;
    line-height: 40px;
}
.testimonial.style1 .testimonial-item .quote {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
    transition: all 400ms linear;
}
.testimonial.style1 .testimonial-item .testi-star i {
    list-style: none;
    display: inline-block;
    color: #ddd;
    padding: 0 2px 0;
    font-size: 15px;
}
.testimonial.style1 .testimonial-item .testi-star i.active {
    list-style: none;
    display: inline-block;
    color: #FFAA16;
    padding: 0 2px 0;
    font-size: 15px;
}
/*hover*/
.testimonial.style1 .testimonial-item:hover:after {
    left: 0;
    width: 100%;
}
.testimonial.style1 .testimonial-item:hover .author .bio .name,
.testimonial.style1 .testimonial-item:hover .author .bio .designation,
.testimonial.style1 .testimonial-item:hover .quote,
.testimonial.style1 .testimonial-item:hover .testi-star i.active{
    color: #fff;
}
/*dots*/
.testimonial.style1 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -33px;
    cursor: pointer;
    z-index: 99999;
}
.testimonial-carousel button {
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 35px;
    background: #2f6eff;
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    text-align: center;
    padding: 13px 30px;
    position: absolute;
     right: inherit; 
    top: 9px;
    display: inline-block;
    z-index: 1;
    margin: 0 9px;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next, 
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev, 
.testimonial-carousel.owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.30196078431372547);
    color: inherit;
    border: none;
    padding: 0 6px 0 5px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 0;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #5D5D5D;
    margin-left: 10px;
}
.testimonial.style2 .testimonial-carousel.owl-carousel .owl-dots {
    position: absolute;
    right:35px;
    top: 72%;
}
.testimonial-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #306EFF;
    margin: 0 5px;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel button.owl-dot.active {
    background: #FFC704!important;
}

/*style three*/

.testimonial.style3 .testimonial-item {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 31px 20px 30px 28px;
    border-radius: 5px;
    filter: drop-shadow(0px 3px 30px rgba(189,189,189,0.26));
    background-color: #ffffff;
    position: relative;
    margin: 10px;
}
.testimonial.style3 .testimonial-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 124px;
    width: 197px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2023/09/choose-us-shape.png);
    background-repeat: no-repeat;
}
.testimonial.style3 .author {
    display: inline-block;
    /* height: 82px; */
    width: 41%;
}
.testimonial.style3 .quote_image {
    display: inline-block;
    position: absolute;
    right: 39px;
    top: 38px;
}
.testimonial.style3 h5.designation {
    font-size: 16px;
    color: #2f6eff;
    font-weight: 400;
    font-family: "Poppins";
}
.testimonial.style3 h4.name {
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 16px;
}

.testimonial.style3 p.quote {
    font-size: 17px;
    line-height: 30px;
    color: #565969;
    font-weight: 400;
    margin: 0 0 15px;
}
.testimonial.style3 .testi-star i {
    display: inline-block;
    color: #FFC107;
    font-size: 16px;
    margin-right: 5px;
}

/*
==========
Case Study
==========
*/
.case-study.style1 .case-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
.case-study.style1 .case-grid .gird-item{
    position: relative;
    overflow: hidden;
}
.case-study.style1 .case-grid .gird-item .image{
    position: relative;
}
.case-study.style1 .case-grid .gird-item .image img{
    height: 380px;
    object-fit: cover;
}
.case-study.style1 .case-grid .gird-item .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-color);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .image::before{
    opacity: 0.9;
}
.case-study.style1 .case-grid .gird-item .content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.case-study.style1 .case-grid .gird-item:hover .content{
    top: 50%;
    transform: translateY(-50%);
}
.case-study.style1 .case-grid .gird-item .content .case-btn{
    display: inline-block;
    margin-bottom: 24px;
}
.case-study.style1 .case-grid .gird-item .content .case-btn:hover i{
    color: var(--main-color);
    background-color: #fff;
}
.case-study.style1 .case-grid .gird-item .content .case-btn i{
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.case-study.style1 .case-grid .gird-item .content .title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.case-study.style1 .case-grid .gird-item .content .category{
    color: #fff;
}

.dreamit-single-cases-study{
    position: relative;
	z-index:999;
}
.cases-study-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #ED2C41;
    margin: auto;
    padding: 20px 30px 1px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    width: 100%;
}
.dreamit-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb{
	position:relative;
	z-index:1;
}
.case-study-thumb img{
	width: 100%;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: #ED2C41;
}
.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .em-cases-study-title h2 a {
    font-size: 23px;
}
.case_default .dreamit-single-cases-study {
    margin-bottom: 30px;
}
.case_default .case-study-thumb {
   position:relative;
   z-index: 1;
}
.case_default .case-study-thumb:before {
   display:none;
}
.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
    margin-top: 23px;
}
/*case*/
.case-study.style2 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -93px;
    cursor: pointer;
    z-index: 22;
}
.blog_wrap.case_study_carousel  button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.blog_wrap.case_study_carousel button.owl-dot {
    position: relative;
    z-index: 22;
    height: 5px;
    width: 9px;
    margin: 0 4px;
    display: inline-block;
}
.case-study.style2 .owl-carousel .owl-dots.disabled {
    display: inline-block !important;
    cursor: inherit;
}
.case-study.style2 .owl-carousel .owl-nav.disabled {
    display: none;
}
.case-study.style2 .owl-theme .owl-dots .owl-dot span {
    margin: 0;
    opacity: 0;
}
.blog_wrap.case_study_carousel .owl-nav button.owl-next, 
.blog_wrap.case_study_carousel .owl-nav button.owl-prev, 
.blog_wrap.case_study_carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.30196078431372547);
    color: inherit;
    border: none;
    padding: 0 15px 0 10px!important;
    font: inherit;
    right: 0;
    text-align: center;
    left: 0;
    border-radius: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2F2F2F;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-right: 9px;
    transition: .5s;
    color: #fff;
}
.blog_wrap.case_study_carousel button.owl-dot.active {
    background: #2f6eff!important;
}

/*cleeny_title*/
.cleeny_title h2.heading-text {
    font-size: 62px;
    font-weight: 700;
    font-family: "Inter";
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #2f6eff;
    opacity: 0.3;
}

/*
==========
Brand
==========
*/
.brand-item {
    background: #fff;
    padding: 65px 0 65px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}
.brand-item:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 20px;
    height: 77%;
    width: 84%;
    background: linear-gradient(90deg, #D1D1D1 50%, transparent 0) repeat-x, linear-gradient(90deg, #D1D1D1 50%, transparent 0) repeat-x, linear-gradient(0deg, #D1D1D1 50%, transparent 0) repeat-y, linear-gradient(0deg, #D1D1D1 50%, transparent 0) repeat-y;
    background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}
.brand-carousel.owl-carousel .brand-item img {
    width: 47%!important;
    text-align: center;
    display: inline-block;
    margin: 0;
}
/*blog style two*/

.brand.style2 .brand-item {
    background: transparent;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    margin: 0 10px;
}
.brand.style2 .brand-item:before {
    display: none;
}
.brand.style2 .brand-carousel1.owl-carousel .brand-item img {
    width: inherit;
}


/*
==============
Video Box
==============
*/

.single-video {
	position: relative;
	text-align: center;
}

.single-video h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 26px;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 25px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
	z-index:99;
}
.single-video.style-one .video-icon a {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    position: relative;
    /* -webkit-animation: ripple-red 1s linear infinite; */
    /* animation: ripple-red 1s linear infinite; */
    -webkit-transition: .5s;
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: inherit;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.single-video.style-one .video-icon a i {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    background: #2f6eff;
    height: 90px;
    width: 90px;
    line-height: 82px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    border: 4px solid #fff;
}
.v-overlay .video-icon a i {
	border: 0px solid #fff;
	font-size: 30px;
}
.em-video-image img {
    border-radius: 7px;
}
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(48,110,255,0.2), 0 0 0 10px rgba(48,110,255,0.2), 0 0 0 20px rgba(48,110,255,0.2);
        box-shadow: 0 0 0 0 rgba(48,110,255,0.2), 0 0 0 10px rgba(48,110,255,0.2), 0 0 0 20px rgba(48,110,255,0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(48,110,255,0.2), 0 0 0 20px rgba(48,110,255,0.2), 0 0 0 30px rgba(48,110,255,0.2);
        box-shadow: 0 0 0 10px rgba(48,110,255,0.2), 0 0 0 20px rgba(48,110,255,0.2), 0 0 0 30px rgba(48,110,255,0.2);
    }
}
/* Style One */
.single-video.style-one .video-icon, .single-video.style-three .video-icon {
    right: 20%;
    position: absolute;
    top: 70px;
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    -ms-transform: translateX(-50%) translateY(-50%);
    /* transform: translateX(-50%) translateY(-50%); */
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(2241, 42, 2, 0)
    }
}

/* Style Three */
.single-video .layer-1 img, .single-video .layer-2 img, .single-video .layer-3 img, .single-video .layer-4 img {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}
@keyframes alltuchtopdown{
	0%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
	50%{
		-webkit-transform:rotateX(0deg) translateY(-20px);
		-ms-transform:rotateX(0deg) translateY(-20px);
		transform:rotateX(0deg) translateY(-20px)
	}
	100%{
		-webkit-transform:rotateX(0deg) translateY(0px);
		-ms-transform:rotateX(0deg) translateY(0px);
		transform:rotateX(0deg) translateY(0px)
	}
}

.single-video.style-three .video-icon a {
    -webkit-animation: none;
    animation: none;
    -webkit-transition: none;
}

.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: rgba(12, 90, 219,1);
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i{
    background: #fff;
    height: 90px;
    width: 90px;
	line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #ED2C41;
    font-size: 26px;
    position: relative;
}
/*company_video*/
.company_video .single-video.style-one .video-icon, .single-video.style-three .video-icon {
    left: 37%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/*
==============
Pricing Table
==============
*/
.pricing.style1 {
    position: relative;
    padding: 0 0 38px;
    background-color: #f5f5f5;
    border-radius: 6px;
    text-align: left;
    z-index: 1;
    transition: 0.5s;
}
.pricing.style1.active {
    background: #2F6EFF;
}
.pricing.style1 .pricing_content {
    position: relative;
    z-index: 1;
    transition: .6s;
}
.pricing.style1 h4.package-name {
    font-size: 13px;
    color: #2f6eff;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
    padding: 12px 70px;
    display: inline-block;
    transition: .5s;
}
.pricing.style1 .pricing_img {
    display: inline-block;
    height: 82px;
    width: 82px;
    text-align: center;
    line-height: 110px;
    background: #FF5D13;
    border-radius: 5px;
}
.pricing.style1 .price-item {
    text-align: center;
    background: #2F6DFF;
    height: 120px;
    width: 120px;
    margin: auto;
    border-radius: 0 10px 10px;
    padding: 38px 0 0;
    top: -24px;
    position: relative;
    z-index: 1;
}
.pricing.style1.active .price-item {
    background: #FFC704;
}
.pricing.style1 .price-item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFC704;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 0 8px 8px;
    transform: scale(0);
    transition: .5s;
}
.pricing.style1:hover .price-item:after {
    transform: scale(1);
}
.pricing.style1 .price-item::before {
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 26px solid transparent;
    border-left: 24px solid transparent;
    border-right: 0 solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
    transition: .5s;
    left: -12px;
    top: -26px;
    border-bottom: 24px solid #0740C1;
    transition: .5s;
}
.pricing.style1.active .price-item::before {
    border-bottom: 24px solid #BB9010;
}
.pricing.style1:hover .price-item::before {
    border-bottom: 24px solid #BB9010;
}
.pricing.style1 .pricing-head {
    text-align: left;
    position: relative;
    padding: 0;
}
.pricing.style1 .pricing-title {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0;
    display: inline-block;
    transition: .5s;
    background: #fff;
    padding: 0 30px 0 30px;
    border-radius: 0 30px 30px 0;
}
.pricing.style1 .pricing-title:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    background:#2f6eff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    border-radius: 0 30px 30px 0;
}
.pricing.style1:hover .pricing-title:before {
    background:#fff;
}
.pricing.style1 .price-item .currency {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    line-height: 15px;
    margin-bottom: 10px;
    transition: .5s;
}
.pricing.style1:hover .price-item .currency {
    color: #00197D;
}
.pricing.style1.active .price-item .currency {
    color: #00197D;
}
.pricing.style1 .price-item .tk {
    display: inline-block;
    font-size: 42px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin-left: 6px;
    transition: .5s;
}
.pricing.style1:hover .price-item .tk {
    color: #00197D;
}
.pricing.style1.active .price-item .tk {
    color: #00197D;
}
.pricing.style1 .price-item .month {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    transition: .5s;
}
.pricing.style1:hover .price-item .month {
    color: #00197D;
}
.pricing.style1.active .price-item .month {
    color: #00197D;
}
.pricing.style1 .pricing-body {
    padding: 0 31px;
    position: relative;
    z-index: 1;
}
.pricing.style1 .pricing-body:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2024/04/pricing-shape.png);
    background-position: center;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
}
.pricing.style1::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #306EFF;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 10PX;
    transition: .5s;
    opacity: 0;
}
.pricing.style1:hover::before {
    opacity: 1;
    left: 0;
    width: 100%;
}
.pricing.style1 .pricing-body ul {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
}
.pricing.style1 .pricing-body ul li {
    font-weight: 400;
    margin-bottom: 10px;
}
.pricing.style1.active .pricing-body ul li {
    color: #fff;
}
.pricing.style1 .pricing-body ul li i {
    display: inline-block;
    color: #575f66;
    font-size: 13px;
    margin-right: 6px;
}
.pricing.style1 .pricing-button {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    background: #2f6eff;
    padding: 11px 38px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 28px;
}
.pricing.style1.active .pricing-button {
    background: #FFC703;
}
.pricing.style1 .pricing-button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #FFC703;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
    border-radius: 28px;
}
.pricing.style1:hover .pricing-button:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}
.pricing.style1 .pricing-button:hover {
    color: #fff;
}
.pricing.style1 .pricing-button i{
  font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);  
}
.pricing.style1 .pricing-button:hover i {
    transform: rotate( 0deg);
}
.pricing.style1:hover .pricing-body ul li,
.pricing.style1:hover .pricing-body ul li i {
    color: #fff;
}
.pricing.style1.active:hover .pricing-title{
    color: #00197e;
}
/*pricing active*/
.pricing.style1.active {
    position: relative;
    z-index: 1;
}
.pricing.style1.active:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2023/05/active.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index:-1;
    border-radius: 5px;
}
.pricing.style1.active .pricing_img {
    background: #fff;
}
.pricing.style1.active .pricing-title {
    background-color: #fff;
}
.pricing.style1.active .pricing-title:before{
    background:transparent;
}

/*
================
 Image Carousel
================
*/

.owl_wrapper{
  width: 100vw;
  overflow: hidden;
}
.owl_content{padding-left: 12%;}
.owl_wrapper .owl-item{
  opacity: 0;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  transition: all .2s;
  -webkit-transform: all .2s;
  z-index: 1;
}
.owl_wrapper .active{opacity: 0.5;}
.owl_wrapper .active.middle_beside{
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0.8;
  margin: 0 -1%;
  z-index: 2;
}
.owl_wrapper .active.middle{
  transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.owl_wrapper .active.next_to_mid{margin-left: -1%;}
.owl_wrapper .active.prev_to_mid{margin-right: -1%;}



/*===== Navigation =====*/
.owl_wrapper .prev, .owl_wrapper .next{
  position: absolute;
  top: 100px; left: 100px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #777;
  cursor: pointer;
  z-index: 5;
}
.owl_wrapper .next{left: calc(100% - 100px);}
.no_select{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.infos {
    width: 500px;
    text-align: center;
    font-family: 'Roboto', Arial;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50px;
    color: #000;
}
.infos a {
    color: #555;
    text-decoration: none;
}
.infos a:hover {color: #999;}


#carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
#carousel div img {
  width: 400px;
  transition: width 1s;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 200px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 200px;
}
#carousel div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 300px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 200px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 300px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 200px;
}

/*contact*/
.contact{
    position: relative;
    z-index: 1;
}

.form-area.quote_form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: inherit;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    color: #3a4268;
    transition: .5s;
    border-radius: 5px;
}

/* Contact css*/

.form-area.contact-form input {
    width: 100%;
    font-size: 15px;
    color: #3a4268;
    font-weight: 300;
    font-family: "Poppins";
    outline: 0;
    border-radius: 5px;
    height: 60px;
    padding: 0 25px 0;
}
.form-area.quote_form input[type="email"] {
    border-radius: 5px;
    outline: 0;
    position: relative;
    height: 54px;
    width: 100% !important;
    padding: 0 20px 0 20px;
    border: 1px solid #E3E3E3;
    background: inherit;
    color: #3a4268;
    float: inherit;
    margin: 0;
}
.form-area.quote_form input[type="email"]:focus {
    border-color: #2f6eff;
}
.form-area.contact-form select {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    outline: 0;
    padding: 0 22px 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 80px;
    color: #6d6d6d;
    font-weight: 300;
    font-family: "Poppins";
    cursor: pointer;
}
.form-area.quote_form .buttons input {
    width: 100%;
    height: 58px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border: none;
    background: #2F6EFF;
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins";
    padding: 13px 36px 12px;
    border-radius: 30px;
    transition: .5s;
}
.form-area.quote_form .buttons input:hover{
    background: #FFC704;
    color: #fff !important;
}
.form-area.quote_form .form-group input::placeholder {
    color: #6d6d6d!important;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.buttons p {
    margin: 0;
    position: relative;
    padding: 0;
}
.form-area.contact-form .buttons p input {
    width: 100%;
    height: 60px;
    outline: 0;
    border: none;
    border-radius: 5px;
    background: #FFC704;
    font-size: 15px;
    line-height: 42px;
    color: #141840;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: .5s;
}
.form-area.contact-form .buttons p input::before {
    background: #306EFF;
    color: #fff;
}
.form-area.contact-form .buttons p input:hover {
    background: #306EFF;
    color: #fff;
}
.form-area.quote_form .buttons p {
    margin: 30px 0 0 0;
    display: inline-block;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.contact input.form-control {
    border: 0;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
     border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}
.contact .form-control:focus {
    outline: none;
    box-shadow: 0 0 6px rgba(101, 51, 238, 0.6);
    border-color: #2F6EFF;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #6d6d6d!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #6d6d6d!important;
}
/*focus color*/
textarea:focus {
    outline: none;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
    border-color: #2F6EFF!important;
}

/*contact two*/

.form-area.contact-form.appointment-two .appointment-title h1 {
    font-size: 36px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    text-align: center;
    margin-bottom: 32px;
}
.form-area.contact-form.appointment-two {
    background: #306EFF;
    padding: 36px 57px 40px;
    margin-bottom: -40px;
    margin-right: 120px;
    border-radius: 5px 5px 0 0;
}
.form-area.contact-form.appointment-two textarea.form-control {
    height: 120px;
    padding: 20px;
    background: #306EFF;
    color: #fff;
}
.form-area.contact-form.appointment-two textarea.form-control:focus {
    border-color: #fff !important;
}
.form-area.contact-form.appointment-two input {
    background: #306EFF;
    color: #fff;
    border: 1px solid #fff;
    width: 100% !important;
}
.form-area.contact-form.appointment-two input::placeholder {
    color: #fff!important;
}
.form-area.contact-form.appointment-two select {
    background: #306EFF;
    color: #fff;
    border: 1px solid #fff;
}
.form-area.contact-form.appointment-two textarea.form-control::placeholder{
    color: #fff !important;
}
.form-area.contact-form.appointment-two .form-group input::placeholder {
    color: #fff!important;
}
.form-area.contact-form.appointment-two .buttons p input:hover {
    background: #141840;
    color: #fff;
}
.form-area.contact-form.appointment-two .buttons p {
    margin: 15px 0 0 0;
}

/*
==========
Blog Post
==========
*/
.blog-post.style1 .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 10px;
} 
.blog-post.style1 .post-item {
    margin-bottom: 20px;
    /* border-radius: 3px; */
    background-color: #ffffff;
    border: none;
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 0;
}
.blog-post.style1 .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog-post.style1 .post-thumb img {
    overflow: hidden;
    transition: .5s;
    transform: scale(1.1);
    width: 100%;
}
.blog-post.style1 .single_blog_post_content {
    background: #F5F6F8;
    padding: 30px 33px 39px 30px;
    transition: .5s;
    position:relative;
}
.blog-post.style1 .single_blog_post_content:after {
    position: relative;
    transition: 0.5s;
}
.blog-post.style1 .post-item .single_blog_post_content:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: 0.5s;
    background: #FF5D13;
}
.post-item:hover:hover .single_blog_post_content:after {
    width: 100%;
}
.post-item:hover .single_blog_post_content{
    filter: drop-shadow(0px 20px 25px rgba(152,178,240,0.2)) !important;
    background-color: #ffffff;
}
.blog-post.style1 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-post.style1 .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #2f6eff;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog-post.style1 .post-item .blog_post_inner_content {
    padding: 25px 20px 27px;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog-post.style1 .meta i {
    color: #2f6eff;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}
.blog-post.style1 h3.title a {
    font-size: 26px;
    line-height: 30px;
    color: #101210;
    font-weight: 700;
    display: inline-block;
    transition: .5s;
}
.blog-post.style1 .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog-post.style1 .date {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    font-size: 15px;
    /* color: #575f66; */
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    z-index: 1;
    text-transform: uppercase;
}
.blog-post.style1 .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}
.blog-post.style1 .user_thumb img{
    border-radius: 100%;
}
.blog-post.style1 .author {
    display: inline-block;
}
.blog-post.style1.style4 .author {
    display: none;
}
.blog-post.style1 .author a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
}
.blog-post.style1 .author a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.blog_btn a {
    background: #FF5D13;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 27px;
    transition:.5s;
}
.blog-post.style1 .post-item:hover .blog_btn a {
    background: #171717;
}
.blog-post.style1 .blog_btn a i {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    line-height: 22px;
    text-align: center;
    color: #FF5D13;
    position: relative;
    transition: .5s;
}

/*hover*/
.blog-post.style1 h3.title a:hover{
    color: #FFC703;
}
.blog-post.style1 .blog_btn a:hover {
    color: #FFC703;
}
.blog-post.style1 .author a:hover{
    color: #FFC703;
}

.blog-post.style1 .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}


/*blog style two*/

.blog_style_two .container{
    max-width: 1320px;
    margin: auto;
    padding: 0 10px;
} 
.blog_style_two .post-item {
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    border: none;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    padding: 0;
}
.blog_style_two .post-thumb {
    position: relative;
    overflow: hidden;
}
.blog_style_two.blog_style_two .post-thumb img {
    overflow: hidden;
    transition: .5s;
    transform: scale(1.1);
    width: 100%;
}
.blog_style_two.blog_style_two .single_blog_post_content {
    background: #fff;
    padding: 30px 33px 35px 30px;
    border-bottom: 4px solid #FFC703;
    transition: .5s;
    position: relative;
}
.blog_style_two.blog_style_two .single_blog_post_content:before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 124px;
    width: 197px;
    background: url(https://wp.ditsolution.net/cleeny/wp-content/uploads/2023/09/choose-us-shape.png);
    background-repeat: no-repeat;
}
.blog_style_two .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog_style_two .categories a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #2f6eff;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.blog_style_two .post-item .blog_post_inner_content {
    padding: 25px 20px 27px;
    position: relative;
    z-index: 1;
}

.blog_style_two .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.blog_style_twoblog_style_two .meta i {
    color: #2f6eff;
    display: inline-block;
    font-size: 14px;
    margin-right: 7px;
}
.blog_style_two.blog_style_two h3.title a {
    font-size: 24px;
    line-height: 30px;
    color: #101210;
    font-weight: 700;
    font-family: "Poppins";
    display: inline-block;
    transition: .5s;
}
.blog_style_two .meta {
    display: inline-block;
    margin-bottom: 3px;
}
.blog_style_two .date {
    display: inline-block;
     font-size: 16px;
    margin: 0;
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
    z-index: 1;
}
.blog_style_two .date:before {
    position: absolute;
    content: "";
    left: 16px;
    top: 10px;
    height: 10px;
    width: 10px;
    background: #D3D4D6;
    border-radius: 50%;
}
.blog_style_two .user_thumb {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 14px;
    float: left;
}
.blog_style_two .user_thumb img{
    border-radius: 100%;
}
.blog_style_two .blog_post_user {
    margin-top: 0;
    border-top: none;
    padding-top: 14px;
}
.blog_style_two .author {
    display: inline-block;
}
.blog_style_two .author a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    font-size: 15px;
    color: #575f66;
    font-weight: 300;
}
.blog_style_two .blog_btn a {
    transition: .5s;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins";
    padding: 8px 35px 8px 20px;
    margin-top: 17px;
}
.blog_style_two .blog_btn a i {
    font-size: 15px;
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    background-color: transparent;
    line-height: 32px;
}

/*hover*/
.blog_style_two h3.title a:hover{
    color: #FF5D13;
}
.blog_style_two .blog_btn a:hover {
    color: #fff;
}
.blog_style_two .blog_btn a:hover i{
    color: #fff;
}
.blog_style_two .author a:hover{
    color: #FFC703;
}
.blog_style_two .post-item .content .meta .date {
    position: relative;
    color: #616161;
    font-size: 16px;
    text-transform: capitalize;
}

.blog-post.style1 .post-item .content .meta .date i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author i{
    color: #3abba7;
    margin-right: 5px;
}
.blog-post.style1 .post-item .content .meta .author a{
    color: #616161;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.blog-post.style1 .post-item .content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin: 0;
}
.blog-post.style1 .post-item .content .title a {
    color: var(--title-color);
    font-size: 22px;
    font-family: var(--title-font);
    font-weight: 600;
    transition: 0.3s;
}

.blog-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-post.style1 .post-item .content .read-more{
    display: inline-block;
    color: #1e266d;
}



/*
=============
 Recent Post
=============
*/
.recent-post.style1 .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 25px;
    overflow: hidden;
}
.recent-post.style1 .post-item:last-child{
    border: 0;
    margin: 0;
    padding: 0;
}
.recent-post.style1 .post-item .post-thumb {
    flex-shrink: 0;
    line-height: 0;
}
.recent-post.style1 .post-item .post-thumb img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.recent-post.style1 .post-item .content{
    padding: 0 0 0 20px;
}
.recent-post.style1 .post-item .content .meta{
    display: flex;
    align-items: center;
}
.recent-post.style1 .post-item .content .meta .date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #808CBF;
    font-weight: 400;
    font-family: "Poppins";
    padding-left: 19px;
    position: relative;
    z-index: 1;
    margin: 5px 0 0 0;
}
.recent-post.style1 .post-item .content .meta .date::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #4B5CA0;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.recent-post.style1 .post-item .content .meta .date i{
    color: #FFC703;
    margin-right: 5px;
}
.recent-post.style1 .post-item .content .title {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    font-family: "Inter";
    line-height: 26px;
}
.recent-post.style1 .post-item .content .title a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    transition: .5s;
}
.recent-post.style1 .post-item .content .title a:hover{
    color: #FFC703;
}
.recent-post.style1 .post-item .content .description {
    color: rgba(30, 38, 109, 0.9);
    font-weight: 300;
    margin-bottom: 20px;
}
.cleeny-footer-address h4 {
    line-height: 28px;
    padding: 0 0 5px 0;
}
.cleeny-footer-address i {
    display: inline-block;
    height: 44px;
    width: 44px;
    background: #193089;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: #ffff;
    font-size: 18px;
    border: 1px dashed #43559F;
    margin: 0 5px 0 0;
}
.cleeny-copy-right span{
    color:#FFC703;
}
.cleeny-copy-right h5.heading-text {
    margin: 0 0 4px 0;
}


/*
==========
Portfolio
==========
*/
.portfolio-filter .filters {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    top: -50px;
    left: 0;
}
.portfolio-filter ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.portfolio-filter ul li {
    margin: 0 3px;
    margin-bottom: 7px;
    border-radius: 0;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 7px 22px;
    display: inline-block;
    border: 1px solid rgba(23,23,23,0.1);
    margin-left: 10px;
    font-size: 17px;
    color: #00197e;
    font-weight: 400;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
}
.portfolio-filter ul li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #00197e;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}
.portfolio-filter ul li:hover:after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}
.portfolio-filter ul li:hover{
    color: #fff;
}
.portfolio-filter li.current_menu_item {
    background: #2f6eff;
    color: #fff;
}
.portfolio-filter .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter .content .grid-item {
    margin-bottom:30px;
}
.portfolio-filter .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content .prot_content:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
    border-radius: 0 0 4px 4px;
}
.portfolio-filter .single-content::before{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.portfolio-filter .single-content:hover:before{
    opacity: 1;
}
.portfolio-filter .single-content .prot_content {
    position: absolute;
    bottom: -84px;
    width: 90%;
    padding: 33px 0 24px;
    text-align: left;
    border-left: 3px solid #FFC703;
    padding-left: 30px;
    left: 20px;
    transition: .5s;
    opacity: 0;
    transition: all 400ms linear;
    background: #fff;
}
.portfolio-filter .single-content:hover .prot_content{
    bottom: 20px;
    opacity: 1;
}
.portfolio-filter .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter .content .grid-item .prot_content h4 a {
    display: inline-block;
    font-size: 24px;
    color: #171717;
    font-weight: 700;
    font-family: "Poppins";
    transition:0.5s;
}
.portfolio-filter .content .grid-item .prot_content h4 a:hover {
    color: #2f6eff;
}
.portfolio-filter .content .grid-item .prot_content p {
    margin-bottom: 21px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #2f6eff;
    font-weight: 400;
    font-family: "Poppins";
}
.portfolio-filter .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 0;
    color: #fff;
    background: #2f6eff;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 42%;
    right: 0;
    margin: auto;
}
.portfolio-filter .content .picon a i{
    color: #fff;
}
.portfolio-filter .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 48px;
}
.portfolio-filter .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius:0%;
    color: #fff;
    background: #2f6eff;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter .single-content:hover .video-icon {
    top: 7%;
}


/* Portfolio Details: */
.portfolio_details {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
            box-shadow: 0 0 30px 
    rgba(0,0,0,0.10);
    padding: 65px 50px 50px;
    width:100%;
}
.portfolio_info {
    padding-left: 30px;
    padding-top: 0;
}
.portfolio_info h2 {
    font-size: 25px;
    /* font-family: muli; */
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social{} 
.port_dtl_social span{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 0 15px 0 0;
}
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #FFC703;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 10px;
    line-height: 35px;
}
.portfolio_details .col-md-6 {
	float: left;
}
.portfolio_info ul {
    list-style: none;
}

.portfolio_info ul li {
    padding:5px 0;
}

.port_dtl_social {
    margin-top: 20px;
}
.port_dtl_social i {
    margin: 0 5px;
}
.pr-title h2 {
    font-size: 25px;
}
.portfolio-content.portfolio-details-box h2.sidber-title {
    font-size: 30px;
    margin: 0;
    padding: 0 0 15px 0;
}


/* Service Details */
.menu-service-menu-container ul {
    list-style: none;
    padding: 0;
}
.menu-service-menu-container ul li {
    list-style: none;
    margin-bottom: 14px;
}
.menu-service-menu-container ul li:last-child{
    margin-bottom: 0;
}
.menu-service-menu-container ul li a {
    position: relative;
    display: block;
    padding: 15px 7px 15px 49px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #232323;
    position: relative;
    border-radius: 5px;
}
.menu-service-menu-container ul .current_page_item a {
    background-color: #FF5D13;
    color: #fff;
}
.menu-service-menu-container ul .current_page_item a::after {
    background-color: #fff;
    color:#FF3D00;
}
.menu-service-menu-container ul li a::after {
    content: '\f00c';
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 12px;
    font-family: 'FontAwesome';
    height: 22px;
    width: 22px;
    background: #E9E9E9;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    transition: .5s;
}
.menu-service-menu-container ul li a:hover {
    color: #fff;
    background: #FF5D13;
}
.menu-service-menu-container ul li a:hover:after{
    background: #fff;
    color:#FF3D00;
}
.details-service .dreamit-button .button {
    padding: 11px 29px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-single-slide{
    min-height: 887px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
}
.hero-content-left h1 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.1;
}
.hero-content-left h2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 1.2;
}
.hero-content-left h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-content-left p {
    padding-right: 70px;
    margin-bottom: 35px;
}

/* Accordion CSS */
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
}
.my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 14px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.my-accordion li:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 24px;
    top: 28px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    transform: translate(-3%, -50%);
}
.my-accordion li p {
    display: none;
    padding: 17px 25px 3px;
    color: #616161;
    font-size: 16px;
}
.my-accordion a {
    z-index: 1;
    position: relative;
    width: 100%;
    display: inline-grid;
    cursor: pointer;
    color: #171717;
    padding: 25px 20px 25px 30px;
    font-size: 20px;
    background: #F5F6F8;
    font-weight: 500;
    font-family: "Poppins";
}
a.active {
    color: #fff;
    border: 1px solid #2f6eff !important;
    background: #2f6eff !important;
}
a.active:hover {
    color: #fff;
}
.my-accordion a:after {
    width: 10px;
    height: 2px;
    background: #2f6eff;
    position: absolute;
    right: 24px;
    content: " ";
    top: 50%;
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, -50%);
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: #2f6eff;
    position: absolute;
    right: 32px;
    content: " ";
    top: 50%;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
    transform: translate(-50%, -50%);
}
.my-accordion li p {
    display: none;
    font-size: 16px;
    color: #171717;
    padding: 23px 0 23px 30px;
    filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
    background: #fff;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}
a.active:before {
 display: none;
}

/*style two*/

.my-accordion.style_two a {
    width: 80%;
    background: transparent;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 30px 0;
    z-index: 1;
    line-height: 19px;
    border: none;
    font-size: 22px;
    color: #0a1027;
    font-weight: 500;
    font-family: "Poppins";
    border-bottom: 1px solid #D9DADC;
}
.my-accordion.style_two li {
    margin-bottom: 0;
}
.my-accordion.style_two a.active {
    color: #fff;
    border: none!important;
    background: none !important;
    padding: 21px 20px 22px 0px;
    width: 80%;
    color: #FF5E15;
    border-bottom: 1px solid#D9DADC!important;
}
.my-accordion.style_two li p {
    color: #171717;
    filter: none;
    background: transparent;
    font-size: 17px;
    padding: 15px 9px 11px 0px;
    margin: 0;
    width: 83%;
}
.my-accordion.style_two a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #FF5E15;
    top: 29%;
}

.animation-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-bg {
  background: #111 url("https://images.unsplash.com/photo-1562729562-679ab5311bbf?dpr=1&auto=format&fit=crop&w=1920&h=1080&q=100&cs=tinysrgb&crop=") no-repeat top center;
  background-size: cover;
  z-index: -1;
}

.particle,
.particle:after {
  background: transparent;
}

.particle:after {
  position: absolute;
  content: "";
  top: 2560px;
}

.particle-1 {
  -webkit-animation: animParticle 60s linear infinite;
          animation: animParticle 60s linear infinite;
  box-shadow: 0px 0px #FFC702, 1958px 1375px #FFC702, 196px 866px #FFC702, 117px 1227px #FFC702, 189px 1503px #FFC702, 1025px 2193px #FFC702, 1673px 264px #FFC702, 1111px 184px #FFC702, 1859px 1494px #FFC702, 1837px 1448px #FFC702, 917px 1289px #FFC702, 1577px 1237px #FFC702, 1619px 2146px #FFC702, 987px 1944px #FFC702, 1630px 1867px #FFC702, 1886px 1956px #FFC702, 1824px 1943px #FFC702, 277px 1602px #FFC702, 247px 1704px #FFC702, 726px 1436px #FFC702, 2256px 2525px #FFC702, 814px 398px #FFC702, 934px 1029px #FFC702, 687px 2417px #FFC702, 1126px 2270px #FFC702, 416px 364px #FFC702, 1787px 192px #FFC702, 1335px 560px #FFC702, 1879px 1584px #FFC702, 2156px 421px #FFC702, 1650px 1842px #FFC702, 2215px 2320px #FFC702, 989px 2244px #FFC702, 831px 1596px #FFC702, 265px 2274px #FFC702, 1211px 1612px #FFC702, 2439px 467px #FFC702, 1594px 9px #FFC702, 1002px 2478px #FFC702, 705px 1771px #FFC702, 503px 1200px #FFC702, 243px 2007px #FFC702, 376px 977px #FFC702, 764px 2372px #FFC702, 2231px 1424px #FFC702, 498px 1377px #FFC702, 663px 2200px #FFC702, 1846px 1532px #FFC702, 2172px 31px #FFC702, 2292px 480px #FFC702, 2365px 509px #FFC702, 588px 736px #FFC702, 1719px 2183px #FFC702, 1718px 1186px #FFC702, 1566px 394px #FFC702, 2267px 1304px #FFC702, 160px 220px #FFC702, 1345px 1311px #FFC702, 2002px 126px #FFC702, 136px 628px #FFC702, 1954px 1569px #FFC702, 2432px 1456px #FFC702, 251px 2346px #FFC702, 293px 1261px #FFC702, 248px 1398px #FFC702, 2530px 2472px #FFC702, 2012px 384px #FFC702, 1475px 1250px #FFC702, 2546px 969px #FFC702, 2152px 813px #FFC702, 1478px 2314px #FFC702, 1985px 2138px #FFC702, 585px 1925px #FFC702, 883px 1211px #FFC702, 2027px 2070px #FFC702, 240px 796px #FFC702, 1270px 677px #FFC702, 22px 1522px #FFC702, 204px 648px #FFC702, 742px 407px #FFC702, 2274px 1417px #FFC702, 254px 1821px #FFC702, 1298px 739px #FFC702, 2365px 487px #FFC702, 507px 345px #FFC702, 2005px 904px #FFC702, 1725px 957px #FFC702, 866px 1803px #FFC702, 70px 459px #FFC702, 627px 1215px #FFC702, 1349px 819px #FFC702, 1203px 1939px #FFC702, 716px 580px #FFC702, 2175px 538px #FFC702, 2117px 2367px #FFC702, 1034px 2490px #FFC702, 724px 1257px #FFC702, 700px 2487px #FFC702, 2113px 167px #FFC702, 585px 769px #FFC702, 1631px 1349px #FFC702, 909px 1967px #FFC702, 957px 1451px #FFC702, 1956px 2517px #FFC702, 152px 1028px #FFC702, 1352px 2173px #FFC702, 1096px 1632px #FFC702, 2466px 1782px #FFC702, 775px 1654px #FFC702, 610px 1883px #FFC702, 115px 31px #FFC702, 2061px 1029px #FFC702, 2289px 1359px #FFC702, 658px 2490px #FFC702, 553px 1338px #FFC702, 1011px 2253px #FFC702, 742px 1432px #FFC702, 867px 2059px #FFC702, 1640px 2307px #FFC702, 888px 772px #FFC702, 2286px 433px #FFC702, 2076px 768px #FFC702, 919px 1464px #FFC702, 924px 1794px #FFC702, 2108px 686px #FFC702, 1640px 482px #FFC702, 2501px 760px #FFC702, 362px 2247px #FFC702, 1187px 620px #FFC702, 2447px 1283px #FFC702, 306px 737px #FFC702, 528px 256px #FFC702, 2394px 2046px #FFC702, 444px 383px #FFC702, 1401px 2502px #FFC702, 1315px 1430px #FFC702, 1901px 1852px #FFC702, 1697px 1390px #FFC702, 1645px 2236px #FFC702, 1998px 245px #FFC702, 906px 77px #FFC702, 1498px 360px #FFC702, 205px 1637px #FFC702, 1483px 1168px #FFC702, 408px 312px #FFC702, 341px 145px #FFC702, 762px 1759px #FFC702, 1058px 1437px #FFC702, 2476px 145px #FFC702, 2003px 159px #FFC702, 651px 370px #FFC702, 2274px 1204px #FFC702, 673px 305px #FFC702, 653px 2467px #FFC702, 246px 641px #FFC702, 2064px 1617px #FFC702, 2476px 971px #FFC702, 1558px 238px #FFC702, 640px 1216px #FFC702, 878px 155px #FFC702, 2062px 500px #FFC702, 452px 671px #FFC702, 2290px 2257px #FFC702, 747px 223px #FFC702, 2218px 429px #FFC702, 1418px 3px #FFC702, 2459px 1760px #FFC702, 2128px 2434px #FFC702, 321px 1426px #FFC702, 1770px 2514px #FFC702, 727px 1997px #FFC702, 2430px 104px #FFC702, 872px 1433px #FFC702, 1767px 1233px #FFC702, 1316px 534px #FFC702, 494px 2358px #FFC702, 1493px 2525px #FFC702, 2449px 565px #FFC702, 345px 1494px #FFC702, 1355px 1048px #FFC702, 2077px 2385px #FFC702, 305px 1594px #FFC702, 1789px 2370px #FFC702, 2021px 656px #FFC702, 1409px 761px #FFC702, 976px 1164px #FFC702, 778px 920px #FFC702, 226px 2271px #FFC702, 2429px 664px #FFC702, 558px 573px #FFC702, 1352px 1163px #FFC702, 673px 1985px #FFC702, 2137px 1779px #FFC702, 474px 2386px #FFC702, 1452px 1394px #FFC702, 1928px 2356px #FFC702, 1001px 1803px #FFC702, 991px 751px #FFC702, 1347px 747px #FFC702, 137px 2559px #FFC702, 199px 2052px #FFC702, 328px 736px #FFC702, 2033px 1013px #FFC702, 36px 2287px #FFC702, 1927px 2017px #FFC702, 896px 2172px #FFC702, 692px 19px #FFC702, 2073px 1760px #FFC702, 1559px 1792px #FFC702, 786px 1657px #FFC702, 2009px 95px #FFC702, 2165px 1246px #FFC702, 693px 2460px #FFC702, 1267px 567px #FFC702, 1356px 318px #FFC702, 1550px 762px #FFC702, 1357px 434px #FFC702, 469px 145px #FFC702, 2142px 2468px #FFC702, 62px 690px #FFC702, 910px 1880px #FFC702, 1729px 2323px #FFC702, 1058px 301px #FFC702, 276px 390px #FFC702, 1899px 1484px #FFC702, 1460px 465px #FFC702, 1045px 538px #FFC702, 2014px 1920px #FFC702, 1728px 1427px #FFC702, 654px 1832px #FFC702, 2524px 2075px #FFC702, 2118px 195px #FFC702, 1959px 175px #FFC702, 659px 1662px #FFC702, 1396px 2223px #FFC702, 165px 868px #FFC702, 2186px 391px #FFC702, 2433px 2253px #FFC702, 730px 1955px #FFC702, 1311px 56px #FFC702, 747px 1664px #FFC702, 1324px 1930px #FFC702, 1198px 475px #FFC702, 144px 1877px #FFC702, 1228px 370px #FFC702, 669px 2386px #FFC702, 735px 696px #FFC702, 1100px 2080px #FFC702, 386px 1626px #FFC702, 1269px 2334px #FFC702, 1515px 1498px #FFC702, 2486px 962px #FFC702, 279px 1970px #FFC702, 1565px 1050px #FFC702, 721px 871px #FFC702, 282px 427px #FFC702, 9px 998px #FFC702, 184px 1369px #FFC702, 2211px 836px #FFC702, 1730px 756px #FFC702, 1123px 1008px #FFC702, 3px 1910px #FFC702, 1975px 424px #FFC702, 1662px 1430px #FFC702, 2409px 144px #FFC702, 97px 571px #FFC702, 1430px 2298px #FFC702, 816px 1921px #FFC702, 1890px 2277px #FFC702, 862px 446px #FFC702, 207px 947px #FFC702, 354px 1987px #FFC702, 245px 1400px #FFC702, 2109px 322px #FFC702, 918px 28px #FFC702, 2118px 1896px #FFC702, 2011px 297px #FFC702, 565px 438px #FFC702, 834px 627px #FFC702, 1477px 1759px #FFC702, 1458px 2383px #FFC702, 356px 2302px #FFC702, 2210px 192px #FFC702, 2096px 1479px #FFC702, 955px 452px #FFC702, 495px 787px #FFC702, 1117px 2557px #FFC702, 1272px 2159px #FFC702, 201px 1770px #FFC702, 493px 2170px #FFC702, 1109px 2488px #FFC702, 938px 2349px #FFC702, 2216px 2295px #FFC702, 385px 2311px #FFC702, 1135px 1754px #FFC702, 1371px 1981px #FFC702, 1157px 1914px #FFC702, 2149px 1188px #FFC702, 425px 2359px #FFC702, 849px 317px #FFC702, 1010px 683px #FFC702, 2164px 854px #FFC702, 709px 1426px #FFC702, 479px 90px #FFC702, 80px 1632px #FFC702, 1275px 756px #FFC702, 2488px 2278px #FFC702, 1973px 2472px #FFC702, 2221px 2414px #FFC702, 2107px 634px #FFC702, 1665px 1720px #FFC702, 1626px 2465px #FFC702, 603px 1438px #FFC702, 79px 1350px #FFC702, 2341px 697px #FFC702, 2224px 2545px #FFC702, 843px 1883px #FFC702, 1292px 2301px #FFC702, 741px 171px #FFC702, 1213px 416px #FFC702, 658px 815px #FFC702, 48px 2080px #FFC702, 730px 1451px #FFC702, 1873px 2550px #FFC702, 1897px 401px #FFC702, 1542px 2451px #FFC702, 447px 1401px #FFC702, 2496px 1157px #FFC702, 276px 87px #FFC702, 81px 1460px #FFC702, 1930px 2039px #FFC702, 569px 899px #FFC702, 89px 276px #FFC702, 906px 1574px #FFC702, 1306px 1002px #FFC702, 2300px 2380px #FFC702, 1115px 1934px #FFC702, 2109px 160px #FFC702, 2138px 374px #FFC702, 2269px 1151px #FFC702, 1739px 2470px #FFC702, 1036px 1982px #FFC702, 1440px 2454px #FFC702, 2230px 2345px #FFC702, 978px 1816px #FFC702, 1186px 1874px #FFC702, 356px 1912px #FFC702, 2179px 2269px #FFC702, 1641px 359px #FFC702, 2221px 1924px #FFC702, 2018px 2098px #FFC702, 300px 1548px #FFC702, 271px 2188px #FFC702, 2251px 1619px #FFC702, 1488px 1671px #FFC702, 260px 457px #FFC702, 731px 1947px #FFC702, 885px 187px #FFC702, 2045px 1747px #FFC702, 170px 1836px #FFC702, 344px 96px #FFC702, 1469px 1174px #FFC702, 777px 1793px #FFC702, 1992px 1241px #FFC702, 2176px 1774px #FFC702, 859px 1478px #FFC702, 2192px 227px #FFC702, 309px 2082px #FFC702, 431px 2422px #FFC702, 244px 967px #FFC702, 942px 669px #FFC702, 1724px 2497px #FFC702, 971px 1468px #FFC702, 1398px 900px #FFC702, 1693px 2393px #FFC702, 2524px 718px #FFC702, 1095px 1376px #FFC702, 2523px 1925px #FFC702, 1582px 2424px #FFC702, 2471px 584px #FFC702, 874px 1142px #FFC702, 219px 456px #FFC702, 2522px 2436px #FFC702, 1369px 1248px #FFC702, 2014px 202px #FFC702, 1331px 2427px #FFC702, 520px 603px #FFC702, 1471px 280px #FFC702, 377px 917px #FFC702, 1181px 451px #FFC702, 1463px 1625px #FFC702, 2119px 715px #FFC702, 1588px 1439px #FFC702, 828px 1559px #FFC702, 446px 966px #FFC702, 811px 1675px #FFC702, 1283px 162px #FFC702, 659px 2546px #FFC702, 1756px 1815px #FFC702, 1293px 2509px #FFC702, 983px 360px #FFC702, 1465px 243px #FFC702, 2441px 264px #FFC702, 2170px 1486px #FFC702, 783px 536px #FFC702, 1763px 1350px #FFC702, 706px 2138px #FFC702, 61px 1339px #FFC702, 312px 117px #FFC702, 1200px 2125px #FFC702, 1140px 809px #FFC702, 1673px 1588px #FFC702, 817px 973px #FFC702, 2353px 1243px #FFC702, 1474px 561px #FFC702, 1762px 775px #FFC702, 355px 1761px #FFC702, 1190px 2356px #FFC702, 182px 1279px #FFC702, 2256px 1720px #FFC702, 1486px 658px #FFC702, 2028px 1225px #FFC702, 161px 877px #FFC702, 1904px 2430px #FFC702, 223px 1000px #FFC702, 637px 945px #FFC702, 457px 801px #FFC702, 1604px 1143px #FFC702, 2003px 2105px #FFC702, 650px 1620px #FFC702, 1630px 2343px #FFC702, 1919px 1448px #FFC702, 404px 2110px #FFC702, 923px 1978px #FFC702, 2240px 2288px #FFC702, 2155px 2499px #FFC702, 33px 1693px #FFC702, 1640px 1669px #FFC702, 1432px 2021px #FFC702, 492px 1292px #FFC702, 2126px 417px #FFC702, 190px 490px #FFC702, 1461px 451px #FFC702, 2249px 1096px #FFC702, 792px 1402px #FFC702, 1252px 1667px #FFC702, 2516px 1860px #FFC702, 1476px 984px #FFC702, 1284px 1437px #FFC702, 2397px 369px #FFC702, 55px 681px #FFC702, 726px 2308px #FFC702, 2447px 2387px #FFC702, 2168px 131px #FFC702, 1617px 573px #FFC702, 1947px 318px #FFC702, 2269px 2386px #FFC702, 1409px 2148px #FFC702, 1291px 962px #FFC702, 819px 411px #FFC702, 823px 1638px #FFC702, 1870px 552px #FFC702, 1405px 2337px #FFC702, 530px 405px #FFC702, 2104px 68px #FFC702, 1679px 1112px #FFC702, 543px 1052px #FFC702, 1178px 1442px #FFC702, 2149px 893px #FFC702, 1542px 1375px #FFC702, 825px 1400px #FFC702, 1591px 1881px #FFC702, 413px 1049px #FFC702, 1918px 241px #FFC702, 1015px 1215px #FFC702, 489px 82px #FFC702, 491px 1156px #FFC702, 77px 2460px #FFC702, 737px 189px #FFC702, 1734px 2551px #FFC702, 397px 1787px #FFC702, 1263px 803px #FFC702, 1770px 73px #FFC702, 2131px 2397px #FFC702, 1187px 2428px #FFC702, 1269px 1574px #FFC702, 715px 1579px #FFC702, 291px 1525px #FFC702, 2399px 2374px #FFC702, 2285px 528px #FFC702, 1262px 1567px #FFC702, 635px 2197px #FFC702, 145px 1107px #FFC702, 828px 1616px #FFC702, 1930px 8px #FFC702, 1181px 1752px #FFC702, 631px 2534px #FFC702, 874px 960px #FFC702, 237px 1560px #FFC702, 853px 2166px #FFC702, 301px 1149px #FFC702, 204px 2497px #FFC702, 251px 231px #FFC702, 969px 1196px #FFC702, 43px 1394px #FFC702, 316px 713px #FFC702, 1244px 2383px #FFC702, 673px 656px #FFC702, 1365px 1191px #FFC702, 464px 727px #FFC702, 994px 902px #FFC702, 787px 2334px #FFC702, 1711px 564px #FFC702, 1463px 736px #FFC702, 1524px 983px #FFC702, 1000px 754px #FFC702, 767px 1957px #FFC702, 1416px 62px #FFC702, 1861px 809px #FFC702, 335px 1702px #FFC702, 2469px 910px #FFC702, 1933px 1470px #FFC702, 1123px 1090px #FFC702, 2203px 2047px #FFC702, 827px 1671px #FFC702, 353px 2140px #FFC702, 2236px 1679px #FFC702, 2352px 2454px #FFC702, 2014px 53px #FFC702, 1155px 1481px #FFC702, 394px 1001px #FFC702, 1368px 568px #FFC702, 1586px 2417px #FFC702, 2050px 57px #FFC702, 2392px 433px #FFC702, 452px 2165px #FFC702, 506px 1275px #FFC702, 549px 1789px #FFC702, 357px 378px #FFC702, 1458px 1297px #FFC702, 1332px 797px #FFC702, 2012px 1129px #FFC702, 2352px 2360px #FFC702, 1241px 366px #FFC702, 2258px 163px #FFC702, 303px 2251px #FFC702, 2414px 1012px #FFC702, 1227px 1562px #FFC702, 2123px 1398px #FFC702, 1941px 991px #FFC702, 1371px 1561px #FFC702, 2244px 2360px #FFC702, 2086px 1814px #FFC702, 2317px 1176px #FFC702, 577px 2072px #FFC702, 1950px 1358px #FFC702, 1900px 1360px #FFC702, 1344px 680px #FFC702, 2136px 966px #FFC702, 2166px 1605px #FFC702, 1635px 2240px #FFC702, 829px 1245px #FFC702, 1206px 1766px #FFC702, 681px 1671px #FFC702, 228px 1489px #FFC702, 2444px 409px #FFC702, 1362px 1843px #FFC702, 2255px 2209px #FFC702, 1332px 2008px #FFC702, 1657px 2161px #FFC702, 421px 1366px #FFC702, 724px 468px #FFC702, 2026px 32px #FFC702, 972px 736px #FFC702, 427px 1283px #FFC702, 188px 2015px #FFC702, 1051px 542px #FFC702, 464px 193px #FFC702, 2398px 2548px #FFC702, 1931px 1278px #FFC702, 1351px 2087px #FFC702, 396px 859px #FFC702, 575px 159px #FFC702, 2272px 1247px #FFC702, 233px 2225px #FFC702, 1005px 1093px #FFC702, 717px 2456px #FFC702, 2048px 689px #FFC702, 2373px 2200px #FFC702, 2499px 209px #FFC702, 372px 587px #FFC702, 379px 1410px #FFC702, 2557px 2026px #FFC702, 1734px 1678px #FFC702, 1080px 922px #FFC702, 590px 1683px #FFC702, 1184px 2357px #FFC702, 106px 1993px #FFC702, 1200px 2234px #FFC702, 362px 2183px #FFC702, 1625px 2509px #FFC702;
  height: 3px;
  width: 3px;
}

.particle-1:after {
  box-shadow: 0px 0px #FFC702, 410px 1205px #FFC702, 874px 1079px #FFC702, 974px 2515px #FFC702, 307px 1953px #FFC702, 2196px 91px #FFC702, 1907px 1431px #FFC702, 2519px 1070px #FFC702, 2221px 1547px #FFC702, 2123px 1983px #FFC702, 2258px 2298px #FFC702, 1492px 769px #FFC702, 1959px 2079px #FFC702, 554px 388px #FFC702, 624px 1743px #FFC702, 1644px 826px #FFC702, 1827px 248px #FFC702, 1937px 313px #FFC702, 786px 2154px #FFC702, 690px 1486px #FFC702, 2111px 1884px #FFC702, 470px 1952px #FFC702, 748px 543px #FFC702, 1596px 872px #FFC702, 2546px 245px #FFC702, 2335px 1756px #FFC702, 1833px 2040px #FFC702, 1347px 2401px #FFC702, 992px 1714px #FFC702, 1163px 123px #FFC702, 2308px 1755px #FFC702, 1736px 793px #FFC702, 1804px 717px #FFC702, 1203px 186px #FFC702, 2220px 1007px #FFC702, 2341px 1814px #FFC702, 720px 1095px #FFC702, 2019px 2136px #FFC702, 2302px 1046px #FFC702, 2232px 1486px #FFC702, 1872px 931px #FFC702, 2000px 1445px #FFC702, 1529px 1626px #FFC702, 80px 1915px #FFC702, 504px 2386px #FFC702, 1522px 798px #FFC702, 309px 1888px #FFC702, 877px 1887px #FFC702, 1363px 1328px #FFC702, 1799px 1187px #FFC702, 1273px 2274px #FFC702, 1872px 103px #FFC702, 1938px 2283px #FFC702, 334px 524px #FFC702, 1576px 1285px #FFC702, 328px 1252px #FFC702, 1282px 314px #FFC702, 1791px 128px #FFC702, 2466px 1848px #FFC702, 475px 1072px #FFC702, 1707px 1105px #FFC702, 1411px 243px #FFC702, 31px 1601px #FFC702, 407px 1909px #FFC702, 1573px 1938px #FFC702, 1067px 2009px #FFC702, 136px 139px #FFC702, 1148px 2240px #FFC702, 1352px 1840px #FFC702, 503px 2092px #FFC702, 2311px 312px #FFC702, 497px 1966px #FFC702, 1548px 1742px #FFC702, 2531px 2314px #FFC702, 665px 1130px #FFC702, 2122px 790px #FFC702, 2165px 2152px #FFC702, 1058px 1484px #FFC702, 512px 720px #FFC702, 2424px 33px #FFC702, 1127px 1973px #FFC702, 652px 2508px #FFC702, 929px 31px #FFC702, 2469px 1974px #FFC702, 1951px 1939px #FFC702, 1547px 2559px #FFC702, 2538px 102px #FFC702, 2442px 1669px #FFC702, 1296px 528px #FFC702, 808px 2449px #FFC702, 353px 1620px #FFC702, 1123px 949px #FFC702, 1102px 1762px #FFC702, 945px 2024px #FFC702, 2277px 353px #FFC702, 137px 1196px #FFC702, 1405px 225px #FFC702, 169px 269px #FFC702, 1419px 1962px #FFC702, 1119px 1417px #FFC702, 2343px 2189px #FFC702, 73px 1499px #FFC702, 1969px 480px #FFC702, 2121px 1453px #FFC702, 2328px 281px #FFC702, 268px 1562px #FFC702, 1202px 958px #FFC702, 1841px 1751px #FFC702, 1592px 1131px #FFC702, 1667px 204px #FFC702, 1969px 140px #FFC702, 2202px 569px #FFC702, 1229px 2524px #FFC702, 1984px 1363px #FFC702, 530px 1304px #FFC702, 867px 609px #FFC702, 2524px 486px #FFC702, 90px 1527px #FFC702, 1850px 929px #FFC702, 1152px 1529px #FFC702, 2128px 1626px #FFC702, 2530px 984px #FFC702, 121px 1976px #FFC702, 735px 471px #FFC702, 1898px 700px #FFC702, 86px 1076px #FFC702, 146px 666px #FFC702, 296px 2126px #FFC702, 787px 1691px #FFC702, 147px 373px #FFC702, 1629px 887px #FFC702, 672px 364px #FFC702, 2375px 1935px #FFC702, 2452px 1111px #FFC702, 1109px 2269px #FFC702, 40px 750px #FFC702, 1477px 1452px #FFC702, 1752px 1640px #FFC702, 1467px 2316px #FFC702, 2457px 890px #FFC702, 11px 2219px #FFC702, 788px 628px #FFC702, 1251px 2379px #FFC702, 1879px 1528px #FFC702, 2369px 2470px #FFC702, 544px 897px #FFC702, 1626px 2351px #FFC702, 914px 1678px #FFC702, 637px 30px #FFC702, 486px 1730px #FFC702, 1052px 2313px #FFC702, 1482px 946px #FFC702, 2119px 244px #FFC702, 113px 2452px #FFC702, 2143px 1244px #FFC702, 1258px 635px #FFC702, 1130px 258px #FFC702, 549px 1449px #FFC702, 330px 389px #FFC702, 1147px 288px #FFC702, 31px 2214px #FFC702, 1067px 96px #FFC702, 1190px 1115px #FFC702, 550px 2205px #FFC702, 2294px 1454px #FFC702, 2290px 254px #FFC702, 1050px 1141px #FFC702, 1452px 2258px #FFC702, 868px 1239px #FFC702, 2458px 898px #FFC702, 1878px 615px #FFC702, 2370px 666px #FFC702, 594px 1814px #FFC702, 1326px 1290px #FFC702, 1886px 1135px #FFC702, 1160px 1682px #FFC702, 1241px 353px #FFC702, 2245px 655px #FFC702, 1927px 1238px #FFC702, 1280px 2341px #FFC702, 2454px 1876px #FFC702, 982px 2543px #FFC702, 641px 2395px #FFC702, 2280px 742px #FFC702, 913px 50px #FFC702, 2143px 581px #FFC702, 2231px 51px #FFC702, 812px 1204px #FFC702, 2232px 216px #FFC702, 1480px 881px #FFC702, 960px 851px #FFC702, 1446px 2442px #FFC702, 2476px 679px #FFC702, 2193px 951px #FFC702, 1786px 2456px #FFC702, 373px 632px #FFC702, 85px 472px #FFC702, 624px 330px #FFC702, 668px 1223px #FFC702, 2292px 876px #FFC702, 1569px 584px #FFC702, 733px 263px #FFC702, 392px 1121px #FFC702, 1160px 1623px #FFC702, 1123px 1070px #FFC702, 1133px 2044px #FFC702, 784px 2072px #FFC702, 2384px 1524px #FFC702, 2020px 28px #FFC702, 1263px 2286px #FFC702, 343px 2495px #FFC702, 2553px 431px #FFC702, 2126px 1613px #FFC702, 2408px 1038px #FFC702, 1696px 32px #FFC702, 326px 1675px #FFC702, 1504px 897px #FFC702, 232px 1891px #FFC702, 182px 2533px #FFC702, 2392px 875px #FFC702, 2302px 845px #FFC702, 411px 400px #FFC702, 1755px 1840px #FFC702, 1865px 2451px #FFC702, 1771px 2393px #FFC702, 357px 229px #FFC702, 880px 1336px #FFC702, 627px 1675px #FFC702, 2319px 384px #FFC702, 1952px 1674px #FFC702, 1438px 674px #FFC702, 802px 637px #FFC702, 2067px 632px #FFC702, 871px 990px #FFC702, 1642px 679px #FFC702, 611px 1766px #FFC702, 69px 493px #FFC702, 944px 2352px #FFC702, 1938px 1024px #FFC702, 2242px 228px #FFC702, 203px 1698px #FFC702, 2448px 2378px #FFC702, 1472px 204px #FFC702, 1155px 79px #FFC702, 2055px 168px #FFC702, 1164px 628px #FFC702, 1253px 214px #FFC702, 1421px 574px #FFC702, 173px 2404px #FFC702, 520px 773px #FFC702, 154px 217px #FFC702, 1760px 1596px #FFC702, 1093px 335px #FFC702, 1032px 787px #FFC702, 1175px 1689px #FFC702, 261px 99px #FFC702, 323px 117px #FFC702, 1767px 1849px #FFC702, 2335px 1899px #FFC702, 1655px 286px #FFC702, 163px 232px #FFC702, 2100px 487px #FFC702, 2125px 2309px #FFC702, 1115px 927px #FFC702, 1033px 140px #FFC702, 2271px 2438px #FFC702, 627px 767px #FFC702, 1105px 1008px #FFC702, 73px 1977px #FFC702, 2166px 2023px #FFC702, 1798px 1818px #FFC702, 2463px 2402px #FFC702, 609px 2258px #FFC702, 2281px 1102px #FFC702, 503px 1877px #FFC702, 2228px 310px #FFC702, 1381px 2432px #FFC702, 1738px 1868px #FFC702, 1021px 907px #FFC702, 375px 595px #FFC702, 803px 1870px #FFC702, 2009px 1464px #FFC702, 1647px 71px #FFC702, 1685px 353px #FFC702, 120px 1819px #FFC702, 2511px 1974px #FFC702, 1591px 2088px #FFC702, 501px 341px #FFC702, 2331px 7px #FFC702, 399px 1346px #FFC702, 2296px 2081px #FFC702, 1262px 981px #FFC702, 798px 2003px #FFC702, 1660px 1090px #FFC702, 1985px 2439px #FFC702, 2043px 2437px #FFC702, 2310px 1703px #FFC702, 9px 2214px #FFC702, 442px 567px #FFC702, 219px 917px #FFC702, 57px 1476px #FFC702, 1295px 558px #FFC702, 2404px 1902px #FFC702, 2316px 43px #FFC702, 1846px 407px #FFC702, 324px 1848px #FFC702, 1596px 2013px #FFC702, 396px 1853px #FFC702, 2313px 1866px #FFC702, 1291px 1899px #FFC702, 2190px 154px #FFC702, 1930px 1492px #FFC702, 1498px 1290px #FFC702, 1928px 443px #FFC702, 519px 597px #FFC702, 1475px 1329px #FFC702, 87px 1246px #FFC702, 2421px 898px #FFC702, 405px 1043px #FFC702, 981px 227px #FFC702, 855px 370px #FFC702, 1071px 209px #FFC702, 774px 1134px #FFC702, 2017px 1570px #FFC702, 236px 2473px #FFC702, 337px 1569px #FFC702, 131px 1240px #FFC702, 920px 1694px #FFC702, 1295px 240px #FFC702, 853px 2370px #FFC702, 1426px 1619px #FFC702, 999px 914px #FFC702, 1846px 660px #FFC702, 1702px 889px #FFC702, 1411px 2363px #FFC702, 678px 2012px #FFC702, 1882px 1247px #FFC702, 243px 1764px #FFC702, 1595px 84px #FFC702, 1856px 2259px #FFC702, 1739px 478px #FFC702, 822px 1730px #FFC702, 985px 683px #FFC702, 1883px 1896px #FFC702, 1445px 184px #FFC702, 1301px 1240px #FFC702, 1280px 27px #FFC702, 1281px 921px #FFC702, 105px 1695px #FFC702, 1901px 1308px #FFC702, 2079px 914px #FFC702, 565px 966px #FFC702, 659px 1043px #FFC702, 1910px 2112px #FFC702, 2170px 596px #FFC702, 1767px 870px #FFC702, 2357px 1196px #FFC702, 2025px 2467px #FFC702, 2024px 1426px #FFC702, 677px 1078px #FFC702, 423px 1018px #FFC702, 255px 2035px #FFC702, 1499px 2330px #FFC702, 1358px 542px #FFC702, 1852px 1448px #FFC702, 803px 746px #FFC702, 694px 405px #FFC702, 481px 1083px #FFC702, 1830px 164px #FFC702, 337px 125px #FFC702, 1983px 1335px #FFC702, 1195px 247px #FFC702, 1939px 63px #FFC702, 249px 650px #FFC702, 1215px 1986px #FFC702, 652px 215px #FFC702, 2220px 237px #FFC702, 704px 485px #FFC702, 1527px 1434px #FFC702, 28px 1674px #FFC702, 689px 1815px #FFC702, 582px 1970px #FFC702, 2439px 1702px #FFC702, 1445px 1852px #FFC702, 2224px 180px #FFC702, 16px 499px #FFC702, 373px 919px #FFC702, 487px 757px #FFC702, 1703px 2237px #FFC702, 1361px 2431px #FFC702, 1672px 147px #FFC702, 430px 110px #FFC702, 116px 2487px #FFC702, 1989px 1253px #FFC702, 1648px 545px #FFC702, 812px 1666px #FFC702, 633px 407px #FFC702, 89px 2006px #FFC702, 1320px 1713px #FFC702, 2504px 388px #FFC702, 1283px 2232px #FFC702, 1956px 2003px #FFC702, 1897px 1546px #FFC702, 2080px 747px #FFC702, 1180px 197px #FFC702, 2278px 1592px #FFC702, 348px 1990px #FFC702, 1114px 44px #FFC702, 412px 1954px #FFC702, 2392px 2124px #FFC702, 380px 1441px #FFC702, 1880px 2507px #FFC702, 2234px 211px #FFC702, 2465px 486px #FFC702, 1544px 584px #FFC702, 1692px 404px #FFC702, 1729px 1143px #FFC702, 2109px 1519px #FFC702, 1797px 2295px #FFC702, 2114px 2092px #FFC702, 2456px 166px #FFC702, 333px 2467px #FFC702, 854px 892px #FFC702, 203px 1814px #FFC702, 671px 1606px #FFC702, 977px 2179px #FFC702, 1710px 1706px #FFC702, 1189px 1381px #FFC702, 739px 35px #FFC702, 639px 855px #FFC702, 113px 2393px #FFC702, 1451px 1254px #FFC702, 1578px 426px #FFC702, 1023px 1596px #FFC702, 2206px 1943px #FFC702, 839px 1125px #FFC702, 2486px 2260px #FFC702, 1143px 1518px #FFC702, 1830px 1336px #FFC702, 316px 1360px #FFC702, 1149px 1185px #FFC702, 411px 693px #FFC702, 1742px 149px #FFC702, 1797px 483px #FFC702, 1697px 110px #FFC702, 2043px 1175px #FFC702, 12px 1202px #FFC702, 978px 1522px #FFC702, 1505px 1999px #FFC702, 1680px 1674px #FFC702, 705px 110px #FFC702, 1402px 61px #FFC702, 259px 945px #FFC702, 2548px 947px #FFC702, 310px 1820px #FFC702, 1912px 2045px #FFC702, 327px 637px #FFC702, 1036px 1051px #FFC702, 890px 2545px #FFC702, 921px 2535px #FFC702, 1737px 1380px #FFC702, 914px 2356px #FFC702, 670px 1368px #FFC702, 2531px 918px #FFC702, 2342px 1540px #FFC702, 645px 2054px #FFC702, 129px 668px #FFC702, 180px 1481px #FFC702, 2490px 1906px #FFC702, 994px 1096px #FFC702, 44px 414px #FFC702, 2060px 2227px #FFC702, 487px 2115px #FFC702, 2071px 2212px #FFC702, 396px 929px #FFC702, 1823px 2019px #FFC702, 1892px 881px #FFC702, 1700px 1521px #FFC702, 2258px 2161px #FFC702, 182px 2426px #FFC702, 1384px 1573px #FFC702, 149px 1987px #FFC702, 567px 1190px #FFC702, 1175px 940px #FFC702, 611px 952px #FFC702, 1616px 776px #FFC702, 1402px 2393px #FFC702, 41px 2312px #FFC702, 2250px 1027px #FFC702, 47px 853px #FFC702, 2453px 1847px #FFC702, 2412px 2461px #FFC702, 1232px 1157px #FFC702, 848px 1510px #FFC702, 591px 1818px #FFC702, 578px 1166px #FFC702, 2244px 2136px #FFC702, 472px 1229px #FFC702, 2521px 1609px #FFC702, 1034px 1086px #FFC702, 1667px 1608px #FFC702, 1415px 2336px #FFC702, 2111px 1630px #FFC702, 256px 2205px #FFC702, 666px 2385px #FFC702, 1775px 2123px #FFC702, 226px 86px #FFC702, 1111px 2179px #FFC702, 1633px 30px #FFC702, 468px 1932px #FFC702, 2465px 2351px #FFC702, 1773px 2554px #FFC702, 1689px 2086px #FFC702, 1696px 1710px #FFC702, 1567px 1980px #FFC702, 116px 1573px #FFC702, 42px 2131px #FFC702, 1012px 805px #FFC702, 1349px 327px #FFC702, 2199px 1313px #FFC702, 1855px 1428px #FFC702, 1946px 114px #FFC702, 1471px 497px #FFC702, 407px 698px #FFC702, 96px 370px #FFC702, 1575px 116px #FFC702, 598px 1238px #FFC702, 239px 2279px #FFC702, 1198px 2113px #FFC702, 839px 1892px #FFC702, 2440px 570px #FFC702, 2465px 2192px #FFC702, 1504px 237px #FFC702, 2394px 33px #FFC702, 1480px 2295px #FFC702, 1555px 2165px #FFC702, 2237px 2212px #FFC702, 1750px 435px #FFC702, 2455px 2505px #FFC702, 1055px 1085px #FFC702, 2277px 2127px #FFC702, 1434px 890px #FFC702, 495px 287px #FFC702, 1951px 475px #FFC702, 831px 333px #FFC702, 642px 764px #FFC702, 1416px 256px #FFC702, 1098px 1646px #FFC702, 274px 230px #FFC702, 498px 1872px #FFC702, 2136px 2295px #FFC702, 1520px 1001px #FFC702, 1891px 1983px #FFC702, 372px 1182px #FFC702, 2442px 1445px #FFC702, 1718px 1520px #FFC702, 1680px 1977px #FFC702, 969px 1482px #FFC702, 2413px 1382px #FFC702, 2547px 2146px #FFC702, 844px 2368px #FFC702, 638px 1414px #FFC702, 1206px 1466px #FFC702, 2153px 1979px #FFC702, 1611px 1940px #FFC702, 227px 2057px #FFC702, 726px 938px #FFC702, 1258px 1234px #FFC702, 1993px 1362px #FFC702, 2378px 621px #FFC702, 1648px 1054px #FFC702, 2116px 1536px #FFC702, 1006px 52px #FFC702, 2151px 1546px #FFC702, 2133px 118px #FFC702, 1197px 2210px #FFC702, 14px 730px #FFC702, 487px 667px #FFC702, 2396px 441px #FFC702, 986px 1405px #FFC702, 1221px 2438px #FFC702, 1540px 275px #FFC702, 460px 804px #FFC702, 1087px 1862px #FFC702, 43px 113px #FFC702, 1736px 686px #FFC702, 921px 372px #FFC702, 860px 2065px #FFC702, 1454px 1847px #FFC702, 190px 1046px #FFC702, 2478px 1661px #FFC702, 1258px 2487px #FFC702, 655px 1811px #FFC702, 1729px 676px #FFC702, 635px 1946px #FFC702, 2275px 1229px #FFC702, 2477px 389px #FFC702, 2411px 1117px #FFC702, 308px 662px #FFC702, 1171px 2309px #FFC702, 2540px 1675px #FFC702;
  height: 3px;
  width: 3px;
}

.particle-2 {
  -webkit-animation: animParticle 120s linear infinite;
          animation: animParticle 120s linear infinite;
  box-shadow: 0px 0px #FFC702, 22px 883px #FFC702, 488px 1604px #FFC702, 695px 1533px #FFC702, 2350px 1009px #FFC702, 4px 689px #FFC702, 799px 568px #FFC702, 1652px 2530px #FFC702, 489px 805px #FFC702, 2020px 1093px #FFC702, 1268px 1132px #FFC702, 61px 2262px #FFC702, 1772px 519px #FFC702, 240px 2342px #FFC702, 817px 444px #FFC702, 428px 2489px #FFC702, 2294px 729px #FFC702, 1746px 974px #FFC702, 1966px 1355px #FFC702, 211px 2470px #FFC702, 2429px 333px #FFC702, 1585px 1556px #FFC702, 1922px 2424px #FFC702, 1466px 2106px #FFC702, 403px 1851px #FFC702, 1588px 2344px #FFC702, 1468px 1988px #FFC702, 1897px 1444px #FFC702, 1465px 559px #FFC702, 2458px 2467px #FFC702, 761px 1605px #FFC702, 719px 607px #FFC702, 2229px 1096px #FFC702, 989px 901px #FFC702, 702px 1517px #FFC702, 48px 472px #FFC702, 315px 2445px #FFC702, 909px 1850px #FFC702, 2331px 2059px #FFC702, 761px 711px #FFC702, 2528px 1693px #FFC702, 1671px 1910px #FFC702, 783px 1843px #FFC702, 122px 846px #FFC702, 563px 2208px #FFC702, 1017px 1016px #FFC702, 1048px 1794px #FFC702, 1821px 295px #FFC702, 428px 1997px #FFC702, 122px 1016px #FFC702, 665px 2052px #FFC702, 1502px 2363px #FFC702, 514px 2013px #FFC702, 185px 1893px #FFC702, 2342px 1687px #FFC702, 2499px 669px #FFC702, 2516px 1790px #FFC702, 522px 2017px #FFC702, 1020px 1961px #FFC702, 1982px 1426px #FFC702, 619px 228px #FFC702, 325px 2402px #FFC702, 426px 2015px #FFC702, 2331px 197px #FFC702, 785px 2199px #FFC702, 1657px 2261px #FFC702, 2217px 473px #FFC702, 2196px 1200px #FFC702, 2229px 1610px #FFC702, 1929px 1648px #FFC702, 2305px 2460px #FFC702, 543px 596px #FFC702, 1883px 2082px #FFC702, 778px 684px #FFC702, 501px 2074px #FFC702, 821px 938px #FFC702, 116px 1313px #FFC702, 1122px 1625px #FFC702, 966px 254px #FFC702, 298px 1459px #FFC702, 1339px 693px #FFC702, 1527px 1898px #FFC702, 11px 1735px #FFC702, 1076px 1386px #FFC702, 1467px 1449px #FFC702, 1404px 2061px #FFC702, 2420px 2214px #FFC702, 2425px 2484px #FFC702, 1220px 2534px #FFC702, 645px 978px #FFC702, 2310px 257px #FFC702, 2556px 2548px #FFC702, 1159px 918px #FFC702, 1253px 258px #FFC702, 2152px 318px #FFC702, 1038px 1647px #FFC702, 922px 539px #FFC702, 127px 1169px #FFC702, 1248px 291px #FFC702, 2394px 343px #FFC702, 1065px 1388px #FFC702, 1297px 1523px #FFC702, 2000px 195px #FFC702, 1586px 1532px #FFC702, 2013px 933px #FFC702, 1579px 1871px #FFC702, 1485px 497px #FFC702, 2542px 2100px #FFC702, 524px 2011px #FFC702, 1990px 1803px #FFC702, 2345px 1027px #FFC702, 2148px 1922px #FFC702, 1009px 1473px #FFC702, 672px 1725px #FFC702, 2473px 2421px #FFC702, 171px 2372px #FFC702, 1915px 1016px #FFC702, 671px 946px #FFC702, 91px 108px #FFC702, 982px 1689px #FFC702, 2048px 819px #FFC702, 2504px 2205px #FFC702, 637px 2197px #FFC702, 632px 402px #FFC702, 141px 2308px #FFC702, 1348px 2163px #FFC702, 135px 625px #FFC702, 949px 2467px #FFC702, 92px 2477px #FFC702, 2296px 1499px #FFC702, 1909px 1432px #FFC702, 820px 2411px #FFC702, 700px 1768px #FFC702, 938px 2461px #FFC702, 1616px 745px #FFC702, 572px 2096px #FFC702, 496px 1406px #FFC702, 1835px 1111px #FFC702, 265px 1355px #FFC702, 370px 686px #FFC702, 288px 2031px #FFC702, 2188px 119px #FFC702, 5px 615px #FFC702, 1542px 1762px #FFC702, 2219px 1812px #FFC702, 526px 1435px #FFC702, 597px 339px #FFC702, 1430px 482px #FFC702, 988px 660px #FFC702, 868px 878px #FFC702, 700px 1911px #FFC702, 640px 1664px #FFC702, 836px 1579px #FFC702, 1288px 115px #FFC702, 611px 1359px #FFC702, 1223px 1307px #FFC702, 1243px 1282px #FFC702, 2227px 1376px #FFC702, 392px 2320px #FFC702, 1594px 730px #FFC702, 1679px 1132px #FFC702, 2513px 1011px #FFC702, 2517px 2325px #FFC702, 1228px 2161px #FFC702, 959px 1477px #FFC702, 99px 1533px #FFC702, 2498px 2039px #FFC702, 340px 2026px #FFC702, 1865px 1841px #FFC702, 972px 1939px #FFC702, 853px 2389px #FFC702, 680px 736px #FFC702, 486px 541px #FFC702, 350px 356px #FFC702, 1116px 775px #FFC702, 2550px 1693px #FFC702, 600px 125px #FFC702, 642px 883px #FFC702, 342px 56px #FFC702, 304px 1353px #FFC702, 2156px 2184px #FFC702, 2485px 1139px #FFC702, 2155px 2440px #FFC702, 1507px 530px #FFC702, 671px 2486px #FFC702, 2250px 2059px #FFC702, 401px 850px #FFC702, 1153px 1556px #FFC702, 1346px 2258px #FFC702, 2068px 2139px #FFC702, 1818px 2242px #FFC702, 214px 3px #FFC702, 941px 471px #FFC702, 1871px 977px #FFC702, 346px 2214px #FFC702, 226px 1646px #FFC702, 401px 1534px #FFC702, 485px 1875px #FFC702, 1298px 1493px #FFC702, 1371px 2556px #FFC702, 1597px 1784px #FFC702;
  height: 2px;
  width: 2px;
}

.particle-2:after {
  box-shadow: 0px 0px #FFC702, 2480px 1253px #FFC702, 981px 567px #FFC702, 135px 1118px #FFC702, 1387px 2438px #FFC702, 635px 2471px #FFC702, 165px 2054px #FFC702, 592px 1868px #FFC702, 1327px 1595px #FFC702, 1850px 1108px #FFC702, 2297px 1831px #FFC702, 245px 103px #FFC702, 225px 1381px #FFC702, 813px 1359px #FFC702, 115px 1911px #FFC702, 1111px 887px #FFC702, 495px 1421px #FFC702, 240px 892px #FFC702, 577px 724px #FFC702, 363px 1256px #FFC702, 855px 2154px #FFC702, 1810px 2338px #FFC702, 1166px 1501px #FFC702, 2310px 91px #FFC702, 594px 1682px #FFC702, 207px 257px #FFC702, 1978px 2258px #FFC702, 63px 1466px #FFC702, 946px 1329px #FFC702, 1196px 409px #FFC702, 696px 179px #FFC702, 2064px 1912px #FFC702, 879px 1130px #FFC702, 243px 1327px #FFC702, 1005px 1848px #FFC702, 170px 1985px #FFC702, 1859px 1340px #FFC702, 1972px 2320px #FFC702, 184px 558px #FFC702, 1816px 449px #FFC702, 967px 509px #FFC702, 1290px 2053px #FFC702, 170px 787px #FFC702, 1782px 32px #FFC702, 2017px 2518px #FFC702, 2365px 2195px #FFC702, 851px 1196px #FFC702, 1472px 2260px #FFC702, 1669px 48px #FFC702, 2014px 1417px #FFC702, 1647px 73px #FFC702, 2271px 1659px #FFC702, 860px 1808px #FFC702, 1049px 1599px #FFC702, 89px 145px #FFC702, 1041px 73px #FFC702, 2340px 577px #FFC702, 1941px 1870px #FFC702, 552px 2268px #FFC702, 1834px 1712px #FFC702, 821px 142px #FFC702, 1014px 1057px #FFC702, 659px 1763px #FFC702, 1188px 902px #FFC702, 819px 701px #FFC702, 1653px 2214px #FFC702, 689px 2034px #FFC702, 1741px 2427px #FFC702, 2539px 86px #FFC702, 1822px 199px #FFC702, 571px 1392px #FFC702, 1907px 1005px #FFC702, 939px 952px #FFC702, 1974px 2358px #FFC702, 382px 1970px #FFC702, 586px 1856px #FFC702, 1048px 1701px #FFC702, 1813px 2016px #FFC702, 1932px 313px #FFC702, 1700px 397px #FFC702, 836px 1409px #FFC702, 2121px 947px #FFC702, 121px 2506px #FFC702, 1946px 872px #FFC702, 2278px 1562px #FFC702, 51px 1994px #FFC702, 918px 423px #FFC702, 688px 1939px #FFC702, 1219px 287px #FFC702, 2492px 583px #FFC702, 229px 1202px #FFC702, 2090px 1212px #FFC702, 2070px 1110px #FFC702, 2513px 800px #FFC702, 2407px 704px #FFC702, 2019px 1757px #FFC702, 7px 751px #FFC702, 883px 22px #FFC702, 1850px 975px #FFC702, 1571px 678px #FFC702, 2368px 131px #FFC702, 1676px 646px #FFC702, 1289px 457px #FFC702, 2019px 2525px #FFC702, 1358px 1440px #FFC702, 1135px 279px #FFC702, 495px 997px #FFC702, 1126px 2396px #FFC702, 2260px 1372px #FFC702, 2073px 2232px #FFC702, 1002px 1201px #FFC702, 1437px 1025px #FFC702, 1195px 1058px #FFC702, 959px 1514px #FFC702, 193px 1514px #FFC702, 888px 904px #FFC702, 646px 286px #FFC702, 914px 2146px #FFC702, 98px 1637px #FFC702, 906px 230px #FFC702, 2153px 212px #FFC702, 2438px 396px #FFC702, 1626px 1935px #FFC702, 1458px 1065px #FFC702, 2005px 30px #FFC702, 1884px 602px #FFC702, 234px 1711px #FFC702, 851px 2366px #FFC702, 2383px 507px #FFC702, 282px 503px #FFC702, 2048px 1239px #FFC702, 1420px 1658px #FFC702, 1845px 292px #FFC702, 2387px 217px #FFC702, 2017px 387px #FFC702, 2421px 1210px #FFC702, 1317px 1356px #FFC702, 2218px 593px #FFC702, 1670px 1019px #FFC702, 846px 8px #FFC702, 1848px 2443px #FFC702, 1196px 1763px #FFC702, 1367px 491px #FFC702, 484px 890px #FFC702, 810px 2135px #FFC702, 1256px 1499px #FFC702, 1369px 173px #FFC702, 2264px 2058px #FFC702, 2123px 262px #FFC702, 136px 2014px #FFC702, 1540px 1484px #FFC702, 668px 2111px #FFC702, 870px 1037px #FFC702, 96px 1216px #FFC702, 126px 2492px #FFC702, 1301px 1683px #FFC702, 1144px 1730px #FFC702, 978px 502px #FFC702, 1373px 502px #FFC702, 2010px 1660px #FFC702, 112px 1904px #FFC702, 502px 428px #FFC702, 631px 102px #FFC702, 1598px 1383px #FFC702, 2063px 2175px #FFC702, 306px 269px #FFC702, 1284px 92px #FFC702, 1192px 1917px #FFC702, 1294px 1508px #FFC702, 1273px 2218px #FFC702, 35px 2120px #FFC702, 734px 2020px #FFC702, 939px 1843px #FFC702, 1931px 2560px #FFC702, 2379px 1928px #FFC702, 1034px 1729px #FFC702, 1056px 905px #FFC702, 2366px 1714px #FFC702, 1956px 479px #FFC702, 785px 1449px #FFC702, 1853px 2202px #FFC702, 602px 247px #FFC702, 1332px 2266px #FFC702, 1806px 1811px #FFC702, 1514px 1748px #FFC702, 1548px 807px #FFC702, 23px 150px #FFC702, 936px 1607px #FFC702, 2153px 2457px #FFC702, 1064px 1707px #FFC702, 515px 2117px #FFC702, 1072px 576px #FFC702, 2165px 1012px #FFC702, 216px 28px #FFC702, 415px 664px #FFC702, 875px 149px #FFC702, 2467px 728px #FFC702, 344px 1181px #FFC702, 2184px 1374px #FFC702, 871px 663px #FFC702, 2277px 1026px #FFC702;
  height: 2px;
  width: 2px;
}

.particle-3 {
  -webkit-animation: animParticle 180s linear infinite;
          animation: animParticle 180s linear infinite;
  box-shadow: 0px 0px #FFC702, 1424px 2173px #FFC702, 2037px 346px #FFC702, 1969px 740px #FFC702, 164px 1454px #FFC702, 2190px 733px #FFC702, 2490px 1713px #FFC702, 2136px 309px #FFC702, 846px 1123px #FFC702, 324px 572px #FFC702, 1168px 1788px #FFC702, 1025px 928px #FFC702, 1497px 1503px #FFC702, 1902px 2189px #FFC702, 1807px 567px #FFC702, 2133px 226px #FFC702, 2359px 164px #FFC702, 1102px 1058px #FFC702, 350px 503px #FFC702, 275px 2195px #FFC702, 1400px 2556px #FFC702, 1046px 966px #FFC702, 751px 1018px #FFC702, 567px 9px #FFC702, 2164px 2040px #FFC702, 362px 413px #FFC702, 1463px 307px #FFC702, 2187px 954px #FFC702, 1483px 1731px #FFC702, 526px 2326px #FFC702, 498px 2477px #FFC702, 2167px 169px #FFC702, 1971px 2056px #FFC702, 275px 1661px #FFC702, 647px 188px #FFC702, 1429px 877px #FFC702, 1045px 1267px #FFC702, 2376px 1908px #FFC702, 2202px 2206px #FFC702, 2005px 1657px #FFC702, 1988px 38px #FFC702, 1059px 626px #FFC702, 1236px 932px #FFC702, 620px 2468px #FFC702, 671px 566px #FFC702, 1263px 1919px #FFC702, 851px 2080px #FFC702, 2099px 771px #FFC702, 1461px 1391px #FFC702, 1051px 1751px #FFC702, 683px 1550px #FFC702, 1460px 1822px #FFC702, 1709px 1222px #FFC702, 885px 1701px #FFC702, 1148px 2535px #FFC702, 618px 49px #FFC702, 891px 2222px #FFC702, 1090px 92px #FFC702, 1258px 1294px #FFC702, 129px 1481px #FFC702, 748px 1007px #FFC702, 244px 514px #FFC702, 2515px 1902px #FFC702, 2048px 479px #FFC702, 766px 2251px #FFC702, 2171px 2444px #FFC702, 2014px 2451px #FFC702, 757px 393px #FFC702, 1622px 483px #FFC702, 227px 1188px #FFC702, 285px 798px #FFC702, 1463px 1187px #FFC702, 757px 1234px #FFC702, 1069px 2386px #FFC702, 2366px 373px #FFC702, 140px 2526px #FFC702, 802px 451px #FFC702, 1138px 1666px #FFC702, 1996px 1623px #FFC702, 1339px 1644px #FFC702, 910px 446px #FFC702, 2133px 1295px #FFC702, 2212px 113px #FFC702, 2342px 2391px #FFC702, 177px 1701px #FFC702, 1096px 1537px #FFC702, 315px 570px #FFC702, 2407px 136px #FFC702, 790px 1509px #FFC702, 1436px 2301px #FFC702, 213px 1671px #FFC702, 2435px 2014px #FFC702, 2095px 664px #FFC702, 1233px 1944px #FFC702, 1184px 59px #FFC702, 289px 1656px #FFC702, 446px 2497px #FFC702, 1072px 1602px #FFC702, 1280px 2127px #FFC702, 1372px 2044px #FFC702, 954px 1817px #FFC702;
  height: 3px;
  width: 3px;
}

.particle-3:after {
  box-shadow: 0px 0px #FFC702, 1618px 1887px #FFC702, 1240px 2243px #FFC702, 431px 1723px #FFC702, 1721px 319px #FFC702, 348px 1119px #FFC702, 146px 137px #FFC702, 680px 257px #FFC702, 451px 1756px #FFC702, 1092px 810px #FFC702, 1661px 1501px #FFC702, 1372px 2299px #FFC702, 46px 1646px #FFC702, 1399px 1874px #FFC702, 1685px 2389px #FFC702, 770px 1648px #FFC702, 540px 228px #FFC702, 959px 492px #FFC702, 444px 83px #FFC702, 2463px 766px #FFC702, 2245px 2432px #FFC702, 133px 1914px #FFC702, 2021px 1281px #FFC702, 784px 994px #FFC702, 1083px 119px #FFC702, 402px 436px #FFC702, 1268px 1397px #FFC702, 412px 515px #FFC702, 1498px 1395px #FFC702, 178px 579px #FFC702, 33px 498px #FFC702, 594px 770px #FFC702, 464px 181px #FFC702, 1404px 257px #FFC702, 811px 1658px #FFC702, 237px 886px #FFC702, 1458px 1129px #FFC702, 1697px 1029px #FFC702, 1302px 998px #FFC702, 1914px 2384px #FFC702, 1102px 1734px #FFC702, 1228px 1472px #FFC702, 1812px 337px #FFC702, 1916px 773px #FFC702, 204px 931px #FFC702, 665px 2344px #FFC702, 263px 1575px #FFC702, 55px 1441px #FFC702, 1937px 2129px #FFC702, 900px 2092px #FFC702, 825px 508px #FFC702, 1967px 354px #FFC702, 2155px 889px #FFC702, 491px 1032px #FFC702, 797px 1259px #FFC702, 1758px 1206px #FFC702, 242px 1212px #FFC702, 2457px 1629px #FFC702, 1628px 2014px #FFC702, 1208px 1338px #FFC702, 1952px 686px #FFC702, 1041px 1879px #FFC702, 552px 1552px #FFC702, 1491px 1971px #FFC702, 1643px 1676px #FFC702, 2063px 2396px #FFC702, 1255px 1118px #FFC702, 1211px 2066px #FFC702, 2049px 1818px #FFC702, 2231px 366px #FFC702, 1843px 1357px #FFC702, 1860px 731px #FFC702, 1784px 1248px #FFC702, 545px 1207px #FFC702, 1464px 427px #FFC702, 1945px 1448px #FFC702, 1845px 1295px #FFC702, 2075px 1860px #FFC702, 79px 2510px #FFC702, 150px 640px #FFC702, 1119px 1885px #FFC702, 1401px 328px #FFC702, 1905px 791px #FFC702, 360px 427px #FFC702, 1335px 1671px #FFC702, 2428px 2245px #FFC702, 1723px 701px #FFC702, 1106px 106px #FFC702, 2333px 2004px #FFC702, 1602px 657px #FFC702, 1060px 1555px #FFC702, 1593px 2175px #FFC702, 938px 1421px #FFC702, 1311px 2298px #FFC702, 1978px 2313px #FFC702, 2359px 2300px #FFC702, 2044px 32px #FFC702, 1968px 1697px #FFC702, 1751px 774px #FFC702, 646px 2273px #FFC702, 181px 24px #FFC702;
  height: 3px;
  width: 3px;
}

.particle-4 {
  -webkit-animation: animParticle 600s linear infinite;
          animation: animParticle 600s linear infinite;
  box-shadow: 0px 0px #FFC702, 1596px 2313px #FFC702, 212px 2273px #FFC702, 495px 2423px #FFC702, 2160px 1225px #FFC702, 914px 1861px #FFC702, 1449px 2025px #FFC702, 8px 648px #FFC702, 2100px 1609px #FFC702, 1251px 738px #FFC702, 969px 409px #FFC702, 90px 610px #FFC702, 2106px 986px #FFC702, 1313px 773px #FFC702, 605px 1525px #FFC702, 799px 1778px #FFC702, 1137px 2266px #FFC702, 2083px 2396px #FFC702, 226px 2118px #FFC702, 504px 2241px #FFC702, 1808px 1678px #FFC702, 1336px 475px #FFC702, 1740px 733px #FFC702, 27px 1198px #FFC702, 1849px 1480px #FFC702, 432px 291px #FFC702, 22px 1792px #FFC702, 1061px 2453px #FFC702, 1479px 934px #FFC702, 125px 1099px #FFC702, 1167px 1725px #FFC702, 1785px 52px #FFC702, 186px 200px #FFC702, 803px 70px #FFC702, 1636px 2013px #FFC702, 1963px 1242px #FFC702, 2558px 329px #FFC702, 854px 1382px #FFC702, 711px 903px #FFC702, 982px 382px #FFC702, 2067px 2231px #FFC702, 1683px 1786px #FFC702, 785px 2255px #FFC702, 883px 1588px #FFC702, 1174px 2099px #FFC702, 1700px 1635px #FFC702, 2243px 398px #FFC702, 1969px 592px #FFC702, 1298px 1655px #FFC702, 1986px 792px #FFC702, 1932px 1450px #FFC702, 2456px 1880px #FFC702, 657px 494px #FFC702, 2361px 1311px #FFC702, 1240px 1647px #FFC702, 1478px 454px #FFC702, 1476px 1913px #FFC702, 1832px 398px #FFC702, 1792px 1845px #FFC702, 652px 1039px #FFC702, 1397px 2092px #FFC702, 1783px 2084px #FFC702, 1144px 1812px #FFC702, 2370px 699px #FFC702, 2072px 50px #FFC702, 1046px 678px #FFC702, 2314px 2293px #FFC702, 1692px 572px #FFC702, 63px 505px #FFC702, 1320px 874px #FFC702, 1784px 2028px #FFC702, 2275px 1190px #FFC702, 978px 1018px #FFC702, 727px 2089px #FFC702, 1051px 756px #FFC702, 1175px 1153px #FFC702, 1797px 649px #FFC702, 2519px 1914px #FFC702, 682px 779px #FFC702, 2539px 2216px #FFC702, 1783px 704px #FFC702, 601px 2331px #FFC702, 830px 2511px #FFC702, 1790px 2022px #FFC702, 148px 2530px #FFC702, 1900px 584px #FFC702, 1579px 697px #FFC702, 1063px 600px #FFC702, 1505px 1803px #FFC702, 463px 2506px #FFC702, 1900px 182px #FFC702, 2010px 1552px #FFC702, 282px 1068px #FFC702, 1254px 88px #FFC702, 1771px 2024px #FFC702, 1554px 2385px #FFC702, 2231px 850px #FFC702, 1926px 2528px #FFC702, 1357px 940px #FFC702, 682px 559px #FFC702, 1667px 138px #FFC702, 1885px 393px #FFC702, 1321px 103px #FFC702, 1240px 2455px #FFC702, 2356px 122px #FFC702, 933px 405px #FFC702, 2435px 1270px #FFC702, 1931px 951px #FFC702, 647px 186px #FFC702, 77px 2406px #FFC702, 1750px 1894px #FFC702, 50px 2108px #FFC702, 1094px 1821px #FFC702, 1040px 785px #FFC702, 2428px 2252px #FFC702, 1207px 1999px #FFC702, 2342px 515px #FFC702, 1649px 2399px #FFC702, 2424px 1812px #FFC702, 2239px 633px #FFC702, 1734px 866px #FFC702, 568px 656px #FFC702, 1327px 2472px #FFC702, 2171px 245px #FFC702, 462px 2233px #FFC702, 2394px 578px #FFC702, 720px 467px #FFC702, 556px 1835px #FFC702, 996px 983px #FFC702, 384px 1870px #FFC702, 1061px 318px #FFC702, 1213px 322px #FFC702, 2294px 1345px #FFC702, 1475px 1752px #FFC702, 1686px 1911px #FFC702, 48px 984px #FFC702, 366px 1761px #FFC702, 885px 938px #FFC702, 1413px 534px #FFC702, 518px 2430px #FFC702, 2157px 1687px #FFC702, 926px 593px #FFC702, 1504px 565px #FFC702, 2076px 101px #FFC702, 1960px 933px #FFC702, 342px 500px #FFC702, 905px 478px #FFC702, 1907px 2175px #FFC702, 1736px 436px #FFC702, 396px 2218px #FFC702, 1036px 732px #FFC702, 276px 832px #FFC702, 79px 1260px #FFC702, 1657px 2326px #FFC702, 2449px 1373px #FFC702, 1410px 1597px #FFC702, 2233px 2231px #FFC702, 1677px 465px #FFC702, 1181px 161px #FFC702, 1494px 276px #FFC702, 2148px 580px #FFC702, 1299px 297px #FFC702, 1490px 2556px #FFC702, 2508px 2337px #FFC702, 1219px 2227px #FFC702, 1119px 1933px #FFC702, 1836px 1414px #FFC702, 1601px 1649px #FFC702, 1027px 1460px #FFC702, 274px 2504px #FFC702, 1612px 5px #FFC702, 517px 1416px #FFC702, 1631px 2426px #FFC702, 79px 2161px #FFC702, 1044px 353px #FFC702, 480px 941px #FFC702, 1921px 1687px #FFC702, 167px 564px #FFC702, 497px 1024px #FFC702, 1916px 2400px #FFC702, 2337px 305px #FFC702, 646px 686px #FFC702, 1350px 2394px #FFC702, 888px 759px #FFC702, 1896px 831px #FFC702, 455px 301px #FFC702, 1050px 316px #FFC702, 1149px 912px #FFC702, 478px 2298px #FFC702, 2368px 617px #FFC702, 248px 2091px #FFC702, 2427px 828px #FFC702, 2059px 578px #FFC702, 854px 914px #FFC702, 2216px 183px #FFC702, 219px 1752px #FFC702, 195px 1875px #FFC702, 2497px 254px #FFC702, 189px 341px #FFC702, 998px 322px #FFC702, 1164px 428px #FFC702, 2043px 868px #FFC702, 246px 1547px #FFC702, 2136px 70px #FFC702, 2548px 733px #FFC702, 2271px 2416px #FFC702, 1843px 504px #FFC702, 1395px 411px #FFC702, 1018px 451px #FFC702, 1932px 1901px #FFC702, 146px 393px #FFC702, 816px 2003px #FFC702, 1114px 1869px #FFC702, 1465px 2063px #FFC702, 1199px 864px #FFC702, 553px 888px #FFC702, 1463px 91px #FFC702, 1875px 1859px #FFC702, 2489px 312px #FFC702, 2162px 2550px #FFC702, 2193px 508px #FFC702, 1956px 1192px #FFC702, 2249px 531px #FFC702, 1969px 272px #FFC702, 794px 785px #FFC702, 1675px 487px #FFC702, 1647px 962px #FFC702, 114px 1463px #FFC702, 2031px 2030px #FFC702, 803px 1334px #FFC702, 233px 1892px #FFC702, 1991px 1535px #FFC702, 674px 441px #FFC702, 376px 591px #FFC702, 2477px 1043px #FFC702, 1066px 2042px #FFC702, 424px 1651px #FFC702, 2251px 1874px #FFC702, 1000px 247px #FFC702, 2111px 2000px #FFC702, 243px 371px #FFC702, 1839px 1048px #FFC702, 1745px 2189px #FFC702, 873px 521px #FFC702, 2411px 2485px #FFC702, 1364px 107px #FFC702, 248px 1444px #FFC702, 2438px 404px #FFC702, 1710px 682px #FFC702, 1889px 460px #FFC702, 1523px 714px #FFC702, 708px 2544px #FFC702, 256px 410px #FFC702, 415px 760px #FFC702, 721px 1338px #FFC702, 671px 86px #FFC702, 641px 2388px #FFC702, 1135px 1140px #FFC702, 2008px 2164px #FFC702, 1764px 424px #FFC702, 314px 307px #FFC702, 1760px 1901px #FFC702, 1166px 2337px #FFC702, 730px 1154px #FFC702, 1742px 1619px #FFC702, 1341px 827px #FFC702, 1831px 1020px #FFC702, 2145px 108px #FFC702, 15px 1101px #FFC702, 1885px 1286px #FFC702, 2554px 1420px #FFC702, 426px 2075px #FFC702, 148px 990px #FFC702, 2468px 1575px #FFC702, 977px 650px #FFC702, 563px 1747px #FFC702, 1235px 351px #FFC702, 2132px 1625px #FFC702, 306px 706px #FFC702, 4px 39px #FFC702, 311px 1539px #FFC702, 1236px 2308px #FFC702, 1849px 2313px #FFC702, 2487px 1789px #FFC702, 1122px 1837px #FFC702, 2445px 2293px #FFC702, 474px 141px #FFC702, 899px 951px #FFC702, 2558px 1271px #FFC702, 1111px 2530px #FFC702, 668px 183px #FFC702, 1780px 535px #FFC702, 304px 2480px #FFC702, 903px 1334px #FFC702, 1258px 959px #FFC702, 791px 2464px #FFC702, 1588px 951px #FFC702, 2386px 1230px #FFC702, 1149px 703px #FFC702, 607px 804px #FFC702, 961px 140px #FFC702, 2235px 1083px #FFC702, 2496px 1554px #FFC702, 641px 1664px #FFC702, 2435px 1983px #FFC702, 589px 1847px #FFC702, 785px 323px #FFC702, 1219px 280px #FFC702, 459px 979px #FFC702, 843px 1049px #FFC702, 174px 364px #FFC702, 2293px 275px #FFC702, 1251px 618px #FFC702, 1256px 249px #FFC702, 1894px 627px #FFC702, 58px 844px #FFC702, 1679px 793px #FFC702, 2225px 2108px #FFC702, 1058px 444px #FFC702, 1029px 441px #FFC702, 2236px 1274px #FFC702, 1471px 1453px #FFC702, 210px 901px #FFC702, 2107px 737px #FFC702, 594px 930px #FFC702, 380px 2132px #FFC702, 811px 399px #FFC702, 1552px 989px #FFC702, 1101px 1148px #FFC702, 2480px 686px #FFC702, 1140px 1102px #FFC702, 2285px 2381px #FFC702, 1146px 2502px #FFC702, 375px 2439px #FFC702, 1834px 2141px #FFC702, 2410px 396px #FFC702, 1621px 2159px #FFC702, 2141px 19px #FFC702, 299px 447px #FFC702, 2083px 586px #FFC702, 2524px 1435px #FFC702, 2374px 1490px #FFC702, 551px 2380px #FFC702, 1006px 21px #FFC702, 1113px 2365px #FFC702, 145px 1590px #FFC702, 781px 1954px #FFC702, 798px 1505px #FFC702, 2125px 2170px #FFC702, 1623px 234px #FFC702, 2048px 651px #FFC702, 1940px 1956px #FFC702, 2324px 2499px #FFC702, 1998px 320px #FFC702, 2027px 545px #FFC702, 2039px 1914px #FFC702, 257px 1247px #FFC702, 1857px 1461px #FFC702, 342px 591px #FFC702, 2210px 397px #FFC702, 2461px 1369px #FFC702, 568px 668px #FFC702, 904px 2008px #FFC702, 1737px 212px #FFC702, 855px 1296px #FFC702, 1971px 2438px #FFC702, 128px 873px #FFC702, 42px 1298px #FFC702, 1608px 2490px #FFC702, 490px 691px #FFC702, 935px 1822px #FFC702, 1446px 140px #FFC702, 2493px 286px #FFC702, 736px 14px #FFC702, 143px 53px #FFC702, 1162px 785px #FFC702, 1545px 1706px #FFC702, 2149px 2294px #FFC702, 2045px 470px #FFC702, 580px 523px #FFC702, 42px 2247px #FFC702, 637px 1364px #FFC702, 1936px 2080px #FFC702, 891px 2055px #FFC702, 2056px 558px #FFC702, 456px 479px #FFC702, 210px 609px #FFC702, 607px 1089px #FFC702, 442px 628px #FFC702, 466px 69px #FFC702, 1726px 475px #FFC702, 1404px 1820px #FFC702, 2021px 2029px #FFC702, 758px 826px #FFC702, 658px 2422px #FFC702, 2092px 478px #FFC702, 2400px 976px #FFC702, 1014px 792px #FFC702, 1627px 413px #FFC702, 2354px 898px #FFC702, 2088px 1906px #FFC702;
  height: 1px;
  width: 1px;
}

.particle-4:after {
  box-shadow: 0px 0px #FFC702, 787px 1744px #FFC702, 2058px 211px #FFC702, 2042px 296px #FFC702, 2003px 2267px #FFC702, 2051px 331px #FFC702, 2110px 440px #FFC702, 331px 56px #FFC702, 3px 980px #FFC702, 273px 971px #FFC702, 1019px 1735px #FFC702, 546px 230px #FFC702, 2487px 1496px #FFC702, 2503px 794px #FFC702, 1696px 1007px #FFC702, 821px 2500px #FFC702, 20px 259px #FFC702, 410px 2368px #FFC702, 1057px 99px #FFC702, 1741px 1506px #FFC702, 974px 1971px #FFC702, 336px 1108px #FFC702, 1386px 202px #FFC702, 1766px 1061px #FFC702, 960px 1364px #FFC702, 184px 2146px #FFC702, 266px 435px #FFC702, 1035px 308px #FFC702, 1323px 1217px #FFC702, 433px 444px #FFC702, 654px 1515px #FFC702, 390px 2358px #FFC702, 1556px 78px #FFC702, 2463px 713px #FFC702, 102px 1393px #FFC702, 1201px 972px #FFC702, 2254px 2119px #FFC702, 1896px 612px #FFC702, 1520px 2185px #FFC702, 66px 1405px #FFC702, 1366px 1524px #FFC702, 793px 961px #FFC702, 851px 2363px #FFC702, 1733px 2258px #FFC702, 417px 1483px #FFC702, 1652px 2395px #FFC702, 1675px 1922px #FFC702, 2333px 1401px #FFC702, 1307px 2498px #FFC702, 312px 1188px #FFC702, 326px 333px #FFC702, 489px 1959px #FFC702, 1332px 2386px #FFC702, 296px 2173px #FFC702, 2515px 2066px #FFC702, 1517px 1871px #FFC702, 1272px 2479px #FFC702, 2272px 1881px #FFC702, 2304px 1129px #FFC702, 2554px 883px #FFC702, 2415px 658px #FFC702, 482px 1977px #FFC702, 1208px 57px #FFC702, 971px 295px #FFC702, 2318px 1505px #FFC702, 2248px 411px #FFC702, 2426px 955px #FFC702, 196px 525px #FFC702, 1958px 923px #FFC702, 456px 1804px #FFC702, 1061px 1457px #FFC702, 2025px 1069px #FFC702, 561px 2168px #FFC702, 991px 449px #FFC702, 1016px 278px #FFC702, 1986px 899px #FFC702, 1000px 2321px #FFC702, 238px 180px #FFC702, 2362px 195px #FFC702, 1420px 1587px #FFC702, 1850px 263px #FFC702, 565px 204px #FFC702, 952px 758px #FFC702, 1236px 998px #FFC702, 1246px 6px #FFC702, 2334px 2374px #FFC702, 723px 857px #FFC702, 202px 1336px #FFC702, 808px 1762px #FFC702, 46px 514px #FFC702, 1231px 1897px #FFC702, 76px 1145px #FFC702, 1176px 1643px #FFC702, 69px 1140px #FFC702, 673px 550px #FFC702, 2504px 998px #FFC702, 724px 445px #FFC702, 2558px 160px #FFC702, 138px 871px #FFC702, 1944px 1355px #FFC702, 2306px 1610px #FFC702, 1689px 2453px #FFC702, 2295px 1293px #FFC702, 1703px 587px #FFC702, 2234px 2215px #FFC702, 2480px 1574px #FFC702, 2440px 374px #FFC702, 46px 1470px #FFC702, 2174px 2008px #FFC702, 2266px 1914px #FFC702, 1395px 861px #FFC702, 1710px 1593px #FFC702, 1947px 2542px #FFC702, 717px 1985px #FFC702, 308px 2436px #FFC702, 833px 1506px #FFC702, 1272px 1409px #FFC702, 583px 601px #FFC702, 2312px 430px #FFC702, 1247px 2353px #FFC702, 1758px 1959px #FFC702, 1766px 2320px #FFC702, 652px 2259px #FFC702, 916px 1470px #FFC702, 1617px 346px #FFC702, 1449px 464px #FFC702, 1015px 1444px #FFC702, 1947px 2007px #FFC702, 1815px 1781px #FFC702, 1687px 819px #FFC702, 1378px 2394px #FFC702, 716px 2135px #FFC702, 2258px 1px #FFC702, 81px 1213px #FFC702, 1440px 2088px #FFC702, 825px 1041px #FFC702, 1225px 358px #FFC702, 2334px 826px #FFC702, 2134px 1119px #FFC702, 1120px 2306px #FFC702, 132px 431px #FFC702, 165px 507px #FFC702, 669px 863px #FFC702, 1211px 1185px #FFC702, 180px 735px #FFC702, 668px 575px #FFC702, 1958px 1556px #FFC702, 1708px 695px #FFC702, 637px 1741px #FFC702, 2549px 2045px #FFC702, 1632px 108px #FFC702, 848px 297px #FFC702, 1790px 1762px #FFC702, 2207px 1561px #FFC702, 2231px 2090px #FFC702, 1079px 599px #FFC702, 2544px 507px #FFC702, 1479px 143px #FFC702, 1536px 2052px #FFC702, 462px 228px #FFC702, 1978px 2148px #FFC702, 1168px 290px #FFC702, 83px 627px #FFC702, 802px 2300px #FFC702, 2267px 388px #FFC702, 285px 1267px #FFC702, 1542px 1572px #FFC702, 531px 1122px #FFC702, 405px 1841px #FFC702, 1717px 462px #FFC702, 1114px 1009px #FFC702, 1763px 947px #FFC702, 2366px 961px #FFC702, 2025px 1151px #FFC702, 1853px 48px #FFC702, 2146px 482px #FFC702, 1889px 97px #FFC702, 1395px 43px #FFC702, 2337px 317px #FFC702, 615px 36px #FFC702, 2411px 1258px #FFC702, 270px 2063px #FFC702, 2090px 2491px #FFC702, 1930px 245px #FFC702, 1738px 2062px #FFC702, 2105px 538px #FFC702, 1043px 1062px #FFC702, 151px 1230px #FFC702, 371px 1713px #FFC702, 393px 2241px #FFC702, 920px 752px #FFC702, 148px 64px #FFC702, 2351px 234px #FFC702, 2124px 1673px #FFC702, 1050px 1784px #FFC702, 737px 1165px #FFC702, 2365px 702px #FFC702, 1189px 1093px #FFC702, 1188px 1519px #FFC702, 782px 1374px #FFC702, 608px 1175px #FFC702, 82px 744px #FFC702, 2258px 420px #FFC702, 436px 2105px #FFC702, 704px 2291px #FFC702, 129px 1335px #FFC702, 1759px 1280px #FFC702, 1278px 728px #FFC702, 1779px 135px #FFC702, 1519px 104px #FFC702, 1433px 60px #FFC702, 999px 647px #FFC702, 1710px 188px #FFC702, 937px 1613px #FFC702, 963px 945px #FFC702, 286px 801px #FFC702, 2339px 1289px #FFC702, 951px 879px #FFC702, 190px 679px #FFC702, 2252px 672px #FFC702, 2091px 1932px #FFC702, 1001px 1268px #FFC702, 2443px 1320px #FFC702, 2354px 1821px #FFC702, 2313px 231px #FFC702, 1086px 66px #FFC702, 37px 210px #FFC702, 2425px 398px #FFC702, 295px 514px #FFC702, 1918px 1837px #FFC702, 1401px 2283px #FFC702, 1299px 282px #FFC702, 2172px 2449px #FFC702, 219px 943px #FFC702, 427px 1589px #FFC702, 51px 776px #FFC702, 2304px 284px #FFC702, 1586px 2407px #FFC702, 1538px 808px #FFC702, 1570px 609px #FFC702, 2273px 1656px #FFC702, 982px 829px #FFC702, 241px 1053px #FFC702, 1611px 2397px #FFC702, 1338px 1389px #FFC702, 1351px 1466px #FFC702, 27px 426px #FFC702, 1021px 1982px #FFC702, 1031px 2084px #FFC702, 622px 786px #FFC702, 2399px 2076px #FFC702, 700px 1492px #FFC702, 1594px 2016px #FFC702, 2560px 2544px #FFC702, 31px 541px #FFC702, 226px 49px #FFC702, 387px 834px #FFC702, 1971px 1839px #FFC702, 1119px 596px #FFC702, 115px 1297px #FFC702, 2026px 1953px #FFC702, 1750px 1065px #FFC702, 70px 1717px #FFC702, 2325px 68px #FFC702, 1177px 566px #FFC702, 1598px 1912px #FFC702, 878px 47px #FFC702, 258px 15px #FFC702, 284px 2344px #FFC702, 1808px 283px #FFC702, 1055px 1074px #FFC702, 239px 583px #FFC702, 343px 1121px #FFC702, 1155px 2257px #FFC702, 520px 998px #FFC702, 294px 715px #FFC702, 501px 1818px #FFC702, 463px 1022px #FFC702, 2318px 846px #FFC702, 1662px 370px #FFC702, 1381px 2290px #FFC702, 2158px 2248px #FFC702, 347px 1921px #FFC702, 421px 96px #FFC702, 1295px 1302px #FFC702, 1745px 80px #FFC702, 1614px 1083px #FFC702, 2246px 511px #FFC702, 2340px 1988px #FFC702, 1514px 525px #FFC702, 351px 1418px #FFC702, 1892px 1127px #FFC702, 1784px 437px #FFC702, 1805px 2223px #FFC702, 1405px 629px #FFC702, 1222px 1295px #FFC702, 1128px 1664px #FFC702, 2271px 284px #FFC702, 1514px 91px #FFC702, 1737px 879px #FFC702, 1166px 1884px #FFC702, 2125px 1409px #FFC702, 2031px 1643px #FFC702, 275px 1745px #FFC702, 902px 1054px #FFC702, 1829px 1467px #FFC702, 1710px 1072px #FFC702, 387px 419px #FFC702, 2266px 2501px #FFC702, 1017px 1575px #FFC702, 1842px 334px #FFC702, 445px 494px #FFC702, 1273px 1360px #FFC702, 475px 213px #FFC702, 1080px 695px #FFC702, 1468px 577px #FFC702, 2361px 1671px #FFC702, 1291px 696px #FFC702, 2389px 749px #FFC702, 1431px 773px #FFC702, 269px 1682px #FFC702, 2546px 1288px #FFC702, 1564px 2055px #FFC702, 1382px 42px #FFC702, 1245px 851px #FFC702, 510px 437px #FFC702, 1270px 1595px #FFC702, 632px 1333px #FFC702, 222px 742px #FFC702, 1448px 326px #FFC702, 1125px 1554px #FFC702, 955px 2522px #FFC702, 462px 1066px #FFC702, 1952px 1414px #FFC702, 1768px 1819px #FFC702, 1676px 1858px #FFC702, 2037px 2458px #FFC702, 284px 954px #FFC702, 2067px 1371px #FFC702, 2246px 2101px #FFC702, 798px 1504px #FFC702, 1791px 37px #FFC702, 776px 2429px #FFC702, 2034px 1056px #FFC702, 2400px 497px #FFC702, 767px 2283px #FFC702, 1407px 90px #FFC702, 608px 339px #FFC702, 160px 1354px #FFC702, 2346px 2272px #FFC702, 451px 617px #FFC702, 1300px 230px #FFC702, 2010px 1645px #FFC702, 1637px 1328px #FFC702, 2199px 1717px #FFC702, 937px 723px #FFC702, 1589px 1974px #FFC702, 2234px 2332px #FFC702, 2372px 468px #FFC702, 2515px 1136px #FFC702, 144px 447px #FFC702, 892px 2270px #FFC702, 1735px 1160px #FFC702, 2405px 1772px #FFC702, 2305px 248px #FFC702, 2455px 1218px #FFC702, 604px 1231px #FFC702, 1983px 772px #FFC702, 1002px 177px #FFC702, 403px 1033px #FFC702, 331px 770px #FFC702, 2171px 2255px #FFC702, 2069px 2031px #FFC702, 608px 1844px #FFC702, 480px 1735px #FFC702, 1773px 1041px #FFC702, 1477px 203px #FFC702, 1711px 1973px #FFC702, 872px 1569px #FFC702, 1770px 307px #FFC702, 1516px 2141px #FFC702, 2093px 65px #FFC702, 934px 269px #FFC702, 19px 2012px #FFC702, 1186px 476px #FFC702, 991px 1251px #FFC702, 1927px 1323px #FFC702, 2319px 1406px #FFC702, 319px 1708px #FFC702, 2399px 2162px #FFC702, 862px 1740px #FFC702, 52px 1750px #FFC702, 1848px 1191px #FFC702, 1129px 2502px #FFC702, 1782px 591px #FFC702, 1374px 2549px #FFC702, 66px 1780px #FFC702, 1577px 1135px #FFC702, 720px 1200px #FFC702, 711px 1630px #FFC702, 22px 763px #FFC702;
  height: 1px;
  width: 1px;
}

@-webkit-keyframes animParticle {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2560px);
  }
}

@keyframes animParticle {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2560px);
  }
}
.page-wrapper {
  text-align: center;
  color: #FFC702;
  z-index: 2;
}






/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*animation moveleft*/
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}


/* Subscribe Form */
.subscribe-form input[type="email"] {
    padding: 10px 15px 10px 15px;
    border-radius: 0;
    outline: 0;
    width: 70%;
    border: 0;
    background: #fff;
    height: 56px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
}
.subscribe-form input[type="email"]::placeholder{
    opacity: 0.9;
}
.subscribe-form input[type="email"]:focus{
    color: #fff;
}
.subscribe-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #b98d36;
    padding: 0;
    width: 30%;
    border: 0;
    outline: 0;
    border-radius: 0;
}

/*
==================
 Elementor Custom
==================
*/

.custom-progress .elementor-progress-text {
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
    padding-left: 0;
    overflow: visible;
}
.custom-progress .elementor-progress-percentage {
    padding-right: 15px;
    margin-top: -20px;
    color: #232323;
    font-size: 16px;
}



/* The End Of CSS */