@font-face {
    font-family: 'Arista2';
    src: url('fonts/Arista2.0.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Arista2light';
    src: url('fonts/Arista2.0Alternatelight.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('fonts/bahnschrift.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'FuturaStd';
    src: url('fonts/FuturaStd-Condensed.otf') format('truetype');
    font-display: swap;
}

/* @font-face {
    font-family: 'CarnasBold';
    src: url("fonts/Carnas-Bold.otf") format("opentype");
    font-display: swap;
} */

body {
    font-family: 'Bahnschrift', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #f6f6f6;
    color: #1f1f1f;
}

img {
    max-width: 100%;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.navbar-dark .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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.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: rgb(0 0 0 / 50%);
    padding: 10px 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.bg-purple {
    background: #3d3d8f !important;
}

.btn-red {
    background: #e5007e !important;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.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-brand {
    margin-right: 45px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Arista2', sans-serif;
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #23b8f9;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #72b62e;
}

.navbar-light .navbar-nav .nav-wsp .nav-link {
    color: #72b62e;
    font-size: 35px;
}

.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;
    margin-left: -30px;
}

#slider span {
    color: #323232;
    position: relative;
    font-weight: 800;
}

#slider .title {
    font-family: 'Arista2';
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
}

#slider p.subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

#slider .btn-quote {
    font-family: 'Arista2';
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 12px 30px;
}

#slider .col-slide-2 .title {
    color: #e5007e;
}

#slider .col-slide-2 p.subtitle {
    color: #3d3d8f;
}

.head {
    text-align: center;
    padding-bottom: 30px;
}

.head h2 {
    font-family: 'Arista2light', sans-serif;
    color: #f93838;
    margin-bottom: 10px;
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
}

/* .head h2 {
    font-family: 'Arista2', sans-serif;
    color: #f93838;
    margin-bottom: 10px;
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
} */

.head h2 span {
    display: block;
    color: #23b8f9;
}

.head p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.head h2::before {
    content: url(../images/icono.png);
    position: relative;
    display: block;
    left: -60px;
}

#slider .carousel-item .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 70%;
}

.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: transparent;
    border: 0;
    color: #72b62e;
    margin: 0;
    padding: 0;
    font-size: 35px;
    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-quote:hover {
    background: #e5007e;
}

.top-header-wrap .dropdown-menu {
    z-index: 9999;
}

footer {
    background: #000000;
}

footer h4 {
    font-family: 'Arista2', sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
}

footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 20px;
    font-weight: 300;
}

footer ul li a {
    font-family: 'FuturaStd', sans-serif;
    text-decoration: underline;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

footer ul li a:hover {
    color: #f1f1f9;
}

footer ul li a i {
    padding-right: 5px;
    color: #c6c8e3;
}

footer ul li a:hover i {
    color: #c6c8e3;
}

footer ul.links {
    color: #fff;
    padding-inline-start: 0;
    list-style: none;
}

footer ul.links li a {
    padding-left: 10px;
}

footer ul.social li {
    display: inline-block;
}

/* footer ul.social li img {
    width: 25px;
    height: auto;
} */

footer p {
    color: #c6c8e3;
    max-width: 90%;
    text-align: left;
    font-size: 16px;
}

footer .social a {
    font-size: 32px;
    color: #c6c8e3;
    padding-right: 5px;
}

footer .container .row .text-center:nth-child(1) ul li {
    margin-bottom: 5px;
}

footer .container .row .text-center:nth-child(2) ul li {
    margin-bottom: 60px;
}

.bgmain {
    background-image: url(../images/bg/main-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-repeat: repeat;
}

.red {
    color: #e83c3d !important;
}

.blue {
    color: #23b8f9 !important;
}

.green {
    color: #0bdda6 !important;
}

.card {
    background: transparent;
    border: 0;
}

#services .col-service .card {
    background: transparent;
}

#services .col-service .card img {
    max-width: 60%;
    margin: 0 auto 20px;
}

#services .col-service .card .card-body {
    padding: 0 0 0 0;
    text-align: center;
}

#services .col-service .card .card-body .card-title {
    font-family: 'Arista2';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

#services .col-service .card .card-body a {
    font-family: 'Arista2';
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 10px 0 0 0;
    display: none;
    transition: 200ms linear;
}

#services .col-service .card:hover .card-body a {
    display: block;
}

#services .col-service .card:hover h2>i {
    color: #f93838;
}

#aboutus .head h2::before {
    left: 0;
}

#aboutus .head p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 95%;
}

.clients-slider .card {
    background: transparent;
}

.copyright p {
    color: #fff;
    max-width: 100%;
    margin: 0;
    text-align: center;
    font-size: 18px;
}

#about.padding {
    padding-top: 150px;
}

#about .head p {
    max-width: 650px;
    margin: 0 auto 15px;
}

.page-about .head h2 {
    color: #0bdda6;
}

#social .head h2::before {
    content: url(../images/icono2.png);
}

#team .head h2::before {
    content: url(../images/icono3.png);
}

#team .card h3 {
    font-family: 'Arista2';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

#team .card p {
    font-family: 'Bahnschrift';
    color: #72b62e;
    font-size: 16px;
    text-transform: uppercase;
}

