.how-we-doit-section {
  margin-top: 0px;
  padding-top: 80px;
  background-color: #f3f4f9;
  padding-bottom: 100px;
}

.adds-section {
  width: 100%;
  height: 55px;
  background-color: #0b519d;
  text-align: center;
  padding-top: 15px;
}
.adds-section .container a {
  color: white;
  font-size: 22px;
  font-weight: 600;
}
.coding-image {
  width: 100%;
  height: 115px;
  margin-top: 20px;
  background-color: white;
  padding-top: 10px;
}
.coding-image img {
  width: 100%;
  height: 100px;
  padding-top: 10px;
  object-fit: contain;
}
.check-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.check-section div {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.privacy {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 15px;
  width: 100%;
}

.check-section a {
  margin-left: 7px;
  margin-top: 5px;
}

/* Apply-now radio/checkbox spacing */
.form-control input[type="radio"],
.form-control input[type="checkbox"] {
  margin-right: 6px;
}

.form-control input[type="radio"] {
  margin-left: 10px;
}

.form-control input[type="radio"]:first-child {
  margin-left: 0;
}

.form-control label {
  margin-right: 18px;
}

.form-control .aspNetDisabled,
.form-control span {
  display: inline-flex;
  align-items: center;
}

.form-control .aspNetDisabled + span,
.form-control span + span {
  margin-left: 16px;
}

.form-control input[type="checkbox"] + label,
.form-control input[type="radio"] + label {
  margin-right: 0;
}

.form-group .form-control table {
  width: auto;
  border-collapse: separate;
}

.form-group .form-control td {
  padding-right: 18px;
  padding-bottom: 6px;
  white-space: nowrap;
}

.form-group .form-control table tr td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.form-group .form-control table tr td input[type="checkbox"],
.form-group .form-control table tr td input[type="radio"] {
  margin-right: 8px;
}

.form-group .form-control table tr td label {
  margin: 0;
  line-height: 1.4;
}

.form-group .form-control table tr td:first-child {
  padding-right: 10px;
}

.info-bx {
  width: 100%;
  min-height: 200px;
  color: white;
  margin-top: -150px;
  border-radius: 1px;
}

.info-bx2 {
  width: 100%;
  min-height: 300px;
  color: #494847;
  font-weight: 600;
  border-radius: 1px;
  background-color: #f3f4f9;
  border-bottom: 3px solid #2d4059;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 2px solid rgba(100, 100, 111, 0.2);
  display: block;
  margin-top: -149px;
}

.register-this-course {
  width: 100%;
  height: 42px;
  text-align: center;
  padding: 7px;
  background-color: #0076b8;
  color: white;
}

.register-this-course:hover {
  background-color: #1d3864;
}

.register-this-course a {
  color: white;
}
.coming-soon {
  width: 100%;
  height: 42px;
  text-align: center;
  padding: 7px;
  background-color: #15a3c3;
  color: white;
}
.coming-soon:hover {
  background-color: #1d3864;
}

.coming-soon a {
  color: white;
}

.faq-btns {
  display: flex;
  flex-direction: row;
}

.faq-btns a {
  transition: 0.4s;
  margin-left: 5px;
  padding-top: 10px;
}

.text-box {
  margin-bottom: 10px;
}

.error-message {
  color: green;
}

.faq-btns a:hover {
  background-color: red;
  cursor: pointer;
  color: black;
  background-color: white;
  border: 1px solid #0076b8;
}

.accounts {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.account-box {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.account-box {
  position: relative;
  display: block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.account-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.account-box a img {
  width: 170px;
  object-fit: cover;
}

.account-box a {
  width: 170px;
}

.canva a img {
  margin-top: 35px;
}

.github a img {
  margin-top: 20px;
}

.jira a img {
  margin-top: 15px;
}

.teams a img {
  margin-top: 55px;
}

.info-title {
  width: 100%;
  height: 53px;
  background-color: #1d3864;
  text-align: center;
  padding: 13px;
  font-weight: 600;
  font-size: 21px;
  border-top: 1px solid white;
  text-transform: uppercase;
  color: white;
}

.faq-title {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: black;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 4px;
  border-bottom: 1px solid #99999c;
}
.faq-title2 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  color: black;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
  background-color: #f3f4f9;
}

.course-name {
  width: 100%;
  height: auto;
  color: black;
  text-align: center;
  padding: 13px;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0px;
}

.info-list {
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info-list th {
  width: 110px;
  font-size: 14px;
  margin-left: 10px;
}
.info-list td {
  font-weight: 400;
  font-size: 13px;
}

.info-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.blog-image {
  height: 200px;
  padding: 1px;
  object-fit: cover;
}

.course-details-info {
  padding-left: 10px;
  padding-right: 10px;
}

.course-info {
  width: 100%;
  height: 45px;
  background-color: aqua;
}

.innerResim2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-top: 35px;
  padding: 2px;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.3);
}

.statistic-image {
  width: 65px !important;
  height: 65px !important;
  background-color: white;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.statistic-image img {
  width: 50px !important;
  height: 50px !important;
  margin-bottom: 30px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.statistic-image .stat-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #1d5fd2;
  z-index: 2;
}

.btn-slide-applNow {
  margin-left: 170px;
  background-color: white;
  color: black !important;
}

btn-slide-detail {
  background-color: white;
  color: black !important;
}

.btn-style-one:hover {
  opacity: 0.9;
}
.tp-caption{
    font-size:55px !important;
}
.btn-slide-applNow:hover {
    margin-left: 170px;
    border: 1px solid white;
    background-color: #0b519d;
}

.btn-slide-detail:hover {
  margin-left: 170px;
  background-color: #0b519d;
  border: 1px solid white;
}

.student-image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

.student-name {
  font-weight: 600 !important;
  color: black !important;
  font-size: 18px;
  text-align: center;
}

.student-comment {
  text-align: center;
  padding: 20px;

  display: block;
}

.btn-get-started {
  margin-top: 50px;
}

.btn-get-started p a {
  padding: 10px 25px;
  text-align: center;
  border-radius: 3px;
  background-color: white;
  color: black !important;
  position: relative;
}

.inner-header {
  background-color: #0076b8;
  height: 100px;
  padding: 100px 150px;
}

.inner-header .container span {
  color: white;
  font-weight: 700;
  font-size: 33px;
  text-transform: uppercase;
}

.inner-header div span {
  position: relative;
}

.inner-header div span:before {
  content: "";
  position: absolute;
  background-color: #ffd460;
  width: 80px;
  height: 4px;
  top: 50px;
  left: 20px;
  border-radius: 15px;
}

.inner-header div span:after {
  content: "";
  position: absolute;
  background-color: #ffd460;
  width: 15px;
  height: 4px;
  top: 50px;
  left: 0px;
  border-radius: 15px;
}

.btn-get-started:hover p a {
  color: white !important;
  background-color: #0b519d;
  border: 1px solid white;
}

.faq-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.get-started-section {
  margin-top: 0px;
  height: 200px;
  background-color: #006bad;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
}

.get-started {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  color: white;
}

.info {
  padding-top: 40px;
}

.info p {
  padding-top: 2px;
  font-size: 20px;
  color: #f3f4f9;
}

.info span {
  padding-top: 20px;
  font-size: 40px;
  font-weight: 600;
}

.step-section {
  width: 100%;
  height: auto;
  padding: 20px 0 40px;
  position: relative;
  z-index: 200;
}

.slider-btn-details {
  position: relative;
  margin-top: -180px;
  margin-left: 0;
}

.slider-btn-details a:hover {
  opacity: 0.9 !important;
}

.step-box {
  width: 100%;
  min-height: 260px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 35, 95, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  margin-bottom: 40px;
  position: relative;
  z-index: 201;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.step-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(15, 35, 95, 0.18);
}

.step-box-sub {
  border: 1px solid rgba(24, 42, 87, 0.08);
  padding: 22px 20px;
  border-radius: 14px;
  background-color: transparent;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.step-box-sub > div {
  text-align: center;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e6e9ec, #cdd5e2);
  color: #2177bd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.step-box div p {
  color: #0f1f45;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.step-box div span {
  color: #4b5a7a;
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

.step-box2 {
  width: 100%;
  height: 150px;
  background-color: #f7941d;
  color: white;
  padding: 15px;
}

.teklif-al {
  width: auto;
  min-width: 124px;
  height: 55px;
  background-color: #0075b5;
  transition: all 0.2s;
  padding: 15px 22px;
  text-align: center;
  font-size: 15px;
}

.header-icon {
  font-size: 23px !important;
  color: #ffd460;
}

i {
  margin-right: 5px;
}

.teklif-al:hover {
  cursor: pointer;
  background-color: #e8b74e;
  color: black !important;
  padding-top: 16px;
}

.teklif-al a {
  color: white;
}

.ttr-box img {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  object-fit: cover;
  transition: all 0.5s;
}

.ttr-box img:hover {
  transform: scale(1.1);
  overflow: hidden;
  box-shadow: 1px 1px 2px;
}

.foto-galeri-resim a img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
  box-shadow: 1px 1px;
}

.foto-galeri-resim h4 {
  font-size: 17px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.student-image {
  border-radius: 50%;
  border: 2px dotted gray;
  padding: 3px;
  object-fit: cover;
}

.signature img {
  border-radius: 10px;
  padding: 1px;
}

.inner-box {
  width: 100%;
  min-height: 240px;
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}

.blog-icon {
  opacity: 0.05;
}

.inner-box-cources {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.footer-logo {
  width: 190px;
  height: auto;
  object-fit: cover;
  padding: 2px;
  border-radius: 8px;
}

.mobil-logo {
  width: 120px;
}

.contact-info li a {
  color: white !important;
}

.footer-header {
  height: 10px;
  width: 100%;
  background-color: #0c2a3c;
  position: absolute;
  top: 0;
}

.inner-box-blog {
  width: 100%;
  min-height: 450px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px;
}

.inner-box-blog .image-box img {
  height: 200px;
}

.blog-details {
  height: 450px;
}

.apply-course-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-details-info {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.blog-title {
  font-size: 16px;
  font-weight: 600;
}

.cources-box {
  margin-bottom: 55px;
  box-shadow: rgba(0, 0, 0, 0.08) 1.95px 0 0;
  background-color: white;
  padding: 10px;
  width: 100%;
  min-height: 500px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.faq-btns {
  display: flex;
  flex-direction: row;
}

.faq-btns div {
  margin-right: 10px;
}

.details {
  display: flex;
  justify-content: center;
}

.details a {
  width: auto;
  min-width: 96px;
  color: white;
  position: relative;
  padding: 3px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a5ccf, #1c78d5);
  box-shadow: 0 10px 20px rgba(24, 92, 207, 0.25);
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0 auto;
}
.oneFaqSection {
  margin-top: 20px;
  margin-bottom: 70px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 2px 2px -1px,
    rgba(0, 0, 0, 0.02) 0px 2px 4px -1px;
}
.oneFaqSection p {
  font-weight: 600;
  font-size: 22px;
}
.oneFaqSection span {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
}

.oneFaqSection div {
  font-weight: 500;
}

.details a:hover {
  background-color: #0b519d;
}
.course-info-section {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.course-info-section p {
  padding: 10px;
  color: red;
  text-align: center;
  font-weight: 600;
  background-color: #0076b8;

  color: whitesmoke;
}

.course-info-section img {
  margin-top: -10px;
  color: black;
}
.details-btn2 {
  padding: 10px;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: #f3f4f9;
  display: block;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 2px 2px -1px,
    rgba(0, 0, 0, 0.02) 0px 2px 4px -1px;
}
.details-btn2:hover {
  background-color: #ececec;
}
.inner-box-2 {
  margin-top: -10px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.inner-box-2 a {
  color: black;
}

.news-section {
  margin-top: -150px;
}

.inner-box-2 a:hover {
  color: firebrick;
}

.footer-link a {
  color: white;
  text-transform: capitalize;
  transition: all 0.4s;
}

.footer-link a:hover {
  padding-left: 5px;
}

.page-title p {
  color: red;
  font-size: 33px;
  display: block;
  text-align: center;
  background-color: antiquewhite;
  left: 50%;
}

.inner-title {
  margin-top: 30px;
  font-weight: 600;
  font-size: 30px;
  color: #212020;
}

.inner-subtitle-course {
  margin-top: 0px;
  font-weight: 500;
  font-size: 16px;
  color: black;

  position: relative;
  padding-left: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.inner-subtitle-course:before {
  content: "";
  position: absolute;
  background-color: #4075b0;
  width: 2px;
  height: 50px;
  top: 0px;
  left: 0px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 2px 2px -1px,
    rgba(0, 0, 0, 0.02) 0px 2px 4px -1px;
}
.innerResim img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 10px 10px 1px rgba(0, 0, 0, 0.3);
}

.innerBaslik {
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
  position: relative;
  margin-left: 2px;
  padding-left: 30px;
}

.innerBaslik:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 35px;
  top: 0;
  left: 0;
  background-color: #123274;
}

.media-post {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  justify-content: space-between;
  color: black;
}

.media-post li {
  margin-right: 10px;
  font-size: 14px;
  color: darkgray !important;
}

.digerYaziBox {
  margin-bottom: 10px;
}

.digerYaziStats {
  display: flex;
  justify-content: space-between;
}

.galeriResimBox {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
}

.galeriResimBox img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.galeriResimBox img:hover {
  transform: scale(1.2);
}

.digerYaziBaslik {
  margin-top: 0px;
  color: black;
  display: block;
  text-align: left;
  min-height: 40px;
  background-color: #f1bc31;
  padding: 10px;
  transition: 0.5s;
}

.digerYaziBaslik:hover {
  background-color: #e6a400;
  color: black;
  border-bottom: 10px solid rgba(224, 224, 224, 0.1);
}

.digerYaziBaslik:hover.digerYaziBaslik::after {
  width: 15px;
}

.digerYaziBaslik-alani {
  position: relative;
}

.digerYaziBaslik::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b22222;
  width: 10px;
  height: 100%;
  transition: 0.5s;
}

.widget-title {
  font-weight: bold;
  margin-bottom: 30px;
}

.title {
  background-color: #f6f6f6;
  height: 50px;
  padding: 10px;
  font-size: 22px;
}

.content a {
  color: black;
  margin-top: 20px;
  display: block;
}

.content h1 {
  color: black;
  margin-top: -20px;
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
}

.map {
  margin-bottom: 40px;
  width: 100%;
}

.widget ul {
  position: relative;
}

.widget ul li {
  background-color: #0076b8;
  margin-top: 5px;
  padding: 8px 7px;
  padding-left: 40px;
  border-radius: 1px;
  transition: all 0.5s;
  color: black;
  height: 40px;
}

.widget ul li a {
  color: white;
}

.contact-details {
  margin-top: 50px;
}

.contact-title {
  margin-bottom: 20px;
  font-weight: 600;
}

.sec-title-four p {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  font-size: 20px;
  margin-top: 15px;
}

.sec-title-four {
  margin-bottom: 125px;
}

.widget ul li:hover {
  background-color: #2d4059;
  padding-left: 50px;
}

.widget ul li::before {
  content: "";
  width: 20px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2d4059;
}

.widget ul li:hover::before {
  background-color: #2d527a;
}

#mobil-icon {
  font-size: 30px;
  display: block;
  right: 0;
  color: white;
  float: right;
}
