body {
	overflow-x: hidden!important;

	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Lato', sans-serif;*/

}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
		font-size: 15px;
}

a{	text-decoration: none!important;}

/*Header Start*/
.dokumanbuton{
    display: inline-block;
    position: relative;
    border-radius: 30px;
    padding: 15px 39px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}
.primary-bg {
	background: linear-gradient(22deg, #005baa 0%, #1467b0 100%);
	padding: 15px 0!important;
}

.primary-bg .text-left li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff!important;
	font-family: 'Lato', sans-serif;

}
.primary-bg .text-left li:not(:last-child) {
	margin-right: 10px;
}

.primary-bg .text-left li i {
	padding-right: 10px;
	font-size: 15px;
}

.primary-bg .text-right li a {
	font-size: 12px;
	font-weight: 700;
	padding: 8px 20px;
	border-radius: 10px;
	color: #1467b0;
	margin-right: 10px;
  background: #fff;
}

.primary-bg .text-right li:last-child{	margin-right: 0;}

.primary-bg .langue .btn{
	background: none;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	padding: 0;
	margin-left: 20px;

}
.primary-bg .langue .btn img{
	margin-right: 5px;

}

.primary-bg .langue .dropdown-menu .dropdown-item{
	font-weight: 400;
	font-size: 15px;
}

.navbar{
	background:#fff;
	box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 30%);
}

.navbar .navbar-toggler{

	font-size: 35px;
	color: #000;
}
.navbar ul{
	margin-left: auto!important;
}
.navbar ul li{
	margin-right: 25px;
	line-height: 40px;
}
.navbar ul li:last-child {
	margin-right: 0;
}

.dil-secici {
	gap: 8px;
}

.dil-item {
 	line-height: 1;
}



.dil-item img {
	display: block;
	border-radius: 2px;
 }
.navbar ul li a{
	color: #242323;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 5px solid #fff;

}
.navbar ul li a:hover{
	color: #2b323a;
	border-bottom: 5px solid #0095d9;
}
.navbar ul .btnsearch a:hover{
	color: #2b323a;
	border: none;
}
.navbar ul li ul{
	background: #fff;
	padding: 0;

}
.navbar ul li ul a{
	color: #777777;
	border:none;
}

.navbar ul li ul a:hover{
	color: #2b323a;
	border:none;
}
/*Header End*/

/*Main Slider Start*/

.main-slider .carousel-caption {
	padding: 0;
	bottom: 35%;
}

