@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*:focus {
    outline: 0 !important;
}
textarea {
    resize: none;
}
a {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
a,
.animate,
.btn,
.animated,
.btn-one,
.border-animation-primary:before,
.border-animation-primary:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a {
    text-decoration: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875em;
    color: var(--black);
    background-color: transparent !important;
    overflow-x: hidden;
}
.limit {
    max-width: 1200px;
}

::-webkit-scrollbar {
    width: 8px;
    position: absolute !important;
}
::-webkit-scrollbar-track {
    background: #cfdde8;
}
::-webkit-scrollbar-thumb {
    background: #000;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.btn-one {
    justify-content: center;
    display: inline-flex;
    border: 2px solid #03bf8a;
    background: transparent;
    text-align: center;
    padding: 9px 25px;
    color: #03bf8a;
    font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
    min-width: 150px;
    align-items: center;
}
.btn-one:hover {
    color: #fff;
    background: #03bf8a;
}

.btn-two {
    justify-content: center;
    display: inline-flex;
    border: 2px solid #fff;
    background: transparent;
    text-align: center;
    padding: 9px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
    min-width: 150px;
    align-items: center;
}
.btn-two:hover {
    color: #000;
    background: #fff;
}

.title {
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
    color: #024059;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title span {
    position: relative;
    background: red;
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #afafaf;
    top: 5px;
}

.title span.center {
    text-align: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='260' height='21' viewBox='0 0 260 21' shape-rendering='geometricPrecision' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M0 0L260 0L260 6L0 6L0 0Z' shape-rendering='geometricPrecision' fill='%2304BF8A' transform='matrix(1 0 0 1 0 0)'%3E%3C/path%3E%3Cpath d='M18.5 0L37 19L0 19L18.5 0Z' shape-rendering='geometricPrecision' fill='%2304BF8A' transform='matrix(-1 1.2246467991473532e-16 -1.2246467991473532e-16 -1 149 21)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 78px;
    top: -16px;
    width: 104%;
}

body:not(.home) main {
    background: #281a17;
}

body:not(.home) .header .navbar {
    background: url(../img/nav.jpg) no-repeat;
    background-size: cover;
}
.bg-img {
}
.bg-img .caption h1 {
    color: #fff;
}

#page-banner {
    background: #281a17;
    padding: 20px 0;
}

/* header */
.header {
    position: relative;
    background: #024059c9;
    z-index: 99;
    height: 82px;
}
.navbar-nav a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    position: relative;
    margin: 0;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0px);
}
.header .navbar {
    width: 100%;
}
.header .sticky.navbar .logo img {
    max-width: 70%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header .sticky {
    transform: translate(0%, -4%);
    background: #024059;
    box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 0 0;
}

.navbar-nav a::after= {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 5px;
    transform: scaleX(0);
    background-color: #20f1ea;
    transition: all 0.2s ease;
    opacity: 1;
}
.navbar-nav a:hover {
    color: #fff !important;
}
.navbar-nav li a:hover,
.navbar-nav li a.current {
    color: #fef700;
}

.navbar-nav a.active::after,
.navbar-nav li.current-menu-item a:after,
.navbar-nav a:hover::after {
    transform: scaleX(1);
}
header .social {
    display: flex;
    gap: 11px;
}
header .social a {
    color: #fff;
}

.social a:hover svg path{
    fill: #00A69B;
}

header .infos{
    position: absolute;
    top: 80px;
    left: 0;
   
}
header .infos a{
     color: #fff;
}

header .infos span{
    margin: 8px;
    color: #fff;
}


.topScroll .header .infos{opacity: 0;}


/* section banner	 */
#banner {
    margin-top: -89px;
    position: relative;
}

#bannertop {
    z-index: 0;
}
.flex-direction-nav a {
    height: 53px !important;
}
#bannertop .flex-control-nav {
    bottom: 32px;
    z-index: 99;
    position: relative;
}
.flex-control-paging li a {
    background: transparent;
    padding: 6px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.flex-control-paging li a.flex-active {
    border: 1px solid #fff;
    background: #fff;
}
.flexslider {
    border: 0 !important;
}
#banner .item {
    height: 900px;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}
#banner .item .caption {
    position: relative;
    margin: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
#banner .item .caption p {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    line-height: 120%;
}
#banner .item .caption a {
    color: #fff;
    border: 0;
    background: transparent;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 400;
}
#banner  .flex-direction-nav a:before{
    color: #fff;
}

#banner .item .caption a:hover {
    background: #fff;
    color: #000;
}
#banner .item .caption span{
    color:#fff700 ;
}

.flex-direction-nav {
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 90%;
    text-align: center;
    left: 0;
    right: 0;
}
#banner .flex-prev {
    width: 48px;
    height: 48px !important;
    background: transparent;
    opacity: 1;
    display: block;
    left: 0;
}
#banner .flex-next {
    width: 48px;
    height: 48px !important;
    background: transparent;
    opacity: 1;
    display: block;
    right: 0;
}

/* section-what-we-do  	----------------------------- */
.section-what-we-do h3 {
    color: #03bf8a;
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
}

.section-what-we-do h3 span {
    color: #024059;
}



/* section-next ----------------------------- */
.next-section{background-color: #fff; padding: 0;}
.scroll-btn {text-align: center;display: block;}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {color: #d7d7d7;}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {opacity: 0.8;filter: alpha(opacity=80);}
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 50px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #d7d7d7;
    border-radius: 23px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 59%;
    width: 2px;
    height: 10px;
    margin: -4px 0 0 -4px;
    background: #d7d7d7;
    -webkit-animation: ani-mouse 2s linear infinite;
    -moz-animation: ani-mouse 2s linear infinite;
    animation: ani-mouse 2s linear infinite;
}

/* animations -----------------------------------*/
@-webkit-keyframes ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}
@-moz-keyframes ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}
@keyframes ani-mouse {
    0% {opacity: 1;top: 29%;}
    15% {opacity: 1;top: 50%;}
    50% {opacity: 0;top: 50%;}
    100% {opacity: 0;top: 29%;}
}

