.pre-dir-right .contact-details {
    background-image: url(../../front/images/button-shape.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 35px 15px 15px;
}
.pre-dir-right .contact-details .phone-number {
    color: var(--cream);
    font-size: 20px;
    font-weight: 700;
}
.pre-dir-right .contact-details .contact-icons img {
    width: 1.5rem;
}
.languages > li:not(:last-child) {
    margin-right: 10px;
}
.languages svg {
    width: 2rem;
    height: 2rem;
}
.languages li:hover {
    opacity: .7;
}
header {
    background-color: var(--third);
}
.main-header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
}
.main-header .logo {
    position: relative;
    width: 10rem;
    padding: 10px 10px 0;
}
.main-header .logo-shape {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
}
.main-header .logo img {
    position: relative;
    z-index: 2;
}
.menu-item {
    font-size: 16px;
    font-weight: 700;
    transition-duration: 150ms;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4,0,0.68,0.06);
}
.menu-item:not(:last-child) {
    margin-right: 20px;
}
.menu-item:hover {
    color: var(--primary);
}
.menu-canvas {
    font-size: 22px;
    font-weight: 700;
}
.menu-canvas:before {
    position: relative;
    top: 1px;
    content: '\e5d2';
    font-family: 'Material Symbols Outlined';
    margin-right: 5px;
}
.navlink {
    font-size: 18px;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
@media (min-width: 1281px) {
    .menu-canvas {
        display: none;
    }
}
@media (max-width: 1280px) {
    .main-menu-content {
        display: none;
    }
}
@media (max-width: 820px) {
    .main-header .logo-shape {
        display: none;
    }
    .pre-dir-right .contact-details {
        background-image: none;
        padding: 0;
        margin-right: 2rem;
    }
    .pre-dir-right .contact-details .phone-number {
        color: var(--main-dark);
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .main-header .logo {
        width: 8rem;
    }
    .menu-canvas {
        font-size: 20px;
    }
    .main-header .contact-icons {
        margin-right: 10px;
    }
    .pre-dir-right .contact-details .phone-number {
        font-size: 18px;
    }
    .languages svg {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 604px) {
    .pre-dir-right {
        width: 100%;
        margin-top: 2rem;
    }
}
.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.menu a {
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}
.menu a:not(:last-child) {
    margin-right: 2rem;
}
.menu a:hover {
    color: var(--blue);
    opacity: 0.8;
}
@media screen and ( max-width: 992px ){
    .menu a {
        font-size: .9375rem;
    }
    .menu a:not(:last-child) {
        margin-right: 1rem;
    }
}
/*
|--------------------------------------------------------------------------
| 🌿 Slider
|--------------------------------------------------------------------------
|
*/
.slider {
    position: relative;
    background-color: var(--third);
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-image: url(../../front/images/line.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.slider-roll {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.slider-content {
    flex-basis: 40%;
}
.slide-main-title {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'AvertaExtraboldItalic', sans-serif;
    text-align: center;
    line-height: 56px;
}
.slide-main-title span {
    font-size: 50px;
    display: inline-block;
    font-family: 'AvertaSemiBoldItalic', sans-serif;
}
.slide-main-title .note2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.152;
    font-family: 'AvertaExtraboldItalic', sans-serif;
}
.slide-description > p {
    font-size: 20px;
    line-height: 1.3;
}
.slide-more {
    width: 220px;
    height: 100px;
    margin-top: 30px;
    background-image: url(../../front/images/button-shape.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
    font-size: 20px;
    font-weight: 700;
    padding-right: 10px;
}
.slider--image {
    flex-basis: 60%;
}
.super-marker {
    position: absolute;
    bottom: 80px;
    left: 50px;
    max-width: 80px;
}
@media screen and ( max-width: 1366px ){
    .super-marker {
        bottom: 40px;
        left: initial;
        right: 50px;
    }
}
@media screen and ( max-width: 1024px ){
    .slider {
        padding-top: 8rem;
    }
    .slider-content {
        flex-basis: 50%;
    }
    .slide-main-title {
        font-size: 50px;
        text-align: left;
    }
    .slide-main-title span {
        font-size: 40px;
    }
    .slide-main-title .note2 {
        font-size: 70px;
    }
    .slide-description > p {
        font-size: 18px;
    }
    .slider--image {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 820px) {
    .slider {
        padding-top: 4rem;
    }
    .super-marker{
        max-width: 60px;
    }
}
@media screen and (max-width: 604px) {
    .slider-content {
        flex-basis: 100%;
    }
    .slider--image {
        flex-basis: 100%;
        margin-top: 3rem;
    }
}
/*
|--------------------------------------------------------------------------
| 🌿 Contact
|--------------------------------------------------------------------------
|
*/
.contact-us.style-2 {
    background-color: var(--main-dark);
    padding: 2.5rem 5rem;
}
.contact-us.style-2 .title {
    font-size: 26px;
    font-weight: 700;
}
.contact-us.style-2 .contact-details .phone {
    margin-right: 2rem;
    font-size: 26px;
    font-weight: 700;
}
.contact-us.style-2 .contact-details .email {
    font-size: 26px;
    font-weight: 700;
}
.contact-icons {
    margin-right: 1rem;
}
.contact-icons img {
    width: 2rem;
}
.contact-icons img:not(:last-child) {
    margin-right: 10px;
}
/*
|--------------------------------------------------------------------------
| 🌿 Numbers
|--------------------------------------------------------------------------
|
*/
.n-container {
    padding: 3rem 1rem;
    background-color: var(--primary);
}
.numbers {
    position: relative;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}
.number {
    color: var(--cream);
    text-align: center;
    flex-basis: 33.333333%;
    padding: 2rem;
}
.n-title {
    font-size: 20px;
    font-weight: 700;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
}
.number svg {
    width: 4rem;
    height: 4rem;
    margin-bottom: 15px;
}
@media screen and ( max-width: 1280px ){
    .number svg {
        width: 3rem;
        height: 3rem;
    }
    .n-title {
        font-size: 18px;
    }
}
@media screen and ( max-width: 1024px ){
    .contact-us.style-2{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .contact-us.style-2 .title {
        font-size: 20px;
    }
    .contact-us.style-2 .contact-details.d__flex .phone,
    .contact-us.style-2 .contact-details.d__flex .email{
        font-size: 20px;
    }
}
@media screen and ( max-width: 820px ){
    .contact-us.style-2 .title {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and ( max-width: 768px ){
    .number {
        flex-basis: 100%;
        padding: 1rem;
    }
    .number:not(:last-child) {
        margin-bottom: 1rem;
    }
}
@media screen and ( max-width: 480px ){
    .number:not(:last-child) {
        margin-bottom: 2rem;
    }
    .number svg {
        width: 3rem;
        height: 3rem;
    }
    .contact-us.style-2 .contact-details.d__flex .phone {
        margin-right: 1rem;
    }
}
@media screen and (max-width: 414px) {
    .contact-us.style-2 .contact-details.d__flex .phone {
        margin-right: 0;
        width: 100%;
        margin-bottom: 2rem;
    }
}
.canvas__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1.8125rem;
    color: #000;
    opacity: 1;
    padding: 1.25rem 1.25rem 0 1.25rem;
}
.canvas__close span {
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.canvas__close span:hover {
    color: var(--color-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.canvas__content {
    text-align: left;
}
.canvas__content h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.canvas__content > ul > li:not(:last-child) {
    margin-bottom: 1.5rem;
}
.canvas__menu {
    border-bottom: 0.0625rem solid rgba(0,0,0,.2);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
a[class^="canvasfixed__"]{
    margin-top: 1rem;
    margin-left: -.375rem;
}
a[class^="canvasfixed__"]:hover {
    opacity: .8;
}
a[class^="canvasfixed__"] > span {
    background-color: var(--blue);
    color: var(--cream);
    font-size: 1.3125rem;
    border-radius: 50%;
    padding: 0.3rem;
    margin-right: 0.5rem;
}
a[class^="canvasfixed__"] .place {
    font-size: 1rem;
}
@media (max-width: 991px) {
	.canvas__menu .dropdown__menu > li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	.canvas__menu .drop__item > a {
		color: var(--blue);
		font-weight: 700;
		margin-bottom: 1rem;
		display: none;
	}
	.canvas__menu .dropdown__menu > li > a {
		font-weight: 700;
	}
	.canvas__menu .dropdown__menu .children {
		border-bottom: 0.00625rem solid rgba(0,0,0,.1);
		padding-bottom: 1.2rem;
		margin-top: 1rem;
	}
	.canvas__menu .dropdown__menu .children > li:not(:last-child) {
		margin-bottom: .5rem;
	}
}
.minicart-fs {
    padding-left: 20px;
    padding-right: 20px;
}
.canvas-header{
	padding: 24px 20px 0;
}
.canvas-header .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: none;
}
.smart-close {
    position: relative;
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-width: 12px;
    border: 9px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.smart-close:before, .smart-close:after {
    background-color: #222;
}
.smart-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.smart-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.smart-close:before, .smart-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    background-color: #1b1b1b;
}
.smart-close:hover {
    opacity: .8;
}
.smart-close:hover:before, .smart-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
/*
|--------------------------------------------------------------------------
| 🤷‍♂️ About
|--------------------------------------------------------------------------
|
*/
.about-home .image {
    flex-basis: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-home .content {
    flex-basis: 65%;
    flex-grow: 1;
    background-color: #d7d7d7;
    padding: 8rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.about-home .content .logo {
    width: 16rem;
    margin-bottom: 2rem;
}
.about-home .content .description {
    margin-bottom: 2rem;
    max-width: 800px;
}
.about-home .content .description p {
    font-size: 22px;
    font-weight: 400;
}
.about-home .content .description p:not(:last-child) {
    margin-bottom: 1rem;
}
.a-more {
    margin-top: 20px;
    font-size: 18px;
    color: var(--primary);
    font-weight: 700;
    display: flex;
    align-items: center;
    opacity: .8;
    transition: opacity .3s ease-in-out;
}
.a-more:hover {
    opacity: 1;
}
.a-more:before {
    content: '\e9bd';
    font-family: 'Material Symbols Outlined';
    margin-right: 4px;
    position: relative;
    top: 1px;
}
@media only screen and (max-width: 1024px){
    .about-home .image {
        display: none;
    }
    .about-home .content {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
@media only screen and (max-width: 768px){
    .about-home .content .logo {
        width: 40vw;
    } 
}
@media only screen and (max-width: 480px){
    .about-home .content{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .about-home .content .description p {
        font-size: 18px;
    }
}
/*
|--------------------------------------------------------------------------
| 🌿 Fleet
|--------------------------------------------------------------------------
|
*/
.fleet-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 15px;
}
.fleet-home .image {
    flex-basis: 50%;
    margin-right: 5%;
}
.fleet-home .image:after {
    position: absolute;
    content: '';
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    z-index: -1;
}
.fleet-home .content {
    flex-basis: 45%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fleet-home .content .title {
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.fleet-home .content .description {
    font-size: 20px;
    margin-bottom: 40px;
}
.fleet-home .content .description > p:not(:last-child) {
    margin-bottom: 10px;
}
@media only screen and (max-width: 1180px){
    .fleet-home .image {
        flex-basis: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4rem;
    }
    .fleet-home .content {
        flex-basis: 100%;
    }
}
@media only screen and (max-width: 604px){
.fleet-home .image:after {
    left: 0;
}
}
/*
|--------------------------------------------------------------------------
| 🌿 Services
|--------------------------------------------------------------------------
|
*/
.services {
    background-color: var(--primary);
}
.services-tree {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    padding: 0 1.5rem;
}
.service-style1 .service-item--inner{
    position: relative;
    padding: 0;
    background-color: var(--cream);
    -webkit-box-shadow: 0 .625rem 3.75rem rgba(137, 151, 186, .15);
    -khtml-box-shadow: 0 .625rem 3.75rem rgba(137, 151, 186, .15);
    -moz-box-shadow: 0 .625rem 3.75rem rgba(137, 151, 186, .15);
    -ms-box-shadow: 0 .625rem 3.75rem rgba(137, 151, 186, .15);
    -o-box-shadow: 0 .625rem 3.75rem rgba(137, 151, 186, .15);
    box-shadow: 0 .625rem 3.75rem rgba(137, 151, 186, .15);
    border: .0625rem solid #f6f6f6;
}
.service-style1 .service-item--inner .content {
    padding: 2rem;
}
.service-style1 .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: .9375rem;
    min-height: 58px;
}
.service-style1 .description {
    font-size: 1.0625rem;
    line-height: 1.47;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    min-height: 100px;
}
@media only screen and (max-width: 820px){
    .service-box {
        width: 50%;
    }
}
@media only screen and (max-width: 604px){
    .service-box {
        width: 100%;
    }
    .service-style1 .description{
        min-height: initial;
        margin-bottom: 1.5625rem;
    }
}
@media only screen and (max-width: 480px){
    .service-style1 .icon {
        width: 4rem;
        height: 4rem;
        margin-bottom: 1rem;
    }
}
/*
|
|--------------------------------------------------------------------------
| 🌿 Texts & Icons
|--------------------------------------------------------------------------
|
*/
.super {
    background-image: url(../../front/images/ti.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: var(--cream);
}
.super-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.super-inner .title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3rem;
}
.super-inner .title h2 {
    border: 1px solid var(--cream);
    border-bottom: 0;
    padding: 10px 0;
}
.super-inner .title h4 {
    background-color: var(--cream);
    color: #504c4c;
    font-weight: 700;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.super-inner ul {
    justify-content: space-between;
}
.super-inner ul li {
    width: 32.333333%;
    text-align: center;
    padding: 2rem;
}
.super-inner ul li img {
    width: 3rem;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}
.super-inner ul li h4 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.super-inner ul li h4:after {
    width: 30px;
    height: 2px;
    background-color: var(--cream);
    content: '';
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
.super-inner ul li h4 + p {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and ( max-width: 820px ){
    .super-inner ul li {
        width: 50%;
    }
}
@media screen and ( max-width: 604px ){
    .super-inner ul li {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;

    }
}
/*
|
|--------------------------------------------------------------------------
| 🌿 Footer
|--------------------------------------------------------------------------
|
*/
.contact-us {
    background-color: var(--primary);
    color: var(
    --cream);
    padding: 5rem 1rem;
}
.contact-us h2 {
    font-size: 30px;
    font-weight: 700;
}
.company-info {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    font-size: 26px;
    font-weight: 700;
}
.company-info .phone img {
    width: 2rem;
    margin-right: 1rem;
}
.map {
    width: 100%;
    height: 37.5rem;
}
footer {
    background-color: #2c2b2a;
    padding: 3rem 1rem;
    text-align: center;
    color: var(--cream);
    font-size: 18px;
}
.end-info {
    justify-content: center;
    margin-bottom: 20px;
}
.end-info .social {
    order: 1;
}
.end-info .social a {
    width: 22px;
    height: 22px;
}
.end-info .social a:not(:last-child) {
    margin-right: 10px;
}
.legal {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    order: 0;
}
.legal > li {
    font-size: 18px;
    color: var(--cream);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.legal > li:not(:last-child) {
    margin-right: 15px;
}
.copyright {
    margin-bottom: .625rem;
}
.captain a {
    display: inline-block;
    color: #bdc1d7;
    font-weight: 700;
}
@media screen and ( max-width: 820px ){
    .company-info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .company-info > a:not(:last-child), .company-info > .phone{
        margin-bottom: 1rem;
    }
}
@media screen and ( max-width: 480px ){
    .map {
        height: 27.5rem;
    }
    .contact-us h2 {
        font-size: 24px;
        font-weight: 700;
    }
    .company-info > a {
        font-size: 22px;
    }
    .company-info .phone img {
        width: 1.5rem;
        margin-right: .5rem;
    }
}
@media screen and (max-width: 414px) {
    .legal {
        flex-direction: column;
    }
    .legal > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}