.main-slider .carousel-caption h2{
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.main-slider .carousel-caption p{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.main-slider .carousel-control-prev, .main-slider .carousel-control-next{
	opacity: 1;
	font-size: 70px;
	background: linear-gradient(22deg, #005baa 0%, #1467b0 100%);
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 20px;
	top: 45%;
}

.main-slider .carousel-control-prev{
	left: 3%;
}
.main-slider .carousel-control-next{
	right: 3%;
}
.main-slider .carousel-control-prev img, .main-slider .carousel-control-next img{
	width: 25px;
	height: 25px;
	filter:  invert(1);
}
.main-slider .slider_btn li a i{
	margin-right: 10px;
}

.main-slider .slider_btn li a{
	border: none;
	border-radius: 20px;
	padding: 15px 25px;
	color: #fff;
	font-size: 17px;
	box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 30%);
}

.main-slider .slider_btn li .btnvideo{
	background: #0095da;
}
.main-slider .slider_btn li .btnbilgi{
	background: #005baa;

}
.main-slider .carousel-indicators{
	display: none;
}
.main-slider .carousel-indicators li {
	box-sizing: content-box;
	background: none;
	background-clip: unset;
	opacity: 1;
	transition: opacity .6s ease;
	border-radius: 100%;
	border:2px solid #fff;
	width: 7px;
	height: 7px;
}
.main-slider .carousel-indicators li:hover, .main-slider .carousel-indicators .active  {
	background: #fff;
}


/*Main Slider End*/

/*Info Card Start*/
.info-card{
	position: relative;
	z-index: 9;
	justify-content: center;
}

.info-card .card {
	background: #fff;
	border:none;
	width: 275px;
	height: 225px;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 20%);
	border-radius: 15px;
	text-align: center;
	position: relative;
  margin: -30px 0 100px 0;
}
.info-card .card:hover{
	cursor: pointer;
	background: linear-gradient(22deg, #0095da 0%, #0b5698 100%);
}

.info-card .card:hover h5{
	color: #fff;
}

.info-card .card:hover img{
	mix-blend-mode: multiply;
}


.info-card .card .card-body{
	padding: 30px 0 0 0;
}

.info-card .card h5{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #0095da;
	width: 230px;
	height: 50px;
	margin-left: auto!important;
	margin-right: auto!important;
}

/*Info Card End*/

/*About-us Start*/
.about-us{
	background: url(../img/bg/bg_1.png) no-repeat;
	background-size: cover;
}
.about-us .about-img .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .8;
	z-index: 9;
	padding: 20px 10px;
}

.about-us .about-img video{
position:absolute;
  z-index:9999;
}
.about-us .about-con {
	padding-left: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #fff;
}
.about-us .about-content h5{
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	color: #020202;
}

.about-us .about-content p{
	text-align: justify;
	color: #020202;
	font-weight:400;
	font-size: 15px;
	line-height: 30px;
}

/*About-us End*/

/*Faaliyetlerimiz Start*/

.faaliyetler{
	background: url(../img/bg/bg_2.png) no-repeat;
	background-size: cover;
}

.faaliyetler hr, .medya hr ,.sertifika hr, .urun-table-title hr{
	width: 50px;
	height: 5px;
	margin-left: auto!important;
	background: #0095da;
}

.faaliyetler .content-title, .medya .content-title, .sertifika .content-title{
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	color: #020202;
	margin-bottom: 20px;
}

.faaliyetler p , .medya p, .sertifika p{
	color: #020202;
	font-size: 20px;
	font-weight: 400;
	width: 75%;
}

.faaliyetler .faaliyet-section .section-title{
	background: #fff;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 20%);
	text-align:center;
	padding: 30px 10px;
	margin-bottom: 40px;
	border-radius: 10px;

}

.faaliyetler .faaliyet-section .section-title h5{
	font-size: 24px;
	font-weight: 700;
	color: #0095da;
}

.faaliyet-section li{
	border: none;
	background: none;
	padding: 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 99;
}

.faaliyet-section li .card-img {
	background: #fff;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 20%);
	border-radius: 100%;
	padding: 13px;
	width: 65px;
	height: 65px;
	float: left;
}

.faaliyet-section li:hover .card-img {
	background: #0095da;
	cursor: pointer;
}

.faaliyet-section li:hover img {
	filter: invert(1);
}

.faaliyet-section li a{
	line-height: 70px;
	margin-left: 10px;
	color: #053d4a;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.faaliyetler .faaliyet-banner{
	background: #e2e9ee;
	position: relative;
	justify-content: center;
	height: 340px;
}
.faaliyetler .faaliyet-banner .banner-img img{
	position: relative;
	bottom: 32%;
}



/*Faaliyetlerimiz End*/

/*Medya Start*/

.medya{
	background: url(../img/bg/bg_3.png) no-repeat;
	background-size: cover;
}

.medya .content-title{
	color: #0095da;
}

.medya .medya-gallery .card{
	position: relative;
	transition: all .5s ease-in;
	background: none;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 20%);
	width: 365px;
	height: 330px;
	margin-bottom: 20px;
}

.medya .medya-gallery .card .card-image {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 330px;
}

.medya .medya-gallery .card .card-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: linear-gradient(22deg, #0095da 0%, #0b5698 100%);
	border-radius: 10px;

}

.medya .medya-gallery .card:hover .card-overlay {
	opacity: 0.7;
	cursor: pointer;
}

.medya .medya-gallery .card .card-overlay .overlay-text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.medya .medya-gallery .card:hover .btnicon{
	opacity: 1;
}

.medya .medya-gallery .card .card-overlay .overlay-text .btnicon img{
	filter: invert(1);
}

/*Medya End*/

/*Info Video Start*/
.info-video{
	position: relative;
	padding: 140px 0;
}
#myVideo {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.info-video .card{
	background: none;
	border: none;
}

.info-video .card h5{
	font-size: 65px;
	font-weight: 900;
	color: #fff;
	text-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
}

.info-video .card p{
	font-size: 40px;
	font-weight: 100;
	color: #fff;
	text-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
}

/*Info Video End*/


/*Medya Start*/
.sertifika{
	background: url(../img/bg/bg_4.png) no-repeat;
	background-size: cover;
}

.sertifika .content-title{
	color: #020202;
}

.sertifika .sertifika-gallery .card{
	position: relative;
	transition: all .5s ease-in;
	background: none;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 20%);
	margin: 30px;
}

