a {text-decoration:none !important}
.full-page-contain {
    display: flex;
}

.left-page-contain {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.left-top-contain {
    display: flex;
    height: 75vh;
}

/* MAIN LEFT BAR */
.logo a {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.main-left-bar {
    width: 30%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    z-index: 32;
    position: relative;
}

.mayor-img {
    display: flex;
    justify-content: center;
}

.mayor-title {
    width: 276px;
    height: 56px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
}

.mayor-message {
    display: flex;
    width: 459px;
    height: 39px;
    padding: 10px 0;
    justify-content: center;
    margin: auto;
}

.mm-item:first-child {
    margin-right: 24px;
}

.mm-item img {
    margin-right: 5px;
    position: relative;
    top: -1px;
    max-height: 18px;
}

.mm-item span {
    color: #343C44;
    font-weight: 700;
}

/* MAIN CENTER BAR */
.main-center-bar {
    width: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    width: 70%;
    height: 100%;
}

.main-center-bar:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #06182A;
    opacity: 0.28;
}

.mcb-item {
    height: 75vh;
}

.slogan {
    position: absolute;
    z-index: 2;
    bottom: 70px;
    right: 40px;
	color:#fff;
	font-size:34px;
	font-weight:bold
}

.main-center-bar .owl-dots {
    position: absolute;
    bottom: 2%;
    right: 2%;
    z-index: 5;
}

.main-center-bar .owl-dot {
    width: 10px;
    height: 12px;
    border: none;
    margin-right: 8px;
    border-radius: 6px;
    background: #9EB1BB;
}

.main-center-bar .owl-dot.active {

    background: #FFFFFF;
}

/* LEFT BOTTOM CONTAIN */
.left-bottom-contain {
    background: #06182A;
    /*background: rgb(41,103,172);
    background: -moz-linear-gradient(90deg, rgba(41,103,172,1) 0%, rgba(0,153,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41,103,172,1) 0%, rgba(0,153,204,1) 100%);
    background: linear-gradient(90deg, rgba(41,103,172,1) 0%, rgba(0,153,204,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2967ac", endColorstr="#0099cc", GradientType=1);
    height: 25vh;
    position: relative;
}

.home-news-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.25px;
    color: #83AEDE;
    position: relative;
    left: 86px;
    top: 25px;
    position: absolute;
}

.home-news-slider,
.home-news-slider .owl-stage-outer,
.home-news-slider .owl-stage,
.home-news-slider .owl-item {
    height: 100%;
}

.home-news-slider .item {
    position: relative;
    height: 100%;
}

.home-news-slider .item {
    display: flex;
    justify-content: space-between;
}

.home-news-text {
    padding: 60px 50px 0 86px;
    font-size: 36px;
    font-weight: 700;
    width: 90%;
	height:88%;
	overflow:hidden
}

.home-news-text a {
    color: #F6F9FD;
	clear:both;
	float:left
}

.home-news-text span {
    font-size: 14px;
}

.home-news-text .news-detail {
    position: absolute;
    bottom: 16px;
    left: 86px;
    font-size: 16px;
    font-weight: 400;
    color: #F6F9FD;
}

.home-news-img {
    height: 30vh;
    width: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    object-fit: cover;
    height: 100%;
}

.home-news-img img {
    height: auto;
    position: absolute;
    width: 100%;
}

.home-news-slider .owl-dots {
    position: absolute;
    margin: auto;
    right: 10%;
    bottom: 20px;
}

.home-news-slider .owl-dot {
    width: 10px;
    height: 12px;
    border: none;
    margin-right: 8px;
    border-radius: 6px;
    background: #9EB1BB;
}

.home-news-slider .owl-dot.active {

    background: #FFFFFF;
}

/* MAIN RIGHT BAR */
.main-right-bar {
    width: 570px;
    min-width: 380px;
    position: absolute;
    height: 100vh;
    right: 0;
}

.main-right-bar:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #061524;
    opacity: 0.70;
}

.three-box {
    position: relative;
    z-index: 2;
    margin: 157px 0 0 35px;
    height: 539px;
    overflow: hidden;
    overflow-y: auto;
    width: fit-content;
    padding-right: 42px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 5px;
    border: none;
    background: transparent;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgb(255 255 255 / 100%);
}

::-webkit-scrollbar-track {
    background-image: url("/webfiles/images/cocukkoy/scrollbar-track.png");
    background-repeat: repeat-y;
    background-size: contain;
}

.three-box a {
    display: contents;
}

.three-box a:not(:last-child) .tb-item {
    margin-bottom: 22px;
}

.tb-item {
    height: 165px;
    width: 258px;
    /* margin-bottom: 22px; */
    padding: 35px;
    /* background: #06182A;
    opacity: 0.80; */
    position: relative;
}

.tb-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.40;
    background: #06182A;
}

/* .three-box a:first-child .tb-item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.80;
    background: #06182A;
  } */
/*
  .three-box a:nth-child(2) .tb-item:after{
    /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
/*
    opacity: 0.80;
    background: #0A2744;
  }
  .three-box a:nth-child(3) .tb-item:after {
    /* content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
/*
    background: #0A1622;
    opacity: 0.40;
  }*/
.tb-icon {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.tb-title {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #F6F9FD;
    margin-bottom: 5px;
    z-index: 2;
}

.tb-label {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #6997C5;
    z-index: 2;
}

/* ANNOUNCE SLIDER */
.announcement {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 2;
    min-height: 100%;
    padding:40px 20px 60px 20px
}

.announce-slider {
    position: relative;
    z-index: 2;
	margin-top:20px
}

.announce-date {
    color: #FEFEFE;
    font-weight: 700;
    margin-bottom: 10px;
}

.announce-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.announce-text a {
    color: #F6F9FD;
}

.announce-slider-nav {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
}

.announce-slider-nav .owl-prev,
.announce-slider-nav .owl-next {
    width: 50px;
    height: 50px;
    background: rgb(255 255 255 / 20%);
    border: none;
    color: #f0f4f9;
    font-size: 22px;
}

.announce-slider-nav .owl-prev {
    border-left: 1px solid #107BA8 !important;
    background: rgb(255 255 255 / 10%);
}

.announce-speaker {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px;
	color:#fff
}

.mobile-online-process {
    display: none;
}

.mobile-footer {
    display: none;
}

.op-fix {
    display: none;
}

.news-slogan {
    display: none;
}

/* E-BELEDIYE PAGE STYLE */
.e-belediye .left-page-contain {
    overflow: hidden;
    background: #F5F5F5;
}

.e-belediye .main-right-bar {
    width: 300px;
    min-width: unset;
}

.e-belediye .main-right-bar:after {
    opacity: 0.20;
}

.inner-content-area {
    margin: 170px 10px 55px 86px;
    overflow-x: auto;
    padding-right: 76px;
}

.breadcrump {
    margin-bottom: 15px;
}

.breadcrump>a {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    font-weight: 400;
    /*margin-right: 10px;*/
}

.breadcrump>a:not(:first-child) {
    /*margin-left: 10px;*/
}

.breadcrump>a:last-child {
    color: #276DB0;
}

.title-search-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.page-title {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

.page-search .full {
    display: flex;
}

.page-search input[type="text"] {
    background: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #666666;
    border: 1px solid #dee1e2;
    padding: 5px 0 5px 20px;
    width: 405px;
    height: 40px;
}

.page-search input[type="text"]:focus {
    outline: none;
}

.page-search .cf-send-btn {
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #dee1e2;
    cursor: pointer;
    color: #fff;
    background: #286DB0;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.service-item {
    width: 33%;
    margin-bottom: 35px;
    margin-right: 4px;
}

.service-item>a {
    display: flex;
    border: 1px solid #dee1e2;
    height: 62px;
    align-items: center;
    padding-left: 22px;
    transition: 0.4s all;
    position: relative;
}

.service-item>a:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(157, 167, 172, 0.2);
    box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
}

.service-item>a:hover .service-title {
    color: #2377B7;
}

.service-item>a:hover:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 22px;
    background: #2377B7;
}

.service-icon {
    width: 36px;
    height: 36px;
    margin-right: 22px;
}

.service-icon>img {
    max-width: 100%;
    height: auto;
}

.service-title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}

/* EBELEDİYE LOGIN-LOGOUT STYLE */
.page-nav-share.login-logout .prev-new {
    border-left: 1px solid #DFDFDF;
    background: #ec2635;
    transition: 0.4s all;
}

.page-nav-share.login-logout .prev-new a {
    color: #fff;
}

.page-nav-share.login-logout .prev-new:hover {
    background: #225792;
}

.page-nav-share.login-logout .prev-new:hover a {
    color: #fff;
}

.page-nav-share.login-logout .prev-new.logout:hover {
    /* background: #ec2635; */
}

.share-label>span {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.45px;
    margin: 0 14px;
}

/* Inner Footer Fix */
.inner-footer-fix {
    background: #eaeeef;
    width: 100%;
    z-index: 550;
    height: 34px;
    transition: 0.4s all;
    position: fixed;
    bottom: 0
}

.inner-footer-fix .footer-copyright {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    margin-top: 24px;
}

.inner-footer-fix .footer-privacy,
.inner-footer-fix .footer-privacy a {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
    margin-top: 5px;
}

.inner-footer-fix .footer-privacy a {
    margin: 0 9px;
}

.inner-footer-fix.opened {
    height: 150px;
}

.iff-up {
    width: initial;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-top: -26px;
}

.iff-up .up-circle {
    position: relative;
    top: 8px;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #DEE5EB;
    line-height: 30px;
}

/* Kurumsal Page Style */
.kurumsal .left-page-contain {
    flex-direction: initial;
    background: #FFFFFF;
}

