* {
    font-family: 'Albert Sans', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

body {
    font-size: 16px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wow {
    visibility: hidden;
}

.toggle-menu {
    cursor: pointer;
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 300ms;
    padding: 60px;
}

.main-header .logo {
    width: 220px;
}

.main-header .logo > a {
    display: block;
    width: 100%;
}

.main-header .logo > img {
    width: 100%;
}

.main-header .menu {
    width: calc(100% - 440px);
    padding-left: 131px;
}

.main-header .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
}

.main-header .menu > ul > li {
    position: relative;
}

.main-header .menu > ul > li > a {
    font-weight: 600;
    transition: 300ms;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding-bottom: 15px;
}

.main-header .menu > ul > li > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #009289;
    bottom: 0;
    transition: 300ms;
    opacity: 0;
}

.main-header .menu > ul > li:Hover > a {
    color: #fff;
}

.main-header .menu > ul > li:Hover > a:before {
    opacity: 1;
    width: 100%;
}

.main-header .menu > ul > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 0;
    min-width: 100%;
    transition: 300ms;
    z-index: 1;
    padding: 60px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
}

.main-header .menu > ul > li > ul:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 30px);
    background: #fff;
    border-radius: 5px;
    z-index: -1;
}

.main-header .menu > ul > li > ul > li > a {
    display: block;
    white-space: nowrap;
    color: #000;
    transition: 300ms;
    padding: 5px 0;
}

.main-header .menu > ul > li > ul > li:Hover > a {
    color: #00407A;
}

.main-header .menu > ul > li:Hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-header .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header .actions > .languages {
    margin-right: 60px;
    padding-right: 60px;
    border-right: 1px solid #fff;
    cursor: pointer;
    position: relative;
}

.main-header .actions > .languages > .active {
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    transition: 300ms;
    z-index: 3;
    position: relative;
}

.main-header .actions > .languages:Hover > .active {
    color: #000;
}

.main-header .actions > .languages > .list {
    position: absolute;
    left: -20px;
    top: -20px;
    background: #fff;
    border-radius: 5px;
    margin: 0;
    list-style: none;
    z-index: 2;
    padding: 60px 30px 20px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
}

.main-header .actions > .languages > .list a {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 0;
    transition: 300ms;
    font-size: 14px;
}

.main-header .actions > .languages > .list a:Hover {
    color: #000;
}

.main-header .actions > .languages:Hover > .list {
    opacity: 1;
    visibility: visible;
}

.main-header .actions .menu-toggle {
    position: relative;
    width: 32px;
    height: 16px;
}

.main-header .actions .menu-toggle .toggle-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 16px;
    cursor: pointer;
}

.main-header .actions .menu-toggle .toggle-menu > span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 300ms;
    opacity: .5;
}

.main-header .actions .menu-toggle .toggle-menu:Hover > span {
    opacity: 1;
}

.main-header .actions .menu-toggle .toggle-menu:Hover > span:first-child {
    width: 50%;
    transform: translateX(100%);
}

.main-header .actions .menu-toggle .toggle-menu:Hover > span:last-child {
    width: 50%;
}

.main-video {
    position: relative;
  
    overflow: hidden;
}

.main-video video,
.main-video picture img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 100vh;
}

.main-video .item > .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    justify-content: space-between;
    display: flex;
    z-index: 1;
}

.main-video .slider-actions {
    width: 330px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    height: calc(100% - 120px);
    margin-top: 60px;
}

