@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: BarlowRegular;
    src: url("fonts/Barlow-Regular.ttf") format("opentype");
}

@font-face {
    font-family: BebasNeueBold;
    src: url("fonts/BebasNeueBold.otf") format("opentype");
}

@font-face {
    font-family: PlusJakartaSansBold;
    src: url("fonts/PlusJakartaSans-Bold.ttf") format('truetype');
}

@font-face {
    font-family: PlusJakartaSansItalic;
    src: url("fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf") format('truetype');
}

@font-face {
    font-family: PlusJakartaSansLight;
    src: url("fonts/PlusJakartaSans-Light.ttf") format('truetype');
}

@font-face {
    font-family: PlusJakartaSansMedium;
    src: url("fonts/PlusJakartaSans-Medium.ttf") format('truetype');
}

@font-face {
    font-family: PlusJakartaSansSemiBold;
    src: url("fonts/PlusJakartaSans-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: PlusJakartaSansVariable;
    src: url("fonts/PlusJakartaSans-VariableFont_wght.ttf") format('truetype');
}

body {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #f6f6f6;
    color: #1f1f1f;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header-wrap-all .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all .navbar-light .navbar-toggler {
    color: rgb(0 0 0);
    border-color: rgb(0 0 0);
}

.header-wrap-all.scroll-menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all.scroll-menu .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.container {
    max-width: 1192px;
    width: 95%;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

.header-wrap .navbar .container-fluid {
    padding: 0 0 0 0;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eb8c5;
    border-color: #2eb8c5;
}

main {
    background: #fff;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.header-wrap-all {
    background: rgb(255 255 255 / 0%);
}

.header-wrap-all .top-header-wrap {
    padding: 10px 50px 10px 50px
}

.header-wrap-all .header-wrap {
    padding: 20px 50px 20px 50px;

}

.bgpurple {
    background: #3d3d8f !important;
}

.btn-red {
    background: #e5007e !important;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.top-header-wrap,
header,
main,
footer,
#copyright {
    overflow: hidden;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: -1px;
    position: relative;
}


.navbar-light .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 0;
    top: 50%;
    transform: translate(-50%, -50%) skew(-25deg);
    background: #0AE495;
    height: 250px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-item .nav-link:hover::after,
.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-item .nav-link.active::after {
    right: auto;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 25px;
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 20px 70px;
    font-family: 'BebasNeueBold';
    text-align: center;
}

.navbar-light .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    bottom: 0;
    background: #0AE495;
    height: 5px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active::before {
    left: 50%;
    right: auto;
    width: 50px;
    transform: translateX(-50%);
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-link.active::before {
    background: #000;
}


.navbar-light .navbar-nav .nav-link:hover::before {
    left: 50%;
    right: auto;
    width: 50px;
    transform: translateX(-50%);
    background: #000;
}



.scrolled {
    background: #1b0c61;
    transition: 200ms linear;
}

.btn {
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}

#slider {
    position: relative;
    overflow: hidden;
}

#slider .col-slide {
    padding: 60px 0 30px;
}

#slider span {
    position: relative;
}

#slider .title {
    font-family: 'PlusJakartaSansVariable';
    color: #fff;
    margin-bottom: 0;
    font-size: 100px;
}

#slider .title span {
    font-family: 'PlusJakartaSansBold';
}

#slider a.link {
    font-family: 'BebasNeueBold';
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 24px;
    margin: 15px 0 0 0;
}

#slider a.link:hover{
    color: #fff;
    background: #0AE495;
}

.head {
    font-family: 'PlusJakartaSansMedium';
    padding-bottom: 30px;
}

.head h2 {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
    font-size: 45px;
}

.head h2::before {
    content: '';
    width: 200px;
    height: 8px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #0AE495;
}

.head p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#slider .carousel-item .carousel-caption {
    position: absolute;
    right: 30px;
    left: unset;
    bottom: unset;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    text-align: right;
}

.btn-contact {
    background: transparent;
    border: 1px solid #201f1f;
    font-weight: 800;
    color: #201f1f;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
}

