﻿body {
  font-family: 'Open Sans', sans-serif;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

header .navbar {
  border-bottom: #1f4b99 solid 30px;
}

header .navbar .search-wrapper.input-group {
  max-width: 200px;
}

header .navbar .search-wrapper.input-group .btn {
  background-color: #404040;
  border-color: #404040;
  color: #fff;
}

header .navbar .search-wrapper.input-group input {
  box-shadow: none;
  background-color: #ececec;
  border-color: #ececec;
  color: #333;
}

header .navbar .nav-link {
  color: #404040;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: .5rem;
}

header .navbar .navbar-toggler {
  border: none;
  background-color: #404040;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding:0;
}

header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 25px;
  filter: invert(1) brightness(10000);
  opacity: 1;
}

@media (max-width: 992px) {
  header .navbar .search-wrapper.input-group {
      max-width: none;
  }

  header .navbar-collapse .nav-item {
      padding: .2rem 1rem;
      border-bottom: 1px solid #ccc;
  }

  header .navbar-collapse {
      padding-bottom: 1rem;
  }

  header .navbar .search-wrapper.input-group {
      padding: .5rem;
  }
}

/* @media (max-width: 768px) {
  header .navbar .container {
    display: flex;
    flex-direction: column;
    gap: .5rem;
  }
} */

header .navbar .navbar-brand .logo{
  height: 50px;
  object-fit: cover;
}


section.search-section .banner-wrapper,
section.search-section {
  position: relative;
}

section.search-section .banner-wrapper .banner {
  height: 300px;
  width: 100%;
  object-fit: cover;
  background-position: top;
}

section.search-section .search-area{
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

section.search-section .search-area form {
  background-color: #ffffff;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 15px;
}

section.search-section .search-area .logo-wrapper {
  margin: auto;
  display: inline-block;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 5px solid #fff;
  padding: 10px;
}


section.search-section .search-area .logo-wrapper .logo {
  height: 100px;
}

.special-btn {
  background-color: #1f4b99;
  border: 0;
  height: 38px;
  width: fit-content;
  border-radius: 20px;
  box-shadow: 0 0 0 5px #1f4b99, inset 0 0 0 2px #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.special-btn:hover,
.special-btn:active{
  background-color: #a30f21 !important;
}

section.search-section .search-area .form-control, 
section.search-section .search-area .form-select {
  background-color: #ececec;
  height: 45px;
  border: 0;
}

section.search-section .search-area .form-control:focus, 
section.search-section .search-area .form-select:focus{
  box-shadow: none;
  border: 0;
}

section.banner-section {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  background-color: #1f4b99;
  padding: 1rem 0;
}

section.banner-section .icon-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -57px;
}

section.banner-section .icon-wrapper .icon{
  height: 55px;
}

section.banner-section .banner {
  width: fit-content;
  margin: auto;
  text-decoration: none;
  color: #fff;
}

section.banner-section .banner .title {
  font-size: 1.6rem;
  font-weight: 700;
}

section.banner-section .banner .detail {
  position: relative;
  width: fit-content;
  margin: auto;
}

section.banner-section .banner .detail p.desc {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 400;
}

section.list-section {
  max-width: 1200px;
  margin: auto;
  background-color: #ececec;
  padding: 1rem;
}

section.list-section .section-title,
section.filter-section .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0 2rem 0;
}

section.list-section .university-list .uni-img-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
}

section.list-section .university-list .card {
  padding: 1rem;
  border-radius: 15px;
  border: 0;
}

section.list-section .university-list .uni-img-wrapper .university-img {
  border-radius: 15px;
  object-fit: cover;
  width: 280px;
  height: 200px;
}

section.list-section .university-list .uni-icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  justify-content: space-between;
}

@media (max-width: 992px){
  section.list-section .university-list .uni-icon-wrapper{
    flex-direction: row;
    justify-content: end;
    gap: 2rem;
  }
}

section.list-section .university-list .uni-icon-wrapper .uni-icon-img {
  height: 120px;
  width: 120px;
}

section.list-section .university-list .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.5rem 0rem 1.5rem;
  gap: 1rem;
}

section.list-section .university-list .footer-btns {
  display: flex;
  gap: 1rem;
  align-items: center;
}