.kurumsal .left-inner-menu {
    max-width: 385px;
    padding: 170px 8px 61px 0;
    overflow-x: auto;
    background: rgb(0, 153, 204);
    background: -moz-linear-gradient(270deg, rgba(0, 153, 204, 1) 0%, rgba(41, 103, 172, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(0, 153, 204, 1) 0%, rgba(41, 103, 172, 1) 100%);
    background: linear-gradient(270deg, rgba(0, 153, 204, 1) 0%, rgba(41, 103, 172, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099cc", endColorstr="#2967ac", GradientType=1);
}

.kurumsal .left-inner-menu-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FEFEFF;
    margin: 0 0 30px 86px;
}

.kurumsal .left-inner-menu>ul>li {
    position: relative;
    padding: 9px 0 9px 86px;
}

.kurumsal .left-inner-menu>ul>li.active {
    background: #ec2635;
}

.kurumsal .left-inner-menu>ul>li>a {
    font-size: 18px;
    line-height: 22px;
    color: #D1E1E7;
    transition: 0.4s all;
}

.kurumsal .left-inner-menu>ul>li.active>a {
    color: #fff;
}

.kurumsal .left-inner-menu>ul>li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 90%;
    /* background: linear-gradient(to right, #c7c7c7, transparent); */
    opacity: 1;
    transition: 0.3s all;
    background: rgb(37, 94, 152);
    background: -moz-linear-gradient(90deg, rgba(37, 94, 152, 1) 0%, rgba(37, 94, 152, 1) 22%, rgba(37, 94, 152, 0.7497373949579832) 48%, rgba(39, 110, 176, 0.26234243697478987) 79%, rgba(245, 245, 245, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(37, 94, 152, 1) 0%, rgba(37, 94, 152, 1) 22%, rgba(37, 94, 152, 0.7497373949579832) 48%, rgba(39, 110, 176, 0.26234243697478987) 79%, rgba(245, 245, 245, 0) 100%);
    background: linear-gradient(90deg, rgba(37, 94, 152, 1) 0%, rgba(37, 94, 152, 1) 22%, rgba(37, 94, 152, 0.7497373949579832) 48%, rgba(39, 110, 176, 0.26234243697478987) 79%, rgba(245, 245, 245, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#255e98", endColorstr="#f5f5f5", GradientType=1);
}

/* .kurumsal .left-inner-menu > ul > li:hover:after {
    transition: 0.3s all;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0.9402135854341737) 48%, rgba(255,255,255,0.8757878151260504) 79%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0.9402135854341737) 48%, rgba(255,255,255,0.8757878151260504) 79%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 22%, rgba(255,255,255,0.9402135854341737) 48%, rgba(255,255,255,0.8757878151260504) 79%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  } */
.kurumsal .left-inner-menu>ul>li>a {
    font-size: 18px;
    line-height: 37px;
    color: #D1E1E7;
    transition: 0.4s all;
}

.kurumsal .left-inner-menu>ul>li:hover {
    background: #ec2635;
}

.kurumsal .left-inner-menu>ul>li>a:hover {
    color: #fff;
}

.kurumsal .inner-content-area {
    width: calc(100% - 385px);
}

.kurumsal .mayor-tag {
    width: 450px;
    float: left;
}

.mayor-img {
    display: flex;
    justify-content: center;
}

.kurumsal .mayor-title {
    position: relative;
    margin-top: -95px;
}

.kurumsal .mayor-message {
    position: relative;
}

.page-text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}

.kurumsal .title-search-bar {
    margin: 0;
}

.page-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    text-align: justify;
}

.page-text table {
    max-width: 100% !important;
}

.kurumsal .inner-footer-fix {
    background: #eaeeef;
    width: 100%;
    z-index: 550;
    height: 34px;
    transition: 0.4s all;
}

.kurumsal .inner-footer-fix.opened {
    height: 150px;
}

.kurumsal .up-circle {
    color: #1D83BE;
}

.kurumsal .footer-copyright {
    color: #8A8C8D;
}

.iff-up .up-circle i {
    padding: 3px 16px;
    cursor: pointer;
}

/* HABER LİSTELEME SAYFASI */
.inner-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px 0 0 0;
}

.inner-news-item {
    width: 32%;
    overflow: hidden;
    margin: 0 5px 20px 0;
    position: relative;
}

.inner-news-item:hover .inner-news-img img {
    transform: scale(1.1);
}

.inner-news-item a {
    /*position: relative;*/
    width: 100%;
}

.inner-news-img {
    width: 100%;
}

.inner-news-img:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #081C29;
    opacity: 0.25;
}

.inner-news-img img {
    width: 100%;
    transition: 0.4s all;
}

.inner-news-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.inner-news-text:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(8, 28, 41);
    background: -moz-linear-gradient(0deg, rgba(8, 28, 41, 0.6026785714285714) 0%, rgba(8, 28, 41, 0.5998774509803921) 50%, rgba(8, 28, 41, 0) 60%, rgba(8, 28, 41, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(8, 28, 41, 0.6026785714285714) 0%, rgba(8, 28, 41, 0.5998774509803921) 50%, rgba(8, 28, 41, 0) 60%, rgba(8, 28, 41, 0) 100%);
    background: linear-gradient(0deg, rgba(8, 28, 41, 0.6026785714285714) 0%, rgba(8, 28, 41, 0.5998774509803921) 50%, rgba(8, 28, 41, 0) 60%, rgba(8, 28, 41, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#081c29", endColorstr="#081c29", GradientType=1);
}

.inner-news-date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 15px;
    background: #1988c1;
}

.inner-news-title {
    position: absolute;
    bottom: 0;
    padding: 0 10px 10px 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    width: 100%;
}

.breadcrump-dropdown-bar {
    display: flex;
    justify-content: space-between;
}

.page-date-filter {
    display: flex;
}

.filter-label {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #999999;
    padding: 0 15px;
    background: #F8F8F8;
    border: 1px solid #E7E7E7;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
}

/* Style The Dropdown Button */
.dropbtn {
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    background-color: #fff;
    color: #333333;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #E7E7E7;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.dropbtn i {
    margin: 0 9px;
    position: relative;
    top: -3px;
    color: #3366CC;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #1988C1;
    color: #fff;
}

.dropdown:hover .dropbtn i {
    color: #fff;
}

/* HABER DETAY SAYFASI */
.inner-news-detail {
    margin-top: 25px;
}

.inner-news-top {
    display: flex;
    margin-bottom: 15px;
}

.inner-news-top-img {
    max-width: 693px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%
}

.inner-news-top-img img {
    /* margin: auto; */
    width: 100%
}

.inner-news-top-text {
    max-width: 365px;
    padding: 0 0 0 20px;
}

.int-date {
    font-size: 14px;
    font-weight: 700;
    color: #276DB0;
    margin-bottom: 10px;
}

.int-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.int-desc {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #333333;
}

.inner-news-detail-text .page-text p {
    font-weight: 400;
}

.inner-news-bottom {
    width: 100%;
}

.inner-news-bottom .page-title {
    margin-bottom: 25px;
}

.inb-title {
    width: 100%;
}

.inner-news-bottom-slider {
    width: 100%;
}

/* .news-detail-slider {
    max-width: 1052px;
  } */
.news-detail-slider .owl-item {
    width: 340px !important;
    /* margin-right: 10px; */
}

.news-detail-slider .item {
    overflow: hidden;
    height: 260px;
    /*width: auto;
      display: inline-block;*/
}

.news-detail-slider .item a {
    width: auto;
    display: inline-block;
}

.news-detail-slider .item img {
    max-height: 100%;
    max-width: 100%;
}

.news-detail-slider .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.news-detail-slider .owl-prev {
    border-left: 1px solid #107BA8 !important;
    background: rgb(255 255 255 / 75%) !important;
}

.news-detail-slider .owl-prev,
.news-detail-slider .owl-next {
    width: 50px;
    height: 50px;
    background: #276DB0;
    pointer-events: visible;
    border: none;
    color: #333;
    font-size: 22px;
}

.page-nav-share {
    display: flex;
    border: 1px solid #DFDFDF;
    border-left: none;
    border-right: none;
    height: 30px;
}

.share-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: #666666;
    margin-right: 10px;
    /* align-self: center; */
}

.share-social {
    border-right: 1px solid #DFDFDF;
    padding-right: 10px;
}

.share-social a {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: #CCCCCC;
    margin: 0 5px;
}

.prev-new {
    border-right: 1px solid #DFDFDF;
    padding: 0 15px;
}

.prev-new a {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: #666666;
}

.prev-new i {
    padding: 0 5px;
}

.next-new {
    padding: 0 0 0 15px;
}

.next-new a {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: #666666;
}

.next-new i {
    padding: 0 0 0 5px;
}

/* .inner-news-bottom-slider .owl-item {
    max-width: 345px!important;
    margin-right: 20px;
  } */
/* -------------------!!!!!!!!!!!!!!!!!!!!!!!!!!!!!----------------*/

/* MAIN SLIDER */
.home-top {
    position: relative;
}

.main-slider {
    position: relative;
    background: #0c1557 url(../img/iframe-loader.gif) no-repeat 50% 50%;
}

.main-slider .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgb(20 20 20 / 60%);
    /* background: rgb(0,10,125);
      background: linear-gradient(180deg, rgba(0,10,125,1) 0%, rgba(0,10,127,1) 4%, rgba(0,11,134,0) 59%, rgba(17,20,52,0.25) 100%); */
}

.main-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
}

.slide-text {
    position: absolute;
    top: 45%;
    /* left: 18%; */
}

.slide-title {
    font-weight: 700;
    color: #ffffff;
    font-size: 72px;
    line-height: normal;
    letter-spacing: -0.25px;
    /* max-width: 740px; */
    margin-bottom: 20px;
}

.slide-desc {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #FC5000;
    font-size: 24px;
    line-height: 30px;
    max-width: 675px;
    margin-bottom: 15px;
}

.slide-link {
    display: inline-block;
    color: #000B8C;
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
    border-radius: 50px;
    padding: 0;
    transition: all 0.3s ease-out;
}

.slide-link:hover {
    color: #fff;
}

/* Home Slider Icon Area */
.slider-icon-area {
    position: relative;
    margin-top: -150px;
}

.slider-icon-group {
    display: flex;
}

.icon-item {
    width: 123px;
    margin-right: 81px;
}

.icon-img {
    padding-bottom: 25px;
}

