@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans-300.woff2") format("woff2"), url("../fonts/MuseoSans-300.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans-700.woff2") format("woff2"), url("../fonts/MuseoSans-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Museo Sans";
    src: url("../fonts/MuseoSans-900.woff2") format("woff2"), url("../fonts/MuseoSans-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.2em;
    overflow-x: hidden;
    font-family: "Museo Sans", sans-serif;
    color: #000000;
}


/* comman */

html {
    scroll-behavior: smooth;
    margin: 0 !important;
    font-size: 62.5%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*comman-area*/

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

figure {}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.container,
.main-container {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 30px;
}

.mobile-section {
    display: none;
}

.shape {
    /* background: linear-gradient(135deg, #0b1652 0%, #0083c2 100%); */
    clip-path: polygon(0 0, 100% 0, 100% 65%, 76% 100%, 0 100%);
}


/* Comman Css */

.bg-prop {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body .btn.btn-primary {
    background-color: #f18a00;
    background-color: var(--e-global-color-primary);
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.8rem;
    text-align: center;
    position: relative;
    padding: 18px 35px;
    border: none;
    border-radius: 0px;
    transition: all 0.5s ease;
}

body .btn.btn-primary:hover,
body .btn.btn-primary:focus {
    background-color: #1d2a6e;
    background-color: var(--e-global-color-secondary);
}

.btn.btn-primary img {
    margin: -6px 0 0 12px;
    vertical-align: middle;
    display: inline-block;
}

.gx-24 {
    --bs-gutter-x: 24px;
}

.gx-18 {
    --bs-gutter-x: 18px;
}

.gy-24 {
    --bs-gutter-y: 24px;
}

.gx-42 {
    --bs-gutter-x: 42px;
}

.line {
    height: 29px;
    width: 100%;
    background-color: #6098ff;
}

.elementor-element.e-con-full.e-parent {
    padding: 0px;
}


/*Header*/

.header {
    position: sticky;
    top: 0;
    z-index: 111;
}

.top-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-navigation ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.top-navigation ul li:last-child {
    margin-right: 0;
}

.top-navigation ul li a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.top-navigation ul li:last-child a {
    padding: 5px 12px 5px 13px;
    background-color: #f18a00;
    color: #fff;
    text-align: center;
}

.header-menu {
    display: block;
}

.mainheader {
    position: fixed !important;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    z-index: 11111;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 1) 40%, rgba(255, 255, 255, 0) 100%);
}

.mainheader.header-solid {
    position: static !important;
    /* background-color: #131e29; */
    background: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 42, 110, 1) 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.mainheader.header-fixed {
    position: fixed !important;
    /* background-color: #131e29; */
    background: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 42, 110, 1) 100%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    /* animation: slideDown 0.5s ease-out; */
}

.toggle-icon,
.toggle-icon-close {
    cursor: pointer;
}

.navigation-wrapper {
    display: none !important;
}

.navigation-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation-menu ul li {
    display: inline-block;
    margin: 0 50px 0 0;
    position: relative;
}

.navigation-menu ul li::before {
    content: "/";
    color: #f18a00;
    position: absolute;
    right: -29px;
}

.navigation-menu ul li a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--e-global-typography-4ad1547-font-family), Sans-serif;
    color: #fff;
    position: relative;
}


/* .navigation-menu ul li a::before{
    content: "";
    background-image:url('../images/arrow-down.png');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:12px;
    height:12px;
    margin:0;
    position: absolute;
    right: -29px;
    top: 5px;
  } */

.navigation-menu .sub-menu {
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
    width: 250px;
}

.navigation-menu ul li:hover .sub-menu {
    display: block;
}

.navigation-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}

.navigation-menu ul li .sub-menu li a {
    padding: 10px 20px;
    color: #000;
}

.navigation-menu ul li .sub-menu li a::before {
    display: none;
}

.navbar {
    background-color: #352622;
    padding: 23.5px 39px;
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin: 0 auto;
    display: table;
    max-width: 278px;
    width: 100%;
}

