@charset "UTF-8";

/*=============================================================

                    Sosyal Guvenlik Kurumu
                Hizmet Sunumu Genel Mudurlugu
              Kurumsal Yazilimlar Daire Baskanligi
                    Kurumsal Web Site Projesi

                       16-05-2022 - v1.0.0

=============================================================*/

.sgk-text-color-maximum-red {
  color: #ce0000 !important;
}
.sgk-text-color-honey-dew {
  color: #f1faee !important;
}
.sgk-text-color-powder-blue {
  color: #a8dadc !important;
}
.sgk-text-color-celadon-blue {
  color: #457b9d !important;
}
.sgk-text-color-prussian-blue {
  color: #1d3557 !important;
}
.sgk-text-color-white {
  color: #fff !important;
}
.sgk-text-color-black {
  color: #000 !important;
}
.sgk-text-color-grey {
  color: #eee !important;
}
.sgk-text-color-blue {
  color: #006fce !important;
}
.sgk-bg-color-maximum-red {
  background-color: #ce0000 !important;
}
.sgk-bg-color-honey-dew {
  background-color: #f1faee !important;
}
.sgk-bg-color-powder-blue {
  background-color: #a8dadc !important;
}
.sgk-bg-color-celadon-blue {
  background-color: #457b9d !important;
}
.sgk-bg-color-prussian-blue {
  background-color: #1d3557 !important;
}
.sgk-bg-color-white {
  background-color: #fff !important;
}
.sgk-bg-color-black {
  background-color: #000 !important;
}
.sgk-bg-color-grey {
  background-color: #eee !important;
}
.sgk-bg-color-blue {
  background-color: #006fce !important;
}
.sgk-bg-color-gradient {
    background-color: #154474;
    background-image: linear-gradient(90deg, #EBA60B 0%, #EBA60B 100%);
}
.sgk-bg-color-grey-soft {
  background-color: #f9f9f9 !important;
}
*::selection {
  background-color: #006fce;
}
.sgk-top-bar .sgk-top-social #top-social li {
  border-left: none;
}
.sgk-top-bar .sgk-top-social #top-social i {
  color: #fff !important;
}
.sgk-top-bar .sgk-top-social .sgk-top-bar-menu .active-lang {
  color: #fff !important;
}
.sgk-top-bar .sgk-top-social .sgk-top-bar-menu:hover {
  background-color: #333995;
}
.sgk-top-bar .sgk-top-social .sgk-top-bar-menu ul {
  width: 54px;
  border-top-color: #9cd0e3;
}
.sgk-top-bar .sgk-top-social .sgk-top-bar-menu ul li:hover {
  background-color: #333995 !important;
}

.search-full-view {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  z-index: 9999 !important;
  transition: 0.5s all;
  transform: scale(0);
}
.search-full-view .input-group {
  width: 80%;
  margin: 0 auto;
  top: 40%;
  height: 100px;
}
.search-full-view .input-group .form-control {
  background: transparent;
  border-bottom: 2px solid #ddeaf1;
  font-size: 2em;
  padding: 10px;
  vertical-align: unset;
  color: #ddeaf1;
  text-align: center;
  border-color: #ddeaf1;
  border: 0 !important;
  border-bottom: 2px solid #ddeaf1 !important;
  color: #1d3557;
}
.search-full-view .input-group .form-control:focus {
  border-color: #ddeaf1;
  border: 0 !important;
  border-bottom: 2px solid #ddeaf1 !important;
  color: #1d3557;
}
.search-full-view .input-group .input-group-addon {
  background: transparent;
  font-size: 1em;
  color: #1d3557;
  border: 0;
  cursor: pointer;
  margin-top: 40px;
  padding-left: -50px;
  position: relative;
}
.search-full-view .btn-close {
  background: #1d3557;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 4px 4px 10px 4px;
}
.search-full-view.search-normal-screen {
  opacity: 0.9;
  z-index: 1;
  transform: scale(1);
}
.block-mega-menu-4 .mega-menu-content {
  --bg-light-2: #fbf9f1;
  border-top-color: #1d3557 !important;
  background: #fff;
}
.block-mega-menu-4 .bg-light-2 {
  background-color: var(--bg-light-2) !important;
}
.block-mega-menu-4 .mega-menu-column {
  max-height: calc(100vh - 101px);
  overflow: auto;
}
.block-mega-menu-4 .mega-menu-column .feature-box {
  padding-left: 10px;
}
.block-mega-menu-4 .mega-menu-column .feature-box::before {
  content: "";
  opacity: 0;
  position: absolute;
  background-color: #52ada2;
  width: 100%;
  top: -20px;
  left: -20px;
  border-radius: 2px;
  height: calc(100% + 40px);
  width: calc(100% + 40px);
  transform: scale(0.875);
  transition: transform 0.2s linear;
}
.block-mega-menu-4 .mega-menu-column .feature-box:hover::before {
  opacity: 0.06;
  transform: scale(0.95);
}
.block-mega-menu-4 .mega-menu-column .feature-box .fbox-content {
  padding-right: 0;
}
.block-mega-menu-4 .mega-menu-column .feature-box > i {
  line-height: 1.25;
  font-size: 18px;
}
.block-mega-menu-4 .mega-menu-column .feature-box h5 {
  transition: color 0.15s linear;
}
.block-mega-menu-4 .mega-menu-column .feature-box.sgk-menu-card > i {
  color: #1d3557;
}
.block-mega-menu-4 .mega-menu-column .feature-box.sgk-menu-card:hover h5 {
  color: #ce0000;
}
.block-mega-menu-4 .menu-item.current .menu-link {
  color: #ce0000 !important;
}
.block-mega-menu-4 .menu-item:hover > .menu-link {
  color: #ce0000 !important;
}
.block-mega-menu-4 .hover-opacity .feature-box {
  transition: opacity 0.2s ease;
  will-change: opacity;
}
.block-mega-menu-4 .hover-opacity:hover .feature-box:not(:hover) {
  opacity: 0.3;
}
.block-mega-menu-4 .menu-link {
  font-weight: 500;
  font-size: 0.82rem;
}
.block-mega-menu-4 .menu-link:hover {
  color: #ce0000;
}
.bakanlik-logo a img {
  margin-left: 30px;
  height: 5rem;
  width: 4.5rem;
}

