body {
  font-family: 'Exo', sans-serif;
  font-size: .875rem;
}

@media only screen and (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
}

.border-general {
  border-color: #949494;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.fw-medium {
  font-weight: 500;
}

#header {
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  #header {
    display: none;
  }
}

#header .top .me-130 {
  margin-right: 130px;
}

@media only screen and (max-width: 1199px) {
  #header .top .me-130 {
    margin-right: 60px;
  }
}

#header .top .icon {
  width: 39px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
}

#header .top .icon.headset {
  background: #ff9c00;
}

#header .top .icon.whatsapp {
  background: #0dba00;
}

#header .top .icon.instagram {
  background: #d11499;
}

#header .top .icon.facebook {
  background: #3f67a9;
}

#header .top .icon.youtube {
  background: #FF0000;
}

#header .top .icon.twitter {
  background: #1DA1F2;
}

#header .top .link {
  color: #707070;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .top .link:hover {
  color: #111;
}

#header .top .search-btn {
  display: block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
  background: #969696;
  cursor: pointer;
}

#header .top .menu .nav-item .nav-link {
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .top .menu .nav-item .nav-link:hover {
  color: #111;
}

#header .top .search-area {
  position: relative;
  z-index: 99;
}

#header .top .search-area .search-form {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  display: none;
}

#header .top .search-area .search-form.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .top .search-area .search-form input {
  width: 160px;
  height: 40px;
  padding: 5px;
}

#header .top .search-area .search-form button {
  height: 40px;
  padding: 10px;
  background: #0053a1;
}

@media only screen and (max-width: 1199px) {
  #header .bottom {
    padding: 5px 0;
  }
  #header .bottom .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header .bottom .nav .nav-item {
  position: relative;
}

#header .bottom .nav .nav-item .nav-link {
  font-size: 1.0625rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #414042;
  padding: 30px 20px;
}

@media only screen and (max-width: 1199px) {
  #header .bottom .nav .nav-item .nav-link {
    padding: 20px 10px;
  }
}

#header .bottom .nav .nav-item .nav-link:hover {
  color: #0053a1;
}

#header .bottom .nav .nav-item:hover > .submenu {
  display: block;
  opacity:1;
  visibility:visible;
}

#header .bottom .nav .nav-item .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.80);
  padding: 0;
  min-width: 200px;
  /*display: none;*/
  border-top: 1px solid #ee3037;
  
  -webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity:0;
	visibility:hidden;
}

#header .bottom .nav .nav-item .submenu li {
  list-style: none !important;
}

#header .bottom .nav .nav-item .submenu li:last-child a {
  border-bottom: none;
}

#header .bottom .nav .nav-item .submenu li a {
  padding: 10px 5px;
  display: block;
  color: #414042;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-bottom: 1px solid #a7a7a7;
}

#header .bottom .nav .nav-item .submenu li a:hover {
  color: #0053a1;
}

#header .bottom .logo {
  top: -20px;
}

@media only screen and (max-width: 1199px) {
  #header .bottom .logo {
    top: 0;
    position: static !important;
  }
}

#header .bottom .logo .logo-img {
  max-width: 180px;
}

@media only screen and (max-width: 1199px) {
  #header .bottom .logo .logo-img {
    max-width: 75px;
  }
}

#headerMobile {
  padding: 5px 0;
}

@media only screen and (max-width: 767px) {
  #headerMobile .logo-link {
    position: absolute;
    z-index: 10;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: -20px;
  }
}

#headerMobile .logo {
  max-width: 85px;
}

@media only screen and (max-width: 767px) {
  #headerMobile .logo {
    max-width: 85px;
    /*border: 3px solid #fff;*/
    border-radius: 50%;
  }
}

#headerMobile .nav .nav-item .nav-link {
  color: #414042;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#headerMobile .nav .nav-item .nav-link:hover {
  color: #0053a1;
}

#headerMobile .nav .nav-item .nav-link i {
  background: #0053a1;
  color: #fff;
  padding: 5px;
  border-radius: 30px;
}

#headerMobile button,
#headerMobile .button {
  background: #0053a1;
  color: #fff;
  border: 0;
  border-radius: 2px;
  float: right;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

#slider {
  overflow: hidden;
  position: relative;
}

#slider img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 991px) {
  #slider img {
    /*height: 400px;*/
	height: auto;
  }
}

@media only screen and (max-width: 576px) {
  #slider img {
    /*height: 300px;*/
    height: auto;
  }
}

#slider .prev {
  position: absolute !important;
  top: 50% !important;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 99;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #slider .prev {
    width: 35px;
    height: 35px;
    line-height: 40px;
  }
}