.open-menu {
    position: absolute;
    top: 27px;
    right: 39px;
    width: 45px;
    background-color: transparent;
    border: none;
}

.open-menu.close img {
    opacity: 0;
}

.menu-close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.open-menu.close .menu-close {
    opacity: 1;
}

.navigation-menu-wrap {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #352622;
    padding: 140px 24px 0 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.navigation-menu-wrap.show {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.navigation-bottom {
    position: absolute;
    bottom: 33px;
    left: 22px;
}

.navigation-bottom h5 {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-bottom: 7px;
}

.navigation-bottom h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}

.navigation-bottom h6 a {
    color: #fff;
    text-decoration: underline;
}

.search-btn {
    cursor: pointer;
}

.search-form-wrape {
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
    display: none;
    z-index: 111;
}

.search-form-wrape.show {
    display: block;
}

.search-form-data {
    width: 100%;
    position: relative;
}

.search-form {
    height: 40px;
    width: 100%;
    border: none;
    background: #fff;
    padding-left: 15px;
    padding-right: 30px;
    font-size: 16px;
    color: #142028;
    outline: none;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.search-close {
    position: absolute;
    top: 11px;
    right: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    width: 16px !important;
    cursor: pointer;
}

.alert.alert-info p {
    margin: 0;
}


/* Hero Banner */

.hero-banner {
    padding: 84px 0 0 0;
    background-image: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -90px;
    min-height: 1445px;
}

.banner-text {
    max-width: 550px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 82px;
}

.banner-text h1,
.inside-banner-text h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 70.68px;
    margin: 0 0 49px 0;
    color: #fff;
}

.banner-text p {
    font-family: Lato;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    margin: 0 auto 49px auto;
    color: #fff;
    max-width: 480px;
    width: 100%;
}

.banner-logo {
    width: 201px;
    width: 281px;
    /* height: 235px; */
    /* background-image: url('../images/banner-polygon.png');
    background-size: 201px;
    background-repeat: no-repeat;
    background-position: center; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider-media {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-slider-media .container {
    position: relative;
    z-index: 5;
}

.hero-image,
.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image {
    background-size: cover;
    background-position: center;
}

.home-banner .hero-slider-banner .container {
    padding-top: 10rem;
    padding-bottom: 0;
}

.hero-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
}


/* Contact */


/***** Contact Form ******/

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form-col {
    width: 100%;
    padding: 0 15px;
}

.form-half {
    width: 50%;
}

.form-group {
    margin: 0 0 40px 0;
}

.form-group p {
    margin: 0;
}

.form-control {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border: 1px solid #b2c6cb;
    color: #000;
    font-size: 21px;
    line-height: 30px;
    border-radius: 0;
    font-family: "Museo Sans", sans-serif;
    padding: 10px 0;
    padding-left: 20px;
    margin: 0;
    box-shadow: none !important;
    outline: none !important;
}

.form-control:hover,
.form-control:focus {
    border-color: #f18a00;
}

.form-control::placeholder {
    color: #000;
    opacity: 1;
}

.textarea {
    height: 200px !important;
    padding-top: 15px;
}

.submitbtn .wpcf7-submit {
    font-family: var(--e-global-typography-143b187-font-family), Sans-serif;
}

.form-group .wpcf7-checkbox {
    display: flex;
    height: auto;
    min-height: 55px;
    align-items: center;
}

.form-group .wpcf7-checkbox .wpcf7-list-item-label {
    font-family: "Museo Sans", sans-serif;
    color: #000;
    font-size: 21px;
    line-height: 30px;
}

.form-group .wpcf7-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group .wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0 0 0 33px;
}

.form-group .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important;
}

.form-group .wpcf7-checkbox .wpcf7-list-item a {
    color: #F18A00;
}

.form-group .wpcf7-checkbox .wpcf7-list-item-label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b2c6cb;
    padding: 0 0 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: -0 0 0;
    position: absolute;
    top: 3px;
    left: 0;
}

