body{
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #4E4E4E;
    background: #F3F3F3;
}

a{
    cursor: pointer;
}

body,html {
    height: 100%;
}

#header-search-wrapper{
    display: none;
}

.header-search{
    width: 100%;
    max-width: 700px;
}

.ui.top.sidebar.navigation{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.ui.top.sidebar.search .close{
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ui.top.sidebar.search .close img{
    margin-right: 8px;
}
.dekstop.only{
    /*display: inherit;*/
    visibility: visible;
}

.mobile.only{
    display: none;
    visibility: hidden;
}

h1,h2,h3,h4,h5,h6{
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.padded.vertical{
    padding: 120px 0;
}

.pusher{
    position: relative;
    height: 100%;
    /*overflow: auto !important;*/
}

.pusher::-webkit-scrollbar {
    display: none;
}

.ui.top.sidebar{
    display: flex;
    align-items: center;
    background: #2B54A1 ;
}

.header-navigation{
    overflow-x: scroll;
    color: #fff;
    white-space: nowrap;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
}


.header-navigation .dekstop{
    overflow-x: scroll;
    color: #fff;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    padding-top: 80px;
    padding-left: 15%;
    box-sizing: border-box;
}

.header-navigation .dekstop::-webkit-scrollbar {
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}


.header-navigation::-webkit-scrollbar {
    height: 3px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

/* Track */
.header-navigation::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
.header-navigation::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.header-navigation::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header-navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    /*align-items: baseline;*/
}

.header-navigation > ul > li{
    margin: 0;
    flex: none;
    padding-right: 25px;
    transition: all 0.3s;
    padding-top: 50px;
}

.header-navigation > ul.dekstop > li{
    margin: 0;
    flex: none;
    width: 50%;
    box-sizing: border-box;
    padding-right: 25px;
    transition: all 0.3s;
    margin-bottom: 80px;
    padding-top: 0;
}

.header-navigation > ul > li:hover{
    /*padding-top: 0;*/
}


.header-navigation > ul > li:hover .submenu{
    /*display: block;*/
    height: 200px;
    overflow-y: scroll;
    padding-left: 33%;
}

.header-navigation > ul > li .submenu {
    /*display: none;*/
    padding-left: 0;
    flex:none;
    transition: all 0.3s;
    height: 0;
    overflow:hidden;
}

.header-navigation > ul > li:hover .submenu::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
    overflow: hidden;
}

/* Track */
.header-navigation > ul > li:hover .submenu::-webkit-scrollbar-track {
    background: none;
}

/* Handle */
.header-navigation > ul > li:hover .submenu::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.header-navigation > ul > li:hover .submenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header-navigation > ul > li .submenu > li {
    margin: 12px 0;
    font-weight: 300;
}

.header-navigation > ul > li .submenu > li img{
    height: 10px;
    margin-right: 8px;
}

.header-navigation ul li .title{
    /*text-align: right;*/
    /*padding-left: 33%;*/
}

.header-navigation ul li .numbering{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: #2B54A1;
    margin-bottom: 25px;
}

.header-navigation ul li:hover .numbering-hover{
    display: block;
}
.header-navigation ul li .numbering-hover{
    display: none;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: #fff;
    margin-bottom: 25px;
}

.header-navigation ul li .title h4{
    display: inline-block;
    /*font-weight: 300;*/
    font-size: 60px;
    padding-top: 10px;
    font-weight: bold;
}

.header-navigation ul.dekstop li .title h4{
    -webkit-text-stroke-color: #fff;
}

.header-navigation ul li .title-hover h4{
    display: inline-block;
    /*font-weight: 300;*/
    font-size: 60px;
    padding-top: 10px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
}

.header-navigation .drag-notification img{
    height: 8px;
    margin-right: 8px;
}

#header-menu .close{
    display: none;
}

.circle:before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border: 1px #F15B27 solid;
    border-radius: 50px;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.square:before{
    content: '';
    display: block;
    width: 30px;
    height: 60px;
    border: 1px #F15B27 solid;
    position: absolute;
    transform: translate(-50%,-30%) skew(30deg);
    z-index: 0;
}

h1{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 20px;
}

h2{
    font-size: 42px;
    line-height: 52px;
    color: #4E4E4E;
    margin-bottom: 20px;
}

h3{
    font-size: 32px;
    line-height: 42px;
}

a{
    color: inherit;
    text-decoration: none;
}


.container{
    max-width: 1140px;
    margin: auto;
}


.min-container{
    max-width: 900px;
    margin: auto;
}

.dark{
    color: #fff;
}

.dark-bg{
    background: #0A1D35;
}

.push-top{
    padding-top: 120px;
}

header{
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    z-index: 999;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.8s;
}

header.bg-dark{
    /* background: #0A1D35; */
}

header .icons,
.search-header .icons{
    margin-right: 35px;
}

header .icons a,
.search-header .icons a{
    display: inline-block;
    margin: 0 12px;
    padding: 5px;
    height: 34px;
    width: 34px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 50px;
}

header .icons a img,
.search-header .icons a img{
    height: 15px;
    color: #000;
}

.ui.basic.modal > .close {
    text-align: center;
    line-height: 1.25em;
}

.search-text-bar{
    margin-bottom: 50px;
}

.search-text-bar input[type=text]{
    pointer-events: none;
    opacity: 0;
    background: none;
    border: 0;
    border-bottom: 1px lightgrey solid;
    box-shadow: none;
    box-sizing: border-box;
    outline: 0;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    transition: all 0.8s;
}


.search-text-bar input[type=text].active{
    pointer-events: all;
    opacity: 1;
}


header .left,
.search-header .left{
    margin-right: auto;
}

header .left,
.search-header .left,
footer .left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .right,
.search-header .right,
footer .right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto
}

