@font-face {
    font-display: swap;
    font-family: "FontAwesome";
    src: url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.eot"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.woff2") format("woff2"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.woff") format("woff"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.ttf") format("truetype"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-brands-400.svg#fontawesome") format("svg");
  }

  @font-face {
    font-display: swap;
    font-family: "FontAwesome";
    src: url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.eot"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.woff2") format("woff2"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.woff") format("woff"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.ttf") format("truetype"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-solid-900.svg#fontawesome") format("svg");
  }

  @font-face {
    font-display: swap;
    font-family: "FontAwesome";
    src: url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.eot"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.woff2") format("woff2"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.woff") format("woff"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.ttf") format("truetype"),
      url("https://use.fontawesome.com/releases/v5.13.0/webfonts/fa-regular-400.svg#fontawesome") format("svg");
    unicode-range: U+F004-F005, U+F007, U+F017, U+F022, U+F024, U+F02E, U+F03E, U+F044, U+F057-F059, U+F06E, U+F070, U+F075, U+F07B-F07C, U+F080, U+F086, U+F089, U+F094, U+F09D, U+F0A0, U+F0A4-F0A7, U+F0C5, U+F0C7-F0C8, U+F0E0, U+F0EB, U+F0F3, U+F0F8, U+F0FE, U+F111, U+F118-F11A, U+F11C, U+F133, U+F144, U+F146, U+F14A, U+F14D-F14E, U+F150-F152, U+F15B-F15C, U+F164-F165, U+F185-F186, U+F191-F192, U+F1AD, U+F1C1-F1C9, U+F1CD, U+F1D8, U+F1E3, U+F1EA, U+F1F6, U+F1F9, U+F20A, U+F247-F249, U+F24D, U+F254-F25B, U+F25D, U+F267, U+F271-F274, U+F279, U+F28B, U+F28D, U+F2B5-F2B6, U+F2B9, U+F2BB, U+F2BD, U+F2C1-F2C2, U+F2D0, U+F2D2, U+F2DC, U+F2ED, U+F328, U+F358-F35B, U+F3A5, U+F3D1, U+F410, U+F4AD;
  }

  .n2-ss-spinner-simple-white-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 10px;
    border-radius: 50%;
    z-index: 1000;
  }

  .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 25px;
  }

  .n2-ss-spinner-simple-white {
    outline: 1px solid RGBA(0, 0, 0, 0);
    width: 100%;
    height: 100%;
  }

  .n2-ss-spinner-simple-white:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    margin-left: -11px;
  }

  .n2-ss-spinner-simple-white:not(:required):before {
    content: '';
    border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: n2SimpleWhite .6s linear infinite;
  }

  @keyframes n2SimpleWhite {
    to {
      transform: rotate(360deg);
    }
  }
  
  body:not(.template-slider) #Header_wrapper {
    background-image: url(../images/header.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
  }

  @media only screen and (min-width: 768px) {
    .menu-link-color #Top_bar .menu>li>a:after {
      display: none !important
    }

    .menuo-no-borders #Top_bar .menu>li>a span:not(.description) {
      border-right-width: 0
    }

  }

  @media only screen and (min-width: 768px) {
    #Top_bar.is-sticky {
      position: fixed !important;
      width: 100%;
      left: 0;
      top: -60px;
      height: 60px;
      z-index: 701;
      background: #fff;
      opacity: .97;
      filter: alpha(opacity=97);
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
    }

    #Top_bar.is-sticky .top_bar_left,
    #Top_bar.is-sticky .top_bar_right,
    #Top_bar.is-sticky .top_bar_right:before {
      background: none
    }

    #Top_bar.is-sticky .top_bar_right {
      top: -4px;
      height: auto;
    }

    #Top_bar.is-sticky .top_bar_right_wrapper {
      top: 15px
    }

    #Top_bar.is-sticky .logo {
      width: auto;
      margin: 0 30px 0 20px;
      padding: 0
    }

    #Top_bar.is-sticky #logo {
      padding: 5px 0 !important;
      height: 50px !important;
      line-height: 50px !important
    }

    #Top_bar.is-sticky #logo img:not(.svg) {
      max-height: 35px;
      width: auto !important
    }

    #Top_bar.is-sticky #logo img.logo-main {
      display: none
    }

    #Top_bar.is-sticky #logo img.logo-sticky {
      display: inline
    }

    #Top_bar.is-sticky .menu_wrapper {
      clear: none
    }

    #Top_bar.is-sticky .menu_wrapper .menu>li>a {
      padding: 15px 0
    }

    #Top_bar.is-sticky .menu>li>a,
    #Top_bar.is-sticky .menu>li>a span {
      line-height: 30px
    }

    #Top_bar.is-sticky .menu>li>a:after {
      top: auto;
      bottom: -4px
    }

    #Top_bar.is-sticky .menu>li>a span.description {
      display: none
    }

    #Top_bar.is-sticky .secondary_menu_wrapper,
    #Top_bar.is-sticky .banner_wrapper {
      display: none
    }


    .sticky-dark #Top_bar.is-sticky {
      background: rgba(0, 0, 0, .8)
    }

    .sticky-dark #Top_bar.is-sticky #menu {
      background: rgba(0, 0, 0, .8)
    }

    .sticky-dark #Top_bar.is-sticky .menu>li>a {
      color: #fff
    }

    .sticky-dark #Top_bar.is-sticky .top_bar_right a {
      color: rgba(255, 255, 255, .5)
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 768px) {
    .header_placeholder {
      height: 0 !important
    }
  }

  @media only screen and (max-width: 767px) {
    #Top_bar #menu {
      display: none;
      height: auto;
      width: 300px;
      bottom: auto;
      top: 100%;
      right: 1px;
      position: absolute;
      margin: 0
    }

    #Top_bar a.responsive-menu-toggle {
      display: block
    }

    #Top_bar #menu>ul {
      width: 100%;
      float: left
    }

    #Top_bar #menu ul li {
      width: 100%;
      padding-bottom: 0;
      border-right: 0;
      position: relative
    }

    #Top_bar #menu ul li a {
      padding: 0 25px;
      margin: 0;
      display: block;
      height: auto;
      line-height: normal;
      border: none
    }

    #Top_bar #menu ul li a:after {
      display: none
    }

    #Top_bar #menu ul li a span {
      border: none;
      line-height: 44px;
      display: inline;
      padding: 0
    }

    #Top_bar #menu ul li a span.description {
      margin: 0 0 0 5px
    }

    #Top_bar #menu ul li.submenu .menu-toggle {
      display: block;
      position: absolute;
      right: 15px;
      top: 0;
      width: 44px;
      height: 44px;
      line-height: 44px;
      font-size: 30px;
      font-weight: 300;
      text-align: center;
      cursor: pointer;
      color: #444;
      opacity: 0.33;
    }

    #Top_bar #menu ul li.submenu .menu-toggle:after {
      content: "+"
    }

    #Top_bar #menu ul li.hover>.menu-toggle:after {
      content: "-"
    }

    #Top_bar #menu ul li.hover a {
      border-bottom: 0
    }

    #Top_bar #menu ul li a span:after {
      display: none !important
    }

    #Top_bar #menu ul.mfn-megamenu li .menu-toggle {
      display: none
    }

    #Top_bar #menu ul li ul {
      position: relative !important;
      left: 0 !important;
      top: 0;
      padding: 0;
      margin-left: 0 !important;
      width: auto !important;
      background-image: none !important;
      box-shadow: 0 0 0 0 transparent !important;
      -webkit-box-shadow: 0 0 0 0 transparent !important
    }

    #Top_bar #menu ul li ul li {
      width: 100% !important
    }

    #Top_bar #menu ul li ul li a {
      padding: 0 20px 0 35px
    }

    #Top_bar #menu ul li ul li a .menu-arrow {
      display: none
    }

    #Top_bar #menu ul li ul li a span {
      padding: 0
    }

    #Top_bar #menu ul li ul li a span:after {
      display: none !important
    }

    #Top_bar .menu>li>ul.mfn-megamenu a.mfn-megamenu-title {
      text-transform: uppercase;
      font-weight: 400
    }

    #Top_bar .menu>li>ul.mfn-megamenu>li>ul {
      display: block !important;
      position: inherit;
      left: auto;
      top: auto
    }

    #Top_bar #menu ul li ul li ul {
      border-left: 0 !important;
      padding: 0;
      top: 0
    }

    #Top_bar #menu ul li ul li ul li a {
      padding: 0 20px 0 45px
    }

    .rtl #Top_bar #menu {
      left: 1px;
      right: auto
    }

    .rtl #Top_bar a.responsive-menu-toggle {
      left: 20px;
      right: auto
    }

    .rtl #Top_bar #menu ul li.submenu .menu-toggle {
      left: 15px;
      right: auto;
      border-left: none;
      border-right: 1px solid #eee
    }

    .rtl #Top_bar #menu ul li ul {
      left: auto !important;
      right: 0 !important
    }

    .rtl #Top_bar #menu ul li ul li a {
      padding: 0 30px 0 20px
    }

    .rtl #Top_bar #menu ul li ul li ul li a {
      padding: 0 40px 0 20px
    }

  }

  #Footer {
    background-color: #292b33;
    color: #cccccc;
  }

  a {
    color: #0095eb;
  }

  a:hover {
    color: #007cc3;
  }

  *::-moz-selection {
    background-color: #0095eb;
  }

  *::selection {
    background-color: #0095eb;
  }

  h1,
  h1 a,
  h1 a:hover {
    color: #161922;
  }

  h2,
  h2 a,
  h2 a:hover {
    color: #161922;
  }

  h3,
  h3 a,
  h3 a:hover {
    color: #161922;
  }

  h5,
  h5 a,
  h5 a:hover {
    color: #161922;
  }

  a.button {
    background-color: #f7f7f7;
    color: #747474;
  }

  a.button_theme,
  button {
    background-color: #0095eb;
    color: #fff;
  }

  .column_column ul,
  .column_column ol,
  .the_content_wrapper ul,
  .the_content_wrapper ol {
    color: #737E86;
  }


  #Header .top_bar_left,
  #Top_bar #menu,
  .sticky-tb-color #Top_bar.is-sticky {
    background-color: #ffffff;
  }

  #Top_bar .top_bar_right:before {
    background-color: #e3e3e3;
  }

  #Header .top_bar_right {
    background-color: #f5f5f5;
  }

  #Top_bar .top_bar_right a:not(.action_button) {
    color: #333333;
  }

  #Top_bar .menu>li>a,
  #Top_bar #menu ul li.submenu .menu-toggle {
    color: #444444;
  }

  #Top_bar .menu>li.hover>a {
    color: #0095eb;
  }

  #Top_bar .menu>li a:after {
    background: #0095eb;
  }

  #Top_bar .menu>li.hover.submenu>a>span:not(.description)::after {
    border-top-color: #0095eb;
  }

  #Top_bar .menu>li ul {
    background-color: #F2F2F2;
  }

  #Top_bar .menu>li ul li a {
    color: #5f5f5f;
  }

  #Top_bar .menu>li ul li a:hover,
  #Top_bar .menu>li ul li.hover>a {
    color: #2e2e2e;
  }

  .overlay-menu-toggle {
    color: #0095eb !important;
    background: transparent;
  }

  #Overlay {
    background: rgba(0, 149, 235, 0.95);
  }


  #Top_bar .responsive-menu-toggle {
    color: #0095eb;
    background: transparent;
  }

  #Side_slide {
    background-color: #191919;
    border-color: #191919;
  }

  #Side_slide,
  #Side_slide a:not(.button),
  #Side_slide #menu ul li.submenu .menu-toggle {
    color: #A6A6A6;
  }

  #Side_slide a:not(.button):hover,
  #Side_slide a.active,
  #Side_slide #menu ul li.hover>.menu-toggle {
    color: #FFFFFF;
  }

  #Side_slide #menu ul li.hover>a,
  #Side_slide #menu ul li:hover>a {
    color: #FFFFFF;
  }


  #Footer a {
    color: #0095eb;
  }

  #Footer a:hover {
    color: #007cc3;
  }

  #Footer .footer_copy .social li a,
  #Footer .footer_copy .social-menu a {
    color: #65666C;
  }

  #Footer .footer_copy .social li a:hover,
  #Footer .footer_copy .social-menu a:hover {
    color: #FFFFFF;
  }

  a#back_to_top.button.button_js {
    color: #65666C;
    background: transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }

  a#back_to_top.button.button_js:after {
    display: none;
  }


  body.table-hover:not(.woocommerce-page) table tr:hover td {
    background: #0095eb;
  }

  @media only screen and (max-width: 767px) {
    #Top_bar {
      background: #ffffff !important;
    }

  }

  html {
    background-color: #FCFCFC;
  }

  #Wrapper,
  #Content {
    background-color: #FCFCFC;
  }

  body,
  button {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
  }

  #menu>ul>li>a,
  .action_button,
  #overlay-menu ul li a {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
  }

  h1,
  h2,
  h3 {
    font-family: "Quantico", Arial, Tahoma, sans-serif;
  }

  h5 {
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
  }

  body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  #menu>ul>li>a,
  a.button.action_button {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0px;
  }

  h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 0px;
  }

  h5 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0px;
  }

  @media only screen and (min-width: 768px) and (max-width: 959px) {
    body {
      font-size: 13px;
      line-height: 21px;
    }

    #menu>ul>li>a,
    a.button.action_button {
      font-size: 13px;
    }

    h2 {
      font-size: 31px;
      line-height: 34px;
    }

    h3 {
      font-size: 20px;
      line-height: 25px;
    }

    h5 {
      font-size: 13px;
      line-height: 21px;
    }
  }

  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
      font-size: 13px;
      line-height: 19px;
    }

    #menu>ul>li>a,
    a.button.action_button {
      font-size: 13px;
    }

    h2 {
      font-size: 27px;
      line-height: 30px;
    }

    h3 {
      font-size: 18px;
      line-height: 22px;
    }

    h5 {
      font-size: 13px;
      line-height: 19px;
    }

  }

  @media only screen and (max-width: 479px) {
    body {
      font-size: 13px;
      line-height: 19px;
    }

    #menu>ul>li>a,
    a.button.action_button {
      font-size: 13px;
    }

    h2 {
      font-size: 22px;
      line-height: 24px;
    }

    h3 {
      font-size: 14px;
      line-height: 19px;
    }

    h5 {
      font-size: 13px;
      line-height: 19px;
    }

  }

  @media only screen and (min-width:1240px) {

    .section_wrapper,
    .container {
      max-width: 1120px;
    }
  }

  @media only screen and (max-width: 767px) {

    .section_wrapper,
    .container,
    .four.columns .widget-area {
      max-width: 700px !important;
    }
  }

  .logo-overflow #Top_bar:not(.is-sticky) .logo {
    height: 90px;
  }

  #Top_bar .menu>li>a {
    padding: 15px 0;
  }


  #Top_bar .top_bar_right_wrapper {
    top: 25px;
  }

  @media only screen and (max-width: 767px) {
    #Top_bar a.responsive-menu-toggle {
      top: 40px;
    }

    .mobile-header-mini #Top_bar #logo {
      height: 50px !important;
      line-height: 50px !important;
      margin: 5px 0 !important;
    }

    .mobile-sticky #Top_bar.is-sticky #logo {
      height: 50px !important;
      line-height: 50px !important;
      margin: 5px 50px;
    }
  }


  html {
    scroll-behavior: smooth;
  }

  #Header .top_bar_left {
    background-color: #13171a;
  }

  #Top_bar .menu_wrapper {
    margin-left: 20%;
  }

  body:not(.template-slider) #Header {
    height: 800px;
  }


  .aboutNumber h3 {
    color: #f68c26;


    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .aboutNumber p {

    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #13171a;
  }

  .services p {
    font-size: 14px;
  }



  h2 {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #13171a;

  }

  h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }

  .tehn {
    height: 440px;
  }

  .tehn1 {
    height: 950px;
  }

  .cont {
    box-shadow: 0 4px 10px 0 rgba(32, 29, 29, 0.4);
    border-radius: 2px;
    background-color: white;
  }

  .contact1 {
    background-color: #52bbfa;
    float: left;
    padding: 28px;

    height: 303px;
  }

  .contact1 p {
    color: white;
    font-size: 14px;
  }

  .contact2 {
    float: left;


  }

  .contact3 {
    background-color: white;
    float: right;
    padding: 26px;
    height: 307px;
  }

  .conts {
    margin-top: 70px;
  }

  #Top_bar .menu_wrapper {
    margin-left: 10%;
  }

  #Top_bar .menu>li>a span:not(.description) {
    color: white;
    font-family: Quantico;
    font-size: 18px;
  }

  #Top_bar .menu>li>a:active {
    color: red;
    font-family: Quantico;
    font-size: 18px;
  }


  .menu {
    margin-left: 70px;
    font-family: OpenSans;
    font-size: 14px;
  }

  .col1 {
    height: 344px;
    margin-left: 10px;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(32, 29, 29, 0.4);
  }

  .col2 {
    height: 344px;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(32, 29, 29, 0.4);
  }

  .col11 {
    height: 344px;
    box-shadow: 0 4px 10px 0 rgba(32, 29, 29, 0.4);

  }

  .tehno {
    margin-bottom: 50px;
  }

  #Header .top_bar_right {
    background-color: #13171a;
  }

  #Top_bar .top_bar_right {

    top: 0.01px;

  }

  #Top_bar .top_bar_right:before {
    background-color: #13171a;
    top: 0.01px;
    transform: skewX(0deg) skewY(0deg);
  }

  a.button_theme,
  button {
    background-color: #13171a !important;
  }

  #Top_bar .top_bar_left {
    background: #13171a !important;
    width: 75% !important;
  }

  .sticky-dark #Top_bar.is-sticky {
    background: #13171a;
  }

  @media screen and (max-width: 1240px) {
    #Top_bar .menu_wrapper {
      margin-left: 3%;
    }
  }

  @media screen and (max-width: 959px) {
    .container {
      width: 95%;
      max-width: initial;
    }

    .one.column {
      width: 100%;
    }

    .column {
      margin: 0;
    }

    #Top_bar .menu_wrapper {
      margin: 0;
    }

    #Top_bar .top_bar_left {
      width: 76% !important;
    }

    #Top_bar .menu>li>a span:not(.description) {
      padding: 0 19px;
    }
  }

  @media screen and (max-width: 915px) {
    #Top_bar .top_bar_left {
      width: 78% !important;
    }

    #Top_bar .menu>li>a span:not(.description) {
      padding: 0 13px;
    }

    a.button .button_label {
      padding: 11px 0px;
    }
  }


  @media screen and (max-width: 825px) {
    #Top_bar .top_bar_left {
      width: 77% !important;
    }

    #Top_bar .menu>li>a span:not(.description) {
      padding: 0 9px;
    }
  }

  @media screen and (max-width: 792px) {
    #Top_bar .logo {
      float: left;
      margin: 0 18px 0 15px;
    }
  }

  @media screen and (max-width: 772px) {
    #Top_bar .top_bar_right {
      padding: 0 10px 0 10px;
    }

    #Top_bar .top_bar_left {
      width: 78% !important;
    }

  }

  #Top_bar .container {
    background: #13171a;
  }

  @media only screen and (max-width: 767px) {
    #Top_bar .container {
      width: 100% !important;
      padding: 0 !important;

    }
  }

  @media only screen and (max-width: 767px) {
    .mobileMenu {
      display: block;
    }

    .mobile-tr-header.ab-hide #Top_bar {
      top: 0 !important;
    }
  }

  @media only screen and (min-width: 768px) {
    .mobileMenu {
      display: none;
    }
  }

  @media only screen and (min-width: 768px) {
    .mobils {
      background-image: url('../images/arrow3.svg');
    }
  }

  .jee {
    font-size: 14px !important;
  }

  .headerContainer {
    width: 100%;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    background-position: right 40% !important;
    -webkit-background-size: 120px;
    height: 800px !important;
    background-size: 120px;
  }

  .header {
    position: absolute;
    top: 256px;
    width: 308px !important;
    border-radius: 2px;
    box-shadow: 0 4px 4px 0 #e5e5e5;
    background-color: #fafafa;
    padding: 45px;
  }

  .headerText {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #201d1d;
    margin-bottom: 45px;
  }

  .headerLink:hover {
    text-decoration: none;
    color: white;
  }

  .headerLink {
    border-radius: 2px;
    box-shadow: 0 4px 4px 0 rgba(103, 108, 115, 0.5);
    background-color: #f68c26;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 47px;
    color: white;
    cursor: pointer;
  }

  .techContainer {
    background: white !important;
    color: black !important;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(32, 29, 29, 0.4);
    transform: translateY(-80px);
  }

  .techContainer:hover {
    background: #f68c26 !important;
    transform: translateY(-100px) !important;
    color: white !important;
    transition: all 0.4s;
  }

  .slider {
    display: none;
  }

  div#n2-ss-2 .n2-ss-layers-container {
    margin: 0 !important;
    height: 500px !important;
  }

  @media only screen and (max-width: 1240px) {

    .col1,
    .col2,
    .col11 {
      margin: 0;
      width: 100% !important;
      clear: both;
    }

    .col11 {
      background-position: center top !important;
      background-size: cover !important;
      max-height: auto !important;
      min-height: 685px !important;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .techContainer {
      margin: 1%;
    }

    .one-second.column {
      width: 100%;
    }

  }

  @media only screen and (max-width: 959px) {
    .col11 {
      background-position: center top !important;
      background-size: cover !important;
      max-height: auto !important;
      min-height: 485px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .service {
      display: none;
    }

    .slider {
      display: inline;
      height: 500px !important;
    }

    .header {
      padding: 0;
      width: 308px !important;
    }

    .headerContainer {
      background-position: right 90% !important;
    }

    .headerText {
      margin: 45px 30px;
    }

    .headerLink {
      margin: auto;
      margin-bottom: 45px;
      display: block;
      width: 166px;
    }
  }

  @media only screen and (max-width: 730px) {
    .col11 {
      background-position: center !important;
      background-size: cover !important;
      max-height: auto !important;
      min-height: 450px !important;
    }
  }

  @media only screen and (max-width: 675px) {
    .col11 {
      background-position: center !important;
      background-size: cover !important;
      max-height: auto !important;
      min-height: 410px !important;
    }
  }

  @media only screen and (max-width: 615px) {
    .col11 {
      background-position: center !important;
      background-size: cover !important;
      max-height: auto !important;
      min-height: 380px !important;
    }

  }

  @media only screen and (max-width: 490px) {
    .col11 {
      background-position: center !important;
      background-size: cover !important;
      max-height: 310px !important;
      min-height: auto !important;
    }

    p {
      font-size: 14px !important;
    }

    .projekt p {
      font-size: 18px !important;
    }

    .projekt2 h2 {
      font-size: 30px;
    }

    .projekt3 h3 {
      font-size: 22px !important;
    }

    .techContainer h5,
    p {
      font-size: 16px !important;
    }

    .headerText {
      font-size: 18px;
    }

    .coon h3 {
      font-size: 26px !important;
    }

    .coon p {
      font-size: 14px !important;
    }

    .coon1 p {
      font-size: 12px !important;
    }

    .coon1 h3 {
      font-size: 26px !important;
    }
  }

  @media only screen and (max-width: 370px) {
    .col2 {
      height: auto;
    }

    .projekt p {
      font-size: 18px !important;
    }

    .projekt2 h2 {
      font-size: 30px;
    }

    .projekt3 h3 {
      font-size: 22px !important;
    }

    .techContainer h5,
    p {
      font-size: 16px !important;
    }

    .headerText {
      font-size: 18px !important;
      padding: 20px;
    }

    .coon h3 {
      font-size: 26px !important;
    }

    .coon p {
      font-size: 14px !important;
    }

    .coon1 p {
      font-size: 12px !important;
    }

    .coon1 h3 {
      font-size: 26px !important;
    }

    p {
      font-size: 14px !important;
    }
  }

  @media only screen and (max-width: 350px) {
    .headerLink {
      width: 165px;
      padding: 10px 15px;
      margin-bottom: 20px;
    }

    .headerText {
      margin: 20px 30px;
      font-size: 18px;
    }

    .projekt p {
      font-size: 18px !important;
    }

    .projekt2 h2 {
      font-size: 30px;
    }

    .projekt3 h3 {
      font-size: 22px !important;
    }

    .techContainer h5,
    p {
      font-size: 16px !important;
    }

    .coon h3 {
      font-size: 26px !important;
    }

    .coon p {
      font-size: 14px !important;
    }

    .coon1 p {
      font-size: 12px !important;
    }

    .coon1 h3 {
      font-size: 26px !important;
    }

    p {
      font-size: 14px !important;
    }
  }

  @media only screen and (max-width: 414px) {
    .all {
      font-size: 14px !important;
    }

    .headerText {
      font-size: 18px !important;

    }

    .headerContainer {
      background-size: 70px;
    }

    .projekt p {
      font-size: 18px !important;
    }

    .projekt2 h2 {
      font-size: 30px;
    }

    .projekt3 h3 {
      font-size: 22px !important;
    }

    .techContainer h5,
    p {
      font-size: 16px !important;
    }

    .coon h3 {
      font-size: 26px !important;
    }

    .coon p {
      font-size: 14px !important;
    }

    .coon1 p {
      font-size: 12px !important;
    }

    .coon1 h3 {
      font-size: 26px !important;
    }
  }


  ::-webkit-scrollbar {
    position: relative;
    top: 0px;
    float: right;
    width: 10px;
    height: 171px;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(255, 255, 255);
    background-clip: padding-box;
    border-radius: 4px;
  }

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

  ::-webkit-scrollbar-thumb {
    background: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left-color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
  }

  :root {
    scrollbar-color: black #b2b2b2;
    scrollbar-width: thin !important;
  }

  @media only screen and (max-width: 767px) {
    .ab1 {
      margin-left: 90px;
    }

    .ab2 {
      margin-right: 90px;
    }
  }

  .mobile-header-mini #Top_bar .logo {
    width: 156px;
    margin-left: 15px;
  }

  .menu {
    margin: 0;
  }


  @media only screen and (max-width: 540px) {
    .ab1 {
      margin-left: 40px;
    }

    .ab2 {
      margin-right: 40px;
    }
  }

  @media only screen and (max-width: 410px) {
    .ab1 {
      margin-left: 15px
    }

    .ab2 {
      margin-right: 15px;
    }
  }

  @media only screen and (max-width: 340px) {
    .ab1 {
      margin-left: 2px;
    }

    .ab2 {
      margin-right: 2px
    }

    .aboutNumber p {
      font-size: 18px
    }
  }

  @media only screen and (max-width: 320px) {
    .ab1 {
      margin-left: 0px;
    }

    .ab2 {
      margin-right: 0px
    }

    .aboutNumber p {
      font-size: 18px
    }
  }

  div#n2-ss-2 .n-uc-199ae740c9a07-inner {
    background: RGBA(246, 140, 38, 1) !important;
  }

  div#n2-ss-2 .n-uc-199ae740c9a07-inner img {
    filter: brightness(0) invert(1);
  }

  div#n2-ss-2 .n-uc-S71lwVqjN8uJ-inner {
    background: RGBA(246, 140, 38, 1) !important;
  }

  div#n2-ss-2 .n-uc-S71lwVqjN8uJ-inner img {
    filter: brightness(0) invert(1);
  }

  div#n2-ss-2 .n-uc-wcHbuGR4y6IK-inner {
    background: RGBA(246, 140, 38, 1) !important;
  }

  div#n2-ss-2 .n-uc-wcHbuGR4y6IK-inner img {
    filter: brightness(0) invert(1);
  }

  div#n2-ss-2 .n-uc-2UXcbNIlVzRF-inner img {
    filter: brightness(0) invert(1);
  }


  #Content {
    padding-top: 0px;
  }

  .techContainer:hover img {
    filter: brightness(0) invert(1);
  }

  #services {
    background-position: 100% 5% !important;
    background-image: url('../images/arrow3-1.png');
    background-repeat: no-repeat;
  }

  #technologies {
    background-position: 0% 5% !important;
    background-image: url('../images/tehn.svg');
    background-repeat: no-repeat;
  }

  div#n2-ss-2 .n2-font-e55cc4dd55f7b3dd2ee9e808846911c7-paragraph {
    color: white !important;
  }

  @media only screen and (max-width: 767px) {

    .section_wrapper,
    .container,
    .four.columns .widget-area {
      padding: 0 25px !important;
    }

    .mcb-section.bg-cover,
    .mcb-wrap.bg-cover,
    .column_attr.bg-cover {
      padding-bottom: 30px !important;
    }

    #Footer {
      display: none !important;
    }
  }

  @media only screen and (max-width: 414px) {
    #services {
      background-position: 100% 3.3% !important;
      background-image: url('../images/arrow3-2.png');
      background-repeat: no-repeat;
    }

    #technologies {
      background-position: 0% 5% !important;
      background-image: url('../images/arrow4.png') !important;
      background-repeat: no-repeat;
    }
  }


  @media screen and (max-width: 950px) {
    #Top_bar .top_bar_right {
      padding: 0 10px 0 10px !important;
    }
  }

  @media screen and (max-width: 772px) {
    #Top_bar .top_bar_right {
      padding: 0 5px 0 5px !important;
    }
  }

  .mobileMenu li {
    font-size: 18px;
    font-family: Quantico;
    height: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }


  #scroll_back_top {
    width: 30px !important;
  }


  .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0;
  }

  .languageSwitcher {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 80%;
    background-color: #212121;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
  }

  .languageSwitcher div:not(.currentLanguage):hover {
    color: #FAFAFA;
    background-color: #424242;
  }

  .languageSwitcher:hover div {
    display: block !important;
  }

  .languageSwitcher a {
    padding: 10px 15px 5px;
    color: #BDBDBD;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .languageSwitcher a:hover {
    text-decoration: none;
  }
  