.form-group .wpcf7-checkbox input:checked+.wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 6px;
    height: 14px;
    border: solid #f18a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body .form-button .btn.btn-primary {
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 900;
    line-height: 19.3px;
    box-shadow: 0px 7px 4px 0px #00000040;
    margin: 0 0 0 auto;
    display: table;
}

body .form-button .btn.btn-primary:hover,
body .form-button .btn.btn-primary:focus {
    box-shadow: 0px 0 0 0px #00000040;
}


/********************/

.hero-slider-banner {}

.hero-slider-parent {
    position: relative;
}

.hero-slider-banner .hero-slider-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.hero-slider-banner .hero-slider-image {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-slider-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
    max-width: 1000px;
    position: relative;
    z-index: 9;
}

.hero-slider-banner .hero_title {
    color: #ffffff;
    font-size: var(--e-global-typography-f789d0a-font-size);
    font-weight: var(--e-global-typography-f789d0a-font-weight);
    line-height: var(--e-global-typography-f789d0a-line-height);
}

.hero-slider-banner .hero_subtitle {
    font-family: var(--e-global-typography-4ad1547-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ad1547-font-size);
    font-weight: var(--e-global-typography-143b187-font-weight);
    line-height: var(--e-global-typography-4ad1547-line-height);
    color: var(--e-global-color-primary);
}

.hero-slider-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}

.hero-slider-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--e-global-color-primary);
    height: 12px;
    width: 12px;
    opacity: 1;
}

.hero-slider-pagination .swiper-pagination-bullet-active {
    background: var(--e-global-color-primary);
}

.hero-buttons .hero-button-prev,
.hero-buttons .hero-button-next {
    position: absolute;
    z-index: 99;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    cursor: pointer;
}

.hero-buttons img {
    max-width: 50px;
    opacity: 0.5;
}

.hero-buttons .hero-button-prev:hover img,
.hero-buttons .hero-button-next:hover img {
    opacity: 1;
}

.hero-buttons .hero-button-prev img {
    rotate: 180deg;
}

.hero-buttons .hero-button-prev {
    left: 30px;
}

.hero-buttons .hero-button-next {
    right: 30px;
}

.hero_button.btn.btn-primary {
    margin-top: 15px;
}


/*Title Block*/

.title-shape-block {
    padding: 13px 0 14px 0;
}

.title-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/title-block-polygon.svg");
    width: 305px;
    height: 355px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.title-block h4 {
    color: #e2dbbe;
    font-size: 44.47px;
    font-weight: 700;
    line-height: 45.36px;
}


/*Projects Section*/

