/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-MediumItalic.woff2') format('woff2'),
        url('./fonts/Satoshi-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-BoldItalic.woff2') format('woff2'),
        url('./fonts/Satoshi-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Bold.woff2') format('woff2'),
        url('./fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Italic.woff2') format('woff2'),
        url('./fonts/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Light.woff2') format('woff2'),
        url('./fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Medium.woff2') format('woff2'),
        url('./fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-LightItalic.woff2') format('woff2'),
        url('./fonts/Satoshi-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Black.woff2') format('woff2'),
        url('./fonts/Satoshi-Black.woff') format('woff');
    font-weight: black;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-Regular.woff2') format('woff2'),
        url('./fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('./fonts/Satoshi-BlackItalic.woff2') format('woff2'),
        url('./fonts/Satoshi-BlackItalic.woff') format('woff');
    font-weight: black;
    font-style: italic;
    font-display: swap;
}


/* .header {
    width: 100%;
    transition: all 0.5s ease;
}
.header.fixed{
  position: fixed!important;
  top: 0;
  left: 0;
  padding: 0 65px 0 66px;
  z-index: 11111!important;
  background-color: #F8F4ED;
  animation: slideDown 0.8s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */

h1,h2,h3,h4,h5,h6{
	margin: 0;
}
body,h1,h2,h3,h4,h5,h6,p,a{
	font-family: 'Satoshi';
}


.elementor-button-content-wrapper{
	align-items: center;
}
.elementor-button .elementor-button-icon{
	width: 19px;
  	height: 16px;
    transition: all 0.5s ease;
}
.elementor-button .elementor-button-icon svg{
	width: 19px;
  	height: 16px;
}
.elementor-button:hover .elementor-button-icon{
    transform: rotate(30deg);
}


.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active{
	padding: 4px 20px;
	background-color: rgba(195, 167, 100, 0.1);
	border: 1px solid #C3A764;
	position: relative;
    line-height: 110%;
}
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper{
	position: relative;
}
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active::after,
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active::before,
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::after,
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::before{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #C3A764;
	border-radius: 100px;
	position: absolute;
	top: -2px;
	left: -2px;
}
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active::before{
	top: auto;
	bottom: -2px;
}
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::after{
	left: auto;
	right: -2px;
    top: -1px;
}
.e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::before{
	left: auto;
	right: -2px;
	top: auto;
	bottom: -2px;
}




.strategy-block{
    cursor: pointer;
}
.strategy-block p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3em;
    transition: max-height 0.5s ease, color 0.5s ease;
}
.strategy-block:hover p{
    color: #fff!important;
    -webkit-line-clamp: 600;
    max-height: 100em;
}
.strategy-block:hover h6{
    color: #C3A764!important;
}




