﻿@font-face {
    font-family: 'RadikalThin';
    src: url('../fonts/RadikalThin.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/RadikalThin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RadikalThin.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/RadikalThin.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/RadikalThin.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RadikalThin.svg#RadikalThin') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RadikalLight';
    src: url('../fonts/RadikalLight.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/RadikalLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RadikalLight.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/RadikalLight.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/RadikalLight.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RadikalLight.svg#RadikalLight') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RadikalMedium';
    src: url('../fonts/RadikalMedium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/RadikalMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RadikalMedium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/RadikalMedium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/RadikalMedium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RadikalMedium.svg#RadikalMedium') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RadikalRegular';
    src: url('../fonts/RadikalRegular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/RadikalRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RadikalRegular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/RadikalRegular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/RadikalRegular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RadikalRegular.svg#RadikalRegular') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RadikalBold';
    src: url('../fonts/RadikalBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/RadikalBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RadikalBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/RadikalBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/RadikalBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RadikalBold.svg#RadikalBold') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RadikalBlack';
    src: url('../fonts/RadikalBlack.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/RadikalBlack.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RadikalBlack.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/RadikalBlack.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/RadikalBlack.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RadikalBlack.svg#RadikalBlack') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNovaBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ProximaNovaBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ProximaNovaBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/ProximaNovaBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ProximaNovaBold.svg#ProximaNovaBold') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ProximaNovaRegular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ProximaNovaRegular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/ProximaNovaRegular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ProximaNovaRegular.svg#ProximaNovaRegular') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaSemiBold';
    src: url('../fonts/ProximaNovaSemiBold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/ProximaNovaSemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ProximaNovaSemiBold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ProximaNovaSemiBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/ProximaNovaSemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ProximaNovaSemiBold.svg#ProximaNovaSemiBold') format('svg');
    /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


/* DEFAULT SETTINGS */

html {
    scroll-behavior: smooth !important;
}

html,
body {
    height: 100%;
    font-family: 'RadikalMedium';
}

body.sticky {
    padding-top: 121px;
}

button,
textarea,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    transition: all .2s ease-in-out;
}

.text-danger {
    color: #d0043c !important;
}

.text-body {
    color: #474747 !important;
}

.bg-danger {
    background-color: #d0043c !important;
}

.hh-100 {
    height: 100vh;
}
.d-contents{
    display: contents !important;
}

.navbar-light .navbar-nav .nav-link{
    color: inherit;
}


/* HEADER START */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
    transition: 0.2s ease-in-out;
    padding-top: 20px;
}
header.active{
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
}

header.inner-page{
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
}

header .logo img{
    transition: 0.2s ease-in-out;
}

header.inner-page .logo{
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -10px;
    /* margin-bottom: 10px; */
}
header.active .logo{
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -10px;
    /*margin-bottom: 10px; */
}

header .logo {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

header nav.navbar{
    align-items: flex-start !important;
}

header nav.navbar .navbar-toggler{
    border: none;
    height: 60px;
}

header .nav-item {
    position: relative;
}

header .nav-item .nav-link {
    padding: 17px 10px;
    color: #000000;
    font-size: 16px;
}

header .menu .nav-item .nav-link:after {
    content: '';
    background-color: #000000;
    border: none;
    height: 2px;
    margin: 0 10px 0 10px;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 0rem;
    transition: all .3s ease;
    width: calc(100% - 20px);
}
header.inner-page .menu .nav-item .nav-link:after {
    background-color: #d0043c;
}

header.inner-page .menu .nav-item .nav-link:hover:after {
    bottom: 5px !important;
    opacity: 1 !important;

}
header.active .menu .nav-item .nav-link:hover:after {
    bottom: 5px;
    opacity: 1;
}
header .menu .nav-item .nav-link:hover:after {
    bottom: 5px;
    opacity: 1;
}

header.inner-page .menu .nav-item .nav-link:hover{
    color: #d0043c;
}
header.inner-page .menu .nav-item.active .nav-link{
    color: #d0043c;
}

header.inner-page .menu .nav-item.active .nav-link:after {
    bottom: 5px !important;
    opacity: 1 !important;
}
header.active .menu .nav-item.active .nav-link:after {
    bottom: 5px;
    opacity: 1;
}
header .menu .nav-item.active .nav-link:after {
    bottom: 5px;
    opacity: 1;
}

header .menu02 .nav-item .nav-link {
    margin: 8px 0px;
    padding: 10px 15px 11px !important;
    border-right: 1px solid rgba(0, 0, 0, .2);
}
header .menu02 .nav-item .nav-link:hover {
    background-color: #FFFFFF;
}
header .menu02 .nav-item.active .nav-link {
    background-color: #FFFFFF;
}

header .menu02 .nav-item:last-child .nav-link {
    border-right: none !important;
}

header .menu02 .dropdown-login{
    position: absolute;
    background-color: #FFFFFF;
    right: 0px;
    top: 53px;
    font-size: 14px;
    font-family: 'RadikalMedium';
    color: #423737;
    padding: 6px 15px 25px;
}
header .menu02 .dropdown-login .btn-sign-up{
    color: #FFFFFF;
    background-color: #fd7f23;
    border-color: #fd7f23;
    border-radius: 0px;
}
header .menu02 .dropdown-login .btn-sign-up:hover{
    background-color: #ea6a0d;
}
header .menu02 .dropdown-login input{
    color: #000000;
}
header .menu02 .dropdown-login input::placeholder{
    color: #000000;
}
header .menu02 .dropdown-login .forget-password{
    color: #423737;
    font-size: 11px;
    font-family: 'RadikalRegular';
}
header .menu02 .dropdown-login .forget-password:hover{
    color: #d0043c;
}
header .menu02 .dropdown-login .btn-login{
    color: #FFFFFF;
    background-color: #d0043c;
    border-color: #d0043c;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'RadikalMedium';
    width: 100%;
}
header .menu02 .dropdown-login .btn-login:hover{
    background-color: #d0043c;
}


header .bagis {
    padding: 13px 0 !important;
    position: relative;
}

header .burs{
    padding: 13px 0 !important;
    position: relative;
}

header .dropdown-donation {
    position: absolute;
    background-color: #FFFFFF;
    right: 1px;
    top: 59px;
}

header .dropdown-donation .nav-item {
    border-bottom: 1px solid #eaeaea;
}
header .dropdown-donation .nav-item.active {
    background-color: #d4d4d4;
}
header .dropdown-donation .nav-item:hover {
    background-color: #d4d4d4;
}
header .dropdown-donation .nav-item:last-child {
    border-bottom: none;
}
header .dropdown-donation .nav-item .nav-link {
    padding: 15px 20px;
}


/* HEADER END */


/* SLIDER START */

.slider .carousel-inner .carousel-item {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'RadikalRegular';
}


.slider .carousel-inner .carousel-item .h2 {
    font-size: 34px;
    color: #2a2d22;
    font-family: 'RadikalBold';
}

.slider .carousel-inner .carousel-item .h5 {
    font-size: 16px;
    color: #2a2d22;
}

.slider .carousel-inner .carousel-item .btn-bagis {
    background-color: #f2f2f2;
    border-radius: 0px;
    border: 0px;
    color: #d0043c;
    font-family: 'RadikalBold';
    font-size: 15px;
}

.slider .carousel-inner .carousel-item .btn-bagis:hover {
    background-color: #d0043c;
    color: #FFFFFF;
}

.slider .carousel-inner .carousel-item .hukukcunun-egitimi {
    position: absolute;
    bottom: 80px;
    right: 20px;
}

.slider .carousel-indicators {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    bottom: 10px;
}

.slider .carousel-indicators li {
    width: 50px;
    height: 7px;
    background-color: #FFFFFF;
    opacity: 1;
    border-top: 0px;
    border-bottom: 0px;
}

.slider .carousel-indicators .active {
    width: 50px;
    height: 19px;
    background-color: #d0043c;
}

.slider .social-buttons {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    display: flex;
}

.slider .social-buttons a {
    margin-left: 15px;
    color: #FFFFFF;
}

.slider .social-buttons a:hover {
    color: #d0043c;
}


/* SLIDER END */


/* SLIDER 02 START */

.slider-02 .carousel-inner .carousel-item {
    min-height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    line-height: 16px;
}

.slider-02 .carousel-indicators {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    top: 85px;
}

.slider-02 .carousel-indicators li {
    width: 73px;
    height: 5px;
    background-color: #FFFFFF;
    border-top: 0px;
    border-bottom: 0px;
}

.slider-02 .carousel-indicators .active {
    opacity: 1;
}

.slider-02 .hashtag {
    font-size: 67px;
    font-family: 'ProximaNovaSemiBold';
    line-height: 60px;
}

.slider-02 .small {
    font-size: 14px;
    font-family: 'ProximaNovaBold';
}

.slider-02 .h1 {
    font-size: 48px;
    line-height: 40px;
    font-family: 'ProximaNovaBold';
}

.slider-02 .carousel-inner .carousel-item .btn-bagis {
    background-color: rgba(250, 250, 250, .2);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #FFFFFF;
    font-family: 'ProximaNovaSemiBold';
    font-size: 14px;
    padding: 15px 30px;
}

.slider-02 .carousel-inner .carousel-item .btn-bagis:hover {
    background-color: #FFFFFF;
    color: #d0043c;
}


/* SLIDER 02 END */


/* KOLAY VE HIZLI BAGIS START */

.kolay-ve-hizli-bagis {
    min-height: 100px;
    background-color: #d0043c;
    border-bottom: 3px solid #000000;
}

.kolay-ve-hizli-bagis .row {
    height: 100px;
}

.kolay-ve-hizli-bagis .row .title {
    font-size: 23px;
    color: #FFFFFF;
    font-family: 'RadikalMedium';
}

.kolay-ve-hizli-bagis .row .do-donation {
    text-decoration: none;
}

.kolay-ve-hizli-bagis .row .do-donation:hover>.dot-area {
    background: url(../img/donation-dot-area.png) 0 30px;
}

.kolay-ve-hizli-bagis .row .donation-title {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'RadikalRegular';
    margin: 0 auto;
}

.kolay-ve-hizli-bagis .row .donation-amount {
    font-size: 20px;
    color: #000000;
    font-family: 'RadikalMedium';
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9a032c;
}

.kolay-ve-hizli-bagis .row .dot-area {
    background: url(../img/donation-dot-area.png) 0 0px;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
}


/* KOLAY VE HIZLI BAGIS END */


/* STATS START */

.stats {
    font-size: 16px;
    color: #222222;
    font-family: 'ProximaNovaSemiBold';
}

.stats .top-title .h4 {
    font-size: 24px;
    margin-bottom: 0px;
    color: #d0043c;
    font-family: 'ProximaNovaBold';
}

.stats .top-title .h5 {
    font-size: 18px;
    color: #222222;
    font-family: 'ProximaNovaBold';
}

.stats ul.nav li .h4 {
    font-family: 'ProximaNovaBold';
}

.stats ul.nav li .h4 {
    font-family: 'ProximaNovaBold';
}

.stats ul.nav li .small {
    font-family: 'ProximaNovaBold';
    font-size: 14px;
}

.stats ul.nav li p {
    margin-bottom: 0;
}

.stats ul.nav li {
    border-right: 1px solid #f1f1f1;
    margin-top: 25px;
    margin-bottom: 40px;
}

.stats ul.nav li:last-child {
    border-right: none
}

.stats .stats-img {
    height: 100px;
}

.stats .stats-shadow {
    background-image: url(../img/stats-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 81px;
}


/* STATS END */


/* NAVIGATION START */

.navigation {
    position: relative;
}

.navigation .bg-01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 490px;
    background-color: #d0043c;
    z-index: -1;
}

.navigation .bg-02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -2;
}

