body {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300; }

.btn {
  font-weight: 300; }

.showBigImage {
    width: 60%
}

.tp-tabs, .tp-thumbs, .tp-bullets {
  z-index: 4000; }
  .tp-tabs .tp-bullet, .tp-thumbs .tp-bullet, .tp-bullets .tp-bullet {
    z-index: 4000; }

header {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  header .header-top .header-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    header .header-top .header-row .header-col {
      padding: 15px;
      width: 33.3333%; }
      header .header-top .header-row .header-col.logo-col {
        text-align: center; }
        @media (max-width: 767px) {
          header .header-top .header-row .header-col.logo-col {
            width: 100%; } }
        header .header-top .header-row .header-col.logo-col a.logo img {
          display: inline-block;
          width: 150px;
          height: auto;
          max-width: 100%; }
          @media (max-width: 767px) {
            header .header-top .header-row .header-col.logo-col a.logo img {
              width: 150px; } }
      header .header-top .header-row .header-col.left-links {
        font-size: 14px;
        color: #083b82; }
        @media (max-width: 767px) {
          header .header-top .header-row .header-col.left-links {
            display: none; } }
        header .header-top .header-row .header-col.left-links a {
          display: inline-block;
          text-decoration: none;
          color: #083b82;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s;
          line-height: 1.2; }
          header .header-top .header-row .header-col.left-links a:hover {
            color: #0c5cca; }
          header .header-top .header-row .header-col.left-links a:first-child {
            padding-right: 7px;
            border-right: 1px solid #083b82;
            margin-right: 5px; }
      header .header-top .header-row .header-col.right-links {
        text-align: right;
        font-size: 14px;
        color: #083b82; }
        @media (max-width: 767px) {
          header .header-top .header-row .header-col.right-links {
            display: none; } }
        header .header-top .header-row .header-col.right-links a {
          text-decoration: none;
          color: #083b82;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s; }
          header .header-top .header-row .header-col.right-links a:hover {
            color: #0c5cca; }
  header .header-bottom nav.navbar-turknet {
    border-radius: 0;
    background: #f2f2f2;
    border: 0;
    margin: 0; }
    header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        width: 20%; }
        @media (max-width: 767px) {
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col {
            width: 100%; } }
        @media (max-width: 767px) {
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col {
            display: none; } }
        header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a {
          display: block;
          position: relative;
          width: 40px;
          height: 40px;
          margin: 5px 0;
          background: #fff;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a span {
            display: block;
            position: absolute;
            top: 50%;
            left: 10px;
            right: 10px;
            height: 2px;
            margin-top: -1px;
            background: #083b82;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a span:before {
              display: block;
              position: absolute;
              content: '';
              left: 0;
              top: -6px;
              height: 2px;
              width: 100%;
              background: #083b82;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s; }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a span:after {
              display: block;
              position: absolute;
              content: '';
              left: 0;
              bottom: -6px;
              height: 2px;
              width: 100%;
              background: #083b82;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s; }
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a.active span {
            background: transparent; }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a.active span:before {
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
              top: 0; }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.hamburger-button-col a.active span:after {
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              transform: rotate(45deg);
              top: 0; }
        header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col {
          width: 60%; }
          @media (max-width: 767px) {
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col {
              width: 100%; } }
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul {
            float: none;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            box-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            width: 100%; }
            @media (max-width: 767px) {
              header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul {
                -webkit-box-lines: multiple;
                -moz-box-lines: multiple;
                box-lines: multiple;
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                width: 100%; } }
            @media (max-width: 767px) {
              header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul li {
                width: 100%; } }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul li a {
              color: #083b82;
              font-size: 16px; }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul li.dropdown ul {
              opacity: 0;
              visibility: hidden;
              width: auto;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              box-orient: vertical;
              -webkit-box-direction: normal;
              -moz-box-direction: normal;
              box-direction: normal;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              flex-direction: column;
              -ms-flex-direction: column;
              background: #777777;
              border-color: #5d5c5c; }
              header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul li.dropdown ul li a {
                color: #ffffff; }
                header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul li.dropdown ul li a:hover {
                  background: #ffffff;
                  color: #777777; }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.main-menu-col ul li.dropdown.open ul {
              visibility: visible;
              opacity: 1; }
        header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col .right-buttons-inner-row {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -moz-box-pack: end;
          box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end;
          -ms-flex-pack: end; }
          @media (max-width: 767px) {
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col .right-buttons-inner-row {
              -webkit-box-lines: multiple;
              -moz-box-lines: multiple;
              box-lines: multiple;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
        header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col:after::after {
          clear: both;
          content: "";
          display: table; }
        header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col a {
          display: block; }
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col a.apply-btn {
            background: #5cb85c;
            color: #fff;
            font-size: 16px;
            border: 0;
            margin: 5px 5px 5px 0;
            padding: 8px 12px;
            border-bottom: 1px solid transparent;
            border-radius: 0;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
            @media (max-width: 767px) {
              header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col a.apply-btn {
                width: 100%;
                margin-left: 0;
                margin-right: 0; } }
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col a.apply-btn:hover {
              background: #3d8b3d; }
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col a.search-btn {
            background: #FFFFFF;
            margin: 5px 0;
            font-size: 16px;
            padding: 8px 12px;
            border: 0;
            border-bottom: 1px solid transparent;
            border-radius: 0;
            color: #083b82; }
            @media (max-width: 767px) {
              header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col a.search-btn {
                width: 20%;
                text-align: center;
                margin-right: 0;
                margin-left: 0; } }
        header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col input.textbox-search {
          display: block;
          width: auto;
          border-radius: 0;
          border: 0;
          margin: 5px 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          height: 40px;
          max-width: 0;
          padding-left: 0;
          padding-right: 0;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          @media (max-width: 767px) {
            header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col input.textbox-search {
              max-width: 100%;
              width: 80%;
              margin-left: 0;
              margin-right: 0;
              padding-left: 12px;
              padding-right: 12px; } }
          header .header-bottom nav.navbar-turknet .navbar-collapse .navbar-row .navbar-col.right-buttons-col input.textbox-search.active {
            max-width: 100%;
            padding-left: 12px;
            padding-right: 12px; }
    header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu {
      position: absolute;
      z-index: 2000;
      background: rgba(255, 255, 255, 0.6);
      left: 0;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu.active {
        max-height: 50px; }
      @media (max-width: 767px) {
        header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu {
          position: relative;
          left: auto;
          max-height: none;
          background: transparent; } }
      header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu ul {
        float: none;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        @media (max-width: 767px) {
          header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu ul {
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu ul li {
          float: none; }
          @media (max-width: 767px) {
            header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu ul li {
              width: 100%; } }
          header .header-bottom nav.navbar-turknet .navbar-collapse .secondary-menu ul li a {
            font-size: 16px;
            color: #083b82; }

footer {
  padding-top: 0;
  padding-bottom: 0; }
  footer .footer-top {
    background: #777;
    color: #FFFFFF; }
    footer .footer-top a {
      color: #d8d8d8; }
      footer .footer-top a:hover {
        color: #FFFFFF; }
    footer .footer-top .footer-notice {
      border-bottom: solid 1px rgba(255, 255, 255, 0.25); }
      footer .footer-top .footer-notice p {
        text-align: center;
        margin-bottom: 0; }
        footer .footer-top .footer-notice p a {
          font-weight: 400;
          color: #083b82;
          text-decoration: underline; }
      footer .footer-top .footer-notice .footer-notice-carousel {
        position: relative; }
        footer .footer-top .footer-notice .footer-notice-carousel .footer-notice-carousel-items {
          position: absolute;
          left: 15px;
          right: 15px; }
          footer .footer-top .footer-notice .footer-notice-carousel .footer-notice-carousel-items .carousel-item {
            padding: 15px 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
            footer .footer-top .footer-notice .footer-notice-carousel .footer-notice-carousel-items .carousel-item.active {
              opacity: 1;
              visibility: visible; }
          footer .footer-top .footer-notice .footer-notice-carousel .footer-notice-carousel-items.fake-items {
            position: static;
            top: auto;
            left: auto;
            right: auto;
            opacity: 0;
            visibility: hidden; }
            footer .footer-top .footer-notice .footer-notice-carousel .footer-notice-carousel-items.fake-items .carousel-item {
              display: none;
              position: static;
              top: auto;
              left: auto;
              right: auto; }
              footer .footer-top .footer-notice .footer-notice-carousel .footer-notice-carousel-items.fake-items .carousel-item.active {
                display: block; }
    footer .footer-top .footer-phone {
      margin-top: 30px;
      padding: 15px 0;
      text-align: center; }
      footer .footer-top .footer-phone a {
        font-size: 30px;
        text-decoration: none; }
    footer .footer-top .footer-social {
      padding: 15px 0; }
      footer .footer-top .footer-social ul {
        display: block;
        text-align: center;
        letter-spacing: normal;
        margin: 0;
        padding: 0; }
        footer .footer-top .footer-social ul li {
          display: inline-block;
          margin-left: 2px;
          margin-right: 2px; }
          footer .footer-top .footer-social ul li a {
            display: block;
            width: 40px;
            height: 40px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #d8d8d8;
            line-height: 40px;
            text-align: center;
            color: #777777;
            font-size: 24px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s; }
            footer .footer-top .footer-social ul li a.facebook:hover {
              color: #d8d8d8;
              background: #517ebc; }
            footer .footer-top .footer-social ul li a.twitter:hover {
              color: #d8d8d8;
              background: #68cdef; }
            footer .footer-top .footer-social ul li a.youtube:hover {
              color: #d8d8d8;
              background: #CC181E; }
            footer .footer-top .footer-social ul li a.instagram:hover {
              color: #d8d8d8;
              background: #517fa4; }
    footer .footer-top .footer-menu {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      footer .footer-top .footer-menu .menu-item {
        padding: 15px;
        width: 16.666%; }
        @media (max-width: 991px) {
          footer .footer-top .footer-menu .menu-item {
            width: 33.333%; } }
        @media (max-width: 991px) {
          footer .footer-top .footer-menu .menu-item {
            width: 50%; } }
        footer .footer-top .footer-menu .menu-item h3 {
          color: #d8d8d8;
          font-size: 16px;
          font-weight: 300;
          border-bottom: 1px solid #d8d8d8;
          padding-bottom: 10px; }
        footer .footer-top .footer-menu .menu-item ul {
          padding: 0;
          list-style: none;
          font-size: 14px; }
  footer .footer-bottom {
    background: #5d5c5c;
    color: #d8d8d8;
    padding: 15px 0; }
    footer .footer-bottom .footer-bottom-items {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      footer .footer-bottom .footer-bottom-items .footer-bottom-item {
        width: 33.333%; }
        footer .footer-bottom .footer-bottom-items .footer-bottom-item a {
          color: #d8d8d8; }
        footer .footer-bottom .footer-bottom-items .footer-bottom-item:after::after {
          clear: both;
          content: "";
          display: table; }
        footer .footer-bottom .footer-bottom-items .footer-bottom-item:nth-child(1) {
          text-align: left; }
        footer .footer-bottom .footer-bottom-items .footer-bottom-item:nth-child(2) {
          text-align: center; }
        footer .footer-bottom .footer-bottom-items .footer-bottom-item:nth-child(3) {
          text-align: right; }
        footer .footer-bottom .footer-bottom-items .footer-bottom-item img {
          display: inline-block;
          height: 25px;
          width: auto; }

section.start-page-carousel {
  width: 100%;
  position: relative;
  height: 80vh; }
  section.start-page-carousel .carousel-outer {
    height: 100%;
    position: relative; }
    section.start-page-carousel .carousel-outer .carousel-items {
      height: 100%;
      position: relative;
      padding-bottom: 40px; }
      @media (max-width: 767px) {
        section.start-page-carousel .carousel-outer .carousel-items {
          padding-bottom: 60px; } }
      section.start-page-carousel .carousel-outer .carousel-items .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        background-size: cover;
        background-position: center center;
        text-align: center;
        padding-bottom: 0px;
        bottom: 40px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s; }
        @media (max-width: 767px) {
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item {
            bottom: 60px; } }
        section.start-page-carousel .carousel-outer .carousel-items .carousel-item .carousel-item-inner {
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item .carousel-item-inner.carousel-item-overlay {
            background: rgba(0, 0, 0, 0.25); }
        section.start-page-carousel .carousel-outer .carousel-items .carousel-item h2 {
          display: block;
          width: 100%;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 120px;
          font-weight: 300;
          color: #fff;
          line-height: 1;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(50px);
          -moz-transform: translateY(50px);
          -ms-transform: translateY(50px);
          -o-transform: translateY(50px);
          transform: translateY(50px);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s;
          -webkit-transition-delay: 0.5s;
          -moz-transition-delay: 0.5s;
          transition-delay: 0.5s; }
          @media (max-width: 1199px) {
            section.start-page-carousel .carousel-outer .carousel-items .carousel-item h2 {
              font-size: 100px; } }
          @media (max-width: 991px) {
            section.start-page-carousel .carousel-outer .carousel-items .carousel-item h2 {
              font-size: 80px; } }
          @media (max-width: 768px) {
            section.start-page-carousel .carousel-outer .carousel-items .carousel-item h2 {
              font-size: 60px; } }
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item h2.band-title {
            background: rgba(255, 255, 255, 0.61);
            color: #083b82;
            line-height: 1.4; }
        section.start-page-carousel .carousel-outer .carousel-items .carousel-item p {
          font-size: 18px;
          margin-top: 20px;
          margin-bottom: 40px;
          font-weight: 500;
          color: #fff; }
        section.start-page-carousel .carousel-outer .carousel-items .carousel-item a.fullanchor {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        section.start-page-carousel .carousel-outer .carousel-items .carousel-item .carousel-btn {
          padding: 8px 80px;
          font-size: 20px;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 700;
          color: #fff;
          background: #5cb85c;
          position: relative;
          opacity: 0;
          visibility: hidden;
          border: solid 1px #fff;
          -webkit-transform: translateY(100px);
          -moz-transform: translateY(100px);
          -ms-transform: translateY(100px);
          -o-transform: translateY(100px);
          transform: translateY(100px);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item .carousel-btn span {
            display: none;
            /*display: block;
						width: 34px;
						height: 44px;
						position: absolute;
						bottom: -20px;
						right: 30px;
						background: url("../../assets/img/el.svg");
						background-size: contain;
						background-position: center;*/ }
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item .carousel-btn:hover {
            background: #449d44; }
        section.start-page-carousel .carousel-outer .carousel-items .carousel-item.active {
          visibility: visible;
          opacity: 1; }
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item.active h2 {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            -moz-transition-delay: 0;
            transition-delay: 0; }
          section.start-page-carousel .carousel-outer .carousel-items .carousel-item.active .carousel-btn {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            -moz-transition-delay: 0;
            transition-delay: 0; }
    section.start-page-carousel .carousel-outer .carousel-bullets {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end; }
      section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item {
        display: block;
        width: auto;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        background: #737373;
        color: #fff;
        cursor: pointer;
        position: relative;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item:hover {
          color: #FFFFFF;
          background: #939393;
          text-decoration: none; }
        section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item.active {
          background: #083b82;
          color: #fff; }
          section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item.active span.arrow {
            position: absolute;
            overflow: hidden;
            top: -10px;
            left: 0;
            right: 0;
            height: 10px; }
            section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item.active span.arrow:before, section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item.active span.arrow:after {
              display: block;
              content: '';
              position: absolute;
              top: 0;
              width: 50%;
              height: 10px;
              background: #083b82; }
            section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item.active span.arrow:before {
              right: 50%;
              -webkit-transform-origin: 100% 100%;
              -moz-transform-origin: 100% 100%;
              -ms-transform-origin: 100% 100%;
              -o-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
              -webkit-transform: skewX(45deg);
              -moz-transform: skewX(45deg);
              -ms-transform: skewX(45deg);
              -o-transform: skewX(45deg);
              transform: skewX(45deg); }
            section.start-page-carousel .carousel-outer .carousel-bullets .bullet-item.active span.arrow:after {
              left: 50%;
              -webkit-transform-origin: 0 100%;
              -moz-transform-origin: 0 100%;
              -ms-transform-origin: 0 100%;
              -o-transform-origin: 0 100%;
              transform-origin: 0 100%;
              -webkit-transform: skewX(-45deg);
              -moz-transform: skewX(-45deg);
              -ms-transform: skewX(-45deg);
              -o-transform: skewX(-45deg);
              transform: skewX(-45deg); }

section.features-component {
  padding: 15px 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  section.features-component .slider-bottom-content {
    background: rgba(242, 242, 242, 0.75); }
    section.features-component .slider-bottom-content .slider-bottom-content-inner {
      width: 100%;
      background: transparent;
      padding-top: 30px;
      padding-bottom: 30px; }
      section.features-component .slider-bottom-content .slider-bottom-content-inner h2 {
        font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 44px;
        color: #083b82;
        font-weight: 300;
        text-align: center;
        margin: 0; }
        @media (max-width: 767px) {
          section.features-component .slider-bottom-content .slider-bottom-content-inner h2 {
            font-size: 30px; } }
        section.features-component .slider-bottom-content .slider-bottom-content-inner h2 b {
          font-weight: 600; }
  section.features-component .features-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      section.features-component .features-row {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    section.features-component .features-row .features-col {
      padding: 30px 15px;
      width: 25%;
      overflow: hidden; }
      @media (max-width: 991px) {
        section.features-component .features-row .features-col {
          width: 50%; } }
      @media (max-width: 767px) {
        section.features-component .features-row .features-col {
          width: 100%; } }
      section.features-component .features-row .features-col img.features-item-image {
        display: block;
        margin: auto;
        height: 128px;
        width: auto;
        margin-bottom: 30px; }
      section.features-component .features-row .features-col p.features-item-text {
        text-align: center;
        font-size: 18px; }
  section.features-component .features-bottom-title {
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(242, 242, 242, 0.75); }
    section.features-component .features-bottom-title .bottom-title-col h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 44px;
      color: #083b82; }
      section.features-component .features-bottom-title .bottom-title-col h2 .highlight {
        display: inline-block;
        line-height: 1;
        background: #f89715;
        color: #fff; }
      @media (max-width: 767px) {
        section.features-component .features-bottom-title .bottom-title-col h2 {
          font-size: 30px; } }
    section.features-component .features-bottom-title .bottom-title-col.left-col {
      text-align: right;
      font-weight: 300; }
      @media (max-width: 767px) {
        section.features-component .features-bottom-title .bottom-title-col.left-col {
          text-align: center; } }
    section.features-component .features-bottom-title .bottom-title-col.right-col {
      text-align: left;
      font-weight: 600;
      border-left: solid 2px #083b82; }
      @media (max-width: 767px) {
        section.features-component .features-bottom-title .bottom-title-col.right-col {
          text-align: center;
          border: 0px; } }
  section.features-component .features-apply {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: rgba(68, 68, 68, 0.75); }
    section.features-component .features-apply .btn-apply {
      background: #5cb85c;
      color: #ffffff;
      border-color: #ffffff; }
      @media (min-width: 768px) {
        section.features-component .features-apply .btn-apply {
          padding-left: 80px;
          padding-right: 80px; } }
      @media (max-width: 767px) {
        section.features-component .features-apply .btn-apply {
          width: 100%;
          text-align: center; } }
  section.features-component .features-tv-video {
    background: rgba(68, 68, 68, 0.75);
    padding-top: 30px; }

section.small-apply-form-component {
  background: #737373;
  padding: 30px 0; }
  section.small-apply-form-component h2 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.small-apply-form-component h2 {
        font-size: 30px; } }
    section.small-apply-form-component h2 b {
      font-weight: 700; }
  @media (max-width: 767px) {
    section.small-apply-form-component input {
      margin-bottom: 10px; } }
  section.small-apply-form-component .apply-submit-btn {
    background: #5cb85c;
    color: #fff;
    border-color: #3d8b3d;
    box-shadow: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 0px;
    position: relative;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: none; }
    section.small-apply-form-component .apply-submit-btn::after {
      font-family: FontAwesome;
      content: "\f101";
      font-size: 15px;
      margin-left: 5px; }
    section.small-apply-form-component .apply-submit-btn span {
      display: none;
      /*display: block;
			width: 34px;
			height: 44px;
			position: absolute;
			bottom: -20px;
			right: 30px;
			background: url("../../assets/img/el.svg");
			background-size: contain;
			background-position: center;*/ }
    @media (max-width: 767px) {
      section.small-apply-form-component .apply-submit-btn {
        width: 100%; } }
    section.small-apply-form-component .apply-submit-btn span {
      position: relative;
      z-index: 1; }
  section.small-apply-form-component p.form-phone-text {
    margin-top: 10px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
    font-size: 22px; }
    @media (max-width: 767px) {
      section.small-apply-form-component p.form-phone-text {
        font-size: 18px; } }
    section.small-apply-form-component p.form-phone-text a {
      color: rgba(255, 255, 255, 0.9);
      text-decoration: none; }
      section.small-apply-form-component p.form-phone-text a:hover, section.small-apply-form-component p.form-phone-text a:focus {
        text-decoration: none;
        color: white; }

section.fullwidth-image-info-component {
  position: relative;
  font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    section.fullwidth-image-info-component .fullwidth-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; } }
  section.fullwidth-image-info-component .fullwidth-image img {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      section.fullwidth-image-info-component .fullwidth-image img {
        width: auto;
        height: 100%; } }
  section.fullwidth-image-info-component .fullwidth-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #083b82;
    text-align: center; }
    @media (max-width: 767px) {
      section.fullwidth-image-info-component .fullwidth-content {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto; } }
    section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      width: 100%;
      height: 100%;
      max-height: 100vh; }
      @media (max-width: 767px) {
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row {
          max-height: none; } }
      section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col {
        background: rgba(242, 242, 242, 0.75);
        padding: 15px; }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h1,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h2,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h3,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h4,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h5,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h6 {
          margin: 0; }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h2 {
          font-size: 44px;
          font-weight: 700; }
          @media (max-width: 767px) {
            section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h2 {
              font-size: 30px; } }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h3 {
          font-size: 44px;
          font-weight: 300; }
          @media (max-width: 767px) {
            section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col h3 {
              font-size: 30px; } }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h1,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h2,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h3,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h4,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h5,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h6 {
          margin: 0; }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h2 {
          font-size: 44px;
          font-weight: 700; }
          @media (max-width: 767px) {
            section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h2 {
              font-size: 30px; } }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h3 {
          font-size: 44px;
          font-weight: 300; }
          @media (max-width: 767px) {
            section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h3 {
              font-size: 30px; } }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h2,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col h3,
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col p {
          margin-bottom: 10px; }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col p {
          font-size: 18px;
          color: #000;
          font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
          @media (max-width: 767px) {
            section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col p {
              font-size: 14px; } }
        section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col a.btn {
          font-size: 24px;
          color: #000;
          background: transparent;
          border: 0;
          border-bottom: solid 1px #083b82; }
          @media (max-width: 767px) {
            section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.bottom-content-col a.btn {
              font-size: 20px; } }
      section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row.one-col {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end; }

section.procurement-steps-component {
  padding: 30px 0;
  text-align: center; }
  section.procurement-steps-component h2,
  section.procurement-steps-component h3 {
    margin: 0;
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #083b82;
    text-align: center; }
  section.procurement-steps-component h2 {
    font-size: 44px;
    font-weight: 700; }
    @media (max-width: 767px) {
      section.procurement-steps-component h2 {
        font-size: 30px; } }
  section.procurement-steps-component h3 {
    font-size: 44px;
    font-weight: 300; }
    @media (max-width: 767px) {
      section.procurement-steps-component h3 {
        font-size: 30px; } }
  section.procurement-steps-component a.btn.read-more-btn {
    font-size: 24px;
    color: #000;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #083b82;
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      section.procurement-steps-component a.btn.read-more-btn {
        font-size: 20px; } }
  section.procurement-steps-component .procurement-steps-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px; }
    section.procurement-steps-component .procurement-steps-row .procurement-steps-col {
      width: 25%;
      padding: 15px; }
      @media (max-width: 767px) {
        section.procurement-steps-component .procurement-steps-row .procurement-steps-col {
          width: 100%; } }
      section.procurement-steps-component .procurement-steps-row .procurement-steps-col img.step-item-image {
        display: block;
        width: auto;
        height: 128px;
        margin: auto;
        margin-bottom: 15px; }
      section.procurement-steps-component .procurement-steps-row .procurement-steps-col .step-item-content {
        text-align: center; }
        section.procurement-steps-component .procurement-steps-row .procurement-steps-col .step-item-content h4 {
          font-size: 24px;
          color: #083b82;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 700;
          margin-bottom: 10px; }
        section.procurement-steps-component .procurement-steps-row .procurement-steps-col .step-item-content p {
          font-size: 18px;
          color: #000; }
          @media (max-width: 767px) {
            section.procurement-steps-component .procurement-steps-row .procurement-steps-col .step-item-content p {
              font-size: 14px; } }

section.alfa-awards-component {
  background: #ecece9;
  padding: 30px 0;
  text-align: center; }
  section.alfa-awards-component .alfa-awards-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (max-width: 767px) {
      section.alfa-awards-component .alfa-awards-row {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    section.alfa-awards-component .alfa-awards-row .alfa-awards-col {
      padding: 15px; }
      section.alfa-awards-component .alfa-awards-row .alfa-awards-col h2,
      section.alfa-awards-component .alfa-awards-row .alfa-awards-col h3 {
        margin: 0;
        font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #083b82;
        text-align: center; }
      section.alfa-awards-component .alfa-awards-row .alfa-awards-col h2 {
        font-size: 44px;
        font-weight: 700; }
      section.alfa-awards-component .alfa-awards-row .alfa-awards-col h3 {
        font-size: 44px;
        font-weight: 300; }
      section.alfa-awards-component .alfa-awards-row .alfa-awards-col p {
        font-size: 14px; }
      section.alfa-awards-component .alfa-awards-row .alfa-awards-col img {
        display: block;
        width: auto;
        height: 128px; }

section.start-page-banner {
  position: relative;
  height: 80vh; }
  @media (max-width: 767px) {
    section.start-page-banner {
      height: 100vh;
      min-height: 600px !important; } }
  section.start-page-banner .banner-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    section.start-page-banner .banner-bg .banner-overlay {
      background: rgba(0, 0, 0, 0.25); }
    section.start-page-banner .banner-bg.active {
      opacity: 1;
      visibility: visible; }
  section.start-page-banner .banner-content {
    height: 100%; }
    section.start-page-banner .banner-content .container {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      @media (max-width: 991px) {
        section.start-page-banner .banner-content .container {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; } }
      @media (max-width: 359px) {
        section.start-page-banner .banner-content .container {
          padding: 0; } }
      section.start-page-banner .banner-content .container .banner-inner-content {
        width: 74%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        @media (max-width: 991px) {
          section.start-page-banner .banner-content .container .banner-inner-content {
            width: 100%;
            height: auto;
            -webkit-flex-grow: 1;
            -moz-flex-grow: 1;
            flex-grow: 1;
            -ms-flex-positive: 1; } }
        section.start-page-banner .banner-content .container .banner-inner-content h2 {
          display: block;
          width: 100%;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 120px;
          font-weight: 300;
          color: #fff;
          line-height: 1;
          text-align: center;
          margin: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s;
          -webkit-transition-delay: 1.5s;
          -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
          -webkit-transform: translateY(100px);
          -moz-transform: translateY(100px);
          -ms-transform: translateY(100px);
          -o-transform: translateY(100px);
          transform: translateY(100px); }
          @media (max-width: 1199px) {
            section.start-page-banner .banner-content .container .banner-inner-content h2 {
              font-size: 100px; } }
          @media (max-width: 991px) {
            section.start-page-banner .banner-content .container .banner-inner-content h2 {
              font-size: 80px; } }
          @media (max-width: 768px) {
            section.start-page-banner .banner-content .container .banner-inner-content h2 {
              font-size: 60px; } }
        section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-lines: single;
          -moz-box-lines: single;
          box-lines: single;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          margin-top: 30px; }
          @media (max-width: 767px) {
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons {
              -webkit-box-lines: multiple;
              -moz-box-lines: multiple;
              box-lines: multiple;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-align: center;
              -moz-box-align: center;
              box-align: center;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              -o-align-items: center;
              align-items: center;
              -ms-flex-align: center;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              box-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center; } }
          section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg {
            height: 50px;
            width: auto;
            display: block;
            margin-bottom: 15px;
            margin-left: 15px;
            margin-right: 15px; }
            @media (max-width: 767px) {
              section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg {
                height: 40px; } }
            @media (max-width: 359px) {
              section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg {
                height: 25px;
                margin-left: 5px;
                margin-right: 5px; } }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg * {
              fill: #fff; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(1) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 2.5s;
              -moz-transition-delay: 2.5s;
              transition-delay: 2.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(2) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 3s;
              -moz-transition-delay: 3s;
              transition-delay: 3s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(3) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 3.5s;
              -moz-transition-delay: 3.5s;
              transition-delay: 3.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(4) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 4s;
              -moz-transition-delay: 4s;
              transition-delay: 4s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(5) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 4.5s;
              -moz-transition-delay: 4.5s;
              transition-delay: 4.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(6) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 5s;
              -moz-transition-delay: 5s;
              transition-delay: 5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(7) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 5.5s;
              -moz-transition-delay: 5.5s;
              transition-delay: 5.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(8) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 6s;
              -moz-transition-delay: 6s;
              transition-delay: 6s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(9) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 6.5s;
              -moz-transition-delay: 6.5s;
              transition-delay: 6.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons svg:nth-child(10) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 7s;
              -moz-transition-delay: 7s;
              transition-delay: 7s; }
          section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider {
            width: 2px;
            display: block;
            overflow: hidden;
            height: 50px;
            background: #fff; }
            @media (max-width: 359px) {
              section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider {
                display: none; } }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(1) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 3s;
              -moz-transition-delay: 3s;
              transition-delay: 3s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(2) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 3.5s;
              -moz-transition-delay: 3.5s;
              transition-delay: 3.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(3) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 4s;
              -moz-transition-delay: 4s;
              transition-delay: 4s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(4) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 4.5s;
              -moz-transition-delay: 4.5s;
              transition-delay: 4.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(5) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 5s;
              -moz-transition-delay: 5s;
              transition-delay: 5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(6) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 5.5s;
              -moz-transition-delay: 5.5s;
              transition-delay: 5.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(7) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 6s;
              -moz-transition-delay: 6s;
              transition-delay: 6s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(8) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 6.5s;
              -moz-transition-delay: 6.5s;
              transition-delay: 6.5s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(9) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 7s;
              -moz-transition-delay: 7s;
              transition-delay: 7s; }
            section.start-page-banner .banner-content .container .banner-inner-content .banner-text-icons .divider:nth-child(10) {
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s;
              -webkit-transform: translateY(50px);
              -moz-transform: translateY(50px);
              -ms-transform: translateY(50px);
              -o-transform: translateY(50px);
              transform: translateY(50px);
              -webkit-transition-delay: 7.5s;
              -moz-transition-delay: 7.5s;
              transition-delay: 7.5s; }
      section.start-page-banner .banner-content .container .banner-inner-form {
        width: 25%;
        padding: 30px;
        background: rgba(68, 68, 68, 0.75); }
        @media (max-width: 991px) {
          section.start-page-banner .banner-content .container .banner-inner-form {
            width: 100%;
            height: auto; } }
        section.start-page-banner .banner-content .container .banner-inner-form h2 {
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 30px;
          color: #fff;
          font-weight: 300;
          text-align: center;
          margin-bottom: 30px;
          margin-top: 0; }
          @media (max-width: 767px) {
            section.start-page-banner .banner-content .container .banner-inner-form h2 {
              margin-bottom: 5px; } }
        @media (max-width: 991px) {
          section.start-page-banner .banner-content .container .banner-inner-form .apply-form-items {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            box-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            -o-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-pack: justify; } }
        section.start-page-banner .banner-content .container .banner-inner-form .apply-form-item {
          margin-bottom: 15px; }
          @media (max-width: 991px) {
            section.start-page-banner .banner-content .container .banner-inner-form .apply-form-item {
              display: block;
              width: 30%; } }
          @media (max-width: 767px) {
            section.start-page-banner .banner-content .container .banner-inner-form .apply-form-item {
              width: 48%;
              margin-bottom: 5px; } }
        section.start-page-banner .banner-content .container .banner-inner-form .apply-submit-btn {
          background: #5cb85c;
          color: #fff;
          border-color: #3d8b3d;
          box-shadow: none;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s;
          position: relative;
          border-radius: 0px;
          position: relative;
          width: 100%;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0;
          border: none; }
          section.start-page-banner .banner-content .container .banner-inner-form .apply-submit-btn::after {
            font-family: FontAwesome;
            content: "\f101";
            font-size: 15px;
            margin-left: 5px; }
          @media (max-width: 767px) {
            section.start-page-banner .banner-content .container .banner-inner-form .apply-submit-btn {
              width: 100%; } }
          section.start-page-banner .banner-content .container .banner-inner-form .apply-submit-btn span {
            position: relative;
            z-index: 1; }
        section.start-page-banner .banner-content .container .banner-inner-form .form-phone-text {
          margin-bottom: 0;
          color: #ffffff;
          text-align: center;
          font-size: 22px; }
          section.start-page-banner .banner-content .container .banner-inner-form .form-phone-text a {
            color: #ffffff;
            text-decoration: none; }
    section.start-page-banner .banner-content.active .container .banner-inner-content h2 {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(1) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(2) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(3) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(4) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(5) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(6) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(7) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(8) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(9) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons svg:nth-child(10) {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    section.start-page-banner .banner-content.active .container .banner-inner-content .banner-text-icons .divider {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }

section.page-banner-buttons {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f5f5f5; }
  section.page-banner-buttons .btn-item {
    margin-top: 15px;
    margin-bottom: 15px; }
    section.page-banner-buttons .btn-item .page-banner-button {
      padding: 24px 12px;
      border-radius: 0px;
      background: #083b82;
      font-size: 16px;
      color: #fff;
      border: 0;
      position: relative; }
      section.page-banner-buttons .btn-item .page-banner-button:after {
        position: absolute;
        display: block;
        width: 50px;
        max-width: 100%;
        height: 5px;
        background: #f7a600;
        content: '';
        overflow: hidden;
        bottom: 0;
        left: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      section.page-banner-buttons .btn-item .page-banner-button:hover:after {
        width: 100%; }

.popup-content {
  width: 100%; }
  .popup-content .popup-content-inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 30px 0;
    margin: auto; }
    .popup-content .popup-content-inner h2 {
      color: #083b82;
      margin-top: 0; }
    .popup-content .popup-content-inner p {
      font-size: 18px;
      padding-left: 15px;
      padding-right: 15px;
      color: #083b82; }
    .popup-content .popup-content-inner a.close-the-popup-btn {
      color: #fff;
      background: #083b82;
      font-size: 24px;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 0;
      display: block; }

.ngdialog-esaret-popup {
  color: #333; }
  .ngdialog-esaret-popup .popup-content .popup-content-inner {
    position: relative;
    padding: 0;
    border: solid 2px #fff;
    min-height: 480px;
    max-width: 670px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .ngdialog-esaret-popup .popup-content .popup-content-inner .esaret-img {
      overflow: hidden; }
    .ngdialog-esaret-popup .popup-content .popup-content-inner img {
      display: block;
      width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        .ngdialog-esaret-popup .popup-content .popup-content-inner img {
          height: 480px;
          width: auto; } }
    .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      color: #333;
      width: 100%;
      max-width: 300px;
      padding: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area {
          width: 100%;
          max-width: none; } }
      .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area .uib-button-bar {
        display: none; }
      .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area h2 {
        color: #fff;
        width: 100%;
        font-weight: 300;
        font-size: 36px;
        text-align: left;
        font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area p {
        color: #fff;
        width: 100%;
        font-weight: 300;
        font-size: 24px;
        text-align: left;
        padding: 0;
        font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form {
        width: 100%; }
        .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form .apply-submit-btn {
          background: #5cb85c;
          color: #fff;
          border-color: #3d8b3d;
          box-shadow: none;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s;
          position: relative;
          border-radius: 0px;
          position: relative;
          width: 100%;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0;
          border: none; }
          .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form .apply-submit-btn:after {
            font-family: FontAwesome;
            content: "\f101";
            font-size: 15px;
            margin-left: 5px; }
        .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form .apply-form-item {
          margin-top: 5px;
          margin-bottom: 5px; }
        .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form label {
          color: #fff;
          text-align: left;
          display: block; }
        .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form .apply-form-date {
          position: relative; }
          .ngdialog-esaret-popup .popup-content .popup-content-inner .dialog-form-area form .apply-form-date .trigger-date-btn {
            position: absolute;
            right: 0;
            top: 0; }

.ngdialog-content {
  position: relative;
  background: none;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein .5s;
  animation: ngdialog-fadein .5s;
  pointer-events: all;
  z-index: 10003;
  text-align: center;
  margin: 10% 0px; }
  @media (max-width: 767px) {
    .ngdialog-content {
      padding: 10% 15px; } }
  .ngdialog-content img {
    width: 100%; }

.ngdialog-close {
  display: none; }

.fixed-chat-component {
  display: block;
  width: 240px;
  height: auto;
  position: fixed;
  z-index: 9999;
  left: -235px;
  top: 13.1%;
  font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #083b82;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .fixed-chat-component.active {
    left: 0; }
  .fixed-chat-component .open-chat-component-btn {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 12px 10px;
    font-size: 24px;
    font-weight: 700;
    color: #f7a600;
    white-space: nowrap;
    background: #083b82;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    text-decoration: none; }
    .fixed-chat-component .open-chat-component-btn img {
      display: block;
      width: 16px;
      height: auto;
      margin-top: 10px; }
  .fixed-chat-component .chat-component-content {
    overflow: hidden; }
    .fixed-chat-component .chat-component-content .chat-display-row {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      width: 200%; }
      .fixed-chat-component .chat-component-content .chat-display-row.one {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%); }
      .fixed-chat-component .chat-component-content .chat-display-row.two {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col h2 {
          font-size: 50px;
          margin-top: 0;
          margin-bottom: 0;
          text-align: justify;
          text-align-last: justify;
          font-weight: 700;
          color: #f7a600;
          padding-top: 25px; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col h3 {
          margin-top: 0;
          margin-bottom: 0;
          font-size: 24px;
          font-weight: 500;
          color: #f7a600;
          text-align: justify;
          text-align-last: justify;
          padding-bottom: 25px; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col h4 {
          font-size: 24px;
          color: #f7a600;
          font-weight: 500;
          margin-top: 0;
          margin-bottom: 15px;
          padding-top: 15px; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .night-time-message-area {
          padding-top: 25px; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .night-time-message-area h3 a {
            text-decoration: underline;
            color: #f7a600; }
            .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .night-time-message-area h3 a:hover {
              color: #f7a600; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .customer-form form {
          margin: 0;
          padding: 0; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .customer-form .form-item {
          margin-bottom: 10px; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .customer-form .form-item .form-control {
            margin-bottom: 0; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .customer-form .form-item input, .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .customer-form .form-item .btn {
            font-size: 18px;
            padding: 3px 12px; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .customer-form .form-item a.repassword-link {
            font-size: 16px;
            color: #f7a600;
            text-decoration: none; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .click-to-back-btn {
          display: block;
          padding-top: 15px;
          padding-bottom: 15px;
          font-size: 24px;
          text-decoration: none;
          color: #f7a600;
          position: relative; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .click-to-back-btn:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            top: 0px;
            left: 0;
            right: 0;
            height: 1px;
            overflow: hidden;
            background: #dc9a13; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .click-to-back-btn:after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            top: 1px;
            left: 0;
            right: 0;
            height: 1px;
            overflow: hidden;
            background: #ffb215; }
        .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .select-display-btns .btn-item {
          position: relative;
          padding-top: 15px;
          padding-bottom: 15px; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .select-display-btns .btn-item.btn-item-one {
            padding-top: 25px; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .select-display-btns .btn-item:before {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            top: 0px;
            left: 0;
            right: 0;
            height: 1px;
            overflow: hidden;
            background: #dc9a13; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .select-display-btns .btn-item:after {
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            top: 1px;
            left: 0;
            right: 0;
            height: 1px;
            overflow: hidden;
            background: #ffb215; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .select-display-btns .btn-item a.select-display-btn {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            box-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center;
            -ms-flex-pack: center;
            text-align: center;
            height: 60px;
            color: #083b82;
            background: #dc9a13;
            text-decoration: none;
            border-radius: 4px;
            font-size: 24px;
            line-height: 1.1; }
          .fixed-chat-component .chat-component-content .chat-display-row .chat-display-col .select-display-btns .btn-item.btn-item-two a.select-display-btn {
            background: #0072bc;
            color: #fff; }

section.new-banner-component {
  height: 700px;
  height: 80vh;
  min-height: 480px;
  position: relative; }
  section.new-banner-component .banner-items {
    position: relative;
    height: 100%;
    width: 100%; }
    section.new-banner-component .banner-items .banner-item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s; }
      @media (max-width: 767px) {
        section.new-banner-component .banner-items .banner-item {
          padding-bottom: 5px; } }
      section.new-banner-component .banner-items .banner-item.active {
        opacity: 1;
        visibility: visible; 
      }
      section.new-banner-component .banner-items .banner-item .banner-content {
        width: 500px;
        max-width: 100%; }
        section.new-banner-component .banner-items .banner-item .banner-content h2 {
          text-align: center;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 60px;
          color: #083b82;
          margin: 0;
            margin-left: -260px;
          font-weight: 700; }
          @media (max-width: 767px) {
            section.new-banner-component .banner-items .banner-item .banner-content h2 {
              font-size: 40px;
                display: none;
               } }
        section.new-banner-component .banner-items .banner-item .banner-content img {
          margin-left: auto;
          margin-left: -125px;
          margin-right: auto; }
          @media (max-width: 767px) {
            section.new-banner-component .banner-items .banner-item .banner-content img {
              max-width: 35%;
              margin-left: 100px;
              display: none
            }
          }
        section.new-banner-component .banner-items .banner-item .banner-content .btn {
          border-radius: 0px;
          margin: auto;
          display: block;
          width: 220px;
          text-align: center; }
      section.new-banner-component .banner-items .banner-item .form-content {
        width: 250px;
        max-width: 100%;
        background: rgba(8, 59, 130, 0.85);
        padding: 15px; }
        section.new-banner-component .banner-items .banner-item .form-content h3 {
          margin: 0;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 300;
          text-align: center;
          color: #fff;
          font-size: 30px; }
          @media (max-width: 767px) {
            section.new-banner-component .banner-items .banner-item .form-content h3 {
              font-size: 24px; } }
        section.new-banner-component .banner-items .banner-item .form-content .form-items {
          margin-top: 20px; }
          @media (max-width: 767px) {
            section.new-banner-component .banner-items .banner-item .form-content .form-items {
              margin-top: 15px; } }
          section.new-banner-component .banner-items .banner-item .form-content .form-items .form-item {
            margin-top: 15px;
            margin-bottom: 15px; }
            @media (max-width: 767px) {
              section.new-banner-component .banner-items .banner-item .form-content .form-items .form-item {
                margin-top: 5px;
                margin-top: 5px; } }
            section.new-banner-component .banner-items .banner-item .form-content .form-items .form-item .btn {
              display: block;
              width: 100%;
              border-radius: 0px; }
            section.new-banner-component .banner-items .banner-item .form-content .form-items .form-item p {
              margin: 0;
              text-align: center;
              color: #fff;
              font-size: 18px; }
              section.new-banner-component .banner-items .banner-item .form-content .form-items .form-item p a {
                text-decoration: none;
                color: #fff; }
  section.new-banner-component .banner-bullets {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }
  @media (max-width: 767px) {
       section.new-banner-component .banner-bullets {
           display: none; }
  }
    section.new-banner-component .banner-bullets a {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #fff;
      border: solid 2px #ccc;
      margin: 0 2px;
      -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75); }
      section.new-banner-component .banner-bullets a.active {
        background: #083b82; }

.ozgur-iletisim-background-components {
  background: url("../../data/page-banner/1.jpg");
  background-size: cover;
  background-position: top center;
  position: relative; }

section.page-title-component {
  height: 80vh;
  /*@media (max-width: 1199px) {
		height: 500px;
	}
	@media (max-width: 991px) {
		height: 600px;
	}
	@media (max-width: 767px) {
		height: 600px;
	}*/
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative; }
  section.page-title-component h1 {
    margin: 0;
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 120px;
    color: #FFFFFF;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 1199px) {
      section.page-title-component h1 {
        font-size: 100px; } }
    @media (max-width: 991px) {
      section.page-title-component h1 {
        font-size: 70px; } }
    @media (max-width: 767px) {
      section.page-title-component h1 {
        font-size: 40px; } }
  section.page-title-component .tv-video-open-modal-area-outer {
    position: relative;
    width: 100%;
    margin-top: 20px; }
  section.page-title-component .tv-video-open-modal-area {
    position: absolute;
    width: 240px;
    height: 135px;
    display: block;
    border: solid 2px #fff;
    left: 50%;
    margin-left: -120px; }
    @media (max-width: 767px) {
      section.page-title-component .tv-video-open-modal-area {
        left: 50%;
        margin-left: -120px;
        margin-top: 20px; } }
    section.page-title-component .tv-video-open-modal-area img {
      display: block;
      width: 100%;
      height: 100%; }
    section.page-title-component .tv-video-open-modal-area .tv-video-img-overlay {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 15px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); }
      section.page-title-component .tv-video-open-modal-area .tv-video-img-overlay p {
        text-align: center;
        color: #fff;
        font-size: 22px; }
        section.page-title-component .tv-video-open-modal-area .tv-video-img-overlay p i {
          display: block;
          font-size: 50px; }

section.small-apply-form-component.ozgur-iletisim-small-apply-form-component {
  background: rgba(68, 68, 68, 0.75); }

section.ozgur-iletisim-description-component .title-box {
  background: #FFFFFF;
  padding: 30px 0;
  background: rgba(242, 242, 242, 0.75); }
  section.ozgur-iletisim-description-component .title-box h2 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #083b82;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.ozgur-iletisim-description-component .title-box h2 {
        font-size: 30px; } }
    section.ozgur-iletisim-description-component .title-box h2 b {
      font-weight: 300; }
    section.ozgur-iletisim-description-component .title-box h2 .highlight {
      background: #f89715;
      line-height: 1;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      color: #fff; }

section.ozgur-iletisim-description-component .description-box {
  background: #ffffff;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 300; }
  section.ozgur-iletisim-description-component .description-box h2 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #083b82;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.ozgur-iletisim-description-component .description-box h2 {
        font-size: 30px; } }
  section.ozgur-iletisim-description-component .description-box h3 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #083b82;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      section.ozgur-iletisim-description-component .description-box h3 {
        font-size: 30px; } }
    @media (max-width: 768px) {
      section.ozgur-iletisim-description-component .description-box h3 {
        font-size: 24px; } }
  section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table thead tr td,
  section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table tbody tr td {
    text-align: left;
    border-left: 0;
    border-right: 0;
    padding: 15px;
    vertical-align: middle; }
    section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table thead tr td:nth-child(1),
    section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table tbody tr td:nth-child(1) {
      width: 30%; }
    section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table thead tr td:nth-child(2), section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table thead tr td:nth-child(3),
    section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table tbody tr td:nth-child(2),
    section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table tbody tr td:nth-child(3) {
      text-align: center; }
  section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table thead td {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #083b82;
    padding: 30px 15px 15px 15px; }
    @media (max-width: 767px) {
      section.ozgur-iletisim-description-component .description-box table.ozgur-iletisim-table thead td {
        font-size: 24px; } }

section.ozgur-iletisim-description-component.white-bg .title-box {
  background: #ffffff; }

section.features-component.ozgur-iletisim-features-component {
  padding: 0; }
  section.features-component.ozgur-iletisim-features-component .slider-bottom-content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: transparent; }
    section.features-component.ozgur-iletisim-features-component .slider-bottom-content .slider-bottom-content-inner {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      background: transparent; }
  section.features-component.ozgur-iletisim-features-component .features-row {
    padding-top: 15px;
    padding-bottom: 15px; }

section.sss {
  padding: 0; }
  section.sss .sss-title {
    padding: 40px 0; }
    section.sss .sss-title h2 {
      font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 44px;
      color: #083b82;
      font-weight: 600;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0; }
      @media (max-width: 767px) {
        section.sss .sss-title h2 {
          font-size: 30px; } }
  section.sss .sss-items .panel-group .panel {
    margin: 0;
    border-radius: 0px;
    border: 0px; }
    section.sss .sss-items .panel-group .panel .panel-heading {
      padding: 0;
      border-bottom: solid 1px #777777;
      background: transparent; }
      section.sss .sss-items .panel-group .panel .panel-heading h4 {
        font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        color: #083b82;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0; }
        @media (max-width: 767px) {
          section.sss .sss-items .panel-group .panel .panel-heading h4 {
            font-size: 24px; } }
        section.sss .sss-items .panel-group .panel .panel-heading h4 a {
          display: block;
          padding: 30px 15px;
          text-decoration: none;
          background: #f5f5f5;
          font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 30px;
          color: #083b82;
          font-weight: 600;
          text-align: center; }
          @media (max-width: 767px) {
            section.sss .sss-items .panel-group .panel .panel-heading h4 a {
              font-size: 24px; } }
          section.sss .sss-items .panel-group .panel .panel-heading h4 a:hover {
            color: #fff;
            background: #777777; }
    section.sss .sss-items .panel-group .panel .panel-body {
      padding-top: 30px;
      padding-bottom: 30px;
      text-align: center;
      font-size: 18px; }
    section.sss .sss-items .panel-group .panel:first-child .panel-heading {
      border-top: solid 1px #777777; }

section.kampanya-sartlari {
  padding: 50px 0; }
  section.kampanya-sartlari .other-page-link-text {
    font-size: 18px; }
  section.kampanya-sartlari p.kampanya-collapse-text {
    margin: 0;
    margin-bottom: 30px; }
    section.kampanya-sartlari p.kampanya-collapse-text a {
      display: block;
      margin: 0;
      padding: 0;
      text-align: center;
      text-decoration: none;
      font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      color: #083b82;
      font-weight: 400; }

.ozgur-iletisim-page section.page-title-component {
  position: relative;
  padding: 30px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 992px) {
    .ozgur-iletisim-page section.page-title-component {
      height: 100vh;
      padding-right: 360px; } }

@media (min-width: 992px) {
  .ozgur-iletisim-page section.ozgur-iletisim-small-apply-form-component {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: transparent;
    width: 300px; } }

@media (min-width: 992px) {
  .ozgur-iletisim-page section.ozgur-iletisim-small-apply-form-component h2 {
    font-size: 30px; } }

.ozgur-iletisim-page section.ozgur-iletisim-small-apply-form-component .flex-content {
  padding: 30px; }
  @media (min-width: 992px) {
    .ozgur-iletisim-page section.ozgur-iletisim-small-apply-form-component .flex-content {
      background: rgba(8, 59, 130, 0.85);
      padding: 30px; } }
  .ozgur-iletisim-page section.ozgur-iletisim-small-apply-form-component .flex-content .apply-form-col {
    margin-bottom: 15px; }

.ilk-ay-bedava-background-components {
  background: url("../../data/page-banner/5.jpg");
  background-size: cover;
  background-position: top center;
  position: relative; }

section.page-title-component h1.overlay-style {
  width: 100%;
  padding: 30px;
  background: rgba(242, 242, 242, 0.6);
  color: #083b82; }

section.page-title-component.for-campaing-description {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  section.page-title-component.for-campaing-description h1 {
    width: 100%; }
  section.page-title-component.for-campaing-description p {
    width: 100%;
    font-size: 40px;
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-align: center; }

section.ilk-ay-bedava-description-component .title-box {
  background: #FFFFFF;
  padding: 30px 0; }
  section.ilk-ay-bedava-description-component .title-box h2 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #083b82;
    font-weight: 300;
    text-align: center;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.ilk-ay-bedava-description-component .title-box h2 {
        font-size: 30px; } }
    section.ilk-ay-bedava-description-component .title-box h2 b {
      font-weight: 700; }

section.fullwidth-image-info-component {
  position: relative;
  font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    section.fullwidth-image-info-component .fullwidth-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; } }
  section.fullwidth-image-info-component .fullwidth-image img {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      section.fullwidth-image-info-component .fullwidth-image img {
        width: auto;
        height: 100%; } }
  section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col p {
    font-size: 18px;
    color: #000;
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left; }
    @media (max-width: 767px) {
      section.fullwidth-image-info-component .fullwidth-content .fullwidth-content-row .fullwidth-content-col.top-content-col p {
        font-size: 14px; } }

.ilk-ay-bedava-page section.page-title-component {
  padding: 30px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 992px) {
    .ilk-ay-bedava-page section.page-title-component {
      height: 100vh;
      padding-right: 360px; } }

@media (min-width: 992px) {
  .ilk-ay-bedava-page section.ozgur-iletisim-small-apply-form-component {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: transparent;
    width: 300px; } }

@media (min-width: 992px) {
  .ilk-ay-bedava-page section.ozgur-iletisim-small-apply-form-component h2 {
    font-size: 30px; } }

.ilk-ay-bedava-page section.ozgur-iletisim-small-apply-form-component .flex-content {
  padding: 30px; }
  @media (min-width: 992px) {
    .ilk-ay-bedava-page section.ozgur-iletisim-small-apply-form-component .flex-content {
      background: rgba(8, 59, 130, 0.85);
      padding: 30px; } }
  .ilk-ay-bedava-page section.ozgur-iletisim-small-apply-form-component .flex-content .apply-form-col {
    margin-bottom: 15px; }

.nasil-verebiliyoruz-background-components {
  background: url("../../data/page-banner/3.jpg");
  background-size: cover;
  background-position: top center;
  padding-bottom: 100px; }

section.nasil-verebiliyoruz-description-component .title-box {
  background: #FFFFFF;
  padding: 30px 0; }
  section.nasil-verebiliyoruz-description-component .title-box h2 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #083b82;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.nasil-verebiliyoruz-description-component .title-box h2 {
        font-size: 30px; } }
    section.nasil-verebiliyoruz-description-component .title-box h2 b {
      font-weight: 700; }

section.nasil-verebiliyoruz-description-component .description-box {
  background: rgba(242, 242, 242, 0.75);
  padding: 30px 0;
  font-size: 18px;
  font-weight: 400; }

section.features-component.nasil-verebiliyoruz-features-component {
  padding: 0; }
  section.features-component.nasil-verebiliyoruz-features-component .slider-bottom-content {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    background: transparent; }
    section.features-component.nasil-verebiliyoruz-features-component .slider-bottom-content .slider-bottom-content-inner {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      background: transparent; }
  section.features-component.nasil-verebiliyoruz-features-component .features-row {
    padding-top: 15px;
    padding-bottom: 15px; }

.neden-turknet-background-components {
  background: url("../../data/page-banner/4.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
  position: relative; }
  .neden-turknet-background-components section.page-title-component h1 {
    color: #ffffff; }

section.neden-turknet {
  background: #f5f5f5;
  padding: 30px 0; }
  section.neden-turknet .neden-turknet-col {
    padding-top: 15px;
    padding-bottom: 15px; }
  section.neden-turknet h2 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 44px;
    color: #083b82;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.neden-turknet h2 {
        font-size: 30px; } }
  section.neden-turknet h3 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #083b82;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.neden-turknet h3 {
        font-size: 24px; } }
  section.neden-turknet p {
    font-size: 18px; }

section.vizyon-misyon {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  section.vizyon-misyon h3 {
    font-family: "acumin-pro-extra-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: #083b82;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0; }
    @media (max-width: 767px) {
      section.vizyon-misyon h3 {
        font-size: 24px; } }
  section.vizyon-misyon p {
    font-size: 18px; }

.neden-turknet-page section.page-title-component {
  padding: 30px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (min-width: 992px) {
    .neden-turknet-page section.page-title-component {
      height: 100vh;
      padding-right: 360px; } }

@media (min-width: 992px) {
  .neden-turknet-page section.ozgur-iletisim-small-apply-form-component {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background: transparent;
    width: 300px; } }

@media (min-width: 992px) {
  .neden-turknet-page section.ozgur-iletisim-small-apply-form-component h2 {
    font-size: 30px; } }

.neden-turknet-page section.ozgur-iletisim-small-apply-form-component .flex-content {
  padding: 30px; }
  @media (min-width: 992px) {
    .neden-turknet-page section.ozgur-iletisim-small-apply-form-component .flex-content {
      background: rgba(8, 59, 130, 0.85);
      padding: 30px; } }
  .neden-turknet-page section.ozgur-iletisim-small-apply-form-component .flex-content .apply-form-col {
    margin-bottom: 15px; }