.icon-title {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

/* Home Slider Container Tracking Area */
.container-tracking-area.opened {
    transition: all 0.4s;
    right: 0;
}

.container-tracking-area {
    position: absolute;
    right: -328px;
    top: 38%;
    width: 328px;
    height: 273px;
    transition: all 0.4s;
}

.container-tracking-title {
    background: #FC5000;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2.2px;
    position: absolute;
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: fit-content;
    bottom: 112px;
    left: -160px;
    padding: 10px 30px 17px 30px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    width: 273px;
    cursor: pointer;
}

/* .opened .container-tracking-form {
    transform: scaleX(1);
    transform-origin: right;
    transition: all 0.4s;
  } */

.container-tracking-form {
    padding: 30px 25px 0 29px;
    height: inherit;
    /* transform: scaleX(0);
    transform-origin: right;
    transition: all 0.4s; */
}

.container-tracking-form:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    opacity: 80%;
}

.ctf-title {
    position: relative;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.container-tracking-form .checkbox {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    color: #555555;
}

.container-tracking-form [type=checkbox] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #fff;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.container-tracking-form input[type="text"] {
    border: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 43px;
    color: #666666;
    position: relative;
    padding: 0 31px;
    width: 272px;
    margin-top: 18px;
}

.container-tracking-form .form-group:before {
    content: "#";
    position: absolute;
    color: #FC5000;
    z-index: 999999;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: italic;
    margin-top: 19px;
    margin-left: 6px;
}

.ctf-button {
    position: absolute;
    margin-top: 31px;
    font-size: 18px;
    font-weight: 600;
    margin-left: -44px;
    color: #DC3434;
}

/* Home Slider Video Button */
.slider-videos {
    position: absolute;
    right: 100px;
    top: 86%;
    display: flex;
}

.video-play-icon {
    width: 100px;
    height: 100px;
    border: 20px solid rgb(255 255 255 / 25%);
    /* background: #fff; */
    border-radius: 50px;
    position: relative;
    top: -43px;
    padding: 23px 27px;
    /* opacity: 0.25; */
    color: #FC5000;
    margin-right: 20px;
}

.inner-background {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #fff;
    position: relative;
    left: -32px;
    top: -28px;
    padding: 25px 31px;
    font-size: 17px;
}

.video-play-title {
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}

/* .ht-links {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex; }
    .ht-links a {
      position: relative;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      padding: 25px 30px;
      z-index: 1; }
      .ht-links a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out; }
      .ht-links a:hover::before {
        opacity: 1; }
  
  .ht-offer-link {
    background: #a59f43;
    background: linear-gradient(180deg, #a59f43 66%, #847f26 100%);
    border-top-left-radius: 20px; }
    .ht-offer-link::before {
      background-color: #817c34;
      border-top-left-radius: 20px; }
  
  .ht-tracking-link {
    background: #5c568d;
    background: linear-gradient(180deg, #5c568d 66%, #302972 100%); }
    .ht-tracking-link::before {
      background-color: #47436d; } */

/* ABOUT */
.about {

    padding: 80px 0 50px;
}

.about .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-text {
    width: 50%;
    /* padding-right: 77px;  */
}

.about-upper-title {
    color: #292270;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 60px; */
    letter-spacing: -0.4px;
    margin: 0 0 0;
}

.about-title {
    color: #292270;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 60px;
    margin: 0 0 23px;
}

.about-title span:first-child {
    color: #94969D;
}

/* .about-title::after {
      content: "";
      display: block;
      width: 45px;
      border-top: 2px solid #a8a344;
      margin-top: 5px; } */

.about-desc {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 45px;
    font-weight: normal;
    padding-right: 56px;
}

.about-desc p {
    margin: 0 0 30px;
}

.about-desc p:first-child {
    font-weight: 600;
    font-size: 30px;
    color: #1D1D1B;
    line-height: 40px;
}

.about-desc p:last-child {
    margin: 0;
    color: #1D1D1B;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    padding-right: 65px;
}

.about-link .fa-solid.fa-arrow-right {
    margin-right: 11px;
}

.about-link {
    display: inline-block;
    color: #292270;
    font-size: 18px;
    font-weight: 700;
    /* background-color: #FC5000; */
    border: 1px #292270 solid;
    border-radius: 50px;
    padding: 25px 30px;
    transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.about-link:hover {
    background-color: #253f76;
    color: #fff;
}

.services {
    width: 50%;
}

.services .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -15px;
      justify-content: flex-end; */
}

.ha-logo img {
    position: relative;
    margin-top: -169px;
    width: 100%;
}

/* .services-item {
        width: 33%;
        padding: 0 0px;
        margin-bottom: 45px;
        text-align: right;
    }
    .services-item:nth-child(4) {
      width: 45%;
  }
  .services-item:nth-child(5) {
    width: 41%;
    padding-right: 50px;
  }
  .services-item:nth-child(6) {
    width: 100%;
    padding-right: 98px;
  }
    .services-item img {
      transform: skew(-14deg,0deg);
      -webkit-transform: skew(-14deg,0deg);
  } */

/* .services-item a {
      display: block;
      border: 2px solid #f1f1f1;
      border-radius: 20px;
      padding: 40px;
      transition: all 0.3s ease-out; }
      .services-item a:hover {
        background-color: #fff;
        box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); }
  
  .services-icon {
    margin-bottom: 15px; }
    .services-icon img {
      max-width: 100%; }
  
  .services-title {
    color: #161141;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.2;
    margin: 0 0 15px; }
  
  .services-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 80px;
    overflow: hidden;
    color: #737b81;
    font-size: 16px;
    letter-spacing: -0.25px;
    margin-bottom: 20px; }
  
  .services-link {
    position: relative;
    display: inline-block;
    color: #a59f43;
    font-size: 13px;
    letter-spacing: -0.2px; }
    .services-link::after {
      content: "";
      display: block;
      width: 30px;
      border-top: 2px solid #a8a344;
      margin-top: 5px;
      transition: all 0.3s ease-out; }
  
  .services-item a:hover .services-link::after {
    width: 100%; } */

/* INFO */
.info {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    /* background: #F0F0F0; */
    /* background: url("../img/home-info-bg.jpg") no-repeat left center; */
    min-height: 773px;
}

.info .about-text {
    width: 35%;
}

.info .about-desc {
    max-width: 560px;
}

.info .about-upper-title {
    color: #0426A0;
    font-size: 18px;
    letter-spacing: -0.25px;
}

.info .about-title {
    font-size: 60px;
}

.info .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: space-between;
}

.group-corp-area {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gca-item {
    width: 29%;
    text-align: center;
    background: #EFEFF0;
    margin-bottom: 54px;
    padding-top: 20px;
    padding-bottom: 45px;
    /* margin-right: 21px; */
    /* margin-left: 21px; */
    transition: 0.4s all;
}

.gca-item:hover {
    background: #292270;
}

.gca-item a {
    width: 100%;
    height: 100%;
}

.gca-img {
    width: 155px;
    height: 155px;
    margin: auto;
    display: flex;
    background: #fff;
    border-radius: 77px;
    margin-bottom: 15px;
}

.gca-img img {
    margin: auto;
}

.gca-title {
    font-size: 18px;
    font-weight: 700;
    color: #1D1D1B;
    padding: 0 15px;
}

.gca-item:hover .gca-title {
    color: #fff;
}

/* .info-map {
    position: absolute;
    top: 36px;
    right: 50px;
    max-width: 51vw; }
    .info-map img {
      max-width: 100%; } */

.info-text {
    width: 480px;
}

.info-subtitle {
    color: #FC5000;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    max-width: 355px;
}

.info-heading {
    font-family: 'Montserrat';
    color: #000A7E;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.25px;
    font-weight: bold;
    margin: 0 0 25px;
}

/* .info-heading::after {
      content: "";
      display: block;
      width: 70px;
      border-top: 2px solid #a59f43;
      margin-top: 15px; } */

.info-desc {
    color: #2E2F39;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 40px;
}

.info-icon-group {
    display: flex;
    width: 100%;
    margin-top: 30px;
    z-index: 99999;
}

.info-icon-item {
    width: auto;
    margin-right: 50px;
}

.info-icon-img {
    text-align: center;
    margin-bottom: 20px;
    min-height: 78px;
}

.info-icon-title {
    text-align: center;
    font-size: 24px;
    line-height: 27px;
    color: #2E2F39;
    font-weight: bold;
}

/* .info-link {
    display: inline-block;
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-align: center;
    background-color: #a59f43;
    border-radius: 50px;
    min-width: 160px;
    padding: 13px 25px;
    transition: all 0.3s ease-out; }
    .info-link:hover {
      background-color: #253f76; } */

/* NEWS */
.news {
    /* background-color: #f8f8f8; */
    padding: 63px 0 0;
}

.news-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}

.news-title-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-main-title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 34px;
    color: #000A7E;
    line-height: 40px;
    letter-spacing: 0.25px;
    width: 60%;
}

.news-main-desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2F2F39;
    width: 39%;
}

.news-nav-allbutton {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 45px 0 60px 0;
}

.news-slider-nav-container {
    width: 60%;
}

.news-slider-nav-container .owl-next {
    background: #FC5000 !important;
}

.news-slider-nav-container .owl-prev,
.news-slider-nav-container .owl-next {
    background: #D8D3D0;
    font-size: 16px;
    margin-right: 7px;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    transform: skew(-14deg, 0deg);
    -webkit-transform: skew(-14deg, 0deg);
}

.news-all {
    width: 39%;
}

.news-all a i {
    margin-left: 11px;
    font-size: 15px;
}

.news-all a {
    font-size: 16px;
    font-weight: bold;
    line-height: 49px;
    color: #FC5000;
    text-decoration: underline;
    text-underline-position: from-font;
}

/* .news-heading {
    color: #29235c;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-align: center;
    margin: 0 0 50px; } */
.news-list {
    width: 100%;
}

/* .news-heading::after {
      content: "";
      display: block;
      width: 45px;
      border-top: 2px solid #a59f43;
      margin: 3px auto 0; } */

.news-item {
    /* width: 33.33%; */
    /* padding: 0 15px; */
    transition: all 0.3s ease-out;
}

.owl-item:not(:last-child) .news-item {
    border-right: 1px solid #fff;
}

.news-item-inner {
    /* box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); */
    position: relative;
    overflow: hidden;
    height: 100%;
}

.news-image {
    width: 100%;
    min-height: 672px;
    height: 100%;
}

.news-text {
    /* background-color: #fff; */
    padding: 30px;
    transition: all 0.3s ease-out;
    position: absolute;
    bottom: 0;
}