#team .card img {
    max-width: 60%;
    margin: auto;
}

#partners .head h2::before {
    content: url(../images/icono2.png);
}

#partners .card h3 {
    font-family: 'Arista2';
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}

#partners .card p {
    font-family: 'Bahnschrift';
    color: #23b8f9;
    font-size: 16px;
}

#partners .card img {
    max-width: 60%;
    margin: auto;
}

.page-services #vservice.padding {
    padding-top: 150px;
    display: block;
}

.page-services #services.padding {
    padding-top: 150px;
}

.page-services #services.padding .head h2 {
    color: #0bdda6;
    text-transform: none;
}

.page-services #services.padding .head h2::before {
    content: url(../images/icono3.png);
    left: 50px;
    top: -10px;
}

.page-services #services .col-service {
    padding-left: 0;
    padding-right: 0;
}

.page-services #services .col-service .card .card-body .card-title {
    font-size: 25px;
    display: inline-block;
    position: relative;
    max-width: 65%;
}

.page-services #services .col-service .card .card-body .card-title i {
    font-size: 20px;
}

.page-services #services .col-service .card .card-body .card-title i {
    content: url(../images/hright.png);
    padding: 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-services #services .col-service .card .card-body .card-title i:first-child {
    left: -50px;
}

.page-services #services .col-service .card .card-body .card-title i:last-child {
    right: -50px;
}

.page-services #services .col-service .card:hover .card-body .card-title i {
    content: url(../images/right.png);
}

.page-services #services .col-service .card img {
    max-width: 100%;
    margin: 0 auto 0;
}

.page-services #services .col-service .card .card-body {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.page-clients #clients.padding {
    padding-top: 150px;
}

.page-clients #clients .head h2 {
    color: #0bdda6;
}

.page-clients #clients .head h2::before {
    content: url(../images/icono3.png);
}

.page-clients #clients .head h2 span {
    display: inline-block;
}

.list-portfolio {
    padding-inline-start: 0;
    list-style: none;
    margin-bottom: 30px;
}

