button,
button:active,
button:focus{
  border:none !important;
  outline: 0 !important;
  outline-offset: 0!important;
  box-shadow: none !important;
}
input {outline:none !important;box-shadow: none;}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
input:focus,
textarea:focus,
input:active,
textarea:active
{
    border: 1px solid #cc4800;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
::-moz-focus-inner,
::-moz-focus-inner,
::-moz-focus-inner{
  border: 0 !important;
}
.container {
    position: relative;
    z-index: 99;
}
@media (min-width: 1440px){
    .container {
        /* max-width: 1380px; */
    }
}
img {max-width: 100%;height: auto}
.navbar-brand img {height: 100%}
.navbar-brand {height: 50px}
.nav-item.active .nav-link {
    text-decoration: underline;
}
.nav-item.active:hover .nav-link {
    color: #fff;
}

.video-section{
    min-height: 600px;
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative;
    
}
.video-section-abstract{
    background: url('/assets/images/abstract/abstract-top-screen8.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
.success-start-section-abstract{
    background: url('/assets/images/abstract/abstract-white.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
.what-next-section-abstract{
    background: url('/assets/images/abstract/abstract-white.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
.days-section-abstract{
    background: url('/assets/images/abstract/abstract-top-screen8-invert.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
.p-info{
    position: relative;
    border-left: 4px solid #ffd300;
    padding: 10px 10px 10px 50px;
    background: #fdf7da;
}
.p-info:before{
    content: "\f0eb";
    /* content: "\f2e7"; */
    /* font-weight: 900; */
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -0.625em;
    font-size: 33px;
    color: #c2bca9;
    line-height: 1.25;
}
.p-info.without-icon:before{
    content: "";
}
.p-info.without-icon{padding: 10px}
.dark-bg{
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: #000;
}
.video{
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
a{text-decoration: none}
.call-button{
    color: #242424;
    padding: 10px 15px;
    background: #fff;
    border: 0;
    display: block;
    position: relative;
    border-radius: 50%;
    top: 5px;
}
.main-button-without-animation {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    background: #1f73bb;
}
.main-button-without-animation:hover {
    background: #135d9d;
}
.main-button {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    background: #1f73bb;
    /* background: #ffe000; */
    /* border: 2px solid #ffe000; */
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
}
.main-button .text-btn{
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
}
.main-button i{
    position: relative;
    top: 2px;
    right: 10px;
    opacity: 0;
    width: 0;
    font-size: 19px;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
}
.main-button:hover i{
    right: 5px;
    opacity: 1;
    
}
.main-button:hover .text-btn{
    left: -10px;
}
.main-button:hover{
   color:#fff;
   text-decoration: none;
   /* background: #fff293; */
   transition-delay: 0ms !important;
   cursor: pointer;
}
.main-title{
    text-transform: uppercase;
    font-size: 2.5rem;
    /* font-weight: 900; */
}
.main-desc{
    font-size: 1.2rem;
}
.navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 600;
}
.navbar-nav .nav-link:hover{
    text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 20px;
}
.nav-item.active .nav-link{
    color: #fff;
}
.advantages .title{
    font-size: 21px;
    font-weight: 600;
}
.advantages .desc{
    font-size: 15px;
}
.advantages .icon, .contact-item .icon{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #1f73bb;
    /* background: #ffe000; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages .icon i, .contact-item .icon i{
    font-size: 40px;
    color: #fff;
}
.advantages{
    /*10px 10px 20px -15px #838383*/
    box-shadow: 3px 3px 17px -7px #838383;
    position: relative;
    background: #fff;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    height: 100%;
    padding: 40px 20px;
}
.review-item{
    /* box-shadow: 3px 3px 17px -7px #838383; */
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review-item img{
    border-radius: 10px;
}

.training-item{
    box-shadow: 3px 3px 17px -7px #838383;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}


.training-item h3{
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #fff;
    font-size: 21px;
}

.training-item h3:before{
    content: '';
    position: absolute;
    left: -30px;
    top: -5px;
    right: -20px;
    bottom: -8px;
    background: #1f73bb;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 30px;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.check-skill{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #16c76d;
    color: #fff;
    font-size: 20px;
}

.success-item{
    position: relative;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 600;
}
.success-item i{
    font-size: 40px;
    margin-right: 15px;
    background-color: #999999;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.bef:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background: #fff;
    width: 104%;
    box-shadow: 10px 10px 20px -15px #838383;
    z-index: -1;
}

.number-head a{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.number-head a:hover{cursor: pointer;text-decoration: underline;}

.play-video i{
    font-size: 80px;
    color: #ff0000;
}
.play-review i{
    font-size: 65px;
    color: #ff0000;
}
.play-review .youtube-btn:before{
    width: 40px;
    height: 30px;
}
.youtube-btn:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 40px;
    background: #fff;
    z-index: -1;
    top: 25%;
    left: 25%;
}
.youtube-btn:hover i{
    color: #b70000;
}
.youtube-btn{
    position: relative;
    z-index: 99;
}
.youtube-btn.review-btn{
    position: absolute;
    z-index: 2;
}
.review-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-video a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.play-video{
    border: 2px dashed #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-item {
    border-radius: 20px;
    box-shadow: 3px 3px 17px -7px #838383;
}
.accordion-button {
    font-size: 1.3rem;
    font-weight: 600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    padding: 2rem;
}
.accordion-body {
    padding: 0 2rem 1rem;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gallery-item{
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-radius:4px;
    overflow: hidden;
}
.gallery-item img{transition: transform .2s;border-radius:4px;}
.gallery-item:hover img{
    transform: scale(1.1);
}

.breadcrumb {
    margin-bottom: 0;
    padding: 5px 0;
    background: none;
    font-size: 15px;
}
.breadcrumb .active a{
    color: #777;
	background:none !important;
    position: relative;
}
.breadcrumb .active a:hover{
    text-decoration: none;
}

.breadcrumb .passiveCrumbs {
    color: #008dd0;
}
.breadcrumb i{
	color: #008dd0;
}
.tumbler-item{
    position: relative;
}
.tumbler-item:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255,255,255,.9);
    /* background: rgba(243, 243, 243,.9); */
    transition: all 0.1s ease-out;
    border-radius: 10px;
}
.tumbler-item{
    /* box-shadow: none; */
}
.tumbler-item-active{
    /* box-shadow: 3px 3px 17px -7px #838383 !important; */
}
.tumbler-item-active:before{
    background: rgba(255,255,255,0);
    z-index: -1;
}
.stars i{
    color: #ffb100;
    font-size: 24px;
}
.cost{
    font-size: 40px;
    font-weight: 600;
    color: #0ebd63;
    font-family: Helvetica, Arial, sans-serif;
}
.tumbler{
    display: flex;
    align-items: center;
}

.tumbler span{
    font-weight: 600;
    font-size: 18px;
}
.switch{
    width: 50px;
    height: 25px;
    background: #242424;
    border-radius: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
}
.switch:hover, .day2:hover, .day3:hover{
    cursor: pointer;
}

.toggle-switch{
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
    background: #ffc300;
    border-radius: 50%;
    left: 0;
    transition: all 0.1s ease-out;
}
.tumbler-active .toggle-switch{
    left: 24px;
}
.day2, .day3{
    border-bottom:2px solid #fff;
}
.day-active{
    border-bottom:2px solid #242424;
}
.price-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f4ff;
    font-size: 19px;
}
.price-icon i{
    background-color: #16c76d;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.price-title {
    font-size: 20px;
    font-weight: 600;
}
.galleryimage{
   border-radius:4px;
   overflow: hidden;
}
.galleryimage img{
   transition: .2s;
}
.galleryimage:hover{
   cursor: pointer;
}
.galleryimage:hover img{
   transform: scale(1.1);
}

.years-item{
   height: 100%;
   padding: 10px;
   border: 1px solid #eee;
   border-radius: 10px;
   text-align: center;
   box-shadow: 3px 3px 17px -7px #838383;
}

.years-item .year{
   font-size: 28px;
}
.person-item img{
   width: 250px;
   border-radius: 20px;
}
.person-item .person-name{
   font-size: 22px;
   font-weight: 600;
}
.person-item .position{
   font-size: 18px;
}
.history-section{
   padding-left: 100px;
}
.history-item{
   height: 100%;
   padding-bottom: 30px;
   position: relative;
}
.history-title{
   font-size: 19px;
   font-weight: 600;
}
.history-item:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -95px;
    top: 5px;
    font-size: 22px;
    color: #fff;
    width: 20px;
    height: 20px;
    border: 6px solid #00cd23;
    border-radius: 50%;
    z-index: 9;
}
.history-item:after {
    content: '';
    position: absolute;
    top: 24px;
    left: -87px;
    height: calc(100% - 17px);
    width: 3px;
    background: #00cd23;
}
.history-section .row .col-lg-12:last-child .history-item:after{
   height:0;
}

.contact-item .title{
    font-size: 25px;
    font-weight: 600;
}
.contact-item a{
    text-decoration: underline;
}
.contact-item{
    box-shadow: 3px 3px 17px -7px #838383;
    position: relative;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 20px;
}
.map-frame{
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* PULS ANIMATION BOF*/
.make__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.make__button-play {
    -webkit-animation: ring 2s infinite;
    animation: ring 2s infinite;
    position: relative;
    /* background: -o-linear-gradient(358.54deg,#0083c8 10.24%,#04c1ce 95.6%); */
    /* background: linear-gradient(91.46deg,#0083c8 10.24%,#04c1ce 95.6%); */
    height: 84px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.make__button-play img {
    margin-left: .3125rem
}

.make__button-circle._circle-1 {
    -webkit-animation: ring1 2s infinite;
    animation: ring1 2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-15%,-15%);
    -ms-transform: translate(-15%,-15%);
    transform: translate(-15%,-15%);
    /* border: 1px solid rgba(155,163,113,.73); */
    border: 1px solid rgba(255 ,255 ,255 ,.73);
    height: 119px;
    width: 119px;
    border-radius: 50%
}

.make__button-circle._circle-2 {
    -webkit-animation: ring2 2s infinite;
    animation: ring2 2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-22%,-22%);
    -ms-transform: translate(-22%,-22%);
    transform: translate(-22%,-22%);
    /* border: 1px solid rgba(155,163,113,.73); */
    border: 1px solid rgba(255 ,255 ,255 ,.73);
    height: 151px;
    width: 151px;
    border-radius: 50%
}

.make__button-circle._circle-3 {
    -webkit-animation: ring3 2s infinite;
    animation: ring3 2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-26%,-26%);
    -ms-transform: translate(-26%,-26%);
    transform: translate(-26%,-26%);
    /* border: 1px solid rgba(155,163,113,.73); */
    border: 1px solid rgba(255 ,255 ,255 ,.73);
    height: 173px;
    width: 173px;
    border-radius: 50%
}

.make__button {
    background: -o-linear-gradient(358.54deg,#0083c8 10.24%,#04c1ce 95.6%);
    background: linear-gradient(91.46deg,#0083c8 10.24%,#04c1ce 95.6%);
    letter-spacing: .075em;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@-webkit-keyframes ring {
    0% {-webkit-transform: scale(1);transform: scale(1)}
    50% {-webkit-transform: scale(1.15);transform: scale(1.15)}
    100% {-webkit-transform: scale(1);transform: scale(1)}
}

@keyframes ring {
    0% {-webkit-transform: scale(1);transform: scale(1)}
    50% {-webkit-transform: scale(1.15);transform: scale(1.15)}
    100% {-webkit-transform: scale(1);transform: scale(1)}
}

@-webkit-keyframes ring1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

@keyframes ring1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

@-webkit-keyframes ring2 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

@keyframes ring2 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}
/* PULS ANIMATION EOF*/

/* FOOTER SOC AND MESSENGER BOF*/
.copyright {
    font-size: 16px;
    color: #aaa;
}

.footer-soc {display: flex;justify-content: end}
.footer-soc i{color: #fff}
.footer-soc a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 5px;
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}

.footer-soc:hover a{cursor: pointer; color:#fff;text-decoration: none;}

.footer-soc .whatsapp{background: #00b12f}
.footer-soc .facebook{background: #4a76a8}
.footer-soc .youtube{background: red}
.footer-soc .instagram{background: linear-gradient(180deg, rgba(113,36,195,1) 0%, rgba(196,42,104,1) 51%, rgba(220,144,63,1) 100%)}

/* FOOTER SOC AND MESSENGER EOF*/

/* MODAL STYLE BOF*/
button.close:hover {
    color: red;
    opacity: 1;
}
button.close {
    position: absolute;
    right: -5px;
    top: -55px;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: none;
    background: none;
}

.modal-form-number {
    background: #f3f7ff;
    border: 1px solid #d9dfeb;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}
.modal-form-number a{
   color: #006c9f; 
}

.field label {
    transition: all 0.2s;
    touch-action: manipulation;
    color: #686868;
    font-family: "Open Sans", sans-serif;
    line-height: 10px;
    position: absolute;
    top: 50%;
    left: 13px;
    font-size: 15px;
    margin-bottom: 0 !important;
    transform: translate(0, -50%);
}

.fieldarea label{
	top: 13%;
}
.fieldarea .form-control {
    padding-top: 16px !important;
}
.field {
    position: relative;
}
.moveUp {
    top: -10px !important;
    padding: 5px 5px 0 5px;
    background: #fff;
    transform: none !important;
    font-size: 13px !important;
}

.form-control {
    padding: 6px 16px !important;
}
#modalform input.form-control {
    height: calc(2.25rem + 8px) !important;
}
._org{
    display: none;
}
.modal-body{
    padding: 15px 24px 24px 24px;
}

.form-success-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 15px;
}
.modal-content{
    border-radius: 20px;
}
.modal-content > img{
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

/* Preloader EOF*/
.holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9;
    border-radius: 20px;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}
.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 10%;
    height: 10%;
    background-color: #198dbe;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    92% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
/* Preloader EOF*/
/* MODAL STYLE EOF*/