.news-luxcon-icon {
    position: absolute;
    right: 24px;
    top: 22px;
    height: 0;
    transition: 0.3s all;
}

.news-hover-circle {
    position: absolute;
    left: -34px;
    top: 43%;
    height: 0;
    transition: 0.3s all;
}

/* .news-icon {
    width: 100px;
    height: 100px;
    border: 10px solid rgb(255 255 255 / 20%);
  
    transform: skew(-14deg,0deg);
    -webkit-transform: skew(-14deg,0deg);
    margin: auto;
  } */
/* .news-item:hover .news-icon-bg {
    transition: all 0.3s;
    border-bottom: 0 solid #FC5200;
    background: rgb(255 255 255 / 20%);
  } */

.news-icon-bg {
    background: #fff;
    height: 100%;
    padding: 14px 17px;
    border-bottom: 4px solid #FC5200;
    transition: all 0.3s;
}

.news-item:hover .news-icon-bg img {
    transition: 0.3s all;
    filter: brightness(0) invert(1);
}

.news-icon-bg img {
    transition: 0.3s all;
}

.news-title {
    color: #F9F9F9;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    /* letter-spacing: -0.2px; */
    margin-bottom: 10px;
    transition: all 0.3s ease-out;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* width: 150px; */
    margin: auto;
    text-align: left;
    padding-bottom: 12px;
}

.news-item:hover .news-desc {
    height: 118px;
    transition: all 0.3s ease-out;
}

.news-desc {
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 0;
    max-height: 118px;
    overflow: hidden;
    /* color: #575756; */
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    transition: all 0.3s ease-out;
}

.news-link {
    width: 100%;
    text-align: left;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -0.2px;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

.news-item:hover .news-link {
    opacity: 1;
}

/* .news-link::after {
      content: "";
      display: block;
      width: 30px;
      height: 2px;
      border-top: 2px solid #a59f43;
      margin-top: 3px;
      transition: all 0.3s ease-out; } */
/* .news-item:hover .news-luxcon-icon {
        height: auto;
        transition: 0.4s all;
    } */
/* .news-item:hover .news-hover-circle {
      height: auto;
      transition: 0.4s all;
  } */

/* .news-item:hover .news-item-inner:before {
        content: "";
      position: absolute;
      background: linear-gradient(180deg, rgba(254,137,1,0) 0%, rgba(254,137,1,0) 5%, rgba(254,137,1,1) 98%);
      background-color: #FC5100;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 100%;
    } */
.news-item-inner:before {
    content: "";
    position: absolute;
    transition: 0.4s all;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(27, 26, 26);
    background: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 38%, rgba(27, 26, 26, 1) 98%, rgba(27, 26, 26, 1) 100%);
    background-color: transparent;
    opacity: 70%;
}

/* .news-item:hover {
    transform: translateY(-5px); } */
/* .news-item:hover .news-text {
      background-color: #29235c; } */
.news-item:hover .news-title,
.news-item:hover .news-desc,
.news-item:hover .news-link {
    color: #fff;
}

.news-item:hover .news-link::after {
    width: 100%;
    border-color: #fff;
}

/* LOGOS */
.logos {
    position: relative;
    overflow: hidden;
}

.logos .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: start;
}

.home-contact-text {
    text-align: start;
    max-width: 908px;
    /* margin-top: 115px; */
    min-height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 140px;
}

.home-contact-text:before {
    content: '';
    position: absolute;
    background: #292270;
    opacity: 80%;
    left: -170px;
    right: 0;
    top: 0;
    bottom: 0;
}

.home-contact-title {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: start;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-bottom: 7px;
    position: relative;
}

.home-contact-desc {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 400;
    text-align: start;
    position: relative;
    letter-spacing: -0.20px;
}

.home-contact-button-area .about-link {
    width: fit-content;
    position: relative;
}

.home-contact-button-area .about-link:first-child {
    background: #fff;
    letter-spacing: -0.25px;
    margin-right: 15px;
}

.home-contact-button-area .about-link:first-child:hover {
    background: #292270;
}

.home-contact-button-area .about-link:last-child {
    border: 1px #fff solid;
    color: #fff;
}

.home-contact-button-area .about-link:last-child:hover {
    background: #fff;
    color: #292270;
}

/* .logos-item {
    margin-bottom: 25px;
    padding: 0 30px; }
    .logos-item img {
      max-width: 100%; } */
/* HOW WORKING AREA */
.how-working {
    padding: 80px 0 140px 0;
}

.how-working .container {
    display: flex;
}

.hw-left {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hwl-desc {
    color: #292270;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.25px;
    width: 495px;
}

.hwl-img {
    width: 100%;
}

.hw-right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 75px;
}

.hwr-title {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -0.25px;
    color: #292270;
    margin-bottom: 27px;
}

.hw-right ul li {
    font-size: 48px;
    font-weight: 700;
    color: #292270;
    list-style-type: decimal-leading-zero;
    letter-spacing: -0.25px;
    line-height: 5px;
    margin-left: 90px;
    margin-top: 43px;
    /* margin-bottom: 27px; */
    /* font-family: 'Montserrat'; */
    position: relative;
    padding-bottom: 27PX;
    BORDER-BOTTOM: 1px solid #E4E6F0;
}

.hwrt-title {
    font-size: 24px;
    line-height: normal;
    letter-spacing: -0.25px;
    font-weight: 700;
    color: #292270;
    position: relative;
    top: -15px;
}

.hwrt-desc {
    font-size: 16px;
    font-weight: 400;
    color: #94969D;
    line-height: normal;
    position: relative;
    top: -7px;
}


/* **------------------******------------------*********----------------- */
/* Cookies Policy Pop */
.cookie-policy-pop {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed;
    z-index: 999;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #FAFAFA;
    height: 80px;
    max-width: 1474px;
    padding: 20px 20px 0;
    display: flex;
    transition: 0.4s all;
    overflow: hidden;
}

.cookie-policy-pop.opened {
    bottom: 0;
}

.cookie-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.25px;
    color: #666666;
}

.cookie-text>a {
    font-weight: 500;
    color: #333333;
    letter-spacing: normal;
    text-decoration: underline;
}

.cookie-option {
    border: 1px solid #e8e8e8;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-decoration: underline;
    padding: 12px 26px;
    height: 46px;
    background: #FFFFFF;
    margin: 0 4px;
    position: relative;
    top: -4px;
}

.cookie-reject-all {
    font-size: 16px;
    font-weight: 500;
    color: #fafafa;
    padding: 12px 26px;
    height: 46px;
    margin: 0 4px;
    position: relative;
    top: -4px;
    min-width: 167px;
    background: rgb(41, 103, 172);
    background: -moz-linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    background: linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2967ac", endColorstr="#0099cc", GradientType=1);
}

.cookie-accept {
    font-size: 16px;
    font-weight: 500;
    color: #fafafa;
    padding: 12px 26px;
    height: 46px;
    margin: 0 40px 0 4px;
    position: relative;
    top: -4px;
    min-width: 113px;
    background: rgb(41, 103, 172);
    background: -moz-linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    background: linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2967ac", endColorstr="#0099cc", GradientType=1);
}

.cookie-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 12px;
    cursor: pointer;
    background: #EAEAEA;
    font-size: 20px;
    line-height: 0;
}

/* Etkinlik Sayfaları */
.title-search-bar.events-list {
    margin-bottom: 30px;
}

.events-conclusion {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.25px;
    font-weight: 500;
}

.events-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.events-top-right .row {
    display: flex;
    margin-right: 0;
}

.events-category {
    margin-right: 10px;
}

.events-category img {
    margin-right: 7px;
}

.events-category i {
    margin-left: 30px;
}

.events-category .btn-group button {
    padding: 0 25px;
    height: 60px;
}

.events-category ul li:hover {
    background: #ec2635;
    color: #fff;
}

