.pre-dir-right a {
    color: var(--cream);
    font-size: 17px;
}
.languages > li:not(:last-child) {
    margin-right: 10px;
}
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 1);
}
.main-header {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
}
.logo {
    width: 7rem;
}
.menu-item {
    color: var(--cream);
    font-weight: 700;
}
.menu-item:not(:last-child) {
    margin-right: 25px;
}
.menu-canvas {
    color: var(--cream);
    font-size: 15px;
}
.navlink {
    font-size: 20px;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.widget-tree {
    padding: 0 2rem;
}
.widget-logo img {
    filter: invert(1);
}
.widget-element:not(:last-child) {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}
.widget-about > p {
    color: #586563;
    line-height: 1.5;
}
.widget-about > p:not(:last-child) {
    margin-bottom: 15px;
}
.widget-info {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: transparent;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
    transition: .2s ease-in-out;
    color: var(--cream);
}
.widget-info:hover {
    background-color: var(--cream);
    color: var(--primary);
    transform: rotate(90deg);
}
.widget-title {
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.2;
}
.widget-list > li {
    color: #586563;
}
.widget-list > li:not(:last-child) {
    margin-bottom: 10px;
}
.widget-social > li {
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-social > li > a {
    display: inherit;
    align-items: inherit;
}
.widget-social > li a svg {
    width: 14px;
}
@media (min-width: 1025px) {
    .menu-canvas {
        display: none;
    }
}
@media (max-width: 1024px) {
    .main-menu-content {
        display: none;
    }
}
@media screen and ( max-width: 480px ){
    .logo {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .widget-logo{
        margin-bottom: 0;
    }
    .logo img {
        max-width: 80px;
        margin-left: auto;
        margin-right: auto;
    }
    .phone {
        margin-right: 1rem;
    }
    .phone span {
        font-size: 0;
    }
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Slider
|--------------------------------------------------------------------------
|
*/
.slider {
    position: relative;
    min-height: 30rem;
    border-bottom: 0;
}
.slider-inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 800px;
}
.slider--mainimage {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    overflow: hidden;
}
.slider--image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slider-info {
    position: relative;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--cream);
}
.slider-wrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.slide-hyper-title {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
}
.slide-main-title {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.152;
    margin-bottom: 1rem;
    max-width: 800px;
}
.slide-description > p {
    font-size: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.slide-more {
    margin-top: 30px;
}
.slider__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.swiper-button-prev.slider-button-prev, .swiper-button-next.slider-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -o-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    font-size: 18px;
    color: #1c2539;
    width: 70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0 7px;
    cursor: pointer;
    opacity: 0;
}
.swiper-button-next.slider-button-next {
    right: 60px;
}
.swiper-button-prev.slider-button-prev {
    left: 60px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 20px;
    color: var(--secondary);
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px;
    color: var(--secondary);
}
.slider:hover .slider-button-nav{
    opacity: 1;
}
.swiper-button-prev.slider-button-prev:hover,
.swiper-button-next.slider-button-next:hover {
    background-color: var(--secondary);
}
.swiper-button-prev.slider-button-prev:hover::after,
.swiper-button-next.slider-button-next:hover::after {
    color: var(--cream);
}
.slider-btns .slider-button-nav.swiper-button-disabled {
    opacity: .5;
}
@media screen and ( max-width: 1366px ){
    .swiper-button-prev.slider-button-prev{
        left: 0;
    }
    .swiper-button-next.slider-button-next{
        right: 0;
    }
}
@media screen and ( max-width: 1024px ){
    .slider {
        min-height: auto;
    }
    .slider-inner {
        height: 660px;
    }
    .swiper-button-prev.slider-button-prev {
        bottom: 0;
        transform: translate(0, 0);
        top: initial;
        margin: 0;
        border-radius: 0;
        border-bottom: 0;
        border-left: 0;
    }
    .swiper-button-next.slider-button-next {
        bottom: 0;
        transform: translate(0, 0);
        top: initial;
        margin: 0;
        border-radius: 0;
        border-bottom: 0;
        border-right: 0;
    }
}
@media screen and (max-width: 768px){
    .slide-main-title {
        font-size: 2rem;
    }
    .slide-description > p {
        font-size: 18px;
    }
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Numbers CSS
|--------------------------------------------------------------------------
|
*/
.n-container {
    padding: 0 1rem 3rem 1rem;
}
.numbers {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
}
.numbers .number {
    height: 300px;
    width: 300px;
    border: 1px dashed #bbbbbb;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -25px;
}
.numbers .n-value {
    font-size: 55px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary);
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.numbers .n-value span {
    color: #a2dcff;
    display: inline-block;
}
.numbers .n-title {
    color: var(--grey);
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
}
@media screen and ( max-width: 1024px ){
    .numbers {
        max-width: 40rem;
    }
    .numbers .number {
        height: 240px;
        width: 240px;
        margin: 0;
    }
}
@media screen and ( max-width: 820px ){
    .n-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .numbers .number {
        width: 100%;
        height: initial;
        border: none;
    }
    .numbers .number:not(:last-child) {
        margin-bottom: 3rem;
    }
}
@media screen and ( max-width: 480px ){
    .numbers .n-value {
        font-size: 30px;
    }
    .numbers .number:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.nav-link-parent {
    position: relative;
}
.nav-link-parent > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: .75rem .5rem;
}
.nav-link-parent > .active {
    font-weight: 700;
}
.canvas__content .nav-link-parent:not(:last-child) {
    margin-bottom: 5px;
}
.nav-link-parent > .active, .nav-link-parent > a:hover {
    background-color: var(--sc2);
    border-color: var(--sc4);
}
.nav-link-parent > .active .material-symbols-outlined {
    transform: rotate(90deg);
}
.category-icon {
    width: 25px;
    margin-right: 10px;
}
.nav-link-parent > span {
    font-size: .875rem;
    line-height: 1.25rem;
    padding: .5rem;
}
.nav-link-submenu {
    padding-left: 1rem;
    font-size: 15px;
}
.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-module {
    background-color: #e0d7ce;
    padding: 6rem 0;
}
.about-inner{
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
.about-module .image{
    width: 45%;
    margin-left: 5%;
}
.pps-a-content{
    width: 50%;
}
.a-subtext {
    color: var(--secondary);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.a-title {
    color: var(--primary);
    font-size: 38px;
    line-height: 1.2;
    max-width: 600px;
    font-weight: 700;
    margin-bottom: 20px;
}
.a-desc {
    font-size: 22px;
    line-height: 1.4;
}
.a-more {
    margin-top: 20px;
    font-size: 18px;
    background-color: var(--cream);
    font-weight: 700;
    display: inline-block;
    transition: opacity .3s ease-in-out;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, .3);
}
.a-more:hover {
    opacity: .8;
}
@media only screen and (max-width: 820px){
    .pps-a-content {
        width: 100%;
        margin-bottom: 3rem;
    }
    .about-module .image {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px){
    /*...*/
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Services CSS
|--------------------------------------------------------------------------
|
*/
.service-box {
    width: 33.333333%;
    padding: 1rem;
}
.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;
    overflow: hidden;
    z-index: 1;
}
.service-style1 .content {
    padding: 2.5rem 1.5rem;
}
.service-style1 .title {
    color: var(--primary);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: .9375rem;
}
.service-style1 .description {
    color: #5d666f;
    font-size: 1.0625rem;
    line-height: 1.47;
    margin-bottom: .9375rem;
    -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: 125px;
}
@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){

}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Company Progress
|--------------------------------------------------------------------------
|
*/
.company-progress--inner {
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -18rem;
    overflow: hidden;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: var(--primary);
    border-radius: 15px 15px 15px 15px;
    z-index: 1;
}
.pps-progress-img {
    background-image: url(../../front/images/progress-left.webp);
    width: 40%;
    background-size: cover;
    background-position: center;
}
.pps-progress-content {
    background-color: var(--cream);
    flex: 1;
    padding: 74px 60px 76px 60px;
}
.pps-progress--subtext {
    color: var(--secondary);
    font-size: 17px;
    margin-bottom: 3rem;
}
.pps-progress--subtext img {
    width: 6rem;
    margin-right: 1.5rem;
}
.pps-progress--title {
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
    flex: 1;
}
.pps-progress--holder {
    flex: 1;
}
.pps-progress--note lord-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.pps-progress--t1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.pps-progress--t2 {
    color: var(--grey);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}
.dots-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
/*
|--------------------------------------------------------------------------
| ðŸ¤ Team
|--------------------------------------------------------------------------
|
*/
.member-holder {
    background-color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
}
.member-name {
    color: #1c2539;
    font-size: 18px;
    font-weight: 700;
}
.member-position {
    font-size: 15px;
    line-height: 1.625;
    color: var(--secondary);
}
.member-image img {
    width: 100%;
}
.member-social {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.member-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 38px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: var(--secondary);
    margin: 6px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    transform: translateY(-24px);
    opacity: 0;
}
.member-social a svg {
    width: 20px;
    height: 20px;
}
.member-social a svg * {
    fill: var(--secondary);
}
.member-inner:hover .member-social a {
    opacity: 1;
    transform: translateY(0);
}
.member-inner:hover .member-social a:hover {
    color: var(--cream);
    background-color: var(--secondary);
}
.member-social a:hover svg * {
    fill: var(--cream);
}
.member-inner:hover .member-social a:nth-child(2) {
    transition-delay: .1s;
}
.member-inner:hover .member-social a:nth-child(3) {
    transition-delay: .18s;
}
.member-inner:hover .member-social a:nth-child(4) {
    transition-delay: .26s;
}
.pxl-item--divider {
    height: 100%;
    position: absolute;
    top: 0;
    width: 15px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}
.pxl-item--divider1 {
    left: -15px;
    transform-origin: center right;
    transform: perspective(500px) rotateY(-90deg);
}
.pxl-item--divider2 {
    right: -15px;
    transform-origin: center left;
    transform: perspective(500px) rotateY(90deg);
}
.pxl-item--divider:before, .pxl-item--divider:after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}
.pxl-item--divider:before {
    width: 8px;
    background-color: var(--secondary);
}
.pxl-item--divider:after {
    width: 7px;
    background-color: #fff;
}
.pxl-item--divider1:before {
    left: 0;
}
.pxl-item--divider2:before {
    right: 0;
}
.pxl-item--divider2:after {
    left: 0;
}
.member-inner:hover .pxl-item--divider {
    transform: perspective(500px) rotateY(0);
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Blog Articles
|--------------------------------------------------------------------------
|
*/
.smartios-blog-style1 .swiper-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.article-box {
    background-color: var(--cream);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -khtml-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -moz-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -ms-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    -o-box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
    box-shadow: 0 10px 60px rgba(137, 151, 186, .15);
}
.smartios-blog-style1 .item--holder {
    padding: 30px 30px;
}
.smartios-blog-style1 .item--media {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.smartios-blog-style1 .item--inner:hover .item--featured img {
    -webkit-transform: scale(1.18);
    -khtml-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
}
.smartios-blog-style1 .item--media img {
    -webkit-transition: all 1.2s;
    -khtml-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}
.smartios-blog-style1 .item--meta {
    padding: 14px 32px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}
.smartios-blog-style1 .item--date {
    position: absolute;
    top: -14px;
    right: 0;
    line-height: 28px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cream);
    background-color: var(--secondary);
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    z-index: 1;
}
.smartios-blog-style1 .item--author .auhtor--img {
    width: 35px;
    min-width: 35px;
    margin-right: 10px;
}
.smartios-blog-style1 .item--author .auhtor--img img {
    border: 2px solid #e1e9f4;
    border-radius: 46px;
}
.smartios-blog-style1 .author--box .auhtor--meta h6 {
    font-size: 15px;
}
.smartios-blog-style1 .item--title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
.smartios-blog-style1 .item--content {
    color: #5d666f;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 10px;
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Testimonial
|--------------------------------------------------------------------------
|
*/
.testimonial-module--inner {
    max-width: 1280px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.testimonial-box {
    background-color: var(--cream);
    border-bottom: 6px solid var(--secondary);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 50px rgba(137, 151, 186, .15);
    -khtml-box-shadow: 0 10px 50px rgba(137, 151, 186, .15);
    -moz-box-shadow: 0 10px 50px rgba(137, 151, 186, .15);
    -ms-box-shadow: 0 10px 50px rgba(137, 151, 186, .15);
    -o-box-shadow: 0 10px 50px rgba(137, 151, 186, .15);
    box-shadow: 0 10px 50px rgba(137, 151, 186, .15);
}
.testimonial-box .comment {
    color: var(--grey);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 35px 40px 30px;
    min-height: 210px;
}
.pps-review-holder {
    border-top: 1px solid #f6f6f6;
    padding: 35px 40px 30px;
}
.pps-review-holder h3 {
    font-size: 18px;
    font-weight: 700;
}
.pps-review-holder h3 + p {
    font-size: 16px;
    color: var(--grey);
    margin-top: 5px;
}
@media only screen and (max-width: 1366px){
    .testimonial-heading {
        width: 100%;
        margin-right: 0;
    }
    .testimonial-container {
        width: 100%;
    }
}
@media screen and ( max-width: 1024px ){
    .pps-heading--style2 .pps-item--title {
        font-size: 30px;
    }
    .testimonial-box .comment {
        min-height: 161px;
    }
}
@media screen and ( max-width: 480px ){
    .testimonial-module--inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/*
|
|--------------------------------------------------------------------------
| ðŸŒ¿ Footer
|--------------------------------------------------------------------------
|
*/
.footer-container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-logo img {
    filter: invert(1);
}
.footer-title {
    color: #7e7a7a;
    font-size: 18px;
}
.footer-list {
    margin-top: 1.5rem;
}
.footer-list > li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-bottom{
    margin-top: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(0,0,0,.1);
}
.captain > a {
    color: #2f3c99;
    font-weight: 700;
}
@media only screen and (max-width: 1180px){
    .footer-title {
        font-size: 18px;
    }
    .footer-list > li {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1024px){
    .footer-line-50 {
        margin-bottom: 4rem;
    }
}
@media only screen and (max-width: 768px){
    .signature {
        font-size: 16px;
    }
}
@media only screen and (max-width: 604px){
    .footer-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .footer-line-50 {
        margin-bottom: 0;
    }
    .footer-line {
        margin-top: 4rem;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .signature {
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 480px){
    footer {
        padding-bottom: 2rem;
    }
    .captain {
        margin-top: 1rem;
    }
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Newsletter CSS
|--------------------------------------------------------------------------
|
*/
.input-group .form-control {
    background-color: var(--cream);
    padding: 1rem;
    flex: 1;
    font-size: 16px;
}
.subscribe .addon {
    width: 50px;
    height: 54px;
    background-color: var(--cream);
    border-left: 1px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe .addon span {
    color: var(--secondary);
}



.gallery-container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
.gallery-container .tabs {
    justify-content: center;
    margin-bottom: 2rem;
}
.gallery-container .images > .image {
    width: 32%;
    margin: .5%;
}
.gallery-container .tabs > .tab {
    background-color: #e9e9e9;
    padding: 1rem;
    cursor: pointer;
}
.gallery-container .tabs > .tab:not(:last-child) {
    margin-right: 1rem;
}
.gallery-container .tabs > .tab:hover {
    opacity: .8;
}

@media screen and ( max-width: 768px ){
    .gallery-container .tabs > .tab {
        width: 100%;
    }
    .gallery-container .tabs > .tab:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .gallery-container .images > .image {
        width: 50%;
        margin: 0;
    }
}
@media screen and ( max-width: 480px ){
    .gallery-container .images > .image {
        width: 100%;
        margin: 0;
    }
}


.contact-row {
    background-color: #000;
    color: var(--cream);
    padding: 3rem 1rem;
}
.contact-inner {
    max-width: 90rem;
}
.contact-desc {
    font-size: 20px;
    max-width: 550px;
    line-height: 1.4;
}
.contact-btn {
    border: 1px solid var(--cream);
    padding: 1rem 2rem;
    transition: background-color 0.25s cubic-bezier(0.79, 0.14, 0.13, 0.97);
}
.contact-btn:hover {
    background-color: var(--cream);
    color: #000;
}
@media only screen and (max-width: 604px){
    .contact-desc {
        width: 100%;
        margin-bottom: 2rem;
    }
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Details, Google Map
|--------------------------------------------------------------------------
|
*/
.details-title {
    font-size: 20px;
    color: var(--grey);
    margin-bottom: 2rem;
}
.details-info {
    flex: 2;
    background-color: var(--primary);
    color: var(--cream);
    padding: 5rem 5rem;
}
.company-info {
    flex: 2;
    display: flex;
    flex-direction: column;
}
.company-info .social > a {
    background-color: #C1D1E11A;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    text-align: center;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-info .social > a:not(:last-child) {
    margin-right: 8px;
}
.company-info .social > a > svg {
    width: 16px;
    height: 16px;
}
.company-info .social > a:hover {
    background-color: var(--cream);
}
.company-info .social > a:hover > svg * {
    fill: var(--secondary);
}
.hours {
    flex: 1;
}
.day {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.day:not(:last-child) {
    margin-bottom: 15px;
}
.day-name{
    font-weight: 700;
}
.day-hours {
    font-weight: 300;
}
.google-map {
    flex: 2;
}
.google-map iframe {
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1024px){
    .details-info {
        flex-basis: 100%;
    }
    .google-map {
        flex-basis: 100%;
        height: 25rem;
    }
}
@media only screen and (max-width: 604px){
    .details-info {
        padding: 3rem;
    }
    .company-info {
        flex-basis: 100%;
        margin-bottom: 4rem;
    }
    .hours{
        flex-basis: 100%;
    }
}
/*
|--------------------------------------------------------------------------
| ðŸŒ¿ Projects
|--------------------------------------------------------------------------
|
*/
.projects-image-left, .projects-image-right {
    flex: 1;
}
.projects-inner {
    flex: 2;
    background-color: #e0d7ce;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.projects-inner .title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
}
.projects-inner .description {
    color: #484646;
    font-size: 24px;
    line-height: 1.4;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px){
    .projects-inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .projects-image-left, .projects-image-right {
        display: none;
    }
}
.back-to-top {
    position: fixed;
    background-color: var(--cream);
    border: 1px solid rgba(0, 0, 0, 1);
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    z-index: 25;
    cursor: pointer;
}
.back-to-top lord-icon{
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 480px){
    .back-to-top {
        width: 2.5rem;
        height: 2.5rem;
        bottom: 4rem;
    }
}
@media only screen and (min-width: 481px){
    .back-to-top {
        display: none;
    }
}