@charset "UTF-8";

* {
    --color-1: #D3AE05;
    --color: #F6CA06;
}

body {
    font-family: "Roboto", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
}

header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 78%;
    padding-left: 11%;
    top: 0;
    left: 0;
    z-index: 500;
    background: #fff;
    padding-right: 11%;
    transition: all 0.1s ease-in-out;
}

header .logo-container {
    position: relative;
    display: block;
    width: auto;
    height: calc(100% - 20px);
    padding: 5px;
    display: flex;
    align-items: center;
}

header .logo-container img {
    position: relative;
    display: block;
    width: auto;
    height: 70%;
}

header .info-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 50px;
}

header .info-container .item-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 18px;
}

header .info-container .item-container .fa-solid {
    color: #000000;
    font-size: 20px;
}

header .info-container .item-container .details-container {}

header .info-container .item-container .details-container .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}

header .info-container .item-container .details-container .sub-title {
    font-size: 12px;
}

.menu {
    position: fixed;
    display: flex;
    width: 100%;
    height: 54px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 78%;
    padding-left: 11%;
    top: 100px;
    left: 0;
    column-gap: 0;
    list-style: none;
    padding-right: 11%;
    margin: 0;
    background-color: #3e3e3e;
    z-index: 500;
    transition: all 0.1s ease-in-out;
}

.menu .menu-item .menu-item-link {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: bold;
    color: #efefef;
    font-size: 15px;
    cursor: pointer;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out, padding-left .3s ease-in-out;
    text-decoration: none;
}

.menu .menu-item.selected .menu-item-link {
    color: var(--color-1);
    background-color: #4a4a4a;
}

.menu .menu-item .menu-item-link:hover {
    color: var(--color-1);
}

footer {
    position: relative;
    display: flex;
    width: 100%;
    height: 54px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 78%;
    padding-left: 11%;
    column-gap: 0;
    padding-right: 11%;
    margin: 0;
    background-color: #3e3e3e;
}


footer .global-links .active-link {
    color: #efefef;
    text-decoration: none;
    font-size: 12px;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out, padding-left .3s ease-in-out;
    cursor: pointer;
}

footer .global-links .active-link:hover {
    color: var(--color-1);
}

footer .global-links .inactive-link {
    font-size: 14px;
    color: #999;
}

footer .social-media-wrap {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 14px;
    cursor: pointer;
}

footer .social-media-wrap .social-media .social-media-link {
    cursor: pointer;
}

footer .social-media-wrap .social-media .social-media-link .fa-brands {
    color: #efefef;
    font-size: 19px;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .2s ease-in-out, padding-left .3s ease-in-out;
}

footer .social-media-wrap .social-media .social-media-link .fa-brands:hover {
    color: var(--color-1);
}

main {
    position: relative;
    display: block;
    min-height: calc(100vh - 208px);
    height: auto;
    margin-top: 154px;
    background-color: #ffffff;
    transition: all 0.1s ease-in-out;
}

main.homepage .slider-container {
    position: relative;
    display: block;
    width: 100%;
    height: 405px;
    /* margin-bottom: 30px; */
}

main.homepage .slider-container .slides {
    position: relative;
    display: block;
    width: 100%;
    height: 405px;
}

main.homepage .slider-container .slogan {
    position: absolute;
    width: 78%;
    height: 62px;
    left: 11%;
    text-align: center;
    background-color: var(--color);
    bottom: -12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #efefef;
    font-size: 22px;
    font-weight: bold;
    z-index: 5;
    pointer-events: none;
}