section.list-section .university-list .uni-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

section.list-section .university-list .location-wrapper {
  font-weight: 500;
}

section.list-section .university-list .location-wrapper .title,
section.list-section .university-list .link-wrapper .title{
  font-weight: 700;
}

section.list-section .university-list .location-wrapper .title:after,
section.list-section .university-list .link-wrapper .title:after {
  content: ":";
}

section.list-section .university-list .link-wrapper a {
  text-decoration: none;
  font-weight: 600;
  color: #1f4b99
}

section.list-section .university-list .footer-btns .boxes {
  flex: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: .5rem;
  flex-wrap: wrap;
}

section.list-section .university-list .footer-btns .btn-wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: end;
}

section.list-section .university-list .footer-btns .boxes .box {
  border: 2px solid #ccc;
  border-radius: 15px;
  padding: 5px 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-weight: 600;
}

section.search-section .search-area form .btn-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 991.8px){
  section.search-section .banner-wrapper{
    z-index: -1;
  }
  section.search-section .search-area{
    margin-top: -120px;
  }  
  
  section.search-section .search-area form .form-item:nth-child(1),
  section.search-section .search-area form .form-item:nth-child(2),
  section.search-section .search-area form .form-item:nth-child(3),
  section.search-section .search-area form .form-item:nth-child(4),
  section.search-section .search-area form .form-item:nth-child(5),
  section.search-section .search-area form .form-item:nth-child(6) {
    width: calc( 50% - 15px);
  }

  section.banner-section{
    padding-bottom: 50px !important;
  } 
  section.banner-section .icon-wrapper{
    right: 0 !important;
    bottom: -50px !important;
    top: auto !important;
  }
  section.list-section .university-list .footer-btns{
    flex-direction: column;
    margin-bottom: 1rem;
  }
}

@media(min-width: 992px){
  section.search-section .search-area .logo-wrapper {
    padding: 3px 10px 0px 10px;
  }
  section.search-section .search-area form .form-item:nth-child(1),
  section.search-section .search-area form .form-item:nth-child(2),
  section.search-section .search-area form .form-item:nth-child(3),
  section.search-section .search-area form .form-item:nth-child(4),
  section.search-section .search-area form .form-item:nth-child(5),
  section.search-section .search-area form .form-item:nth-child(6) {
    width: calc(25% - 15px);
  }
  section.search-section .search-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.list-section .university-list .location-wrapper {
    width: 80%;
  }
}

@media (max-width: 550px){
  section.search-section .search-area form .form-item:nth-child(1),
  section.search-section .search-area form .form-item:nth-child(2),
  section.search-section .search-area form .form-item:nth-child(3),
  section.search-section .search-area form .form-item:nth-child(4),
  section.search-section .search-area form .form-item:nth-child(5),
  section.search-section .search-area form .form-item:nth-child(6) {
    width: calc( 100% - 15px);
  }
}

section.filter-section {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem 1rem 1rem;
  background-color: #f4f2f2;
}

section.filter-section label {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: .5rem;
}

section.filter-section .form-select {
  background-color: #fff;
  height: 45px;
  border: 0;
  box-shadow: none;
  margin-bottom: 1.5rem;
}

section.filter-section .filter-wrapper{
  position: relative;
}

/* section.filter-section .fa-location-dot {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
} */

section.filter-section .universities .single-item .img {
  height: 200px;
  object-fit: cover;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 15px;
}