footer {
  top: 0 !important;
}
.footer-big-contacts {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-big-contacts span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 2px;
}
.footer-widgets-wrap {
  padding: 40px !important;
}
.sgk-footer-line {
  margin: 1rem !important;
}
#copyrights {
  padding: 10px;
}
.sgk-footer-carousel {
  padding: 50px 5px 50px 5px !important;
}
.footer-img {
  padding-left: 55px !important;
}
.section {
  padding: 100px 0 1px 1 !important;
  margin: 0 !important;
}
.content-wrap {
  padding: 40px 0 0 0;
}
.sgk-page-title {
  margin-left: -100px !important;
}
.title-border::before,
.title-border::after {
    border-top-width: 3px;
    border-radius: 2px;
    border-top-style: solid;
    border-color: #F59109;
}
.content-wrap {
  background-image: url(../img/back.png) !important;
}
.sgk-active {
  color: #ce0000 !important;
}

#myUL {
  list-style-type: none;
}

#myUL ul {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

#myUL li {
  padding: 2px;
  color: #000 !important;
}

#myUL span,
#myUL a {
  font-size: 15px;
  color: #000 !important;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
/*  display: block;
  padding-top: 2px;*/
  margin-left: 15px;
}
div#gotoTop.icon-angle-up:hover {
  background-color: #ce0000;
  color: #fff;
}

.paginationStatus {
  pointer-events: none;
}

.fbox-plain {
  height: 200px !important;
}

.belge-title-wrap {
  font-size: 12px;
  line-height: 17px;
  word-wrap: break-word !important;
  width: 40% !important;
}

.sgk-more:hover {
  color: #dd3d31 !important;
}

.sgk-duyuru {
  padding-bottom: 2px;
}

.owl-stage,
.owl-stage-outer {
  max-height: 150px !important;
  padding-bottom: -10px !important;
}

content {
  text-align: justify !important;
}

.modal-dialog {
  width: auto !important;
  max-width: 90% !important;
  position: relative;
}

.birDahaAsla {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  margin: 2px;
}

.sidebar {
  min-height: 300px !important;
}

.sgkUnite {
  display: flex;
  padding-left: 20px;
/*  margin-top: -15px;*/
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sgk-top-bar {
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .sgk-top-bar {
    height: 45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bakanlik-logo a img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo-ataturk {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .logo-ataturk {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .logo-ataturk {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .sgk-logo {
    display: flex !important;
  }
}
@media (max-width: 575.98px) {
  .sgk-logo {
    display: flex !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sgk-logo {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .sgk-logo-mobile {
    display: none !important;
  }
}

@media (max-width: 410px) {
  .sgk-name > font {
    display: none !important;
  }
  .search-full-view .input-group .form-control {
    font-size: 1.5em;
  }

  .sgk-duyuru {
    margin-bottom: -60px !important;
  }
}

@media (max-width: 992px) {
  .sgk-logo-mobile img {
    width: 100px !important;
  }
  .sgk-name {
    text-align: center !important;
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tumDuyuru {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-logo-brand {
    margin-top: 30px;
  }

  .tumDuyuru {
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .tumDuyuru {
    width: 100% !important;
  }
  .e-uyg-ad {
    font-size: 11px !important;
  }
}


@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 576px) {
  .search-full-view .input-group .form-control {
    font-size: 1.2em;
  }

  .footer-slogan {
    display: none;
  }
  .footer-logo {
    margin-left: 6% !important;
    border: none !important;
    width: 300px;
    margin-top: -80px !important;
  }

  .footer-logo-brand {
    margin-left: 15% !important;
    margin-top: -10px;
  }
  .tumDuyuru {
    width: 100% !important;
  }

  .sgk-category-card {
    max-height: 100px !important;
    width: 100%;
    padding: 20px;
  }
  .sgk-category-shadow:first-child {
    margin-top: 39px !important;
  }

  .sgk-category-card > div.p-5.text-white {
    margin-top: -35px !important;
  }

  .sgk-category-card > div.p-5.text-white > p {
    display: none !important;
  }
  #top-social {
    margin-left: -50px;
  }
  .e-uyg-ad {
    font-size: 8px !important;
  }

  .e-uyg-card-body > i {
    width: 30px !important;
    height: 30px !important;
  }

  .sgk-e-uygulama-section h2 {
    font-size: 14px !important;
    text-align: justify !important;
  }

  .sgk-e-uygulama-section h1 {
    text-align: center !important;
  }

  .sgk-e-uygulama-section {
    padding-top: 15px !important;
  }

  .sgk-duyuru {
    padding-bottom: 0px !important;
    margin-bottom: -60px !important;
  }
}


.modalCenter {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}