.btn-search {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-cart {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

.btn-quote {
    box-shadow: none;
    background: #e5007e;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 15px 50px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
}

.btn-lang {
    background: transparent;
    border: 0;
    color: #3d3d8f;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 400;
}

.btn-lang img {
    padding-right: 5px;
}

.btn-lang i {
    padding-right: 5px;
}

.btn-quote:hover {
    background: #e5007e;
}

.top-header-wrap .dropdown-menu {
    z-index: 9999;
}

footer.padding {
    font-family: 'PlusJakartaSansVariable';
    background: #1D1D1B;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

footer ul li a {
    color: #fff;
    font-size: 18px;
}

footer ul li a:hover {
    color: #fff;
}

footer ul li a i {
    padding-right: 5px;
    color: #000;
}

footer p {
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 0;
    font-weight: 400;
}

footer .social a {
    font-size: 50px;
    color: #0AE495;
    margin-right: 20px;
    padding: 0 0 0 0;
}

footer .social a:hover,
footer .social a:hover i {
    color: #fff;
}

footer .social a i {
    color: #0AE495;
}

footer .info li a {
    font-size: 18px;
}

footer .info li a i {
    font-size: 24px;
    margin-right: 5px;
}

.social {
    display: flex;
    align-items: center;
}

.top-header-wrap .text-start ul li {
    margin-right: 10px;
}

.top-header-wrap .text-start ul li a {
    color: #fff;
    font-size: 20px;
}

.top-header-wrap .text-end ul {
    display: inline-flex;
    align-items: center;
    margin-left: 100px;
}

.top-header-wrap .text-end ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.top-header-wrap .text-end ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}

.top-header-wrap .text-end a,
.top-header-wrap .text-end ul li a {
    color: #fff;
}

.header-wrap-all.scroll-menu {
    background: rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}

.header-wrap-all.scroll-menu .header-wrap {
    padding: 10px 50px 10px 50px;
    transition: 200ms linear;
}

footer .contact i {
    color: #fff;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-wrap-all.scroll-menu .top-header-wrap {
    border: 0;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-link {
    color: #113d4b;
    position: relative;
}

.main-nav {
    display: block;
    width: 100%;
    background: #000;
    height: 3.5rem;
    color: #fff;
}

.main-nav__list {
    height: 3.5rem;
    display: inline-block;
    position: relative;
}

.main-nav__item {
    display: inline-block;
    height: 3.5rem;
    margin-right: 2rem;
}

.main-nav__link {
    color: #fff;
    font-weight: 500;
    height: 3.5rem;
    padding: 1rem 5px;
}

.main-nav__active {
    transition: width 0.22s ease-in-out, left 0.22s ease-in-out;
    background: #2A9CD8;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.main-nav__logo {
    background: url(http://placehold.it/170x50) no-repeat;
    background-size: contain;
    width: 170px;
    height: 1.75rem;
    margin-top: 0.85rem;
    display: inline-block;
}

header .logo img {
    padding: 0 0 0 0;
    display: block;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    width: 250px;
}

header .logo img.noscroll {
    display: block;
}

header .logo img.scroll {
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.noscroll {
    display: none;
}

.header-wrap-all.fixed-top.scroll-menu .logo img.scroll {
    display: block;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link.active::after {
    opacity: 0;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-item:first-child .nav-link.active::after{
    opacity: 1;
}

.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-item .nav-link:hover::before,
.header-wrap-all.scroll-menu .navbar-light .navbar-nav .nav-item .nav-link.active::before {
    opacity: 1;
}

#aboutus {
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg_aboutus.png);
    min-height: 1000px;
    padding-top: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#aboutus::before {
    content: url(../images/bg/bg_aboutus_2.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#aboutus .zindex {
    z-index: 1;
}

#aboutus p {
    font-family: 'PlusJakartaSansVariable';
    color: #000;
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}

#aboutus p span {
    font-family: 'PlusJakartaSansSemiBold';
}

.link-contact {
    font-family: 'BebasNeueBold';
    color: #000;
    background: #0AE495;
    display: inline-block;
    padding: 8px 20px;
    font-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.link-contact:hover {
    color: #000;
}


b,
strong {
    color: #113d4b;
    font-weight: 600;
}

#services.padding {
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg_services.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#services .head {
    position: relative;
    padding: 90px 0 30px 0;
}

#services .head h2 {
    color: #1D1D1B;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.d-service {
    border-radius: 20px;
    background-color: #fff;
}

.d-service:hover,
.d-service.active {
    border-radius: 20px;
    background-color: #0ae495;
}

.d-service h3 {
    font-family: 'PlusJakartaSansVariable';
    border-radius: 20px;
    font-size: 26px;
    text-align: center;
    color: #1D1D1B;
}

.d-service:hover h3,
.d-service.active h3 {
    color: #fff;
}

.lead {
    color: #777777 !important;
}

.blue {
    color: #2F54C0 !important;
}

.linkto {
    font-family: 'BebasNeueBold';
    color: #000;
    background: #0AE495;
    display: inline-block;
    padding: 8px 20px;
    font-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#services .btn-linkto {
    display: flex;
    align-items: center;
    justify-content: center;
}

#services .btn-linkto .linkto {
    color: #1D1D1B;
    background-color: #fff;
}

#services .btn-linkto i {
    color: #0AE495;
    font-size: 45px;
    padding: 0 10px;
}

#services .btn-linkto .linkto:hover {
    background-color: #0AE495;
}

