/* ----------------------------------

Name: main.css
Version: 1.0

-------------------------------------

Table of contents
        
    01. Navbar
    02. Slider
    03. About
    04. Services
    05. Services
    06. Get Started
    07. Portfolio
    08. Our Team
    09. Testimonials
    10. Pricing
    11. Want Work
    12. Blog
    13. Clients
    14. Contact
    15. Footer
    16. Page Loading
    17. Media Query
*/
body {
    font-family: 'Rubik', sans-serif;
}

p {
    font-size: 16px;
}
section{
	background-color:#fff;
}

/*--------------------------------------------------
[0. Framework]
--------------------------------------------------*/

.ma-0 {
    margin: 0!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-60 {
    margin-bottom: 60px!important;
}

.mb-70 {
    margin-bottom: 70px!important;
}

.mb-80 {
    margin-bottom: 80px!important;
}

.mb-90 {
    margin-bottom: 90px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mt-90 {
    margin-top: 90px!important;
}

.img-fluid {
    width: 100%;
}


/*--------------------------------------------------
[1. Start Navbar]
--------------------------------------------------*/

.navbar {
    padding: 10px 0;
    background: linear-gradient(135deg, rgba(22, 37, 43, 0) 0%, rgba(22, 37, 43, 0) 100%);
}

.navbar .nav-item {
    margin: 0;
    padding: 0;
}

.navbar .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}

.btn-auth {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #fff!important;
    transition: 0.3s;
    position: relative;
    min-width: 90px;
    background: #fff0!important;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    margin: 0 3px;
}

.btn-aniamtion:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: .25rem;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.btn-aniamtion.btn-primary:after {
    background-color: #0086ff;
}

.btn-aniamtion.btn-light:after {
    background-color: #fff;
}

.btn-aniamtion.btn-primary span {
    color: #fff;
    transition: 0.3s;
    z-index: 2;
    position: relative;
}

.btn-aniamtion.btn-light span {
    color: #000;
    transition: 0.3s;
    z-index: 2;
    position: relative;
}

.btn-aniamtion:hover:after {
    width: 0%;
    height: 0;
}

.logo-banner img {
    width: 80%;
    max-width: 300px;
}

.btn-light {
    color: #000!important;
}

.btn-aniamtion:hover span {
    color: #fff!important;
}

.button-nav {
    display: flex;
    padding-left: 20px;
}

.navbar .nav-item .nav-link:hover {
    transform: translateY(-3px);
    color: #719f2a;
}

.navbar .navbar-brand {}

.navbar .navbar-brand img {
    width: 45px;
}


/*--------------------------------------------------
[2. Start Slidert]
--------------------------------------------------*/

.slider {
    background: url("../img/banner.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 550px;
    height: 100vh;
    position: relative;
}

.slider .content {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider .content span {
    font-size: 25px;
    font-weight: 300;
    color: #719f2a;
}

.slider .content h1 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 10px;
}

.slider .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.slider .content .btn-blue {
    background: linear-gradient(135deg, #719f2a 0%, #55791f 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.slider .content .btn-blue:hover {
    transform: translateY(-7px);
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}


/*--------------------------------------------------
[3. Start About]
--------------------------------------------------*/

.about {
    padding: 0px 0 60px;
    background-size: cover;
}

.about .heading {
    margin-bottom: 60px;
}

.heading-bottom {
    margin-top: 35px;
}

.heading-bottom h3 {
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 20px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.btn-invest {
    padding: 8px 15px;
    min-width: 160px;
    text-align: center;
    background: #001c9b;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
    font-size: 16px;
    text-transform: uppercase;
    outline: 0;
    outline-color: rgba(0, 28, 155, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-invest:hover {
    color: #fff;
	outline: 1px solid;
    box-shadow: inset 0 0 20px rgb(0 0 0 / 50%), 0 0 20px rgb(0 0 0 / 20%);
    outline-color: rgba(0, 28, 155, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #001c9b;
}

.about .heading h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}

.desc-service-2 ul {
    padding-left: 15px;
    color: #fff;
}

.desc-service-2 ul li {
    margin-bottom: 15px;
}

.about .heading.white {
    margin-bottom: 30px;
}

.about .heading.white h2 {
    color: #fff;
    margin-bottom: 0;
}

.about .heading span.sub {
    font-weight: 400;
    color: #8feaff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}

.row-box-group .col-nth .box-service-group.bg {
    background: linear-gradient(45deg, rgb(0, 31, 159), rgb(0, 0, 112));
}

.box-service-group {
    margin: 0;
    background: #fff;
    text-align: center;
    padding: 30px 20px;
    transition: 0.3s;
}

.hexagon {
    max-width: 600px;
    margin: 60px auto;
    width: 100%;
    position: relative;
    /* transform: rotate(10deg); */
    animation: rotateHexagon 4s linear infinite;
}

.hexagon .roud-main img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slide-ecosystem {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
}

.bg-map {
    background: url('../img/map.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-container {
    padding: 40px 0;
}

.swiper-button-next {
    right: -40px;
    left: auto;
}

.swiper-button-prev {
    left: -40px;
    right: auto;
}

.swiper-pagination-bullet {
    margin: 0px 2px;
    width: 20px;
    height: 3px;
    display: inline-block;
    border-radius: 5px;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    background: #001f9f;
    opacity: 1;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.swiper-slide .box-five {
    transition: 0.3s;
    background: #fff;
    margin-bottom: 0;
}

.swiper-slide.swiper-slide-next .box-five {
    transform: scale(1.13);
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin: auto;
    left: 0;
    right: 0;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #001f9f;
    font-size: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    width: 60%;
}

.swiper-slide:nth-child(2n) {
    width: 40%;
}

.swiper-slide:nth-child(3n) {
    width: 20%;
}

.hexagon .roud-main .img {
    width: 50%;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    animation: rotateHexagon2 4s linear infinite;
    z-index: 2;
    margin: auto;
}

.hexagon .roud-main .img-transparent {
    width: 100%;
    box-shadow: 0 0 0 0 rgb(0 27 152 / 50%);
    -webkit-animation: pulseHexagon 1.5s infinite;
    animation: pulseHexagon 1.5s infinite;
}

.hexagon .roud-main .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    bottom: 0;
    z-index: 2;
    margin: auto;
}

.hexagon .cirle img {
    position: absolute;
    transition: 0.3s;
    animation: rotateHexagon2 4s linear infinite;
}

.hexagon .cirle img:nth-child(1) {
    width: 30%;
    min-width: 150px;
    top: 0;
    animation: rotateHexagon3 4s linear infinite;
    left: 0;
    right: 0;
    transform: translateY(-30%);
    margin: auto;
}

.hexagon .cirle img:nth-child(2) {
    width: 28%;
    min-width: 150px;
    top: 0;
    right: 2%;
    transform: translateY(0%);
    margin: auto;
}

.hexagon .cirle img:nth-child(3) {
    width: 28%;
    min-width: 150px;
    top: 0;
    bottom: 0;
    right: -12%;
    transform: translateY(0%);
    margin: auto;
}

.hexagon .cirle img:nth-child(4) {
    width: 30%;
    min-width: 150px;
    bottom: 0;
    right: 2%;
    transform: translateY(0%);
    margin: auto;
}

.hexagon .cirle img:nth-child(5) {
    width: 30%;
    min-width: 150px;
    bottom: 0;
    left: 0;
    animation: rotateHexagon4 4s linear infinite;
    right: 0;
    transform: translateY(42%);
    margin: auto;
}

.hexagon .cirle img:nth-child(6) {
    width: 28%;
    min-width: 150px;
    top: 0;
    left: 2%;
    transform: translateY(0%);
    margin: auto;
}

.hexagon .cirle img:nth-child(7) {
    width: 28%;
    min-width: 150px;
    top: 0;
    bottom: 0;
    left: -12%;
    transform: translateY(0%);
    margin: auto;
}

.hexagon .cirle img:nth-child(8) {
    width: 30%;
    min-width: 150px;
    bottom: 0;
    left: 2%;
    transform: translateY(0%);
    margin: auto;
}

.hexagon .cirle img:hover {
    transform: scale(1.1);
}

.hexagon .cirle img:nth-child(5):hover {
    transform: scale(1.1) translateY(42%);
}

.hexagon .cirle img:nth-child(1):hover {
    transform: scale(1.1) translateY(-30%);
}

.hexagon:hover img,
.hexagon:hover,
.hexagon:hover .roud-main .img {
    animation-play-state: paused!important;
}

.hexagon:hover .roud-main .img img {
    animation: none!important;
}

.row-box-group .col-nth .box-service-group:hover {
    transform: translateY(-10px);
    box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
}

.box-service-group img {
    width: 135px;
    margin: auto;
    margin-bottom: 10px;
}

.row-box-group .col-nth .bg h3 {
    color: #fff;
}

.box-service-group h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-family: 'Roboto', sans-serif;
    -webkit-box-orient: vertical;
    overflow: hidden;
    vertical-align: baseline;
    text-overflow: ellipsis;
}

@keyframes rotateHexagon {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate( 20deg);
    }
    50% {
        transform: rotate( -12deg);
    }
    75% {
        transform: rotate( 7deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes rotateHexagon2 {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate( -20deg);
    }
    50% {
        transform: rotate( 12deg);
    }
    75% {
        transform: rotate( -7deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes rotateHexagon3 {
    0% {
        transform: rotate(0) translateY(-30%);
    }
    25% {
        transform: rotate( -20deg) translateY(-30%);
    }
    50% {
        transform: rotate( 12deg) translateY(-30%);
    }
    75% {
        transform: rotate( -7deg) translateY(-30%);
    }
    100% {
        transform: rotate(0) translateY(-30%);
    }
}

@keyframes rotateHexagon4 {
    0% {
        transform: rotate(0) translateY(42%);
    }
    25% {
        transform: rotate( -20deg) translateY(42%);
    }
    50% {
        transform: rotate( 12deg) translateY(42%);
    }
    75% {
        transform: rotate( -7deg) translateY(42%);
    }
    100% {
        transform: rotate(0) translateY(42%);
    }
}

@keyframes pulseHexagon {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 1px 80px rgba(0, 27, 152, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(0, 27, 152, 0);
    }
}

.pb-60 {
    padding-bottom: 60px!important;
}

.pb-120 {
    padding-bottom: 120px!important;
}

.pb-0 {
    padding-bottom: 0px!important;
}

.bg-white {
    background: #fff!important;
}

.box-content {
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    padding: 40px 30px;
    height: 100%;
}

.about .box.box-img .image {
    width: 100%;
}

.about .box.box-img img {
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.about .box .box-content p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.35;
}

.row-mr-min {
    margin-left: -5px;
    margin-right: -5px;
}

.row-mr-min .col-min {
    padding-left: 5px;
    margin-bottom: 10px;
    padding-right: 5px;
}

.row-mr-min .col-min .box {
    padding: 0!important;
    height: 100%;
}

.pd-0 {
    padding: 0!important;
}

.pt-60 {
    padding-top: 60px!important;
}

.pt-50 {
    padding-top: 50px!important;
}

.pt-40 {
    padding-top: 40px!important;
}

.pt-30 {
    padding-top: 30px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.pt-10 {
    padding-top: 10px!important;
}

.pt-0 {
    padding-top: 0px!important;
}

.pb-60 {
    padding-bottom: 60px!important;
}

.pb-70 {
    padding-bottom: 70px!important;
}

.pb-80 {
    padding-bottom: 80px!important;
}

.pb-90 {
    padding-bottom: 90px!important;
}

.pb-100 {
    padding-bottom: 100px!important;
}

.pb-50 {
    padding-bottom: 50px!important;
}

.pb-40 {
    padding-bottom: 40px!important;
}

.pb-30 {
    padding-bottom: 30px!important;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.pb-10 {
    padding-bottom: 10px!important;
}

.pb-0 {
    padding-bottom: 0px!important;
}

.about .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.about .box {
    background: #fff0;
    border-radius: 15px;
    padding: 0px 15px;
    transition: all 0.4s ease-in-out;
}

.about .box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.4);
}

.about .box:hover {
    transform: translateY(-15px);
}

.about .box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #002e77;
    text-transform: uppercase;
    margin: 20px 0 0;
}

.about .box span {
    font-size: 13px;
    font-weight: 300;
    color: #929899;
    display: inline-block;
    margin-bottom: 15px;
}

.about .box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.bg-service-2 {
    background: url('../img/bg-service-2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-service-4 {
    background: url('../img/bg-service-4.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

.bg-service-5 {
    background: url('../img/bg-service-5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-service-7 {
    background: url('../img/bg-service-7.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-ecosystem {
    background: url('../img/bg-ecosystem.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-team {
    background: url('../img/bg-team.png');
    background-size: 100% 115%;
    background-repeat: no-repeat;
    background-position: center center;
}


/*--------------------------------------------------
[4. Start Services]
--------------------------------------------------*/

.services {
    padding: 120px 0;
}

.services .heading {
    margin-bottom: 60px;
}

.services .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.services .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.services .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.services .left .box .info {
    margin-left: 30px;
}

.services .left .box .info h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #4c5b6a;
    margin-bottom: 10px;
}

.services .left .box .info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.services .right {
    background: url("http://placehold.jp/540x407.png") center center no-repeat;
    background-size: cover;
    height: 407px;
}

.video-icon .icon {
    background: linear-gradient(135deg, #719f2a 0%, #55791f 100%);
    color: #ffffff;
    display: inline;
    font-size: 20px;
    padding: 23px 28px;
    border-radius: 200px;
    position: relative;
}


/* Pulse Animation */

.pulse {
    animation: pulse 1s infinite;
    animation-duration: 2s;
}


/* Keyframes */

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/*--------------------------------------------------
[4. Start Get-started]
--------------------------------------------------*/

.get-started {
    background: url("../img/bg/get-started.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}

.get-started .heading {
    margin-bottom: 30px;
}

.get-started .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.get-started .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.get-started .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}

.get-started .btn-blue {
    background: linear-gradient(135deg, #719f2a 0%, #55791f 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.get-started .btn-blue:hover {
    transform: translateY(-7px);
}


/*--------------------------------------------------
[5. Start Portfolio]
--------------------------------------------------*/

element.style {
    visibility: visible;
    animation-name: fadeInLeft;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@media (min-width: 992px) {
    .col-lg-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.portfolio {
    padding: 130px 0 0;
}

.box-five {
    position: relative;
    margin: 0 0 15px;
    transition: 0.3s;
    padding: 0;
    box-shadow: 2px 3px 7px rgb(0 0 0 / 20%);
    text-align: center;
    border-bottom: 8px #001f9f solid;
}
#stellar-lumen .col-lg-2-5:nth-child(2) .box-five,
#stellar-lumen .col-lg-2-5:nth-child(4) .box-five{
	margin-top:70px;
}
.box-five .img {
    overflow: hidden;
    width: 100%;
    transition: 0.3s;
}

.box-five img {
    width: 100%;
    transition: 0.3s;
}

.box-five:hover img {
    transform: scale(1.15) rotate(5deg);
}

.container-big {
    max-width: 95%;
}

.box-five h3 {
    position: relative;
    padding: 12px 10px;
    margin: 0;
}

.box-five h3::after {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    right: 0;
    margin: auto;
    background: #00aeef;
    transition: 0.3s;
    z-index: 1;
}

.box-five:hover h3::after {
    width: 100%;
}

.box-five h3 span {
    color: #000;
    transition: 0.3s;
    line-height: 18px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.cards-box {
    position: relative;
    margin: 0 0 20px;
    transition: 0.3s;
    padding: 5px;
    overflow: hidden;
}

.cards-box img {
    width: 100%;
    transition: 0.3s;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    margin-bottom: 0px;
    border-radius: 50%;
}

.footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer ul.social li {
    margin: 0 3px;
    display: inline-block;
}

.footer ul.social li img {
    width: 40px;
    transition: 0.3s;
}

.footer ul.social li:hover img {
    transform: rotateY(180deg) translateY(-5px);
}

.footer ul li a {
    color: #fff;
}

.footer p {
    font-size: 16px;
    font-weight: 300;
}

.cards-box:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 20px rgb(0 0 0 / 15%);
}

.w-60 {
    width: 60%!important;
    min-width: 160px;
    margin: auto;
}

.cards-box h3 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0px 0;
    color: #003189;
    margin: 0;
}

.cards-box h5 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    padding: 0px 0px 10px;
    color: #000;
    margin: 0;
}

.cards-box p {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.box-five:hover h3 span {
    color: #fff;
}

.portfolio h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.portfolio h2 span {
    color: #719f2a;
    font-weight: 300;
}

.portfolio p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 60px;
    padding: 0;
}

.max-width-700 {
    max-width: 700px;
}

.service-4 {
    padding: 0;
    position: relative;
    transition: 0.3s;
}

.videotrailer1 {
    width: 100%;
    max-width: 550px;
    height: auto;
    align-self: center;
    margin: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ml-30 {
    margin-left: 30px;
}

.videotrailer1 .img {
    position: relative;
    overflow: hidden;
}

.videotrailer1 .img:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 99%;
    margin: 0 auto;
    height: 75%;
    content: "";
    background: #010000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.videotrailer1 .img img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.videotrailer1 .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px 20px 10px;
    z-index: 4;
}

.videotrailer1 .video iframe {
    width: 100%;
    position: relative;
    height: 71%;
    overflow: hidden;
    z-index: 3;
}

.videotrailer1 img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.box-line-top {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    padding: 50px 30px;
}

.service-4:hover {
    transform: scale(1.05);
}

.service-4 img {
    width: 100%;
}

.font-15 {
    font-size: 15px;
}

.service-4 h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 4px rgb(0 0 0 / 60%);
    ;
}

.box-service3 .bg-content {
    margin: -10px 0 0;
    padding: 15px 10px;
    position: relative;
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 30%);
    z-index: 2;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    background: linear-gradient(to right, #001f9f, #000070);
}

.box-img .bg-content {
    margin: auto;
    padding: 15px 10px;
    transition: 0.3s;
    width: calc(100% - 50px);
    position: relative;
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 30%);
    z-index: 2;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #001f9f, #000070);
}

.no-box-shadow {
    box-shadow: none!important;
}

.bg-tranparent {
    background: #fff0!important;
}

.box-img .bg-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    margin-bottom: 0!important;
}

.img-group {
    width: 100%;
    text-align: center;
    position: relative;
}

.img-group .img-main {
    width: calc(100% - 50px);
    position: relative;
    margin: auto;
    z-index: 2;
}

.img-group .img-bg {
    position: absolute;
    z-index: 1;
}

.img-group .top-right {
    top: -35px;
    right: 10px;
    width: 65%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8s;
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

.img-group .bottom-left {
    left: -10px;
    bottom: -10px;
    width: 30%;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}

@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

.box-round {
    position: relative;
    margin: 0;
    padding: 15px;
}

.box-round img {
    border-radius: 50%;
    margin-bottom: 10px;
    transition: 0.3s;
    width: 100%;
}

.box-round:hover img {
    transform: translateY(-10px) rotateY(180deg);
}

.box-round h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

.box-service3 .bg-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.35;
    margin: 0;
}

.box:hover .box-content .bg-content {
    transform: translateY(-50%) scale(1.1);
}

.portfolio .button-group {
    margin-bottom: 40px !important;
    background: #ffffff;
    border-radius: 35px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.portfolio .button-group button {
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    color: #666;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 35px;
    transition: all 0.2s ease-in-out;
}

.portfolio .button-group button:hover {
    color: #ffffff;
    background: #719f2a;
}

.portfolio .button-group button:focus {
    color: #ffffff;
    background: #719f2a;
    border: 0;
    outline: 0;
}

.portfolio .single-portfolio-item {
    position: relative;
    padding: 0;
}

.portfolio .single-portfolio-item img {
    width: 100%;
}

.portfolio .single-portfolio-item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333333;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content {
    font-size: 20px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.portfolio .single-portfolio-item .overlay .content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item .overlay .content p {
    font-size: 14px;
    font-weight: 400;
    color: #719f2a;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.portfolio .single-portfolio-item .overlay .content a {
    color: #555555;
    text-decoration: none;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.portfolio .single-portfolio-item:hover .overlay {
    opacity: 0.95;
}

.portfolio .grid-item {
    padding: 0;
}


/*--------------------------------------------------
[6. Start Our Mission]
--------------------------------------------------*/

.mission {
    padding: 120px 0;
}

.mission .text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.mission .text h2 span {
    color: #719f2a;
    font-weight: 300;
}

.mission .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin: 0 0 35px;
    padding: 0;
}

.mission .text .btn-blue {
    background: linear-gradient(135deg, #719f2a 0%, #55791f 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.mission .text .btn-blue:hover {
    transform: translateY(-7px);
}


/*--------------------------------------------------
[7. Start Our Team]
--------------------------------------------------*/

.team {
    margin-top: 120px;
}

.team .box {
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.team .heading {
    margin-bottom: 60px;
}

.team .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.team .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.team .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.team .content h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #313e4b;
    margin-top: 30px;
}

.team .content span {
    font-size: 14px;
    font-weight: 300;
    color: #727f8c;
    margin-bottom: 30px;
    display: inline-block;
}

.team .box .social {
    position: absolute;
    left: -55px;
    opacity: 0;
    top: 20%;
    background: #ffffff;
    padding: 20px;
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
}

.team .box .social .icon {
    display: block;
    padding: 7px 0;
    font-size: 16px;
    color: #727f8c;
    transition: all 0.4s ease-in-out;
}

.team .box .social .icon:hover {
    color: #719f2a;
}

.team .box:hover .social {
    opacity: 1;
    left: 0;
}


/*--------------------------------------------------
[8. Start Some Facts]
--------------------------------------------------*/

.some-facts {
    background: url("../img/bg/some-facts.png") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}

.some-facts .items h3 {
    font-size: 35px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    margin-top: 20px;
}

.some-facts .items h4 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 5px 0 0;
}


/*--------------------------------------------------
[9. Start Price]
--------------------------------------------------*/

.price {
    padding: 120px 0;
}

.price .heading {
    margin-bottom: 60px;
}

.price .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.price .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.price .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.price .cards {
    position: relative;
    box-shadow: 1px 1px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.price .cards .front {
    padding: 50px 40px;
    backface-visibility: hidden;
    transform: perspective(600px) rotateY(0deg);
    transition: transform 0.6s linear;
}

.price .cards .front h3 {
    font-size: 20px;
    font-weight: 600;
    color: #313e4b;
    margin: 0 0 30px;
}

.price .cards .front img {
    width: 200px;
}

.price .cards .front p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 20px;
}

.price .cards .front ul {
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.price .cards .front ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0;
    color: #5d6b79;
    border-bottom: 1px solid #eeeeee;
}

.price .cards .front .btn-blue {
    background: linear-gradient(135deg, #719f2a 0%, #55791f 100%);
    box-shadow: 3px 3px 51px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    transition: all 0.4s ease-in-out;
}

.price .cards .front .btn-blue:hover {
    transform: translateY(-7px);
}


/*--------------------------------------------------
[10. Start Why Us]
--------------------------------------------------*/

.why-us .left {
    background: url("http://placehold.jp/950x630.png") center center no-repeat;
    background-size: cover;
    height: 632px;
}

.why-us .right {
    background: #f8f8f8;
}

.why-us .right .content {
    padding: 80px 50px;
}

.why-us .right .content span {
    font-size: 16px;
    font-weight: 400;
    color: #719f2a;
    display: inline-block;
    margin-bottom: 5px;
}

.why-us .right .content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #313e4b;
    margin: 0;
}

.why-us .right .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 15px;
    margin-bottom: 40px;
}

.why-us .right .content .box {
    background: #ffffff;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
}

.why-us .right .content .box h3 {
    font-size: 16px;
    color: #313e4b;
    font-weight: 500;
    margin: 0 0 0 20px;
}

.why-us .right .content .box .icon {
    background: #719f2a;
    border-radius: 50%;
    font-size: 17px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #719f2a;
}

.why-us .right .content .box:hover .icon {
    border: 1px solid #719f2a;
    color: #719f2a;
    background: #ffffff;
}


/*--------------------------------------------------
[11. Testimonials]
--------------------------------------------------*/

.testimonials {
    padding: 120px 0 80px;
}

.testimonials .heading {
    margin-bottom: 60px;
}

.testimonials .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.testimonials .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.testimonials .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.testimonials .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.testimonials .box h3 {
    font-size: 18px;
    font-weight: 500;
    color: #313e4b;
}

.testimonials .box:hover {
    transform: translateY(-10px);
}

.testimonials .box h3 span {
    font-size: 13px;
    font-weight: 400;
    color: #719f2a;
    margin-left: 10px;
}

.testimonials .box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    color: #727f8c;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-right: 20px;
}

.testimonials .box .image img {
    width: 200px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.testimonials .box .icon {
    border: 1px solid #eee;
    color: #777777;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.testimonials .box .icon:hover {
    color: #ffffff;
    border: 1px solid #719f2a;
    background: #719f2a;
}


/*--------------------------------------------------
[12. Blog]
--------------------------------------------------*/

.blog {
    padding: 0 0 80px;
}

.blog .heading {
    margin-bottom: 60px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #313e4b;
    margin-bottom: 20px;
}

.blog .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.blog .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
}

.blog .box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.blog .box:hover .cat {
    left: 0;
    opacity: 1;
}

.blog .image {
    position: relative;
}

.blog .image .cat {
    position: absolute;
    background: #719f2a;
    top: 50px;
    color: #ffffff;
    left: -90px;
    padding: 5px 30px 5px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.blog .box .text {
    padding: 40px 30px;
}

.blog .box .text h3 a {
    font-size: 20px;
    font-weight: 500;
    color: #313e4b;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.blog .box .text span {
    font-size: 13px;
    font-weight: 300;
    color: #adadad;
}

.blog .box .text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #727f8c;
    margin-top: 10px;
}


/*--------------------------------------------------
[13. Contact]
--------------------------------------------------*/

.contact {
    background: url("../img/bg/contact.png") center center no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.contact .heading {
    margin-bottom: 60px;
}

.contact .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.contact .heading h2 span {
    font-weight: 300;
    color: #719f2a;
    margin: 0;
}

.contact .heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    color: #ffffff;
}

.contact .form-control {
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    box-shadow: 0 15px 51px 0 rgba(0, 0, 0, 0.24);
    padding: 10px 45px;
    border-radius: 45px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: linear-gradient(135deg, #719f2a 0%, #55791f 100%);
    color: #ffffff;
}


/*--------------------------------------------------
[14. Start Footer]
--------------------------------------------------*/

.footer {
    background: url('../img/bg-footer.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
}

.footer h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0;
}


/*--------------------------------------------------
[15. Start Page Loading]
--------------------------------------------------*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../img/loader/preloader.svg") center no-repeat #fff;
}

.bg-ecosystem,
.bg-map {
    overflow: hidden;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 1199.98px) {
    .bg-team {
        background-size: 100% 105%;
    }
    .box-five h3 {
        padding: 12px 5px;
    }
    .col-lg-2-5 {
        padding: 0 5px;
    }
    .box-round {
        padding: 15px 5px;
    }
    .about .box {
        padding: 0 5px;
    }
}

@media (max-width: 575.98px) {
    .navbar {
        background: #353c4d !important;
        padding: 30px;
    }
    .row-box-group .col-nth .box-service-group.bg-mb{
        background: #fff0!important;
    }
    .swiper-slide .box-five{
        transform: scale(1)!important;
    }
    .swiper-button-prev {
        left: -0;
    }
    .swiper-button-next {
        right: -0;
    }
    .bg-team{
        background-size: cover!important;
    }
    .about .heading span.sub{
        font-size: 16px!important;
    }
    .box-round img {
        width: 65%;
    }
    .about .heading h2 {
        font-size: 24px!important;
    }
    .swiper-container{
        padding: 0;
    }
    .hexagon {
        width: 85%!important;
    }
    .row-box-group .col-nth .bg-mb h3 {
        color: #000!important;
    }
    .hexagon .cirle img{
        width: 20%!important;
        min-width: 90px!important;
    }
    .hexagon .cirle img:nth-child(2),.hexagon .cirle img:nth-child(3),.hexagon .cirle img:nth-child(6),.hexagon .cirle img:nth-child(7){
        min-width: 80px!important;
    }
    .row-box-group .col-nth:nth-child(2n+1) .box-service-group{
        background: linear-gradient(45deg, rgb(0, 31, 159), rgb(0, 0, 112))!important;
    }
    .row-box-group .col-nth:nth-child(2n+1) .box-service-group h3{
        color: #fff!important;
    }
    .btn-auth {
        padding: 5px 10px;
        min-width: 70px;
    }
    .logo-banner img{
        max-width: 200px;
    }
    .slider .content h1 {
        font-size: 26px;
        margin: 15px 0 10px;
        padding: 0 15px;
    }
    .slider .content p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 0px;
        padding: 0 15px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 800px;
        text-align: center;
    }
    .about .box {
        margin-bottom: 40px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 0px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .bg-service-7 .col-md-3 {
        padding: 15px;
    }
    .box-service3 .bg-content p, .about .box .box-content p, .box-round h3, .box-service-group h3, p {
        font-size: 16px;
    }
    .price .cards {
        margin-bottom: 40px;
    }
    .mt--120 {
        margin-top: -90px!important;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	#stellar-lumen .col-lg-2-5:nth-child(2) .box-five, #stellar-lumen .col-lg-2-5:nth-child(4) .box-five{
		margin-top: 0!important;
  	}
    .navbar {
        background: #353c4d !important;
        padding: 30px;
    }
    .footer ul li {
        list-style: none;
        margin-bottom: 3px;
    }
    .box-img .bg-content{
        transform: translateY(0);
        width: 100%;
    }
    .about.mt--120 .box{
        margin-bottom: 20px;
    }
    .about .box.box-service3 {
        margin-bottom: 20px;
    }
    .min-pd-mb .col-md-4 {
        padding: 0 15px!important;
    }
    .bg-service-2 {
        background: url(../img/bg-service-2-mb.png);
    }
    .row-box-group .col-nth .bg h3 {
        color: #000;
    }
    .row-box-group .col-nth .bg-mb h3 {
        color: #fff;
    }
    .row-box-group .col-nth .box-service-group.bg{
        background: #fff0;
    }
    .row-box-group .col-nth .box-service-group.bg-mb {
        background: linear-gradient(45deg, rgb(0, 31, 159), rgb(0, 0, 112));
    }
    .slider .content{
        width: 100%;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .slider {
        height: 900px;
        text-align: center;
    }
    .about .box {
        margin-bottom: 0px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .service-4 h3{
        font-size: 18px;
    }
	#stellar-lumen .col-lg-2-5:nth-child(4) .box-five{
		margin-top:0
	}
    .navbar {
        background: linear-gradient(to top, #001f9f, #001f9f, #000070) !important;
        padding: 10px;
    }
    .navbar .nav-item {
        margin: 0;
        padding: 0;
        margin: 10px 0;
    }
    .hexagon {
        max-width: 500px;
    }
    .swiper-button-next i,
    .swiper-button-prev i {
        font-size: 22px;
    }
    .bg-team {
        background-size: 100% 95%;
        background-position: top center;
    }
    .navbar-collapse {
        position: absolute;
        background: rgb(0, 32, 159);
        width: 100%;
        top: 65px;
        padding: 10px 30px;
    }
    .min-pd-mb .col-md-4 {
        padding: 0 5px;
    }
    .navbar-expand-lg>.container {
        position: relative;
    }
    .navbar .nav-item .nav-link {
        margin: 0;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .7);
        border-color: rgba(255, 255, 255, .7);
    }
    .slider {
        height: 100vh;
        min-height: 600px;
        text-align: center;
    }
    .box-service3 .bg-content p,
    .about .box .box-content p,
    .box-round h3,
    .box-service-group h3,
    p {
        font-size: 14px;
    }
    .about .heading h2 {
        font-size: 32px;
    }
    .bg-service-7 .col-md-3 {
        padding: 5px;
    }
    .mt--120 {
        margin-top: -60px;
    }
    .about .box .box-content p {
        margin-bottom: 5px;
    }
    .about .box .box-content p:last-child {
        margin-bottom: 0;
    }
    .box-content {
        padding: 10px 15px;
    }
    .img-group {
        margin-top: 30px;
    }
    .services .right {
        margin-top: 40px;
    }
    .team .box {
        margin-bottom: 40px;
    }
    .mission {
        padding: 80px 0 120px 0;
    }
    .mission .text {
        margin-top: 40px;
    }
    .some-facts {
        padding: 120px 0 70px 0;
    }
    .some-facts .items {
        margin-bottom: 50px;
    }
    .price {
        padding: 120px 0 80px 0;
    }
    .price .cards {
        margin-bottom: 40px;
    }
}