.navigation ul li {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f1f1f1;
}

.navigation ul li .border-right-line{
    border-right: 1px solid #dfdfdf;
}

.navigation .first-block {
    height: 490px;
}

.navigation .first-block .h5 {
    font-size: 18px;
    font-family: 'ProximaNovaBold';
    color: #FFFFFF;
}

.navigation .first-block address {
    font-size: 13px;
    font-family: 'ProximaNovaRegular';
    color: #FFFFFF;
}

.navigation ul li .tel {
    font-size: 13px;
    color: #FFFFFF;
    font-family: 'ProximaNovaRegular';
}

.navigation ul li .newsletter p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'ProximaNovaBold';
}
.navigation ul li .newsletter input[type=text] {
    border: none;
}
.navigation ul li .newsletter .input {
    display: block;
}
.navigation ul li .newsletter .input::after {
    content: "";
    display: block;
    height: 2px;
    background-image: url(../img/input-border-bottom.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
.navigation ul li .newsletter input[type=text] {
    border: none;
    width: 90%;
}
.navigation ul li .newsletter input[type=text], .navigation ul li .newsletter input[type=text]::placeholder {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'ProximaNovaRegular';
    background-color: #d0043c;
}

.navigation ul li .newsletter input[type=submit] {
    background: url(../img/icon-input-submit.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
}

.navigation .main-navigation li {
    font-size: 16px;
    color: #222222;
    font-family: 'ProximaNovaBold';
}

.navigation .main-navigation li .nav-unlink-bold {
    font-size: 13px;
    color: #474747;
    font-family: 'ProximaNovaBold';
    padding: 0;
}

.navigation .main-navigation li .nav-unlink-bold2 {
    font-size: 16px;
    color: #474747;
    font-family: 'ProximaNovaBold';
    padding: 0;
}

.navigation .main-navigation li .nav-link {
    font-size: 13px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    padding: 0;
}

.navigation .main-navigation li .nav-link:hover {
    color: #d0043c;
}

.navigation .social-buttons {
    width: 28px;
    height: 28px;
    margin-left: 5px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navigation .social-buttons:hover {
    color: rgb(203, 203, 203);
    text-decoration: none;
}


/* NAVIGATION END */


/* REGULAR DONATION START */

.regular-donation {
    min-height: 348px;
    background-image: url(../img/regular-donation-bg.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.regular-donation .title {
    font-size: 40px;
    font-family: 'ProximaNovaBold';
    line-height: 40px;
}

.regular-donation .bottom-line {
    border-bottom: 2px solid #d0043c;
    font-size: 15px;
    padding-bottom: 10px;
}

.regular-donation label {
    font-size: 22px;
    font-family: 'ProximaNovaBold';
}

.regular-donation .diger {
    width: 100px;
}

.regular-donation .btn-bagis {
    background-color: #d0043c;
    border-radius: 0px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'ProximaNovaSemiBold';
    font-size: 14px;
    line-height: 14px;
    padding: 15px 30px
}

.regular-donation .btn-bagis:hover {
    background-color: #FFFFFF;
    color: #d0043c;
    border: 1px solid #d0043c;
}


/* REGULAR DONATION END */


/* NEWS START */

.news {
    background-image: url(../img/news-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 460px;
}

.news p.head {
    font-size: 19px;
    color: #222222;
    font-family: 'ProximaNovaBold';
}

.news #news-video p.title {
    font-size: 14px;
    color: #474747;
    font-family: 'ProximaNovaBold';
    margin: 0;
}

.news #news-video p {
    font-size: 13px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
}

.news #news-video .carousel-indicators {
    top: -35px;
    bottom: inherit;
    margin-right: auto;
    margin-left: auto;
    float: right;
}

.news #news-video .carousel-indicators li {
    width: 7px;
    height: 7px;
    border: none;
    border-radius: 20px;
    background-color: #a8a8a8;
}

.news #news-video .carousel-indicators .active {
    background-color: #e05b1b;
}

.news #news-video .carousel-item .icon-play::before {
    content: url(../img/icon-play.png);
    width: 44px;
    height: 44px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.news #news-video-02 p.title {
    font-size: 14px;
    color: #474747;
    font-family: 'ProximaNovaBold';
    margin: 0;
}

.news #news-video-02 p {
    font-size: 13px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
}

.news #news-video-02 .carousel-indicators {
    top: -35px;
    bottom: inherit;
    margin-right: auto;
    margin-left: auto;
    float: right;
}

.news #news-video-02 .carousel-indicators li {
    width: 7px;
    height: 7px;
    border: none;
    border-radius: 20px;
    background-color: #a8a8a8;
}

.news #news-video-02 .carousel-indicators .active {
    background-color: #e05b1b;
}

.news .announce .nav-item {
    width: 100%;
    border-bottom: 1px solid #b7b7b7;
}

.news .announce .nav-item:last-child {
    width: 100%;
    border-bottom: none;
}

.news .announce .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
}

.news .announce .nav-item .nav-link:hover {
    color: #d0043c;
}

.news .head .btn-all {
    background-color: #eaeaeb;
    border-radius: 0px;
    border: 0px;
    color: #000000;
    font-family: 'ProximaNovaSemiBold';
    font-size: 11px;
}

.news .head .btn-all:hover {
    background-color: #d0043c;
    color: #FFFFFF;
}

/* FOOTER START */
footer{
    margin-top: 20px;
    font-size: 12px;
    font-family: 'ProximaNovaRegular';
    margin-bottom: 50px;
}

footer .info{
    font-size: 12px;
    color:#474747;
    font-family: 'ProximaNovaSemiBold';
    text-align: center;
    line-height: 14px;
}

footer .call-us-text{
    font-family: 'RadikalMedium';
}

footer .nav-link{
    padding: .5rem .5rem;
    color: #898989;
}
footer .nav-link:hover{
    color: #000000;
}
footer .nav-item.active .nav-link{
    color: #000000;
    font-family: 'ProximaNovaBold';
}
footer .nav-link.active{
    color: #000000;
    font-family: 'ProximaNovaBold';
}
/* FOOTER END */

/* INNER-PROMO IMG START */
.promo-img-corporate-about{
    background-image: url(../img/inner-promo-img-corporate-about.jpg);
}
/* INNER-PROMO IMG END */

/* INNER-PROMO IMG START */
.promo-img-corporate-our-history{
    background-image: url(../img/inner-promo-img-corporate-our-history.jpg);
}
/* INNER-PROMO IMG START */
.promo-img-domestic-scholarship-history{
    background-image: url(../img/inner-promo-img-domestic-scholarship.jpg);
}

.promo-img-domestic-ik{
    background-image: url(../img/inner-promo-img-ik.jpg);
}

/* INNER-PROMO IMG END */

/* INNER-PROMO START */
.inner-promo{
    position: relative;
    height: 370px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-promo .container{
    height: 370px;
}

.inner-promo .row .col, .inner-promo .row .col-auto{
    position: absolute;
    bottom: 0px;
    width: auto;
}

.inner-promo h1{
    font-size: 72px;
    color: #FFFFFF;
    font-family: 'RadikalThin';
    line-height: 34px;
    text-align: left;
}

.inner-promo .breadcrumb{
    background-color: inherit;
    padding: .75rem .4rem;
    margin-bottom: 0rem;
}

.inner-promo .breadcrumb .breadcrumb-item{
    color: #FFFFFF;
}

.inner-promo .breadcrumb-item+.breadcrumb-item::before{
    color: #FFFFFF;
    content: ">";
    font-family: 'RadikalThin';
}

.inner-promo .breadcrumb .breadcrumb-item a{
    color: #FFFFFF;
    font-family: 'RadikalThin';
}
.inner-promo .breadcrumb .breadcrumb-item a:hover{
    color: #d0043c;
    text-decoration: none;
}

.inner-promo .breadcrumb .breadcrumb-item.active{
    color: #FFFFFF;
    font-family: 'RadikalBold';
}
/* INNER-PROMO END */



/* INNER-BODY START */
.inner-body{
    padding: 50px 0;
    background-image: url(../img/inner-page-bg.jpg);
    background-position: center top;
}

/* INNER-BODY END */


/* INNER-BODY ABOUT START */
.inner-body.about{
    font-family: 'RadikalLight';
    font-size: 14px;
}

.inner-body.about .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}