.main-video .slider-actions .slider-nav {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.main-video .slider-actions .slider-nav > span {
    transition: 300ms;
    width: 48px;
    cursor: pointer;
}

.main-video .slider-actions .slider-nav > span:last-child {
    transform: rotate(180deg);
}

.main-video .slider-actions .slider-nav > span > img {
    width: 100%;
}

.main-video .slider-actions .slider-nav > span:nth-child(1):Hover {
    transform: translateX(20px);
}

.main-video .slider-actions .slider-nav > span:nth-child(2):Hover {
    transform: translateX(-20px) rotate(180deg);
}

.main-video .slider-actions .scroll-page {
    position: absolute;
    bottom: 0;
    margin-bottom: 60px;
    left: calc(50% - 30px);
    text-align: center;
    row-gap: 5px;
    color: #fff;
}

.main-video .slider-actions .scroll-page-btn {
    display: flex;
    flex-direction: column;
    width: 60px;
    cursor: pointer;
    user-select: none;
}

.main-video .slider-actions .scroll-page-btn span {
    font-weight: lighter;
}

.main-video .slider-actions .scroll-page-btn img {
    margin-top: 20px;
}

.main-video .slider-socials {
    width: 330px;
    padding-right: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    row-gap: 40px;
    position: relative;
}

.main-video .slider-socials a {
    color: #fff;
    font-size: 22px;
    display: block;
    transition: 300ms;
}

.main-video .slider-socials a:Hover {
    transform: translateX(-10px);
}

.main-video .slider-content {
    width: calc(100% - 660px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 170px 0 0 80px;
}

.main-video .slider-content .slider-title {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 84px;
    font-weight: 500;
    width: 500px;
    max-width: 100%;
}

.main-video .slider-content .slider-description {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 40px 0;
}

.main-video .slider-socials .slider-dots {
    position: absolute;
    left: 0;
    bottom: 60px;
    color: #fff;
    display: flex;
    column-gap: 35px;
}

.main-video .slider-socials .slider-dots span {
    transition: 300ms;
    opacity: .5;
}

.main-video .slider-socials .slider-dots span.active {
    opacity: 1;
}

.site-btn {
    background: #009289;
    transition: 300ms;
    color: #fff;
    padding: 15px 80px 15px 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.site-btn:before {
    content: '';
    background: #009289;
    height: 100%;
    width: 25px;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(-10deg);
    transition: 300ms;
}

.site-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-image: url(../assets/images/arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 300ms;
}

.site-btn:hover {
    color: #fff;
}

.site-btn:Hover:after,
.site-btn:Hover:before {
    right: -15px;
}

.main-solutions {
    background-image: url(../assets/images/shapes.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-solutions .solutions-container {
    padding: 200px 0;
    max-width: 1291px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-solutions .solutions-container > div {
    width: 50%;
}

.main-solutions .solutions-container .text .solution-text p{
    max-width: 45%;
    margin-bottom: 17px;
}

.main-solutions .solutions-container .text .solution-title {
    font-size: 60px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    color: #00407A;
    margin-bottom: 40px;
}

.main-solutions .solutions-container .widgets {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.main-solutions .solutions-container .widgets > div {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 50px 0;
}

.main-solutions .solutions-container .widgets > .widget .count {
    font-size: 96px;
    display: block;
    font-weight: 600;
    color: #00407A;
    margin: 8px 0;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
}

.main-solutions .solutions-container .widgets > .widget img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.main-solutions .solutions-container .widgets > .widget .text {
    font-size: 20px;
    max-width: 60%;
    margin: auto;
}

.main-solutions .solutions-container .widgets > .widget:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: -200px;
    width: 1px;
    height: calc(100% + 200px);
    background: #eaeaea;
}

.main-solutions .solutions-container .widgets > .widget:first-child:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% + 200px);
    background: #eaeaea;
}

.main-solutions .solutions-container .widgets > .widget:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: -200px;
    width: 1px;
    height: calc(100% + 200px);
    background: #eaeaea;
}

.main-services {
    background: #00407A;
}

.main-services .section-container {
    max-width: 1080px;
    margin: auto;
    padding: 130px 0;
}

.main-services .services-container > div {
    width: 50%;
}

.main-services .section-container > .services-header {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-services .section-container > .services-header h2 {
    font-size: 72px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    letter-spacing: -2px;
    font-family: 'Space Grotesk';
}

.main-services .services-container {
    display: flex;
    column-gap: 64px;
}

.main-services .services-container .service {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.main-services .services-container .service img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.main-services .services-container .service .content {
    position: absolute;
    z-index: 1;
    background: rgba(0, 64, 122, 0.2);
    height: 100%;
    width: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: #fff;
    transition: 300ms;
}

.main-services .services-container .service .content .text {
    max-width: 70%;
    transition: 300ms;
}
.main-services .services-container .service .content .text p{
    
    margin-bottom: 14px;
    transition: 300ms;
}

.main-services .services-container .service .content .title {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    transition: 300ms;
    width: 70%;
}

.main-services .services-container .service:Hover .content {
    background: rgba(0, 64, 122, 0.5);
}

.main-services .services-container .service:Hover .content p {
    transform: translateX(20px);
}

.main-services .services-container .service:Hover .content .title {
    text-decoration: underline;
}

.main-services .services-container .section-header {
    padding: 100px 0;
}

.main-services .services-container .section-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    font-weight: lighter;
    max-width: 80%;
}

.main-services .services-container .section-footer {
    padding: 80px 0;
}

.main-services .services-container .section-footer .text {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    max-width: 50%;
    margin-bottom: 50px;
}

.main-about {
    height: 100vh;
    background-image: url(../assets/images/parallax.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.main-about:Before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.main-about .about-container {
    text-align: center;
    width: 100%;
}

.main-about .about-container .title {
    font-size: 120px;
    font-family: 'Space Grotesk', sans-serif;
    text-decoration: underline;
    text-underline-offset: 13px;
    text-decoration-thickness: 6px;
}

.main-about .about-container p {
    margin: 20px auto;
    width: 600px;
}



.main-about .about-container p {
    font-size: 20px;
    font-weight: lighter;
}
.main-about .about-container p b {
    font-size: 25px;
    font-weight:600;
}
.main-offer {
    margin: 120px 0;
}

.main-offer .offer-container {
    max-width: 1291px;
    margin: auto;
    display: flex;
    padding: 60px 125px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.main-offer .offer-container > div {
    width: 50%;
}

.main-offer .offer-container > .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}

.form input,
.form select,
.form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
    transition: 300ms;
}

.form .form-input {
    position: relative;
    margin: 10px 0;
    width: 100%;
}

.form .form-input:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: red;
    transition: 300ms;
    width: 0;
    opacity: 0;
}

.form .form-input label {
    margin: 0;
    font-weight: 600;
    color: #757575;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
    transition: 300ms;
}

.form .form-input:has(*:valid) label,
.form .form-input:has(*:not(select):focus) label {
    transform: translateY(0);
    font-size: 14px;
}

.form .form-input input:invalid:not(:focus) {
    color: transparent;
}

.form .form-input textarea {
    margin-bottom: -7px;
}

.form .form-input:has(*:invalid:focus):before {
    opacity: 1;
    width: 100%;
}

.form .form-col-2 {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
   
}

.form .form-col-2:last-child {
     margin-top: 50px; 
}
.contact-form .form-col-2{width: 50%; }
.contact-form .form-col-2:last-child{margin-top: 20px;display: flex;justify-content: end;}
.form .recaptcha {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #d2d2d2;
    column-gap: 10px;
}

.form .recaptcha input {
    border: 0;
}

.main-offer .offer-container .text .content > .description {
    font-size: 20px;
    max-width: 50%;
    margin-bottom: 20px;
}

.main-offer .offer-container .text .content > .title {
    font-size: 60px;
    font-weight: 700;
    color: #00407A;
    line-height: 1.1;
    letter-spacing: -3px;
    font-family: 'Space Grotesk', sans-serif;
    max-width: 80%;
    width: 20rem;
}

.main-offer .offer-container .contacts {
    display: flex;
    flex-wrap: wrap;
}

.main-offer .offer-container .contacts > .text {
    width: 100%;
    margin-bottom: 40px;
    max-width: 70%;
}

.main-offer .offer-container .contact-widgets {
    display: flex;
    justify-content: space-between;
}

.main-offer .offer-container .contact-widgets .widget {
    width: 160px;
    height: 160px;
    margin-right: 24px;
    position: relative;
    padding: 25px;
    color: #fff;
    z-index: 1;
}

.main-offer .offer-container .contact-widgets .widget:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00407A;
    z-index: -1;
    border-radius: 10px;
    transition: 300ms;
}

.main-offer .offer-container .contact-widgets img {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: 300ms;
}

.main-offer .offer-container .contact-widgets .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.main-offer .offer-container .contact-widgets .value {
    font-size: 11px;
}

.main-offer .offer-container .contact-widgets .widget:Hover:before {
    height: calc(100% + 30px);
}

.main-offer .offer-container .contact-widgets .widget:Hover img {
    transform: translateY(-15px);
}

.main-footer {
    background: #031B30;
    width: calc(100% - 120px);
    margin: 60px;
}

.main-footer .footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 80px 0 40px 0;
    color: rgba(255, 255, 255, 0.7);
}

.main-footer .footer-container .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.main-footer .footer-container .logo .text p {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

.main-footer .footer-container .aside-container {
    display: flex;
    justify-content: space-between;
}

.main-footer .footer-container .aside-container .contact-widgets {
    display: flex;
    justify-content: flex-end;
}

.main-footer .footer-container .aside-container .contact-widgets .widget {
    width: 160px;
    height: 160px;
    margin-left: 24px;
    position: relative;
    padding: 25px;
    color: #fff;
    z-index: 1;
}

.main-footer .footer-container .aside-container .contact-widgets .widget:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    transition: 300ms;
    background-color: rgba(255, 255, 255, 0.2);
}

.main-footer .footer-container .aside-container .contact-widgets img {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: 300ms;
}

.main-footer .footer-container .aside-container .contact-widgets .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.main-footer .footer-container .aside-container .contact-widgets .value {
    font-size: 11px;
}

.main-footer .footer-container .aside-container .contact-widgets .widget:Hover:before {
    height: calc(100% + 30px);
    background-color: rgba(255, 255, 255, 0.1);
}

.main-footer .footer-container .aside-container .contact-widgets .widget:Hover img {
    transform: translateY(-15px);
}

.main-footer .footer-container .aside-container .address {
    max-width: 200px;
    margin-bottom: 20px;
}

.main-footer .footer-container .aside-container .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.main-footer .footer-container .aside-container .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    transition: 300ms;
    opacity: .6;
}

.main-footer .footer-container .aside-container .socials a:Hover {
    opacity: 1;
    transform: scale(1.1);
}

.main-footer .footer-container .aside-container .menu .menu-title {
    opacity: .6;
    margin-bottom: 20px;
}

.main-footer .footer-container .aside-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .footer-container .aside-container .menu ul a {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
    padding: 10px 0;
    display: block;
}

.main-footer .footer-container .aside-container .menu ul a:Hover {
    text-decoration: underline;
}

.main-footer .footer-bar {
    padding-top: 50px;
    margin-top: 55px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: space-between;
}

.main-footer .footer-bar > div:first-child {
    display: flex;
    align-items: center;
    column-gap: 100px;
}

.main-footer .footer-bar > div .copyright {
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
}

.main-footer .footer-bar > div .links {
    display: flex;
    column-gap: 45px;
}

.main-footer .footer-bar > div .links a {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    font-weight: lighter;
    transition: 300ms;
}

.main-footer .footer-bar > div .links a:Hover {
    opacity: 1;
}

.main-footer .footer-bar img {
    width: 100px;
}

.menu-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #00407A;
    height: 100%;
    padding: 40px;
    width: 420px;
    overflow: auto;
    transition: 300ms;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.open-menu .menu-wrapper {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.menu-wrapper .close-button {
    text-align: right;
    margin-bottom:0px;
}

.menu-wrapper .logo .company-text {
    margin-top: 36px;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;;
    font-size: 20px;
    font-weight: 600;
    max-width: 70%;
    margin-bottom: 120px;
}

.menu-wrapper .menu {
    margin-bottom: 30px;
    display: none;
}

.menu-wrapper .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.menu-wrapper .menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}

.menu-wrapper .menu > ul > li > ul {
    list-style: none;
    padding: 0;
    margin: -10px 0 0 0;
}

.menu-wrapper .menu > ul > li > ul > li > a {
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
}

.menu-wrapper .menu > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.menu-wrapper .address {
    color: #fff;
    font-weight: lighter;
    margin: 30px 0;
}

.menu-wrapper .contact-widgets {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.menu-wrapper .contact-widgets .widget {
    width: 160px;
    height: 160px;
    position: relative;
    padding: 25px 10px;
    color: #fff;
    min-width: 130px;
}

.menu-wrapper .contact-widgets .widget:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    border-radius: 10px;
    transition: 300ms;
}

.menu-wrapper .contact-widgets img {
    margin-bottom: 26px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: 300ms;
}

.menu-wrapper .contact-widgets .title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}