.projects-section {
    padding: 65px 0 0 0;
    /*    min-height: 2092px;*/
    background-image: url("../images/project-polygon-top.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.projects-title {
    text-align: center;
    margin: 0 0 47px 0;
}

.projects-title h2 {
    color: #fff;
    font-size: 98px;
    font-weight: 700;
    line-height: 88.2px;
    margin: 50px auto 35px auto;
    max-width: 709px;
    width: 100%;
}

.projects-title h2 strong {
    display: block;
    font-size: 108.74px;
    font-weight: 700;
    line-height: 97.87px;
}

.projects-title p {
    color: #e2dbbe;
    margin: 0 auto 0 auto;
    max-width: 468px;
    width: 100%;
}

.projects-slider-data {
    margin-bottom: 47px;
}

.projects-image {
    width: 431px;
    height: 498px;
    position: relative;
    mask: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 346.41016151377545 400"><path fill="black" d="M155.88457268119896 9.999999999999998Q173.20508075688772 0 190.5255888325765 9.999999999999998L329.08965343808666 90Q346.41016151377545 100 346.41016151377545 120L346.41016151377545 280Q346.41016151377545 300 329.08965343808666 310L190.5255888325765 390Q173.20508075688772 400 155.88457268119896 390L17.320508075688775 310Q0 300 0 280L0 120Q0 100 17.320508075688775 90Z"></path></svg>');
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 346.41016151377545 400"><path fill="black" d="M155.88457268119896 9.999999999999998Q173.20508075688772 0 190.5255888325765 9.999999999999998L329.08965343808666 90Q346.41016151377545 100 346.41016151377545 120L346.41016151377545 280Q346.41016151377545 300 329.08965343808666 310L190.5255888325765 390Q173.20508075688772 400 155.88457268119896 390L17.320508075688775 310Q0 300 0 280L0 120Q0 100 17.320508075688775 90Z"></path></svg>');
    mask-size: cover;
    -webkit-mask-size: cover;
}

.projects-image-bottom {
    margin: -113px 0 0 -222px;
}

.hover-projects-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background-image: url("../images/about-polygon-2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2dbbe;
    font-size: 44.47px;
    font-weight: 700;
    line-height: 45.36px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    padding: 10px;
    text-align: center;
}

.hover-projects-image a {
    color: #e2dbbe;
}

.projects-image:hover .hover-projects-image {
    opacity: 1;
    visibility: visible;
}

.projects-foot {
    text-align: center;
    padding: 0 0 55px 0;
}

.projects-foot p {
    color: #e2dbbe;
    margin: 0 0 23px 0;
}

.projects-foot h2 {
    color: #fff;
    margin: 23px 0 0 0;
    font-size: 84.2px;
    font-weight: 700;
    line-height: 75.78px;
}

.projects-foot h2 strong {
    font-size: 149.69px;
    font-weight: 700;
    line-height: 134.72px;
    display: block;
}

body .projects-foot .btn.btn-primary {
    padding: 26px 36px 22px 36px;
    font-size: 22.21px;
    font-weight: 900;
    line-height: 30.63px;
    display: table;
    margin: 0 auto;
    box-shadow: 0px 17.05px 9.74px 0px #00000040;
}

body .projects-foot .btn.btn-primary:hover,
body .projects-foot .btn.btn-primary:focus {
    box-shadow: 0 0 2px #00000040;
}

body .projects-foot .btn.btn-primary img {
    margin: -8px 0 0 15px;
}

.single-navigation-section {
    background-color: #3b505b;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 23px 0 24px 0;
    position: relative;
    z-index: 1;
}

.navigation_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation_wrap .btn.btn-primary {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 19.3px;
    display: flex;
    align-items: center;
    padding: 9px 25px 9px 15px;
    box-shadow: 0px 7px 4px 0px #00000040;
}

.navigation_wrap .btn.btn-primary.next-btn {
    padding: 9px 15px 9px 25px;
}

.navigation_wrap .btn.btn-primary img {
    margin: 0 2px 0 0;
}

.navigation_wrap .btn.btn-primary.next-btn img {
    margin: 0 0 0 2px;
}


/****************/

.inside-banner-wrap {
    padding: 50px 0 20px;
}

.inside-banner-text {
    text-align: center;
    margin: 0 auto;
}

.testimonials-section {
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
}

.testimonials-section .testimonials-swiper {
    max-width: 900px;
}

.testimonial-item {
    padding: 40px 20px;
}

.testimonial-text {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
}

.testimonials-section .testimonial-name {
    font-weight: 500;
    color: #111;
    font-style: italic;
    font-size: 18px;
}

.testimonials-swiper .swiper-wrapper {
    margin-bottom: 30px;
}

.testimonials-swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    border: 1px solid #1d2a6d;
    width: 18px;
    height: 18px;
}

.testimonials-swiper .swiper-pagination-bullet-active {
    background: #1d2a6d;
    opacity: 1;
}

.square-container {
    aspect-ratio: 1 / 1;
}

.square-container {
    display: block;
    overflow: hidden !important;
    position: relative;
    background-size: 100%;
    background-position: center;
    transition: background-size 0.65s ease-in-out;
}

.square-container .elementor-element {
    transition: transform 0.35s ease;
}

