/* 
	=-=-= Defaults =-=-=
*/
@font-face {
  font-family: "nunito";
  src: url(fonts/NunitoSans.ttf) format("opentype"),
    url(fonts/NunitoSans_italic.ttf) format("woff");
}

@font-face {
  font-family: "ethno";
  src: url(fonts/EthnocentricRg-Regular.ttf) format("opentype");
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "nunito";
  font-size: 1.2em;
  color: #545454;
  background-color: #fff;
}

#mainPage {
  background-color: #f0f4ff;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.section,
section {
  width: 100%;
  padding: 10px 0;
}
.section-title {
  margin-bottom: 40px;
}

.margin-auto {
  margin: 0 auto;
}
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
.no-padding {
  padding: 0 !important;
}

.ethno {
  font-family: "ethno";
}

/* Font Colors */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004bd1;
}
a:hover,
a:focus {
  color: #002149;
}

/* Primary Color */
.primary-color,
.nav-tabs li a:hover,
.btn-primary,
.lesson-calendar-buttons .lesson-calendar-month,
.lesson-calendar-content .card-header,
.lesson-calendar-content .card-header.active {
  background-color: #002149;
}

/* Transitions */
header nav ul li a,
.form-section .basvuru-form .form-gonder,
a.link-btn,
.placement-test-wrap .placement-test-btn,
.lesson-calendar-content .card-header,
.galeri-slider-nav .galeri-item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Link Button */

.header-menu li a {
  display: inline-block;
  font-size: 1rem;
  color: #f0f4ff;
}

.header-menu li a.link-btn:hover,
.header-menu li a.link-btn {
  background-color: #002149;
}
.stickyHeader a.link-btn:hover,
.stickyHeader a.link-btn {
  background-color: #f3f3f3 !important;
  color: #002149 !important;
}
.stickyHeader .header-menu li a {
  display: inline-block;
  font-size: 1rem;
  color: #f3f3f3;
}
a.link-btn {
  padding: 7px 15px;
  color: #f3f3f3 !important;
  border-radius: 25px;
  opacity: 0.9;
  font-size: 18px;
}
a.link-btn-icon {
  margin-left: 10px;
}
a.link-btn:hover {
  opacity: 1;
}
a.link-btn .svg-inline--fa {
  margin-left: 5px;
}

/* Google Map */
.gMap,
.gMap #maps {
  width: 100%;
  height: 300px;
}
.gMap {
  padding: 0;
}

/* Footer Phone */
.footer-phone {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  z-index: 9999;
  background: #fe8528;
  height: 40px;
  text-align: center;
  line-height: 35px;
  display: none;
}
.footer-phone a {
  color: #fff;
  font-size: 18px;
}

/* 
	=-=-= Header =-=-=
*/
header {
  width: 100%;
  position: relative;
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
}

.header {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header-menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.header-menu li {
  padding: 0 30px;
}

.menu-btn {
  width: 36px;
  height: 34px;
  padding: 1px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  display: none;
}
.menu-btn i {
  font-size: 32px;
  color: #fff;
}
.d-flex-mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.d-flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidr > img {
  padding: 20px 40px;
}
.sidr .close-sidr {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7d7d7d;
}

.sticky-wrapper {
  width: 100%;
  height: auto;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
.sticky-header {
  width: 100% !important;
  z-index: 9999 !important;
  position: fixed;
}

.footer,
p,
a,
li {
  color: #333;
}

#contacts a {
  color: #ddd;
}
#contacts {
  padding-top: 3em;
  text-align: center;
}

footer {
  background-color: #002149;
  width: 100%;
  padding: 30px;
}
.footerTitle {
  width: 7em;
  border-bottom: solid white 2px;
}
.footerTitle h2 {
  color: #f3f3f3;
}
.br {
  border-radius: 15px;
  overflow: hidden;
}
hr.solid {
  border-top: 2px solid #fff;
}