.list-portfolio li {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.list-portfolio li:last-child {
    padding-right: 0;
}

.list-portfolio li a {
    display: inline-block;
    min-width: 130px;
    padding: 15px 25px;
    font-size: 14px;
    color: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 123 31' style='enable-background:new 0 0 123 31;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:1.9307;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25.03,1.7H4.25c-1.59,0-2.88,1.47-2.88,3.28V9.7'/%3E%3Cpath class='st0' d='M121.63,9.7V4.98c0-1.81-1.29-3.28-2.88-3.28h-4.02'/%3E%3Cpath class='st0' d='M99.94,29.7h18.81c1.59,0,2.88-1.47,2.88-3.28V21.7'/%3E%3Cpath class='st0' d='M1.37,21.7v4.72c0,1.81,1.29,3.28,2.88,3.28h4.02'/%3E%3C/g%3E%3Crect x='-3.44' y='8.27' class='st1' width='129.88' height='27.03'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.list-portfolio li.active a,
.list-portfolio li:hover a {
    color: #e83c3d;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 123 31' style='enable-background:new 0 0 123 31;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23e83c3d;stroke-width:1.9307;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25.03,1.7H4.25c-1.59,0-2.88,1.47-2.88,3.28V9.7'/%3E%3Cpath class='st0' d='M121.63,9.7V4.98c0-1.81-1.29-3.28-2.88-3.28h-4.02'/%3E%3Cpath class='st0' d='M99.94,29.7h18.81c1.59,0,2.88-1.47,2.88-3.28V21.7'/%3E%3Cpath class='st0' d='M1.37,21.7v4.72c0,1.81,1.29,3.28,2.88,3.28h4.02'/%3E%3C/g%3E%3Crect x='-3.44' y='8.27' class='st1' width='129.88' height='27.03'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.page-contact #cquote.padding {
    padding-top: 150px;
}

.border-color-blue {
    width: auto;
    height: auto;
    background: linear-gradient(to right, #23b8f9 4px, transparent 4px) 0 0, linear-gradient(to right, #23b8f9 4px, transparent 4px) 0 100%, linear-gradient(to left, #23b8f9 4px, transparent 4px) 100% 0, linear-gradient(to left, #23b8f9 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, #23b8f9 4px, transparent 0) 0 0, linear-gradient(to bottom, #23b8f9 4px, transparent 0) 100% 0, linear-gradient(to top, #23b8f9 4px, transparent 4px) 0 100%, linear-gradient(to top, #23b8f9 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 22px 12px;
    border-radius: 5px;
}

.border-color-red {
    width: auto;
    height: auto;
    background: linear-gradient(to right, #f93838 4px, transparent 4px) 0 0, linear-gradient(to right, #f93838 4px, transparent 4px) 0 100%, linear-gradient(to left, #f93838 4px, transparent 4px) 100% 0, linear-gradient(to left, #f93838 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, #f93838 4px, transparent 0) 0 0, linear-gradient(to bottom, #f93838 4px, transparent 0) 100% 0, linear-gradient(to top, #f93838 4px, transparent 4px) 0 100%, linear-gradient(to top, #f93838 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 22px 12px;
    border-radius: 5px;
}

.border-color-green {
    width: auto;
    height: auto;
    background: linear-gradient(to right, #0bdda6 4px, transparent 4px) 0 0, linear-gradient(to right, #0bdda6 4px, transparent 4px) 0 100%, linear-gradient(to left, #0bdda6 4px, transparent 4px) 100% 0, linear-gradient(to left, #0bdda6 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, #0bdda6 4px, transparent 0) 0 0, linear-gradient(to bottom, #0bdda6 4px, transparent 0) 100% 0, linear-gradient(to top, #0bdda6 4px, transparent 4px) 0 100%, linear-gradient(to top, #0bdda6 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 22px 12px;
    border-radius: 5px;
}

.border-green {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 123 31' style='enable-background:new 0 0 123 31;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%230BDDA6;stroke-width:1.9307;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25.03,1.7H4.25c-1.59,0-2.88,1.47-2.88,3.28V9.7'/%3E%3Cpath class='st0' d='M121.63,9.7V4.98c0-1.81-1.29-3.28-2.88-3.28h-4.02'/%3E%3Cpath class='st0' d='M99.94,29.7h18.81c1.59,0,2.88-1.47,2.88-3.28V21.7'/%3E%3Cpath class='st0' d='M1.37,21.7v4.72c0,1.81,1.29,3.28,2.88,3.28h4.02'/%3E%3C/g%3E%3Crect x='-3.44' y='8.27' class='st1' width='129.88' height='27.03'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.border-blue {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 123 31' style='enable-background:new 0 0 123 31;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2323b8f9;stroke-width:1.9307;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25.03,1.7H4.25c-1.59,0-2.88,1.47-2.88,3.28V9.7'/%3E%3Cpath class='st0' d='M121.63,9.7V4.98c0-1.81-1.29-3.28-2.88-3.28h-4.02'/%3E%3Cpath class='st0' d='M99.94,29.7h18.81c1.59,0,2.88-1.47,2.88-3.28V21.7'/%3E%3Cpath class='st0' d='M1.37,21.7v4.72c0,1.81,1.29,3.28,2.88,3.28h4.02'/%3E%3C/g%3E%3Crect x='-3.44' y='8.27' class='st1' width='129.88' height='27.03'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.border-red {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 123 31' style='enable-background:new 0 0 123 31;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23f93838;stroke-width:1.9307;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M25.03,1.7H4.25c-1.59,0-2.88,1.47-2.88,3.28V9.7'/%3E%3Cpath class='st0' d='M121.63,9.7V4.98c0-1.81-1.29-3.28-2.88-3.28h-4.02'/%3E%3Cpath class='st0' d='M99.94,29.7h18.81c1.59,0,2.88-1.47,2.88-3.28V21.7'/%3E%3Cpath class='st0' d='M1.37,21.7v4.72c0,1.81,1.29,3.28,2.88,3.28h4.02'/%3E%3C/g%3E%3Crect x='-3.44' y='8.27' class='st1' width='129.88' height='27.03'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.border-color-red,
.border-color-red:hover,
.border-red,
.border-red:hover {
    color: #f93838;
}

.border-color-green,
.border-color-green:hover,
.border-green,
.border-green:hover {
    color: #0bdda6;
}

.border-color-blue,
.border-color-blue:hover,
.border-blue,
.border-blue:hover {
    color: #23b8f9;
}

.page-contact .head h2 {
    color: #0bdda6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.page-contact .head h2::before {
    content: url(../images/icono3.png);
    position: relative;
    display: block;
    left: 50%;
}

.contactus {
    margin-top: 50px;
    text-align: center;
    background: rgb(0 0 0 / 50%);
    padding: 25px 25px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contactus h2 {
    color: #23b8f9;
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contactus p {
    color: #fff;
    font-size: 15px;
    font-family: 'Bahnschrift';
    margin-bottom: 20px;
}

.contactus .form-floating>.form-control,
.contactus .form-nfloating>.form-control {
    background: transparent;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
}

.contactus .form-floating>.form-control:focus {
    border-color: #23b8f9;
}

.contactus .form-floating>label {
    color: #ffffff;
}

.contactus .form-floating>textarea.form-control,
.contactus .form-nfloating>textarea.form-control {
    min-height: 65px;
}

.contactus .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contactus .form-floating>.form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    background: transparent url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right 15px top 50%;
    cursor: pointer;
}

.page-contact #contact .head:last-child h2::before {
    display: none;
}

.page-contact .head p {
    color: #fff;
    font-size: 15px;
    font-family: 'Bahnschrift';
}

.page-contact .head ul {
    padding-inline-start: 0;
    list-style: none;
    margin: 1rem 0;
}

.page-contact .head ul li {
    margin-bottom: 10px;
    color: #23b8f9;
}

.page-contact .head ul li span {
    font-family: 'Arista2';
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 1px;
}

.page-contact .head ul.social li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.page-contact .head ul.social li .fa-forward {
    color: #f93838;
}

#cquote {
    padding: 0 0 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 450px;
}

#cquote .head h2 {
    text-transform: uppercase;
    color: #23b8f9;
}

#cquote .head h2 span {
    display: inline-block;
    color: #f93838;
}

#cquote .contactus {
    margin-top: 0;
    margin-bottom: 100px;
    background: transparent;
    padding: 0 0 0 0;
}

.text-captcha {
    background: #23b8f9;
    border: 1px solid #23b8f9;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
}

.btn-captcha {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-captcha button {
    color: #23b8f9;
    background: transparent;
    font-size: 32px;
    width: 100%;
}

.btn-cot {
    padding: 10px 50px;
}

.page-contact #cquote .head h2::before {
    display: none;
}

.bg-menu {
    background-color: rgb(0, 0, 0);
}

#services .row-cnt-services p {
    font-size: 18px;
    color: #fff;
    font-family: 'Bahnschrift';
    text-align: justify;
}

.border-skyblue {
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 242.84 56.01'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2323b8f9;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M242.93,14.85a1,1,0,0,1-1-1V6.69A3.47,3.47,0,0,0,238.75,3h-6.1a1,1,0,0,1,0-2h6.1a5.46,5.46,0,0,1,5.18,5.69v7.16A1,1,0,0,1,242.93,14.85Z' transform='translate(-1.09 -1)'/%3E%3Cpath class='cls-1' d='M238.75,57H211.89a1,1,0,0,1,0-2h26.86a3.47,3.47,0,0,0,3.18-3.69V44.47a1,1,0,1,1,2,0v6.85A5.46,5.46,0,0,1,238.75,57Z' transform='translate(-1.09 -1)'/%3E%3Cpath class='cls-1' d='M2.09,14.85a1,1,0,0,1-1-1V6.69A5.46,5.46,0,0,1,6.27,1H36.36a1,1,0,0,1,0,2H6.27A3.46,3.46,0,0,0,3.09,6.69v7.16A1,1,0,0,1,2.09,14.85Z' transform='translate(-1.09 -1)'/%3E%3Cpath class='cls-1' d='M12.1,57H6.27a5.46,5.46,0,0,1-5.18-5.69V44.47a1,1,0,0,1,2,0v6.85A3.46,3.46,0,0,0,6.27,55H12.1a1,1,0,1,1,0,2Z' transform='translate(-1.09 -1)'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: 'Bahnschrift';
    font-size: 20px;
    font-weight: 500;
    padding: 15px 30px;
    margin: 0;
    width: 100%;
    text-align: center;
}

.border-skyblue span {
    color: #23b8f9;
    text-transform: uppercase;
}

.border-skyblue:hover,
.border-skyblue:focus {
    color: #fff;
}

.page-services #services .contactus .btn-link {
    margin-right: 0;
    width: 100%;
    font-size: 16px;
}

.page-services #services .contactus h2 {
    color: #0bdda6;
}