section.filter-section .universities .single-item {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

section.filter-section .universities .single-item .title {
  font-weight: 700;
  font-size: 1.1rem;
}

section.filter-section .universities .single-item .province-wrapper .fa-location-dot {
  color: #1f4b99;
}

section.filter-section .universities .single-item .province-wrapper  {
  display: flex;
  gap: .5rem;
  align-items: center;
}

section.favorite-programs-section,
section.favorite-universities-section {
  max-width: 1200px;
  margin: auto;
  background-color: #ffffff;
  padding: 2rem 1rem;
}

section.favorite-programs-section .section-title-wrapper,
section.favorite-universities-section .section-title-wrapper,
section.news-section .section-title-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

section.favorite-programs-section .section-title-wrapper .section-title,
section.favorite-universities-section .section-title-wrapper .section-title,
section.news-section .section-title-wrapper .section-title {
  font-size: 1.3rem;
  font-weight: 700;
}

section.favorite-programs-section .section-title-wrapper .btn,
section.favorite-universities-section .section-title-wrapper .btn,
section.news-section .section-title-wrapper .btn {
  font-weight: 600;
  gap: .5rem;
  display: flex;
  align-items: center;
  border-radius: 0;
}

section.favorite-programs-section .favorite-programs a.single-item {
    background-color: #f4f2f2;
    padding: 20px;
    height: 100px;
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    transition: .5s ease;
}

section.favorite-programs-section .favorite-programs a.single-item h6 {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

section.favorite-programs-section .favorite-programs a.single-item:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

section.news-section {
  padding-bottom: 1rem;
  background-size: cover;
  position: relative;
  background: url(images/patterns/2.png);
  background-image: url(images/patterns/2.png);
  background-size: cover;
}

section.news-section .wrapper{
  padding: 0 1rem;
  position: relative;
  z-index: 1000;
}

section.news-section .wrapper .section-title-wrapper,
section.news-section .swiper.news-wrapper{
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 992px) {
  section.news-section .swiper-button-next, 
  section.news-section .swiper-button-prev{
    display: none !important;
  }
}

@media (max-width: 992px){
  section.favorite-programs-section {
      padding: 2rem 1rem;
  }
}


/* section.news-section .wrapper .swiper-button-prev {
  background: url(images/icons/prev-icon.svg);
}

section.news-section .wrapper .swiper-button-next {
  background: url(images/icons/next-icon.svg);
} */

/* section.health-guide-area .swiper-button-next,
section.health-guide-area .swiper-button-prev {
  background-repeat: no-repeat;
  width: 65px;
  justify-content: center;
} */

/* section.health-guide-area .swiper-button-next:after,
section.health-guide-area .swiper-button-prev:after {
  display: none;
} */

section.news-section:before {
  content: " ";
  background: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

section.news-section img {
  border-radius: 5px;
  /* border: 5px solid #1f4b99; */
}

section.news-section .main-title {
  z-index: 2;
  position: relative;
}

section.news-section .title {
  /* padding: 1rem 0.5rem;
  text-align: center;
  font-weight: 500;
  color: #212121;
  font-size: 1.1rem;
  line-height: 1.3rem; */
}

section.news-section .item {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}

section.news-section .item figure {
  background: #333;
  border-radius: 5px;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.news-section .item .news-img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 200px;
  object-fit: cover;
  width: 100%;
}

section.news-section .item:hover .news-img {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

section.news-section .item i {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
}
section.news-section .item:hover i {
  font-size: 1.7rem;
  color: #fff;
  opacity: 1;
}

section.news-section .swiper-button-next,
section.news-section .swiper-button-prev{
    color: #1f4b99;
    height: 50px !important;
    width: 50px !important;
    background-color: #f4f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1
}

section.news-section .swiper-button-next:after, 
section.news-section .swiper-button-prev:after{
    font-size: 30px;
}


section.news-section .item .news-img {
  opacity: 0.45;
  max-height: 220px;
  object-fit: cover;
  width: 100%;
}

section.news-section .card-img-overlay {
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

section.news-section .card-title {
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
section.news-section .card {
  background: rgba(0, 0, 0);
  overflow: hidden;
}

section.news-section .card .author-wrapper {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

section.news-section .card .author-wrapper .author{
  color: #fff;
}

section.news-section .card .author-wrapper .author-icon {
  height: 20px;
  object-fit: cover
}

section.news-section .card .subject {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  background: #1f4b99;
  padding: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 500;
}



.footer-wrapper footer .copyright {
  text-align: center;
  padding: 1.2rem;
  background-color: rgba(0, 0, 0, 0.2)
}

.footer-wrapper footer a {
  text-decoration: none;
}

footer {
  background-color: #1f4b99;
  text-align: center;
  color: #fff;
}

section.facilities .university-wrapper{
  position: relative;
}

section.facilities .university-wrapper .img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

section.facilities .university-wrapper:after {
  content: " ";
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

section.facilities .university-wrapper .title {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 2.5rem;
}

.facilities .box-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(100px, auto);
}

@media (max-width: 992px){
  .facilities .box-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
  }
  .facilities .box-wrapper .box .title{
    font-size: 1rem;
  }
}

.facilities .box-wrapper .box {
  position: relative;
  overflow: hidden;
}

.facilities .box-wrapper .box .img{
  position: relative;

  width: 100%;
  object-fit: cover;
}

.facilities .box-wrapper .box .title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #1d1d1d;
  font-size: 0.95rem;
  text-transform: uppercase;
  padding: .5rem;
  margin-bottom: 0;
  z-index: 1111;
  position: relative;
}

.facilities .box-wrapper .box h5.num {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

@media(min-width:1200px){
  .facilities .box-wrapper .box .title{
    min-height: 50px;
    line-height: 50px;
    height: 100%;
  }
  .facilities .box-wrapper .box .title{
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .facilities .box-wrapper .box h5.num{
    padding-bottom: 66px;
    font-size: 2.5rem;
  }
}

.facilities .box-wrapper .box:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.facilities .box-wrapper .box:first-child:after {
  background-color: rgba(0, 0, 0, .40);
}
.facilities .box-wrapper .box:nth-child(2):after {
  background-color: rgba(64, 0, 0, .40);
}
.facilities .box-wrapper .box:nth-child(3):after {
  background-color: rgba(0, 70, 140, .40);
}
.facilities .box-wrapper .box:nth-child(4):after {
  background-color: rgba(102, 76, 0, .40);
}
.facilities .box-wrapper .box:nth-child(5):after {
  background-color: rgba(64, 16, 0, .40);
}
.facilities .box-wrapper .box:nth-child(6):after {
  background-color: rgba(0, 64, 16, .40);
}



section.facilities .university-wrapper+.container-fluid {
  padding: 0;
}

section.number-section {
  background: url(images/patterns/pattern2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 507px;
  display: flex;
}

section.number-section .wrapper{
  max-width: 1500px;
  margin: auto;
  padding: 2rem 1rem;
}

section.number-section .programs-wrapper {
  margin-bottom: 2rem;
}

section.number-section h6.main-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: .5rem;
}

section.number-section .item {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: .2rem;
  max-width: 150px;
}

section.number-section .item h6.number {
  font-weight: 700;
  font-size: 1.7rem;
}

section.number-section .item h5.title {
  font-size: 1.7rem;
  text-transform: uppercase;
}

section.number-section .items {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.breadcrumb-wrapper .breadcrumb-area {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  height: 400px;
  padding-top: 110px;
  padding-bottom: 80px;
}

.breadcrumb-wrapper .breadcrumb-area::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text {
  position: relative;
  z-index: 1;
  top: 50%;
  display: flex;
  flex-direction: column;
}

.breadcrumb-wrapper .breadcrumb-menu{
  margin-bottom: 1rem;
}

.breadcrumb-wrapper .breadcrumb-menu + .subject {
    background-color: #1f4b99;
    width: fit-content;
    margin: auto;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: .95rem;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text .breadcrumb-menu ul {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text .breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 10px;
  text-transform: capitalize;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text .breadcrumb-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text .breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  right: -12px;
  top: 2px;
}

.breadcrumb-wrapper .breadcrumb-area .breadcrumb-text .breadcrumb-menu ul li:last-child:after {
  display: none;
}

/* ---- */

.blog-area-wrapper{
  background: #f4f2f2;
}

.blog-area-wrapper .section-title{
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.blog-area-wrapper .section-title h2 {
  font-size: 45px;
  line-height: 60px;
  margin: 0;
  margin-top: 1rem;
  font-weight: 700;
}

.blog-area-wrapper .section-title p {
  padding-top: .5rem;
  color: #7a8595;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
  line-height: 30px;
}

.blog-area-wrapper .blog-area figure.news-detail {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 5px;
}

.blog-area-wrapper .blog-area figure.news-detail img{
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  object-fit: cover;
  width: 100%;
  object-fit: cover;
  width: 290px;
  height: 200px;
}

@media (max-width: 768px){
  .blog-area-wrapper .blog-area figure.news-detail img{
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
}

.blog-area-wrapper .blog-area figure.news-detail .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area-wrapper .blog-area figure.news-detail  i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #1f4b99;
  top: 25px;
  color: #fff;
  left: 25px;
  border-radius: 5px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}

.blog-area-wrapper .blog-area figure.news-detail .date,
.blog-area-wrapper .blog-area figure.news-detail .date i {
  background-color: #1f4b99;
  top: 25px;
  color: #fff;
  left: 25px;
  border-radius: 5px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}

.blog-area-wrapper .blog-area figure.news-detail .date span {
  display: block;
  line-height: 30px;
}

.blog-area-wrapper .blog-area figure.news-detail .date .month {
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-area-wrapper .blog-area figure.news-detail figcaption {
  padding: 40px;
  position: relative;
}

.blog-area-wrapper .blog-area figure.news-detail figcaption h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}

.blog-area-wrapper .blog-area figure.news-detail figcaption p {
  color: #7a8595;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 28px;
}

.blog-area-wrapper .blog-area figure.news-detail figcaption .figure-btn a {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 15px;
  display: inline-block;
}

.blog-area-wrapper .blog-area figure.news-detail figcaption .figure-btn .txt-btn{
  line-height: 1.2rem;
}


.blog-area-wrapper .blog-area figure.news-detail:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* ----- */

.blog-area-wrapper .blog-detail-area .container {
  padding-top: 2rem;
  background-color: #fff;
  padding-bottom: 2rem;
}

.blog-area-wrapper .blog-detail-area .news_image {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 600px;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}

.blog-area-wrapper .blog-detail-area .news-image-wrapper {
}


@media (max-width: 992px){
  .blog-area-wrapper .blog-detail-area .news_image {
      height: auto;
  }
}

.blog-area-wrapper .blog-detail-area .title {
  font-weight: 600;
  color: #1f4b99;
}

.blog-area-wrapper .blog-detail-area .blog-custom img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.blog-area-wrapper .blog-detail-area .blog-custom .blog-text h4{
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.5rem;
  text-transform: capitalize;
}

.blog-area-wrapper .blog-detail-area .daymonthyear {
  color: #595959;
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

.blog-area-wrapper .blog-detail-area .date-wrapper .date-icon {
  background: url("images/icons/time.svg");
  background-size: 20px;
  height:20px;
  width: 20px;
  display: inline-flex;
  background-position: center;
  filter: invert(36%) sepia(24%) saturate(0%) hue-rotate(151deg) brightness(91%) contrast(99%);
}

.blog-area-wrapper .blog-detail-area .date-wrapper,
.blog-area-wrapper .blog-detail-area .author-wrapper {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem;
}

.blog-area-wrapper .blog-detail-area .author-wrapper .author-icon {
  background: url(images/icons/author.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  background-position: center;
  filter: invert(36%) sepia(24%) saturate(0%) hue-rotate(151deg) brightness(91%) contrast(99%);
}

.blog-area-wrapper .blog-detail-area .author-wrapper .author {
  color: #595959;
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  position: relative;
}

/* .blog-area-wrapper .blog-detail-area .blog-custom .blog-text span::before {
  background: #1f4b99 none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  right: -70px;
  top: 11px;
  width: 50px;
} */

.blog-area-wrapper .blog-detail-area .blog-custom .blog-text > p{
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000;
}

.blog-area-wrapper .blog-detail-area .blog-custom .news_image {
  max-height: 350px;
  object-fit: cover;
}

.footer-wrapper .social-icon i {
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-wrapper .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-wrapper .social-icon .facebook{
  background-image: url('images/icons/facebook-icon.svg');
}

.footer-wrapper .social-icon .instagram{
  background-image: url('images/icons/instagram-icon.svg');
}

.footer-wrapper .social-icon .x-twitter{
  background-image: url('images/icons/x-icon.svg');
}

.social-icon .linkedin{
  background-image: url('images/icons/linkedin-icon.svg');
}

i.search-icon {
  background-image: url(images/icons/search.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}

.chevron-right-icon{
  background-image: url(images/icons/chevron-right-icon.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;

}

.open-new-tab-icon{
  background-image: url(images/icons/open-new-tab-icon.svg);
  width: 55px;
  height: 55px;
  background-size: 55px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}

.right-arrow-icon{
  background-image: url(images/icons/right-arrow.svg);
  width: 20px;
  height: 40px;
  background-size: 20px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
}

footer .footer-logo {
  display: inline-flex;
  margin-top: 1rem
}

.loader-wrapper {
  position: fixed;
  height: 100%;
  left: 0;
  background-color: #ffffff;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  color: #0000;
  background: linear-gradient(90deg,#C02942 calc(50% + 0.5ch),#000 0) right/calc(200% + 1ch) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  animation: l7 2s infinite steps(11);
}
.loader:before {
  content:"Yükleniyor..."
}
@keyframes l7 {to{background-position: left}}



.select2-container--default .select2-selection--single{
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border-radius: var(--bs-border-radius) !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #ececec !important;
  height: 45px !important;
  border: 0 !important;
  font-weight: 500;
  text-align: left;
}


.select2-selection.select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 30px !important;
}

#contact_form {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: auto;
  z-index: 1000;
  background-color: #1f4b99;
  padding: 15px;
  color: white;
  font-family: Arial, sans-serif;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 0 16px;
  max-width: 420px;
  width: 340px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 90vw !important;
}

#contact_form .big-title {
  font-weight: 600;
  margin: 10px 0 8px;
}

#contact_form form{
  position: relative;
  height: 100%;
  overflow: auto;
}

#contact_form input, #contact_form select, #contact_form textarea {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  color: white;
  border-radius: 0;
  height: 20px;
}

#contact_form input::placeholder, #contact_form select::placeholder {
  color: white;
}

#contact_form button {
  background-color: #d32f2f;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

#contact_form button:hover {
  background-color: #c62828;
}

.contact_form_btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color:#d32f2f;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  z-index: 999;
}

.contact_form_btn .icon{
  background: url('images/icons/contact-icon.svg');
  height: 50px;
  width: 50px;
  background-size: 35px;
  display: inline-flex;
  background-position: center;
  background-repeat: no-repeat;
}

@media (hover: hover) and (pointer: fine) {
  .contact_form_btn:hover + #contact_form {
      display: block;
  }
}

#contact_form .close-btn {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1.3rem;
  opacity: 0.5;
  cursor: pointer;
  width: 15px;
  height: 30px;
  text-align: center;
  z-index: 1000;
}

#contact_form .close-btn:hover{
  opacity: 1;
}

#contact_form label {
  font-size: .75rem;
}

#contact_form .btn{
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: block;
  width: 100%;
  background-color: #fff !important;
  box-shadow: none;
  border: 0;
  height: 40px;
  color: #d32f2f !important;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 5px;
}


#contact_form .select2.select2-container.select2-container--default {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid white;
  background-color: transparent;
  color: white;
  border-radius: 0;
  width: 100% !important;
}

#contact_form .select2-selection.select2-selection--single {
  background-color: transparent !important;
  padding: 0 !important;
  height: 20px !important;
}

#contact_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: .85rem;
  padding: 0;
}