.events-category ul li {
    padding: 5px 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.events-category ul li input {
    margin-right: 5px;
    position: relative;
    margin-left: -7px;
}

.events-category .btn-group {
    position: relative;
    min-width: 200px
}

.events-category .dropdown-menu.opened {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    left: 1px;
    right: 1px;
    padding: 10px 5px;
}

.events-category ul li label {
    font-weight: 400;
    white-space: pre-wrap;
}

.events-category .dropdown-menu.pull-right {
    right: 0px;
    left: 0px;
    top: 57px;
    padding: 20px 0;
}

.events-search a {
    display: flex;
    align-items: center;
    padding: 0 11px;
    background: #fff;
    border: 1px solid #DDDDDD;
    color: #0791C7;
    cursor: pointer;
    height: 60px;
}

.events-list .service-item {
    width: 100%;
    margin-bottom: 5px;
    background: #F5F5F5;
}

.events-list .service-item:hover {
    background: #FFFFFF;
}

.events-list .service-item>a {
    padding: 0 26px 0 54px;
    justify-content: space-between;
    height: 85px;
}

.events-list .service-item>a:hover:before {
    left: 0;
    width: 7px;
}

.events-list .service-item.event-head>div {
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.events-list .service-item>a>div {
    width: -webkit-fill-available;
    width: -moz-available;
    line-height: 19px;
    letter-spacing: -1.25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 30px;
    font-size: 16px;
}

.events-list .service-item>a>div:not(:first-child) {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.events-list .service-item>a>div:nth-child(2) img {
    margin-right: 6px;
    max-width: 30px;
    height: auto;
}

span.interview {
    color: #1F80BC;
}

span.congress {
    color: #369FB6;
}

span.theatre {
    color: #EC842F;
}

span.concert {
    color: #DA2928;
}

span.seminar {
    color: #558376;
}

span.meet {
    color: #6D4E8A;
}

.events-list .service-item.event-head>div:last-child {
    max-width: 170px;
}

.events-list .service-item>a>div:last-child {
    max-width: 170px;
}

.events-list .service-item.event-head>div:last-child span:first-child {
    margin-right: 55px;
}

.events-list .service-item.event-head {
    display: flex;
    justify-content: space-between;
    padding: 0 26px 0 54px;
    background: rgb(0, 153, 203);
    background: -moz-linear-gradient(90deg, rgba(0, 153, 203, 1) 0%, rgba(40, 103, 172, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 153, 203, 1) 0%, rgba(40, 103, 172, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 153, 203, 1) 0%, rgba(40, 103, 172, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099cb", endColorstr="#2867ac", GradientType=1);
}

.event-detail-container {
    margin: 45px 0;
    display: flex;
}

.event-detail-container {
    margin: 45px 0;
    display: flex;
}

.event-detail-map {
    width: 50%;
    max-height: 330px;
    overflow: hidden;
    position: relative;
}

.event-detail-map-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 30px 35px;
    max-width: 335px;
}

.event-detail-content {
    width: 50%;
    padding-left: 40px;
}

.event-detail-content-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.event-detail-inner-content ul li,
.event-detail-inner-content p {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.map-address-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}

.map-address-text,
.map-address-text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

.map-address-link {
    margin-top: 10px;
}

.map-address-link,
.map-address-link a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2377B7;
}

/* Proje Sayfaları */
.project-list .events-category {
    margin-left: 10px;
    margin-right: 0;
}

.project-list .btn-group button {
    padding-right: 0;
}

.project-list .btn-group button i {
    background: #286DB0;
    color: #fff;
    width: 60px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.project-list .service-item {
    margin-bottom: 30px;
    width: 32%;
    display: flex;
}

.project-list .service-item>a {
    display: flex;
    align-items: center;
    height: auto;
    border: none;
    background: #FFFFFF;
    padding: 7px;
    width: 100%;
}

.project-list .service-item>a:hover:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #2377B7;
}

.project-img {
    display: flex;
    width: 200px;
    height: 120px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.project-img img {
    width: auto;
    max-width: unset;
    min-width: unset;
    max-height: 100%;
    /*filter: grayscale(1);*/
    transition: 0.3s all;
}

.project-list .service-item>a:hover .project-img>img {
    filter: grayscale(0);
}

.project-text {
    padding: 0 30px;
    width: 80%;
}

.project-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    transition: 0.3s all;
}

.project-list .service-item>a:hover .project-title {
    color: #1E82BD;
}

.project-cat {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #138EC5;
    transition: 0.3s all;
}

.project-list .service-item>a:hover .project-cat {
    color: #797979;
}

.project-detail-container {
    display: flex;
    overflow: hidden;
    max-height: 500px;
}

.project-detail-gallery-container {
    background: #fff;
    position: relative;
    /*max-width: 960px;
    min-width: 840px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;*/
}

.project-detail-gallery-container.no-slider {
    max-width: unset;
    display: flex;
    align-items: center;
}

.no-slider .project-detail-gallery-slider {
    margin-bottom: 0;
}

.project-detail-info-container {
    padding: 52px 0 60px 0;
    width: 100%;
}

.project-detail-info-area {
    background: #fff;
    height: 100%;
    padding: 50px;
    position: relative;
    max-height: 429px;
    overflow: hidden;
}

.project-detail-info-area:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1E82BD;
    width: 12px;
}

.project-detail-info-main-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #336699;
    margin-bottom: 27px;
}

.project-detail-info-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.project-detail-info-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-bottom: 7px;
}

.project-detail-gallery-slider-nav .owl-prev,
.project-detail-gallery-slider-nav .owl-next {
    border: none;
    width: 60px;
    height: 60px;
    background: #F3F3F3;
}

.project-detail-gallery-slider-nav .owl-next {
    background: #FFFFFF;
}

/* Yayınlar Sayfaları */
.services-list.publications-page {
    margin-top: 26px;
}

.publications-page .service-item {
    width: 49%;
    margin-bottom: 27px;
}

.publications-page .service-item>a:hover:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #2377B7;
}

.publications-page .service-item>a {
    display: flex;
    border: 1px solid #dee1e2;
    height: 100px;
    align-items: center;
    padding: 0 30px;
    transition: 0.4s all;
    position: relative;
    justify-content: space-between;
}

.publications-page .service-item>a:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(157, 167, 172, 0.2);
    box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    background: #FFFFFF;
}

.file-img {
    display: flex;
    align-items: center;
}

.file-img>img {
    padding-right: 12px;
}

.file-title {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}

.file-download>img {
    filter: grayscale(1) opacity(0.3);
    transition: 0.3s all;
}

.publications-page .service-item>a:hover .file-download>img {
    filter: grayscale(0) opacity(1);
}

/* Duyurular Sayfaları */
.services-list.announcements-page {
    margin-top: 35px;
}

.announcements-page .service-item {
    width: 100%;
    margin-bottom: 15px;
}

.announcements-page .service-item>a {
    display: flex;
    border: 1px solid #dee1e2;
    height: 120px;
    align-items: center;
    padding-left: 30px;
    transition: 0.4s all;
    position: relative;
}

.announcements-page .service-item>a:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(157, 167, 172, 0.2);
    box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
}

.announcements-page .service-item>a:hover:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 7px;
    background: #2377B7;
}

.announcements-date {
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    color: #1988C1;
}

.announcements-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

/* Basında Biz Sayfası */
.announcements-page.we-in-the-press .service-item>a {
    padding-left: 0;
}

.we-in-the-press .announcements-text {
    padding-left: 40px;
}

.we-in-the-press .announcements-image {
    min-width: 233px;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-in-the-press .announcements-date span {
    color: #333333;
}

.we-in-the-press .announcements-title {
    color: #666666;
}

/* Başvuru Form */
div#gayrisihhi {
    /* background: #f5f5f5; */
}

.content-inner {
    width: 100%;
    margin-top: 30px;
}

.sihhiForm {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    border: solid 1px #e0dfdf;
    display: flex;
    flex-wrap: wrap;
}

.sihhiForm li {
    list-style: none;
    /* margin: 15px 0; */
    margin-bottom: 15px;
    /* border-bottom: 1px solid #e6e6e6; */
    /* height: 126px; */
}

.sihhiForm li p {
    /* margin: 0 0 5px 0!important; */
    font-size: 14px;
    font-weight: bold !important;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

.sihhiForm li span {
    font-size: 14px;
    font-weight: bold !important;
    float: left;
}

.form-title {
    font-size: 24px !important;
    /* border-bottom: 3px solid #e8e8e8; */
    padding: 10px 0;
    margin-bottom: 15px !important;
    width: 100% !important;
    position: relative;
}

.col-sm-12 {
    width: 100%;
}

.col-xs-12 {
    width: 100%;
}

.col-md-6 {
    width: 50%;
}

.col-md-4 {
    width: 33%;
}

.col-xs-12,
.col-md-6,
col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sihhiForm li p,
.sihhiForm li label {
    display: inline-block;
    width: 100%;
}

.sihhiForm li label input[type="text"],
.sihhiForm li label input[type="password"],
.sihhiForm li label input[type="file"],
.sihhiForm li label input[type="date"],
.sihhiForm li label textarea,
#datetimepicker1 input {
    width: 100%;
    padding: 10px;
    height: 60px;
    border: 1px solid #efefef;
    /* box-shadow: 0px 2px 0px 0px rgb(0 0 0 / 5%); */
    border-radius: 0;
}

.sihhiForm li label select {
    width: 100%;
    height: 42px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 0 !important;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 2%);
}

.uyari {
    color: #e25e5e !important;
}

.sihhiForm li input[type="submit"] {
    min-height: 40px;
    width: 100%;
}

#btnKaydet,
#btnLogin {
    padding: 0 50px;
    cursor: pointer;
    border: none;
    background: #2377b7;
    color: #ffffff;
}

.checkboxs input[type="radio"] {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.checkboxs span {
    float: left;
    margin-top: 12px;
    margin-right: 10px;
    margin-bottom: 12px;
}

/* İhaleler Sayfası */
.events-top.tender-list {
    margin-top: 40px;
}

.tender-search-title {
    font-size: 18px;
    font-weight: 700;
    color: #666666;
    display: flex;
    align-items: center;
}

.tender-search input,
.tender-search select {
    height: 60px;
    width: 325px;
    border-radius: 0;
    border: 1px solid #EDEDED;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px
}

.tender-search select {
    border-bottom: 3px solid #2377B7;
    background-color: #fff
}

.tender-search select option {
    font-size: 16px;
    font-family: 'DIN Pro'
}

.tender-search input::placeholder {
    color: #666666;
    font-size: 16px;
    font-weight: 300;
}

.tender-subject-dropdown button {
    width: 325px !important;
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    color: #666666 !important;
    padding: 0 20px;
    border: 1px solid #EDEDED !important;
}

.tender-subject-dropdown button i {
    color: #2377B7;
}

.tender-list .dropdown-menu.pull-right {
    top: 57px;
}

.tender-search-button button {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    height: 60px;
    padding: 0 25px;
    border: none;
    border-radius: unset;
    background: #2377B7;
}

.tender-subject-dropdown.archive-style button {
    width: 100px !important;
    font-weight: 700;
}

.tender-list-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 40px;
}