#clients .head {
    position: relative;
    padding: 90px 0 30px 0;
}

#clients .head h2 {
    z-index: 1;
    color: #1D1D1B;
    text-align: center;
    position: relative;
}

#clients .col-client {
    text-align: center;
    padding: 30px 0;
}

.fwsp {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 15px;
    border-radius: 50px;
    z-index: 199;
}

.formshow {
    position: fixed;
    right: 20px;
    bottom: 110px;
    opacity: 0;
    z-index: 99;
    transition: 200ms linear;
}

.formshow.view {
    opacity: 1;
}

.bounce {
    animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-20px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.contact-form {
    font-family: 'PlusJakartaSansLight';
}

.contact-form .form-control,
.contact-form .form-select {
    height: 50px;
    border-top-left-radius: 20px;
    font-size: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: none;
    outline: 0;
}

.contact-form textarea.form-control {
    padding: 1rem 1rem;
}

.contact-form .btn {
    font-family: 'BebasNeueBold';
    color: #000;
    background: #0AE495;
    display: inline-block;
    padding: 8px 20px;
    font-size: 24px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.contact-form .btn:hover {
    background: #0AE495;
    color: #000;
}

/* Menu Float */

.modal {
    z-index: 10000;
}

.modal-backdrop {
    z-index: 9999;
}

#modalMessage .modal-content {
    background-color: transparent;
    padding: 30px 30px;
    border-radius: 50px;
    border: 0;
}

#modalMessage .contact-form .btn.fileUpload {
    margin-top: 0;
    background-color: transparent;
    color: #87DDEB;
    border: 4px solid #87DDEB;
}

#modalMessage .contact-form .btn.fileUpload:hover {
    background-color: #87DDEB !important;
    color: #2155C6;
}

#uploadFile {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.swal-message {
    background-color: #2155C6;
    padding: 40px 40px;
    border-radius: 50px;
}

.swal-message .swal2-title {
    font-family: "MontBold";
    color: #fff;
    padding: 0;
}

.swal-message .swal2-html-container {
    color: #fff;
    padding: 0;
    margin: 0;
}

.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

/* Firefox */
.contact-form input[type=number] {
    appearance: textfield;
}

.swal2-container {
    z-index: 10001;
}

footer .social li {
    margin-bottom: 0;
}

.bg-video {
    position: relative;
}

.bg-video::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../video/bg-video.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

#aboutus.caboutus {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg/bg_aboutus_3.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1000px;
}

#aboutus.caboutus::before {
    display: none;
}

#aboutus.caboutus .number {
    font-family: 'BebasNeueBold';
    font-size: 120px;
    line-height: normal;
}

#aboutus.caboutus .text {
    font-family: 'PlusJakartaSansVariable';
    font-size: 25px;
    padding: 0 30px;
}

#testimonials.padding {
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg_testimonials.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 120px;
}

.col-testimonial{
    padding: 0 30px;
}

.col-testimonial figure {
    background-image: url(../images/testimonials/overlay.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 25px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    margin-bottom: 0;
}

.col-testimonial figure img {
    width: 80%;
    margin: 0 auto 20px;
}

.col-testimonial figure h3 {
    font-family: 'PlusJakartaSansBold';
    font-size: 20px;
    color: #1D1D1B;
}

.col-testimonial figure p {
    font-family: 'PlusJakartaSansMedium';
    font-size: 21px;
    color: #1D1D1B;
    margin-bottom: 20px;
    padding: 0 20px;
    min-height: 135px;
}

.slick-track .slick-slide:nth-child(1) div .col-testimonial figure p,
.slick-track .slick-slide:nth-child(2) div .col-testimonial figure p {
    font-size: 15px;
}

#contactus {
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg-contactus.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

#contactus .head h2 {
    font-family: 'PlusJakartaSansMedium';
    color: #1D1D1B;
    font-size: 40px;
    margin-bottom: 0;
}

