/* jssor slider loading skin spin css */
.jssorl-009-spin img {
 animation-name: jssorl-009-spin;
 animation-duration: 1.6s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
 from {
  transform: rotate(0deg);
 }

 to {
  transform: rotate(360deg);
 }
}

/*jssor slider bullet skin 132 css*/
.jssorb132 {
 position: absolute;
}

.jssorb132 .i {
 position: absolute;
 cursor: pointer;
}

.jssorb132 .i .b {
 fill: #fff;
 fill-opacity: 0.8;
 stroke: #000;
 stroke-width: 1600;
 stroke-miterlimit: 10;
 stroke-opacity: 0.7;
}

.jssorb132 .i:hover .b {
 fill: #000;
 fill-opacity: 0.7;
 stroke: #fff;
 stroke-width: 2000;
 stroke-opacity: 0.8;
}

.jssorb132 .iav .b {
 fill: #000;
 stroke: #fff;
 stroke-width: 2400;
 fill-opacity: 0.8;
 stroke-opacity: 1;
}

.jssorb132 .i.idn {
 opacity: 0.3;
}

.jssora051 {
 display: block;
 position: absolute;
 cursor: pointer;
}

.jssora051 .a {
 fill: none;
 stroke: #fff;
 stroke-width: 360;
 stroke-miterlimit: 10;
}

.jssora051:hover {
 opacity: 0.8;
}

.jssora051.jssora051dn {
 opacity: 0.5;
}

.jssora051.jssora051ds {
 opacity: 0.3;
 pointer-events: none;
}

.slider-details {
 padding: 6%;
 width: 100%;
 margin-top: 14%;
}

.slider-details h4 {
 font-size: 3rem !important;
 color: white !important;
}

.slider-details .btn {
 margin-top: 2% !important;
}
.rounded {
 border-radius: 2rem !important;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 30px 20px 0px 0px;
    overflow: hidden;
}

.section-bg {
    background-color: #f4fbfe;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #0f394c;
}

.section-title p {
    margin-bottom: 0;
}

.flipbox {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flipbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipbox:hover .flipbox-inner {
    transform: rotateX(180deg);
}

.flipbox-front,
.flipbox-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flipbox-front {
    background-color: #bbb;
    color: black;
}

.flipbox-back {
    background-color: dodgerblue;
    color: white;
    transform: rotateX(180deg);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background:#2f7ff7;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ebe7e1;
    border-top-color: rgb(40, 92, 235);
    border-bottom-color: rgb(38, 103, 243);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# INTRO-VIDEO
--------------------------------------------------------------*/
.video-image img {
    width: 966px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header{
 padding: 150px 0px 5px 0px;
 background-image: url("../../storage/backgrounds/blue_color-navix-consultancy-services.jpg");
}
.page-header .container h3,
.page-header .container p{
    color: #fff;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 36px;
    color: #02ABF0;
}

.about .content p {
    margin: 30px 0;
    color: #29486a;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    padding: 0 0 15px 26px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #02ABF0;
}

section#counter-stats {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.stats {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
}

.stats .fas {
    color: #00a3ec;
    font-size: 60px;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.our-team img{
    border-radius: 8rem;
}