.mceContentBody.wp-editor,
#tinymce {
    background-color: #fff !important;
}

body.hide {
    overflow: hidden !important;
}


/* @import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

html,
body {
    scroll-behavior: smooth;
    background-color: white !important;
}

.container,
.page-header,
.search-result-count.default-max-width,
.entry-header {
    max-width: 1170px !important;
    margin: 0 auto !important;
    padding: 0px 15px !important;
}

.entry-content {
    margin: 0;
}

.entry-title.default-max-width {
    width: 100%;
    margin-left: 0;
}

.icons {
    padding: 60px 0px 50px 0;
	display:none
}

.icons a img {
    margin-bottom: 10px;
    width: unset;
    height: 65px;
}

.icons a img.onhover {
    display: none;
}

.icons a:hover img {
    display: none;
}

.icons a:hover span {
    color: #ff753f !important;
}

.icons a:hover img.onhover {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icons a span,
.icons a,
.icons a:hover span {
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    text-decoration: none;
    color: #00457c;
    text-align: center;
    display: block;
    line-height: 1.25;
}

.number_banner {
    background-size: cover;
    padding: 5rem 0;
    position: relative;
    background-position: center top;
}

.number_banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}

.number_banner .grid_row hr {
    border-color: #fff;
    height: 4px;
    background: white;
    opacity: 1;
    border-width: 0px;
    width: 20%;
    margin: 10px auto;
}

.number_banner .grid_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    column-gap: 5%;
    position: relative;
    z-index: 10;
}

.number_banner .grid_row h1 {
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

.logo {
    background-color: #f1f1f1;
    padding: 20px 0;
	margin-top:50px
}

.number_banner .grid_row h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.logo .grid_row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 1%;
}
.logo .grid_row .logo-box{
	width:150px;
	height:150px;
	background-color:#fff;
	padding:10px;
	margin-bottom:20px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.logo .grid_row .logo-box img{
	aspect-ratio: 1/1;
	object-fit:contain
}
.footer {
    background-color: #00457c;
    padding: 5rem 0 1rem 0;
}

.footer .grid_row {
    display: grid;
    grid-template-columns: 25% 45% 20%;
    column-gap: 5%;
    margin-bottom: 20px;
    align-items: center;
}

.footer .grid_row .follow ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer .grid_row .follow ul li {
    display: inline-block;
    margin-right: 15px;
    transition: .3s all;
}

.footer .grid_row .follow ul li a {
    color: #fff;
    text-decoration: none;
}

.footer .grid_row .follow ul li a span {
    display: block;
    width: 45px;
    color: #fff;
    transition: .3s all;
    height: 45px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
}

.footer .grid_row .follow ul li:hover a span {
    display: block;
    width: 45px;
    color: #00457c;
    height: 45px;
    border: 1px solid white;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .grid_row .follow ul li:last-child {
    margin-right: 0px;
}

.footer .grid_row .about {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer img.footer-logo {
    max-width: 160px;
	height: auto;
}

.footer .grid_row .links .iner_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5%;
}

.footer .grid_row .links .iner_grid .link h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.gal_box img {
    margin-bottom: 10px;
}

.gal_box p {
    font-family: 'Roboto', sans-serif;
    color: black;
    margin: 0px !important;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.gal_box small {
    font-family: 'Roboto', sans-serif;
    color: #979797;
    font-weight: 700;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.box_image p {
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    font-size: 14px !important;
    color: #333 !important;
    text-decoration: none !important;
}

.footer .grid_row .links .iner_grid .link h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.footer .grid_row .links .iner_grid .link ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.footer .grid_row .links .iner_grid .link ul li {
    margin: 4px 0;
    line-height: 1;
}

.footer .grid_row .links .iner_grid .link ul li a,
.footer .grid_row .links .iner_grid .link ul li:hover a,
.footer .grid_row .links .iner_grid .link ul li a:hover,
.footer .grid_row .links .iner_grid .link ul li a:active {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.footer .copyright {
    color: #fff;
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    color: white;
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    font-weight: 400;
	text-align: center;
}

.news {
    background-color: #f1f1f1;
    padding: 70px 0;
}

.news h2 {
    font-size: 36px;
    color: #00457c;
    font-family: 'Oswald', sans-serif;
}

.news hr {
    width: 5%;
    margin: 20px 0;
    background-color: #00457c;
    height: 4px;
    opacity: 1;
}

.news ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.news ul li {
    display: grid;
    width: 100%;
    grid-template-columns: 20% 78%;
    align-items: center;
    column-gap: 2%;
    border-bottom: 1px solid #00457c;
    padding: 25px 0;
}

.news .seeall {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #00457c;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.news ul li p.box {
    border-radius: 5px;
    border: 1px solid #00457c;
    color: #00457c;
    width: max-content;
    padding: 5px 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
}

.news ul li p.box span {
    font-size: 24px;
    color: #00457c;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: block;
    text-align: center;
}

.news ul li p.box span:last-child {
    font-size: 18px;
    color: #00457c;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    display: block;
    text-align: center;
}

.news ul li p.name {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #00457c;
    margin-bottom: 0px;
    /* margin-top: 12px; */
}

