@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "Gyahegi";
  src: url("../fonts/Gyahegi.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
  url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
  url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  
  /* Support for IE. */
  font-feature-settings: 'liga';
}

:root {
  --primary: #e85c11;;
  --secondary: #003c3c;
}


body {
  font-family: 'Inter', sans-serif;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.ml-auto{
  margin-left: auto;
}
.btn {
  text-transform: capitalize;
  font-size: 1rem;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 50;
  width: 100%;
  background: #fff;
  box-shadow: none;
  top: 0;
  z-index: 10;
}
.ndx .navbar {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, .85) 0, transparent);
  top: 34px;
}
.navbar .nav-item .nav-link {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
  text-transform: uppercase;
}
.ndx .navbar .nav-item .nav-link {
  color: #ffffff;
}
.navbar-brand img {
  height: 50px;
  width: auto;
}
.carousel .carousel-indicators li {
  width: 35px;
  height: 3px;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
  margin: 0 5px;
  box-shadow: 0px 9px 20px 4px #00000029;
}
.carousel .carousel-indicators li.active {
  background: #e85b0f;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.ndxdyr  {
  margin-top: -50px;
  z-index: 3;
  position: relative;
}
.ndxdyr .field {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #232b32;
  border-top: 4px solid #e7580c;
}
.ndxdyr .field .item {
  background: #fff;
  margin-right: 15px;
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.ndxdyr .field .item .date {
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e3e3e3;
}
.ndxdyr .field .item .date span:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #24303b;
}
.ndxdyr .field .item .date span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #24303b;
}
.ndxdyr .field .item .meta {
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
}
.ndxdyr .field .item .meta span:first-child {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
  padding-left: 5px;
  border-left: 2px solid var(--primary);
  line-height: 1;
  margin-bottom: 3px;
}
.ndxdyr .field .item .meta span:nth-child(2) {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  color: #3a3a3a;
}
.b-green>*{
  border-color: #97c817 !important;
}
.b-blue>*{
  border-color: #069fe2 !important;
}
.b-orange>*{
  border-color: #e85c11 !important;
}
.bg-green{
  background-color: #97c817 !important;
}
.bg-blue{
  background-color: #069fe2 !important;
}
.bg-orange{
  background-color: #e85c11 !important;
}
.bg-darkblue{
  background-color: #2e3b98 !important;
}
.colorLink a {
  height: 3px;
  width: 100%;
  background: #000;
  display: block;
  margin: 4px 0;
}
.colorLink {
  width: 10px;
}
.ndnu{
  background: #2d363e;
  /* margin-top: -54px !important; */
  position: relative;
  overflow: hidden;
}
.ndnu::before{
  content: '';
  width: 2px;
  height: 100%;
  border-radius: 0;
  background: #069fe200;
  position: absolute;
  left: 70px;
  z-index: 2;
  top: 0;
  border-left: 18px solid #069fe2;
  padding-left: 15px;
  padding-right: 3px;
  border-right: 18px solid #97c817;
}
.ndnu::after{
  content: '';
  width: 18px;
  height: 100%;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 32px;
}
#neden-ucretsiz {
  padding: 30px;
}
#neden-ucretsiz .title {
  color: #dfdfdf;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#neden-ucretsiz p {
  /* color: #ebebeb;
  font-size: 14px; */
}
#neden-ucretsiz .meta a {
  font-size: 16px;
  width: 100%;
  text-transform: capitalize;
  margin: 0 0 3px 0;
  background: #ffffff00;
  color: #ffffff;
  padding: 20px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: none;
  font-weight: 300;
  border: 1px solid #fff;
  border-radius: 0;
}
#neden-ucretsiz .meta span {
  font-size: 11px;
  line-height: 1;
  display: block;
  color: #d5d5d5;
  margin-bottom: 10px;
}
.py-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.grid3{
  display: grid;
  grid-template-columns: repeat(3,minmax(100px,500px));
  grid-gap: 30px 30px;
  justify-content: center;
}
.grid2{
  display: grid;
  grid-template-columns: repeat(2,minmax(100px,800px));
  grid-gap: 30px 30px;
  justify-content: center;
}
.grid4{
  display: grid;
  grid-template-columns: repeat(4,minmax(100px,800px));
  grid-gap: 30px 30px;
  justify-content: center;
}
.grid5{
  display: grid;
  grid-template-columns: repeat(5,minmax(100px,800px));
  grid-gap: 30px 30px;
  justify-content: center;
}
.ptitle {
  font-size: 64px;
  font-weight: 400;
  color: var(--secondary);
  font-family: 'Outfit', sans-serif;
  letter-spacing: -1px;
}
.primary{
  color: var(--primary);
}
.tes .item p {
  font-size: 16px;
  margin-top: 15px;
  color: #7a7a7a;
  margin-bottom: 0;
}
.tes .item h6 {
  font-weight: 600;
  border-bottom: 2px solid var(--primary);
  min-height: 60px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.tes .item span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: #eee;
  margin: auto;
  color: var(--primary);
  font-weight: 600;
  margin-top: -62px;
  margin-bottom: 30px;
  border-radius: 50%;
  font-weight: 700;
}
.tes .item {
  box-shadow: 0 2px 20px -8px #00000024;
  background: #fff;
  padding: 75px;
  z-index: 1;
  border-radius: 12px;
  box-shadow: -5px 7px 28px #00000017;
}
.tes {
  /*  max-width: 900px; */
  margin: auto;
  position: relative;
}
.tes::before{
  content: '';
  width: 100%;
  height: 50%;
  border: 9px dashed #eee;
  border-left: none;
  position: absolute;
  border-radius: 55px;
  top: 25%;
  right: -10%;
  z-index: 0;
}
.bg-dark{
  background: #2d363e;
}
.bg-gray{
  background: #fafafa;
}
.nCard {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
}
.nCard img {
  height: 225px;
  width: auto;
  object-fit: cover;
}
.nCard h5 {
  font-size: 16px;
  color: #272727;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 20px;
  margin-bottom: 5px;
}
.nCard p {
  color: #888;
  font-size: 13px;
  color: #000;
  font-style: italic;
  margin-top: 0.5rem;
  
}
.det {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #24368b;
}
.slick-next:before {
  content: '\e409';
  font-family: 'Material Icons'
}
.slick-prev:before {
  content: '\e408';
  font-family: 'Material Icons'
}
.slick-prev:before, .slick-next:before {
  font-family: 'Material Icons';
  font-size: 45px;
  line-height: 1;
  opacity: .75;
  color: #eee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -45px;
}
.dyr .card {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dyr .card .date{
  height: 75px;
  width: 75px;
  flex: 0 0 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e3e3e3;
}
.dyr .card .date span:first-child{
  font-size: 16px;
  font-weight: 300;
  color: #444;
}
.dyr .card .date span:nth-child(2){
  font-size: 16px;
  color: #444;
  font-weight: 300;
}
.dyr .card h5 {
  color: #444;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
  margin: 0;
}
.dyr .card .info {
  padding: 0 15px;
}
.halfbg{
  position: relative;
}
.halfbg::before{
  content: 'Topkapı Okulları';
  position: absolute;
  left: 0;
  top: 0;
  width: 4%;
  height: 100%;
  background: #24368b;
  writing-mode: tb-rl;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  display: none;
}
.brc{
  height: 340px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.topBar .tbList a {
  color: #c9c9c9;
  font-size: 12px;
  margin-left: 15px;
  font-weight: 600;
}
.topBar .tbList {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
.ndx .topBar {
  position: absolute;
}
.topBar {
  width: 100%;
  background: rgba(0, 0, 0, .9);
  padding: 5px 0;
  position: relative;
  top: 0;
  z-index: 2;
}
.topBar .tbList {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
}
.topBar .tbList a {
  color: #c9c9c9;
  font-size: 12px;
  margin-left: 15px;
  font-weight: 600;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  margin-bottom: 0;
  list-style: none;
  background: #eee;
}
.breadcrumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb h2 {
  font-size: 18px;
  margin: 0;
  color: #1a1a1a;
  font-weight: 600;
}
.breadcrumb ul a {
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.breadcrumb ul {
  display: flex;
  list-style: none;
  margin: 0;
}
img, svg {
  vertical-align: middle;
  max-width: 100%;
}
.mdtitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.arrowList{
  padding: 0;
  list-style: none;
}
.arrowList li::before{
  content: '\e5df';
  font-family: 'Material Icons';
  font-size: 23px;
  color: var(--primary);
  vertical-align: middle;
}
.bold{
  font-weight: 700;
}
#vidLinks {
  display: flex;
  justify-content: space-around;
  margin: 10px;
  flex-wrap: wrap;
}
#vidLinks a {
  transition: .4s;
  margin: 4px;
  position: relative;
}
#vidLinks a:hover {
  transform: scale(.95);
}
#modal {
  position: fixed;
  left: 0; top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  background: rgba(0,0,0,.8);
  display: none;
}
/* This effects the "X" close symbol */
#modal span {
  color: white;
  position: absolute;
  z-index: 20;
  right: 20px; top: 20px;
  font-size: 3em;
  cursor: pointer;
}