.tender-list .service-item.event-head {
    display: flex;
    justify-content: flex-start;
    padding: 0 26px 0 20px;
    background: rgb(0, 153, 203);
    background: -moz-linear-gradient(90deg, rgba(0, 153, 203, 1) 0%, rgba(40, 103, 172, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 153, 203, 1) 0%, rgba(40, 103, 172, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 153, 203, 1) 0%, rgba(40, 103, 172, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0099cb", endColorstr="#2867ac", GradientType=1);
}

.tender-list .service-item.event-head>div:nth-child(2) {
    width: 20%;
}

.tender-list .service-item.event-head>div:first-child {
    width: 20%;
}

.tender-list .service-item {
    margin: 0;
    background: #F5F5F5;
}

.tender-list .service-item>a {
    padding: 28px 26px 28px 20px;
    height: auto;
    justify-content: flex-start;
    border: none;
    border-bottom: 1px solid #dee1e2;
}

.tender-list .tender-date {
    width: 20% !important;
    font-weight: 700;
    font-size: 16px;
    color: #1988C1;
}

.tender-list .tender-category {
    width: 20% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.tender-list .tender-subject {
    max-width: unset !important;
    width: unset !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.tender-list .service-item>a:hover:before {
    content: none;
}

.tender-list .service-item>a:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(157, 167, 172, 0.2);
    box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    transform: 0.3s all;
}

.page-text ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
}

/* Kitaplar Sayfası */
.services-list.project-list.books-list {
    margin-top: 30px;
}

.books-list .service-item {
    width: 49%;
    display: flex;
    align-items: center;
    height: 180px;
    background: #FFFFFF;
    padding: 7px;
    border: 1px solid #EFEFEF;
    transition: 0.4s all;
    position: relative;
}

.books-list.project-list .service-item:hover:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #2377B7;
}

.books-list .service-item:hover {
    -webkit-box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
    -moz-box-shadow: 0px 0px 7px 2px rgba(157, 167, 172, 0.2);
    box-shadow: 0px 0px 7px 2px rgb(157 167 172 / 20%);
}

.books-list .project-img {
    width: 170px;
    max-height: 170px;
}

.books-list .project-img>img {
    filter: none;
}

.books-list .project-text {
    padding: 0 30px;
    width: -webkit-fill-available;
}

.books-buttons {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.book-view:hover {
    background: #1D82BE;
    color: #fff;
}

.book-view {
    border-radius: 5px;
    border: 1px solid #1D82BE;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1D82BE;
    padding: 3px 15px;
    margin-right: 10px;
    transition: 0.3s all;
}

.book-download:hover {
    background: #0497CB;
    color: #fff;
}

.book-download {
    border-radius: 5px;
    border: 1px solid #0497CB;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1D82BE;
    padding: 3px 15px;
    transition: 0.3s all;
}

/* Foto Galeri Sayfaları */
.gallery-list .inner-news-item {
    width: 24%;
    height: 140px;
    position: relative;
    margin-right: 5px;
}

.gallery-list .inner-news-item a {
    /* position: relative; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery-list .inner-news-img {
    /* width: 100%; */
    /* max-width: 255px; */
    height: 100%;
}

.gallery-list .inner-news-img img {
    min-height: 100%;
    transition: 0.4s all;
    height: auto;
    width: 100%;
}

.gallery-list .inner-news-title {
    padding: 0 7px 10px 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
}

/* Meclis Üyeleri Sayfaları */
.council-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.council-item-wrapper {
    padding: 10px;
    width: 25%;
}

.council-item-wrapper.top-list {
    width: 33%;
}

.council-item-inner {
    background: #fff;
    padding: 10px;
}

.council-item-inner>a:hover img {
    transform: scale(1.1);
}

.council-img {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: flex-start;
    overflow: hidden;
}

.top-list .council-img img {
    max-width: 100%;
    width: unset;
}

.council-img img {
    width: 100%;
    transition: 0.3s all;
    transform-origin: top;
}

.caption {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.caption h3 {
    color: #2A70B0;
    font-size: 16px;
    height: 25px;
    text-align: center;
}

.caption p {
    color: #333;
    height: 19px;
    text-align: center;
}

/* Site Haritası */
.page-text.site-map a {
    color: #225792;
    transition: 0.3s all;
}

.page-text.site-map a:hover {
    font-weight: 600;
}

.page-text.site-map h3 {
    font-size: 18px;
}

.page-text.site-map h3 i {
    margin-right: 10px;
}

.page-text.site-map ul {
    margin-left: 15px;
}

.page-text.site-map ul li {
    margin-bottom: 2px;
	list-style-type:none !important;
}

.page-text.site-map ul li a {
    font-weight: 400;
    font-size: 14px;
    transition: 0.3s all;
}

.page-text.site-map ul li a i {
    margin-right: 7px;
}

/* Yönetim Şeması Sayfaları */
.inner-content-area.management-chart {
    margin: 170px 10px 63px 30px;
    padding-right: 30px;
    overflow-y: auto;
}

.inner-content-area.management-chart .breadcrump {
    display: flex;
    justify-content: center;
    align-items: center;
}

.management-chart-wrapper {
    min-width: 1165px;
}

.management-chart-top:before {
    position: absolute;
    content: '';
    bottom: 17px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #E7E7E7;
    border: none;
    z-index: 0;
}

.management-chart-top {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
}

.management-chart-bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: 8px;
}

.management-chart-bottom:before {
    position: absolute;
    content: '';
    top: -12px;
    height: 1px;
    left: 90px;
    right: 90px;
    background-color: #E7E7E7;
    border: none;
    z-index: 0;
}

.management-chart-row {
    position: relative;
}

.management-chart-row:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 1px;
    background: #E7E7E7;
    height: 15px;
    margin: auto;
    top: -12px;
}

.management-chart-row:after {
    position: absolute;
    content: '';
    left: -8px;
    width: 1px;
    background: #E7E7E7;
    margin: auto;
    top: 38.4px;
    bottom: 66.4px;
    z-index: 9;
}

.inner-control {
    width: 120px;
    height: 38px;
    background: #0497CB;
    border-radius: 13px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    z-index: 3;
}

.municipal-councilor {
    width: 156px;
    height: 38px;
    background: #2968AD;
    border-radius: 13px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    z-index: 3;
}

.municipal-node {
    box-sizing: border-box;
    width: 257px;
    height: 76.82px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}

.municipal-node:before {
    z-index: 0;
    position: absolute;
    content: '';
    width: 154.39px;
    height: 8px;
    background: #0497CB;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
}

.municipal-node.mayor {
    width: 285px;
    height: 98.32px;
}

.municipal-node.mayor:before {
    z-index: 0;
    position: absolute;
    content: '';
    width: 171.21px;
    height: 8px;
    background: #2968AD;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
}

.municipal-node.mayor:after {
    position: absolute;
    background: #E7E7E7;
    content: '';
    width: 1px;
    height: 48px;
    bottom: -49px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}

.municipal-node:last-child {
    margin-right: 0;
}

.municipal-node.vertical-line {
    width: 180px;
    margin-bottom: 28px;
    margin-right: 0;
    position: relative;
}

.municipal-node.vertical-line:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 1px;
    background: #E7E7E7;
    left: -9px;
}

.municipal-node.vertical-line:not(:first-child):before {
    background: #D2D2D2;
}

.mayor .municipal-node-inner {
    padding: 11.6px;
    display: flex;
    /* align-items: center; */
}

.municipal-node-inner {
    padding: 10px;
    display: flex;
    /* align-items: center; */
}

.mayor .municipal-node-img {
    width: 58px;
    height: 64px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
}

.municipal-node-img {
    width: 52px;
    height: 56.87px;
    background: #fff;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mayor .municipal-node-img img {
    width: 100%;
}

.municipal-node-img img {
    width: 100%;
}

.municipal-node-caption {
    height: 100%;
    margin-left: 8.92px;
}

.mayor .mnc-name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.mnc-name {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
}

.mayor .mnc-title {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #666666;
}

.mnc-title {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

.inner-content-area.management-chart::-webkit-scrollbar,
.inner-content-area.management-chart::-webkit-scrollbar-thumb,
.inner-content-area.management-chart::-webkit-scrollbar-track {
    height: 5px;
}

.inner-content-area.management-chart::-webkit-scrollbar-thumb {
    background-color: #225792;
}

.inner-content-area.management-chart::-webkit-scrollbar-track {
    background-image: none;
}

/* Yönetim Şema liste*/
#organizasyon .item {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-bottom: 3px solid #225792;
    padding: 16px;
    margin-bottom: 16px;
}

.col-sm-2,
.col-sm-10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#organizasyon .item img.item-img {
    width: 100%;
    height: auto;
}

#organizasyon .item .item-title {
    padding: 0 16px 12px 0;
    border-bottom: 1px solid #ddd;
}

#organizasyon .item .item-title strong {
    font-size: 24px;
    color: #225792;
    display: block;
    font-weight: normal;
}

#organizasyon .item .item-title span {
    font-size: 16px;
    color: #212121;
}

#organizasyon .item .item-top {
    border-bottom: 1px solid #ddd;
}

#organizasyon .item .item-top,
#organizasyon .item .item-bottom {
    padding: 12px 16px 0 0;
}

#organizasyon .item .item-top ul,
#organizasyon .item .item-bottom ul {
    margin: 0;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

#organizasyon .item .item-top ul li,
#organizasyon .item .item-bottom ul li {
    padding-bottom: 12px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

ul.list-unstyled li a {
    height: auto;
}

.btn-primary {
    color: #fff;
    background-color: #225792;
    border-color: #225792;
}

.btn-info {
    color: #fff;
    background-color: #0099CC;
    border-color: #0099CC;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /* border-radius: 4px; */
}

button.cf-send-btn.view-schematic {
    width: auto;
    padding: 0 25px;
}

@media screen and (min-width: 768px) {
    .col-sm-2 {
        width: 16.66666667%;

    }

    .col-sm-10 {
        width: 83.33333333%;
        float: left;
    }
}


/* Kurumsal-Listeleme Sayfası */
.kurumsal .corporate-list .title-search-bar {
    margin: 0 0 35px 0;
}

.corporate-list .service-item {
    width: 49%;
    margin-bottom: 20px;
}

/* Mahalle-Detay Sayfası */
.detay {
    margin-top: 25px;
}

.panel-primary {
    border-color: #225792;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #225792;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #225792;
    border-color: #225792;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table tbody tr td a {
    color: #225792;
}

.icon-twitter-x::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

.left-bottom-contain-news {
    width: 65%;
    position: relative;
    float: left;
    background: linear-gradient(90deg, rgba(41, 103, 172, 1) 0%, rgba(0, 153, 204, 1) 100%);
    height: 100%
}

.left-bottom-contain-announcement {
    width: 35%;
    position: relative;
    float: left;
    height: 100%;
}

/* MEDIA */
@media screen and (max-width: 1804px) {
    .main-right-bar {
        width: 500px;
    }
}