#contactus .text-contact {
    font-family: 'PlusJakartaSansMedium';
    position: absolute;
    font-size: 72px;
    color: #fff;
    bottom: 60px;
    line-height: normal;
    left: 60px;
}

#contactus .text-contact span {
    display: inline-block;
    font-family: 'PlusJakartaSansBold';
    background-color: #0AE495;
    color: #1D1D1B;
}

body.modal-open main,
body.modal-open header,
body.modal-open footer {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.page .header-wrap-all {
    background: #0AE495;
    box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
}

.page .header-wrap-all::before {
    content: url(../images/page/menu.png);
    position: absolute;
    top: 0;
    right: -2%;
    max-width: 600px;
}

.page .navbar-light .navbar-nav .nav-item {
    margin-right: 80px;
    position: relative;
}

.page .d-page {
    max-width: 300px;
}

.page .list-services {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .list-services a {
    padding: 0 2px;
}

.page.page-service .header-wrap-all::before {
    content: url(../images/page/menu.png);
    position: absolute;
    top: 0;
    right: -2%;
}

.page-service .navbar-light .navbar-nav .nav-link {
    color: #000;
}

.d-page h3 {
    font-family: 'PlusJakartaSansMedium';
}

.page.page-service .d-service h3 {
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 0;
    margin-right: 10px;
}


.service-detail .content {
    display: flex;
    position: relative;
    align-items: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    padding-right: 80px;
    overflow: hidden;
}

.service-detail .content::before {
    content: url(../images/services/iconservice1.png);
    position: absolute;
    top: 50px;
    right: -150px;
}

.service-detail .content .text {
    width: 100%;
    max-width: 100%;
}

.service-detail .content img.simage {
    display: block;
    float: left;
    transform: rotate(0);
    margin: 0 50px 0 0;
    -webkit-shape-outside: polygon(0 52%, 60% -3%, 99% 100%, 15% 103%);
    shape-outside: polygon(0 52%, 60% -3%, 99% 100%, 15% 103%);
}

.service-detail .content h3 {
    font-family: 'PlusJakartaSansMedium';
    margin-top: 2rem;
}

.service-detail .content p {
    font-family: 'PlusJakartaSansVariable';
}

.service-detail .content ul {
    font-family: 'PlusJakartaSansVariable';
}

.service-detail .content ul li {
    margin-bottom: 5px;
}

.service-detail .content ul li i {
    color: #0AE495;
    font-size: 20px;
    display: inline-block;
    padding-right: 10px;
}

.service-detail.service-1 .content::before {
    content: url(../images/services/iconservice1.png);
}

.service-detail.service-2 .content::before {
    content: url(../images/services/iconservice2.png);
}

.service-detail.service-3 .content::before {
    content: url(../images/services/iconservice3.png);
}

.service-detail.service-4 .content::before {
    content: url(../images/services/iconservice4.png);
}

.service-detail.service-5 .content::before {
    content: url(../images/services/iconservice5.png);
}

.service-detail.service-6 .content::before {
    content: url(../images/services/iconservice6.png);
}


.service-detail.service-7 .content::before {
    content: url(../images/services/iconservice7.png);
    right: 0;
    top: 20px;
}


.service-detail.service-8 .content::before {
    content: url(../images/services/iconservice8.png);
}

.page-service #services.padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.page-client #clients.padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.col-lg-6.openAcc {
    flex: 0 0 auto;
    width: 100%;
}

.page-client .navbar-light .navbar-nav .nav-link,
.page-service .navbar-light .navbar-nav .nav-link{
    color: #000!important;
}

.page-client .accordion-item{
    border: 0;
    background: transparent;
}

.page-client .accordion-item .accordion-header .accordion-button{
    background-color: #fff;
    padding: 0 20px 0 0;
    border-radius: 15px 0 0 15px;
    font-family: "PlusJakartaSansVariable";
    color: #1D1D1B;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.page-client .accordion-item .accordion-header .accordion-button img{
    width: 120px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.page-client .accordion-header {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.page-client .accordion-item .accordion-header .accordion-button h3{
    font-family: "PlusJakartaSansMedium";
    font-size: 18px;
    text-align: center;
}

.page-client .accordion-item.openAcc .accordion-header .accordion-button{
    font-size: 20px;
}

.page-client .accordion-item .accordion-body {
    font-family: "BarlowRegular";
    padding: 30px 60px;
    background: #fff;
    margin-top: 0;
    position: relative;
    box-shadow: rgb(0 0 0 / 35%) 0 10px 15px;
    z-index: 2;
    font-size: 18px;
    text-transform: uppercase;
}

.accordion-button::after {
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    transform: none;
}

.page-client .accordion-item.openAcc .accordion-header .accordion-button{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #0ae394;
}

.icon-check{
    display: inline-block;
    margin-right: 5px;
}

.page-client #clients{
    position: relative;
    overflow: hidden;
    background-image: url(/images/bg/bg_clientes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.service-detail .content .nav-pills{
    position: relative;
    font-family: "PlusJakartaSansBold";
    z-index: 9;
    width: 55%;
}

.service-detail .content .nav-pills .nav-link {
    text-transform: uppercase;
    border: 2px solid #0AE495;
    margin-right: 15px;
    color: #1D1D1B;
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #1D1D1B;
    background-color: #0AE495;
    border-color: #0AE495;
}

#contactus .head h2::before{
    background: #fff;
}

.page-service .fwsp{
    display: none!important;
}

.service-detail .content .link-contact{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.owl-subinfo .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border:1px solid #0AE495;
    background: #fff;
    margin: 0 5px 0 5px;
}

.owl-subinfo .owl-dots .owl-dot.active span,
.owl-subinfo .owl-dots .owl-dot:hover span {
    background-color: #0AE495;
}


@media screen and (min-width: 1920px) {

    .modal-lg,
    .modal-xl {
        max-width: 650px;
    }
}

@media screen and (min-width: 991px) {
    .navbar-brand {
        margin-right: 0;
        flex: 0 0 auto;
        width: 15%;
    }
}

@media screen and (max-width: 1750px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 20px 50px;
    }
    #slider .title {
        font-size: 85px;
    }
    #aboutus::before {
        left: -10%;
    }
    .page .header-wrap-all::before {
        right: -8%;
    }
}