#slider .prev:hover {
  background: #fff;
}

#slider .prev i {
  border: 1px solid #414042;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

@media only screen and (max-width: 991px) {
  #slider .prev i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

#slider .next {
  position: absolute !important;
  top: 50% !important;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.8);
  width: 70px;
  height: 70px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 99;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #slider .next {
    width: 35px;
    height: 35px;
    line-height: 40px;
  }
}

#slider .next:hover {
  background: #fff;
}

#slider .next i {
  border: 1px solid #414042;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

@media only screen and (max-width: 991px) {
  #slider .next i {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

#latestanno {
  background: #0053a1;
}

@media only screen and (max-width: 576px) {
  #latestanno {
    padding: 0 20px;
  }
}

#latestanno .title-area {
  background: #ec1c24;
  position: relative;
}

#latestanno .title-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-left: 9999px;
  margin-left: -9999px;
  background: #ec1c24;
}

#latestanno .title {
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  padding: 20px 20px 20px 0;
}

#latestanno .title span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}

#latestanno .arrow-button {
  color: #fff;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  #latestanno .arrow-button {
    display: none !important;
  }
}

#latestanno .arrow-button:hover {
  background: #fff;
  color: #0053a1;
}

@media only screen and (max-width: 767px) {
  #latestanno .slider-area {
    padding: 20px 0;
  }
}

#latestanno .slide-area {
  width: 87%;
}

@media only screen and (max-width: 991px) {
  #latestanno .slide-area {
    width: 75%;
  }
}

@media only screen and (max-width: 576px) {
  #latestanno .slide-area {
    width: 100%;
  }
}

#latestanno .slide-area a {
  color: #fff;
}

#latestanno .slide-area a span {
  font-size: .75rem;
}

#latestanno .slide-area a .block-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  #about .about-area {
    border-radius: 30px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px) {
  #about .about-area img {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  #about .about-area img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#about .about-area .meta {
  background: #0053a1;
  color: #fff;
  padding: 20px 0 20px 20px;
}

#about .about-area .meta .title {
  font-size: 1.125rem;
  font-weight: bold;
}

#about .about-area .meta .job {
  font-size: .75rem;
}

#about .about-area .meta .details-button {
  background: #023565;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: .75rem;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .about-area .meta .details-button:hover {
  background: #01284d;
}

#about .about-area .meta .details-button img {
  width: .8125rem;
  height: 13px;
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  #about .about-area .meta .metas {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#about .right-area {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

@media only screen and (max-width: 991px) {
  #about .right-area {
    padding: 20px 0 !important;
    border: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  #about .right-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#about .right-area .tab {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  #about .right-area .tab {
    width: 100%;
  }
}

#about .right-area .tab .nav-item {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #about .right-area .tab .nav-item {
    margin-bottom: 5px;
  }
}

#about .right-area .tab .nav-item:last-child {
  margin-bottom: 0;
}

#about .right-area .tab .nav-item .nav-link {
  background: #949494;
  color: #fff;
  font-size: 1rem;
  padding: 15px;
  border-radius: 10px;
  min-width: 200px;
  max-width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #about .right-area .tab .nav-item .nav-link {
    min-width: 100%;
    max-width: 100%;
  }
}

#about .right-area .tab .nav-item .nav-link.active {
  min-width: 100%;
  max-width: 100%;
  background: #0053a1;
  color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767px) {
  #about .right-area .tab .nav-item .nav-link.active {
    border-radius: 10px;
  }
}

#about .right-area .tab .nav-item .nav-link i {
  margin-right: 5px;
}

#about .right-area .tab-content {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  #about .right-area .tab-content {
    width: 100%;
    margin-top: 20px;
  }
}

#about .right-area .tab-content .tab-icerik {
  padding: 20px;
}

#about .right-area .tab-content .top-link {
  position: absolute;
  right: 0;
  top: 0;
  background: #949494;
  color: #fff;
  border-bottom-left-radius: 10px;
  padding: 5px 10px;
  font-size: .75rem;
}

#about .right-area .tab-content .new-list .nav-item {
  margin-bottom: 5px;
  width:100%;
}

#about .right-area .tab-content .new-list .nav-item:last-child {
  margin-bottom: 0;
}

#about .right-area .tab-content .new-list .nav-item .thumbnail {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 75%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .right-area .tab-content .new-list .nav-item:hover .thumbnail {
  opacity: 100%;
}

#about .right-area .tab-content .new-list .nav-item .content {
  color: #949494;
  font-size: .75rem;
  margin-left: 10px;
}