#nav-services {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
}

#nav-services .btn-primary {
    background: transparent;
    border: 0;
    padding: 0 0 0 0;
    box-shadow: none;
    text-align: left;
    margin: 0 15px;
    font-size: 20px;
    letter-spacing: 5px;
    color: #23b8f9;
    text-transform: uppercase;
}

#nav-services .btn-primary small {
    font-family: 'Bahnschrift';
    display: block;
    color: #23b8f9;
    font-size: 16px;
    letter-spacing: 2px;
}

#nav-services svg {
    width: 32px;
}

.space {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-about .head h2,
#social .head h2,
#team .head h2,
#partners .head h2 {
    text-transform: none;
}

#social .head h2 span {
    display: inline-block;
}

.btn-portfolio {
    color: #23B8F9;
    font-family: 'Bahnschrift';
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    margin: 10px 0 0 0;
    width: auto;
    text-transform: uppercase;
    text-align: center;
}

#map #map_canvas {
    width: 100%;
    min-height: 650px;
}

#map{
    display: none;
}

.page-contact #map .head h2::before {
    width: auto;
    position: absolute;
    top: 50%;
    left: unset;
    right: 25px;
    transform: translateY(-50%);
}

.page-thanks #map{
    display: block;
}

.page-projects #projects.padding {
    padding-top: 100px;
}

.page-projects #projects.padding .head h2 {
    color: #0bdda6;
    font-size: 40px;
}

.page-projects #projects.padding .head h2 span {
    font-size: 50px;
}

.page-projects #projects.padding .head h2::before {
    content: url(../images/icono3.png);
    left: unset;
    position: absolute;
    right: 20%;
    top: -10px;
}

.page-projects.view #projects.padding {
    padding-top: 150px;
}

.page-projects #projects .card .card-body {
    background: rgb(0 0 0 / 30%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 200ms linear;
    padding: 30px 30px;
    opacity: 0;
}

.page-projects #projects .card:hover .card-body {
    opacity: 1;
}

.page-projects #projects .card .card-body a {
    color: #fff;
}

.page-projects #projects .card .card-body a h2 {
    font-family: 'Bahnschrift';
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 30%);
}

.page-projects #projects .card .card-body a .card-filter{
    display: none;
}

.page-projects #projects .card .card-body a img {
    margin-bottom: 10px;
}

.page-projects #projects.detail .head h2 {
    font-family: 'Arista2';
    margin-bottom: 0;
}

.page-projects #projects.detail .head h2::before {
    content: url(../images/icono3.png);
    left: 120px;
    position: absolute;
    right: unset;
    top: -45px;
}