/* Capabilities Section Widget */
.capabilities-wrapper{
    border-top: 1px solid rgba(0, 51, 102, 0.2);
}
.capabilities-row{
    display: flex;
    flex-wrap: wrap;
}
.col-lg{
    width: 70.3%;
    padding: 50px 39px 70px 0;
}
.col-sm{
    width: 29.7%;
    padding: 50px 0 76px 30px;
    border-left: 1px solid rgba(0, 51, 102, 0.2);
}
.capabilities-right{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.capabilities-left h2{
    margin: 0 0 102px 0;
    z-index: 11;
    display: table;
    position: relative;
}
.capabilities-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 90px 0;
    padding: 0 0 0 104px;
}
.capabilities-list li.cap-item{
    cursor: pointer;
    position: relative;
    display: table;
}
.capabilities-list li.cap-item h3{
    color: #757575;
    opacity: 0.4;
}
.capabilities-list li.cap-item.active h3{
    color: #C3A764;
    opacity: 1;
}
.cap-title{
    position: relative;
    z-index: 1;
    display: table;
}
.cap-image{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}
.cap-item-img{
    width: 100%;
    max-width: 413px!important;
    height: 314px!important;
    border-radius: 30px!important;
    object-fit: cover;
}
.capabilities-list li.cap-item.active .cap-image{
    transform: translateY(-50%) rotate(-8.6deg);
    visibility: visible;
    opacity: 1;
}
.cap-item-link{
    position: absolute;
    top: 21px;
    right: 21px;
    width: 49px;
    height: 49px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.cap-item-link:hover{
    background-color: #003366;
}
.cap-item-link:hover img{
    filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(0%) hue-rotate(230deg) brightness(107%) contrast(105%);
}
.cap-descriptions p{
    font-size: 22px;
    line-height: 150%;
    margin: 0;
}
.cap-desc {
  display: none;
}
.cap-desc.active {
  display: block;
}
.cap-descriptions .cap-image{
    position: static;
    top: 0;
    right: 0;
    transform: translateY(-0%) rotate(0)!important;
    display: none;
    visibility: visible;
    opacity: 1;
}
.cap-visual{
    display: flex;
    align-items: center;
    gap: 10px;
}
.cap-visual .cap-nav {
    background-color: transparent;
    border: 1px solid #003366;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.cap-visual .cap-nav:hover{
    background-color: #003366;
    border-color:  #003366;
}
.cap-visual .cap-nav:hover img{
    filter: brightness(0) saturate(100%) invert(94%) sepia(99%) saturate(0%) hue-rotate(230deg) brightness(107%) contrast(105%);
}
.cap-visual .cap-nav:focus{
    background-color: transparent!important;
    border-color: #003366;
}
.cap-visual .cap-nav:focus img{
    filter: brightness(0) saturate(100%) invert(15%) sepia(42%) saturate(3186%) hue-rotate(192deg) brightness(95%) contrast(104%);
}
.cap-nav.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.navigation-menu .e-n-menu-wrapper li:last-child{
    display: none!important;
    padding: 40px 0 0 0;
    margin: -10px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation-menu .e-n-menu-wrapper li:last-child a{
    border-radius: 100px!important;
    padding: 8px 20px 10px 20px!important;
    border: 1px solid #003366!important;
    background-color: #003366!important;
    font-size: 20px!important;
    line-height: 150%!important;
    font-weight: 700!important;
    color: #fff!important;
}
.navigation-menu .e-n-menu-wrapper li:last-child .e-n-menu-title-text{
    color: #fff!important;
}
.navigation-menu .e-n-menu-wrapper li:nth-last-child(2) a{
    margin: 0!important;
}


#breadcrumbs span,#breadcrumbs span a{
    color: rgba(0, 51, 102, 0.6);
    font-size: 20px;
    line-height: 150%;
    transition: all 0.5s ease;
}
#breadcrumbs .breadcrumb_last{
    opacity: 1;
    color: #003366;
    font-weight: 500;
}
#breadcrumbs span a:hover{
    color: #003366;
}
.accordion-ui .e-n-accordion-item{
    border: none;
    border-bottom: 1px solid rgba(0, 51, 102, 0.2);
}
.accordion-ui .e-n-accordion-item:first-child{
    border-top: 1px solid rgba(0, 51, 102, 0.2);
}