.inner-body.about .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.about .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.about .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.about .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.about .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}

.inner-body.about .body-row{
    color: #474747;
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.about .body-row .btn-gonulluluk{
    color: #FFFFFF;
    background-color: #ff5000;
    font-family: 'ProximaNovaSemiBold';
    font-size: 16px;
    border-radius: 0;
    padding: 10px 20px;
}
.inner-body.about .body-row .big{
    font-size: 17px !important;
}
.inner-body.about .body-row ul{
    list-style: none;
}
.inner-body.about .body-row ul li::before{
    content: '■';
    color: #ff5000;
    position: absolute;
    margin-left: -20px;
}
/* INNER-BODY ABOUT END */



/* INNER-BODY HONORARY-PRESIDENT START */
.inner-body.honorary-president{
    font-family: 'RadikalLight';
    font-size: 14px;
}

.inner-body.honorary-president .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}

.inner-body.honorary-president .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-image: #FFFFFF;
}
.inner-body.honorary-president .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.honorary-president .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.honorary-president .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.honorary-president .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}

.inner-body.honorary-president .body-row{
    color: #474747;
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.honorary-president .body-row .big{
    font-size: 17px !important;
}
.inner-body.honorary-president .body-row ul{
    list-style: none;
}
.inner-body.honorary-president .body-row ul li::before{
    content: '■';
    color: #ff5000;
    position: absolute;
    margin-left: -20px;
}
.inner-body.honorary-president .body-row .president-card-img{
    display: inline-block;
    padding: 25px;
}
.inner-body.honorary-president .body-row .president-card-img img{
    border-radius: 15px;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 49px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 49px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 49px -13px rgba(0,0,0,0.75);
}
.inner-body.honorary-president .body-row .president-card-img p{
    padding-top: 10px;
    padding-right: 5px;
    text-align: right;
}
/* INNER-BODY HONORARY-PRESIDENT END */


/* INNER-BODY BOARD OF TRUSTEES START */
.inner-body.board-of-trustees{
    font-family: 'RadikalLight';
    font-size: 14px;
}

.inner-body.board-of-trustees .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}

.inner-body.board-of-trustees .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.board-of-trustees .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.board-of-trustees .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.board-of-trustees .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.board-of-trustees .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}

.inner-body.board-of-trustees .body-row{
    color: #474747;
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.board-of-trustees .body-row .big{
    font-size: 17px !important;
}
.inner-body.board-of-trustees .body-row ul{
    list-style: none;
}
.inner-body.board-of-trustees .body-row ul li::before{
    content: '■';
    color: #ff5000;
    position: absolute;
    margin-left: -20px;
}
.inner-body.board-of-trustees .body-row .card-board-of-trustees{
    display: inline-block;
    padding: 25px 25px 0 0;
}
.inner-body.board-of-trustees .body-row .card-board-of-trustees img{
    border-radius: 15px;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 49px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 49px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 49px -13px rgba(0,0,0,0.75);
}
.inner-body.board-of-trustees .body-row .card-board-of-trustees p{
    padding-top: 10px;
    padding-right: 5px;
}
.inner-body.board-of-trustees .body-row .card-board-of-trustees.small{
    width: 147px;
    height: 210px;
    float: left;
}
/* INNER-BODY BOARD OF TRUSTEES END */

/* INNER-BODY NEWS-TEV START */
.inner-body.news-tev{
    font-family: 'RadikalLight';
    font-size: 12px;
}
.inner-body.news-tev .news-card{
    border: 3px solid #eeeeee;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.inner-body.news-tev .news-card h5{
    font-family: 'RadikalMedium';
    font-size: 14px;
    padding-bottom: 10px;
}
.inner-body.news-tev .news-card .time{
    margin: 0;
}
.inner-body.news-tev .news-card a{
    font-family: 'RadikalMedium';
    font-size: 12px;
    color: #000000;
    padding: 25px;
}
.inner-body.news-tev .news-card a:hover{
    background-color: #eeeeee;
    text-decoration: none;
}
/* INNER-BODY NEWS-TEV END */


/* INNER-BODY TENDERS START */
.inner-body.tenders{
    font-family: 'RadikalLight';
    font-size: 12px;
}
.inner-body.tenders .dropdown .btn{
    color: #ff5000;
    font-family: 'RadikalBold';
    font-size: 13px;
}
.inner-body .dropdown-toggle::after{
    content: url(../img/icon-arrow-down.png);
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: 0 !important;
    vertical-align: 0 !important;
}
.inner-body.tenders .category-title p{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #d0043c;
    display: inline;
    border-bottom: 3px solid #d0043c;
    padding: 10px 15px;
}
.inner-body.tenders .tenders-card{
    border: 3px solid #eeeeee;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.inner-body.tenders .tenders-card h5{
    font-family: 'RadikalMedium';
    font-size: 14px;
    padding-bottom: 10px;
}
.inner-body.tenders .tenders-card .time{
    margin: 0;
}
.inner-body.tenders .tenders-card .time .category{
    color: #ff5000;
    font-size: 12px;
}
.inner-body.tenders .tenders-card a{
    font-family: 'RadikalMedium';
    font-size: 12px;
    color: #000000;
    padding: 25px;
}
.inner-body.tenders .tenders-card a:hover{
    background-color: #eeeeee;
    text-decoration: none;
}
/* INNER-BODY TENDERS END */

/* INNER-BODY MEDIA CENTER START */
.inner-body.media-center{
    font-family: 'RadikalMedium';
    font-size: 16px;
    color: #adadad;
}
.inner-body.media-center .nav-tabs{
    border-bottom: none !important;
}
.inner-body.media-center .nav-tabs .nav-link{
    color: #adadad;
    border: 3px solid #eeeeee;
    border-radius: 0 !important;
    background-color: #FFFFFF;
}
.inner-body.media-center .nav-tabs .nav-link.active{
    color: #d0043c;
    border-bottom: 3px solid #d0043c;
}
/* INNER-BODY MEDIA CENTER END */

/* INNER-BODY OUR HISTORY START */
.inner-body.our-history{
    font-family: 'RadikalLight';
    font-size: 12px;
    color: #474747;
}
.inner-body.our-history .text-title{
    font-family: 'RadikalRegular';
    font-size: 45px;
    color: #ff5000;
}
.inner-body.our-history .text-year{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #d0043c;
}
/* INNER-BODY OUR HISTORY END */


/* INNER-BODY RIGHT SIDE MENU START */
.inner-body .right-side-menu{
    min-width: 307px;
    max-width: 307px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}
.inner-body .right-side-menu ul.list-group{
    padding: 1rem 1.25rem;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #FFFFFF;
}
.inner-body .right-side-menu ul.list-group li{
    padding: 0;
    margin-bottom: 0;
    border: none;
}
.inner-body .right-side-menu ul.list-group li.list-group-item > a{
    color: #474747;
    font-size: 13px;
    font-family: 'RadikalRegular';
    padding: .3rem .75rem .3rem .75rem;
    margin-bottom: .3rem;
    padding-bottom: .3rem;
    display: block;
    border-bottom: 1px solid #bbbbbb;
}
.inner-body .right-side-menu ul.list-group li a:hover{
    color: #ff5000;
    text-decoration: none;
}
.inner-body .right-side-menu ul li a.active{
    color: #ff5000 !important;
    text-decoration: none !important;
}
.inner-body .right-side-menu ul li a.is-active{
    color: #ff5000 !important;
    text-decoration: none !important;
}

.inner-body .right-side-menu ul.list-group li.list-group-item ul.sub-menu{
    padding: 0 0 0 1.25rem;
    display: none;
    list-style: none;
}
.inner-body .right-side-menu ul.list-group li.list-group-item ul.sub-menu.active{
    display: block;
}
.inner-body .right-side-menu ul.list-group li.list-group-item ul.sub-menu li{
    padding: .25rem 0;
    display: flex;
}
.inner-body .right-side-menu ul.list-group li.list-group-item ul.sub-menu li::before{
    content: '■';
    padding: 0 .25rem 0 0;
    color: #b5b5b5;
}
.inner-body .right-side-menu ul.list-group li.list-group-item ul.sub-menu li a{
    display: block;
    font-size: 12px;
    color: #474747;
    font-family: 'RadikalRegular';
    padding-top: .1rem;
}
.inner-body .right-side-menu ul.list-group li.list-group-item ul.sub-menu li a:hover{
    color: #ff5000;
    text-decoration: underline;
}
.inner-body .right-side-menu ul li ul li a.active{
    color: #ff5000 !important;
    text-decoration: underline;
}
/* INNER-BODY RIGHT SIDE MENU END */

/* DONATIONS HOME START */
.donations-home{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.donations-home .donations-home-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.donations-home ul{
    margin-top: 15px;
}
.donations-home ul li{
    border-right: 1px solid #c7c7c7;
}
.donations-home ul li:last-child{
    border-right: none !important;
}
.donations-home ul li a{
    display: block;
    padding: 15px 30px;
    color: #000000;
    font-size: 16px;
    font-family: 'RadikalMedium';
}
.donations-home ul li a:hover{
    color: #d0043c;
    text-decoration: none;
}
.donations-home ul li a span{
    display: block;
}
.donations-home nav{
    margin-top: -25px;
}
.donations-home nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
}
.donations-home nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.donations-home nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.donations-home nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
/* DONATIONS HOME END */

/* DONATIONS HOME SLIDER START */
.donations-home-slider{
    background-color: #FFFFFF;
}
.donations-home-slider .media{
    height: 154px;
    background-color: #FFFFFF;
    margin: 0px 1px 1px 1px;
    border: 2px solid #e7e7e7;
    background-size: cover;
    display: flex;
    justify-content: center;
    color: #474747;
}
.donations-home-slider .media:hover{
    color: #d0043c !important;
    text-decoration: none;
}
.donations-home-slider .media .media-body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex:  inherit;
    padding: 10px
}
.donations-home-slider .media .media-body p{
    font-size: 16px;
    font-family: 'RadikalMedium';
    line-break: anywhere;
}
.donations-home-slider .media .media-body .p-text-bold{
    font-family: 'RadikalMedium' !important;
}
.donations-home-slider .media .media-body .p-text-light{
    font-family: 'RadikalLight' !important;
}
.donations-home-slider .media-bg-01{
    background-image: url('../img/donations-card-bg-01.jpg');
}
.donations-home-slider .media-bg-02{
    background-image: url('../img/donations-card-bg-02.jpg');
}
.donations-home-slider .media-bg-03{
    background-image: url('../img/donations-card-bg-03.jpg');
}
.donations-home-slider .media-bg-04{
    background-image: url('../img/donations-card-bg-04.jpg');
}
.donations-home-slider .media-bg-05{
    background-image: url('../img/donations-card-bg-05.jpg');
}
.donations-home-slider .media-bg-06{
    background-image: url('../img/donations-card-bg-06.jpg');
}
.donations-home-slider .bx-viewport, .donations-home-slider .bx-wrapper{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 100% !important;
}
.donations-home-slider .documents-bxslider{
    height: 100% !important;
}
.donations-home-slider .bx-wrapper .item{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
}
.donations-home-slider .bx-wrapper .item .logo-lawyer{
    position: absolute;
    top: 0px;
    right: 65px;
}
.donations-home-slider .bx-wrapper .item .slider-text{
    position: absolute;
    right: 45px;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
    font-family: 'RadikalLight' !important;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    padding: 0 20px;
}

