/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif; }
  body .container {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px; }
  body .card-header {
    border: none;
    background: transparent; }
  body .card {
    background: transparent;
    border: none; }
  body input:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  body input:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  body select:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none; }
  body select:active {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none; }

.b_g {
  position: relative; }
  .b_g:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#25283b));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #25283b); }

.gutter {
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  margin-bottom: 70px; }

.Banner {
  height: 555px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .Banner-back:before {
    content: "";
    -webkit-transition: 500ms;
    transition: 500ms;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 320px;
    z-index: -1;
    bottom: -255px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f6f9), to(#e4eaf0));
    background-image: linear-gradient(to bottom, #f3f6f9, #e4eaf0); }
  .Banner-text {
    width: 100%;
    top: 60% !important;
    text-align: center; }
    .Banner-text h6 {
      font-size: 23px;
      font-weight: bold;
      letter-spacing: 14px;
      color: white; }
    .Banner-text h1 {
      font-size: 102px;
      font-weight: bold;
      color: white; }

.opa {
  opacity: 1; }

.lv_skin canvas {
  opacity: 0 !important; }

.bg {
  position: absolute;
  z-index: 10;
  -webkit-transition: 500ms;
  transition: 500ms;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.plus {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99; }

.yellow {
  color: #ec6523 !important; }

.hover_zoom1 {
  overflow: hidden; }
  .hover_zoom1:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 600ms;
    transition: 600ms; }

.hover_zoom2 {
  overflow: hidden; }
  .hover_zoom2:hover {
    display: block;
    overflow: hidden;
    position: relative; }
    .hover_zoom2:hover img {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .hover_zoom2:hover:hover img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1.1);
              transform: translateZ(0) scale(1.1); }

.hover_shadow:hover {
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-box-shadow: 0px 0px 40px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 40px -6px rgba(0, 0, 0, 0.75); }

.nohover {
  pointer-events: none; }

.buton {
  position: relative;
  width: 226px;
  height: 59px;
  background-color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
  -webkit-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
  color: #192028; }
  .buton:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    letter-spacing: 4px;
    background-color: #d31006;
    color: white; }

.butonred {
  background-color: #d31006;
  color: white; }
  .butonred:hover {
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: white;
    color: #192028; }

.header {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.7px;
  color: #000000; }

.header-lighter {
  font-size: 32px;
  color: #47484a;
  font-weight: 400;
  position: relative; }

.header-lg {
  font-size: 64px;
  letter-spacing: 2.6px;
  text-align: center;
  color: #41414e; }

.text-lg {
  font-size: 15px;
  font-weight: 300;
  color: #000000; }

.text {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Armata", sans-serif;
  color: #171e26; }

.text-gri {
  font-size: 14px;
  color: #9a9b9f; }

.text-sm-dark {
  font-size: 13px;
  color: #47484a; }

.text-sm {
  font-size: 14px;
  color: #41414e; }

.mobile {
  display: none !important; }

.scroll {
  display: block;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid #74747e;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -13px;
  z-index: 10; }

.scroll span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 6px;
  border-radius: 4px;
  background: #eeb506;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll; }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

.Sosyal {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #02276F;
  width: 80px;
  padding-top: 60px; }
  .Sosyal-link a {
    color: white;
    margin-bottom: 15px;
    font-size: 21px;
    -webkit-transition: 600ms;
    transition: 600ms; }
    .Sosyal-link a:hover {
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg); }
  .Sosyal-mail {
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    -webkit-transition: 600ms;
    transition: 600ms; }
    .Sosyal-mail a {
      color: white;
      font-size: 14px;
      letter-spacing: 1.49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Sosyal-mail a i {
        margin-right: 10px; }
    .Sosyal-mail:hover {
      -webkit-transition: 600ms;
      transition: 600ms;
      -webkit-transform: rotate(-85deg) !important;
              transform: rotate(-85deg) !important; }

.Navtop {
  background-color: #d31006;
  width: 100%;
  height: 92px; }
  .Navtop-account {
    height: 20px;
    padding-top: 10px; }
    .Navtop-account p {
      font-size: 13px;
      font-weight: 500;
      color: white;
      line-height: 1.62; }
  .Navtop-head {
    margin-top: 15px; }
    .Navtop-head p {
      line-height: 1;
      font-size: 16px;
      font-weight: bold;
      color: #d31006; }
      .Navtop-head p span {
        font-size: 16px;
        font-weight: 800;
        color: #000000;
        margin-left: 5px; }
    .Navtop-head span {
      font-size: 12px;
      font-weight: 500;
      color: #000000; }
  .Navtop .navbar {
    height: 88px;
    border-radius: 4px;
    background-color: white;
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transform: translateY(calc(50% - 20px));
            transform: translateY(calc(50% - 20px)); }
    .Navtop .navbar-nav {
      height: 100%; }
    .Navtop .navbar-brand {
      background-color: white;
      padding: 8px 10px;
      -webkit-transform: translateY(20px);
              transform: translateY(20px); }
      .Navtop .navbar-brand img {
        width: 69px;
        height: 88px; }
    .Navtop .navbar-collapse {
      padding-top: 0;
      padding-bottom: 0;
      height: 100%; }
      .Navtop .navbar-collapse-menu .nav-item {
        height: 100%;
        margin-left: 30px;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .Navtop .navbar-collapse-menu .nav-item .nav-link {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: normal;
          text-align: right;
          color: #000000;
          position: relative;
          -webkit-transition: 500ms;
          transition: 500ms; }
          .Navtop .navbar-collapse-menu .nav-item .nav-link:hover {
            color: #d31006;
            -webkit-transition: 500ms;
            transition: 500ms; }
        .Navtop .navbar-collapse-menu .nav-item:last-child .nav-link {
          line-height: 1;
          padding-left: 20px;
          border-left: 1px solid #d8d8d850;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition: 500ms;
          transition: 500ms; }
          .Navtop .navbar-collapse-menu .nav-item:last-child .nav-link:hover:before {
            -webkit-transition: 500ms;
            transition: 500ms;
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
          .Navtop .navbar-collapse-menu .nav-item:last-child .nav-link:before {
            margin-top: -10px;
            -webkit-transform: translateY(2px);
                    transform: translateY(2px);
            content: "";
            -webkit-transition: 500ms;
            transition: 500ms;
            display: inline-block;
            width: 25px;
            height: 25px;
            background-size: 25px 25px;
            background-image: url(../images/icon-exitred.svg); }
      .Navtop .navbar-collapse-menu .active .nav-link {
        color: #d31006 !important; }

.irtibat {
  position: relative;
  width: 310px;
  padding-left: 15px;
  height: 116px;
  background-size: 310px 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .irtibat h6 {
    margin-left: 8px;
    color: #F4A27A;
    font-size: 14px;
    letter-spacing: 3.8px; }
    .irtibat h6 p {
      font-size: 28px;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: normal; }

.button {
  position: absolute;
  right: 30px;
  top: 23px;
  z-index: 999;
  font-size: 26px;
  display: none; }

.button a {
  text-decoration: none; }

.btn-open:after {
  content: "";
  display: inline-block;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../images/menu.svg); }

.btn-close:after {
  content: "";
  display: inline-block;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(../images/exit.svg); }

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  padding-bottom: 50px;
  background-color: #1c2327;
  overflow: auto;
  z-index: 9;
  opacity: 0.97; }

.wra {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 10vh auto; }

.wra ul.wra-nav {
  text-transform: capitalize;
  padding: 30px  10px; }
  .wra ul.wra-nav .fa {
    font-size: 18px;
    opacity: 0.8; }

.wra ul.wra-nav li {
  font-size: 20px;
  font-weight: bold;
  display: block;
  opacity: 0.8;
  vertical-align: top;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer; }

.wra-nav-in li {
  font-size: 14px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.active {
  opacity: 1 !important; }

.wra ul.wra-nav li a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition-property: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s; }
  .wra ul.wra-nav li a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2px;
    opacity: 0; }
  .wra ul.wra-nav li a:hover img {
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms; }

.Navbottom {
  z-index: 999; }
  .Navbottom .logo_h {
    padding-bottom: 20px; }
  .Navbottom .copy {
    border-top: 1px solid  #eff0f1;
    position: relative; }
  .Navbottom .footer-text {
    font-size: 13px;
    color: #121619; }

.Slider {
  padding-bottom: 140px;
  -webkit-transform: translateY(70px);
          transform: translateY(70px); }
  .Slider #slick .slick-slide {
    height: 790px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .Slider #slick .slide_text {
    width: 100%;
    z-index: 99;
    text-align: center; }
    .Slider #slick .slide_text-links {
      margin-top: 100px; }
      .Slider #slick .slide_text-links a {
        margin-left: 25px;
        margin-right: 25px; }
    .Slider #slick .slide_text h6 {
      line-height: 1.4;
      font-size: 23px;
      font-weight: bold;
      color: white;
      letter-spacing: 14px; }
    .Slider #slick .slide_text h1 {
      font-family: "Montserrat", sans-serif;
      line-height: 1;
      font-size: 102px;
      font-weight: 600;
      color: white; }
    .Slider #slick .slide_text h5 {
      line-height: 1;
      font-size: 42px;
      font-weight: bold;
      color: #c30d0e; }
    .Slider #slick .slide_text p {
      margin-left: 35%;
      width: 30%;
      margin-top: 25px;
      opacity: 0.31;
      font-size: 13px;
      color: white; }
  .Slider #slick .slick-next {
    right: 30px;
    padding-right: calc((100vw - 1750px) /2); }
    .Slider #slick .slick-next:before {
      content: "" url(../images/icon-right.svg); }
  .Slider #slick .slick-prev {
    left: 30px;
    padding-left: calc((100vw - 1750px) /2); }
    .Slider #slick .slick-prev:before {
      content: "" url(../images/icon-left.svg); }
  .Slider #slick .slick-prev,
  .Slider #slick .slick-next {
    opacity: 0.7;
    z-index: 9999;
    width: 43px;
    height: 43px; }
    .Slider #slick .slick-prev:hover, .Slider #slick .slick-prev:focus,
    .Slider #slick .slick-next:hover,
    .Slider #slick .slick-next:focus {
      -webkit-transition: 500ms;
      transition: 500ms;
      opacity: 1; }
  .Slider:before {
    content: "";
    -webkit-transition: 500ms;
    transition: 500ms;
    display: inline-block;
    height: 315px;
    width: 100%;
    background-color: #495258;
    position: absolute;
    bottom: 15px; }

.Map {
  height: 500px;
  position: relative;
  z-index: 99;
  margin-top: 45px; }
  .Map #map {
    width: 100%;
    height: 100%; }

.Dersler {
  margin-bottom: 100px;
  margin-top: 30px; }
  .Dersler .accordion {
    margin-top: 50px; }
  .Dersler-header {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #000000; }
    .Dersler-header span {
      color: #d31006; }
  .Dersler .card {
    /*padding-bottom: 20px;*/
    margin-bottom: 30px;
    border: 1px solid #e5e6eb;
    border-radius: 9px; }
    .Dersler .card:before {
      content: "";
      display: inline-block;
      -webkit-transition: 500ms;
      transition: 500ms;
      width: 1px;
      height: 100%;
      position: absolute;
      right: calc(18% - 23px);
      background-color: #e5e6eb; }
  .Dersler .card-header {
    position: relative;
    padding: 0; }
    .Dersler .card-header button {
      width: 100%;
      height: 140px;
      z-index: 999;
      cursor: pointer; }
    .Dersler .card-header-in {
      padding-left: 23px;
      height: 140px; }
      .Dersler .card-header-in img {
        width: 140px;
      border-radius: 8px;
      }
      .Dersler .card-header-in-link {
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        padding-right: 20px;
        padding-left: 20px;
        width: 18%;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%; }
        .Dersler .card-header-in-link:after {
          content: "" url(../images/icon-down.svg);
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          margin-left: 5px; }
      .Dersler .card-header-in-text {
        margin-left: 18px;
        padding-right: 30px; }
        .Dersler .card-header-in-text span {
          font-size: 10px;
          font-weight: bold;
          color: #000000; }
          .Dersler .card-header-in-text span strong {
            color: #d31006; }
        .Dersler .card-header-in-text h6 {
          margin-top: 5px;
          font-size: 23px;
          font-weight: 800;
          color: #040404; }
        .Dersler .card-header-in-text p {
          margin-top: 5px;
          line-height: 1.2;
          opacity: 0.63;
          font-size: 13px;
          color: #000000; }
  .Dersler .card-body {
    padding: 0;
    padding-left: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .Dersler .card-body-text {
      padding-left: 140px;
      width: 84%;
      padding-right: 30px; }
      .Dersler .card-body-text p {
        opacity: 0.63;
        font-size: 13px;
        color: #000000; }
    .Dersler .card-body-links {
      width: 16%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .Dersler .card-body-links a {
        width: 80%;
        height: 100px;
        border-radius: 5px;
        position: relative;
        margin-bottom: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .Dersler .card-body-links-video {
        font-size: 12px;
        font-weight: bold;
        color: white;
        background-color: #4757af; }
        .Dersler .card-body-links-video:before {
          margin-top: 5px;
          content: "" url(../images/icon-play.svg);
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms; }
      .Dersler .card-body-links-pdf {
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        background-color: #e5e6eb; }
        .Dersler .card-body-links-pdf:after {
          content: "" url(../images/icon-down.svg);
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms;
          position: absolute;
          right: 25px;
          bottom: 20px; }
        .Dersler .card-body-links-pdf:before {
          margin-top: 5px;
          content: "" url(../images/icon-pdf3.svg);
          display: inline-block;
          -webkit-transition: 500ms;
          transition: 500ms; }

.Akademi {
  position: relative;
  margin-bottom: 90px; }
  .Akademi-left {
    width: 45%;
    height: 300px;
    background-size: cover;
    background-position: right top; }
  .Akademi-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%; }
    .Akademi-right-in h6 {
      line-height: 1;
      font-size: 26px;
      font-weight: bold;
      color: #d31006; }
      .Akademi-right-in h6 span {
        font-weight: 800;
        color: #000000;
        margin-left: 5px; }
    .Akademi-right-in p {
      margin-top: 10px;
      font-size: 13px;
      color: #000000; }
    .Akademi-right-links a {
      position: relative;
      font-size: 17px;
      font-weight: 800;
      color: white;
      -webkit-transition: 500ms;
      transition: 500ms;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 22px; }
      .Akademi-right-links a:hover {
        /*letter-spacing: 4px;*/
        /*-webkit-transition: 500ms;*/
        /*transition: 500ms;*/
      }
        .Akademi-right-links a:hover:before {
          /*-webkit-transition: 500ms;*/
          /*transition: 500ms;*/
          /*-webkit-transform: translate(-50%, -50%) scale(0.8);*/
                  /*transform: translate(-50%, -50%) scale(0.8); */
        }
      .Akademi-right-links a:before {
        -webkit-transition: 500ms;
        transition: 500ms;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -15px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .Akademi-right-links-pdf {
      width: calc(100% - 20px);
      margin-right: 20px;
      height: 93px;
      border-radius: 7px;
      background-color: #4757af; }
      .Akademi-right-links-pdf:before {
        content: "" url(../images/icon-pdf.svg); }
    .Akademi-right-links-quiz {
      width: calc(100% - 20px);
      height: 93px;
      border-radius: 7px;
      background-color: #4fc87b; }
      .Akademi-right-links-quiz:before {
        content: "" url(../images/icon-quiz.svg); }

.Question {
  padding-top: 20px;
  position: relative; }
  .Question-text {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    padding-left: 25%;
    padding-right: 25%; }
  .Question-inner {
    margin-top: 50px; }
  .Question-item {
    position: relative;
    height: 85px;
    border-radius: 6px;
    background-color: #eaecf1;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 60px;
    padding-right: 60px; }
    .Question-item input[type=radio] {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      cursor: pointer;
      opacity: 0; }
    .Question-item-harf {
      font-size: 26px;
      font-weight: bold;
      color: #000000;
      position: absolute;
      left: 30px; }
    .Question-item p {
      line-height: 1.5;
      font-size: 14px;
      text-align: center;
      color: #000000; }
    .Question-item-active {
      background-color: #4fc87b; }
      .Question-item-active p {
        color: white; }
      .Question-item-active span {
        color: white; }
  .Question .swiper-container {
    padding-top: 80px;
    padding-bottom: 100px; }
    .Question .swiper-container .swiper-pagination-bullets {
      bottom: auto;
      top: 0px; }
    .Question .swiper-container .swiper-pagination-bullet-active {
      background-color: #4757af;
      width: 13px;
      height: 13px;
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
  .Question .swiper-button-prev,
  .Question .swiper-button-next {
    top: auto;
    bottom: 67px;
    width: 164px;
    height: 67px;
    border-radius: 4px;
    background-color: #4757af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: white;
    z-index: 9999; }
  .Question .swiper-button-prev.swiper-button-disabled,
  .Question .swiper-button-next.swiper-button-disabled {
    display: none; }
  .Question .swiper-button-prev,
  .Question .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon-left.svg);
    left: calc((100vw - 1200px) /2 + 22px);
    padding-left: 30px;
    background-position-x: 30px;
    z-index: 9999999; }
    .Question .swiper-button-prev:hover,
    .Question .swiper-container-rtl .swiper-button-next:hover {
      -webkit-transition: 500ms;
      transition: 500ms;
      background-position-x: 20px; }
  .Question .swiper-button-next,
  .Question .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon-right.svg);
    right: calc((100vw - 1200px) /2 + 22px);
    padding-right: 40px;
    background-position-x: 110px; }
    .Question .swiper-button-next:hover,
    .Question .swiper-container-rtl .swiper-button-prev:hover {
      -webkit-transition: 500ms;
      transition: 500ms;
      background-position-x: 120px; }
  .Question-gonder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translateY(-67px);
            transform: translateY(-67px);
    width: 164px;
    background-color: transparent;
    position: relative;
    z-index: 99;
    margin-left: auto; }
    .Question-gonder button {
      cursor: pointer;
      width: 164px;
      height: 67px;
      border-radius: 4px;
      background-color: #4fc87b;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px;
      font-weight: 600;
      color: white; }

.Question_finish {
  text-align: center;
  color: #000000; }
  .Question_finish-in {
    margin-bottom: 90px;
    padding-left: 25%;
    padding-right: 25%; }
  .Question_finish img {
    margin-bottom: 30px; }
  .Question_finish h6 {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: normal; }
  .Question_finish h1 {
    line-height: 1;
    font-size: 47px;
    font-weight: bold;
    letter-spacing: normal; }
  .Question_finish p {
    margin-top: 10px;
    font-size: 13px; }
  .Question_finish-links {
    margin-top: 60px; }
    .Question_finish-links-tekrar {
      line-height: 1.2;
      padding: 20px 25px;
      border-radius: 7px;
      font-size: 15px;
      font-weight: bold;
      color: white;
      background-color: #4FC87B;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 500ms;
      transition: 500ms; }
      .Question_finish-links-tekrar:hover {
        letter-spacing: 3px;
        -webkit-transition: 500ms;
        transition: 500ms; }
    .Question_finish-links a {
      line-height: 1.2;
      margin-left: 20px;
      margin-right: 20px;
      padding: 20px 25px;
      border-radius: 7px;
      font-size: 15px;
      font-weight: bold;
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .Question_finish-links a:before {
        margin-right: 10px;
        -webkit-transition: 500ms;
        transition: 500ms;
        display: inline-block; }
    .Question_finish-links-pdf {
      background-color: #4757af; }
      .Question_finish-links-pdf:before {
        content: "" url(../images/icon-pdf2.svg); }
    .Question_finish-links-baski {
      background-color: #df0029; }
      .Question_finish-links-baski:before {
        content: "" url(../images/icon-mail.svg); }

.Main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 3%; }

.Account {
  padding-top: 3vh;
  width: 400px;
  height: 100%; }
  .Account .navbar {
    padding-left: 0;
    padding-right: 0; }
  .Account-in {
    margin-top: 5vh; }
  .Account-head {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
    .Account-head p {
      font-size: 22px;
      font-weight: 800;
      color: #e11815; }
      .Account-head p span {
        font-weight: bold;
        color: #000000; }
    .Account-head h6 {
      line-height: 1;
      font-size: 40px;
      font-weight: 800;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000000; }
      .Account-head h6:before {
        content: "";
        -webkit-transition: 500ms;
        transition: 500ms;
        margin-right: 12px;
        display: inline-block;
        position: absolute;
        left: 0;
        width: 33px;
        height: 42px;
        background-size: 33px 42px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-lock.svg); }
  .Account-item {
    height: 7vh;
    margin-bottom: 15px;
    border: 1px solid  #dfdfdf;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Account-item input {
      border: none;
      font-size: 14px;
      color: #7e7e7e;
      padding-left: 20px; }
      .Account-item input::-webkit-input-placeholder {
        font-size: 14px;
        color: #7e7e7e; }
      .Account-item input::-ms-input-placeholder {
        font-size: 14px;
        color: #7e7e7e; }
      .Account-item input::placeholder {
        font-size: 14px;
        color: #7e7e7e; }
    .Account-item .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-right: 1px solid  #dfdfdf;
      color:#CDCDCD;
      height: 100%;
      width: 75px;
      font-size: 28px;
      justify-content: center;
      align-items: center;    
    }
      .Account-item .icon-man {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-man.svg); }
      .Account-item .icon-phone {
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-phone.svg); }
    .Account-item-send {
      margin-bottom: 4vh;
      margin-top: 15px;
      width: 100%;
      height: 67px;
      border-radius: 5px;
      background-color: #21a96b;
      font-size: 14px;
      font-weight: bold;
      color: white;
      -webkit-transition: 500ms;
      transition: 500ms;
      cursor: pointer; }
      .Account-item-send:hover {
        letter-spacing: 5px;
        -webkit-transition: 500ms;
        transition: 500ms;
        color: white; }
  .Account-text {
    font-size: 14px;
    line-height: 1.29;
    color: #7e7e7e; }
    .Account-text a {
      font-weight: 600;
      color: #000;
      text-decoration: underline; }

.Poster {
  height: 100%;
  width: calc(100% - 400px);
  background-position: left;
  background-size: cover; }
  .Poster-man {
    width: 27%;
    position: absolute;
    bottom: 0;
    right: 0; }

.Footer {
  position: absolute;
  bottom: 3vh; }

.datepicker-days {
  font-family: "Armata", sans-serif; }
  .datepicker-days td {
    width: 35px !important;
    height: 30px !important;
    font-size: 15px !important; }
    .datepicker-days td:hover {
      color: #fff;
      background-color: #bfbfbf !important;
      -webkit-transition: 500ms;
      transition: 500ms; }
  .datepicker-days tbody .active {
    background-color: #d31006 !important;
    background-image: none !important; }
  .datepicker-days thead {
    background-color: #d31006;
    color: #FFFFFF; }
    .datepicker-days thead tr:nth-of-type(2) th:nth-of-type(1) {
      border-top-left-radius: 4px !important; }
    .datepicker-days thead tr:nth-of-type(2) th:nth-of-type(3) {
      border-top-right-radius: 4px !important; }
    .datepicker-days thead tr:nth-of-type(2) th {
      padding-top: 10px; }
    .datepicker-days thead tr:nth-of-type(3) th {
      padding-bottom: 5px; }
    .datepicker-days thead th {
      border-radius: 0px !important; }
      .datepicker-days thead th:hover {
        background-color: #d31006 !important;
        -webkit-transition: 500ms;
        transition: 500ms; }
    .datepicker-days thead .prev {
      color: transparent; }
      .datepicker-days thead .prev:before {
        content: "";
        margin-right: -20px;
        width: 14px;
        height: 14px;
        display: inline-block;
        background-image: url(../images/icon-left.svg);
        background-size: 14px 14px; }
    .datepicker-days thead .next {
      color: transparent; }
      .datepicker-days thead .next:before {
        content: "";
        margin-left: -5px;
        width: 14px;
        height: 14px;
        display: inline-block;
        background-image: url(../images/icon-right.svg);
        background-size: 14px 14px; }

.bootstrap-timepicker-widget table td input {
  border: none;
  font-family: "Armata", sans-serif;
  font-size: 15px !important; }

.fancybox-container {
  z-index: 999999999 !important; }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 991px) {
  .mobile {
    display: block !important; }
  .Navtop {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    position: fixed;
    z-index: 99;
    background-color: white;
    width: 100%;
    height: auto; }
    .Navtop-account {
      position: absolute;
      left: 105px;
      top: 17px; }
      .Navtop-account p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 13px;
        font-weight: 500;
        color: #000000;
        line-height: 1.3; }
        .Navtop-account p span {
          color: #d31006; }
    .Navtop-head {
      display: none; }
    .Navtop .navbar {
      height: auto;
      border-radius: 4px;
      background-color: transparent;
      z-index: 99;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .Navtop .navbar-nav {
        height: 100%; }
      .Navtop .navbar-brand {
        width: 60px;
        background-color: white;
        padding: 4px 5px;
        -webkit-transform: translateY(18px);
                transform: translateY(18px); }
        .Navtop .navbar-brand img {
          width: 100%;
          height: auto; }
      .Navtop .navbar-collapse {
        padding-top: 0;
        padding-bottom: 0;
        height: 100%; }
        .Navtop .navbar-collapse-menu .nav-item {
          height: 100%;
          margin-left: 30px;
          position: relative;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .Navtop .navbar-collapse-menu .nav-item .nav-link {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: normal;
            text-align: right;
            color: #000000;
            position: relative;
            -webkit-transition: 500ms;
            transition: 500ms; }
            .Navtop .navbar-collapse-menu .nav-item .nav-link:hover {
              color: #d31006;
              -webkit-transition: 500ms;
              transition: 500ms; }
          .Navtop .navbar-collapse-menu .nav-item:last-child .nav-link {
            line-height: 1;
            padding-left: 20px;
            border-left: 1px solid #d8d8d850;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-transition: 500ms;
            transition: 500ms; }
            .Navtop .navbar-collapse-menu .nav-item:last-child .nav-link:hover:before {
              -webkit-transition: 500ms;
              transition: 500ms;
              -webkit-transform: scale(1.2);
                      transform: scale(1.2); }
            .Navtop .navbar-collapse-menu .nav-item:last-child .nav-link:before {
              margin-top: -10px;
              -webkit-transform: translateY(2px);
                      transform: translateY(2px);
              content: "";
              -webkit-transition: 500ms;
              transition: 500ms;
              display: inline-block;
              width: 25px;
              height: 25px;
              background-size: 25px 25px;
              background-image: url(../images/icon-exitred.svg); }
        .Navtop .navbar-collapse-menu .active .nav-link {
          color: #d31006 !important; }
  .Akademi {
    margin-bottom: 40px; }
    .Akademi-in {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .Akademi-left {
      width: 100%;
      height: auto;
      background-image: none; }
    .Akademi-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      text-align: center; }
      .Akademi-right-in {
        margin-top: 35px; }
        .Akademi-right-in h6 {
          font-size: 24px; }
        .Akademi-right-in p {
          margin-top: 25px; }
      .Akademi-right-links {
        margin-top: 60px; }
        .Akademi-right-links a {
          font-size: 14px;
          line-height: 1.2;
          align-items: center!important;
          padding-bottom: 0px; }
      .Akademi-right-links a:first-child {
        padding-top: 15px;

      }
        .Akademi-right-links-pdf {
          width: calc(100% - 10px);
          margin-right: 10px;
          height: 80px; }
        .Akademi-right-links-quiz {
          width: calc(100% - 10px);
          height: 80px; }
  .Question_finish-in {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0; }
  .Question_finish img {
    margin-bottom: 10px;
    width: 70px; }
  .Question_finish h6 {
    font-size: 24px; }
  .Question_finish h1 {
    font-size: 36px; }
  .Question_finish p {
    margin-top: 5px; }
  .Question_finish-links {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .Question_finish-links a {
      margin-left: 0px;
      margin-right: 0px;
      padding: 15px 20px;
      font-size: 13px;
      margin-bottom: 10px; }
  .Question-text {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px; }
  .Question-inner {
    margin-top: 20px; }
  .Question-item {
    position: relative;
    height: auto;
    padding: 40px 10px 10px 10px; }
    .Question-item-harf {
      font-size: 24px;
      top: 20px;
      left: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .Question-item p {
      font-size: 13px; }
  .Question .swiper-container {
    padding-bottom: 0px; }
  .Question .swiper-button-prev,
  .Question .swiper-button-next {
    top: auto;
    bottom: 10px;
    width: 140px;
    height: 60px;
    font-size: 14px; }
  .Question .swiper-button-prev,
  .Question .swiper-container-rtl .swiper-button-next {
    left: 15px !important;
    padding-left: 30px;
    background-position-x: 25px; }
    .Question .swiper-button-prev:hover,
    .Question .swiper-container-rtl .swiper-button-next:hover {
      background-position-x: 20px; }
  .Question .swiper-button-next,
  .Question .swiper-container-rtl .swiper-button-prev {
    right: 15px !important;
    padding-right: 35px;
    background-position-x: 95px; }
    .Question .swiper-button-next:hover,
    .Question .swiper-container-rtl .swiper-button-prev:hover {
      background-position-x: 100px; }
  .Question-gonder {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    width: 140px; }
    .Question-gonder button {
      width: 140px;
      height: 60px;
      font-size: 14px; }
  .Banner {
    background-image: none !important;
    height: auto;
    padding-top: 67px; }
  .Main {
    padding-left: 30px;
    padding-right: 30px; }
  .Account {
    padding-top: 0px;
    width: 100%;
    height: 100%; }
    .Account .navbar {
      padding-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .Account .navbar-brand {
        margin-right: 0; }
        .Account .navbar-brand img {
          width: 70px; }
    .Account-in {
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .Account-head {
      padding-left: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      .Account-head p {
        font-size: 18px; }
      .Account-head h6 {
        font-size: 28px; }
        .Account-head h6:before {
          background-size: 22px 32px; }
    .Account-item {
      width: 100%; }
      .Account-item input {
        font-size: 13px; }
        .Account-item input::-webkit-input-placeholder {
          font-size: 13px; }
        .Account-item input::-ms-input-placeholder {
          font-size: 13px; }
        .Account-item input::placeholder {
          font-size: 13px; }
      .Account-item .icon-man {
        background-size: 16px 21px; }
      .Account-item .icon-phone {
        background-size: 16px 24px; }
      .Account-item-send {
        margin-bottom: 4vh;
        margin-top: 15px;
        width: 100%;
        height: 67px;
        border-radius: 5px;
        background-color: #21a96b;
        font-size: 14px;
        font-weight: bold;
        color: white;
        -webkit-transition: 500ms;
        transition: 500ms;
        cursor: pointer; }
        .Account-item-send:hover {
          letter-spacing: 5px;
          -webkit-transition: 500ms;
          transition: 500ms;
          color: white; }
  .Poster {
    display: none; }
  .Footer {
    padding-right: 30px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    font-size: 13px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
  .Dersler {
    margin-bottom: 40px;
    margin-top: 30px; }
    .Dersler .accordion {
      margin-top: 30px; }
    .Dersler-header {
      font-size: 24px; }
    .Dersler .card {
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .Dersler .card:before {
        display: none; }
    .Dersler .card-header {
      position: relative;
      padding: 0; }
      .Dersler .card-header-in {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 0px;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .Dersler .card-header-in img {
          display: none; }
        .Dersler .card-header-in-link {
          margin-top: 10px;
          margin-right: auto;
          width: 100%; }
        .Dersler .card-header-in-text {
          margin-left: 15px;
          padding-right: 15px; }
          .Dersler .card-header-in-text h6 {
            font-size: 20px; }
    .Dersler .card-body {
      padding: 0;
      padding-left: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .Dersler .card-body-text {
        margin-top: 10px;
        padding-left: 0px;
        width: 100%;
        text-align: center;
        padding-right: 15px; }
      .Dersler .card-body-links {
        margin-top: 15px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .Dersler .card-body-links a {
          width: 50%;
          height: 100px; }
  .button {
    display: inline !important; }
  .navbar-collapse-menu {
    display: none; }
  .Navbottom .footer-text {
    text-align: center;
    font-size: 11px;
    margin-top: 10px; } }

@media (min-width: 991px) and (max-width: 1150px) {
  .Navtop .navbar-collapse-menu .nav-item {
    margin-left: 15px; } }

@media (min-width: 1920px) {
  .Banner {
    background-position: center bottom !important; } }