#contact_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
  filter: brightness(2.5);
}

#contact_form textarea {
  height: 30px;
  resize: none;
  padding: 0
}


button.btn.btn-primary:has(.search-icon) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-container--default .select2-results>.select2-results__options {
  font-size: .75rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #a30f21 !important;
}

#contact_form .success-message .icon {
  object-fit: cover;
  height: 150px;
  margin-bottom: 1rem;
}

#contact_form .success-message {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success-message p {
  font-weight: 600;
  font-size: 1.2rem;
  color: #444
}

#contact_form:has(.success-message){
  background-color: #f9f9f9
}

#contact_form:has(.success-message) .close-btn{
  color: #444
}


.popular_universities .university-img {
  border-radius: 5px;
  margin-bottom: .5rem;
  width: 280px;
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  object-fit: cover;
}

.popular_universities .university-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #212529;
}

.popular_universities .province {
  color: #696d76;
}


section.favorite-universities-section .favorite-universities a.single-item {
  text-decoration: none !important;
}


@media (max-width: 992px){
  section.search-section .search-area form {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  section.banner-section{
      padding: 1rem;
  }
  section.list-section .university-list .footer-btns .boxes {
      flex-wrap: wrap;
  }
  section.favorite-universities-section .favorite-universities a.single-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
  } 
}

.copyright .btn i.info-icon {
  background: url(images/icons/info-icon.svg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  background-position: center;
}
