.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#014378;--e-global-color-text:#081825;--e-global-color-accent:#0075BE;--e-global-color-bf49901:#01487F;--e-global-color-a693a5f:#C5C4C4;--e-global-color-82e512f:#F2F2F2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Open Sans", Sans-serif;font-weight:500;text-transform:none;font-style:normal;text-decoration:none;line-height:1.6em;letter-spacing:-0.3px;word-spacing:0em;background-color:var( --e-global-color-82e512f );}.elementor-kit-7 a{color:var( --e-global-color-accent );font-style:italic;}.elementor-kit-7 h1{font-family:"Orbitron", Sans-serif;font-size:65px;font-weight:800;text-transform:none;font-style:italic;text-decoration:none;line-height:1.1em;letter-spacing:1px;word-spacing:0em;}.elementor-kit-7 h2{font-family:"Raleway", Sans-serif;font-size:48px;font-weight:700;text-transform:none;font-style:italic;text-decoration:none;line-height:1.1em;letter-spacing:1px;word-spacing:0em;}.elementor-kit-7 h3{font-family:"Raleway", Sans-serif;font-size:36px;font-weight:700;text-transform:none;font-style:italic;text-decoration:none;line-height:1.1em;letter-spacing:1px;word-spacing:0em;}.elementor-kit-7 h4{font-family:"Raleway", Sans-serif;font-size:28px;font-weight:700;text-transform:none;font-style:italic;text-decoration:none;line-height:1.1em;letter-spacing:1px;word-spacing:0em;}.elementor-kit-7 h5{font-family:"Raleway", Sans-serif;font-size:24px;font-weight:700;text-transform:none;font-style:italic;text-decoration:none;line-height:1.1em;letter-spacing:1px;word-spacing:0em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:500;text-transform:none;font-style:italic;text-decoration:none;line-height:1.1em;letter-spacing:0.2px;word-spacing:0em;color:#FFFFFF;background-color:transparent;background-image:linear-gradient(185deg, var( --e-global-color-accent ) 0%, #025E97 100%);border-radius:50px 50px 50px 50px;padding:8px 20px 8px 20px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-a693a5f );background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-accent ) 100%);}.elementor-kit-7 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-7{font-size:16px;}.elementor-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:36px;}.elementor-kit-7 h4{font-size:24px;}.elementor-kit-7 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:14px;}.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:28px;}.elementor-kit-7 h4{font-size:20px;}.elementor-kit-7 h5{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p a {
    text-decoration: underline !important;
}

body {
    overflow-x: hidden;
}

/*scrollbar*/

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background: #081825;
}

::-webkit-scrollbar-thumb {
  background-color: #0075BE;
  border-radius: 10px;
  border: 3px solid #081825;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb:active {
  background-color: #0075BE;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #0075BE #081825;
}


/* OTHER */

.nav-img {
    width: 50px;
    margin-right: 8px;
    border: 1px solid #ffffff30 !important;
    padding: 8px;
    background: #ffffff10;
}

.nav-img-top {
    background: #ffffff20;
    padding: 5px;
    width: 30px;
    margin-right: 5px;
    opacity: .8;
     border: 1px solid #ffffff30 !important;
}/* End custom CSS */