footer .row:first-child {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
footer .footer-social {
  width: 100%;
}
footer .footer-social a {
  color: #21409a !important;
  margin-left: 7px;
  font-size: 28px;
}
footer .newsletter-form {
  margin-bottom: 1rem;
}
footer .form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .form-wrap p,
footer .form-wrap .newsletter-form,
footer .form-wrap .footer-social {
  width: 100%;
}

.form-group p {
  margin: 10px 0 5px 10px;
  text-align: left;
}
/* 
	=-=-= Form =-=-=
*/

.form-section {
  background-size: cover;
  margin-top: 25px;
}

.form-section h4 {
  width: 100%;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #212121;
}
.form-section h4 span {
  color: #ffd10c;
}

.form-section .form-wrapper p {
  color: #212121;
}
.form-section.thanks {
  padding: 70px 0;
}
.form-section.thanks .form-wrapper p {
  color: #fff !important;
  margin-left: 40px;
}
textarea.form-control {
  border-radius: 10px;
}
.w-80 {
  width: 80%;
}
.form-control {
  min-height: 65px;
  box-shadow: none;
  border: 0;
  font-size: 14px;
  background-color: #dde3f1;
  color: #333;
}

.bannerRight {
  color: white;
  font-size: 25px;
  margin-top: 30px;
  margin: 20px;
  text-align: center;
}

.bannerRight img {
  width: 70%;
}

.inlinebox {
  text-align: center;
  display: inline-block;
}

.subform {
  display: inline-block;
  width: 45%;
}

.formImg img {
  max-width: 100%;
}

form .submitBtn {
  margin-top: 20px;
}
.submitBtn {
  width: 100%;
  background: #002149;
  border: none;
}

.submitBtn:hover {
  background: #002149;
}

.overhaul {
  width: 80%;
}
.servicebody p {
  min-height: 178px;
  height: 178px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.servicetext {
  padding: 4em;
}
@media only screen and (max-width: 600px) {
  .overhaul {
    width: 100%;
  }
  .videoTitle1 {
    text-align: center;
    margin-top: 10px;
  }
  .videoTitle2 {
    text-align: center;
  }
  .videoDesc {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .graybox {
    margin-bottom: 1em;
  }
  .servicediv {
    margin-bottom: 1em;
  }
  .ourServices {
    margin: 0 0.01em;
  }
  .servicetext {
    padding-top: 0.5em;
    padding-bottom: 0.6em;
  }
  .servicetext {
    padding: 1.5em;
  }
}

footer ul {
  margin-top: 5px;
}

footer ul li {
  margin-bottom: 5px;
}
.subpageBanner {
  object-fit: none;
  width: 100%;
}

.button {
  border-radius: 20px;
  background: #ddd;
  margin: 10px;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.tabcontainer {
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  background: #eee;
}

.active a {
  background: #00f;
}

.nav-pills .nav-link {
  border-radius: 60px;
}

.nav-pills .nav-link.active {
  background: #d00;
}

.mytab-content {
  padding: 20px;
  border-radius: 0px 0px 20px 20px;
  background: #eee;
}

nav .nav-link {
  border-radius: 30px 30px 0px 0px !important;
}

.form-tabs.active {
  background: #eee !important;
  border-color: #eee !important;
  background-color: #eee !important;
}

.card-header {
  background-color: #fff;
}

.card-header {
  border-radius: 20px;
  border-bottom: none;
}
.card-header:first-child {
  border-radius: 20px;
}
.btn-link {
  color: #f00;
}

.btn-link:hover {
  color: #f00;
}
.card {
  margin: 20px;
  border-radius: 20px;
}

@media only screen and (max-device-width: 991px) {
  .mobile-exclusive {
    display: block;
  }
}

@media only screen and (max-device-width: 991px) {
  .desktop-exclusive {
    display: none;
  }
}
@media (min-width: 768px) {
  .col {
    display: inline-block; /* Align columns side by side on larger screens */
  }
}

.formBody {
  border-radius: 0 20px 20px 20px;
  padding: 24px !important;
}

.formBody p {
  color: #333 !important;
}

.formBlock {
  background: #f3f3f3;
  margin: 0;
  padding: 10px;
}

.formTitle {
  text-align: center;
  background-color: #f4f4f4 !important;
  border-radius: 20px 20px 0 0;
  padding-left: 10px;
  width: 40%;
}

.graybox {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 20px;
}

.servicediv {
  color: #f3f3f3;
  padding: 20px;
}

.serviceImg img {
  height: 45px;
  margin-left: 15px;
  margin-right: 15px;
}
.servicediv p,
.servicediv h4 {
  color: #f3f3f3;
}
.servicediv h4 {
  font-weight: 700;
}
.serviceTitle {
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  border-left: 2px solid #004bd1;
  align-content: center;
  align-items: center;
}
.servicebody .btn-primary {
  padding: 0.5em 3em 0.5em 3em;
  background-color: #004bd1;
}

.custom-svg-list {
  list-style: none;
  padding-left: 0;
}

.custom-svg-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.custom-svg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 24px;
  height: 24px;
  background: url("../images/SVG/element.svg") no-repeat center center / contain;
  display: inline-block;
}

#redbanner-wrapper {
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-top: 2em;
}

#redbanner-wrapper p,
.videoBox p {
  color: #f3f3f3;
}

.bg-element {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 30em;
}

.btn-primary {
  border-radius: 5px;
  border: none;
}

#videowrapper {
  text-align: center;
}

.videoBox {
  background: #002149;
}

.graybox li {
  list-style-type: disc;
}
#graybg {
  background-color: #ddd;
}

