@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800');

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900');
@charset "utf-8";

html,
body {
  font-size: 15px;
  color: #505050;
  font-family: 'Rubik', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #111111;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 70px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
.home-style2 h1,
.home-style2 h2,
.home-style2 h3,
.home-style2 h4,
.home-style2 h5,
.home-style2 h6 {
  color: #112958;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
a {
  color: #505050;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #505050;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #112958;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #787A91;
  text-shadow: none;
  color: #ffffff;
}


/*-- Blog Button Css --*/
.blog-btn {
  color: #111111;
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-right: 43px;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-btn:after {
  position: absolute;
  content: "\f133";
  right: 20px;
  top: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  font-family: "Flaticon";
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.blog-btn:hover {
  color: #112958;
}
.blog-btn:hover:after {
  right: 17px;
  color: #112958;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
*/
.container-fluid2 {
  padding-left: 0px;
  padding-right: 60px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.body-color {
  color: #505050 !important;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #111111 !important;
}
.title-color2 {
  color: #112958 !important;
}
.secondary-color {
  color: #273c66;
}
.primary-color {
  color: #112958 !important;
}
.orangeColor {
  color: #ff5421 !important;
}
.dark-parimary-bg {
  background: #203154 !important;
}
ul.listing-style li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
}
ul.listing-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: 'FontAwesome';
  color: #112958;
  font-size: 20px;
}
ul.listing-style.modify li {
  padding-left: 23px;
}
ul.listing-style.modify li:before {
  font-size: 15px;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background-color: rgb(17, 41, 88,0.8);
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f060";
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f061";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: none;
  position: absolute;
  top: -60px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #112958;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel.orange-color .owl-nav .owl-prev:hover i,
.rs-carousel.orange-color .owl-nav .owl-next:hover i {
  color: #ff5421;
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top:-20px;
  line-height: 15px;
  display: block;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 99999;
}
.rs-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 10px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 30px;
  border: 1px solid white;
  background: transparent;
  opacity: 0.7;
  cursor: pointer;
}
.rs-carousel .owl-dots .owl-dot:hover {
  background: #004185;
}
.rs-carousel .owl-dots .active {
  background: white;
  opacity: 1;
}
#videolar .owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-item img {
  width: auto;
  object-fit: cover;  
}
.sec-title .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sec-title .sub-title.primary {
  color: #112958;
}
.sec-title .sub-title.secondary {
  color: #273c66;
}
.sec-title .sub-title.white {
  color: #ffffff;
}
.sec-title .sub-title.dark {
  color: #111111;
}
.sec-title .sub-title.orange {
  color: #ff5421;
}
.sec-title .desc.big {
  font-size: 18px;
  line-height: 30px;
}
.sec-title .midline {
  font-size: 36px;
  color: #111111;
}
.sec-title2 .sub-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #112958;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title2 .sub-title.white-color {
  color: #ffffff;
}
.sec-title2 .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  color: #031a3d;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.purple-color {
  color: #4e49a1 !important;
}
.sec-title3 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title3 .sub-title.yellow-color {
  color: #f4bf00;
}
.sec-title3 .sub-title.green-color {
  color: #0c8b51;
}
.sec-title3 .sub-title.no-big {
  text-transform: capitalize;
  color: #ffffff;
  letter-spacing: 3px;
}
.sec-title3 .sub-title.big {
  font-size: 18px  !important;
  color: #f4bf00 !important;
  font-weight: 500;
}
.sec-title3 .title {
  font-size: 26px;
  line-height: 20px;
  font-weight: 700;
  color: #031a3d;
  text-transform: uppercase;
}
.sec-title3 .title.white-color {
  color: #ffffff;
}
.sec-title3 .title.black-color {
  color: #101010;
}
.sec-title3 .title.new-title {
  color: #101010;
  line-height: 1.2;
  font-weight: 700;
}
.sec-title3 .title.title2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  color: #ffffff;
}
.sec-title3 .title.title3 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  color: #ffffff;
}
.sec-title3 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title3 .desc.white-color {
  color: #ffffff;
}
.sec-title3 .new-desc {
  font-size: 18px;
  line-height: 31px;
  color: #333333;
}
.sec-title4 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #0c8b51;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title4 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  position: relative;
  padding: 0px 0px 20px 0px;
}
.sec-title4 .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 4px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: #0c8b51;
}
.sec-title4 .desc {
  font-size: 16px;
  line-height: 26px;
  color: #363636;
}
.sec-title5 .description {
  color: #ffffff;
}
.sec-title5 .description.title-color {
  color: #7A7A7A;
  font-weight: 400;
}
.sec-title5 .description span a {
  color: #ff5421;
}
.sec-title5 .description span a i {
  margin-left: 5px;
}
.sec-title5 .description span a i:before {
  top: 2.5px;
  position: relative;
}
.sec-title6 .sub-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FF5421;
  display: block;
  margin: 0;
}
.sec-title6 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #031a3d;
}
.sec-title6 .title.title2 {
  font-weight: 800;
  margin: 0;
}
.left-top-shape {
  position: absolute;
  left: -55px;
  top: 65px;
}
.right-top-shape {
  position: absolute;
  right: -115px;
  top: 25px;
}