/* This limits the size of the modal video */
#vidSizer {
  position: relative;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 150vh;
  max-width: 95%;
}


#vidHolder {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
#mainVid {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
}
.plyicon {
  position: absolute;
  width: fit-content;
  height: 100%;
  top: 0;
  left: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plyicon i {
  font-size: 55px;
  background: #fff;
  border-radius: 50%;
  color: #24368b;
}
.items-center{
  align-items: center;
}
.nCard:hover h5{
  color: var(--primary);
}
.hCard {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 7px -1px #00000024;
  background: #fff;
  overflow: hidden;
  border-radius: 2px;
}
.hCard img {
  flex: 0 0 50%;
  width: 50%;
  height: 220px;
  object-fit: cover;
}
.hCard .info {
  width: 50%;
  padding: 15px 25px;
}
.hCard .info span {
  font-weight: 700;
  color: var(--primary);
  font-size: 13px;
}
.hCard .info h5 {
  margin: 10px 0;
  color: #141414;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hCard .info p {
  color: #888;
  font-size: 14px;
}
.hCard .info .detC {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ndx .navbar-toggler i{
  color: #fff !important;
}
.ndx .navbar-toggler[aria-expanded="true"] i{
  color: #000 !important;
}
.lg-white{
  display: none;
}
.ndx .lg-white{
  display: block;
}
.ndx .lg-blue {
  display: none;
}
.lg-blue{
  display: block;
}
.hCard:hover h5{
  color: var(--primary);
}
.dyr .card:hover h5{
  font-weight: 600;
  color: var(--primary);
}
.ntitle {
  font-size: 20px;
  font-weight: 600;
}
.dttop {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.dttop .date {
  display: flex;
  align-items: center;
  color: #444;
  margin-right: 25px;
  font-weight: 600;
  font-size: 13px;
}
.dttop  i {
  color: var(--primary);
  font-size: 20px;
  margin-right: 10px;
}
.dttop a {
  display: flex;
  align-items: center;
  color: var(--primary);
  font-weight: 600;
  font-size: 13px;
}
.dttop a {
  font-size: 13px;
}
.content {
  margin: 50px 0;
}
#lightgallery img, .lightgallery img {
  height: 175px;
  width: 100%;
  object-fit: cover;
}
.sidebar .sideCard {
  padding: 20px;
  border-radius: 4px;
}
.sidebar .sideCard h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.sidebar .sideCard .newCard {
  display: flex;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 15px;
  overflow: hidden;
}
.sidebar .sideCard .newCard img {
  flex: 0 0 25%;
  width: 25%;
  height: 50px;
  object-fit: cover;
}
.sidebar .sideCard .newCard .meta {
  padding-left: 5px;
  color: #444;
  font-size: 12px;
}
.sidebar .sideCard .newCard .meta span {
  display: block;
}
.sidebar .sideCard .newCard .meta span:first-child {
  font-size: 10px;
  color: #666666;
}
.sidebar .sideCard .newCard .meta span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sidebar .btn{
  background: #eee;
  padding: 4px 10px;
  text-transform: capitalize;
  font-size: 10px;
  color: #565656;
  box-shadow: none;
  border-radius: 6px;
  margin: 0;
}
.sidebar .btn:hover{
  background: var(--primary);
  color: #fff;
}
.sidebar .sideCard .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sidebar .sideCard .newCard:hover .meta span {
  color: var(--primary);
}
.grid4.yrc {
  grid-gap: 120px 30px;
  margin-top: 100px;
}
.yrc .imgField {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto;
  margin-top: -75px;
}
.yrc .imgField img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yrc .y-content {
  text-align: center;
  padding: 20px 45px;
  color: #000;
}
.yrc .card {
  display: block;
  display: block;
  background: #fff !important;
  border-radius: 12px;
  box-shadow: -5px 12px 23px 2px #0000001a;
  padding: 2rem;
}
.grid2.yrc {
  grid-gap: 7rem;
  margin-top: 6rem;
}
.yrc .card .y-content h4 {
  color: var(--primary);
  font-weight: 600;
}
.yrc .card:first-child, .yrc .card:nth-child(5){
  background: var(--primary);
}
.yrc .card:nth-child(2), .yrc .card:nth-child(6){
  background: #20348d;
}
.yrc .card:nth-child(3), .yrc .card:nth-child(7){
  background: #97c817;
}
.yrc .card:nth-child(4), .yrc .card:nth-child(8){
  background: #069fe2;
}
.grid3.ppa {
  display: grid;
  grid-template-columns: repeat(3,minmax(50px,70px));
  grid-gap: 30px 30px;
  justify-content: center;
}
.classic-tabs .nav li a {
  display: block;
  padding: 20px 24px;
  font-size: 13px;
  color: #444;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 600;
}
.classic-tabs .nav li a.active {
  color: var(--primary);
  border-bottom: 3px solid;
}
.classic-tabs .nav {
  justify-content: center;
  /* background: #eee; */
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #24368b;
}
.befsha::after{
  content: '';
  height: 120%;
  width: 30%;
  background: #24368b;
  position: absolute;
  right: -5%;
  top: -10%;
  z-index: 0;
}
.befsha img {
  z-index: 2;
  position: relative;
}
.befsha {
  position: relative;
}
.befsha.left::after{
  right: auto;
  left: -5%;
}
.uosb .card h5 {
  margin: -52px 0 35px 0;
  background: var(--primary);
  padding: 10px 23px;
  color: #fff;
}
.uosb .card {
  padding: 40px;
}
.uosb .card:first-child h5, .uosb .card:nth-child(4) h5, .uosb .card:nth-child(7) h5 {
  background: var(--primary);
}
.uosb .card:nth-child(2) h5, .uosb .card:nth-child(5) h5 {
  background: #97c817;
}
.uosb .card:nth-child(3) h5, .uosb .card:nth-child(6) h5 {
  background: #069fe2;
}
.uosb .card:first-child .arrowList li::before, .uosb .card:nth-child(4) .arrowList li::before, .uosb .card:nth-child(7) .arrowList li::before {
  color: var(--primary);
}
.uosb .card:nth-child(2) .arrowList li::before, .uosb .card:nth-child(5) .arrowList li::before {
  color: #97c817;
}
.uosb .card:nth-child(3) .arrowList li::before, .uosb .card:nth-child(6) .arrowList li::before {
  color: #069fe2;
}
.yks .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #fff0e8;
}
.yks h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff0e8;
  color: var(--primary);
  width: 100%;
  height: 95px;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
}
.yks h5 span {
  font-size: 14px;
  font-weight: 500;
}
.yks .item:nth-child(2){
  border-color: #e4e8ff;
}
.yks .item:nth-child(3){
  border-color: #f2ffce;
}
.yks .item:nth-child(4){
  border-color: #e9f8ff;
}
.yks .item:nth-child(2) h5{
  background: #e4e8ff;
  color: #24368b;
}
.yks .item:nth-child(3) h5{
  background: #f2ffce;
  color: #97c817;
}
.yks .item:nth-child(4) h5{
  background: #e9f8ff;
  color: #069fe2;
}
.yks .item:nth-child(2) .arrowList li::before{
  color: #24368b;
}
.yks .item:nth-child(3) .arrowList li::before{
  color: #97c817;
}
.yks .item:nth-child(4) .arrowList li::before{
  color: #069fe2;
}
.yks .item .arrowList {
  padding-top: 15px;
}
.p0{
  padding: 0
}
.ilt .card {
  display: flex;
  padding: 20px;
  flex-direction: row;
  box-shadow: none;
  padding-left: 0;
}
.ilt .card .ic {
  background: #e85c111f;
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 75px;
  color: var(--primary);
  border-radius: 2px;
}
.ilt .card .meta {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
.ilt .card .meta .tit {
  font-weight: 700;
}
.ilt .card .meta a {
  color: #818181;
  line-height: 1.5;
}
.ilt .card .meta a:hover {
  color: var(--primary);
}
.ilt .card:nth-child(2) .ic {
  color: #97c817;
  background: #97c81724;
}
.ilt .card:nth-child(3) .ic {
  color: #069fe2;
  background: #069fe221;
}
.bolumler img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.imgList {
  display: flex;
  align-items: center;
}
.ndxdyr .field .item img {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.ndxdyr .field .item .meta .tit {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 600;
  color: #3a3a3a;
}
.ndxdyr .field .item .meta .nt {
  font-size: 12px;
  font-weight: 400;
  color: #484848;
  line-height: 1;
}
.clrBrdr{
  position: relative;
  width: 100%;
}
.clrBrdr::after{
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.klmd {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.klmd span {
  font-size: 20px;
  font-weight: 600;
}
.klmd span:first-child {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #888;
}
.aut {
  margin-top: 15px;
  box-shadow: none;
  background: #eee;
  position: relative;
}
.aut::before {
  content: '';
  width: 3px;
  height: 100%;
  border-radius: 0;
  background: #069fe200;
  position: absolute;
  left: 25px;
  z-index: 2;
  top: 0;
  border-left: 3px solid #069fe2;
  padding-left: 4px;
  padding-right: 3px;
  border-right: 3px solid #97c817;
}
.aut::after {
  content: '';
  width: 3px;
  height: 100%;
  border-radius: 15px;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 15px;
}
.thList .meta {
  padding: 20px;
  text-align: center;
}
.thList .meta span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.thList .meta span:nth-child(2) {
  font-weight: 500;
  font-size: 14px;
  color: #888;
}
.thList img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.bdrop{
  position: relative;
}
.bdrop::before{
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(157deg, rgb(232 92 17 / 76%) 0, #97c81700, #24368bb8);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.thList .card:hover .bdrop::before{
  display: none;
}
footer {
  background-color: #090b16;
  padding-top: 100px;
}
.footer-widget {
  margin-top: -8px;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.c-white {
  color: #979797;
  font-size: 13px;
}
.footer-widget .link li {
  margin-bottom: 5px;
}
.footer-widget .link li a {
  color: #979797;
  font-size: 16px;
}
.footer-widget .address .location {
  font-size: 16px;
}
.footer-widget .address li a {
  font-size: 16px;
}
.c-white {
  font-size: 16px;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget h3 {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #181c2e;
  color: #fff;
  font-size: 16px;
}
.footer-widget .address li {
  padding-left: 0px;
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}
.footer-widget .address li a{
  color: #979797;
  font-size: 16px;
}
.footer-widget .address li i {
  position: relative;
  color: var(--primary);
  font-size: 13px;
  margin-right: 20px;
}
.social {
  display: flex;
  padding-top: 20px;
}
.social a {
  margin-right: 30px;
}
.social i {
  font-size: 18px;
  color: #464646;
}
.footer-widget .address .location {
  padding-left: 0px;
  position: relative;
  color: #979797;
  font-size: 16px;
  display: flex;
  align-items: baseline;
}

.footer-widget .address .location i {
  position: relative;
  color: var(--primary);
  margin-right: 20px;
}
footer a:hover{
  color: #e85c11 !important;
}
footer .social a:hover i{
  color: #e85c11 !important;
}
.copyright {
  border-top: 1px solid #181c2e;
  padding: 20px 0;
}
.copyright-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-wrap p {
  margin: 0;
  color: #545458;
  font-size: 13px;
}
.limonagaci img {
  height: 15px;
  width: auto;
}
.navbar .dropdown-menu a {
  padding: 10px 30px !important;
  border-bottom: 1px dashed #eee;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  min-width: 250px;
  height: 40px !important;
  line-height: 1 !important;
}
.navbar .dropdown-menu a:last-child{
  border: none;
}
.navbar .dropdown-menu {
  border: none;
  border-radius: 2px;
  padding: 5px 0 !important;
  margin-top: 10px;
  box-shadow: 1px 11px 20px -5px #00000014;
}
.navbar  .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover{
  background-color: #ffffff !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #354694 !important;
  font-weight: 700;
}
.navbar .dropdown-menu a::after {
  content: '\e5df';
  font-family: 'Material Icons';
  font-size: 18px;
  color: #354694;
  vertical-align: middle;
  margin-left: auto;
  display: none;
  position: absolute;
  right: 15px;
  top: 9px;
}
.navbar .dropdown-menu a:hover::after{
  display: block;
}
.navbar-nav {
  align-items: center;
}
.pisa{
  width: 89px;
}
.navbar .nav-item .pisa img {
  height: 40px;
  width: auto;
  transition: height .5s;
  transition-timing-function: ease;
}
/* .navbar .nav-item .pisa:hover img{
  height: 50px;
} */
.pisaTitle{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.pisaTitle .tit{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  color: #6d6862;
  font-size: 64px;
}
.pisaTitle .tit img{
  height: 50px;
  width: auto;
  margin-right: 25px;
}
.pisaTitle::before, .pisaTitle::after{
  content: '';
  background: url('/assets/images/pisa-shape.png');
  display: flex;
  height: 40px;
  width: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pisaText {
  padding: 100px 0;
  margin-bottom: 80px;
}
.pisaText h2.slogan {
  color: #e24b5c;
  text-align: center;
  font-weight: 700;
  margin: 20px 0;
  font-size: 40px;
}
.pisaBorder::after{
  content: '';
  width: 100%;
  background: linear-gradient(90deg, #e34c5d 0, #3995aa, #f4982b, #6d6862);
  height: 55px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pt-80{
  padding-top: 80px;
}
.pisaBorder {
  position: relative;
}
.mobile{
  display: none;
}
.clrbtn{
  position: relative;
}
.clrbtn::before{
  content: '';
  width: 2px;
  height: 100%;
  border-radius: 0;
  background: #069fe200;
  position: absolute;
  left: 4px;
  z-index: 2;
  top: 0;
  border-left: 2px solid #069fe2;
  padding-left: 5px;
  padding-right: 3px;
  border-right: 2px solid #97c817;
}
.clrbtn::after {
  content: '';
  width: 2px;
  height: 100%;
  border-radius: 15px;
  background: var(--primary);
  position: absolute;
  top: 0;
  left: 9px;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}
@media only screen and (max-width: 600px) {
  .ndxdyr .field {
    flex-direction: column;
  }
  .tes .item {
    padding: 75px 25px 55px;
  }
  .yrc .card {
    padding: 2rem 1rem;
  }
  .yrc .y-content {
    padding: 20px 15px;
  }
  .ndxdyr .field .item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .ndxdyr {
    margin-top: 0;
    background: #232b32;
  }
  .colorLink {
    display: none;
  }
  .ndnu {
    margin-top: 0px !important;
    padding-top: 0px;
  }
  .ndnu::after {
    left: 0px;
  }
  .ndnu::before {
    left: 10px;
    padding-left: 5px;
  }
  .tes::before {
    display: none;
  }
  .grid3 {
    display: grid;
    grid-template-columns: repeat(1,minmax(100px,500px));
    grid-gap: 30px 30px;
    justify-content: center;
  }
  .halfbg::before{
    display: none;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
  .mbw50{
    width: 50%;
  }
  .navbar {
    position: fixed;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #00000017;
    top: 34px;
  }
  .ndx .topBar,  .topBar {
    position: fixed; 
    z-index: 5;
  }
  .navbar-brand img {
    height: 45px;
    width: auto;
  }
  .ndx .navbar .nav-item .nav-link, .navbar .nav-item .nav-link {
    color: #3a3a3a;
  }
  .navbar-nav {
    align-items: flex-start;
    padding: 20px 0;
  }
  .nav-item{
    width: 100%;
    padding: 5px 15px;
    width: 100%;
  }
  
  .carousel-indicators {
    bottom: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .dropdown-menu {
    position: relative!important;
  }
  .breadcrumb {
    margin-top: 105px;
  }
  .breadcrumb h2 {
    font-size: 14px;
  }
  .breadcrumb ul {
    display: none;
  }
  #lightgallery.grid3, .lightgallery.grid3  {
    grid-template-columns: repeat(3,minmax(100px,500px));
  }
  #lightgallery img, .lightgallery img {
    height: 100px;
    object-fit: cover;
  }
  .grid2 {
    grid-template-columns: repeat(1,minmax(100px,800px));
  }
  .grid4.yrc {
    grid-template-columns: repeat(1,minmax(100px,800px));
  }
  .classic-tabs .nav {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .classic-tabs .nav-item {
    padding: 0;
  }
  .befsha {
    margin: 40px 0;
  }
  .grid4.yks {
    grid-template-columns: repeat(1,minmax(100px,800px));
  }
  .imgList {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .bolumler .imgList img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    margin: 10px 0;
    flex: 1;
  }
  .grid4.thList {
    grid-template-columns: repeat(2,minmax(100px,800px));
  }
  .thList img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
  .pisaTitle::before {
    position: absolute;
    top: -15px;
    left: 0;
  }
  .pisaTitle::after {
    position: absolute;
    bottom: -15px;
    right: 0;
  }
  .pisaTitle {
    align-items: center;
  }
  .carousel-item img {
    max-height: 70vh;
  }
  .ndx .navbar {
    position: fixed;
    background: linear-gradient(180deg, rgba(0, 0, 0, .85) 0, transparent);
    top: 34px;
  }
  .mobile{
    display: block;
  }
  .nav-item .btn{
    padding: 10px 25px;
  }
  .desktop{
    display: none;
  }
  .mo1{
    order: 1;
  }
  .mo2{
    order: 2;
  }
}


.checkmark_circle_success {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #00c851;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark_circle_error {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #f44;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  stroke-width: 5px;
  stroke: white;
  stroke-miterlimit: 10;
  margin: 10% auto;
}
.checkmark.success {
  box-shadow: inset 0px 0px 0px #00c851;
  animation: fillsuccess 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.error {
  box-shadow: inset 0px 0px 0px #f44;
  animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}
.progress {
  transform: rotate(-90deg);
  stroke: black;
}
.progress circle {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  animation: dash 1.5s infinite;
}
@keyframes dash {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -130;
  }
}
.progress {
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress.progress--thin {
  left: auto;
  right: 5%;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fillsuccess {
  100% {
    box-shadow: inset 0px 0px 0px 75px #00c851;
  }
}
@keyframes fillerror {
  100% {
    box-shadow: inset 0px 0px 0px 75px #f44;
  }
}
.scc_ky {
  text-align: center;
  min-height: 65vh;
}
.scc_ky h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #00c851;
}
.scc_ky p {
  font-size: 20px;
  margin-top: 25px;
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp :is(.iconify, i) {
  font-size: 32px;
}
.whatsapp:hover i {
  color: #fff;
}
.s-img-mobile {
  display: none;
}
.carousel-item img {
  object-fit: cover;
}
.dyr .card {
  box-shadow: none;
  border-bottom: 1px solid #eee;
  /* padding: 5px 0; */
  border-right: 1px solid #eee;
  border-radius: 0;
  padding: 20px;
  position: relative;
}
.dyr .card:nth-child(2n) {
  border-right: none;
}
.dyr .card:last-child {
  border: none;
}
.dyr .card:nth-last-of-type(2) {
  border-bottom: none;
}
.dyr .card .date {
  height: auto; 
  width: 100px;
  flex: 0 0 100px;
  gap: 8px;
  flex-direction: row;
  background: transparent;
  flex-direction: row-reverse;
}
.grid2.dyr {
  grid-gap: 0;
}
.dyr .card::after {
  content: '';
  background: url('https://api.iconify.design/material-symbols/arrow-forward-rounded.svg?color=%23afafaf') no-repeat center center / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: auto;
}
.dyr .card:hover::after {
  background: url('https://api.iconify.design/material-symbols/arrow-forward-rounded.svg?color=%23e85c11') no-repeat center center / contain;
}
.lg-toolbar .lg-download:after {
  content: url(https://api.iconify.design/mdi/download.svg?color=white&width=24&height=24);
}
.lg-toolbar .lg-close:after {
  content: url(https://api.iconify.design/mdi/close.svg?color=white&width=24&height=24);
}
.lg-actions .lg-next:before {
  content: url(https://api.iconify.design/mdi/arrow-right.svg?color=white&width=24&height=24);
}
.lg-actions .lg-prev:after {
  content: url(https://api.iconify.design/mdi/arrow-left.svg?color=white&width=24&height=24);
}
@media only screen and (max-width: 600px) {
  .s-img-mobile {
    display: block;
  }
  .s-img-desktop {
    display: none;
  }
  .dyr .card {
    border-bottom: 1px solid #eee !important;
    border-right: none !important;
    padding: 15px 0px;
  }
  .dyr .card:last-child {
    border-bottom: none !important;
  }
  .navbar .dropdown-menu {
    box-shadow: none;
  }
}
.ff {
  font-family: "Gyahegi";
}
.rt-text {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
.rt-text .text-area {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.rt-text .text-area .text {
  font-family: "Gyahegi";
  font-size: 5vw;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.rt-text .text-area .text img {
  max-height: 108px;
  width: auto;
  margin-top: 34px;
}
.rt-text .b-img {
  position: absolute;
  height: 120%;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  rotate: 31deg;
}
.rt-text .b-img img {
  height: 100%;
}
.o-hidden {
  overflow: hidden;
}
.mt-5r {
  margin-top: 5rem;
}
.smtitle {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: var(--primary);
  /* color: var(--secondary); */
  font-weight: 500;
  font-size: 14px;
}
.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
}
.swiper-button-next:after, .swiper-button-prev:after {
  line-height: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: url(https://api.iconify.design/humbleicons/chevron-right.svg?color=%232e2e2e&width=24);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: url(https://api.iconify.design/humbleicons/chevron-left.svg?color=%232e2e2e&width=24);
}
.swiper.news.swiper-horizontal {
  padding-bottom: 1.5rem;
}
.tes-swiper .item {
  display: flex;
  gap: 1.5rem;
}
.tes-swiper .item .img-area {
  flex: 0 0 40%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 365px;
}
.tes-swiper .item .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tes-swiper .item .text-area {
  background: #e2ffe2;
  border-radius: 20px;
  padding: 4rem 8rem;
  background: #fffecd;
  background: #fffede;
  height: 365px;
}
.tes-swiper .item .text-area .title {
  font-size: 36px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2rem;
  line-height: 1.35;
}
.tes-swiper .item .text-area p {
  max-width: 300px;
  color: #000;
  font-weight: 300;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
}
.tesarea .item {
  padding: 6rem 4rem;
  /* color: var(--secondary); */
}
.tesarea .item .title {
  font-size: 64px;
  font-weight: 400;
}
.tesarea .item p {
  font-size: 22px;
  margin-top: 3rem;
  font-weight: 400;
}
.tesarea .img-area {
  flex: 0 0 35%;
  height: 610px;
  position: relative;
}
.tesarea .img-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-bottom-right-radius: 88px;
}
.tesarea {
  display: flex;
  align-items: center;
  gap: 8rem;
  overflow: hidden;
}
.gr-green {
  background: linear-gradient(rgba(26, 203, 82, 0.95) 0%, rgb(1 60 60) 100%);
}
.tesarea .img-area::before {
  content: '';
  height: calc(100% + 40px);
  width: 250px;
  object-fit: cover;
  border: 38px solid #2dc65b;
  border-bottom-right-radius: 245px;
  position: absolute;
  right: -90px;
  top: 0;
  border-top: none;
  border-left: none;
}
.tesarea .img-area::after {
  content: '';
  height: calc(100% + 40px);
  width: 100%;
  object-fit: cover;
  border: 38px solid var(--secondary);
  border-bottom-right-radius: 88px;
  position: absolute;
  right: 0;
  top: 0;
  border-top: none;
  border-left: none;
}
.tesarea .item .text-area {
  max-width: 800px;
  position: relative;
}
.tesarea .item .text-area::before {
  content: 'TES Nedir?';
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-bottom: 1rem;
  color: #212529;
  padding: 0.45rem 1.2rem;
  border: 1px solid #2dc65b;
  width: fit-content;
}
.btitle {
  /* text-align: center; */
  color: #fff;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 800;
  max-width: 900px;
  /* margin: auto; */
  margin-bottom: 3rem;
  line-height: 1.35;
}
.btitle + p {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  max-width: 500px;
}
.is-relative {
  position: relative;
}
.right-img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 120%;
  z-index: 0;
  transform: translateY(-50%);
}
.right-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.is-relative > :is(.container, .container-fluid) {
  position: relative;
  z-index: 2;
}
.gr-blue {
  background: linear-gradient(#05ade2a6 0%, #0e4068 100%);
}
.btitle.op {
  opacity: .3;
  text-wrap: nowrap;
}
.bg-bi {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.btitle.b1 {
  max-width: 1000px;
}
.bg-bi .btitle {
  font-size: 52px;
  background: #01041d8a;
  width: fit-content;
  padding: 2rem;
  max-width: 780px;
}
.bg-bi .btitle + p{
  padding: 2rem;
  background: #01041d8a;
  max-width: 600px;
}
.bg-img-right-border {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.xtitle {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.35;
}
.xtitle + p {
  font-size: 22px;
  margin-top: 3rem;
  font-weight: 400;
}
.bg-img-right-border {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  width: 36%;
  box-shadow: -25px 15px 0 15px #104169;
  box-shadow: -25px 15px 0 15px #e85c10;
  border-radius: 0 0 0 104px;
}
.bg-img-right-border img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 0 88px;
}
.bg-img-right-border::after {
  content: '';
  width: 40px;
  height: 100%;
  background-color: #e85c10;
  background-color: #ffd3bb;
  position: absolute;
  left: 45px;
  top: 0;
}
.gr-orange {
  background: linear-gradient(#ffd6c2 0%, #e85c10 100%);
}
.gr-orange #neden-ucretsiz .meta a.bg-orange.btn {
  background: #fff !important;
  color: #e85c10;
  color: #000;
}
.bg-slight {
  background: #f8f8f8;
}
.tes-swiper-2 :is(.swiper-button-next, .swiper-button-prev) {
  top: auto;
  bottom: 40px;
}
.tes-swiper-2 .swiper-button-next {
  right: calc(50% - 45px);
  left: auto;
}
.tes-swiper-2 .swiper-button-prev {
  left: calc(50% - 45px);
  right: auto;
}
.swiper-pagination-bullet-active {
  background: #2dc65b;
}
@media only screen and (max-width: 990px) {
  .btitle {
    font-size: 46px;
    margin-bottom: 1rem;
  }
  .btitle.op {
    opacity: .3;
    text-wrap: wrap;
    font-size: 30px;
    margin-top: 1rem;
  }
  .xtitle {
    font-size: 44px;
  }
  .xtitle + p {
    font-size: 18px;
    margin-top: 1rem;
    font-weight: 300;
  }
  .bg-img-right-border {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 20px);
    box-shadow: -25px 15px 0 15px #104169;
    box-shadow: -25px 10px 0 10px #e85c10;
    border-radius: 0;
    position: relative;
    margin-left: auto;
    margin-top: 2rem;
  }
  .bg-img-right-border img {
    border-radius: 0;
  }
  .bg-img-right-border::after {
    width: 20px;
    left: 20px;
  }
  .ptitle {
    font-size: 46px;
    line-height: 1.25;
  }
  .right-img {
    opacity: .7;
  }
  .tesarea .img-area {
    display: none;
  }
  .tesarea .item {
    padding: 4rem 1rem;
    padding-bottom: 5.5rem;
  }
  .tesarea .item .text-area {
    max-width: 94vw;
  }
  .tesarea .item .title {
    font-size: 32px;
  }
  .tesarea .item p {
    font-size: 19px;
    margin-top: 1.75rem;
    font-weight: 300;
  }
}