/* section news	----------------------------- */
.form-control {
    border-radius: 45px;
    border: 0;
    font-size: 13px;
    height: 40px;
}

/* ============SECTION Action==========*/

.section-action {
    padding: 50px 0;
    min-height: 446px;
}
.section-action h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 60px;
    color: #ffffff;
}
.section-action h2 span {
    color: #fff700;
}


.section-action-pc{
    margin: 50px 0 0 0;
    background: url(../img/Parallax-02.webp);
}

.section-action-pc p{
    font-size: 23px;
    text-align: end;
    line-height: 40px;
    font-weight: 300;
}
.section-action-pc p span{
    color: #fff700;
}




.section-action-pc .row > div:first-child{
    margin: -78px 0 -81px 0;
}

/* Numbers ========================================== */
#numbers {
}

#numbers .number{
    color: #018361;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 69px;
    text-align: center;
    display: block;
    line-height: 50px;
}
#numbers .number:before{
    content: attr(data-before);
}
#numbers .number-after{
    color: #024059;
    font-family: "Roboto", Sans-serif;
    font-size: 34px;
    font-weight: 400;
}
#numbers .value > div{
    text-align: center;
    border-right: 1px solid #C9C9C9;
}
#numbers .value p{
    display: block;
    color: #9C9C9C;
    line-height: 30px;
    font-size: 18px;
}


/* about ========================================== */

.section-about {
    margin-top: 52px;
    padding: 100px 0;

}
.section-about p{
    color: #9C9C9C;
}
.section-about img{
    width: 70%;
}


/* contact========================================== */
.wpcf7-form-control {
    width: 100%;
    border: 0;
    padding: 10px;
}
.section-contact  label {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
.section-contact .box {
    padding: 40px 0;
}
.section-contact .one p {
    font-size: 16px;
}
.section-contact .title span.center{
    color: #fff;
}
.section-contact .title span:not(.center){
    background-color: #52bc8a;
}

.section-contact .top{
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.section-contact .d-flex p{
    display: flex;
    gap: 10px;
}

form .wpcf7-spinner{
    position: absolute;
}
form p{
    padding: 0;
    margin: 0;
}

form textarea,
form input{
    background-color: #ffffff38;
}
form textarea{
    height: 200px;
}
form p label{
    margin-top: 10px;
}




.wpcf7-response-output{
    display: none;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    position: absolute;
    top: -40px;
    background: red;
    color: #fff;
    border: 0;
}
.wpcf7-not-valid {
    border-bottom: 2px solid red;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.your-message {
    margin-top: 21px;
}
.your-message textarea {
    height: 205px;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-submit {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    background:transparent;
    padding: 5px 40px;
}
.wpcf7-submit:hover{
    background-color: #fff;
    color: #000;
}



/* FOOTER========================================== */
.footer {
    background:#1e415a;
    position: relative;
    
}
address{
    color: #fff;
}

.footer p {
    color: #fff;
    font-size: 13px;
}

.footer #goTop{position: absolute;display: block;width: 50px;height: 50px;background: #1e415a;bottom: 58px;left: 0;cursor: pointer;z-index: 1;}
.footer #goTop:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -6px;
	bottom: 0;
	width: 0;
	border-style: solid;
	border-width: 11px 9px;
	border-color: transparent transparent #fff transparent;
	height: 0;
}

.footer #goTop:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -5px;
	bottom: 0;
	width: 0;
	border-style: solid;
	border-width: 11px 9px;
	border-color: transparent transparent #fff transparent;
	height: 0;
	z-index: 1;
}


ul {
    list-style: none;
}


#WhatsApp-button{position:fixed; bottom: 20px; right: 20px; z-index:9;}
#WhatsApp-button .ico{
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
}
#WhatsApp-button .text{
    font-size:16px;
    background: white;
    color: #000;
    padding: 2px 12px;
    margin-left: 17px;
    border-radius: 11px;
    position: relative;
    font-weight: 300;
}

#WhatsApp-button .text:after {
    content: "";
    border-style: solid;
    border-width: 10px 19px 10px 0;
    border-color: transparent white transparent #ea4848;
    height: 0;
    position: absolute;
    left: -7px;
    top: 5px;
    width: 0;
}



#WhatsApp-button a{display: block;color: #fff;font-size: 32px;text-align: center;}
#WhatsApp-button .ico:after {
    content: "";
    background-color: #25d366;
    position: absolute;
    width: 50px;
    height: 50px;
    box-sizing: content-box;
    top: 0;
    left: 0;
    border-radius: 50%;
    animation: blur 2s linear infinite;
    z-index:-1;
}
@keyframes blur {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    25% {
        transform: scale(1.3);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.6);
        opacity: 0.4;
    }
    75% {
        transform: scale(2);
        opacity: 0.1;
    }
    100% {
        transform: scale(2.3);
        opacity: 0.0;
    }
}









/* Layout styles -----------------------------------*/
@media (max-width: 768px) {
}

@media (max-width: 990px) {
    .header {
        width: 100%;
    }
    .header .navbar {
        background-color: #0058a3;
    }
    .header .navbar {
        margin: 0 !important;
    }
    #navbarResponsive {
        margin: 22px 0 0 0;
    }
    .section-actions .container {
        max-width: 100%;
    }
}