.menu-wrapper .contact-widgets .value {
    font-size: 11px;
}

.menu-wrapper .contact-widgets .widget:Hover:before {
    height: calc(100% + 30px);
    background: rgba(255, 255, 255, 0.1);
}

.menu-wrapper .contact-widgets .widget:Hover img {
    transform: translateY(-15px);
}

.menu-wrapper .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.menu-wrapper .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    transition: 300ms;
    opacity: .6;
}

.menu-wrapper .socials a:Hover {
    opacity: 1;
    transform: scale(1.1);
}

.breadcrumb {
    position: relative;
    border-radius: 0;
    margin: 0;
}

.breadcrumb > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.breadcrumb > .breadcrumb-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.breadcrumb > .breadcrumb-content .breadcrumb-action {
    min-width: 313px;
    width: 313px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    height: calc(100% - 120px);
    margin-top: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.breadcrumb .breadcrumb-socials {
    width: 100px;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
    justify-content: flex-end;
    row-gap: 40px;
}

.breadcrumb .breadcrumb-socials a {
    color: #fff;
    font-size: 22px;
    display: block;
    transition: 300ms;
}

.breadcrumb .breadcrumb-socials a:Hover {
    transform: translateX(-10px);
}

.breadcrumb .breadcrumb-content > .breadcrumb-content {
    width: calc(100% - 400px);
    display: flex;
    align-items: center;
    padding-left: 100px;
    padding-top: 60px;
    position: relative;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content h1 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 48px;
    margin: 0;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list {
    position: absolute;
    left: 100px;
    bottom: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list > li > a {
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: lighter;
}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list > li:not(:last-child) a:after {
    content: '/';
    margin: 0 15px;

}

.breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list li:last-child a {
    font-weight: 500;
}

#page {
    position: relative;
    z-index: 1;
}

#page:Before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw - 17px);
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url(../assets/images/page-bg.png);
    background-position: right top;
}

.page {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    padding-top: 60px;
}

.page > .page-menu {
    width: 313px;
    padding: 0 60px 60px 60px;
   
    border-right: 1px solid rgb(136 156 155 / 50%);
}

.page > .page-content {
    width: calc(100% - 330px);
    padding-left: 80px;
}

.page > .page-menu  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page > .page-menu  ul > li > a {
    display: block;
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 30px;
    color: #757575;
    transition: 300ms;
}

.page > .page-menu  ul > li > a:Hover {
    transform: translateX(10px);
    color: #00407A;
}

.corporate {
    display: flex;
    justify-content: space-between;
    column-gap: 75px;
    margin-bottom: 100px;
}

.corporate > div {
    width: 50%;
}

.corporate > .title p {
    font-size: 48px;
    color: #00407A;
    font-weight: 600;
    letter-spacing: -2px;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 54px;
}

.corporate > .description p {
    font-weight: lighter;
}

.mission {
    position: relative;
}

.mission .mission {
    width: 564px;
    aspect-ratio: 1;
    background-image: url(../assets/images/img-misyon.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 50px;
    color: #fff;
    position: relative;
    z-index: 1;
    border-right: 40px solid #fff;
    border-bottom: 40px solid #fff;
}

.mission .section-title {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.mission .description {
    font-size: 20px;
    font-weight: lighter;
}

.mission .vision {
    background-image: url(../assets/images/img-vizyon.jpg);
    background-size: cover;
    background-position: center right;
    padding: 70px 30px 0 660px;
    margin-top: -350px;
    height: 600px;
    z-index: -1;
    color: #fff;
}

.counters {
    margin: 120px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 120px;
}
.counters .counter .count {
    font-size: 128px;
    display: block;
    letter-spacing: -4px;
    color: #00407A;
    font-weight: 600;
    line-height: 1;
    margin-bottom: -20px;
    font-family: 'Space Grotesk', sans-serif;
}

.counters .counter .unit {
    font-size: 128px;
    font-weight: lighter;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
    color: #00407A;
}

.counters .counter .title {
    font-size: 24px;
    margin-bottom: 17px;
    color: #343434;
    max-width: 90%;
}

.services-page-header {
    display: flex;
    justify-content: space-between;
    column-gap: 75px;
    margin-bottom: 100px;
}

.services-page-header > div {
    width: 50%;
}

.services-page-header > .title p {
    font-size: 48px;
    color: #00407A;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 54px;
    font-family: 'Space Grotesk', sans-serif;
}

.services-page-header > .description p {
    font-weight: lighter;
}

.services-list .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

.services-list .service > div {
    width: 50%;
}

.services-list .service img {
    width: 100%;
}

.services-list .service > .content {
    padding: 60px;
}

.services-list .service:nth-child(even) {
    flex-direction: row-reverse;
}

.services-list .service .title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -2px;
    font-family: 'Space Grotesk', sans-serif;
    margin-bottom: 30px;
}

.services-list .service .description {
    margin: 0;
    font-weight: lighter;
}

.main-offer.gray-bg {
    background: #F5F5F5;
    margin: 60px 0 0 0;
    padding: 120px 0;
}

.articles-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 140px;
}

.articles-container > .article {
    width: calc(50% - 70px);
}

.articles-container > .article .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.articles-container > .article .image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 300ms;
}

