body {
    color: #000;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
} 
  
/* henüz tıklanmamış */
a:link {
  color: lightgray;
}

/* tıklanmış link */
a:visited {
  color: green;
}

/* mouse üzerindeyken */
a:hover {
  color: red;
}

/* mouse tıklandığında */
a:active {
  color: lightgray;

}

.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    background-color: #fff;
}

h1 {
    font-size: 25px;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron h1 {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.header-standart {
    background-color: #005c96;
}

.header-standart .navbar-collapse>ul>li>a {
    color: #fff !important;
}

.header_type_site_header_1_margin_top {
    margin-top: 116px;
}

.header_type_site_header_1_neg_margin_top {
    margin-top: -91px;
}

.img-hover-zoom {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.img-hover-zoom:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: translatZ(0) scale(1.2);
    transform: translateZ(0) scale(1.2);
}

section.customizable {
    padding: 0px;
}

section.full_width_customizable {
    padding: 0px!important;
}

@media ( max-width : 575.98px) {
    section.customizable {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    section.custom_dynamic_box_1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    section h1 {
        font-size: 1.25rem;
    }
    section.haber h3 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1.0rem;
        line-height: 1.5;
    }
}

@media ( min-width : 576px) {
    a.nav-link {

    }
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    h3 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
}

@media ( min-width : 768px) {
    .jumbotron {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    a.nav-link {

    }

    a.dropdown-item {

    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .fixed-top-responsive {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }
    .margin-top-100 {
        margin-top: 140px!important;
    }

    .carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        width: 100%;
    }

    #mainNav.navbar-shrink{
        border-color:rgba(34,34,34,.1);
        background-color:#fff!important;
    }
}

@media ( max-width : 768px) {
    h1 {
        font-size: 18px;
    }
    .margin-top-100 {
        margin-top: 30px!important;
    }
    .carousel-item h5 {
        margin-top: 15px;
    }
}


section.customizable .container {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: auto;
}

section.custom_slide_1 {
    padding: 0px;
}

section.custom_knowledge_base {
    padding: 0px;
}

section.custom_faq .card-header a {
    color: #000 !important;
}

section.custom_products .product img, .product_row .product img {
    max-width: 80%;
    margin-top: 28px;
}

section.custom_album_photos .image img, section.custom_albums .image img
{
    max-width: 100%;
}

section.custom_album_photos .big-borderless {
    padding-left: 5px;
    padding-right: 5px;
}

section.custom_album_photos .big-borderless img {
    margin-bottom: 10px;
}

section h2 {
    margin-bottom: 30px;
}

.body-wrapper {
    margin-top: 25px;
}

/* social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoWhatsapp:hover {
    background-color: #01C501;
}

.social-network a.icoStumble:hover {
    background-color: #EB4924;
}

.social-network a.icoLinkedin:hover {
    background-color: #0177B5;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i,
.social-network a.icoWhatsapp:hover i, .social-network a.icoStumble:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.custom_social_share a, .news a {
    background-color: #D3D3D3;
}

#scrollUp {
    right: 15px;
    background: #fff;
    bottom: 55px;
    text-align: center;
    padding: 10px;
    color: #ccc;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 55px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float2 {
    margin-top: 16px;
}

.rss {
    font-size: 12px;
}

.white {
    color: #fff !important;
}

.last-news .item-box-last-news-body .mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.last-news .item-box-last-news-body .bg-blue-ui {
    background-color: #708198 !important;
}

.last-news .carousel-indicators {
    left: 0;
    top: -35px;
    height: 50%;
    z-index: 0;
}

.last-news .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 8px;
    height: 7px;
}

.last-news .carousel-indicators .active {
    background: #0fc9af;
}

.item-carousel-last-news-block {
    outline: medium none;
    padding: 15px;
}

.item-box-last-news {
    z-index: 4;
    padding: 20px;
}

.item-box-last-news-image {
    position: relative;
}

.container-last-news .item-col {
	border: 1px solid #dadada;
}

.item-box-last-news-image figure img {
    width: 100%;
    height: 200px;
	object-fit: cover;
}

.item-box-last-news-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-last-news-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-last-news-date span.mon {
    font-size: 18px;
}

.item-box-last-news-date span.day {
    font-size: 16px;
}

.item-box-last-news-body {
    padding: 10px;
}

.item-heading-last-news a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-last-news-heading {
    text-align: center;
}

.item-box-last-news-heading a {
    text-decoration: none;
}

.item-box-last-news-data p {
    font-size: 13px;
}

.item-box-last-news-data p i {
    font-size: 12px;
}

.item-box-last-news-text {
    max-height: 100px;
    overflow: hidden;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.page_header_img {
    text-align: center;
}

.header_type_site_header_2 {
    text-align:center;
}

.navbar {
    z-index: 9999;
}

@media (min-width: 992px) {
	.navbar-nav {
	    align-items: center;
	}
}
.carousel-indicators {
    bottom: -60px!important;
}
.mansethaberikonlari_sagsol {
    font-size: 50px;
    color: #0279ff;
}

.mansethaberikonlari_alt {
    background-color: #0279ff!important;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    text-align:center;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
}

.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
}

section.custom_news .container {
    padding-bottom: 55px!important;
}

section.custom_news h5 {
    font-size: 1.65em;
}

section.custom_news .news-spot {
    font-size: 1.3em;
}

.sayfa_basi_arkaplan {
    background-color: #0279ff!important;
}

.sayfa_basi_ikon {
    color: #fff;
}

@media ( max-width : 768px) {
    .carousel-indicators {
        margin-right: 0;
        margin-left: 0;
    }

    .carousel-indicators-numbers li {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}

section.haber .container {
    max-width: 740px!important;
    margin-top: 25px;
}


section.haber .container h2,
section.portfolio .container h2 {
    text-align:center;
}

section.custom_portfolio_cards_2 .portfolio_item {
	padding: 25px;
	border: 1px solid #ccc;
}

section.custom_portfolio_cards_2 .portfolio_item:nth-child(even) {
	border-left: none;
}

section.custom_portfolio_cards_2 .item-row:nth-child(n+3) .portfolio_item {
	border-top: none;
}

.container-last-news .item-col:nth-child(n+2) {
	border-left: none;
}
section.custom_portfolio_cards_3 .item-box-last-news-image {

	overflow: hidden;
}

section.custom_portfolio_cards_3 .item-box-last-news-image a img {
		transition: all 0.8s ease-in-out;
}

section.custom_portfolio_cards_3 .item-box-last-news-image a img:hover {
  transform: scale(1.2) rotate(5deg);
}

section.custom_portfolio_cards_3 figure {
	margin: 0!important;
}

section.custom_portfolio_cards_3 .item-box-last-news-image {
	border-radius: 20px;
}

section.custom_portfolio_cards_3 .container-last-news .item-col {
	border: none!important;	
}

section.custom_portfolio_cards_3 .item-box-last-news-body {
	padding: 10px;
	width: 80%;
	background-color: #fff;
	min-height: 120px;
	margin-top: -20px;
	z-index: 9999;
	position: relative;
	height: 120px;
	border-radius: 0 20px 20px 20px;
	box-shadow: 0 3px 16px 0 rgba(0,0,0,0.1);
}

section.custom_portfolio_cards_3  .item-box-last-news-heading {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 20px;
	text-align: left;
}

section.custom_portfolio_cards_3 .item-box-last-news {
	padding: 4px;
}

section.custom_portfolio_cards_3 .item-box-last-news-image figure img {
	height: 300px!important;	
}

section.custom_portfolio_cards_3 .read-more-arrow {
	position: absolute;
	right: -18px;
	bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	border-radius: 50px;
	background: #0279ff;
}

section.custom_portfolio_cards_3 .read-more-arrow a {
	color: #fff!important;
}

section.custom_portfolio_cards_3  .item-box-last-news-heading a {
	color: #353534!important;	
}				

.fancybox-wrap {
    z-index: 10001!important;
}

.fancybox-overlay {
    z-index: 10000!important;
}

.contact-col {
	position: fixed;
	left: 0;
	bottom: 50px;
	z-index: 10000;
	width: 60px;
	overflow: hidden;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.contact-col a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	width: 60px;
	height: 70px;
	padding: 5px;
	text-decoration: none;
	color: #fff!important;
}

.contact-col div {
	padding-top: 4px;
}

.contact-col i {
	font-size: 24px!important;
}

.contact-col-wp-a {
	background-color: #10b416;
}

.contact-col-phone-a {
	background-color: #cf0923;
}

.contact-col-mail-a {
	background-color: #17479d;
}

.contact-col-map-a {
	background-color: #fbbc04;
}

@media only screen and (max-width: 767px) {
  .contact-col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    width: 100%;
    height: 60px;
    bottom: 0;
  }
  
   .contact-col a  {
    flex-direction: row;
    width: 50%;
    height: 60px;
    font-size: 15px;
  }
  
  .contact-col div {
	padding-top: 0px!important;
	padding-left: 5px;
	}
}