#blubanner-wrapper p {
  color: #f3f3f3 !important;
}

.formBody p {
  margin-left: 20px;
}

.formBody textarea {
  margin-bottom: 30px;
  min-height: 130px;
}

.serviceimg {
  border-radius: 20px 20px 0px 0px;
}

.serviceBox {
  background: #1e1e1e;
}

.serviceBox li {
  color: #ccc;
}

.servicetext {
  border-radius: 0 0px 20px 20px;
}
@media (max-width: 800px) {
  .servicebody p {
    min-height: 148px;
    height: 148px;
  }
  .custom-svg-list {
    padding-left: 10px;
  }
}

@media (min-width: 800px) {
  .serviceBody p {
    min-height: 148px;
    height: 148px;
  }

  .serviceimg {
    border-radius: 20px 0px 0px 20px;
  }

  .servicetext {
    border-radius: 0 20px 20px 0px;
  }
}

@media (max-device-width: 1024px) {
  .formBody {
    border-radius: 0 0px 20px 20px;
    padding-top: 0em !important;
  }
  .formBody p {
    margin-left: 0.7em;
  }
  .formTitle {
    width: 100% !important;
  }
  #blubanner-wrapper {
    background: #040389;
  }
  #aboutUsImg {
    margin-top: 1em;
  }
}

h2 {
  font-weight: 700;
}
.rounded {
  border-radius: 20px !important;
}
.logo img {
  width: 250px;
}

.disced li {
  list-style-type: disc;
}
.quickfix li {
  margin-left: 20px;
  font-size: 0.9em;
}
.video {
  width: 100%;
}

.experiencebox {
  min-height: 7.5em;
}

.sticky-header {
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

.stickyHeader {
  background: #002149;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.experienceCaption {
  margin-bottom: 0.5em;
}
.experience-wrap {
  margin-top: 1em;
}
.aboutUsCaption,
.experienceCaption {
  font-weight: 800;
  color: #002149;
}
.mobileMenuLogo {
  padding: 0.9em;
}
.sidr {
  box-shadow: none;
  background-color: #1e1e1e;
}
#about_us {
  margin-top: 20px;
}
#serviceBoxes {
  padding-top: 50px;
  padding-bottom: 40px;
}
#redbanner-wrapper {
  margin-top: 24px;
}
.videoBox {
  margin-top: 2.1em;
}
.gMap {
  margin-top: 2.5em;
}
footer ul li {
  line-height: 2em;
}
.footerTitle {
  padding-bottom: 0.3em;
}
#contact_form_2 {
  margin-top: 2.1em;
}

.moreDiv {
  padding-top: 0.7em;
}

.copyright-div {
  text-align: center;
  background-color: #004bd1;
}

.form-control::placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #bbb;
}

.form-control::-ms-input-placeholder {
  color: #bbb;
}

.footer-logo img {
  width: 85%;
  height: 50px;
}
footer .social-icons {
  display: flex;
  gap: 20px;
}
footer .social-icons a img {
  height: 50px;
}