main.homepage .hp-about-us {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

main.homepage .hp-about-us .hp-about-us-title {
    position: relative;
    display: block;
    width: 78%;
    padding-left: 11%;
    padding-right: 11%;
    height: 92px;
    background-color: var(--color);
    color: #efefef;
    text-align: center;
    padding-top: 30px;
    font-size: 23px;
    font-weight: bold;
}

main.homepage .hp-about-us .hp-about-us-details {
    position: relative;
    display: flex;
    width: 78%;
    padding-left: 11%;
    padding-right: 11%;
    height: auto;
    background-color: #3d3d3d;
    color: #efefef;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-trio-wrap {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 3%;
    margin-top: -39px;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-trio-wrap .hp-about-us-trio {
    position: relative;
    max-width: 65%;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-trio-wrap .hp-about-us-trio .hp-about-us-trio-wrap-title {
    position: relative;
    margin-bottom: 35px;
    background-color: #3d3d3d;
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    color: #fff;
    font-weight: bold;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-trio-wrap .hp-about-us-trio .hp-about-us-trio-wrap-text {
    color: #aaa;
    font-weight: bold;
    font-size: 16px;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-big-text-wrap {
    position: relative;
    display: block;
    margin-top: 45px;
    padding-bottom: 35px;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-big-text-wrap .hp-about-us-big-text-wrap-title {
    color: efefef;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 14px;
}

main.homepage .hp-about-us .hp-about-us-details .hp-about-us-big-text-wrap .hp-about-us-big-text-wrap-text {
    color: #aaa;
    font-weight: bold;
    font-size: 16px;
}

main.homepage .services-wrap {
    position: relative;
    display: flex;
    width: 78%;
    padding-left: 11%;
    padding-right: 11%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-items: center;
    row-gap: 50px;
    column-gap: revert;
    margin-bottom: 35px;
    justify-content: space-between;
}

main.homepage .services-wrap .service-item {
    text-align: center;
    width: 23%;
}

main.homepage .services-wrap .service-item .title {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
}

main.homepage .services-wrap .service-item .description{
    margin-bottom: 6px;
    font-size: 13px;
}

main.homepage .services-wrap .service-item img {
    max-width: 100%;
}

main.homepage .statistics-wrap {
    position: relative;
    display: flex;
    width: 78%;
    padding-left: 11%;
    padding-right: 11%;
    height: auto;
    background-color: var(--color);
    color: #efefef;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 30px;
    /* margin-bottom: 35px; */
}

main.homepage .statistics-wrap .statistics-item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

main.homepage .statistics-wrap .statistics-item .statistics-item-number {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333333;
    font-weight: bold;
    font-size: 22px;
    border-radius: 50%;
    border: 4px solid #333333;
    margin-bottom: 20px;
}

main.homepage .statistics-wrap .statistics-item .statistics-item-title {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

main.homepage .statistics-wrap .statistics-item img {
    width: 130px;
    height: auto;
    position: relative;
    display: block;
    margin-bottom: 25px;
}

main.homepage .statistics-wrap .statistics-item .statistics-item-text {
    font-size: 15px;
}

.contact-us-form {
    position: relative;
    width: 78%;
    padding-left: 11%;
    padding-right: 11%;
    height: auto;
    margin-bottom: 70px;
}

.contact-us-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us-form .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-us-form .notice {
    font-size: 15px;
    margin-bottom: 25px;
}

.contact-us-form .control-wrap {
    position: relative;
    display: block;
    margin-bottom: 25px;
    width: 48%;
}

.contact-us-form .control-wrap.message {
    flex: 1 0 100%;
}

.contact-us-form .control-wrap .label {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
}

.contact-us-form .control-wrap .label-message {
    position: relative;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #3d3d3d;
}

.contact-us-form .control-wrap .control {
    position: relative;
    display: block;
    border: 1px solid #dedede;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    box-shadow: 0px 0px 1px #dedede;
    font-size: 14px;
    color: #3d3d3d;
}

.grey-background {
    background-color: #EDEDED;
    padding: 10px;
    border-radius: 5px;
}

.grey-background .control {
    margin-right: 10px;
}

.grey-background .label-message {
    color: white;
}

.grey-background .mfValidation {
    display: block;
    margin-top: 5px;
}


.contact-us-form .control-wrap input[type="checkbox"].control {
    border: 0px solid #dedede;
    width: 20px;
}

.contact-us-form .control-wrap textarea.control {
    height: 150px;
    resize: none
}

.contact-us-form .submit-button {
    position: relative;
    display: inline-block;
    background-color: #efefef;
    color: #8c8c8c;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: left;
    width: auto; 
}
.contact-us-form .submit-button:hover {
    color: #6574b5;
}

.contact-us-form .submit-button.sending {
    background-color: transparent;
}

main.homepage .swiper-backface-hidden .swiper-slide {
    max-width: 720px;
    cursor: grab;
}

main.homepage .swiper-backface-hidden .swiper-slide img {
    width: 100%;
}

main.homepage .swiper-backface-hidden .swiper-slide .slide-caption {
    position: absolute;
    top: 38%;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0px 5px 20px black;
    width: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}

main.homepage .swiper-backface-hidden .swiper-slide.swiper-slide-active .slide-caption {
    opacity: 1;
    transition: opacity 0.5s;
}

main.homepage .swiper-button-prev:after {
    color: #fff;
}

main.homepage .swiper-button-next:after {
    color: #fff;
}

.scrolled header {
    height: 70px;
    transition: all 0.3s ease-in-out;
}

.scrolled .menu {
    top: 70px;
    transition: all 0.3s ease-in-out;
}

.scrolled main {
    margin-top: 124px;
    transition: all 0.3s ease-in-out;
}


main.services {}

.home-services .title-wrapper,
main.services .title-wrapper {
    background-color: var(--color);
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-services.body-wrapper,
main.services .body-wrapper {
    position: relative;
    display: flex;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px;
}
.home-services.body-wrapper{
    margin-top: 40px;
}
.services-big-title{
        position: relative;
        display: block;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        color: var(--color);
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 12px;
}
.services-sub-title{
        position: relative;
        display: block;
        width: 78%;
        padding-left: 11%;
        padding-right: 11%;
        color: #333;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
}
.home-services.body-wrapper .list-of-items,
main.services .body-wrapper .list-of-items {
    width: 20%;
    list-style: none;
    padding-left: 0;
}

.home-services.body-wrapper .list-of-items .list-item,
main.services .body-wrapper .list-of-items .list-item {
    margin-bottom: 40px;
}

.home-services.body-wrapper .list-of-items .list-item .icon,
main.services .body-wrapper .list-of-items .list-item .icon {
    width: 45px;
    display: inline-block;
    height: 45px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    margin-bottom: -12px;
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-1,
main.services .body-wrapper .list-of-items .list-item .icon.icon-1 {
    background-image: url('/MCContent/front/images/service1.png');
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-2,
main.services .body-wrapper .list-of-items .list-item .icon.icon-2 {
    background-image: url('/MCContent/front/images/service2.png');
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-3,
main.services .body-wrapper .list-of-items .list-item .icon.icon-3 {
    background-image: url('/MCContent/front/images/service3.png');
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-4,
main.services .body-wrapper .list-of-items .list-item .icon.icon-4 {
    background-image: url('/MCContent/front/images/service4.png');
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-5,
main.services .body-wrapper .list-of-items .list-item .icon.icon-5 {
    background-image: url('/MCContent/front/images/service5.png');
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-6,
main.services .body-wrapper .list-of-items .list-item .icon.icon-6 {
    background-image: url('/MCContent/front/images/service6.png');
}

.home-services.body-wrapper .list-of-items .list-item .icon.icon-7,
main.services .body-wrapper .list-of-items .list-item .icon.icon-7 {
    background-image: url('/MCContent/front/images/service7.png');
}

.home-services.body-wrapper .list-of-items .list-item .title,
main.services .body-wrapper .list-of-items .list-item .title {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-services.body-wrapper .list-of-items .list-item .text,
main.services .body-wrapper .list-of-items .list-item .text {
    position: relative;
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #333333;
}

.home-services.body-wrapper .list-of-items .list-item .text ul,
main.services .body-wrapper .list-of-items .list-item .text ul {
    list-style: disc;
    padding-left: 15px;
}

.home-services.body-wrapper .list-of-items .list-item .text ul li,
main.services .body-wrapper .list-of-items .list-item .text ul li {
    margin-top: 4px;
}

.home-services.body-wrapper .second-column,
main.services .body-wrapper .second-column {
    width: 49%;
    margin-top: 45px;
}


.home-services .swiper-backface-hidden .swiper-slide,
main.services .swiper-backface-hidden .swiper-slide {
    max-width: 720px;
    cursor: grab;
}

.home-services .swiper-backface-hidden .swiper-slide img,
main.services .swiper-backface-hidden .swiper-slide img {
    width: 100%;
}

.home-services .swiper-backface-hidden .swiper-slide .slide-caption,
main.services .swiper-backface-hidden .swiper-slide .slide-caption {
    position: absolute;
    top: 38%;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0px 5px 20px black;
    width: 100%;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}

.home-services .swiper-backface-hidden .swiper-slide.swiper-slide-active .slide-caption,
main.services .swiper-backface-hidden .swiper-slide.swiper-slide-active .slide-caption {
    opacity: 1;
    transition: opacity 0.5s;
}

.home-services .swiper-button-prev:after,
main.services .swiper-button-prev:after {
    color: #fff;
    background-color: #00000052;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}

.home-services .swiper-button-next:after,
main.services .swiper-button-next:after {
    color: #fff;
    background-color: #00000052;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px;
}

main.aboutus {
    width: 78%;
    margin-left: 11%;
    margin-right: 11%;
    position: relative;
    margin-bottom: 25px;
    padding-top: 50px;
    text-align: center;
    display: block;
}

main.aboutus .section {
    position: relative;
    display: block;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}

main.aboutus .section.multiparts {}

main.aboutus .section .title {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--color);
}

main.aboutus .section .title:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: var(--color);
    bottom: -15px;
    left: calc(50% - 35px);
}

main.aboutus .section .text {
    position: relative;
    display: block;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

main.aboutus.privacypolicy .section .text {
    max-width: 100%;
}

main.aboutus.privacypolicy .section .text ul{
    list-style:none;
}
main.aboutus .section .sub-sections {
    position: relative;
    margin-top: 39px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 30px;
    align-items: flex-start;
    justify-content: center;
}

main.aboutus .section .sub-sections .sub-section {
    position: relative;
    display: block;
    width: 48%;
}

main.aboutus .section .sub-sections .sub-section .sub-title {
    font-weight: bold;
    color: var(--color);
    font-size: 18px;
    margin-bottom: 19px;
    position: relative;
    text-transform: uppercase;
}

main.aboutus .section .sub-sections .sub-section .sub-title:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 3px);
    background-color: var(--color);
    border-radius: 10px;
}

main.aboutus .section .sub-sections .sub-section .sub-text {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

main.contactus {}

main.contactus .header-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background: var(--color);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 11%;
    padding-right: 11%;
}

main.contactus .header-wrapper .section-container {}

main.contactus .header-wrapper .section-container .title {
    font-weight: bold;
    color: #ccc;
}

main.contactus .header-wrapper .section-container .sub-title {
    margin-top: 5px;
    font-size: 15px;
    color: #ccc;
}

main.contactus .form-title {
    position: relative;
    display: block;
    margin-left: 11%;
    width: 78%;
    margin-top: 50px;
    font-weight: bold;
    font-size: 25px;
}

main.contactus .form-title:after {
    content: "";
    position: relative;
    display: block;
    height: 2px;
    width: 68px;
    background-color: var(--color);
    margin-top: 10px;
}

main.contactus .contact-us-form {
    margin-top: 50px;
}

.form-message {
    position: relative;
    display: block;
    margin-left: 11%;
    width: 78%;
    margin-top: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #007bff;
}

.form-error {
    position: relative;
    display: block;
    margin-left: 11%;
    width: 78%;
    margin-top: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #dc3545;
}

/* Mail Form Validation
  ========================================================*/
.mfValidation {
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(19, 116, 75, 0.5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(9, 116, 75, 0.5);
    box-shadow: 2px 2px 2px 0 rgba(9, 116, 75, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 3px;
    right: 15px;
    width: auto;
    margin-top: -20px;
    margin-left: 10px;
    padding: 10px;
    height: 13px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    background: var(--color);
    color: #efefef;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 998;
}

.mfValidation:hover {
    background: var(--color);
}

.mfValidation:before {
    content: '';
    position: absolute;
    right: 90%;
    top: 106%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: var(--color) transparent transparent transparent;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.mfValidation.show {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -moz-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -ms-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -o-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}

.mfValidation.hide {
    -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -moz-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -ms-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -o-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}

.mfValidation.valid {
    opacity: 0;
    visibility: hidden;
}

.mfProgress.sending .cnt,
.mfProgress.fail .cnt,
.mfProgress.success .cnt {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.mfProgress.sending .loader,
.mfProgress.fail .loader,
.mfProgress.success .loader {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767px) {
    .mfValidation {
        text-align: right;
        top: 10px;
        left: auto;
        bottom: 100%;
        right: 10px;
        background: none;
        padding: 0;
        margin: 0 0 3px;
        min-height: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .mfValidation:before {
        display: none;
    }

    .mfValidation:hover {
        background: none;
        right: 5px;
    }
}

@-ms-keyframes notifanim-fo {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    99% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        transform: scale(0.3);
        opacity: 0;
    }
}

@-o-keyframes notifanim-fo {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    99% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        transform: scale(0.3);
        opacity: 0;
    }
}

@-webkit-keyframes notifanim-fo {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    99% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        transform: scale(0.3);
        opacity: 0;
    }
}

@-moz-keyframes notifanim-fo {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    99% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        transform: scale(0.3);
        opacity: 0;
    }
}

@keyframes notifanim-fo {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    99% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        transform: scale(0.3);
        opacity: 0;
    }
}

@-ms-keyframes notifanim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
    }

    1% {
        visibility: visible;
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes notifanim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
    }

    1% {
        visibility: visible;
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes notifanim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
    }

    1% {
        visibility: visible;
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes notifanim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
    }

    1% {
        visibility: visible;
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes notifanim {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.3);
    }

    1% {
        visibility: visible;
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* Mail Form Submit
========================================================*/
.mfProgress {
    position: relative;
}

.mfProgress .cnt,
.mfProgress .loader {
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.mfProgress .loader {
    opacity: 0;
    text-align: center;
    letter-spacing: 10px;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
}

.mfProgress .loader:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dfdfdf;
}

.mfProgress .loader:after {
    margin-top: 8px;
    content: '';
    width: 20px;
    height: 20px;
    color: #fff;
    font: 400 20px "FontAwesome";
    line-height: inherit;
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -moz-transform: scale(0) rotate(-60deg);
    -ms-transform: scale(0) rotate(-60deg);
    -o-transform: scale(0) rotate(-60deg);
    -webkit-transform: scale(0) rotate(-60deg);
    transform: scale(0) rotate(-60deg);
}

.mfProgress.sending .cnt,
.mfProgress.fail .cnt,
.mfProgress.success .cnt {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.mfProgress.sending .loader,
.mfProgress.fail .loader,
.mfProgress.success .loader {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
    -webkit-animation: fout 0.4s ease-in-out 1 forwards;
    -moz-animation: fout 0.4s ease-in-out 1 forwards;
    -ms-animation: fout 0.4s ease-in-out 1 forwards;
    -o-animation: fout 0.4s ease-in-out 1 forwards;
    animation: fout 0.4s ease-in-out 1 forwards;
}

.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.mfProgress.sending .loader:before {
    -webkit-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -moz-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -ms-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    -o-animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
    animation: motion 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.mfProgress.fail .loader:after {
    content: '\f06a';
}

.mfProgress.success .loader:after {
    content: '\f058';
}

.mfProgress .msg {
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-animation: notifanim-fo 0.4s ease-in-out forwards;
    -moz-animation: notifanim-fo 0.4s ease-in-out forwards;
    -ms-animation: notifanim-fo 0.4s ease-in-out forwards;
    -o-animation: notifanim-fo 0.4s ease-in-out forwards;
    animation: notifanim-fo 0.4s ease-in-out forwards;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 10px;
    border-radius: none;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 50%;
    width: 230px;
    margin-left: -118px;
    margin-top: 20px;
    color: #fff;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.mfProgress .msg:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 50%;
    transform: translate(50%, 0%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #111 transparent;
    -moz-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.mfProgress.fail .msg,
.mfProgress.success .msg {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: notifanim 0.4s ease-in-out forwards;
    -moz-animation: notifanim 0.4s ease-in-out forwards;
    -ms-animation: notifanim 0.4s ease-in-out forwards;
    -o-animation: notifanim 0.4s ease-in-out forwards;
    animation: notifanim 0.4s ease-in-out forwards;
}

.mfProgress.fail .msg {
    background: #F44336;
}

.mfProgress.fail .msg:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #F44336 transparent;
}

.mfProgress.success .msg {
    background: #2E7D32;
}

.mfProgress.success .msg:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #2E7D32 transparent;
}

@-ms-keyframes motion {
    0% {
        transform: translateX(0) scale(1);
    }

    25% {
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        transform: translateX(0) scale(1);
    }

    75% {
        transform: translateX(50px) scale(0.3);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@-o-keyframes motion {
    0% {
        transform: translateX(0) scale(1);
    }

    25% {
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        transform: translateX(0) scale(1);
    }

    75% {
        transform: translateX(50px) scale(0.3);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes motion {
    0% {
        transform: translateX(0) scale(1);
    }

    25% {
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        transform: translateX(0) scale(1);
    }

    75% {
        transform: translateX(50px) scale(0.3);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@-moz-keyframes motion {
    0% {
        transform: translateX(0) scale(1);
    }

    25% {
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        transform: translateX(0) scale(1);
    }

    75% {
        transform: translateX(50px) scale(0.3);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

@keyframes motion {
    0% {
        transform: translateX(0) scale(1);
    }

    25% {
        transform: translateX(-50px) scale(0.3);
    }

    50% {
        transform: translateX(0) scale(1);
    }

    75% {
        transform: translateX(50px) scale(0.3);
    }

    100% {
        transform: translateX(0) scale(1);
    }
}

.burger-menu {
    display: none;
}

footer .info-container{
    display: none;
}

@media (max-width:768px) {
    header {
        height: 70px;
        max-width: 60%;
        padding-left: 20%;
        padding-right: 20%;
        border-bottom: 1px solid var(--color);
    }

    header .info-container {
        display: none;
    }

    header .logo-container {
        width: 100%;
        justify-content: center;
    }

    .menu {
        position: fixed;
        top: 70px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 0;
        row-gap: 26px;
        transition: all 0.2s ease-in-out;
    }

    .menu.opened {
        height: 250px;
        transition: all 0.4s ease-in-out;
    }

    .menu .menu-item {
        margin-top: 10px;
    }

    .menu .menu-item:nth-child(1) {
        margin-top: 30px;
    }

    .menu .menu-item:nth-child(4) {
        margin-bottom: 40px;
    }

    main {
        margin-top: 70px;
    }

    .burger-menu {
        position: absolute;
        left: 4px;
        top: 4px;
        display: block;
        font-size: 35px;
        color: var(--color);
        padding: 15px;
    }

    main.homepage .swiper-backface-hidden .swiper-slide .slide-caption {
        top: 45%;
        font-size: 30px;
    }

    main.homepage .slider-container .slogan {
        height: 80px;
        bottom: -18px;
        font-size: 18px;
    }

    main.homepage .hp-about-us .hp-about-us-details {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    main.homepage .hp-about-us .hp-about-us-title {
        height: 78px;
    }

    main.homepage .hp-about-us .hp-about-us-details .hp-about-us-trio-wrap {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    main.homepage .hp-about-us .hp-about-us-details .hp-about-us-trio-wrap .hp-about-us-trio {
        max-width: 100%;
        margin-bottom: 30px;
    }

    main.homepage .hp-about-us .hp-about-us-details .hp-about-us-big-text-wrap .hp-about-us-big-text-wrap-title {
        color: #efefef;
    }

    main.homepage .services-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    main.homepage .services-wrap .service-item {
        width: 100%;
    }

    .main.homepage .statistics-wrap {}

    main.homepage .statistics-wrap .statistics-item {
        margin-bottom: 30px;
    }

    .contact-us-form form {
        display: flex;
        flex-direction: column;
    }

    .contact-us-form .control-wrap {
        width: 100%;
    }

    .home-services .title-wrapper,
    main.services .title-wrapper {
        padding-top: 20px;
    }

    .home-services.body-wrapper,
    main.services .body-wrapper {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

    .home-services.body-wrapper .list-of-items,
    main.services .body-wrapper .list-of-items {
        width: 100%;
        text-align: center;
    }

    .home-services.body-wrapper .second-column,
    main.services .body-wrapper .second-column {
        width: 100%;
        margin-bottom: 70px;
        margin-top: 10px;
    }

    main.aboutus .section .sub-sections {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main.aboutus .section .sub-sections .sub-section {
        width: 100%;
    }

    main.aboutus .section {
        margin-bottom: 120px;
    }

    main.contactus .header-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        row-gap: 20px;
    }

    main.homepage .statistics-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    main.homepage .swiper-backface-hidden .swiper-slide img {
        /* width: auto; */
        /* height: 100%; */
    }

    footer {
        position: relative;
        display: flex;
        width: 100%;
        min-height: 54px;
        overflow: hidden;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 90%;
        padding-left: 5%;
        row-gap: 14px;
        padding-right: 5%;
        margin: 0;
        padding-top: 15px;
        background-color: #3e3e3e;
        padding-bottom: 15px;
        flex-wrap: nowrap;
        height: auto;
    }
    footer .info-container{
        display: block;
    }
    footer .info-container .item-container{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 15px;
        text-decoration: none;
    }
    footer .info-container .item-container i{
    color: var(--color-1);
    margin-top: 26pz;
    position: relative;
    display: block;
    margin-right: 13px;
    }
    footer .info-container .item-container .details-container{
        color: var(--color);
        font-size: 13px;
    }
    footer .info-container .item-container .details-container .title{
        color: var(--color);
        margin-bottom: 3px;
    }
    main.homepage .slider-container {
        height: 260px;
    }
}