/* ------------------------------------
    06. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  position: relative;
}
.rs-breadcrumbs .breadcrumbs-img img {
  width: 100%;
  height: 200px;
}
.rs-breadcrumbs .breadcrumbs-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.rs-breadcrumbs .breadcrumbs-text .page-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ff5421;
}
.rs-breadcrumbs .breadcrumbs-text ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-text ul li {
  color: #505050;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-text ul li a {
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #505050;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before,
.rs-breadcrumbs .breadcrumbs-text ul li a:after {
  background-color: #505050;
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  right: 7px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-text ul li a:before {
  right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text ul li a:hover {
  color: #ff5421;
}
.rs-breadcrumbs .breadcrumbs-text.white-color .page-title {
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li {
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a {
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before,
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:after {
  background-color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:before {
  right: 13px;
}
.rs-breadcrumbs .breadcrumbs-text.white-color ul li a:hover {
  color: #ff5421;
}
.rs-breadcrumbs .breadcrumbs-text.padding {
  padding-top: 100px;
}
.breadcrumbs-overlay:after {
  content: '';
  position: absolute;
  background-color: rgba(17, 17, 17, 1);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumbs1 {
  background-image: url(assets/images/breadcrumbs/1.jpg);
  background-size: cover;
  background-position: center;
  background-position: center top;
}






/* -----------------------------------
    16. Team Single Section CSS
-------------------------------------*/
.profile-section {
  position: relative;
}
.profile-section .content-part .title {
  color: #111111;
  font-weight: 600;
  line-height: 1.3em;
  font-size: 26px;
}
.profile-section .content-part p {
  font-size: 16px;
  margin: 0;
}
.profile-section .content-column {
  position: relative;
}
.profile-section .content-column .inner-column {
  position: relative;
}
.profile-section .content-column .inner-column h2 {
  position: relative;
  color: #111111;
  font-weight: 700;
  margin: 0;
}
.profile-section .content-column .inner-column h4 {
  position: relative;
  color: #111111;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 20px;
}
.profile-section .content-column .inner-column h5 {
  position: relative;
  color: #111111;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 12px;
  margin-bottom: 0px;
}
.profile-section .content-column .inner-column p {
  position: relative;
  color: #626262;
  font-weight: 400;
  line-height: 1.9em;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.profile-section .content-column .inner-column .student-list {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.profile-section .content-column .inner-column .student-list li {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  margin-right: 80px;
  display: inline-block;
  list-style: disc;
  margin-bottom: 20px;
}
.profile-section .content-column .inner-column .student-list li .fa {
  color: #ff5421;
  margin: 0px 2px;
}
.profile-section .content-column .inner-column .student-list li:last-child {
  margin-right: 0px;
}
.profile-section .image-column {
  position: relative;
}
.profile-section .image-column .inner-column {
  position: relative;
  padding: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.profile-section .image-column .inner-column .image {
  position: relative;
}
.profile-section .image-column .inner-column .image img {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
.profile-section .image-column .team-content h3 {
  position: relative;
  font-weight: 700;
  color: #111111;
  margin-top: 30px;
  margin-bottom: 10px;
}
.profile-section .image-column .team-content .text {
  position: relative;
  color: #626262;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 8px;
}
.profile-section .image-column .team-content .personal-info {
  margin-bottom: 20px;
}
.profile-section .image-column .team-content .personal-info li {
  margin: 5px 0;
  display: inline-block;
  padding-right: 15px;
}
.profile-section .image-column .team-content .personal-info li:last-child {
  margin-right: none;
}
.profile-section .image-column .team-content .personal-info li a {
  color: #111111;
}
.profile-section .image-column .team-content .personal-info li a:hover {
  color: #ff5421;
}
.profile-section .image-column .team-content .personal-info li span i:before {
  font-size: 16px;
  margin-right: 10px;
}
.profile-section .image-column .social-box {
  position: relative;
  text-align: center;
}
.profile-section .image-column .social-box a {
  position: relative;
  color: #626262;
  font-size: 28px;
  margin: 0px 5px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.profile-section .image-column .social-box a:hover {
  color: #ff5421;
}
.profile-section .browse-course-section {
  position: relative;
  margin-top: 50px;
}
.profile-section .browse-course-section .styled-pagination {
  margin-top: 20px;
}
.profile-section .skill-title {
  font-size: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.profile-section .rs-progress {
  height: 8px;
  border: 1px solid #ff5421;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  background: #fff;
  margin-top: 25px;
}
.profile-section .rs-progress + .rs-progress {
  margin-top: 50px;
}
.profile-section .rs-progress .progress-bar {
  position: relative;
  text-align: left;
  line-height: 4px;
  border-radius: 0;
  box-shadow: none;
  background-color: #ff5421;
  overflow: visible;
}
.profile-section .rs-progress .progress-bar .pb-label {
  position: absolute;
  left: 0px;
  top: -24px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.profile-section .rs-progress .progress-bar .pb-percent {
  position: absolute;
  right: -13px;
  font-weight: 500;
  color: #fff;
  font-size: 10px;
  top: -30px;
  background: #ff5421;
  padding: 8px 5px;
}
.profile-section .rs-progress .progress-bar .pb-percent:after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  left: 50%;
  border-top-color: #ff5421;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}





.rs-latest-events.style1 .single-img {
  z-index: 1;
  position: relative;
}
.rs-latest-events.style1 .single-img img {
  border-radius: 3px;
}
.rs-latest-events.style1 .event-wrap {
  z-index: 1;
  position: relative;
}
.rs-latest-events.style1 .event-wrap .events-short {
  overflow: hidden;
  background: #ffffff;
  padding: 31px 30px;
  border-radius: 3px;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part {
  width: 100px;
  float: left;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
  margin-right: 25px;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part .month {
  margin-bottom: 10px;
  display: block;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part .date {
  font-size: 50px;
  font-family: 'Nunito', sans-serif;
  color: #112958;
  font-weight: 700;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc1 {
  background: #dcf1fd;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc2 {
  background: #e9fbd5;
}
.rs-latest-events.style1 .event-wrap .events-short .date-part.bgc3 {
  background: #fee2c0;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a {
  color: #505050;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .categorie a:hover {
  color: #112958;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .title {
  line-height: 1.5;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .title a {
  color: #112958;
}
.rs-latest-events.style1 .event-wrap .events-short .content-part .title a:hover {
  color: #112958;
}
.rs-latest-events.style1 .event-wrap .btn-part a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #112958;
  position: relative;
  display: inline-block;
}
.rs-latest-events.style1 .event-wrap .btn-part a:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: #112958;
  transition: all 0.3s ease;
}
.rs-latest-events.style1 .event-wrap .btn-part a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.rs-latest-events.bg-wrap {
  position: relative;
}
.rs-latest-events.bg-wrap:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 37%;
  height: 100%;
  background-color: #112958;
}
.rs-latest-events.bg-wrap:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 63%;
  height: 100%;
  background: #F5F5F5;
}



/* ------------------------------------
    23. Counter Section CSS
---------------------------------------*/
.rs-counter .counter-item .rs-count {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 1;
  color: #112958;
  padding-right: 25px;
  margin-bottom: 15px;
}
.rs-counter .counter-item .rs-count:before {
  content: '';
  position: absolute;
  right: 0;
}
.rs-counter .counter-item .rs-count.plus:before {
  content: '+';
}
.rs-counter .counter-item .rs-count.kplus:before {
  content: 'k+';
  right: -25px;
}
.rs-counter .counter-item .rs-count.percent:before {
  content: '%';
  right: -15px;
}
.rs-counter .counter-item .title {
  font-size: 18px;
  color: #505050;
}
.rs-counter .counter-item .counter-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.rs-counter.style2-about .counter-item .rs-count {
  color: #111111;
}
.rs-counter.style2-about .counter-item .title {
  font-size: 22px;
  color: #505050;
}
.rs-counter.style7 .counter-item .rs-count.purple-color {
  color: #c701f1;
}
.rs-counter.style7 .counter-item .rs-count.blue-color {
  color: #065ce8;
}
.rs-counter.style7 .counter-item .rs-count.pink-color {
  color: #f6075b;
}
.rs-counter.style7 .counter-item .rs-count.orange-color {
  color: #ffbc00;
}
.rs-counter.style7 .counter-item .title {
  color: #54647b;
}
.rs-counter.style-home8 .counter-item {
  padding: 40px 10px 32px 10px;
  background-color: #F9F8F8;
  border-radius: 4px 4px 4px 4px;
}
.rs-counter.style-home8 .counter-item .rs-count {
  color: #ff5421;
}
.rs-counter.style-home8 .counter-item .title {
  color: #031a3d;
}
.rs-counter.home12-style .counter-item .rs-count {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}
.rs-counter.home12-style .counter-item .prefix {
  color: #0c8b51;
  font-size: 42px;
  font-weight: 900;
  line-height: 51px;
  font-family: "Nunito", Sans-serif;
}
.rs-counter.home12-style .counter-item .title {
  color: #505050;
}
.rs-counter.home12-style .counter-item .title:hover {
  color: #0c8b51;
}
.rs-counter.home13-style .counter-item {
  transition: all 500ms ease;
}
.rs-counter.home13-style .counter-item .rs-count {
  color: #ff5421;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 5px;
}
.rs-counter.home13-style .counter-item .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 37px;
  color: #ffffff;
}
.rs-counter.home13-style .counter-item:hover {
  transform: translateY(-5px);
}


/*------------------------------------
    37. Footer Section CSS
------------------------------------*/
.rs-footer {
  background-color: #112958;
  background-image: url(../images/footer-bg1.png);
  background-size: cover;
}

.rs-footer .footer-top {
  padding: 78px 0 20px;
}
.rs-footer .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.rs-footer .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}
.rs-footer .footer-top .site-map li a {
  color: #e8e8e8;
}
.rs-footer .footer-top .site-map li a:hover {
  color: #112958;
}
.rs-footer .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #112958;
}
.rs-footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
  display: flex;  
  flex-direction:row;
}
 
.rs-footer .footer-top .address-widget li i:before {
  color: #ffffff;
}


.address-widget i{
	
	font-size:16pt;
	 
}



 
.rs-footer .footer-top .address-widget li  a {
  color: #ffffff;
}
.rs-footer .footer-top .address-widget li  i {
  margin-right:10px;
}
.rs-footer .footer-top .address-widget li a:hover {
  color: #112958;
}
.rs-footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-top.no-gap {
  padding-top: 93px;
}
.rs-footer .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}
.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}
.rs-footer .footer-bottom .copyright a {
  color: #112958;
}
.rs-footer .footer-bottom .footer-logo a {
  display: inline-block;
}
.rs-footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}
.rs-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #112958;
  color: #ffffff;
  text-align: center;
}
.rs-footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}
.rs-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}
.rs-footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}