.square-container .elementor-element {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.square-container:hover {
    background-size: 125% !important;
}


/******** Latest News Section ********/

.news_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.news_thumb {
    flex: 0 0 250px;
    /* fixed width for image */
    aspect-ratio: 1/1;
    border: 1px solid #ddd;
    overflow: hidden;
}

.news_item .news_thumb img {
    width: 100%;
    height: auto !important;
    transition: transform 0.3s ease;
}

.news_item .news_thumb .news-thumb-link {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.news_thumb img:hover {
    transform: scale(1.03);
}

.news_item .news-block-text {
    flex: 1;
}

.news_item .news_title {
    margin: 0 0 5px;
    color: var(--e-global-color-primary);
    font-size: 25px;
    font-weight: 400;
}

.news_item .news_title a {
    text-decoration: none;
    color: var(--e-global-color-primary);
    transition: color 0.3s ease;
    font-weight: 400;
}

.news_item .news_title a:hover {
    color: var(--e-global-color-secondary);
}

.news_item .news_date {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.news_item .news-block-text p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 12px;
}

.btn_link {
    font-weight: 600;
    color: var(--e-global-color-812550a);
    text-decoration: none;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.btn_link:hover {
    color: var(--e-global-color-secondary);
}


/********* Latest Event Section ***********/

.event-item {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--e-global-color-c3c3f61);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 79%, 88% 100%, 0 100%);
}

.event-item+.event-item {
    margin-top: 50px;
}

.event-item .event-thumb {
    padding: 20px 20px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-item .event-thumb img {
    max-width: 100%;
    margin: 0 auto;
}

.event-item .event-content {
    padding: 15px 18px;
    background-color: var(--e-global-color-c3c3f61);
}

.event-item .event-title {
    font-size: 25px;
    color: var(--e-global-color-secondary);
}

.event-item .event-date {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
}

.event-item .event-location {
    font-size: 20px;
    color: #000000;
    margin-bottom: 4px;
}

.event-item .event-booth {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 4px;
}

.event_section .view_all_event_btn {
    margin-top: 50px;
}

.event_section .view_all_event_btn .view_all_btn {
    color: var(--e-global-color-primary);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    align-items: center;
}

.event_section .view_all_event_btn .view_all_btn:hover {}

.event_section .view_all_event_btn img {
    max-width: 20px;
}

.solutions_section {}

.solutions_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.solutions_list .solution_item {
    overflow: hidden;
}

.solutions_list .solution-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 80% 100%, 0 100%);
}

.solutions_list .solution-content {
    padding-top: 15px;
}

.solutions_list .solution-title {
    margin-bottom: 15px;
    font-size: var(--e-global-typography-143b187-font-size);
    text-transform: uppercase;
}