.news .feed_box {
    border-radius: 9px;
    display: block;
    height: 100%;
    background: white;
    border: 1px solid rgb(217, 217, 217);
}

.news .feed_box .heading {
    padding: 30px;
    background: #f8f8f8;
    border-bottom: 1px solid rgb(217, 217, 217);
    border-radius: 9px 9px 0px 0px;
}

.news .feed_box .heading img {
    padding-right: 15px;
    width: 55px;
}

.news .feed_box .heading h2 {
    font-size: 32px;
    color: #00457c;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
}

.news .feed_box .feed {
    padding: 20px;
    height: 100%;
    display: flex;
}

.header_menu ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;

}

.header_menu ul li {
    display: inline-block;
    position: relative;
}

.header_menu ul li .dropdown {
    display: none;
}

.header_menu ul li:first-child a {
    padding-left: 0;
}

.header_menu ul li:last-child a {
    padding-right: 0;
}

.header_menu ul li a {
    text-decoration: none;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Oswald', sans-serif;
    color: #00457c;
    font-weight: 400;
    text-transform: uppercase;
}

.header_menu ul li .dropdown {
    /* display: block; */
    position: absolute;
    top: 50px;
    left: 0;
    background: white;
    z-index: 111;
    width: 150px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}

.header_menu ul li .dropdown li {
    display: block;
    position: unset;
}

.header_menu ul li .dropdown li a {
    padding: 4px 10px !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
    transition: .3s all;
    width: 100%;
}

.header_menu ul li .dropdown li:hover a {
    background-color: #f1f1f1;
}

.header_menu ul li:hover .dropdown {
    display: block;
}

.header {
    background-color: #00457c;
    padding: 15px 0;
}