/* -----------------------
    38. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  background: #112958;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#scrollUp i:hover {
  background-color: #1a84a4;
}
#scrollUp.orange-color i {
  background: #ff5421;
}
#scrollUp.orange-color i:hover {
  background-color: #ed3600;
}
#scrollUp.yellow-color i {
  background: #f4bf00;
}
#scrollUp.yellow-color i:hover {
  background-color: #c19700;
}
#scrollUp.purple-color i {
  background: #4e49a1;
}
#scrollUp.purple-color i:hover {
  background-color: #3d397e;
}
#scrollUp.green-color i {
  background: #0c8b51;
}
#scrollUp.green-color i:hover {
  background-color: #085c36;
}


/*icon-box css */


.icon-content {
  display: flex;
  flex-wrap: wrap;
  margin:0;
  justify-content: center;
  align-items: center;
  padding: 1.5em 1.5em 2.0em 2em;
  background-color: #fff;
}

.box { 
  margin: 0.67em;
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  padding: 4px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 8px -8px , 0px 0px 6px -3px rgba(59, 89, 153, 1);
  transition: all 0.3s ease-in-out;
}
.box .box-icon{
  color: #B91646;
  padding-top: 5px;
  font-size:36px;
  text-align: center;
  line-height: 12px;

}

.box .box-icon img{
  width: 50px;
  height: 46px;
  position: relative;
  z-index: 2;
}