@media screen and (max-width: 1700px) {
    .gallery-list .inner-news-item {
        width: 32%;
    }

    .books-list .service-item {
        width: 100% !important;
    }

    .tender-search-title {
        width: 100%;
    }

    .tender-search input {
        width: auto;
    }

    .tender-subject-dropdown button {
        width: auto !important;
    }

    .events-top.tender-list {
        margin-top: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .inner-news-item {
        width: 49%;
    }

    .inner-news-top {
        flex-wrap: wrap-reverse;
    }

    .inner-news-top-text {
        max-width: unset;
        margin-bottom: 20px;
        padding: 0;
    }

    .inner-news-top-img {
        max-width: unset;
        width: 100%;
    }

    .inner-news-top-img img {
        width: 100%;
    }

    .tender-list .tender-subject {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1640px) {
    .main-right-bar {
        width: 480px;
    }
}

@media screen and (max-width: 1599px) {
    .corporate-list .service-item {
        width: 100%;
    }

    .tender-list .service-item.event-head>div:first-child {
        width: 25%;
    }

    .tender-list .service-item.event-head>div:nth-child(3) {
        max-width: 55%;
        width: auto;
    }

    .tender-list .tender-date {
        width: 25% !important;
    }

    .project-detail-gallery-container {
        max-width: 600px;
    }

    .main-right-bar {
        width: 450px;
    }

    .kurumsal .mayor-tag {
        width: 450px;
        float: unset;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 1566px) {
    .council-item-wrapper {
        width: 33%;
    }
}

@media screen and (max-width: 1552px) {
    .logo a {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1510px) {
    .gallery-list .inner-news-item {
        width: 49%;
    }

    .breadcrump-dropdown-bar {
        flex-wrap: wrap;
    }

    .breadcrump {
        width: 100%;
    }

    .page-nav-share {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 1400px) {
    .home-news-text {
        padding: 60px 30px 0 30px;
        font-size: 28px;
    }

    .home-news-img img {
        height: 100%;
        width: auto;
    }

    .home-news-title,
    .home-news-text .news-detail {
        left: 30px;
    }

    .inner-news-item {
        width: 100%;
    }

    .inner-content-area {
        padding-right: 10px;
    }
}

@media(max-width:1298px) {
    .kurumsal .mayor-title {
        margin-top: -80px;
    }

    .main-center-bar .owl-dots {
        display: none !important;
    }
}

@media screen and (max-width: 1274px) {
    .mayor-title {
        width: 234px;
        height: 47px;
        padding: 7px 0;
    }

    .mayor-title img {
        width: 135px;
    }

    .mayor-message {
        width: 400px;
        height: 34px;
    }

    .mm-item img {
        width: auto;
        max-height: 13px;
        max-width: 18px;
    }

    .mm-item span {
        font-size: 11px;
    }

    .cookie-option,
    .cookie-reject-all,
    .cookie-accept {
        font-size: 13px;
        height: 35px;
        padding: 8px 20px;
        min-width: fit-content;
        top: 0;
    }

    .cookie-text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .home-news-text {
        font-size: 24px;
        width: 90%;
    }

    .home-news-img {
        width: 40%;
    }

    .gallery-list .inner-news-item {
        width: 100%;
    }

    .gallery-list .inner-news-item {
        height: auto;
    }

    .main-right-bar {
        width: 385px;
    }

    .e-belediye .main-right-bar {
        display: none;
        width: 0;
    }

    .kurumsal .inner-content-area {
        margin: 150px 70px 55px 40px;
        padding-right: 10px;
    }

    .inner-content-area {
        margin: 170px 67px 55px 86px;
    }
}

@media screen and (max-width: 1129px) {
    .project-detail-container {
        flex-wrap: wrap;
    }

    .project-detail-gallery-container {
        max-width: 100%;
    }

    .project-list .service-item {
        margin-bottom: 16px;
        width: 49%;
    }

    .home-news-text .news-detail {
        left: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .home-news-text {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .event-detail-container {
        flex-wrap: wrap;
    }

    .event-detail-map {
        width: 100%;
        margin-bottom: 25px;
    }

    .event-detail-content {
        width: 100%;
        padding-left: 0;
    }

    .inner-content-area {
        margin: 140px 67px 55px 30px;
    }

    .events-list .service-title {
        font-size: 14px;
    }

    .events-list .service-item>a>div:not(:first-child) {
        font-size: 14px;
        line-height: 17px;
    }

    .events-list .service-item>a>div:nth-child(2) img {
        height: 30px;
    }

    .events-list .service-item.event-head>div:last-child span:first-child {
        margin-right: 20px;
    }

    .kurumsal .left-inner-menu {
        min-width: 300px;
        padding: 140px 0 61px;
        display: none;
    }

    .kurumsal .inner-content-area {
        width: 100%;
    }

    .kurumsal .left-inner-menu-title {
        margin: 0 0 25px 30px;
    }

    .kurumsal .left-inner-menu>ul>li {
        padding-left: 30px;
    }

    .service-item {
        width: 49%;
    }

    .title-search-bar {
        flex-wrap: wrap;
    }

    .page-title {
        width: 100%;
        margin-bottom: 25px;
    }

    .page-search {
        width: 100%;
    }

    .page-search .full {
        width: 100%;
    }

    .page-search .full .form-group {
        width: 100%;
    }

    .page-search input[type="text"] {
        width: 100%;
    }

    .cookie-policy-pop {
        flex-wrap: wrap;
        height: 140px;
        justify-content: flex-end;
    }

    .inner-news-item {
        width: 49%;
    }
}

@media screen and (max-width: 880px) {
    .left-page-contain {
        width: 100%;
        height: initial;
    }

    .left-bottom-contain-news {
        width: 100% !important;
        height: auto !important;
    }

    .left-bottom-contain-announcement {
        width: 100%;
        height: initial;
    }

    #content .media .media-left {
        width: 170px !important;
    }

    #content .media .media-body {
        width: -webkit-fill-available !important;
        width: -moz-available !important;
    }

    .announcements-page .service-item>a {
        height: auto;
        padding: 10px;
    }

    .checkboxs input {
        clear: both
    }

    .col-md-6,
    .col-md-4 {
        width: 100%;
        float: left;
    }

    .council-img img {
        max-width: 160px;
    }

    .council-item-wrapper,
    .council-item-wrapper.top-list {
        width: 100%;
    }

    .int-title {
        font-size: 24px;
        line-height: 29px;
    }

    .int-desc {
        font-size: 18px;
        line-height: 22px;
    }

    .tender-list .service-item.event-head>div:first-child {
        width: 33%;
    }

    .tender-list .service-item.event-head {
        justify-content: space-between;
    }

    .tender-list .tender-date {
        width: 33% !important;
    }

    .tender-list .tender-subject {
        max-width: 50% !important;
    }

    .tender-search {
        width: 50%;
    }

    .tender-search input {
        width: 100%;
    }

    .tender-subject-dropdown button {
        width: 100% !important;
    }

    .tender-subject-dropdown {
        width: 50%;
    }

    .tender-search-button {
        width: 50%;
    }

    .tender-search-button button {
        width: 100%;
    }

    .tender-search select {
        max-width: 100%;
    }

    .tender-subject-dropdown.archive-style button {
        width: 100% !important;
    }

    .we-in-the-press .announcements-image {
        min-width: 100px;
        width: 100px;
    }

    .we-in-the-press .announcements-image img {
        width: 100%;
    }

    .we-in-the-press .announcements-title {
        font-size: 14px;
        line-height: 16px;
    }

    .project-list .service-item {
        margin-bottom: 10px;
        width: 100%;
    }

    .publications-page .service-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .publications-page .service-item>a {
        height: 60px;
    }

    .events-list .service-item.event-head {
        padding: 0 15px 0 15px;
    }

    .events-list .service-item>a {
        padding: 0 15px 0 15px;
        height: 77px;
    }

    .home-main {
        max-width: 480px;
        margin: auto;
    }

    .full-page-contain {
        width: 100%;
        flex-wrap: wrap;
    }

    .left-top-contain {
        width: 100%;
        height: auto;
    }

    .main-left-bar {
        width: 100%;
        height: 660px;
    }

    .logo a {
        margin-top: 28px;
    }

    .main-center-bar {
        display: none !important;
    }

    .left-bottom-contain {
        height: auto;
        width: 100%;
    }

    .news-slogan {
        display: none;
        text-align: center;
        margin: 20px 0 40px 0;
    }

    .home-news-title {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 25px;
        left: 0;
        top: 0;
    }

    .home-news-slider.owl-carousel {
        width: 100%;
        padding: 0 25px;
    }

    .home-news-slider .item {
        width: 100%;
        flex-direction: column-reverse;
    }

    .home-news-img {
        width: 100%;
        height: auto;
    }

    .home-news-text {
        padding: 25px 0 35px 0;
        font-size: 30px;
    }

    .home-news-text .news-detail {
        display: none;
    }

    .home-news-img,
    .home-news-text {
        width: 100%;
    }

    .home-news-img img {
        max-height: 230px;
        position: relative;
    }

    .main-right-bar {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column-reverse;
        flex-wrap: wrap;
        padding-bottom: 80px;
    }

    .announcement {
        position: relative;
        padding: 60px 60px 50px 25px;
        min-height: auto;
    }

    .announce-date {
        font-size: 16px;
    }

    .announce-text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .announce-speaker {
        right: 75px;
    }

    .announce-slider-nav {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        display: flex;
        flex-flow: column-reverse;
    }

    .three-box {
        margin: 25px 25px 0 25px;
    }

    .tb-item {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: auto;
        margin-bottom: 15px;
    }

    .tb-icon {
        position: absolute;
        margin-top: 10px;
    }

    .tb-title {
        margin-left: 60px;
        width: 90%;
        font-size: 24px;
        margin-bottom: 0px;
        padding-left: 5%;
        padding-right: 5%
    }

    .tb-label {
        margin-left: 60px;
        width: 100%;
    }

    .mobile-online-process {
        display: block;
        width: 100%;
    }

    .mo-title {
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -0.25px;
        color: #ec2635;
        line-height: 44px;
        position: relative;
        width: 360px;
        margin: auto;
        margin-top: -42px;
    }

    .mop-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }

    .mop-item {
        width: 50%;
        padding: 30px 0;
        border-bottom: 1px solid #EAF0F4;
        transition: 0.4s all;
    }

    .mop-item:hover {
        background: #ec2635;
    }

    .mop-item:first-child,
    .mop-item:nth-child(2) {
        padding: 0 0 30px;
    }

    .mop-item:nth-child(odd) {
        border-right: 1px solid #EAF0F4;
    }

    .mop-item:nth-child(even) {
        border-left: 1px solid #EAF0F4;
    }

    .mop-item a {
        display: flex;
        flex-direction: column;
    }

    .mop-img {
        align-self: center;
        height: 40px;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-end;
    }

    /* .mop-img img {
    transition: 0.4s all;
  } */
    .mop-item:hover .mop-img img {
        filter: brightness(10);
    }

    .mop-title {
        align-self: center;
        font-size: 24px;
        letter-spacing: -0.25px;
        color: #333C44;
        font-weight: 500;
        transition: 0.4s all;
    }

    .mop-item:hover .mop-title {
        color: #fff;
    }

    .mobile-footer {
        display: block;
        padding: 50px 0 120px 0;
        background: #F2F2F2;
        width: 100%;
    }

    .footer-privacy {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.25px;
        color: #333333;
        margin-bottom: 25px;
    }

    .footer-privacy a {
        color: #333333;
        margin-right: 15px;
        margin-left: 10px;
    }

    .footer-copyright {
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        color: #333333;
        letter-spacing: -0.25px;
        width: 260px;
        margin: auto;
        line-height: 24px;
    }

    .op-fix {
        display: block;
        position: fixed;
        bottom: 0;
        width: 267px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 42px;
        cursor: pointer;
        z-index: 500;
    }

    .op-fix a {
        color: #fff;
        z-index: 535;
        position: relative;
    }

    .up-circle {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14px;
        color: #fff;
        background: #ec2635;
        width: 43px;
        margin: auto;
        border-radius: 20px;
        z-index: 500;
    }

    .up-circle i {
        position: relative;
        top: -7px;
        right: -1px;
    }

    .mop-all-circle {
        position: relative;
        top: -35px;
        width: 65px;
        height: 65px;
        border-radius: 33px;
        background: #ec2635;
        margin: auto;
        color: #fff;
        text-align: center;
    }

    .mop-all-circle a {
        color: #fff;
        position: relative;
        top: 5px;
        font-size: 16px;
        font-weight: 500;
    }

    .mop-all-circle i {
        position: relative;
        top: -2px;
    }

    .hdr-right .logo {
        margin-left: 15px;
    }

    .e-belediye .mobile-online-process-button {
        display: none;
    }

    .logo object {
        height: 36px;
    }

    .inner-content-area {
        margin: 50px 20px 40px 20px;
        padding-right: 0;
        overflow-x: unset;
    }

    .events-list .service-item.event-head>div:last-child span:first-child {
        margin-right: 0px;
    }

    .events-top {
        flex-wrap: wrap;
    }

    .inner-footer-fix {
        display: none;
    }

    .service-item {
        width: 100%;
        margin-bottom: 25px;
    }

    .kurumsal .mayor-tag {
        width: auto;
    }

    .kurumsal .inner-content-area {
        margin: 50px 25px 40px 25px;
        padding-right: 0;
        overflow-x: inherit;
    }

    .cookie-policy-pop {
        height: 210px;
        justify-content: space-between;
    }

    .cookie-option,
    .cookie-reject-all,
    .cookie-accept {
        min-width: unset;
        width: 100px;
        height: 49px;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .breadcrump-dropdown-bar {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .breadcrump {
        width: 100%;
    }

    .page-nav-share {
        width: 100%;
        justify-content: space-between;
    }

    .page-title {
        font-size: 24px;
    }

    .inner-news-item {
        width: 100%;
    }

    .inner-news-detail {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .share-label {
        display: none;
    }

    .share-social {
        padding: 0;
    }

    .prev-new {
        padding: 0 8px;
    }

    .next-new {
        padding: 0 0 0 8px;
    }
}

/* HEIGHT RESPONSIVE */
@media screen and (min-width:880px) and (max-height: 910px) {
    .three-box {
        height: 352px;
    }
}

.hdr-right .logo a object {
    pointer-events: none;
}

.right-fixed-menu-contain .item.open span {
    transform: scaleX(1);
    width: fit-content;
    transition: 0.4s all;
    text-align: right;
}

.breadcrump>a+a:before {
    content: '\007c';
    padding: 0 10px
}

.big-menu-tab ul {
    flex-direction: column;
    column-count: 4;
    column-fill: auto;
    display: flex;
    min-height: 200px;
    max-height: 200px;
    flex-wrap: wrap;
}

.big-menu-tab ul li {
    position: relative;
    margin-right: 5px;
    min-width: 270px;
}

.media-img img {
    max-width: 100%
}

.hidden {
    display: none
}

.project-detail-gallery {
    max-width: 100%;
}

.project-detail-gallery-item {
    max-width: 100%;
}

.project-detail-gallery-item img {
    max-width: 100%
}

.horizantal {
    clear: both
}

.horizantal li {
    float: left
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-nikah-saglik,
.alert-nikah-gun {
    display: none;
}

.nikah-hesap {
    float: left;
    width: 100%;
}

.medium-label {
    font-weight: 900;
    margin-bottom: 15px;
}

.small-label {
    display: inline-block;
}

.custom-select {
    display: inline-block;
    margin-bottom: 15px;
}

div#nikah_sagliklog,
#nikah_tarihlog {
    display: inline-block;
    font-weight: 900;
    border-radius: 20px;
}
.pagination {
    display: flex !important;
    justify-content: center;
    list-style-type: none !important;
    margin-bottom: 20px
    margin-top: 20px
}
.page-text .pagination li { list-style-type: none !important;}
.pagination .page-item {
    margin: 0 4px;
}
.pagination li a {
    font-weight: 500;
    color: #2967AC;
}
.pagination li .active {
    color: #333;
}

ul.pagination {
  width: 100%;
  margin-top: 15px;
  padding: 0;
  float:left;
}
ul.pagination li {
  margin-right: 5px;
  float:left;
}
.pagination li.active {
  background: #0d6efd;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  float:left;
}

.pagination li.active a {
  color: #FFF !important;
  float:left;
  }
ul.pagination li a {
  padding: 5px;
  border: 1px solid #CCC;
  height: 40px !important;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  color:#1e191a;
  float:left;
}
.pagination li a>span {
    display: none;
}
.pagination li a[aria-label="First"]:before,
.pagination li a[aria-label="Previous"]:before,
.pagination li a[aria-label="Next"]:before,
.pagination li a[aria-label="Last"]:before {
    position: absolute;
}
.pagination li a[aria-label="First"]:before {
    content: "<<";
	margin-left:-5px
}
.pagination li a[aria-label="Previous"]:before {
    content: "<";
	margin-left:-3px
}
.pagination li a[aria-label="Next"]:before {
    content: ">";
	margin-left:-3px
}
.pagination li a[aria-label="Last"]:before {
    content: ">>";
	margin-left:-5px
}
/* Personel Detay sayfası */
#content .media {
    margin-bottom: 12px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    display: flex;
}

#mudurlukDetay .media .media-left {
    height: 188px;
    width: 150px !important;
}

#content .media .media-left {
    padding: 0;
    width: 200px !important;
    height: 150px;
    overflow: hidden;
    float: left;
    position: relative;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

#content img {
    height: auto;
}

#content .media-object {
    max-height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#mudurlukDetay .media-img img {
    width: 120px;
}

#content .media-left img {
    max-width: none !important;
}

#mudurlukDetay .media-object {
    width: 100%;
    max-height: 100%;
}

#content .media .media-body {
    padding: 0 12px 12px 12px;
    float: left;
    width: calc(100% - 200px);
}