@media screen and (max-width: 1500px) {
    #teams .team h3 {
        font-size: 18px;
    }

    #teams .team {
        padding: 0 40px 0 40px;
    }

    #services .col-cover .figure-caption {
        width: 40%;
    }

    #services .col-cover .figure-caption p br {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 20px 30px;
    }

    #slider .title {
        font-size: 75px;
    }

    #aboutus::before {
        left: -25%;
    }

    .col-wrap-testimonial{
        width: 90%;
    }

    .col-testimonial {
        padding: 0 15px;
    }

    .col-testimonial figure p {
        padding: 0 0;
    }
}

@media screen and (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-item {
        margin-right: 15px;
    }

    .service-detail .content img.simage {
        width: 55%;
    }

    .service-detail .content .nav-pills{
        position: relative;
        font-family: "PlusJakartaSansBold";
        z-index: 9;
        width: 45%;
    }

    .service-detail .content .nav-pills .nav-link {
        font-size: 15px;
    }

    footer ul li a{
        font-size: 16px;
    }
}

@media screen and (max-width: 1250px) {

    .navbar-light .navbar-nav .nav-item {
        margin-right: 5px;
    }

    #teams .team p {
        font-size: 16px;
    }

    #aboutus::before {
        left: -35%;
    }

    .page .header-wrap-all::before {
        right: -10%;
    }

    footer ul li a {
        font-size: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {
    footer ul li br {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .bg-video::before {
        background-image: url(../video/bg-video-mb.png);
    }

    .header-wrap-all.fixed-top {
        position: sticky;
    }

    .navbar-light .navbar-nav .nav-link.active::before,
    .navbar-light .navbar-nav .nav-link:hover::before {
        bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link::before {
        right: unset;
        width: unset;
        bottom: 0;
    }

    #slider .title {
        font-size: 42px;
        margin-bottom: 0;
    }

    #slider .carousel-item .carousel-caption .d-flex {
        justify-content: center;
    }

    .navbar-light .navbar-brand {
        width: 60%;
    }

    footer ul.info {
        display: none;
    }

    footer p {
        margin: 20px 0 20px 0;
    }

    footer .social,
    footer .links {
        display: flex;
        align-items: center;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .header-wrap-all.scroll-menu .navbar-brand .logo .scroll {
        top: 5px;
        -webkit-transform: none;
        transform: none;
    }

    .header-wrap-all.scroll-menu .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    footer .social li:last-child a {
        margin-right: 0;
    }

    footer .social a {
        font-size: 24px;
    }

    .header-wrap-all .top-header-wrap,
    .header-wrap-all .header-wrap {
        padding: 10px 20px 10px 20px;
    }

    video {
        width: 100%;
        margin: -2px -1px;
    }

    #clients .head {
        padding-bottom: 25px;
    }

    #clients.padding {
        padding-bottom: 50px;
    }

    footer.padding {
        padding-top: 50px;
    }

    .padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .magic-line-inner .navbar-nav {
        width: 100%;
    }

    footer .container-fluid:last-child .row {
        text-align: center;
    }

    .bloq_text {
        width: 80%;
        margin: auto;
    }

    #services .col-cover .figure-caption {
        width: 95%;
        position: static;
        right: 90px;
        top: unset;
        transform: unset;
        text-align: center;
    }

    #services .col-cover .figure-caption p {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    #clients .col-client {
        text-align: center;
        padding: 30px 30px;
    }

    #aboutus p {
        font-size: 24px;
        text-align: center;
    }

    #aboutus .col-bottom p {
        font-size: 24px;
    }

    #teams .team p {
        min-height: auto;
    }

    #uploadFile {
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    .css-hover figure {
        padding: 10px 0 10px 0;
    }

    .css-hover figure h2 {
        color: #fff;
    }

    .css-hover figure:hover .image-text,
    .css-hover figure.cs-hover .image-text {
        transform: none;
    }

    .css-hover figure {
        background: #2155C6;
        border-top-left-radius: 230px;
        border-top-right-radius: 230px;
    }

    .css-hover figure .image-hover {
        opacity: 1;
    }

    #aboutus .col-12 {
        z-index: 1;
    }

    #preloader {
        display: none;
    }

    .contact .menu-toogle {
        top: 220px;
        width: 200px;
        right: -75px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 320px;
    }

    .contact .contact-form {
        top: 145px;
    }

    .contact .contact-form .btn {
        margin: 5px 0 0 auto;
    }

    .contact-form textarea.form-control {
        height: 60px;
    }

    #modalMessage .modal-body {
        padding: 1rem 0;
    }

    #modalMessage .modal-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contact-form label {
        text-align: left;
    }

    #modalMessage .contact-form .btn {
        margin: 0 auto 0 auto;
    }

    header .logo img.noscroll {
        display: none;
    }

    header .logo img.scroll {
        display: block;
    }

    .page .header-wrap-all::before {
        right: 0;
    }

    .page .d-page{
        display: none!important;
    }

    .page .header-wrap-all {
        background: #fff;
        box-shadow: rgb(100 100 111 / 30%) 0px 7px 29px 0px;
    }

    .page.page-service .header-wrap-all::before {
        display: none;
    }

    .service-detail .content img.simage {
        display: block;
        float: none;
        transform: none;
        shape-outside: none;
        width: 100%;
        position: relative;
        z-index: 1;
        border-radius: 15px;
    }

    .service-detail .content {
        height: 100%;
        padding-right: 0;
        padding: 40px 40px;
    }

    #contactus .text-contact{
        display: none;
    }

    .navbar-light .navbar-nav .nav-item .nav-link::after{
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    #contactus .contact-form {
        padding-top: 30px;
    }

    .service-detail .content .nav-pills{
        width: 100%;
    }

    .d-service h3 {
        font-size: 18px;
    }

    footer ul li a {
        justify-content: center;
    }

    footer.padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 15px 15px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .head h2 {
        font-size: 32px;
    }

    #slider .title {
        font-size: 32px;
    }

    #slider .title br {
        display: none;
    }

    #slider .carousel-item .carousel-caption {
        width: 90%;
        padding: 0;
        right: 20px;
    }

    .fwsp {
        right: 10px;
        bottom: 25px;
    }

    #aboutus {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .navbar-light .navbar-brand {
        width: 45%;
    }
}

@media screen and (max-width: 650px) {

    .head h2 {
        font-size: 24px;
    }

    #aboutus p {
        font-size: 20px;
    }

    #aboutus .col-bottom p {
        font-size: 20px;
    }

    #aboutus {
        min-height: 650px;
    }
}

@media screen and (max-width: 450px) {

    footer img {
        height: 130px;
        margin-top: 50px;
    }

    footer a svg {
        width: 20px;
        height: 20px;
    }

    #slider .title {
        font-size: 25px;
    }

    .contact .contact-form {
        width: 300px;
        top: 145px;
        padding: 30px 30px 30px 30px;
    }

    .contact .checkbox:checked~.menu-toogle {
        right: 220px;
    }

    .contact .contact-form .btn {
        margin: 10px 0 0 auto;
    }
}

@media screen and (max-width: 400px) {
    footer ul li a {
        font-size: 14px;
    }
}