header .logo img,
.search-header .logo img{
    height: 60px;
}

header .language,
.search-header .language{
    padding: 0 20px;
}

header .language .selected,
.search-header .language .selected{
    border: 1px #fff solid;
    border-radius: 100px;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

header .navigation,
.search-header .navigation{
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

header .navigation img,
.search-header .navigation img{
    height: 18px;
    vertical-align: bottom;
    margin-right: 3px;
}

.flex{
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.flex-auto{
    flex-grow: 1;
}

.width-25{
    width: 25%;
}

.width-30{
    width: 30%;
}

.width-33{
    width: 33%;
}

.width-40{
    width: 40%;
}

.width-45{
    width: 45%;
}

.width-55{
    width: 55%;
}

.width-50{
    width: 50%;
}

.width-60{
    width: 60%;
}

.width-70{
    width: 70%;
}

.width-80{
    width: 80%;
}

.width-100{
    width: 100%;
}
.width-20{
    width: 20%;
}
.width-80{
    width: 80%;
}


.width-20,.width-25,.width-30, .width-33, .width-40,.width-45,.width-50,.width-55,.width-60,.width-70,.width-80,.width-100{
    box-sizing: border-box;
    padding: 20px;
}

img{
    max-width: 100%;

}

.clearfix:after,
.container:after,
header:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


footer{
    background: #fff;
    padding: 15px 30px;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
}

footer .navigation ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .navigation ul li{
    margin: 0;
    padding: 0;
    border-right: 1px #808080 solid;
    line-height: 14px;
}

footer .navigation ul li:last-child{
    border-right: 0;
}


footer .navigation ul li a{
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
    color: #808080;
    font-size: 12px;
    line-height: 18px;
}

footer .copyright{
    font-size: 12px;
    color: #808080;
    margin-right: 30px;
}


footer .icons{
    margin-right: 35px;
}

footer .icons a{
    display: inline-block;
    margin: 0 12px;
    padding: 5px;
}

footer .icons a img{
    height: 15px;
}

footer .language img{
    height: 14px;
    vertical-align: middle;
    margin-right: 8px;
}

.form{
    margin-bottom: 25px;
}

.form label{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.form input{
    width: 100%;
    border:0;
    border-bottom: 1px #808080 solid;
    outline: 0;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.ui.selection.active.dropdown .menu{
    min-width: 150px;
}

.form textarea{
    width: 100%;
    border: 1px #808080 solid;
    padding: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    outline: 0;
    box-sizing: border-box;
}

.ui.dimmer {
    box-sizing: border-box;
}

.form-submit{
    text-align: right;
}


.form-submit button{
    background: #808080;
    color: #fff;
    border:0;
    outline: 0;
    text-align: center;
    padding: 15px 40px;
    margin-left: 40px;
}

.fullscreen-banner{
    position: relative;
    background-position: center;
    background-size: cover ;
    height: 100%;
}
.fullscreen-banner h1{
    display: inline-block;
    text-align: right;
    padding-left: 50px;
}

.fullscreen-banner:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(10,29,53);
    background: linear-gradient(0deg, rgba(10,29,53,1) 0%, rgba(10,29,53,0.28895308123249297) 100%);
}

.fullscreen-banner:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
}


.align-center{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1140px;
    transform: translate(-50%,-50%);
    z-index: 10;
}


.divider{
    position: absolute;
    top: 0;
    right: 20%;
    width: 1px;
    height: 100%;
    background: #F15B27;
    transform: rotate(-20deg);
}

.ui.top.sidebar.search{
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    padding-top: 30px;
    overflow-y: scroll;
}


.ui.top.sidebar.search ::-webkit-scrollbar {
    display: none;
}


.search-wrapper{
    max-width: 700px;
    margin: auto;
    color: #fff;
    list-style: none;
    padding: 0;
}

.search-recommendation h3{
    color: #fff;
    margin-bottom: 25px;
}


.search-recommendation-keywords{
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-recommendation-keywords li{
    cursor: pointer;
    display: inline-block;
    border: 1px #F15B27 solid;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right: 7px;
    font-size: 15px;
    transition: all 0.3s;
}

.search-recommendation-keywords li:hover{
    background: #F15B27;
}

.search-wrapper li{
    display: flex;
    padding: 35px 0;
    border-bottom: 1px rgba(255,255,255,0.6) solid;
}


.search-wrapper li .title{
    width: 40%;
}

.search-wrapper li .description{
    width: 60%;
}

.search-header {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 30px;
    z-index: 999;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.8s;
}

.header-logo-container {
    background: white;
    position: absolute;
    width: 120px;
    height: 115px;
    border-radius: 0 0 0px 0px;
    top: 0px;
    left: 43px;
}

.header-logo-img {
    padding-top: 39px;
    padding-left: 14px;
    width: 99px;
    height: 60px;
}

.company-sidemenu-header {
    font-family: Poppins;
    font-size: 32px;
    text-align: left;
    font-weight: 600;
    padding: 20px 0px 40px 60px;
    color: #4D4E4E;
    line-height: normal;
}

.company-sidemenu {
    background: #FFFFFF;
    border-radius: 0px 25px 25px 0px;
    padding: 25px 25px 25px 60px;
}

.company-sidemenu-item {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.company-sidemenu .company-sidemenu-item a{
    padding-left: 15px;
    color: #636466;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 600;
}

.company-sidemenu .company-sidemenu-item a.active{
    color: #2B54A1;
}

.company-form-container {
    padding: 30px 20px 20px 60px;
}

.company-form-header {
    font-family: Poppins;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    color: #4D4E4E;
    line-height: normal;
}

.company-form-label {
    color: #4D4E4E !important;
    font-size: 18px !important;
}

.company-form-label-checkbox {
    color: #4D4E4E !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: Poppins;
}

.links-dropdown-item {
    cursor: pointer;
    position: relative;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.87);
    padding-bottom: 15px;
    white-space: normal !important;
}

.links-dropdown-item a{
    padding: 0 !important;
    margin: 0 !important;
}

.btn-custom {
    background: #2B54A1 !important;
    color: white !important;
}

.btn-custom:hover {
    background: #3568c5 !important;
}

.ui.table.custom tr td {
    border-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.ui.bulleted.list > .item.bullet-20:before {
    font-size: 20px;
}

.ui.bulleted.list > .item.bullet-20.three-row:before {
    top: -4px;
}

.ui.bulleted.list > .item.bullet-20.two-row:before {
    top: -7px;
}

.ui.dropdown .menu .selected.item {
    background: none !important;
}

.keep-in-touch-input {
    display: flex; padding-top: 30px;
}

.pdf-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    padding: 5px;
}

#pdfViewer {
    width: 80%;
    height: 600px;
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Matches modern design */
}

.pdf-buttons {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.pdf-button {
    background: #007bff;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.pdf-button:hover {
    background: #0056b3;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.tab {
    padding: 15px 20px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab.active {
    background-color: #007BFF;
    color: #fff;
    font-weight: bold;
}

.tab:hover {
    background-color: #0056b3;
    color: #fff;
}


@media (max-width: 1024px) {
    .footer-other-links {
        padding-bottom: 20px;
    }
    .keep-in-touch-input {
        display: flex; padding-top: 30px; flex-direction: column;
    }

    .mobile-100{
        width: 100% !important;
    }



}


@media (max-width: 768px) {
    footer .navigation ul li div.menu {
        min-width: auto !important;
    }

    .company-sidemenu-header{
        padding: 0;
        margin-bottom: 25px;
    }
    .company-form-container {
        padding: 0px;
    }
}