.articles-container > .article .title {
    font-size: 20px;
    font-weight: 500;
    color: #00407A;
    transition: 300ms;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
}

.articles-container > .article .description {
    font-weight: lighter;
}

.articles-container > .article:Hover img {
    transform: scale(1.1);
}

.article-details .article-header {
    text-align: center;
    margin-bottom: 50px;
}

.article-details .article-header .date {
    font-weight: lighter;
    color: #343434;
    margin-bottom: 25px;
}

.article-details .article-header .title {
    font-size: 48px;
    max-width: 50%;
    margin: auto auto 50px auto;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -2px;
    color: #00407A;
}

.article-details .article-image img {
    width: 100%;
}

.article-details .article-image {
    margin-bottom: 50px;
}

.article-details .article-body {
    font-size: 20px;
    font-weight: lighter;
}

.page-details .page-title {
    font-size: 32px;
    letter-spacing: -2px;
    margin-bottom: 36px;
    font-weight: 500;
    color: #00407A;
    font-family: 'Space Grotesk', sans-serif;
}

.page-details .page-body {
    font-weight: lighter;
}

.contact-details {
    display: flex;
    justify-content: space-between;
}

.contact-details > div {
    width: 50%;
}

.contact-details > .info {
    padding-right: 60px;
}

.contact-details > .info .company-title {
    font-size: 24px;
    font-weight: 600;
    max-width: 70%;
    color: #00407A;
    margin-bottom: 40px;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 32px;
}