.page-projects #projects.detail .head-detail p {
    font-family: 'Arista2light';
    font-size: 72px;
    color: #0bdda6;
}

.page-projects #projects.detail .row-detail .img-cnt {
    margin-bottom: 50px;
}

.page-projects #projects.detail .row-detail p {
    font-family: 'Bahnschrift';
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: justify;
}

#more {
    background: rgb(0 0 0 / 50%);
    padding: 0;
    margin: 0 0 40px 0;
}

#more .card {
    padding: 5px 5px 5px 5px;
    border: 0;
}

#more .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #23b8f9;
    font-size: 50px;
    border: 0;
}

#more .slick-arrow.prev {
    left: -20px;
}

#more .slick-arrow.next {
    right: -20px;
}

.page-projects #clients.padding {
    padding-top: 150px;
}

.page-projects #clients.padding .head h2 {
    font-family: 'Arista2';
    color: #0bdda6;
    font-size: 38px;
}

.page-projects #clients.padding .head h2::before {
    content: url(../images/icono3.png);
}


.page-projects #clients.padding .head h2 span {
    display: inline-block;
}

.page-projects #clients.padding .col-service .text {
    max-width: 90%;
    margin: auto;
}

.page-projects #clients.padding .col-service .text h2 {
    font-family: 'Arista2light';
    font-size: 70px;
    color: #fff;
    line-height: 1;
}

.page-projects #clients.padding .col-service .text p {
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: justify;
}


#moretitle .head h2 {
    color: #0bdda6;
    font-size: 38px;
}

#moretitle .head h2::before {
    content: url(../images/icono3.png);
}

.page-services #services.all.padding .head h2 {
    text-transform: uppercase;
}

.page-services #services.all.padding .head h2::before {
    content: url(../images/icono3.png);
    left: 230px;
    top: -10px;
    position: absolute;
}

.page-contact #contact .head {
    padding-bottom: 0;
}

.page-contact #contact .head:first-child {
    padding-bottom: 50px;
}

.slick-arrow {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow.prev {
    left: 0;
}

.slick-arrow.next {
    right: 0;
}

#cquote .form-nfloating>.form-control {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

#cquote .form-nfloating>.form-control#cot_captcha {
    height: 100%;
}

.page-services .south-page #nav-services {
    padding-top: 150px;
    background: #000;
}

.page-services #south-sect1.contact-service .head h2 {
    font-family: 'Arista2';
    font-size: 72px;
    margin-bottom: 30px;
}

.page-services #south-sect1.contact-service .head h2 span {
    color: #fff;
}

.page-services #south-sect2.contact-service .head h2 {
    font-family: 'Arista2';
}

.page-services #south-sect2.contact-service .head h2 span {
    color: #fff;
}

.page-services #south-sect2 .slick-slide {
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.page-services #south-sect2 .slick-slide img {
    display: block;
    width: 60%;
    margin: auto;
}

.page-services #south-sect2 .country-slider .slick-slide h3 {
    margin: 20px 0 10px;
    color: #0bdda6;
    font-size: 32px;
    font-family: 'Bahnschrift';
}

.page-services #south-sect2 .country-slider .slick-slide p {
    color: #fff;
    font-family: 'Bahnschrift';
    margin-bottom: 0;
    font-size: 20px;
    padding: 0 15px;
}

.page-services #south-sect3 .head h2 {
    font-family: 'Arista2';
    color: #0bdda6;
}

.page-services #south-sect3 .head h2 span,
.page-services #south-sect4 .head h2 span {
    display: inline-block;
}

.page-services #south-sect5 {
    background: rgb(0 0 0 / 50%);
    padding: 20px 0;
}

.page-services #south-sect6.contact-service .head h2 {
    font-family: 'Arista2';
    font-size: 72px;
    margin-bottom: 30px;
    text-transform: none;
}

.page-services #south-sect1.contact-service .head h2::before,
.page-services #south-sect2.contact-service .head h2::before,
.page-services #south-sect3.contact-service .head h2::before,
.page-services #south-sect4.contact-service .head h2::before,
.page-services #south-sect6.contact-service .head h2::before {
    display: none;
}

.page-services #south-sect6.contact-service .contactus {
    margin-top: 0;
}

.page-services #south-sect6.contact-service .contactus h2 {
    font-family: 'Arista2';
    font-size: 35px;
    letter-spacing: 1px;
}

.video-full {
    width: 100%;
}

.page-contact select option {
    background: #02000b;
}

/* .bg-gif{
    background-image:url(../videos/reel.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 350px;
} */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.wsp {
    position: fixed;
    right: 10px;
    bottom: 15px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 12.5px;
    border-radius: 50px;
    z-index: 199;
}

#contact ul li a {
    color: #23b8f9;
}

.noshow {
    opacity: 0;
}

.row-cnt-services a {
    color: #23b8f9;
}

.clients-slider .card,
.clients-slider2 .card {
    padding: 0 25px;
}

.bg-video{
    position: relative;
    overflow: hidden;
}

#videobg {
    width: 100%;
}

/* START BLOG */
#blogs .post-content{
    height: 100%;
    background: #fff;
}

#blogs .post-content .content {
    padding: 20px 20px 20px 20px;
    background: #fff;
}