.box-icon::before{
  content: '';
  position: absolute;
  top: 5px;
  align-items: center;
  vertical-align: middle;
  width: 3.3rem;
  height:3.3rem;
  background: rgba(59,89,153, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.box .box-text {
  font-size: 12px;
  color: #2d3e50;
  font-weight: 400;
  padding-top: 8px;
  line-height: 16px;
  font-family:'Nunito', sans-serif;
}

.box:hover {
  transform: scale(1.1, 1.1);
}

.box:hover:after {
  opacity: 1;
}



@media only screen and (max-width: 1300px) {
  .box { 
    width: 85px;
    height: 85px;
  }
 
  .box .box-icon img{
    width: 38px;
    height: 35px;
  }
  .box .box-text {
    font-size: 10px;
    font-weight: 200;
    padding-top: 5px;
    line-height: 12px;
  }
  .box-icon::before{
    content: '';
    position: absolute;
    top: 2px;
    align-items: center;
    vertical-align: middle;
    width: 2.8rem;
    height:2.8rem;
    background: rgba(59,89,153, 0.1);
    border-radius: 50%;
    z-index: 1;
  }
  
  
 }
 @media only screen and (max-width: 600px) {

  .icon-content {
    margin:0;
    padding: 0;
    background-color: #fcfcfc;
    text-align: center;
  }
  .box { 
    margin-right:0.2em !important;
    width: 80px;
    height: 75px;
  }
 
  .box .box-icon img {
    width: 28px;
    height: 25px;
  }
  .box .box-text {
    font-size: 10px;
    font-weight: 200;
    padding-top: 8px;
    line-height: 14px;
    text-transform: capitalize !important;
  }
  .box-icon::before {
    content: '';
    position: absolute;
    top: 5px;
    align-items: center;
    vertical-align: middle;
    width: 2.0rem;
    height:2.0rem;
    background: rgba(59,89,153, 0.1);
    border-radius: 50%;
    z-index: 1;
  }
  
  
 }

 .hizli-menu-container {
  display: flex;
  flex-direction: column;
  width: 100%;

 }
.hizli-menu-box {
  display: flex;
  align-items: center;
  margin-left:10px;
  width: 95%;
  height: 55px;
  border-bottom: 0.5px solid rgba(255,255,255,0.1);
  text-align: left !important;
}
.hizli-menu-icon {
  margin-right: 20px;
  width: 30px;
	height: 30px;
	line-height: 30px;
  background-color: #fff;
  border-radius: 50%;
  font-size:12px !important;
  text-align: center !important;
  box-sizing: border-box;
}

.hizli-menu-icon i {
  font-size:12px !important;
  color:#141E61;
}
.hizli-menu-text{
 width: 80%;
}
.hizli-menu-text span {
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
}

.hizli-menu-box:hover {
  padding:5px;
  transition: .5s;
	box-shadow: 0px 4px 8px -3px,
				0px 0px 8px -3px #fff;
        border-radius: 5px;
  
}

.duyuru-container .scroll-kapsayici{
  width: 100%;
  padding-bottom: 20px;
}

.duyuru-container .scroll-kapsayici.uni{
  height: 545px;
}

.duyuru-container .scroll-kapsayici.birim{
  height: 260px;
}

.haber-container {
  background: #fff;
  padding: 40px 30px 40px;

}

.haber-kutu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0px 2px 2px 2px;
 
}


.haber-resim {
  width: 200px;
  height: auto;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.haber-resim img{
  width: 100%;
  border-radius: 3px;
  transition: all 0.5s;
  transform: scale(1);
}
.haber-kutu:hover .haber-resim img {
  transform: scale(1.07);
}
.haber-icerik {
  display: flex;
  flex-direction: column;
  padding: 5px;
}
.haber-tarih{
 font-size: 12px;
 font-family: 'Nunito', sans-serif;
 font-weight: 800;
}
.haber-tarih i{
  padding-right: 5px;
  font-size: 12px;
  color: #004185;
 }
.haber-baslik {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.haber-admin{
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
}
.haber-admin i{
  padding-right: 15px;
  font-size: 12px;
  color: #004185;
 }

 @media only screen and (max-width: 1300px) {
  .haber-tarih{
    font-size: 10px;
   }
   .haber-tarih i{
     font-size: 10px;
    }
   .haber-baslik {
     font-size: 12px;
   }
   .haber-admin{
     font-size: 10px;
   }
   .haber-admin i{
     font-size: 10px;
    }
  
 }
 @media only screen and (max-width: 768px) {
  .haber-tarih{
    font-size: 9px;
   }
   .haber-tarih i{
     font-size: 9px;
    }
   .haber-baslik {
     font-size: 11px;
   }
   .haber-admin{
     display: none;
   }
  
    .haber-icerik {
      padding: 2px;
    }
    .haber-resim {
      width: 70%;
      padding-right: 10px;
    }

    
    
    .duyuru-container li .duyuru-text {
      font-size: 11px;
    }
    
  
 }
.baslik{
  color: #112958;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding:8px;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
  background-color: rgb(17, 41, 88,0.08);
  border-left: 5px solid #004185;
  
  
}
.baslik i{
  color: rgb(17, 41, 88,0.68);
  font-size: 24px;
  line-height: 26px;
  padding-right: 20px;
  padding-left: 20px;
  
}

.duyuru-container.uni {
  background: transparent;
  padding: 40px 30px 30px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);

}

.duyuru-container.uni {
  padding: 20px 10px 20px 10px;
}

.duyuru-container.birim {
  padding: 20px 10px 20px 10px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.mCSB_scrollTools{
  width:10px;
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background-color: #112958 !important;
  
}
.mCSB_scrollTools .mCSB_dragger {
  height: 12px !important;
  
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0,0,0,0.1) !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.duyuru-title {
  background: #112958;
  font-size: 24px;
  text-transform: uppercase;
  padding: 18px 25px;
  text-align: center;
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .duyuru-title {
    font-size: 16px;
  }
}
.duyuru-container li {
  position: relative;
  background-color: #fff;
  margin-bottom:12px;
  padding: 20px;
}
.duyuru-container li:nth-child(0) {
  margin-top: 5px !important;
}
.duyuru-container li:hover {
	background-color: rgba(17,41,88, 0.03);
  transition: all 0.3s;

}

.duyuru-container li .date {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #4f89ff;
  padding: 11px 0 22px;
  font-weight: 700;
  width: 80px; 
  border-radius: 3px;
  margin-right: 10px;
  margin-left: -10px; 
  margin-top: 0px;
  padding-bottom: 10px;
  padding: 5px;
  background-color: #F9F8F8;
}


.duyuru-container li .date span {
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  display: block;
}

.duyuru-container li .duyuru {
  padding-left: 75px;
  display: flex;
  flex-direction: column;
}
.duyuru-container li .duyuru .duyuru-birim {
  font-size: 10pt; 
  position:absolute;
	right:0px;
	top:0px;
	opacity:0.9; 
}

.duyuru-container li .duyuru .duyuru-birim span,
.tum-duyurular .birim {
	font-size: 10pt; 
  color:#7a7a7a;
  border-radius: 5px;
	display: inline-block;
  background-color: #F9F8F8;
  padding-left: 5px; 
  padding-right: 5px; 
  overflow: hidden;
  display: -webkit-box;
  border: 1px solid #c6c6c6;

  -webkit-box-orient: vertical; 
}

.duyuru-container li .duyuru .duyuru-birim span {
  -webkit-line-clamp: 1;
}



.duyuru-container li .duyuru-text { 
  font-size: 14px;
  padding-left: 5px;
  padding-top: 10px;
  color: #505050;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
 
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}

.all-btn {
  color: #ffffff;
  background:  #4f89ff;
  border:  #112958;
  border-radius: 5px 5px 5px 5px;
  outline: none;
  padding: 6px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 0px 4px 8px -3px,
				0px 0px 8px -3px black;
        border-radius: 5px;
        
}
.all-btn i {
padding-right: 10px;
}

.all-btn:hover {
  color: #ffffff;
  background: #004185;
  border-color: #004185;
}
.slogan {
  position: relative;
  font-size: 2.0em !important;
  letter-spacing: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 87.5%;
  animation: animate 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  transition-timing-function:
  
}

@keyframes animate {
  0% {
      background-position: -1200%;
  }

  100% {
      background-position: 0%;
  }
}

.tab-container {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);

}

.etkinlik-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 15px;
  background: #ffffff;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
}
.etkinlik-resim {
  width: 100%;
  height: auto;
  overflow: hidden;

}
.etkinlik-resim img {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: all 0.5s;
  transform: scale(1);
}
.etkinlik-resim:hover img {
  transform: scale(1.08);
}
.etkinlik-content {
  padding: 21px 20px 20px;
  color: #273c66;
}
.etkinlik-content .etkinlik-zaman {
  margin-bottom: 11px;
  color: #505050;
  border-bottom: 1px solid #dcdfe6;
}
.etkinlik-content .etkinlik-zaman li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.etkinlik-content .etkinlik-zaman li i {
  padding-right: 10px;
  font-size: 14px;
  color: #004185;
}
.etkinlik-content .etkinlik-baslik {
  color: #505050;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.etkinlik-bottom {
  overflow: hidden;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dcdfe6;
}
.etkinlik-bottom li {
  display: inline;
}
.etkinlik-bottom li.btn-izle {
  float: right;
}
.etkinlik-bottom li.btn-izle i {
  padding-right: 10px;
  font-size: 24px;
  color: #c4302b;
}
.etkinlik-badge{
position: absolute; 
top: 10px; 
left: 10px; 
z-index: 10; 
}




.tv-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #ffffff;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
  transition: all 0.3s ease;
  position: relative;
}
.tv-item:hover {
  transform: translateY(-10px);
}
.tv-resim {
  width: 100%;
  height: auto;
  overflow: hidden;

}
.tv-resim img {
  width: 100%;
  height: 100%;
}