#about .right-area .tab-content .new-list .nav-item .title {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #0053a1;
  text-transform: uppercase;
  border-left: 2px solid #949494;
  padding-left: 5px;
  margin: 5px 0 3px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#about .right-area .tab-content .new-list .nav-item .title:hover {
  color: #ec1c24;
  border-color: #ec1c24;
}

#about .right-area .tab-content .new-list .nav-item .desc {
  color: #414042;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#menuArea {
  padding: 70px 0;
  background: url("../img/menu-bg.png");
  background-size: 100% 100%;
}

#menuArea .menu-link {
  color: #949494;
  text-transform: uppercase;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

#menuArea .menu-link span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menuArea .menu-link i {
  font-size: 1.5rem;
  color: #0053a1;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menuArea .menu-link:hover i {
  margin-right: 20px;
}

#demo {
  overflow: hidden;
}

#demo .title {
  font-size: 1.875rem;
  color: #414042;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

#demo .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: #949494;
  bottom: 0;
  left: 0;
}

#demo .desc {
  color: #414042;
  margin-bottom: 50px;
}

#demo .row i {
  font-size: 3.125rem;
  color: #0053a1;
  margin-right: 10px;
}

#demo .row .count-box {
  line-height: 20px;
}

#demo .row .count-box .count {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

#demo .image-box {
  position: relative;
  padding: 30px;
}

#demo .image-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #0053a1;
  margin-right: -1000px;
  padding-right: 1000px;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}

#gallery {
  background: url("../img/gallery-bg.png");
  background-size: 100% 100%;
  padding: 40px 0;
}

#gallery .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#gallery .title-area:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: #949494;
  bottom: 0;
  left: 0;
}

#gallery .title-area .title {
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #414042;
}

#gallery .title-area .link {
  font-size: 1.25rem;
  color: #414042;
  margin-bottom: 2px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#gallery .title-area .link:hover {
  color: #111;
}

#gallery .img-link:hover .image {
  opacity: 100%;
}

#gallery .image {
  width: 100%;
  height: 200px;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 85%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #gallery .image {
    height: 250px;
  }
}

#gallery .img-title {
  margin-top: 20px;
  text-align: center;
  font-size: 1.125rem;
  color: #414042;
}

#gallery .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 3.125rem;
}

@media only screen and (max-width: 991px) {
  #gallery .border-start {
    border: none !important;
  }
}

@media only screen and (max-width: 991px) {
  #gallery .video-area {
    margin-top: 30px;
  }
  #gallery .video-area .image {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  #gallery .video-area .image {
    height: 250px;
  }
}

@media only screen and (max-width: 767px) {
  #gallery .row .col-12 {
    margin-bottom: 20px;
  }
  #gallery .row .col-12:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  #socialarea .col-12 {
    margin-bottom: 20px;
  }
  #socialarea .col-12:last-child {
    margin-bottom: 0;
  }
}

#socialarea .iframe-box {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 5px;
}

#socialarea .iframe-box iframe {
  width: 100%;
  height: 350px;
}

#brands .brands-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#brands .brands-list img {
  max-height: 5.625rem;
}

#brands .slick-dots {
  bottom: -50px;
}

#brands .slick-dots li {
  width: 14px;
  height: 14px;
}

#brands .slick-dots .slick-active button {
  background: transparent;
}

#brands .slick-dots button {
  background: #e21320;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 3px solid #e21320;
  padding: 0;
}

#brands .slick-dots button:before {
  content: none;
}

#detail-page {
  margin-top: 85px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 767px) {
  #detail-page {
    margin-bottom: 50px;
  }
}

#detail-page .title {
  text-transform: uppercase;
  color: #414042;
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 80px;
}

#detail-page .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: #949494;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#detail-page .widget {
  margin-bottom: 100px;
}

#detail-page .widget .widget-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #414042;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#detail-page .widget .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 6px;
  background: #949494;
}

#detail-page .widget .menu {
  padding: 0;
  margin: 0;
}

#detail-page .widget .menu .nav-item .nav-link {
  color: #414042;
  padding: 10px 0;
  font-weight: 300;
  border-top: 1px solid #949494;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detail-page .widget .menu .nav-item .nav-link:before {
  content: "";
  background: url("../img/menu-right-arrow.png") no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#detail-page .widget .menu .nav-item .nav-link:hover {
  color: #e21320;
}

#detail-page .widget .menu .nav-item .nav-link:hover:before {
  background: url("../img/menu-right-arrow-hover.png");
}

#detail-page .widget .menu .nav-item:last-child .nav-link {
  border-bottom: 1px solid #949494;
}

#detail-page .widget .latestanno .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #949494;
  padding: 5px 0;
}