.solutions_list .solution-title a {
    color: var(--e-global-color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.solutions_list .solution-title a:hover {
    color: var(--e-global-color-secondary);
}

.solution_item.nohover a:hover {
    color: var(--e-global-color-primary);
}

.solutions_list .solution-category {
    font-size: 2rem;
    color: #000000;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.solutions_list .solution-excerpt {
    margin-bottom: 10px;
}


/* for the search page */

.search-results-section {
    background-color: #fff;
}

.search-result-item {
    transition: all 0.3s ease;
}
.result-title{
    margin-bottom: 15px!important;
    font-size: 3.5rem!important;
}
.result-excerpt {
    margin-bottom: 20px!important;
}
.result-title a {
    color: #1d2a6e;
    text-decoration: none;
}

.result-title a:hover {
    color: #f58220;
}

.btn-read-more {
    display: inline-block;
    background-color: #f58220;
    color: #fff;
    padding: 8px 18px;
    /*  border-radius: 4px; */
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-read-more:hover {
    background-color: #f58220;
    color: #fff;
    font-size: 20px;
    transform: scale(1.05);
}

@media (max-width: 900px) {
    .solutions_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .solutions_list {
        grid-template-columns: 1fr;
    }
}


/*****************/

.custom_imagebox_item {
    overflow: hidden;
}

.custom_imagebox_item .custom_imagebox-thumb {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 80% 100%, 0 100%);
    background: #eff1f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_imagebox_item .custom_imagebox-thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}

.custom_imagebox_item .custom_imagebox-content {
    padding-top: 15px;
}

.custom_imagebox_item .custom_imagebox-title {
    margin-bottom: 15px;
    font-size: var(--e-global-typography-143b187-font-size);
    text-transform: uppercase;
    color: var(--e-global-color-primary);
}

.custom_imagebox_item .custom_imagebox-subtitle {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}

.custom_imagebox_item .custom_imagebox-excerpt {
    padding-bottom: 8px;
}


/**************/

.key_specifications_list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dfe3e6;
}


/* Each <li> is its own grid row */

.key_specifications_list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* space between label and value */
    border-bottom: 1px solid #dfe3e6;
    padding: 12px 0;
}


/* fix layout of label and value */

.key_specifications_list li strong {
    flex: 0 1 auto;
    min-width: 40%;
    /* base width */
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    /* keep in one line */
}

.key_specifications_list li span {
    flex: 1;
    text-align: left;
    color: #000000;
}


/* Responsive stacking */

@media (max-width: 575px) {
    .spec-list li {
        flex-direction: column;
        align-items: flex-start;
    }
    .spec-list li strong,
    .spec-list li span {
        white-space: normal;
    }
}


/**********************/

.image_gallery_slider {
    position: relative;
    padding: 20px 0;
}

.image_gallery_slider .swiper-slide {}

.image_gallery_slider .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.image_gallery_slider p {
    margin-top: 8px;
}


/* Arrow styling */

.image_gallery_wrap .swiper-button-next,
.image_gallery_wrap .swiper-button-prev {
    width: 42px;
    height: 42px;
}

.image_gallery_wrap .swiper-button-next {
    right: -50px;
}

.image_gallery_wrap .swiper-button-prev {
    left: -50px;
}

.image_gallery_wrap .swiper-button-next img,
.image_gallery_wrap .swiper-button-prev img {
    height: 42px;
}

.image_gallery_wrap .swiper-button-prev img {
    rotate: 180deg;
}

.image_gallery_wrap .swiper-button-next:after,
.image_gallery_wrap .swiper-button-prev:after {
    display: none;
}


/* Disabled arrow */

.image_gallery_wrap .swiper-button-disabled {
    opacity: 1 !important;
}

.image_gallery_wrap .swiper-button-disabled img {
    filter: invert(0) brightness(10);
}

.image_gallery_wrap .swiper-button-disabled:after {
    color: white;
    /* arrow color when disabled */
}


/* Hide arrows if fewer than 4 slides */

.image_gallery_slider.hide-arrows .swiper-button-next,
.image_gallery_slider.hide-arrows .swiper-button-prev {
    display: none !important;
}


/* Responsive tweak */

@media (max-width: 768px) {
    .image_gallery_slider .swiper-slide img {
        height: 200px;
    }
}


/*FOoter*/

.footer {
    background-color: #3b505b;
    padding: 89px 76px 45px 116px;
}

.foot-add p {
    color: #e2dbbe;
    line-height: 27.58px;
    margin: 0 0 23px 0;
}

.foot-add p strong {
    font-weight: bold;
}

.foot-add p a {
    color: #e2dbbe;
}

.foot-add ul {
    list-style: none;
    margin: 82px 0 0 0;
    display: flex;
    align-items: flex-start;
}

.foot-add ul li {
    margin: 0 30px 0 0;
}

.foot-add ul li a {
    display: block;
    padding: 0;
}

.foot-map iframe {
    width: 100% !important;
    max-width: 451px !important;
    height: 466px;
    border-radius: 13px;
    margin: 0 0 0 auto !important;
    display: table;
}

.copyright-bar {
    margin: -90px 0 0 0;
}

.copyright-text {
    text-align: center;
}

.copyright-text .btn.btn-primary {
    margin: 0 auto;
    display: table;
}

.copyright-text p {
    text-align: center;
    margin: 30px 0 0 0;
    line-height: 27.58px;
    color: #e2dbbe;
}

.copyright-text p a {
    margin: 3px auto 0 auto;
    color: #e2dbbe;
    font-weight: bold;
    text-decoration: underline;
    display: table;
}

.camera-systems-item {
    margin: 0 0 80px 0;
}

.camera-systems-row,
.cs-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.camera-systems-col-cat {
    width: 31%;
    padding: 0 15px;
}

.camera-systems-cat-block {
    width: 100%;
    min-height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 74% 100%, 0 100%);
    z-index: 1;
}