#blogs .post-content .content .add-info span{
    display: inline-block;
}

#blogs .post-content .content .add-info .category{
    font-weight: 700;
    color: #2b2b2b;
    font-size: 16px;
}

#blogs .post-content .content .add-info .separate{
    padding-right: 5px;
    padding-left: 5px;
    color: #888888;
    font-size: 5px;
}

#blogs .post-content .content .add-info .date{
    font-weight: 400;
    color: #888888;
    font-size: 16px;
}

#blogs .post-content .content h2{
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

#blogs .post-content .content h2 a{
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 0;
}

#blogs .autor{
    padding: 20px 0 20px 0;
}

#blogs .post-content .content .date{
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

#blogs .autor .media{
    align-items: center;
}

#blogs .autor .media img{
    width: auto;
    margin: auto;
}

#blogs .autor .media .media-body p{
    color: #999999;
    font-weight: bold;
}

#blogs .autor .media .media-body p>strong{
    color: #444444;
}

#blogs .blog-image{
    position: relative;
    overflow: hidden;
}

#blogs .blog-image::after{
    content: "";
    background: #0074bb;
    width: 150px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0;
}

#blogs .post-content .content a{
    display: inline-block;
    color: #2b2b2b;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
}

/* Blog */
main[role=blog] {
    padding-top: 0;
}

.padding-top {
    padding-top: 120px;
}

#view-blog .container {
    max-width: 800px
}

#view-blog .imagen {
    margin-bottom: 40px
}

#view-blog h1 {
    font-size: 42px;
    font-weight: 800
}

#view-blog h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#view-blog h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 2rem
}

#view-blog h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog h6 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

#view-blog .texto img {
    text-align: center;
    width: 100%;
    height: inherit
}

#view-blog a {
    color: #1d3884
}

#view-blog p {
    text-align: justify;
    margin-top: 1rem;
    margin-bottom: 1rem
}

#view-blog .navigation {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

#view-blog .navigation h6{
    width: 100%;
    display: block;
}

#view-blog .navigation .btn-light {
    background: #003587;
    color: #fff;
}

#view-blog .facebook {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
}

.single-post .barra {
    padding: 10px 0 10px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}

.page-link {
    color: #2b2b2b;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #23b8f9;
    border-color: #23b8f9;
}

.page-link {
    padding: 10px 15px;
}

.single .breadcrumb-container-bottom.padding,
.blog .paddinghome{
    padding-top: 150px;
}

.breadcrumb .breadcrumb-item a{
    color: #fff;
}

/* END BLOG */

#testimonials .head h2{
    text-transform: none;
    margin: 0 0 0 0;
    z-index: 1;
}

#testimonials .head h2::before{
    display: none;
}

#testimonials .slick-slide {
    padding: 0 10px;
}

.card-testimonial .starts{
    font-size: 40px;
    color: #ffbc15;
}

.card-testimonial p{
    font-size: 20px;
    color: #fff;
    font-family: 'Arista2';
    max-width: 100%;
    margin: 0 0 15px 0;
}

.card-testimonial h3{
    font-size: 24px;
    color: #fff;
    font-family: 'Arista2';
    text-align: end;
    margin-bottom: 0;
}

.card-testimonial h5{
    font-size: 18px;
    color: #fff;
    font-family: 'Arista2';
    text-align: end;
}

.card-testimonial img {
    display: block;
    width: 55%;
    margin: auto;
    height: auto;
}

.south-page .space {
    padding-top: 60px;
    padding-bottom: 60px;
}

#south-sect1{
    background: #000;
}

#south-sect1 .head p {
    font-size: 24px;
}

#south-sect2 .container .row:last-child>div:nth-child(odd) img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

#south-sect3 p{
    font-family: 'Bahnschrift';
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}

#south-sect4 .head{
    padding-bottom: 15px
}

#south-sect4 .head h2{
    font-family: 'Arista2', sans-serif;
    text-transform: none;
    font-size: 32px;
    color: #0bdda6;
}

.page-services #south-sect6.contact-service .head h2{
    margin-bottom: 0
}

#south-sect6 .head h2 span {
    display: inline-block;
    font-size: 42px;
}

#south-sect6 .head p {
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}

#south-sect6 .contactus p {
    color: #fff;
    font-size: 18px;
    font-family: 'Bahnschrift';
    margin-bottom: 20px;
    font-weight: 100;
}

.page-services #south-sect6.contact-service .contactus h2{
    color: #0bdda6;
    font-size: 42px;
}

#south-sect7.padding{
    padding-top: 40px;
    padding-bottom: 40px;
}

#south-sect7 p {
    color: #fff;
    font-size: 20px;
    font-family: 'Bahnschrift';
    margin-bottom: 20px;
    font-weight: 100;
    text-align: left;
}

#nav-services .text-start {
    display: flex;
    align-items: center;
    justify-content: start;
}

#nav-services .text-end {
    display: flex;
    align-items: center;
    justify-content: end;
}

.client-portafolio .head.head-client-portafolio h2{
    font-size: 42px;
}

.client-portafolio .head.head-client-portafolio h2::before{
    display: none;
}

#carouselMaracuya .carousel-control-prev-icon {
    background-image:url(../images/arrows/arrow-left.png);
}