@media screen and (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }
}

.col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.media-body .col-sm-6 {
    width: unset;
}

#content .media .media-heading {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
}

#mudurlukDetay .media-heading {
    color: #2967AC;
}

#mudurlukDetay .media-body .list-info li {
    font-size: 14px;
    padding: 4px 0;
}

#mudurlukDetay .media-body .list-info li .fa {
    color: #2967AC;
    margin-right: 8px;
}

.error {
    padding: 10px;
    background: #e25e5e;
    color: #fff;
}

.checkboxs {
    display: inline-block;
    width: 100%;
}

#sync1 .item {
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#sync1 .item img {
    width: 100%;
}

#sync2 .item {
    background: #C9C9C9;
    color: #FFF;
    cursor: pointer;
    max-height: 100px;
    position: relative;
}

#sync2 .item img {
    width: 100%;
    cursor: pointer;
}

#sync2 .current .item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #21538C;
    opacity: 0.5;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#sync1.owl-theme {
    position: relative;
    width: 840px;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-125%);
}

#sync1.owl-theme .owl-prev {
    left: 10px;
    border: none;
    background: none;
}

#sync1.owl-theme .owl-next {
    right: 10px;
    border: none;
    background: none;
}

#sync2.owl-theme {
    width: 840px;
}

#sync1.owl-theme .owl-prev svg {
    height: 30px;
    width: 30px;
}

#sync1.owl-theme .owl-prev svg path {
    stroke-width: 3px !important;
    stroke: #fff !important;
}

#sync1.owl-theme .owl-next svg {
    height: 30px;
    width: 30px;
}

#sync1.owl-theme .owl-next svg path {
    stroke-width: 3px !important;
    stroke: #fff !important;
}

.project-detail-gallery-slider {
    width: 840px;
    margin-bottom: 30px;
}

.bottom30 {
    margin-bottom: 30px
}

/* High Resolution Responsive*/
@media screen and (min-width: 1921px) {
    .home-news-title {
        font-size: 30px;
    }
    .home-news-text .news-detail {
        font-size: 26px;
    }

    .main-left-bar .mayor-img img {
        width: 200px;
    }

    .main-left-bar .mayor-title {
        width: 373px;
        height: 77px;
        padding: 15px 0;
    }

    .main-left-bar .mayor-title img {
        width: 188px;
    }

    .main-left-bar .mayor-message {
        width: 556px;
        height: 50px;
        padding: 10px 0;
    }

    .main-left-bar .mm-item img {
        width: 30px;
        max-height: 20px;
    }

    .main-left-bar .mm-item span {
        font-size: 20px;
    }

    .announce-speaker img {
        width: 30px;
    }

    .announce-date {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .announce-text {
        font-size: 22px;
        line-height: 30px;
    }

    .three-box {
        margin: 210px 0 0 37px;
        max-height: 830px;
        height: auto;
    }

    .tb-item {
        height: 190px;
        width: 320px;
    }

    .tb-icon img {
        width: 50px;
    }

    .tb-title {
        font-size: 22px;
    }

    .tb-label {
        font-size: 20px;
    }

    .council-img img {
        max-width: 160px;
    }
}
.right-social-new { flex-flow:unset;margin-right:20px;background:transparent !important;}
.right-social-new a { margin-left:10px;color:#fff !important}