.donations-home-slider .bx-wrapper .item .slider-text-black{
    position: absolute;
    right: 45px;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 100%;
    font-family: 'RadikalLight' !important;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding: 0 20px;
}

.donations-home-slider .bx-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: 34px;
}
.donations-home-slider .bx-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    right: 80px;
    left: inherit;
}
.donations-home-slider .bx-wrapper .bx-controls-direction a{
    width: 28px;
    height: 50px;
}
.donations-home-slider .bx-wrapper .bx-controls-direction a{
    top: inherit;
    bottom: 33px;
}
/* DONATIONS HOME SLIDER END */

/* DONATIONS HOME SLIDER START */
.donations-card-area{
    padding: 50px 0
}
.donations-card-area .card{
    border: none;
}
.donations-card-area .card .card-img, .donations-card-area .card .card-img-top{
    border-radius: 0;
}
.donations-card-area .card .card-body{
    background-color: #eeeeee;
}
.donations-card-area .card .card-text{
    font-size: 22px;
    color: #474747;
    line-height: 24px;
    text-align: center;
}
.donations-card-area .card .p-text-black{
    font-family: 'RadikalBlack' !important;
}
.donations-card-area .card .p-text-medium{
    font-family: 'RadikalMedium';
}
.donations-card-area .card .btn-gray{
    color: #FFFFFF;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border-radius: 0;
    width: 100%
}
.donations-card-area .card .btn-gray:hover{
    background-color: #ff5000;
    border-color: #ff5000;
}
/* DONATIONS HOME SLIDER END */

/* INNER-BODY DONATIONS-TYPE START */
.inner-body.donations-type{
    font-family: 'RadikalLight';
    font-size: 14px;
}

.inner-body.donations-type .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}

.inner-body .tools{
    height: 36px;
}

.inner-body.donations-type .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.donations-type .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.donations-type .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.donations-type .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.donations-type .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}

.inner-body.donations-type .body-row{
    padding-top: 10px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
}
.inner-body.donations-type .media-title{
    font-family: 'ProximaNovaSemiBold';
    font-size: 22px;
    color: #222222;
    border-bottom: 2px solid #222222;
    padding-bottom: 6px;
    line-height: 22px;
    padding-top: 4px
}
.inner-body.donations-type .btn.btn-donations-type{
    background-color: #d2d2d2;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 13px;
}
.inner-body.donations-type .btn.btn-donations-type:hover{
    background-color: #ff5000;
}
.inner-body.donations-type .btn.btn-donations-type.active{
    background-color: #ff5000;
}
/* INNER-BODY DONATIONS-TYPE END */

/* INNER-BODY DONATIONS-GENERAL-INFO START */
.inner-body.donations-general-info{
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.donations-general-info a.email{
    color: #474747;
}
.inner-body.donations-general-info a.email:hover{
    color: #ff5000;
}
.inner-body.donations-general-info nav .pagination .page-item{
    margin: 0 6px
}
.inner-body.donations-general-info nav .pagination .page-item .page-link{
    border-radius: 0;
    border: 2px solid #e0e0e0;
    color: #e0e0e0;
    font-size: 25px;
    font-family: 'ProximaNovaSemiBold';
    min-width: 45px;
    text-align: center;
}
.inner-body.donations-general-info nav .pagination .page-item .page-link:hover{
    color: #000000;
    background-color: #FFFFFF;
}
.inner-body.donations-general-info .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}
.inner-body.donations-general-info .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.donations-general-info .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.donations-general-info .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.donations-general-info .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.donations-general-info .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}
.inner-body.donations-general-info .body-row{
    padding-top: 10px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
}
.inner-body.donations-general-info .accordion .card{
    border: none;
    background-color: inherit;
}
.inner-body.donations-general-info .accordion .card .accordion-icon:before {
    content: url(../img/accordion-arrow-collapsed.png);
    position: absolute;
    left: 0px;
}
.inner-body.donations-general-info .accordion .card .collapsed.accordion-icon:before {
    content: url(../img/accordion-arrow.png);
    position: absolute;
    left: 0px
}
.inner-body.donations-general-info .accordion .card .media-title{
    font-family: 'ProximaNovaSemiBold';
    font-size: 22px;
    color: #222222;
    border-bottom: 2px solid #222222;
    padding-bottom: 6px;
    line-height: 22px;
    padding-top: 4px
}
.inner-body.donations-general-info .accordion .card .card-header{
    background-color: inherit;
    margin-bottom: 0;
    border-bottom: 1px solid #ff5000
}
.inner-body.donations-general-info .accordion .card .card-header .btn{
    color: #ff5000;
    font-size: 20px;
    font-family: 'ProximaNovaSemiBold';
    padding-left: 30px;
}
/* INNER-BODY DONATIONS-GENERAL-INFO END */

/* INNER-BODY DONATIONS-OUR-DONORS START */
.inner-body.donations-our-donors{
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.donations-our-donors h2{
    font-family: 'ProximaNovaSemiBold';
    font-size: 40px;
    color: #222222;
    margin-bottom: 0px;
    letter-spacing: -1px;
    text-align: center;
}
.inner-body.donations-our-donors h3{
    font-family: 'ProximaNovaSemiBold';
    font-size: 23px;
    color: #ff5000;
}
.inner-body.donations-our-donors .body-row{
    padding-top: 10px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
}
.inner-body.donations-our-donors .bx-viewport, .inner-body.donations-our-donors .bx-wrapper{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 100% !important;
    background-color: inherit;
    margin: 0 auto
}
.inner-body.donations-our-donors .our-donors-bxslider{
    height: 100% !important;
    color: #474747;
    font-size: 14px
}
.inner-body.donations-our-donors .our-donors-bxslider .item a{
    color: #474747;
    text-decoration: none;
}
.inner-body.donations-our-donors .our-donors-bxslider .item a:hover{
    color: #ff5000;
    text-decoration: none;
}
.inner-body.donations-our-donors .our-donors-bxslider .bx-wrapper .item{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    padding-right: 5px;
    padding-left: 5px;
}
.inner-body.donations-our-donors .bx-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: -35px;
}
.inner-body.donations-our-donors .bx-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    left: -35px;
}
.inner-body.donations-our-donors .bx-wrapper .bx-controls-direction a{
    width: 28px;
    height: 50px;
    top: 40%
}







.inner-body.donations-our-donors .video-donors-bxslider{
    height: 100% !important;
    color: #474747;
    font-size: 14px
}
.inner-body.donations-our-donors .video-donors-bxslider .item{
    height: 100% !important;
}
.inner-body.donations-our-donors .video-donors-wrapper, .inner-body.donations-our-donors .video-donors-wrapper .bx-viewport{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    background-color: inherit;
    margin: 0 auto
}
.inner-body.donations-our-donors .video-donors-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: 30px;
}
.inner-body.donations-our-donors .video-donors-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    left: 30px;
}
.inner-body.donations-our-donors .video-donors-wrapper .bx-controls-direction a{
    position: absolute;
    text-indent: -9999px;
    width: 28px;
    height: 50px;
    top: 40%
}