#carouselMaracuya .carousel-control-next-icon {
    background-image:url(../images/arrows/arrow-right.png);
}

.search_box_wrapper .search_box_item {
    position: relative;
    height: 50px;
    width: 500px;
    max-width: 100%;
    margin: 50px auto 50px;
}

.search_box_wrapper .search_box_item .search_box {
    height: 50px;
}

.search_box_wrapper .search_box_item .input_search {
    background: var(--search-bg-clr);
    border: 0;
    border-radius: 25px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.search_box_wrapper .search_box_item .icon {
    position: absolute;
    top: 16px;
    color: var(--white);
    font-size: 18px;
    display: flex;
    width: 20px;
}

.search_box_wrapper .search_box_item button {
    width: 150px;
    height: 50px;
    position: absolute;
    top: 0;
    border-radius: 25px;
    border: 0;
    display: block;
    background: var(--white);
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.search_box_wrapper .search_box_item button:hover {
    background: var(--btn-hvr-clg);
}

.search_box_wrapper .search_box_item.search_box_item_filter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_box_wrapper .search_box_item.search_box_item_filter .search_box {
    width: 100%;
    margin-left: 70px;
    color: #000;
}

.search_box_wrapper .search_box_item.search_box_item_filter .input_search {
    padding: 15px 20px;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
    color: #000;
}

.search_box_wrapper .search_box_item.search_box_item_filter .input_search:focus{
    outline: 0;
}

.search_box_wrapper .search_box_item.search_box_item_filter button {
    position: absolute;
    background: #23b8f9;
    margin: 0;
    border-radius: 10px;
    padding: 0;
    color: #fff;
    width: 75px;
    height: 75px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list-v2-portfolio {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    list-style: none;
    border-radius: 15px;
}

.list-v2-portfolio li a {
    padding: 20px 10px;
    display: block;
    color: #000;
    position: relative;
}

.list-v2-portfolio li.active a {
    color: #f93838;
}

.list-v2-portfolio li a::after{
    content: "";
    height: 40%;
    width: 1px;
    background: #000;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.list-v2-portfolio li:last-child a::after{
    display: none;
}

.nav-languague .btn-group .btn-secondary{
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    box-shadow: none;
}

.nav-languague .btn-group .dropdown-menu{
    width: auto;
    min-width: auto;
    padding: 5px 10px;
}

/* New Slider */
.main-slider {
    position: relative;
}

.main-slider .item {
    position: relative;
    height: 1000px;
}

.main-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    align-items: end;
}

.main-slider .item .cover .container{
    z-index: 9;
}

.main-slider .item .cover .header-content {
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
    text-align: center;
}

.main-slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

/* .main-slider .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
} */

.main-slider .item .cover .header-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.main-slider .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.main-slider .item .cover .header-content a {
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

.main-slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.main-slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.main-slider .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.main-slider .owl-item.active a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.main-slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.main-slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.main-slider .owl-nav .owl-prev:focus {
    outline: 0;
}

.main-slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.main-slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.main-slider .owl-nav .owl-next:focus {
    outline: 0;
}

.main-slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.main-slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.main-slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}
/* New Slider */

.hide-me,
.hide-me2,
.hide-me3 {
    display: none;
    transition: 200ms linear;
}

.read-more, .show-less,
.read-more2, .show-less2,
.read-more3, .show-less3{
    color: #fff;
    padding-left: 5px;
}

#clients .slick-slide img {
    height: auto!important;
}

.head-more.head p {
    display: inline;
}

.head-more .dots,
.head-more .dots2,
.head-more .dots3 {
    color: #fff;
}

.arrows {
    width: 60px;
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 99;
    margin: 0;
}

.arrows path {
    stroke: #0bdda6;
    fill: transparent;
    stroke-width: 5px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
    {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    /* Safari 和 Chrome */
}

@media screen and (min-width: 992px) {
    #products .col-lg-2 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media screen and (min-width: 1920px) {

    .top-header-wrap,
    header,
    main,
    footer {
        max-width: 1920px;
        margin: auto;
    }
}

@media screen and (max-width: 1650px) {
    .main-slider .item {
        position: relative;
        height: 800px;
    }

    .main-slider .item .cover-desktop iframe,
    .main-slider .item .cover-mobile iframe{
        height: 100%!important;
    }
}

@media screen and (max-width: 1350px) {
    #south-sect1 iframe {
        height: 500px;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }

    #slider .carousel-item .carousel-caption .col-lg-6 {
        margin-top: 0;
    }

    .head {
        padding-bottom: 30px;
    }

    .head h2 {
        font-size: 38px;
    }

    #south-sect1 iframe {
        height: 500px;
    }
}

@media screen and (max-width: 1100px) {
    .main-slider .item {
        position: relative;
        height: 650px;
    }
}