.sertifika .sertifika-gallery .card .card-image {
	border-radius: 10px;
	display: block;
	width: 100%;
}

.sertifika .sertifika-gallery .card .card-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background: linear-gradient(22deg, #0095da 0%, #0b5698 100%);
	border-radius: 10px;

}

.sertifika .sertifika-gallery .card:hover .card-overlay {
	opacity: 0.8;
	cursor: pointer;
}

.sertifika .sertifika-gallery .card .card-overlay .overlay-text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.sertifika .sertifika-gallery .card:hover .btnicon{
	opacity: 1;
}

.sertifika .sertifika-gallery .card .card-overlay .overlay-text .btnicon img{
	filter: invert(1);
}

/*Medya End*/

/*Home Contact Start*/
.home-contact{
	background: url(../img/bg/bg_5.png) no-repeat;
	background-size: cover;
}

.home-contact .contact_page{
	box-shadow: 0px 1px 4px 2px rgb(0 0 0 / 30%);
	position: relative;
	top: -80px;
	background: #fff!important;
	z-index: 9;
	padding: 40px;

}

.zindex{
	z-index: 99;
}

.home-contact .contact_page .contact_form h1, .home-contact .contact_page .contact-bilgi h1{
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 30px;
}

.home-contact .contact_page .contact_form input, .home-contact .contact_page .contact_form textarea, .modal .form-group input, .modal .form-group textarea{
	background: none;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 20px 20px 30px;
}

.home-contact .contact_page .contact_form .btngonder{
	background: #0095da;
	border: none;
	color: #fff;
	border-radius: 50px;
	padding: 15px 40px;
	font-size: 17px;
	font-weight: 900;
}

.home-contact .contact_page .contact-bilgi .card{
	border:none;
}


.home-contact .contact_page .contact-bilgi p{
	color: #1c1b1b;
	font-size: 15px;
	font-weight: 400;
	opacity: .7;
}


.home-contact .contact_page .contact-bilgi .adress{
	margin-bottom: 40px;
}


/*Home Contact End*/

/*Footer Start*/

footer {
	background: url(../img/footer_bg.png) no-repeat;
	background-size: cover;
	padding: 100px 0;
	padding-bottom: 0;
}
footer .footer_logo {
	border-bottom: 2px solid #fff;
	width: 50%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
footer .footer_logo img{
	filter: brightness(0) invert(1);
	width: 100%;
}

footer p{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
footer h1 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}

footer .quick_links ul li{
	line-height: 50px;
}

footer .quick_links ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

footer .footer_social li:not(:last-child){
	margin-right: 20px;
}
footer .footer_social li a {
	color: #fff;
	font-size: 22px;
}

footer .copyright {
	background: rgba(0,0,0,.5);
	padding: 15px 0 0 0 ;
	margin-top: 50px;

}

footer .copyright p{
	line-height: 40px;
	font-weight: 100;
	font-size: 15px;
}
/*Footer End*/

/*Page Info Start*/
.page-info ul li a{
	color: #777777;
	font-size: 12px;
	font-weight: 400;
}
.page-info ul li i{
	color: #00abc9;
	font-size: 12px;
}
.page-info .text-left li a{
	font-size: 16px;
}
/*Page Info End*/

/*On Sartlandirma Start*/

.on_sartlandirma .card {
	border: none;
	background: #fff;
	border-radius: 15px;
	box-shadow: 1px 9px 18px 6px rgb(0 149 217 / 30%);
	text-align: center;
	padding: 60px 10px 30px 10px;
}
.on_sartlandirma .card .card-body{
	padding: 0;
}

.on_sartlandirma .card img{
	width: 100px;
	height: 100px;
	margin-bottom: 30px;
}

.on_sartlandirma .card h5{
	color: #777777;
	font-size: 25px;
	font-weight: 400;
}

.on_sartlandirma .card:hover{
	background: #217ab8;
}

.on_sartlandirma .card:hover h5{
	color: #fff;
}

.on_sartlandirma .card:hover img{
	filter: brightness(0) invert(1);
}

/*On Sartlandirma End*/

/*On Sartlandirma Start*/

.referanslar .card {
	border: none;
	background: #fff;
	border-radius: 15px;
	box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 20%);
	text-align: center;
	padding: 30px 10px;
	margin-bottom: 35px;
}
.referanslar .card .card-body{
	padding: 0;
}


.referanslar .card:hover{
	opacity: .8;
}
/*On Sartlandirma End*/