.tv-content {
  padding: 21px 20px 20px;
  color: #273c66;
}
.tv-content .tv-zaman {
  color: #505050;
}
.tv-content .tv-zaman li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.tv-content .tv-zaman li i {
  padding-right: 10px;
  font-size: 14px;
  color: #004185;
}
.tv-content .tv-baslik {
  color: #505050;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  overflow: hidden;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tv-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dcdfe6;
}
.tv-bottom li {
  font-size: 12px;
  align-items: center;
}
.tv-bottom li.btn-izle {
  float: right;
}
.tv-bottom .tv-zaman li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.tv-bottom li i {
  padding-right: 10px;
  font-size: 14px;
  
}

.tv-item .tv-bottom .btn-part a {
  background: #c4302b;
  text-transform: capitalize;
  padding: 3px 12px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
}
.counter-kapsayici {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-evenly;
  align-items: center;

}

.counter-box {
  text-align: center;
  width: 140px;
  padding: 1vw;
  height: 140px;
  margin: 0 1.25vw 1.3vw 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: "Roboto", "Noto", sans-serif;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 12%) !important;


}
.counter-box-sayi-mor {
  font-size:34px;
  color: #c701f1;
}
.counter-box-sayi-mavi {
  font-size:34px;
  color: #065ce8;
}
.counter-box-sayi-kirmizi {
  font-size:34px;
  color: #f6075b;
}
.counter-box-sayi-sari {
  font-size:34px;
  color: #ffbc00;
}
.counter-box-text {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #54647b;
}