.inner-body.donations-our-donors .story-donors-bxslider{
    height: 100% !important;
    color: #474747;
    font-size: 14px;
}
.inner-body.donations-our-donors .story-donors-bxslider .item{
    border: 1px solid #cccccd;
    margin-bottom: 6px;
    height: 108px;
}
.inner-body.donations-our-donors .story-donors-wrapper, .inner-body.donations-our-donors .story-donors-wrapper .bx-viewport{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    background-color: inherit;
    margin: 0 auto;
    height: 336px
}
.inner-body.donations-our-donors .story-donors-wrapper .bx-pager{
    position: absolute;
    top: -35px;
    width: auto;
    right: 0px
}
.inner-body.donations-our-donors .story-donors-wrapper .bx-pager-item{
    display: inline-block;
    vertical-align: bottom;
}
.inner-body.donations-our-donors .story-donors-wrapper .bx-pager.bx-default-pager a{
    background: #a8a8a8;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.inner-body.donations-our-donors .story-donors-wrapper .bx-pager.bx-default-pager a.active{
    background: #e05b1b;
    text-indent: -9999px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.inner-body.donations-our-donors .story-donors-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: 30px;
}
.inner-body.donations-our-donors .story-donors-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    left: 30px;
}
.inner-body.donations-our-donors .story-donors-wrapper .bx-controls-direction a{
    position: absolute;
    text-indent: -9999px;
    width: 28px;
    height: 50px;
    top: 40%
}
.inner-body.donations-our-donors .story-donors-bxslider .item p{
    font-size: 16px;
    font-family: 'ProximaNovaRegular';
    color: #474747;
}
.inner-body.donations-our-donors .story-donors-bxslider .item a{
    font-size: 16px;
    font-family: 'ProximaNovaSemiBold';
    color: #a90230;
}
.inner-body.donations-our-donors .story-donors-bxslider .item a:hover{
    text-decoration: none;
    color: #474747;
}
.inner-body.donations-our-donors .event-donors .card{
    border: none;
    background-color: inherit;
}
.inner-body.donations-our-donors .event-donors .card .card-title{
    font-size: 16px;
    font-family: 'ProximaNovaBold';
    color: #474747;
    min-height: 60px;
}
.inner-body.donations-our-donors .event-donors .card .card-body{
    border: 1px solid #d6d6d6
}
.inner-body.donations-our-donors .event-donors .card .btn-event{
    font-size: 14px;
    font-family: 'RadikalRegular';
    color: #FFFFFF;
    background-color: #ff5000;
    border-radius: 0;
    width: 100%;
    padding: 15px 20px
}
.inner-body.donations-our-donors .event-donors .card .btn-event:hover{
    background-color: #a90230;
}
/* INNER-BODY DONATIONS-OUR-DONORS END */