.camera-systems-cat-block::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.camera-systems-cat-block h2 {
    color: #fff;
    margin: 0 0 0 0;
}

.camera-systems-col {
    width: 69%;
    padding: 0 15px;
}

.cs-col {
    width: 50%;
    padding: 0 15px;
}

.camera-systems-block img {
    width: 100%;
    height: 280px !important;
    object-fit: contain;
    margin: 0 0 20px 0;
}

.camera-systems-block h3 {
    font-size: 3.2rem !important;
    line-height: normal !important;
    margin: 0 0 15px 0;
    color: var(--e-global-color-primary);
}

.camera-systems-block p {
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #000;
}

.view-btn {
    font-size: 20px;
}

.error404 .mainheader,
.search .mainheader,
.single.single-post .mainheader {
    position: static !important;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 1) 0%, rgba(29, 42, 110, 1) 100%);
}

.error404 .mainheader.header-fixed,
.search .mainheader.header-fixed,
.single.single-post .mainheader.header-fixed {
    position: fixed !important;
}


/* 404 Page */

.error-section {
    padding: 100px 0;
    text-align: center;
}

.error-section h1 {
    padding-bottom: 10px;
    font-weight: bold !important;
}

.error-data img {
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
    margin-bottom: 0px;
}


/* Search Page */

.basic-section {
    padding: 60px 0;
}

.basic-text h1 {
    font-size: 40px !important;
    color: #f18a00;
}

.basic-text a {
    color: #000000;
}

.basic-text h4 {
    margin: 35px 0 20px 0;
}


/* News Single */

.news-detail-section {
    padding: 60px 0;
}

.news-detail-title {
    margin: 0 0 40px 0;
}

.news-detail-title h1 {
    margin: 0 0;
    font-family: var(--e-global-typography-4ad1547-font-family), Sans-serif;
    font-size: var(--e-global-typography-4ad1547-font-size);
    font-weight: var(--e-global-typography-4ad1547-font-weight);
    line-height: var(--e-global-typography-4ad1547-line-height);
    color: var(--e-global-color-secondary);
}

.news-detail-text h2 {
    margin: 0 0 20px 0;
    color: #f18a00;
    font-size: 28px !important;
    line-height: normal !important;
}

.news-detail-text h6 {
    margin: 0 0 40px 0;
    font-family: "Museo Sans", sans-serif !important;
    font-size: 22px !important;
    line-height: normal !important;
    font-weight: bold !important;
}

.news-detail-text h5 {
    margin: 0 0 20px 0;
}

.news-detail-text p {
    margin: 0 0 20px 0;
}

.news-detail-text p strong {
    font-weight: bold;
    color: #f18a00;
}

.news-detail-text ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
}

.news-detail-text ul li {
    margin: 0 0 5px 0;
}

.news-detail-image {
    padding: 0 0 0 50px;
}

.news-detail-image img {
    width: 100%;
    border: 1px solid #ccc;
    object-fit: cover;
}

.news-buttons {
    padding: 30px 0 0 0;
}

.news-buttons,
.news-next-prev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.news-next-prev {
    justify-content: flex-end;
    gap: 20px 80px;
    flex-wrap: nowrap;
}