.contact-details > .info .addresss {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 50%;
}

.contact-details > .info .contacts {
    margin-bottom: 40px;
}

.contact-details > .info .contacts .contact-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 30px;
}

.contact-details > .info .contacts .contact-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-details > .info .contacts .contact-item .title {
    margin: 0;
    color: #000;
}

.contact-details > .info .contacts .contact-item .value {
    margin: 0;
    transition: 300ms;
    font-size: 20px;
    color: #000;
}

.contact-details > .info .contacts .contact-item:Hover .value {
    color: #009289;
}

.contact-details > .info .socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-bottom: 40px;
}

.contact-details > .info .socials a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #343434;
    border-radius: 100%;
    font-size: 20px;
    color: #343434;
    transition: 300ms;
    opacity: .6;
}

.contact-details > .info .socials a:Hover {
    opacity: 1;
    transform: scale(1.1);
}

.contact-details > .form {
    background: #fff;
    padding: 30px;
    margin-bottom: 120px;
}

.contact-details > .form .form-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #00407A;
}

@media (max-width: 1400px) {
    .services-page-header > .title p {
        font-size: 35px;
        line-height: 42px;
    }

    .services-list .service {
        margin-bottom: 60px;
    }

    .page > .page-content {
        padding-right: 50px;
    }

    .counters .counter .count {
        font-size: 90px;
    }

    .counters .counter .unit {
        font-size: 80px;
    }

    .mission .vision {
        padding-left: 610px;
    }

    .page > .page-content {
        padding-left: 60px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content {
        padding-left: 60px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list {
        left: 60px;
    }

    .main-header .menu > ul {
        column-gap: 10px;
    }

    .main-header .actions > .languages {
        padding-right: 30px;
        margin-right: 30px;
    }

    .main-header .menu {
        padding-left: 75px;
    }

    .main-footer .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .page .main-offer .offer-container {
        padding: 60px 80px;
    }

    .main-offer .offer-container .text .content > .title {
        font-size: 40px;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .main-video .slider-content .slider-title {
        font-size: 35px;
    }

    .main-video .slider-actions .scroll-page-btn {
        font-size: 12px;
    }

    .main-header .menu > ul {
        column-gap: 18px;
    }

    .main-header .menu {
        padding-left: 66px;
    }

    .main-solutions .solutions-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .main-solutions .solutions-container .widgets > .widget .text {
        max-width: 70%;
    }

    .main-footer {
        padding: 0 30px;
    }

    .main-header .actions > .languages > .active,
    .main-header .menu > ul > li > a {
        font-size: 14px;
    }

    .corporate > .title p {
        font-size: 35px;
        line-height: 42px;
    }

    .mission .mission {
        width: 450px;
    }

    .mission .vision {
        padding-left: 490px;
    }

    .main-offer .offer-container {
        padding: 60px 80px;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 100%;
    }

    .form .form-col-2 {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .form .form-col-2 .form-input {
        width: 100%;
    }

    .main-offer .offer-container .text .content > .title {
        font-size: 40px;
    }

    .counters .counter .count {
        font-size: 60px;
    }

    .counters .counter .unit {
        font-size: 60px;
        margin-top: 20px;
    }

    .main-offer .offer-container .contact-widgets {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .contact-details > .info .addresss {
        max-width: 100%;
    }

    .services-list .service > .content {
        padding: 30px;
    }

    .services-list .service {
        margin-bottom: 30px;
    }

    .services-list .service .title {
        font-size: 25px;
    }

    .services-page-header {
        flex-direction: column;
        row-gap: 30px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .services-page-header > div {
        width: 100%;
    }

    .services-list .service:nth-child(even) {
        flex-direction: column;
    }

    .services-list .service {
        flex-direction: column;
    }

    .services-list .service > div {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .main-header {
        padding: 60px 30px;
    }

    .main-video .slider-actions {
        width: 270px;
    }

    .main-header .menu {
        padding-left: 0;
    }

    .main-header .actions > .languages {
        margin-right: 30px;
        padding-right: 30px;
    }

    .main-video .slider-content {
        padding: 170px 0 0 0;
    }

    .main-video .slider-actions .scroll-page {
        margin-bottom: 0;
    }

    .main-solutions .solutions-container .widgets > .widget .count {
        font-size: 50px;
    }

    .main-solutions .solutions-container .widgets > .widget .text {
        max-width: 80%;
    }

    .main-services .section-container {
        padding: 130px 30px;
    }

    .main-about .about-container .title {
        font-size: 90px;
    }

    .main-offer .offer-container .text .content > .title {
        max-width: 100%;
    }

    .contact-details > .info .contacts .contact-item {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }
}

@media (max-width: 992px) {
    .main-header .logo {
        width: 160px;
    }

    .menu-wrapper {
        padding: 30px;
        width: 100%;
    }

    .main-header {
        padding: 10px;
    }

    .main-header .menu {
        display: none;
    }

    .main-video .slider-actions {
        width: 100px;
        margin-top: 80px;
    }

    .main-video video, .main-video picture img {
        aspect-ratio: unset;
        height: 500px;
    }

    .main-video .slider-content {
        padding: 0 0 30px 30px;
        width: calc(100% - 100px);
        justify-content: flex-end;
    }

    .main-video .slider-content .slider-title {
        font-size: 25px;
    }

    .main-video .slider-content .slider-description {
        font-size: 14px;
        margin: 20px 0;
    }

    .main-video .slider-socials {
        width: 0;
        display: none;
    }

    .main-solutions .solutions-container {
        padding: 30px 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .main-solutions .solutions-container > div {
        width: 100%;
    }

    .main-solutions .solutions-container .text {
        text-align: center;
    }

    .main-solutions .solutions-container .text .solution-text {
        max-width: 50%;
        margin: auto auto 17px auto;
    }

    .main-solutions .solutions-container .text .solution-title {
        font-size: 40px;
    }

    .main-solutions .solutions-container .widgets > .widget:first-child:before,
    .main-solutions .solutions-container .widgets > .widget:last-child:before {
        content: none;
    }

    .main-solutions .solutions-container .widgets > .widget:first-child:after {
        height: 100%;
        bottom: 0;
    }

    .main-solutions .solutions-container .widgets {
        margin-top: 30px;
    }

    .main-services .section-container > .services-header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 0;
    }

    .main-services .section-container > .services-header h2 {
        font-size: 40px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    .main-services .section-container {
        padding: 60px 30px;
    }

    .main-services .services-container > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .main-services .services-container {
        flex-wrap: wrap;
    }

    .main-services .services-container .section-footer {
        order: -1;
        text-align: center;
    }

    .main-services .services-container .service {
        order: 1;
    }

    .main-services .services-container .section-header {
        order: 2;
        padding: 30px 0;
    }

    .main-services .services-container .section-footer .text {
        text-align: center;
        max-width: 100%;
    }

    .main-services .services-container .section-header p {
        max-width: 100%;
        font-size: 20px;
    }

    .main-about .about-container p {
        width: 100%;
    }

    .main-about .about-container {
        padding: 0 30px;
    }

    .main-about .about-container .title {
        font-size: 60px;
    }

    .main-offer .offer-container {
        padding: 30px;
        flex-direction: column;
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .main-offer .offer-container > div {
        width: 100%;
    }

    .main-offer .offer-container .text .content > .title {
        font-size: 35px;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 80%;
    }

    .main-footer {
        width: calc(100% - 30px);
        margin-left: 15px;
    }

    .main-footer .footer-container .logo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .main-footer .footer-container .logo .text p {
        display: none;
    }

    .main-footer .footer-container .aside-container {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-container .aside-container .address {
        max-width: 100%;
    }

    .main-footer .footer-container .aside-container .contact-widgets {
        flex-direction: column;
        row-gap: 20px;
    }

    .main-footer .footer-container .aside-container .contact-widgets .widget {
        width: 100%;
        margin: 0;
    }

    .main-footer .footer-bar {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-bar > div:first-child {
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-bar > div .copyright {
        order: 2;
        text-align: left;
        width: 100%;
    }

    .main-footer .footer-bar > div .links {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        row-gap: 30px;
    }

    .main-footer .footer-bar > div .links a {
        font-size: 16px;
    }

    .mission .vision {
        margin-top: -70px;
        padding: 120px 40px;
        text-align: right;
    }

    .mission .mission {
        border: 0;
    }

    .mission .vision .description {
        padding-left: 30%;
    }

    .breadcrumb > .breadcrumb-content .breadcrumb-action {
        width: 100px;
        min-width: 100px;
        margin-top: 100px;
    }

    .breadcrumb .breadcrumb-socials {
        display: none;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content {
        width: calc(100% - 100px);
        padding-left: 20px;
        align-items: flex-end;
        padding-bottom: 60px;
    }

    .breadcrumb > img {
        height: 300px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content h1 {
        font-size: 20px;
    }

    .breadcrumb .breadcrumb-content > .breadcrumb-content .breadcrumb-list {
        left: 20px;
        overflow: auto;
        max-width: 100%;
        bottom: 20px;
    }

    .page > .page-menu {
        border-right: 0;
    }

    .page {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .page > .page-content {
        padding: 0 20px;
        width: 100%;
    }

    .corporate {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .corporate > div {
        width: 100%;
    }

    .mission .mission {
        width: 100%;
        padding: 30px;
    }

    .mission .section-title {
        font-size: 35px;
    }

    .mission .vision {
        margin-top: 0;
        text-align: left;
        padding: 30px;
        height: unset;
    }

    .mission .vision .description {
        padding-left: 0;
    }

    .counters {
        flex-direction: column;
        row-gap: 30px;
    }

    .page .main-offer .offer-container {
        padding: 30px 15px;
        margin: 0;
        width: 100%;
    }

    .main-offer .offer-container .text .content > .description {
        max-width: 100%;
    }

    .main-offer .offer-container .contacts > .text {
        max-width: 100%;
    }

    .main-offer .offer-container .contact-widgets {
        flex-wrap: unset;
        overflow: auto;
    }

    .main-offer .offer-container .contact-widgets .widget {
        min-width: 160px;
    }

    .page > .page-menu {
        width: 100%;
        padding: 15px 30px;
    }

    .main-offer {
        margin: 30px 0;
    }

    .menu-wrapper .menu {
        display: block;
    }

    .menu-wrapper .logo .company-text {
        margin-bottom: 30px;
    }

    .breadcrumb {
        overflow: hidden;
    }

    .article-details .article-header .title {
        max-width: 90%;
        font-size: 35px;
    }

    .contact-details {
        flex-direction: column;
        row-gap: 30px;
    }

    .contact-details > div {
        width: 100%;
    }

    .contact-details > .info {
        padding-right: 0;
    }

    .contact-details > .form {
        margin-bottom: 30px;
        padding: 0 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .main-services .services-container .service .content {
        padding: 30px;
    }

    .main-services .services-container .service img {
        height: 320px;
    }

    .main-services .services-container .service .content .title {
        font-size: 25px;
    }

    .main-services .services-container .service .content .text {
        max-width: 80%;
        font-size: 14px;
    }

    .articles-container {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .articles-container > .article {
        width: 100%;
    }
}
.opa-0{opacity:0;}
.form .form-input span {
    margin: 0;
    font-weight: 600;
    color: #757575;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
    transition: 300ms;
    display:inline-block;
}

.form .form-input:has(*:valid) span,
.form .form-input:has(*:not(select):focus) span {
    transform: translateY(0);
    font-size: 16px;
}
.form .form-textarea span {
    margin: 0;
    font-weight: 600;
    color: #757575;
    transform: translateY(20px);
    position: relative;
    z-index: 1;
    transition: 300ms;
    display:inline-block;
}
.form-btn-two {display:none;}
@media(max-width:500px){
	.main-solutions .solutions-container .text .solution-text {
    max-width: 75%;
  
}
.main-solutions .solutions-container .text .solution-text p {
    max-width: 100%;
 
}
.main-video .slider-content .slider-title {
    font-size: 35px;
}
.main-video .slider-content {
       padding: 0 0 0px 30px;
    justify-content: center;
}
.main-offer .offer-container {
    padding: 30px 15px;
}
.main-offer .offer-container .contact-widgets .widget {
    min-width: 130px;
}
.main-offer .offer-container .contact-widgets .widget {
   
    margin-right: 10px;
    padding: 25px 10px;
}
.main-offer .offer-container .contact-widgets .widget:last-child {
    margin-right: 0px;
}
.main-offer .offer-container > .text {
  
    padding-right: 0px;
}
.main-footer .footer-container {
    padding-left: 15px;
    padding-right: 15px;
}
.main-footer {
    padding: 0 15px;
}
.main-footer .footer-container .aside-container .contact-widgets {
    row-gap: 0px;
    flex-direction: initial;
	justify-content: start;
}
.main-footer .footer-container .aside-container .contact-widgets .widget {
    width: 100%;
    margin-right: 5px;
    padding: 25px 10px;
}
.main-footer .footer-container .aside-container .contact-widgets .widget:last-child {
   
    margin-right: 0px;
}
.contact-form .form-col-2 {
    width: 100%;
    display: block;
}
}
@media(min-width:1410px){
	.main-video .slider-content {
   
     height: 100vh; 
}
.main-video .slider-actions {
  
    height: calc(100vh - 120px);
  
}
}