/*Login Start*/
.login{
	height: 100vh;
	width: 100%;
}
.login .login-left{
	background: url(../img/login_bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 250px 45px 100px 80px;
}
.login .login-left h1{
	font-size: 96px;
	font-weight: 100;
	color:  #fff;
}
.login .login-left h2{
	font-size: 120px;
	font-weight: 900;
	color:  #fff;
	text-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
}
.login .login-left p{
	font-size: 17px;
	font-weight: 400;
	color:  #fff;
	margin-top: 20px;
}

.login .login-left .login-social p{
	font-size: 19px;
	margin-bottom: 30px;
}
.login .login-left .login-social li a{
	font-size: 19px;
	border: none;
	border-radius: 30px;
	padding: 15px 25px;
	color: #fff;
	font-size: 17px;
	box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 30%);
	font-weight: 500;

}

.login .login-left .login-social li a i{
	margin-right: 15px;
}
.login .login-left .login-social li .btntwitter{
	background: #44bfed;
}
.login .login-left .login-social li .btnfacebook{
	background: #4569b6;
	padding: 15px 60px;
	margin-right: 0;
}

.login .login-left .login-social li .btnfacebook i {
	margin-right: 0;
}

.login .login-right .login-form h1{
	color: #3d4657;
	font-size: 44px;
	font-weight: 700;
}
.login .login-right .login-form p {
	font-size: 17px;
	font-weight: 400;
	color: #7b879e;
}

.login .login-right .login-form p a{
	color: #0acaec;
}

.login .login-right .login-form{
	padding: 30% 24%;
}

.login .login-right .login-form input{
	border: none;
	border-bottom: 2px solid #7b879e;
	border-radius: 0;
	font-size: 19px;
	color: #7b879e;
}

.login .login-right .login-form form label , .login .login-right .login-form form a{
	font-size: 15px;
	color: #7b879e;
}

.login .login-right .login-form .btngonder{
	background: #0095da;
	border: none;
	color: #fff;
	border-radius: 50px;
	padding: 15px 40px;
	font-size: 17px;
	font-weight: 900;
	box-shadow: 1px 9px 18px 6px rgb(0 149 217 / 30%);
}

/*Login End*/

/*Page Start*/

.page .page-blog .blog-img img {
	border-radius: 30px;
	margin-bottom: 30px;
}

.page .page-blog .blog-content h1 {
	font-size: 24px;
	color: #2b323a;
	font-weight: 600;
}

.page .page-blog .blog-content .date {
	font-size: 13px;
	color: #999999;
	font-weight: 400;
	line-height: 40px;
}
.page .page-blog .blog-content p, .page .page-blog .blog-content ul li {
			color: #777;
		  font-family: "Open Sans", Arial, sans-serif;
			font-size: 14px;
			line-height: 26px;
}

/*Page End*/

/*Blog Widget Start*/

.blog-widget .widget-search{
	border: 2px solid #ebebeb;
}
.blog-widget .widget-search input {
	background: none;
	border:none;
	font-size: 15px;
	font-weight: 400;
	color: #bdbdbd;
}

.blog-widget .widget-search .btnsearch{
	color: #00abc9;
	font-size: 15px;
}

.blog-widget .news-card, .blog-widget .uygulama-card, .blog-widget .popular-card{
	border: none;
	background: none;
}

.blog-widget .news-card .card-header, .blog-widget .uygulama-card .card-header, .blog-widget .popular-card .card-header{
	background: none;
	border: none;
	padding: 0;
	font-size: 17px;
	color: #2b323a;

	font-weight: 700;
}
.blog-widget .news-card .card-header .line, .blog-widget .uygulama-card .card-header .line, .blog-widget .popular-card .card-header .line{
	background: #00abc9;
	width: 60px;
	height: 3px;
	margin-right: auto!important;
	padding: 3px;
	margin-top: 10px;
}
.mt-12{
	margin-top: 12px;
}
.service-list li a:active {
	padding: 15px 20px;
	background-color: #f7f9fb;
	display: block;
	font-weight: 700;
	width: 100%;
	color: #000242;
}
.service-list li a {
	padding: 15px 20px;
	background-color: #f7f9fb;
	display: block;
	width: 100%;
	color: #000242;
}
.service-list li {
	margin-bottom: 3px;
}
.blog-widget .news-card .card-body{
	padding: 0;
	background: #fff;
	border:none;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 20%);
	border-radius: 40px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.blog-widget .news-card .card-body:last-child, .blog-widget .uygulama-card .card-body:last-child{
	margin-bottom: 0;
}