@media screen and (max-width: 991px) {
    .sticky-top {
        background: rgb(0, 0, 0);
    }

    .navbar-collapse {
        padding: 35px 25px 40px;
        background: #000;
    }

    .navbar-light .navbar-nav .nav-item {
        margin-bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 20px 0 0 0;
    }

    footer .input-group-prepend {
        width: 100%;
    }

    footer .col-lg-3.col-md-6.col-sm-6 {
        margin-bottom: 30px;
    }

    .padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #slider .col-slide {
        margin-left: 0;
    }

    #slider .title {
        font-size: 42px;
    }

    #about.padding {
        padding-top: 50px;
    }

    /* #about.padding .container .row>div:first-child,
    #about.padding .container .row>div:last-child {
        display: none;
    } */

    .page-about .bg-video.bg.bg-gif{
        display: none;
    }

    .page-projects #projects .card .card-body {
        background: rgb(0 0 0 / 60%);
    }

    .bgmain {
        overflow-x: hidden;
    }

    .page-contact #contact.padding,
    .page-services #services.padding,
    .page-services #vservice.padding
    .page-clients #clients.padding,
    .page-projects #projects.padding {
        padding-top: 50px;
    }

    #contact ul li a {
        display: block;
        margin-left: 40px;
        margin-top: 10px;
    }

    .page-contact .head ul li .noshow {
        display: none;
    }

    #contact ul.social li a {
        margin-left: 0;
        margin-top: 0;
    }

    .page-services .bg-video{
        display: none;
    }

    .card-testimonial .starts {
        font-size: 25px;
    }

    .page-services #vservice.padding {
        padding-top: 50px;
    }

    #south-sect1 iframe{
        height: 500px;
    }

    #south-sect2{
        text-align: center;
    }

    .page-services .south-page #nav-services {
        padding-top: 90px;
    }

    #nav-services .text-start,
    #nav-services .text-end {
        padding-bottom: 15px;
    }

    .page-projects #projects.detail .head-detail p {
        font-size: 50px;
    }

    .page-projects.view .row-detail .img-cnt iframe{
        height: 520px;
    }

    .page-projects.view #projects.padding {
        padding-top: 100px;
    }

    .list-v2-portfolio {
        flex-wrap: wrap;
    }

    .list-v2-portfolio li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 30%;
        min-width: 1px;
    }

    .list-v2-portfolio li a{
        text-align: center;
    }

    .list-v2-portfolio li a::after{
        right: 0;
    }

    .list-v2-portfolio li:nth-child(3) a::after,
    .list-v2-portfolio li:nth-child(6) a::after{
        display: none;
    }

    .main-slider .item {
        position: relative;
        height: 450px;
    }

    .main-slider .item .cover .header-content h2 {
        font-size: 24px;
    }

    .main-slider .item .cover .header-content a {
        border: 1px solid #fff;
        font-size: 15px;
        font-weight: 300;
        line-height: normal;
        color: #fff;
        margin: 0;
    }
}

@media screen and (max-width: 850px) {
    #south-sect1 iframe {
        height: 420px;
    }
    .page-projects.view .row-detail .img-cnt iframe {
        height: 460px;
    }
}

@media screen and (max-width: 767px) {
    .head h2 {
        font-size: 32px;
    }

    #testimonials .head h2 {
        font-size: 38px;
    }

    .card-testimonial img {
        margin: 30px auto 0;
    }

    #nav-services svg {
        width: 20px;
    }

    #nav-services .btn-primary {
        margin: 0 15px;
        font-size: 15px;
    }

    #nav-services .btn-primary small {
        font-size: 14px;
    }

    .page-services #south-sect1.contact-service .head h2 span {
        color: #fff;
        font-size: 42px;
        text-align: center;
    }

    #south-sect1 .head p {
        font-size: 20px;
        text-align: center;
    }

    .page-projects.view #projects.padding {
        padding-top: 60px;
    }
}

@media screen and (max-width: 650px) {
    #slider .carousel-item .carousel-caption {
        width: 95%;
        padding-top: 0;
    }
    #slider .title {
        font-size: 30px;
    }
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 70%;
        margin: 0;
    }
    #south-sect1 iframe{
        height: 350px;
    }
    .page-projects #projects.detail .head-detail p {
        font-size: 32px;
    }
    .page-projects.view .row-detail .img-cnt iframe{
        height: 320px;
    }
}

@media screen and (max-width: 500px) {
    #south-sect1 iframe {
        height: 260px;
    }
    .page-projects.view .row-detail .img-cnt iframe{
        height: 260px;
    }
}

@media screen and (max-width: 450px) {
    .list-v2-portfolio li {
        flex-basis: 50%;
    }

    .list-v2-portfolio li:nth-child(3) a::after{
        display: block;
    }

    .list-v2-portfolio li:nth-child(2) a::after,
    .list-v2-portfolio li:nth-child(4) a::after,
    .list-v2-portfolio li:nth-child(6) a::after,
    .list-v2-portfolio li:nth-child(8) a::after{
        display: none;
    }
}

@media screen and (max-width: 400px) {
    #slider p.subtitle {
        display: none;
    }

    #slider p.info {
        margin-bottom: 15px;
    }

    #slider .btn {
        padding: 4px 25px;
        font-weight: 600;
        font-size: 18px;
    }
}

@media screen and (max-width: 380px) {
    #south-sect1 iframe {
        height: 215px;
    }
    .page-projects.view .row-detail .img-cnt iframe{
        height: 205px;
    }
}

@media screen and (max-width: 330px) {
    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, 0.9);
        width: 70%;
        margin: 0;
    }
}