/* DONATIONS SCHOLARSHIP FUNDS START */
.donations-scholarship-funds{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.donations-scholarship-funds .donations-scholarship-funds-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.donations-scholarship-funds ul{
    margin-top: 15px;
}
.donations-scholarship-funds ul li{
    border-right: 1px solid #c7c7c7;
}
.donations-scholarship-funds ul li:last-child{
    border-right: none !important;
}
.donations-scholarship-funds ul li a{
    display: block;
    padding: 15px 30px;
    color: #000000;
    font-size: 16px;
    font-family: 'RadikalMedium';
}
.donations-scholarship-funds ul li a:hover{
    color: #d0043c;
    text-decoration: none;
}
.donations-scholarship-funds ul li a span{
    display: block;
}
.donations-scholarship-funds nav{
    margin-top: -25px;
}
.donations-scholarship-funds nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.donations-scholarship-funds nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.donations-scholarship-funds nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.donations-scholarship-funds nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.donations-scholarship-funds .search-input{
    padding: 20px 50px 20px 20px;
    color: #adadad;
    font-size: 12px;
    border: 3px solid #eeeeee
}
.donations-scholarship-funds .search-input::placeholder{
    color: #adadad;
    font-size: 12px;
}
.donations-scholarship-funds .search-icon{
    background-image: url('../img/icon-search-02.png');
    width: 20px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 21px;
    right: 30px;
    position: absolute;
}
.donations-scholarship-funds .card{
    background-color: inherit;
    border: none;
    margin-bottom: 30px
}
.donations-scholarship-funds .card .card-body{
    background-color: #eeeeee;
    color: #474747;
}
.donations-scholarship-funds .card .card-body .card-title{
    font-size: 14px;
    font-family: 'RadikalBold';
}
.donations-scholarship-funds .card .card-body .card-text{
    font-size: 11px;
    font-family: 'RadikalLight'; 
}
/* DONATIONS SCHOLARSHIP FUNDS END */

/* DONATIONS CARD CERTIFICATE DONATION START */
.donations-card-certificate-donation{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.donations-card-certificate-donation .donations-card-certificate-donation-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.donations-card-certificate-donation ul{
    margin-top: 15px;
}
.donations-card-certificate-donation ul li{
    border-right: 1px solid #c7c7c7;
}
.donations-card-certificate-donation ul li:last-child{
    border-right: none !important;
}
.donations-card-certificate-donation ul li a{
    display: block;
    padding: 15px 30px;
    color: #000000;
    font-size: 16px;
    font-family: 'RadikalMedium';
}
.donations-card-certificate-donation ul li a:hover{
    color: #d0043c;
    text-decoration: none;
}
.donations-card-certificate-donation ul li a span{
    display: block;
}
.donations-card-certificate-donation nav{
    margin-top: -25px;
}
.donations-card-certificate-donation nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.donations-card-certificate-donation nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.donations-card-certificate-donation nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.donations-card-certificate-donation nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.donations-card-certificate-donation .dropdown .dropdown-menu{
    width: 100%
}
.donations-card-certificate-donation .dropdown .dropdown-toggle{
    width: 100%
}
.donations-card-certificate-donation .dropdown .btn-white{
    border: 3px solid #eeeeee;
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'RadikalRegular';
    font-size: 20px;
    color: #313131;
    padding: 12px 20px;
}
.donations-card-certificate-donation .dropdown .dropdown-toggle::after{
    position: absolute;
    right: 26px;
    top: 18px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: url('../img/dropdown-arrow.png');
}
.donations-card-certificate-donation .card{
    border: none;
    background-color: inherit;
    margin-bottom: 30px
}
.donations-card-certificate-donation .card label{
    margin-bottom: 0;
    display: contents;
    cursor: pointer;
}
.donations-card-certificate-donation .card label:hover .card-body{
    background-color: #ff5000 !important;
}
.donations-card-certificate-donation .card label.active .card-body{
    background-color: #ff5000 !important;
}
.donations-card-certificate-donation .card .card-img-top{
    border-radius: 0;
    border: 3px solid #eeeeee
}
.donations-card-certificate-donation .card .card-body{
    min-height: inherit;
    border-left: 3px solid #eeeeee;
    border-right: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    color: #FFFFFF;
    font-family: 'RadikalBold';
    font-size: 16px;
    background-color: #a0a0a0;
    padding: .75rem 1.25rem .75rem 1.25rem
}
.donations-card-certificate-donation .card .card-body .form-check-input{
    position: inherit;
    margin-top: inherit;
    margin-left: inherit;
}
/* DONATIONS CARD CERTIFICATE DONATION END */

/* DONATIONS CONDOLENCE DONATION START */
.donations-condolence-donation{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.donations-condolence-donation .donations-condolence-donation-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.donations-condolence-donation ul{
    margin-top: 15px;
}
.donations-condolence-donation ul li{
    border-right: 1px solid #c7c7c7;
}
.donations-condolence-donation ul li:last-child{
    border-right: none !important;
}
.donations-condolence-donation ul li a{
    display: block;
    padding: 15px 30px;
    color: #000000;
    font-size: 16px;
    font-family: 'RadikalMedium';
}
.donations-condolence-donation ul li a:hover{
    color: #d0043c;
    text-decoration: none;
}
.donations-condolence-donation ul li a span{
    display: block;
}
.donations-condolence-donation nav{
    margin-top: -25px;
}
.donations-condolence-donation nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.donations-condolence-donation nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.donations-condolence-donation nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.donations-condolence-donation nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.donations-condolence-donation .donation-type{
    width: 100%;
    padding: 15px 20px 15px 40px;
    background-color: #FFFFFF;
    border: 3px solid #eeeeee;
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    font-family: 'RadikalBold';
    display: flex;
}
.donations-condolence-donation .donation-type .form-check-input{
    margin-top: .6rem
}
.donations-condolence-donation .donation-type:hover{
    background-color: #ff5000;
    color: #FFFFFF;
}
.donations-condolence-donation .donation-type:hover .icon-celenk{
    background-image: url('../img/bagis-celenk-white.png');
}
.donations-condolence-donation .donation-type:hover .icon-taziye{
    background-image: url('../img/bagis-taziye-white.png');
}
.donations-condolence-donation .donation-type .icon-celenk{
    width: 46px;
    height: 32px;
    background-image: url('../img/bagis-celenk.png');
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;
}
.donations-condolence-donation .donation-type .icon-taziye{
    width: 51px;
    height: 33px;
    background-image: url('../img/bagis-taziye.png');
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 10px;
}
.donations-condolence-donation .donation-form-area{
    
}
.donations-condolence-donation .donation-form-area h4{
    font-size: 20px;
    font-family: 'RadikalBold';
    color: #000000
}
.donations-condolence-donation .donation-form-area h5{
    font-size: 16px;
    font-family: 'RadikalBold';
    color: #000000
}
.donations-condolence-donation .donation-form-area .dropdown{
    width: 100%;
}
.donations-condolence-donation .donation-form-area .dropdown-toggle{
    width: 100%;
    border: 3px solid #eeeeee;
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'RadikalRegular';
    font-size: 11px;
    color: #313131;
    padding: 12px 20px;
}
.donations-condolence-donation .donation-form-area .dropdown-toggle::after{
    position: absolute;
    right: 26px;
    top: 18px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: url('../img/dropdown-arrow.png');
}
.donations-condolence-donation .donation-form-area .input-text{
    border: 3px solid #eeeeee;
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'RadikalRegular';
    font-size: 11px;
    color: #313131;
    padding: 12px 20px;
}
.donations-condolence-donation .donation-form-area input[type=submit]{
    border: none;
    border-radius: 0;
    background-color: #ff5000;
    font-family: 'RadikalBold';
    font-size: 15px;
    color: #FFFFFF;
    padding: 11px 20px 13px 20px;
}
/* DONATIONS CONDOLENCE DONATION END */

/* DONATIONS FLOWER DONATION START */
.donations-flower-donation{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.donations-flower-donation .donations-flower-donation-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.donations-flower-donation ul{
    margin-top: 15px;
}
.donations-flower-donation ul li{
    border-right: 1px solid #c7c7c7;
}
.donations-flower-donation ul li:last-child{
    border-right: none !important;
}
.donations-flower-donation ul li a{
    display: block;
    padding: 15px 30px;
    color: #000000;
    font-size: 16px;
    font-family: 'RadikalMedium';
}
.donations-flower-donation ul li a:hover{
    color: #d0043c;
    text-decoration: none;
}
.donations-flower-donation ul li a span{
    display: block;
}
.donations-flower-donation nav{
    margin-top: -25px;
}
.donations-flower-donation nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.donations-flower-donation nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.donations-flower-donation nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.donations-flower-donation nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.donations-flower-donation .dropdown .dropdown-menu{
    width: 100%
}
.donations-flower-donation .dropdown .dropdown-toggle{
    width: 100%
}
.donations-flower-donation .dropdown .btn-white{
    border: 3px solid #eeeeee;
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'RadikalRegular';
    font-size: 20px;
    color: #313131;
    padding: 12px 20px;
}
.donations-flower-donation .dropdown .dropdown-toggle::after{
    position: absolute;
    right: 26px;
    top: 18px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: url('../img/dropdown-arrow.png');
}
.donations-flower-donation .card{
    border: none;
    background-color: inherit;
    margin-bottom: 30px
}
.donations-flower-donation .card .tree-d{
    position: absolute;
    top: 10px;
    left: 10px;
}
.donations-flower-donation a:hover .card-body{
    background-color: #ff5000 !important;
}
.donations-flower-donation a.active .card-body{
    background-color: #ff5000 !important;
}
.donations-flower-donation .card .card-img-top{
    border-radius: 0;
    border: 3px solid #eeeeee;
    padding: 30px;
    background-color: #FFFFFF
}
.donations-flower-donation .card .card-body{
    min-height: inherit;
    border-left: 3px solid #eeeeee;
    border-right: 3px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    color: #FFFFFF;
    font-family: 'RadikalRegular';
    font-size: 16px;
    background-color: #a0a0a0;
    padding: .75rem 1.25rem .75rem 1.25rem
}
.donations-flower-donation .card .card-body .form-check-input{
    position: inherit;
    margin-top: inherit;
    margin-left: inherit;
}
.donations-flower-donation .flower-wrapper .item{
    padding: 0 2px;
}
.donations-flower-donation .flower-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: -30px;
}
.donations-flower-donation .flower-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    left: -30px;
}
.donations-flower-donation .flower-wrapper .bx-controls-direction a{
    position: absolute;
    text-indent: -9999px;
    width: 28px;
    height: 50px;
    top: 40%
}











.donation-flower-form-area{
    
}
.donation-flower-form-area h4{
    font-size: 20px;
    font-family: 'RadikalBold';
    color: #000000
}
.donation-flower-form-area h5{
    font-size: 16px;
    font-family: 'RadikalBold';
    color: #000000
}
.donation-flower-form-area .dropdown{
    width: 100%;
}
.donation-flower-form-area .dropdown-toggle{
    width: 100%;
    border: 3px solid #eeeeee;
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'RadikalRegular';
    font-size: 11px;
    color: #313131;
    padding: 12px 20px;
}
.donation-flower-form-area .dropdown-toggle::after{
    position: absolute;
    right: 26px;
    top: 18px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: url('../img/dropdown-arrow.png');
}
.donation-flower-form-area .input-text{
    border: 3px solid #eeeeee;
    border-radius: 0;
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'RadikalRegular';
    font-size: 11px;
    color: #313131;
    padding: 12px 20px;
}
.donation-flower-form-area input[type=submit]{
    border: none;
    border-radius: 0;
    background-color: #ff5000;
    font-family: 'RadikalBold';
    font-size: 15px;
    color: #FFFFFF;
    padding: 11px 20px 13px 20px;
}
/* DONATIONS FLOWER DONATION END */

/* SCHOLARSHIP HOME START */
.scholarship-home-slider{

}
.scholarship-home-slider .red-card{
    height: 154px;
    background-color: #FFFFFF;
    margin: 0px 1px 1px 1px;
    border: 2px solid #e7e7e7;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    display: block;
}
.scholarship-home-slider .red-card .red-body{
    height: 100%;
    padding: 30px 30px 10px 30px
}
.scholarship-home-slider .red-card .red-body .title{
    font-size: 25px;
    font-family: 'RadikalMedium';
    line-height: 25px
}
.scholarship-home-slider .red-card .red-button-area{
    position: absolute;
    bottom: 0px;
    width: calc(100% - 4px);
    display: inline-flex;
}
.scholarship-home-slider .red-card .red-button-area .bg-color-left{
    background-color: rgb(208,4,60,0.7);
    width: 50%;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e16a89;
}
.scholarship-home-slider .red-card .red-button-area .bg-color-left::before{
    content: url('../img/scholarship-arrow.png');
}
.scholarship-home-slider .red-card .red-button-area .bg-color-right{
    background-color: rgb(208,4,60,0.7);
    width: 50%;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scholarship-home-slider .red-card .red-button-area a{
    font-size: 15px;
    font-family: 'RadikalMedium';
    color: #FFFFFF;
    display: block;
    padding: 10px 10px;
    text-align: center;
}
.scholarship-home-slider .red-card .red-button-area a:hover{
    text-decoration: none;
}
.scholarship-home-slider .transparent-card{
    height: 154px;
    margin: 0px 1px 1px 1px;
    border: 2px solid #e7e7e7;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scholarship-home-slider .transparent-card:hover{
    background-color: rgb(208,4,60,0.1);
}
.scholarship-home-slider .media-bg-01{
    background-image: url('../img/how-to-apply-bg.jpg');
}
.scholarship-home-slider .media-bg-00{
    background-image: url('../img/sss-bg.jpg');
}
.scholarship-home-slider .media-bg-02{
    background-image: url('../img/donations-card-bg-02.jpg');
}
.scholarship-home-slider .bx-viewport, .scholarship-home-slider .bx-wrapper{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 100% !important;
}
.scholarship-home-slider .documents-bxslider{
    height: 100% !important;
}
.scholarship-home-slider .bx-wrapper .item{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
}
.scholarship-home-slider .bx-wrapper .item .slider-text{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 132px;
    font-family: 'RadikalLight' !important;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 19px;
    padding: 20px 130px 20px 30px;
    background-image: url(../img/scholarship-slider-bg.png);
    text-align: right;
}
.scholarship-home-slider .bx-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: 34px;
}
.scholarship-home-slider .bx-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    right: 80px;
    left: inherit;
}
.scholarship-home-slider .bx-wrapper .bx-controls-direction a{
    width: 28px;
    height: 50px;
}
.scholarship-home-slider .bx-wrapper .bx-controls-direction a{
    top: inherit;
    bottom: 42px;
}
/* SCHOLARSHIP HOME END */

/* NEWS BAR START */
.news-bar{
    font-size: 13px;
    color: #222222;
    font-family: 'ProximaNovaRegular';
    padding: 50px 0;
}
.news-bar a.btn{
    font-size: 11px;
    font-family: 'ProximaNovaSemiBold';
}
.news-bar a.btn-light{
    background-color: #eaeaeb !important;
    border: 1px solid #eaeaeb
}
.news-bar a.btn-light:hover{
    background-color: #d0043c !important;
    border: 1px solid #d0043c;
    color: #FFFFFF;
}
.news-bar h5{
    font-size: 19px;
    font-family: 'ProximaNovaBold';
    padding-bottom: 5px;
}
.news-bar .news-row{
    display: block;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #474747;
}
.news-bar .news-row:hover{
    color: #d0043c;
    text-decoration: none;
}
.news-bar .from-you-wrapper{
    text-align: center;
    width: calc(100% - 80px);
    margin-left: auto !important;
    margin-right: auto !important;
}
.news-bar .from-you-wrapper .bx-next{
    background: url('../img/slider-small-next.png') no-repeat;
    right: 25px;
}
.news-bar .from-you-wrapper .bx-prev{
    background: url('../img/slider-small-prev.png') no-repeat;
    left: 25px;
}
.news-bar .from-you-wrapper .bx-controls-direction a{
    position: absolute;
    text-indent: -9999px;
    width: 17px;
    height: 30px;
    top: 40%
}
/* NEWS BAR END */

/* INNER-BODY DOMESTIC SCHOLARSHIP START */
.inner-body.domestic-international-scholarship{
    font-family: 'RadikalLight';
    font-size: 14px;
    background-repeat: no-repeat !important;
}
.inner-body.domestic-international-scholarship .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}
.inner-body.domestic-international-scholarship .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.domestic-international-scholarship .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.domestic-international-scholarship .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.domestic-international-scholarship .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.domestic-international-scholarship .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}
.inner-body.domestic-international-scholarship .body-row{
    padding-top: 10px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
}
.inner-body.domestic-international-scholarship .body-row .title{
    font-family: 'ProximaNovaSemiBold';
}
.inner-body.domestic-international-scholarship .media-title{
    font-family: 'ProximaNovaSemiBold';
    font-size: 23px;
    color: #222222;
    border-bottom: 2px solid #222222;
    padding-bottom: 6px;
    line-height: 22px;
    padding-top: 4px
}
.inner-body.domestic-international-scholarship .body-row ul li::before{
    content: '■';
    color: #ff5000;
    position: absolute;
    margin-left: -20px;
}
/* INNER-BODY DOMESTIC SCHOLARSHIP END */