.kurumlar-container{

display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 30px;

align-items: right;
}
.kurumlar-box{
  display: flex;
  align-self: center;
  }

  .kurumlar-box img{
    
  height: 60px !important;
  }
   

.tanitim-video-container{
  display: flex;
  justify-content: center;
  align-items: center;
}




.haber-item {
  background: #fff;
  transition: all 500ms ease;
  border-radius: 10px;
  overflow: hidden;
  box-shadow:  10px 18px -10px rgba(0,0,0,0.75);

}


.haber-item .resim-alan {
  overflow: hidden;
  height: 100%;

}

.haber-item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.haber-item .resim-alan a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.haber-item .haber-content {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 15px 10px;
}

.haber-item .haber-content .haber-meta {
  margin-bottom: 11px;
}
.haber-item .haber-content .haber-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.haber-item .haber-content .haber-meta li i {
  padding-right: 3px;
  font-size: 14px;
}
.haber-item .haber-content .haber-meta li i.fa-calendar {
  padding-right: 7px;
}
.haber-item .haber-content .haber-meta li i:before {
  padding-right: 7px;
  color: #ff5421;
}
.haber-item .haber-content .haber-meta li a {
  color: #505050;
}
.haber-item .haber-content .haber-meta li:last-child {
  margin: 0;
  padding: 0;
}