.blog-widget .news-card .card-body img{
	border-radius: 40px 0 0 40px;
}

.blog-widget .news-card .card-body h5{
	font-size: 10px;
	color: #021216;
	font-weight: 900;
	line-height: 30px;
	margin-bottom: 0;
}
.blog-widget .news-card .card-body p{
	font-size: 10px;
	color: #021216;
	font-weight: 300;
}

.blog-widget .uygulama-card .card-body {
	padding: 0;
	background: none,
	border:none;
	border-radius: 0;
	margin-bottom: 20px;

}

.blog-widget .uygulama-card .card-body h5{
	font-size: 13px;
	color: #2b323a;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.blog-widget .uygulama-card .card-body p{
	font-size: 13px;
	color: #999999;
	font-weight: 400;
}

.blog-widget .popular-card .card-body{
	padding: 0;
	border: none;
}
.blog-widget .popular-card .card-body .tags{
	background: #ececec;
	color: #777777;
	border-radius: 0;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	padding: 15px;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
}
/*Blog Widget End*/

/*Categories Start*/

.categories .card{
	background: #fff;
	border: none;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 10%);
	border-radius: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.categories .card img {
	filter: grayscale(1);
	border-radius:  20px;
	box-shadow: 0px 1px 9px 4px rgb(0 0 0 / 13%);
}

.categories .card img:hover {
	filter: none;
}

.categories .card .card-body h5 {
	font-size: 16px;
	color: #3f4040;
	font-weight: 900;
}

.categories .card .card-body span {
	color: #0095d9;
	font-weight: 700;
}

.categories .card .card-body p {
	color: #727272;
	font-weight: 500;
	font-size: 15px;
}

.categories .card .card-body .btndetay {
	background: #0095da;
	border: none;
	color: #fff;
	border-radius: 50px;
	padding: 15px 40px;
	font-size: 17px;
	font-weight: 900;
	margin-top: 20px;
}

.categories .cat-content{
 	padding-top: 20px;
	font-size: #000;
	font-size: 16px;
	font-weight: 300;
}

/*Categories End*/

/*Medya Blog Start*/
.medya-blog .card{
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 50px;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 30px;
}
.medya-blog .card .card-body{
	padding: 0;
	margin-top: 30px;
}
.medya-blog .card .card-body h5{
	color: #2b323a;
	font-size: 24px;
	font-weight: 400;
}

.medya-blog .card .card-body p{
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	margin-top: 20px;
}

.medya-blog .card .card-body ul li, .medya-blog .card .card-body ul li a{
	font-size: 12px;
	color: #999999;
	font-weight: 400;
}
.medya-blog .card .card-body .btndevam{
	background: #515f6f;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	padding: 10px 40px;
}
/*Medya Blog End*/

/*Urun Blog Start*/
.urun-blog .urun-title, .urun-blog .urun-table .urun-table-title{
	text-align: center;
	justify-content: center;
	margin-bottom: 30px;
}

.urun-blog .urun-title h1{
	color:#005aab;
	font-size: 30px;
	font-weight: 900;
}
.urun-blog .urun-img img, .urun-blog .urun-img{
	border-radius: 20px;
}
.urun-blog .urun-content{
	padding-left: 30px;
}
.urun-blog .urun-content h2{
	color: #4d4d4d;
	font-size: 22px;
	font-weight: 900;
}
.urun-blog .urun-content ul li{
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}
.urun-blog .urun-content ul li::before{
	content: "\2022";
	color: #0095d9;
	font-weight: bold;
	display: inline-block;
	font-size: 20px;
	margin-right: 10px;
}

.urun-blog .urun-content .btndokuman{
	background: none;
	border: 2px solid #0095d9;
	margin-top: 30px;
	border-radius: 30px;
	padding: 20px 30px;
	font-size: 15px;
	color: #424141;
	font-weight: 600;
}

.urun-blog .urun-content .btndokuman i {
	color: #0095d9;
	font-size: 20px;
	margin-right: 5px;
}

.urun-table .urun-table-title h1{
	font-size: 30px;
	color: #4d4d4d;
	font-weight: 900;
}
.urun-table .urun-table-title h1 span{
	color: #0095d9;
}

.urun-table table, tbody, thead {
	border: none;
	background: none;
	text-align: center;
	border-collapse: unset;
	box-shadow: none;
}
.urun-table table thead tr th {
	background: #0094d9;
	color: #fff;
	font-size: 15px;
	font-weight: 700;

}