/* INNER-BODY GRADUATE SCHOLARSHIP CONTACT START */
.inner-body.graduate-scholarship-contact{
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.graduate-scholarship-contact .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}
.inner-body.graduate-scholarship-contact .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.graduate-scholarship-contact .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.graduate-scholarship-contact .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.graduate-scholarship-contact .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.graduate-scholarship-contact .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}
.inner-body.graduate-scholarship-contact .body-row{
    padding-top: 10px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
}
.inner-body.graduate-scholarship-contact .accordion .card{
    border: none;
    background-color: inherit;
}
.inner-body.graduate-scholarship-contact .accordion .card .accordion-icon:before {
    content: url(../img/accordion-arrow-collapsed.png);
    position: absolute;
    left: 0px;
}
.inner-body.graduate-scholarship-contact .accordion .card .collapsed.accordion-icon:before {
    content: url(../img/accordion-arrow.png);
    position: absolute;
    left: 0px
}
.inner-body.graduate-scholarship-contact .media-title{
    font-family: 'ProximaNovaSemiBold';
    font-size: 22px;
    color: #222222;
    border-bottom: 2px solid #222222;
    padding-bottom: 6px;
    line-height: 22px;
    padding-top: 4px
}
.inner-body.graduate-scholarship-contact .accordion .card .card-header{
    background-color: inherit;
    margin-bottom: 0;
    border-bottom: 1px solid #ff5000
}
.inner-body.graduate-scholarship-contact .accordion .card .card-header .btn{
    color: #ff5000;
    font-size: 20px;
    font-family: 'ProximaNovaSemiBold';
    padding-left: 30px;
}
.inner-body.graduate-scholarship-contact .accordion .card .card-body ul{
    list-style: none
}
.inner-body.graduate-scholarship-contact .accordion .card .card-body ul li{
    padding-bottom: 20px
}
.inner-body.graduate-scholarship-contact .accordion .card .card-body ul li::before{
    content: '■';
    color: #ff5000;
    position: absolute;
    margin-left: -20px;
}
.inner-body.graduate-scholarship-contact .accordion .card .card-body ul li a{
    color: inherit;
    text-decoration: underline;
}
.inner-body.graduate-scholarship-contact .accordion .card .card-body ul li a:hover{
    text-decoration: none;
}

/* INNER-BODY GRADUATE SCHOLARSHIP CONTACT END */