.haber-item .haber-content .title {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 24px;
}
.haber-item .haber-content .title a {
  color: #101010;
}
.haber-item .haber-content .title a:hover {
  color: #112958;
}
.haber-item .haber-content .desc {
  color: #505050;
  padding-bottom: 20px;
}
.haber-item .haber-content .btn-btm {
  display: flex;
  flex-direction: row-reverse;
  border-top: 1px solid #f4f0f0;
  padding-top: 20px;
}
.haber-item .haber-content .btn-btm .cat-list .post-categories {
  display: flex;
  position: relative;
  padding-left: 22px;
}
.haber-item .haber-content .btn-btm .cat-list .post-categories:before {
  content: "\f02d";
  font-family: fontawesome;
  font-size: 15px;
  color: #ff5421;
  position: absolute;
  left: 0px;
  top: 1px;
}
.haber-item .haber-content .btn-btm .cat-list .post-categories li {
  font-size: 14px;
  text-transform: capitalize;
}
.haber-item .haber-content .btn-btm .cat-list .post-categories li a {
  color: #505050;
}
.haber-item .haber-content .btn-btm .cat-list .post-categories li a:hover {
  color: #ff5421;
}
.haber-item .haber-content .btn-btm .rs-view-btn a {
  padding: 0px 0px 0px 0px;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
  color: #112958;
  font-size: 15px;
  position: relative;
  float: right;
}
.haber-item .haber-content .btn-btm .rs-view-btn a:after {
  content: "\f054";
  font-family: fontawesome;
  font-size: 12px;
  position: relative;
  right: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 3px;
}
.haber-item .haber-content .btn-btm .rs-view-btn a:hover {
  color: #ff5421;
}
.haber-item:hover {
  transform: translateY(-10px);
  opacity: 1;
}