.news-prev,
.news-next {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #f18a00;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-prev {
    color: #e4e8ea;
}

.news-prev img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2931%) hue-rotate(175deg) brightness(92%) contrast(100%);
}

.news-prev:hover img {
    filter: brightness(0) saturate(100%) invert(73%) sepia(35%) saturate(6203%) hue-rotate(359deg) brightness(92%) contrast(107%);
}

.news-prev:hover,
.news-next:hover {
    color: #f18a00;
}

.news-prev img,
.news-next img {
    width: 30px;
}

.show-application,
.show-product {
    /* display: none; */
    background-color: #fff !important;
}

.show-product,
.show-application {
    position: absolute;
    z-index: 11;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.show-application.show,
.show-product.show {
    /* display: block !important; */
    background-color: #fff !important;
}

.mega-menu-block {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.mega-menu-block.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.image-shape {
    clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}

.back-btn {
    display: none;
}

.blue-txt {
    color: #008ecc;
}

.image-slider .swiper-slide-inner img {
    width: auto;
    max-height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: table;
}

.contact-ac .e-n-accordion-item-title-icon,
.contact-ac .e-n-accordion-item-title-icon span {
    width: 35px!important;
}

html {
    scroll-padding-top: 140px;
}

.menu-block p {
    transition: all 0.3s ease;
}

.menu-block:hover p {
    color: #F18A00;
}


/* .elementor.elementor-2369 p:hover {
  color: #F18A00;
      transition: all 0.3s ease;
} */

.elementor-element-418bff1 .swiper-slide-inner img {
    margin: 0 auto;
    height: 600px !important;
    width: 600px !important;
    object-fit: contain;
}


/***********/

#contactBox {
    position: fixed;
    right: 0px;
    top: 50%;
    cursor: pointer;
    overflow: hidden;
    width: 61px;
    height: 61px;
    z-index: 100;
    transition: 0.3s;
}

.contactBoxInfo {
    background: white none repeat scroll 0 0;
    padding: 24px 0px 40px 20px;
    position: absolute;
    width: 345px;
    cursor: default;
    left: 61px;
    top: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.contactBoxInfo h5 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    color: #F18A00;
}

.contactBoxInfo p {
    margin: 0 0 10px 0;
    line-height: 26px;
    font-size: 16px;
    font-family: "Museo Sans", sans-serif !important;
}

.contactBoxInfo div {
    line-height: 22px;
    font-size: 16px;
    margin: 0;
    font-family: "Museo Sans", sans-serif !important;
}

.contactButton {
    margin-top: 20px !important;
    display: inline-block;
}

.contactButton .button {
    padding: 15px 20px;
    border: none;
    background-color: #F18A00;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none!important;
    margin: 0;
}

.contactButton .button:hover {
    background-color: #F18A00;
    color: #fff;
}

@media (max-width:959px) {
    #contactBox {
        display: none;
    }
}

.control-system .custom_imagebox-thumb img {
    object-fit: contain;
}

.control-system .elementor-widget-custom-image-box:last-child .custom_imagebox-thumb img {
    object-fit: cover;
}

.system-components .elementor-widget-custom-image-box:nth-of-type(2) .custom_imagebox-thumb img {
    object-position: top;
}

.page-id-299 .solution_item.port399 img {
    object-position: center top !important;
}

.relatedproducts .elementor-image-box-img {
    height: 325px;
}

.relatedproducts .elementor-image-box-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.relatedproducts [data-widget_type="image-box.default"] {
    margin: 0 auto !important;
}


/*************/

.logo-slider-section {}

.logo-slider-section .logo-slider {}

.logo-slider-section .logo-slider .swiper-slide {
    height: auto;
}

.logo-slider-section .logo-slider .logo-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

body.page-id-2826 .logostrip [alt="Desy_logo_3c_web.svg"] {
    object-fit: contain;
}

@media (max-width: 767px) and (min-width: 500px) {
    .explore-applications {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }
}