/* DORMITORY START */
.dormitory{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.dormitory .dormitory-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.dormitory nav{
    margin-top: -25px;
}
.dormitory nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.dormitory nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.dormitory nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.dormitory nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.dormitory .card{
    border: none;
    border-radius: 0;
    background-color: inherit;
    color: inherit;
}
.dormitory .card:hover{
    color: #d0043c;
    text-decoration: none;
}
.dormitory .card .card-img-top{
    border-radius: 0;
}
.dormitory .card .card-body{
    position: relative;
    background-color: #FFFFFF;
    border: 4px solid #eeeeee;
}
.dormitory .card .card-body .location{
    position: absolute;
    background-color: rgb(112,5,29,0.8);
    width: calc(100% + 8px);
    left: -4px;
    right: -4px;
    top: -42px;
    height: 38px;
    display: flex;
    color: #FFFFFF;
    font-family: 'RadikalMedium';
    font-size: 14px;
    align-items: center;
    justify-content: flex-end;
}
/* DORMITORY END */

/* INNER-BODY DORMITORY DETAIL START */
.inner-body.dormitory-detail{
    font-family: 'RadikalLight';
    font-size: 14px;
    background-repeat: no-repeat !important;
}
.inner-body.dormitory-detail .body-row{
    padding-top: 10px;
    color: #474747;
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
}
.inner-body.dormitory-detail .btn-apply{
    font-family: 'ProximaNovaSemiBold';
    font-size: 23px;
    color: #FFFFFF;
    background-color: #ff5000;
    padding: 0 8px;
    border-radius: 0;
}
.inner-body.dormitory-detail .btn-apply:hover{
    background-color: #bf0930;
}

.inner-body.dormitory-detail .btn-apply2{
    font-family: 'ProximaNovaSemiBold';
    font-size: 23px;
    color: #FFFFFF;
    background-color: #5e5c5a;
    padding: 0 8px;
    border-radius: 0;
}
.inner-body.dormitory-detail .btn-apply2:hover{
    background-color: #bf0930;
}

.inner-body.dormitory-detail .body-row .title{
    font-family: 'ProximaNovaSemiBold';
}
.inner-body.dormitory-detail .media-title{
    font-family: 'ProximaNovaSemiBold';
    font-size: 23px;
    color: #222222;
    border-bottom: 2px solid #222222;
    padding-bottom: 6px;
    line-height: 22px;
    padding-top: 4px
}
.inner-body.dormitory-detail .body-row ul li::before{
    content: '■';
    color: #ff5000;
    position: absolute;
    margin-left: -20px;
}
.inner-body.dormitory-detail .bx-viewport, .inner-body.dormitory-detail .bx-wrapper{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: none;
    border: none;
    margin: 0;
    height: 100% !important;
    background-color: inherit;
    margin: 0 auto
}
.inner-body.dormitory-detail .dormitory-bxslider{
    height: 100% !important;
    color: #474747;
    font-size: 14px
}
.inner-body.dormitory-detail .dormitory-bxslider img{
    border-radius: 7px;
    border: 3px solid #FFFFFF;
}
.inner-body.dormitory-detail .dormitory-bxslider .item{
    padding-left: 4px;
    padding-right: 4px
}
.inner-body.dormitory-detail .dormitory-bxslider .bx-wrapper .item{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    padding-right: 5px;
    padding-left: 5px;
}
.inner-body.dormitory-detail .bx-wrapper .bx-next{
    background: url('../img/slider-donations-next.png') no-repeat;
    right: -35px;
}
.inner-body.dormitory-detail .bx-wrapper .bx-prev{
    background: url('../img/slider-donations-prev.png') no-repeat;
    left: -35px;
}
.inner-body.dormitory-detail .bx-wrapper .bx-controls-direction a{
    width: 28px;
    height: 50px;
    top: 40%
}
.inner-body.dormitory-detail .gallery-title{
    font-family: 'ProximaNovaSemiBold';
    font-size: 23px;
    color: #222222;
}
/* INNER-BODY DOMESTIC SCHOLARSHIP END */

/* HR START */
.hr{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.hr .hr-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.hr nav{
    margin-top: -25px;
}
.hr nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.hr nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.hr nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.hr nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.hr .red-card-01{
    background-image: url(../img/hr-card-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 333px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 35px
}
.hr .red-card-01 h5{
    font-family: 'RadikalMedium';
    font-size: 25px;
}
.hr .red-card-01 p{
    font-family: 'RadikalRegular';
    font-size: 14px;
}
.hr .red-card-01 .btn-orange{
    width: fit-content;
    background-color: #ff5000;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'RadikalRegular';
}
.hr .red-card-01 .btn-orange:hover{
    background-color: #ba3a00;
}

.hr .red-card-02{
    background-image: url(../img/hr-card-bg-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 333px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 35px;
    border: 2px solid #ededee;
}
.hr .red-card-02 h5{
    font-family: 'RadikalMedium';
    font-size: 25px;
}
.hr .red-card-02 p{
    font-family: 'RadikalRegular';
    font-size: 14px;
}
.hr .red-card-02 .btn-orange{
    width: fit-content;
    background-color: #ff5000;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'RadikalRegular';
}
.hr .red-card-02 .btn-orange:hover{
    background-color: #ba3a00;
}
.hr .hr-news a.btn-light{
    background-color: #eaeaeb !important;
    border: 1px solid #eaeaeb
}
.hr .hr-news a.btn-light:hover{
    background-color: #d0043c !important;
    border: 1px solid #d0043c;
    color: #FFFFFF;
}
.hr .hr-news .news-item{
    background-color: #FFFFFF;
    display: block;
    border: 3px solid #eeeeee;
    padding: 12px 20px 7px 20px;
    margin-bottom: 6px
}
.hr .hr-news .news-item:hover{
    text-decoration: none;
}
.hr .hr-news .news-item:hover p{
    color: #d0043c
}
.hr .hr-news p{
    font-family: 'RadikalMedium';
    font-size: 12px;
    color: #474747;
    margin: 0;
}
.hr .hr-news p.city{
    font-family: 'RadikalBold';
    font-size: 14px;
    padding-bottom: 10px;
    color: #474747 !important;
}
.hr .hr-news p.time{
    font-family: 'RadikalLight';
    font-size: 12px;
    color: #474747 !important;
}
/* HR END */

/* OUR EMPLOYEE START */
.inner-body.our-employee{
    font-family: 'RadikalRegular';
    font-size: 14px;
    background-repeat: no-repeat !important;
}
.inner-body.our-employee table thead{
    color: #ff5000;
    font-family: 'RadikalBold';
    font-size: 16px;
}
/* OUR EMPLOYEE END */

/* INNER-BODY TEV CAREER START */
.inner-body.tev-career{
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.tev-career .hr-news .news-item{
    background-color: #FFFFFF;
    display: block;
    border: 3px solid #eeeeee;
    padding: 12px 20px 7px 20px;
    margin-bottom: 6px
}
.inner-body.tev-career .hr-news p{
    font-family: 'RadikalMedium';
    font-size: 12px;
    color: #474747;
    margin: 0;
}
.inner-body.tev-career .hr-news p.city{
    font-family: 'RadikalBold';
    font-size: 14px;
    padding-bottom: 10px;
    color: #474747 !important;
}
.inner-body.tev-career .hr-news p.time{
    font-family: 'RadikalLight';
    font-size: 12px;
    color: #474747 !important;
}
.inner-body.tev-career .hr-news .news-item:hover{
    text-decoration: none;
}
.inner-body.tev-career .hr-news .news-item:hover p{
    color: #d0043c
}
/* INNER-BODY TEV CAREER END */

/* CONTACT START */
.inner-body.contact{
    font-family: 'ProximaNovaRegular';
    font-size: 16px;
    color: #474747;
}

.inner-body.contact .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}

.inner-body.contact .tools ul.list-group{
    border: 2px solid #d9d9d9;
    background-color: #FFFFFF;
}
.inner-body.contact .tools ul li.list-group-item{
    border: none;
    margin: .25rem 0 .25rem .5rem;
    padding: 0;
    border-right: 1px solid #e3e3e3;
}
.inner-body.contact .tools ul li.list-group-item:last-child{
    border-right: none !important
}
.inner-body.contact .tools ul li a{
    font-family: 'RadikalRegular';
    font-size: 16px;
    color: #464646;
    padding-right: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}   
.inner-body.contact .tools ul li a:hover{
    color: #ff5000;
    text-decoration: none;
}
.inner-body.contact .body-row a{
    color: inherit;
    text-decoration: none;
}
.inner-body.contact .body-row a:hover{
    color: #ff5000;
    text-decoration: none;
}
/* CONTACT END */

/* ONGOING PROJECT START */
.inner-body.ongoing-project{
    font-family: 'RadikalRegular';
    font-size: 14px;
    color: #000000;
}
.inner-body.ongoing-project .card{
    border-radius: 0;
    margin-bottom: 30px
}
.inner-body.ongoing-project .card .card-img-top{
    border-radius: 0
}
.inner-body.ongoing-project .card .card-title{
    font-family: 'RadikalBold';
}
.inner-body.ongoing-project .card .btn-project{
    background-color: #ff5000;
    color: #FFFFFF;
    font-family: 'RadikalRegular';
    font-size: 14px;
    border-radius: 0;
    padding: 4px 20px;
}
/* ONGOING PROJECT END */

/* RENT REAL ESTATE START */
.inner-body.rent-real-estate{
    font-family: 'RadikalLight';
    font-size: 14px;
}

.inner-body.rent-real-estate .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}

.inner-body.rent-real-estate .tools .dropdown .btn-dropdown-light{
    font-family: 'RadikalBold';
    font-size: 13px;
    color: #ff5000
}
.inner-body.rent-real-estate .body-row{
    color: #474747;
    font-family: 'RadikalLight';
    font-size: 14px;
}
.inner-body.rent-real-estate .body-row .card{
    border-radius: 0;
    margin-bottom: 30px;
    border: 3px solid #eeeeee
}
.inner-body.rent-real-estate .body-row .card .card-body{
    padding: .5rem 0.25rem
}
.inner-body.rent-real-estate .body-row .card .card-img-top{
    border-radius: 0
}
.inner-body.rent-real-estate .body-row .card .card-location{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FFFFFF;
    padding: 6px 10px;
    font-family: 'RadikalMedium';
    font-size: 14px;
}

.inner-body.rent-real-estate .body-row .card .card-location2{
    position: absolute;
    top: 50px;
    right: 10px;
    background-color: #d0053d;
    color: white;
    padding: 6px 10px;
    font-family: 'RadikalMedium';
    font-size: 14px;
}
.inner-body.rent-real-estate .body-row .card .card-title{
    font-family: 'RadikalBold';
    margin: 0;
}
.inner-body.rent-real-estate .body-row .card .card-date{
    font-family: 'RadikalRegular';
    font-size: 14px;
    float: right;
}
.inner-body.rent-real-estate .body-row .card .btn-project{
    background-color: #7d7d7d;
    color: #FFFFFF;
    font-family: 'RadikalRegular';
    font-size: 14px;
    border-radius: 0;
    padding: 4px 20px;
}
.inner-body.rent-real-estate .body-row .card .btn-project:hover{
    background-color: #ff5000;
    color: #FFFFFF;
}
/* RENT REAL ESTATE END */

/* REAL ESTATE START */
.real-estate{
    min-height: 275px;
    background-image: url(../img/inner-page-bg.jpg);
    padding-top: 100px;
}
.real-estate .real-estate-title{
    font-family: 'RadikalThin';
    font-size: 72px;
    color: #ff5000;
}
.real-estate nav{
    margin-top: -25px;
}
.real-estate nav .breadcrumb{
    background-color: inherit !important;
    margin-bottom: 0px !important;
    padding: .75rem 1rem .75rem 0;
}
.real-estate nav .breadcrumb .breadcrumb-item a{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #000000;
}
.real-estate nav .breadcrumb .breadcrumb-item a:hover{
    font-family: 'RadikalThin';
    font-size: 16px;
    color: #ff5000;
}
.real-estate nav .breadcrumb .breadcrumb-item.active{
    font-family: 'RadikalBold';
    font-size: 16px;
    color: #000000;
}
.real-estate .card{
    border: 2px solid #f0f0f0;
    border-radius: 0;
    background-color: inherit;
    min-height: 118px;
    color: #FFFFFF;
    font-family: 'RadikalMedium';
    font-size: 23px;
    line-height: 30px;
    padding: 20px;
    margin-bottom: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.real-estate .card:hover{
    text-decoration: none;
    transform: scale(1.04);
}
.real-estate .card .row{
    min-height: 118px;
    display: flex;
    align-items: center;
}
.real-estate .card .row p{
    margin: 0;
}
.real-estate .card .row .small-text{
    font-size: 13px;
    line-height: 10px;
}
.real-estate .news-card{
    border: 3px solid #eeeeee;
    background-color: #FFFFFF;
    margin-bottom: 8px;
}
.real-estate .news-card h5{
    font-family: 'RadikalMedium';
    font-size: 12px;
    padding-bottom: 10px;
}
.real-estate .news-card .time{
    margin: 0;
    font-family: 'RadikalLight';
    font-size: 12px;
}
.real-estate .news-card a{
    font-family: 'RadikalMedium';
    font-size: 12px;
    color: #000000;
    padding: 15px;
}
.real-estate .news-card a:hover{
    background-color: #eeeeee;
    text-decoration: none;
}
/* REAL ESTATE END */

















/* RENT REAL ESTATE DETAIL START */
.inner-body.rent-real-estate-detail{
    font-family: 'RadikalLight';
    font-size: 14px;
}

.inner-body.rent-real-estate-detail .title-area h2{
    font-family: 'RadikalBold';
    font-size: 28px;
    color: #ff5000;
    margin-bottom: 0px;
}
.inner-body.rent-real-estate-detail .body-row{
    color: #474747;
    font-family: 'RadikalRegular';
    font-size: 14px;
}
.inner-body.rent-real-estate-detail .body-row .hurriyet{
    padding: 4px 2px;
    border: 3px solid #ff5000;
    background-color: #FFFFFF;
    font-family: 'RadikalBold';
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    color: #000000;
}
.inner-body.rent-real-estate-detail .body-row .hurriyet:hover{
    text-decoration: none;
    color: #ff5000;
}
.inner-body.rent-real-estate-detail .body-row .photo-border{
    padding: 4px 2px;
    border: 3px solid #eeeeee;
    background-color: #FFFFFF;
}
.inner-body.rent-real-estate-detail .body-row .photo-big{
    min-height: 340px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
    margin-bottom: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
}
.inner-body.rent-real-estate-detail .body-row .photo{
    min-height: 75px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; 
    margin-bottom: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
}
.inner-body.rent-real-estate-detail .body-row .price-area{
    background-color: #d0043c;
    font-family: 'RadikalRegular';
    font-size: 14px;
    color: #FFFFFF;
}
.inner-body.rent-real-estate-detail .body-row .price-area .price{
    background-color: #d0043c;
    font-family: 'RadikalBold';
    font-size: 28px;
    padding-top: 6px;
    border-right: 1px solid #FFFFFF
}
.inner-body.rent-real-estate-detail .body-row table tr td{
    padding: .25rem;
}
/* RENT REAL ESTATE DETAIL END */


.wrapper{
    background-image: url(../img/inner-page-bg.jpg);
}

.col-100-right-menu{
    width: calc(100% - 307px);
}

/* DEFAULT SETTINGS */

@media (max-width: 575.98px) {
    header .dropdown-donation{
        right: 0px;
        left: 0px;
        top: 80px;
    }
    .slider-02 .hashtag {
        font-size: 8vw;
    }
    .slider-02 .h1 {
        font-size: 9vw;
        line-height: 9vw;
    }
    .donations-flower-donation .donations-flower-donation-title{
        font-size: 10vw;
    }
    .donations-scholarship-funds .donations-scholarship-funds-title{
        font-size: 10vw;
    }
    .donations-card-certificate-donation .donations-card-certificate-donation-title{
        font-size: 10vw;
    }
    .donations-condolence-donation .donations-condolence-donation-title{
        font-size: 10vw;
    }
    .scholarship-home-slider .bx-wrapper .item .slider-text{
        font-size: 3vw;
    }
    .real-estate .real-estate-title{
        font-size: 10vw;
    }
    .hr .hr-title{
        font-size: 10vw;
    }
    .inner-body.donations-our-donors .bx-wrapper .bx-prev{
        left: 15px;
    }
    .inner-body.donations-our-donors .bx-wrapper .bx-next{
        right: 15px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .slider-02 .hashtag {
        font-size: 9vw;
    }
}

@media (max-width: 768px) {
    .inner-promo h1{
        font-size: 9vw;
        line-height: 9vw;
    }
    .donations-home ul li{
        border-right: none;
        border-bottom: 1px solid #c7c7c7;
    }.donations-home ul li:last-child{
        border-right: none;
        border-bottom: none;
    }
    .inner-body .right-side-menu{
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    header nav.navbar{
        display: contents !important;
    }
    header .bagis{
        position: absolute;
        right: 0px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        padding-right: 13px !important;
    }
    .donations-home-slider .bx-viewport, .donations-home-slider .bx-wrapper{
        height: 465px !important;
    }
    .scholarship-home-slider .bx-viewport, .scholarship-home-slider .bx-wrapper{
        height: 465px !important;
    }
    .col-100-right-menu{
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .kolay-ve-hizli-bagis .row {
        min-height: 100px !important;
        height: inherit !important;
    }
    .donations-home ul li a{
        padding: 15px 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.88px) {
    .navigation ul.nav li:nth-child(2) ul {
        border-right: none;
    }
    .navigation ul.nav li:nth-child(4) ul {
        border-right: none;
    }
}

@media (min-width: 768px) and (max-width: 991.88px) {
    .navigation ul.nav li:nth-child(3) ul {
        border-right: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navigation ul.nav li:nth-child(4) ul {
        border-right: none;
    }
}