.haber-alan{
  display: flex;

}



.tv-item {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
.tv-item .tv-item-image {
  position: relative;
  transition: all 500ms ease;
}
.tv-item .tv-item-image:before {
  content: "";
  left: 0;
  display: block;
  background: rgba(23, 31, 50, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 5px;
}
.tv-item .tv-item-image a img {
  box-shadow: 0 0 30px #eee;
  background: #fff;
  border-radius: 0 0 5px 5px;
  position: relative;
  transition: all 500ms ease;
  border-radius: 5px;
}
.tv-item .contents {
  position: absolute;
  left: 50%;
  bottom: -185px;
  z-index: 3;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
  padding: 26px 20px 20px 20px;
}
.tv-item .contents .img-part img {
  display: inline-block;
  width: 42px;
  margin: 0 0px 15px 0;
}
.tv-item .contents .content-wrap .title {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tv-item .contents .content-wrap .title a {
  color: #ffffff;
}
.tv-items .contents .content-wrap .title a:hover {
  color: #ff5421;
}
.tv-item .contents .content-wrap .course-qnty {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  margin: 7px 0;
  display: inline-block;
}
.tv-item .contents .content-wrap .btn2 a {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  margin-top: 12px;
  background: #c4302b;
  color: #fff;
  display: inline-block;
  padding: 6px 22px;
  border-radius: 5px;
}
.tv-item:hover {
  transform: translateY(-10px);
}
.tv-item:hover .contents {
  bottom: -100px;
}
.tv-item:hover .contents .content-wrap .course-qnty {
  visibility: visible;
  opacity: 1;
}
.tv-item:hover .contents .content-wrap .btn2 a {
  visibility: visible;
  opacity: 1;
}
.footer-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-box-container-item {
margin: 15px 5px 5px 5px;

}

@media only screen and (max-width: 1450px) and (min-width: 1163px) {
  .duyuru-container li .duyuru .duyuru-birim {
  font-size: 8pt; 
  position:absolute;
	right:0px;
	top:0px;
	opacity:0.9;
	width:150px
} 
}
  @media only screen and (max-width: 1164px) and (min-width: 1084px) {
  .duyuru-container li .duyuru .duyuru-birim {
  font-size: 7pt; 
  position:absolute;
	right:0px;
	top:0px;
	opacity:0.9;
	width:120px
}
} 
   @media only screen and (max-width: 1085px) and (min-width: 991px) {
  .duyuru-container li .duyuru .duyuru-birim {
  font-size: 7pt; 
  position:absolute;
	right:0px;
	top:0px;
	opacity:0.9;
	width:95px
}
} 
 


@media only screen and (max-width: 768px) {
  .haber-tarih{
    font-size: 9px;
   }
   .haber-tarih i{
     font-size: 9px;
    }
   .haber-baslik {
     font-size: 11px;
     line-height: 20px;
   }
   .haber-admin{
     display: none;
   }
  
    .haber-icerik {
      padding: 2px;
    }
    .haber-resim {
      width: 70%;
      padding-right: 10px;
    }

    .duyuru-container li .date span {
      font-size: 20px;
      font-family: 'Nunito', sans-serif;
      display: block;
    }
    
    .duyuru-container li .duyuru {
      padding-left: 45px !important;
      display: flex;
      flex-direction: column;
    }
     

.duyuru-container li .duyuru .duyuru-birim {
  font-size: 10pt; 
}

.duyuru-container li .duyuru .duyuru-birim span{
  font-size: 9px;
	border-radius: 5px;
	display: inline-block;
  padding-left: 5px; 
  padding-right: 5px; 
    
  
}

    .duyuru-container li .duyuru-text {
      font-size: 12px;
      line-height: 20px;
    }
    .duyuru-container li .date {
      font-weight: 500;
      width: 50px;
      font-size: 11px;
      padding-right: 5px;
    }
    .baslik i{
      font-size: 14px;
      
    }
    .baslik {
      font-size: 15px;
      
    }
    .all-btn {
      padding: 5px 10px;
      font-size: 10px;
      font-weight: 300;
    }
  
 }


 svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
