body {
  font-family: Roboto, arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
}

button {
  border: none;
}

.header {
  padding: 10px 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
}

.header .navbar {
  background: #fff;
  width: 100%;
}

.header .nav-item {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

section {
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #20ad96;
  border-color: #20ad96;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
  background-color: #148270 !important;
  border-color: #148270 !important;
}

.btn-cta {
  padding: 12px 24px;
  font-weight: 500;
}

.navbar-brand {
  margin-right: 40px;
}

.navbar.fixed-top {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05);
}

.main {
  background: url(../images/bg.svg) left top #e9e1d6;
  background-size: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
}

.main h1 {
  font-family: "Roboto Slab";
  font-size: 46px;
  font-weight: bold;
  margin: 40px 0 30px;
  color: #3f3a64;
}

.main h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #3f3a64;
}

.home-image {
  border-radius: 50%;
  width: 400px;
}

.sektor-list {
  padding: 10px 0;
}

.sektor {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 220px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  color: #333;
}

.sektor:hover {
  background: #EEE;
}

.sektor-content {
  padding: 12px 10px;
  width: 136px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sektor-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sektor-image {
  float: left;
}

.sektor-image img {
  width: 80px !important;
}

.section-title {
  margin-bottom: 20px;
  font-family: "Roboto Slab";
  font-size: 24px;
}

.section-egitim {
  position: relative;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -64px;
  right: 0;
}

.egitim {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  width: 240px;
  overflow: hidden;
  margin-bottom:30px;
}

.egitim-image {
  max-width: 100%;
}

.egitim-content {
  padding: 10px;
  font-size: 14px;
}

.egitim-title {
  font-weight: 500;
  font-size: 16px;
}

.egitim-title a {
  color: #333;
}

.egitim-image-container {
  position: relative;
}

.badge-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.badge-blue {
  background: #4971da;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
}

.owl-dots {
  margin-top: 20px;
}

.owl-prev,
.owl-next {
  width: 36px;
  height: 36px;
  background: #eee !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: #20ad96 !important;
}

@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }
  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 0;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    -webkit-transform: rotateX(-75deg);
            transform: rotateX(-75deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

footer {
  background: #e9e1d6;
  padding: 30px 0;
}

footer h4 {
  font-size: 18px;
  font-weight: 500;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.copyright {
  background: #dccebc;
  line-height: 40px;
  height: 40px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}

.copyright a {
  color: #333;
  text-decoration: underline;
}

.icon-list {
  font-size: 14px;
}

.icon-list li {
  margin-bottom: 6px;
}

.icon-list i {
  color: #999;
  margin-right: 15px;
}

.page-header {
  background: url(../images/bg.svg) center center #e9e1d6;
  background-size: cover;
  padding: 40px 0;
}

.page-header h1 {
  font-family: "Roboto Slab";
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
}

.breadcrumbs li a {
  color: #333;
}

.breadcrumbs li:after {
  margin: 0 6px;
  content: "/";
}

.breadcrumbs li:last-child:after {
  content: "";
}

.sidebar-list {
  border: 1px solid #CCC;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-list li {
  border-bottom: 1px solid #CCC;
}

.sidebar-list li a {
  display: block;
  padding: 6px 12px;
  color: #333;
  text-decoration: none;
}

.sidebar-list li a:hover {
  background: #20ad96;
  color: #FFF;
}

.contact-item i {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  margin-right: 10px;
  background: #20ad96;
  color: #FFF;
}

.contact-item b {
  font-weight: 500;
}

.contact-item div {
  padding-left: 50px;
}

.callout {
  background: #20ad96;
  color: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  font-size: 22px;
  text-align: center;
}

.callout a {
  color: #FFF;
  font-weight: 500;
  margin-left: 10px;
}

.callout p {
  margin: 0;
}

.hesap-no {
  border-bottom: 1px solid #EEE;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.hesap-no b {
  display: block;
  font-weight: 500;
  color: #666;
}

.header .dropdown-menu {
  border: 1px solid #20ad96;
  border-radius: 0 0 4px 4px;
}

.dropdown-item.active, .dropdown-item:active {
  background: #20ad96;
}

.egitmen {
  border: 1px solid #CCC;
  border-radius: 4px;
  margin-bottom:30px;
  overflow: hidden;
}

.egitmen-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height:220px;
}

.egitmen-content {
  padding: 10px;
}

.egitmen-content a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.egitmen-detay-image {
  float: left;
  margin: 0 20px 20px 0;
}

.egitmen-detay-image img {
  border-radius: 8px;
}

.social-link {
  background: #EEE;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #20ad96;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.social-link:hover {
  background: #20ad96;
  color: #FFF;
}

.sektor-paket {
  background: #FFF;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

.sektor-paket h5 {
  text-align: center;
}

.paket-fiyat-container {
  text-align: center;
}

.paket-fiyat-container > div:first-child {
  border-right: 1px solid #EEE;
}

.paket-fiyat {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Roboto Slab';
}

.paket-fiyat-sure {
  font-size: 14px;
}

.paket-fiyat-aciklama {
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  line-height: 1.1;
}

.sektor-detay-title {
  color: #3f3a64;
  font-weight: bold;
  font-size: 44px;
  margin-bottom: 30px;
}

.sektor-detay-desc {
  color: #3f3a64;
}

.btn-start-subscription {
  position: absolute;
  left: 50%;
  margin-left: -94px;
  bottom: -20px;
  padding: 6px 20px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.btn-start-buysubscription {
  opacity: .65;
  pointer-events: none;
}

.btn-start-subscription i {
  margin-left: 10px;
}

.sektor-detay-image {
  border-radius: 6px;
  width: 100px;
}

.egitim-list-item {
  margin-bottom: 15px;
  width: 100%;
}

.egitim-list-item:after {
  clear: both;
  display: block;
  content: '';
}

.egitim-list-item-date {
  background: #EEE;
  border-radius: 10px;
  width: 180px;
  float: left;
  margin-right: 20px;
  padding: 10px 20px;
}

.egitim-list-item-title {
  color: #20ad96;
  font-weight: 500;
}

.egitim-list-item-title:hover {
  color: #148270;
}

.egitim-list-item-egitmen a {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}

.egitim-list-item-egitmen a:hover {
  text-decoration: underline;
  color: #666;
}

.egitim-list-month {
  width: 100%;
  position: relative;
  font-weight: 500;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}

.egitim-list-month span {
  background: #FFF;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.egitim-list-month:after {
  position: absolute;
  content: '';
  background-color: #CCC;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
}

.egitim-detay-list {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
}

.egitim-detay-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.egitim-detay-list ul li {
  border-bottom: 1px dashed #CCC;
  padding: 10px;
  font-size: 14px;
}

.egitim-detay-list ul li:after {
  clear: both;
  content: '';
  display: block;
}

.egitim-detay-list ul li b {
  float: left;
}

.egitim-detay-list ul li b i {
  font-size: 14px;
  color: #666;
  margin-right: 6px;
}

.egitim-detay-list ul li span {
  float: right;
}

.fixed-top.navbar {
  padding: 0px;
}

.referans {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.referans img {
  max-height: 100px;
  max-width: 140px;
  vertical-align: middle;
  display: inline-block;
}

.referans-img-container {
  min-height: 100px;
  text-align: center;
  line-height: 100px;
}

.referans h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}

.course-target {
  margin-bottom: 30px;
}

.author-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.author-title span {
  border-bottom: 2px solid #20ad96;
  display: inline-block;
  padding: 10px 10px 10px 0;
  position: relative;
  top: 1px;
}

.panel-menu {
  border-radius: 2px;
  margin-bottom: 14px;
  overflow: hidden;
}

.panel-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.panel-menu a {
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #e7e7e7;
  border-top: 0;
  color: #666;
  padding: 12px 31px 8px 20px;
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.panel-menu a.active {
  background: #f9f9f9;
  font-weight: bold;
}

.panel-menu .title > a, .panel-menu .title > a:hover {
  color: #fff;
  font-weight: bold;
  margin: 0;
  background-color: #8497aa;
  margin-top: -1px;
  position: relative;
  border-color: #8497aa;
  padding: 15px 10px 10px 10px;
}

.panel-menu a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}

.breadcrumb-item {
  font-size: 13px;
}

.breadcrumb-item a {
  color: #333;
}

.kayit-tipi a {
  display: inline-block;
  padding: 6px 20px;
  background: #EEE;
  margin-right: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #333;
}

.kayit-tipi a.active {
  background: #333;
  color: #FFF;
}

.kayit-form {
  width: 500px;
  margin: auto;
}

.subscription-header{
    font-family: Roboto;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.subscription-box{
  width: 50%; 
  height: 180px; 
  background-color: #ebebeb; 
  border-radius: 5px; 
  margin: 16px;
}
.subscription-element{
  margin: 15px 20px;
}
.subscription-main-box{
  justify-content: center;
}

.blog-wrapper {
  border: 1px solid #CCC;
  border-radius: 4px;
  overflow: hidden;
}

.category_title {
  text-transform: uppercase;
  font-size: 12px;
}

.blog-title h2 {
  line-height: 1;
  font-size: 20px;
  margin-top: 6px;
}

.blog-title h2 a {
  color: #333;
}

.post-meta a, .post-meta i {
  color: #999;
  font-size: 13px;
}

.blog-desc {
  font-size: 14px;
}

.secondary-nav + .secondary-nav {
  margin-top: 15px;
}

.alert i {
  margin-right: 10px;
}

.submitBtn i {
  display: none;
}

.submitBtn.loading {
  pointer-events: none;
}

.submitBtn.loading i {
  display: inline-block;
}

.anket-item{
  margin-top: 30px;
}


.pagination > li > a, 
.pagination > li > span {
    width: 40px;
    padding:0;
    height: 40px;
    margin:0 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    display:inline-block;
}

.pagination {
  padding:20px 0;
}

.pagination > li.active a {
  background-color: #20ad96;
}
.pagination > li > a, 
.pagination > li > span,
.btn-primary {
    background-color:#5ba5af;
    color:#ffffff !important;
    border-color:#5ba5af;
}

.pagination > li > a, 
.pagination > li > span { background:#CECECE; border-color:#CECECE; }

.pagination > li > a:hover, 
.pagination > li > span:hover { background:#BBB !important; border-color:#BBB !important; }


@media all and (max-width: 767px) {
  .footer-widget {
    margin-bottom:20px;
  }

}
/*# sourceMappingURL=default.css.map */