.header .flex {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.header .flex ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header .flex ul li {
    display: inline-block;
    margin-right: 15px;
    transition: .3s all;
}

.header .flex ul li a {
    color: #fff;
    text-decoration: none;
}

.header .flex ul li a span {
    width: 45px;
    color: #fff;
    transition: .3s all;
    height: 45px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: transparent;
    justify-content: center;
}

.header .flex ul li:hover a span {
    display: block;
    width: 45px;
    color: #00457c;
    height: 45px;
    border: 1px solid white;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .flex form .form-group {
    display: inline-flex;
    align-items: center;
}

.header .flex form .form-group button {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
}

.breadcrumb {
    background-color: #00457c;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.breadcrumb ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li a,
.breadcrumb ul li a:hover,
.breadcrumb ul li:hover a {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.post-type-banner.corporate-banner h1 {
    margin-bottom: 0 !important;
}

.corporate-banner.post-type-banner {
    background-size: cover;
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corporate-banner {
    background-size: cover;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.corporate-banner::after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .6;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.corporate-banner h1 {
    padding-left: 25%;
    margin-bottom: 85px;
    position: relative;
    z-index: 5;
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Oswald', sans-serif;
}

.body-content {
    background-color: #f1f1f1;
}

.body-content .content {
    padding: 50px 60px 70px 60px;
}

.body-content .content p a {
    color: #337ab7;
}

.body-content .content p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
}

.body-content .content ul li {
    margin-bottom: 15px;
}

.body-content .content ul li a,
.body-content .content ul li {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: left;
    font-weight: 300;
    margin-bottom: 10px;
}

.post-type.body-content .sidebar {
    margin-top: -99px;
}

.body-content .sidebar.new_sidbar {
    margin-top: -300px;
}

.body-content .sidebar {
    margin-top: -250px;
    background-color: white;
    z-index: 11;
    position: relative;
    padding: 0;
}

table tr td,
table tr,
table th {
    border-color: rgb(211, 211, 211);
    border-style: dotted;
}

.body-content .sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 20px 0 30px 0;
}

.body-content .sidebar ul li {
    padding: 15px 15px 10px 35px;
    border-left: 8px solid transparent;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: black;
    font-weight: 300;
    cursor: pointer;
}

.body-content .sidebar ul li:hover,
.body-content .sidebar ul li.active,
.body-content .sidebar ul li:hover,
.body-content .sidebar ul li.active {
    border-left: 8px solid #04a8fd;
    color: #04a8fd;
}

.body-content .sidebar ul li a,
.body-content .sidebar ul li:hover a,
.body-content .sidebar ul li a:hover {
    text-decoration: none;
}

.body-content .sidebar h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 30px 0 25px 43px;
    color: black;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
}

.body-content .content .details h2 {
    color: #23527c;
}

.body-content .content .details p {
    color: #000;
}

.body-content .content .details {
    display: none;
}

.body-content .content .details.active {
    display: block;
}

.body-content .grid_row {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.search-form {
    margin-right: 0;
    margin-left: 0;
}

.search-form .search-field:focus,
.search-form .search-field,
.search-form .search-field:hover,
.search-form .search-field:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.search-form>label {
    display: none;
}

.search-form .search-submit {
    display: none;
}

.body-content .content .details.active.grid_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.body-content .content .details.active.grid_row .video_box video {
    display: none;
}

@media only screen and (max-width:992px) {
    .corporate-banner h1 {
        padding-left: 35% !important;
    }
}

@media only screen and (max-width:1200px) {
    .body-content .grid_row {
        grid-template-columns: repeat(6, 1fr) !important;
    }
    .header_menu ul li a {
        padding: 5px 10px !important;
        text-transform: capitalize !important;
        font-size: 16px !important;
    }
    .header_menu ul li:first-child a {
        padding-left: 0 !important;
    }
    .header_menu ul li .dropdown {
        top: 30px !important;
    }
    .header_menu ul li:last-child a {
        padding-right: 0 !important;
    }
    h1 {
        font-size: 25px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    .number_banner .grid_row h4 {
        text-transform: capitalize !important;
    }
    .icons,
    .news,
    .number_banner,
    .footer {
        padding: 20px 0 !important;
    }
    .icons a img {
        width: unset !important;
        height: 50px !important;
    }
    h4,
    p,
    .icons a span,
    .icons a,
    .icons a:hover span,
    .news ul li p.box span,
    .news ul li p.box span:last-child {
        font-size: 15px !important;
        text-transform: capitalize;
    }
    .news .seeall {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .header .flex ul li,
    .footer .grid_row .follow ul li {
        margin-right: 5px !important;
    }
    .header .flex ul li a span,
    .footer .grid_row .follow ul li a span {
        width: 30px !important;
        font-size: 10px !important;
        height: 30px !important;
    }
    .news hr {
        margin: 10px 0 !important;
    }
    .news ul li {
        padding: 10px 0 !important;
    }
    .news .feed_box .heading {
        padding: 10px !important;
    }
    .news .feed_box .feed {
        padding: 10px !important;
    }
}

@media only screen and (min-width:767px) {
    .hide_on_desktop {
        display: none !important;
    }
    .hide_on_mobile {
        display: block !important;
    }
}

@media only screen and (max-width:767px) {
    .body-content .grid_row {
        grid-template-columns: repeat(4, 1fr) !important;
    }
    .corporate-banner {
        justify-content: flex-start !important;
    }
    .corporate-banner h1 {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 80px !important;
    }
    .body-content .content {
        padding: 30px 0px !important;
    }
    .hide_on_desktop {
        display: block !important;
    }
    .hide_on_mobile {
        display: none !important;
    }
    .header_menu {
        padding: 10px 0 !important;
        position: relative;
    }
    .header_menu .fa-bars {
        position: absolute;
        right: 15px;
        top: 8px;
        z-index: 10;
        cursor: pointer;
    }
    .footer .grid_row .links .iner_grid {
        grid-template-columns: repeat(2, 1fr) !important;
        row-gap: 5% !important;
    }
    .number_banner .grid_row {
        column-gap: 2% !important;
    }
    .footer .grid_row {
        grid-template-columns: 25% 51% 20% !important;
        column-gap: 2% !important;
    }
}

@media only screen and (max-width:575px) {
    .body-content .grid_row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .number_banner .grid_row,
    .footer .grid_row,
    .footer .grid_row .links .iner_grid {
        grid-template-columns: 100% !important;
        column-gap: 0 !important;
        row-gap: 2% !important;
    }
    .logo .grid_row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .header .flex ul li a span,
    .footer .grid_row .follow ul li a span {
        width: 20px !important;
        font-size: 10px !important;
        height: 20px !important;
    }
}

.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-indicators button {
    width: 10px !important;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
    height: 10px !important;
}

.carousel-indicators button.active {
    width: 10px !important;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    height: 10px !important;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-control-next:hover,
.carousel-control-prev:hover {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%) !important;
    opacity: .5 !important; */
}

.carousel-control-next {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-color: rgba(0, 0, 0, 0) !important;
    background-repeat: repeat-x;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.carousel-control-prev {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    background-repeat-x: repeat;
    background-color: rgba(0, 0, 0, 0) !important;
    background-repeat-y: no-repeat;
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.img-mh-100 {
 max-height: 90px;   
    width: auto;
}
.img-mh-100 img {
 max-height: 90px;  
    width: auto;
}
.category-haberler-ve-duyurular header h1{
    font-size:36px;
	margin-top:50px;
}
.category-haberler-ve-duyurular header.entry-header{
	max-width: 1170px !important;
	padding-left:0px !important;
}
.category-haberler-ve-duyurular header.entry-header .entry-title{
	font-weight:bold;
}
.category-haberler-ve-duyurular .entry-content p, .category-haberler-ve-duyurular .entry-footer{
	max-width: 1170px !important;
	padding-left:0px !important;
}
.category-haberler-ve-duyurular .entry-content .more-link{
	color: #24607C !important;
	text-decoration:none;
	font-weight:bold;
}
.iskur-logo{
	padding-top:20px;
	padding-bottom:20px;
}
.iskur-logo .col-lg-2{
	display:flex;
	align-items:center;
}
.iskur-logo .col-lg-2 img{
	width:70%;
}
.menu-logo{
	width:auto;
	height:130px
}
.mezun-uyeler .table-responsive{
	display:flex
}
.mezun-uyeler .table-responsive .uye-box img{
	width:150px;
	height:150px;
	margin-right:20px
}
.mezun-uyeler .table-bordered{
	display:none
}
.persons-table .col-12{
	margin-bottom:30px
}

.persons-table .col-12 img{
	width:140px;
	height:140px;
	object-fit:cover;
}
.petektasi-table tr td,
.petektasi-table tr th{
	border:1px solid rgb(211, 211, 211) !important;
}
.petektasi-table .text{
	font-size:14px;
	text-transform:capitalize
}
.petektasi-table img{
	width:120px;
	height:120px;
	object-fit:cover;
}