#detail-page .widget .latestanno .nav-item:hover .thumbnail {
  opacity: 100%;
}

#detail-page .widget .latestanno .nav-item:hover .content .l-title {
  color: #ec1c24;
}

#detail-page .widget .latestanno .nav-item .thumbnail {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  opacity: 85%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#detail-page .widget .latestanno .nav-item .content .date {
  font-size: .75rem;
  color: #949494;
}

#detail-page .widget .latestanno .nav-item .content .l-title {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #414042;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#detail-page .article .thumbnail {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 85%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  #detail-page .article .thumbnail {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  #detail-page .article .thumbnail {
    height: 150px;
    border-radius: 10px;
  }
}

#detail-page .article .content {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  #detail-page .article .content {
    padding: 0;
    margin-top: 5px;
  }
}

#detail-page .article .content .date {
  color: #949494;
  font-size: .75rem;
}

#detail-page .article .content .article-title {
  font-size: 1.25rem;
  color: #414042;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#detail-page .article:hover .thumbnail {
  opacity: 100%;
}

#detail-page .article:hover .content .article-title {
  color: #ec1c24;
}

#footer .top {
  background: #0053a1;
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  #footer .top {
    padding: 30px 0;
  }
}

#footer .top .footer-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

#footer .top .menu .nav-item .nav-link {
  color: #fff;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .top .menu .nav-item .nav-link:hover {
  text-decoration: underline;
}

#footer .top .menu .nav-item .nav-link:before {
  content: "";
  background: url("../img/white-arrow.png") no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}

#footer .top .social .nav-item .nav-link {
  color: #fff;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .top form {
  margin-top: 40px;
}

#footer .top form input {
  height: 50px;
  border: 0;
  padding: 0 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media only screen and (max-width: 767px) {
  #footer .top form input {
    width: 50%;
  }
}

@media only screen and (max-width: 579px) {
  #footer .top form input {
    width: 100%;
    border-radius: 15px;
  }
}

#footer .top form button {
  background: #023565;
  color: #fff;
  border: 0;
  height: 50px;
  font-weight: bold;
  font-size: .875rem;
  padding: 0 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 579px) {
  #footer .top form button {
    display: none;
  }
}

#footer .top form button:hover {
  background: #fff;
  color: #023565;
}

#footer .bottom {
  background: #023565;
}

#page {
  position: relative;
}

#page.open {
  left: 50%;
  position: relative;
}

#menu {
  background: #0053a1;
  position: fixed;
  z-index: 999;
  top: 0;
  left: -50%;
  bottom: 0;
  right: 0;
  width: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu.open {
  left: 0;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#menu ul li.active {
  background: rgba(0, 0, 0, 0.1);
}

#menu ul li a,
#menu ul li span {
  padding: 10px;
  color: #fff;
  display: block;
}

#menu ul li span {
  cursor: pointer;
}

#menu ul li span:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

#menu ul li ul {
  margin: 0;
  padding: 0;
  display: none;
}

#menu ul li ul li a {
  padding: 10px;
}

#menu .phone {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

#closeMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

#closeMenu.hidden {
  display: none;
}


/*ykd*/
#brands { margin-bottom:100px; }


.baskanla-fotograflar { margin-bottom:100px; }

.baskanla-fotograflar .title {
  font-size: 1.875rem;
  color: #414042;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.baskanla-fotograflar .title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: #949494;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

.baskanla-fotograflar .fotograf-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.baskanla-fotograflar .fotograf-list img {
  max-height: 195px;
}

.baskanla-fotograflar .slick-dots {
  bottom: -50px;
}

.baskanla-fotograflar .slick-dots li {
  width: 14px;
  height: 14px;
}

.baskanla-fotograflar .slick-dots .slick-active button {
  background: transparent;
}

.baskanla-fotograflar .slick-dots button {
  background: #e21320;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 3px solid #e21320;
  padding: 0;
}

.baskanla-fotograflar .slick-dots button:before {
  content: none;
}


#about .haberler-title {
  font-size: 1.875rem;
  color: #414042;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

#about .haberler-title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  background: #949494;
  bottom: 0;
}

#detail-page .meclis-parti .title { text-align:left; margin-bottom:30px; font-size:18px; }
#detail-page .meclis-parti .title:before { left:0; transform:unset; -webkit-transform:unset; }
#detail-page .meclis-parti .article .content .article-title { font-size:14px; }

.icerik-modul-liste a { display:block; padding:10px; background:#e7e7e7; border-radius:4px; color:#414042; }
.icerik-modul-liste a:hover { color:#0053a1; }


/*ykdsoft*/
/*# sourceMappingURL=main.min.css.map */