/* .team-block{
    cursor: pointer;
} */
.team-block-img {
    position: relative;
}
.team-block-img::before{
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background: linear-gradient(180deg, rgba(0, 51, 102, 0) 50%, #003366 100%);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.team-block:hover .team-block-img::before{
    opacity: 1;
}
.hover-block .team-block-img::before{
    opacity: 1;
}




.elementor-swiper-button.elementor-swiper-button-prev:hover,
.elementor-swiper-button.elementor-swiper-button-next:hover {
    background-color: #003366!important;
}
.elementor-swiper-button.elementor-swiper-button-prev:hover svg path,
.elementor-swiper-button.elementor-swiper-button-next:hover svg path{
    fill: #fff!important;
}

.form-ui .elementor-form .elementor-size-md {
    min-height: 60px!important;
    padding-left: 30px!important;
    outline: none!important;
    box-shadow: none!important;
    opacity: 1!important;
}
.form-ui .elementor-form .elementor-size-md::placeholder{
    opacity: 1!important;
}
.form-ui .elementor-form textarea.elementor-size-md{
    height: 175px;
    padding-top: 13px;
}
.form-ui .elementor-form .elementor-field-group {
    position: relative;
}
.form-ui .elementor-form .elementor-field-group::before{
    content: "";
    width: 56px;
    height: 2px;
    background-color: #003366;
    position: absolute;
    bottom: 0;
    left: 41px;
}
.form-ui .elementor-form .elementor-field-group.elementor-field-type-submit::before,
.form-ui .elementor-form .select-caret-down-wrapper{
    display: none;
}
.form-ui .elementor-form .elementor-field-type-submit {
    margin-top:10px;
}


.page-id-599 .footer .footer-inner > .e-con-inner{
    padding-top: 50px!important;
}
.email-text a{
    font-weight: 500;
}

.service-btn{
    margin-top: 20px;
    display: table;
}
.service-btn button{
    display: flex;
    align-items: center;
    gap: 6px;
}
body.menu-open .logo-block{
    border-right: 0!important;
}

/* Resposnive */
@media screen and (max-width: 1650px) {
    .capabilities-list{
        padding-left: 50px;
    }
    .cap-item-img{
        max-width: 345px !important;
        height: 225px !important;
    }
    .cap-descriptions p{
        font-size: 20px;
    }
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active{
        line-height: normal;
    }
}
@media screen and (max-width: 1299px) {
    .col-lg{
        width: 65%;
    }
    .col-sm{
        width: 35%;
    }
    .cap-descriptions p{
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {

    .capabilities-list{
        padding: 0;
    }
    .cap-item-img {
        max-width: 230px !important;
        height: 165px !important;
    }
    .cap-item-link{
        width: 41px;
        height: 41px;
    }
    .cap-item-link img{
        width: 20px;
    }
    .capabilities-left h2{
        margin-bottom: 65px;
    }
    .capabilities-list{
        gap: 70px 0;
    }


    .navigation-menu .e-n-menu-wrapper{
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        background-color: #fff!important;
        width: 100%!important;
        height: 100%!important;
        padding: 20px !important;
    }
    .navigation-menu .e-n-menu-toggle{
        z-index: 11111111111!important;
        position: relative!important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
    }
    .navigation-menu .e-n-menu-wrapper .e-n-menu-heading{
        height: 100%!important;
        align-items: center!important;
        justify-content: center!important;
        gap: 50px 0!important;
        flex-direction: column!important;
        background-color: rgba(238, 228, 211, 0.4);
        border-radius: 20px;
        padding: 0 0;
        position: relative;
    }
    body.menu-open .navigation-menu .e-n-menu-wrapper .e-n-menu-heading::before{
        content: "";
        width: 100%;
        height: 1px ;
        background-color: #000000;
        opacity: 0.1;
        position: absolute;
        top: 90px;
        left: 0;
    }

    .navigation-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title {
        background-color: transparent!important;
    }
    .navigation-menu .e-n-menu-wrapper li:last-child{
        display: block!important;
    }
    .navigation-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-item {
        width: calc(100% - 70px) !important;
    }
    .navigation-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title-text{
        font-size: 20px!important;
    }

    body.menu-open{
        overflow: hidden;
    }
    
}
@media screen and (max-width: 991px) {


    .col-lg,.col-sm{
        width: 63%;
        padding: 30px 0 50px 0;
    }
    .col-sm{
        width: 37%;
        padding: 30px 0 50px 15px;
    }
    .capabilities-list{
        gap: 40px 0;
    }
     .cap-item-img {
        max-width: 150px !important;
        height: 125px !important;
    }
    .cap-item-link{
        top: 11px;
        right: 11px;
    }
    .cap-visual .cap-nav{
        width: 45px;
        height: 45px;
        padding: 10px;
    }
    
  
}
@media screen and (max-width: 767px) {

    .navigation-menu .e-n-menu-wrapper{
        padding: 10px 10px 6px 10px !important;
    }

    
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper{
        margin-top: 16px;
        display: table;
    }
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active{
        line-height: 120%;
        padding: 4px 52px 8px 14px;
    }
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active::after, 
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active::before, 
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::after, 
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::before {
        width: 4px;
        height: 4px;
        top: -2px;
        left: -2px;
    }
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper .elementor-headline-text-active::before{
        top: auto;
        bottom: -2px;
    }
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::after{
        left: auto;
        right: -1px;
        top: -1.5px;
    }
    .e-animated .elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper::before{
        left: auto;
        right: -1px;
        top: auto;
        bottom: -1px;
    }

    .col-lg, .col-sm{
        width: 100%;
    }
    .col-lg{
        padding-bottom: 0;
        padding-top: 20px;
    }
    .col-sm{
        border: none;
        padding: 30px 0 ;
    }
    .cap-visual{
        display: none;
    }
    .capabilities-list .cap-image{
        display: none;
    }
    .cap-descriptions .cap-image{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .cap-item-img{
        width: 100%;
        max-width: 100%!important;
        height: 270px!important;
    }
    .cap-item-link{
        top: 16px;
        right: 16px;
    }
    .cap-descriptions p{
        font-size: 22px;
        text-align: center;
    }
    .capabilities-left h2{
        margin-bottom: 30px;
        text-align: center;
    }
    .capabilities-list{
        text-align: center;
        gap: 35px 0;
    }
    .capabilities-list li.cap-item h3{
        font-weight: 700;
    }

    .mobile-btn .elementor-button-content-wrapper{
        gap: 5px!important;
    }


    .page-id-599 .footer .footer-inner > .e-con-inner{
        padding-top: 30px!important;
    }
    .service-btn{
        margin: 30px auto 0 auto;
    }

    .logo-slider.elementor-widget-image-carousel .swiper-slide{
        width: auto!important;
    }

    body.menu-open .navigation-menu .e-n-menu-wrapper .e-n-menu-heading::before{
        width: calc(100% - 20px);
        left: 10px;
        top: 78px;
    }

    .capabilities-list li.cap-item{
        margin: 0 auto;
    }
    .capabilities-left h2{
        margin: 0 auto 30px auto;
    }

}

@media (min-width:0px) and (max-width:427px) {

    /* .elementor-kit-199 h1{
        font-size: 40px!important;
    }
    .elementor-kit-199 h2{
        font-size: 30px!important;
    }
    .elementor-kit-199 h3{
        font-size: 26px!important;
    }
    body.elementor-kit-199 h5{
        font-size: 24px!important;
    }
    .elementor-kit-199 h6{
        font-size: 24px!important;
    } */

    
    .elementor-button {
        font-size: 18px!important;
    }



    .navigation-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-item{
        width: calc(100% - 20px) !important;
    }
    .navigation-menu .e-n-menu-wrapper li:last-child a .e-n-menu-title-text{
        font-size: 16px!important;
    }
    .navigation-menu .e-n-menu-wrapper li:last-child a svg{
        width: 15px!important;
    }

    .client-block-image{
        width: 110px;
    }

    .cap-descriptions p{
        font-size: 20px;
    }

    .capabilities-left h2{
        font-size: 34px!important;
    }
    .capabilities-list li.cap-item h3{
        font-size: 30px!important;
    }

    .title-h6 h6{
        font-size: 24px;
    }
    .title-h2 h2{
        font-size: 30px;
    }
    
    .team-section,
    .our-strategy-section{
        padding: 0;
    }
    .mobile-btn .elementor-button {
        font-size: 14px!important;
    }
    .mobile-btn .elementor-button svg{
        width: 15px!important;
    }
}
@media (min-width:0px) and (max-width:359px) {
    .mobile-btn .elementor-button {
        font-size: 12px!important;
    }
    .mobile-btn .elementor-button svg{
        width: 14px!important;
    }
    .email-text a{
        font-size: 16px;
    }
    .contact-email h6{
        font-size: 18px!important;
    }
}