.urun-table table tbody{
	margin-top: 30px!important;
}

.urun-table table tbody tr td {
	background: #eeeeee;
	color: #656464;
	font-size: 15px;
	font-weight: 500;

}
.cozumler-ic h1 {
	font-size: 25px;
	font-weight: 900;
	color: #0094d9;
	margin-bottom: 30px;
}
.cozumler-ic .urun-table {
	margin-bottom: 40px;
}
.cozumler-ic .urun-table:last-child{
	margin-bottom: 0;
}
.cozumler-ic .urun-table table, .cozumler-ic .urun-table tbody, .cozumler-ic .urun-table thead {
	text-align: left;
}
/*Urun Blog End*/

/* ekstra */
.table-bordered .borderan{
	font-size: 13px;
  background: #00aeef;
  color: #fff;
}

.up{
	float: right;
  font-size: 35px;
	padding: 12px;
	bottom: 5%;
	right: 0;
  position: fixed;
	z-index: 9999;
	background: linear-gradient(22deg, #0095da 0%, #0b5698 100%);
}

.up a{color: #fff;}

.project .card-header a {
	color: #2b323a;
	font-weight: 500;
}

.project .card-header a:hover {
	text-decoration: none;
}

.project .card-body td{
	font-size: 13px;
	font-weight: 500;
  padding: 2px 10px;
}

.project .card-body tr{	text-align:left;}

.page-blog strong{color: #2b323a;}

.border{
	border: 1px solid #12529f!important;
	border-radius: 5px;
}

.blog-content ul{
	list-style-type: circle !important;
  padding: 0 15px;
}

.filter tr td{
	padding: 5px 15px;
	border: 1px solid;
	font-size: 15px;
}

.technical{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	font-weight: 600;
	margin: auto;

	line-height: 15px;
	width: 190px;
	display: flex;
	color: #12529f;
	box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 5%);
	font-size: 13px;
}

.technical img{
	filter: drop-shadow(0 0 0.75rem #a8d8ef)
}

.modal-open .modal{
  z-index: 999999999 !important;
}

.modal .btn-primary{background: #12529f;}

.project .card-header a {
	color: #000000;
	font-weight: 400;
}

.project .card-header a:hover {	text-decoration: none;}
.project .card-body td{
	font-size: 13px;
	font-weight: 500;
}

.blog-content img{
	max-width: 100%;
}

.chemical{
	list-style: circle !important;
	padding-left: 20px;
}

.navbar-brand img{
	 filter: drop-shadow(1px 1px 2px #c1c1c1);
}
header .fixed-top{
	width:100vw;
}

.accordion .card .card-header h2 button{
    color: #000;
		font-size: 15px;
}

.accordion .card{
		border-radius: 40px !important;
		margin-top: -5px;
}

.accordion .card .card-header{
		background: #ffff;
		border-radius: 40px;
}

.accordion .card .card-header h2 button:hover{
	text-decoration: none;
}

.accordion .card .card-header:hover h2 button{
    color: #fff;
		box-shadow: none;
}

.accordion .card .card-header:hover{
		background: linear-gradient(22deg, #0095da 0%, #0b5698 100%);
}

.accordion .card .card-header h2 button:focus:not(:focus-visible){text-decoration: none;}

.accordion .card .card-header h2 button:focus{
	box-shadow: none;
}

.header-search-wrapper {
    float: right;
    position: relative;
}
.search-main {
    display: block;
    line-height: 40px;
    padding: 0 14px;
    cursor: pointer;
    color: #fff;
    background: #0c62ad;
}

.search-main i{
  color: #fff;
}
.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 150%;
    width: 320px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #0A5181;
}
.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #408c40;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color:#12529f;
}
.header-search-wrapper .search-form-main .search-field, .search-mobil .search-form .search-field {
	padding: 4px 12px;
	width: 60%;
	float: right;
	box-shadow: none;
}
.header-search-wrapper .search-form-main .search-submit, .search-mobil .search-form .search-submit {
    border: medium none;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    float: left;
    width: 25%;
    height: 36px;
    background: #0c62ad;
}
.header-search-wrapper .search-form-main .search-submit:hover, .search-mobil .search-form .search-submit:hover{
  cursor: pointer;
}
.header-search-wrapper .search-form-main .search-submit i, .search-mobil .search-form .search-submit i  {
  font-size: 18px;
  color: #fff;
  padding: 8px;
}

.header-search-wrapper .search-form-main .search-form{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
