
/*
Template Name: Biziness	
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/
/*RENK KODU : #005262            */

/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#FEATURED SLIDER 
#ABOUT US
#COUNTER
#SERVICE 
#PORTFOLIO
#TEAM
#TESTIMONIAL
#CLIENTS
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
}

a { 
	text-decoration: none;
	color: #2f2f2f;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {  
	font-size: 26px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
}

strong {
	font-weight: 500;
}

code {
	background-color: #ee6e73;
	border-radius: 2px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 2px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}

/*Wordpress default class*/

.alignleft {
	float:left;
	margin-right:8px;
}

.aligncenter {
	display:block;
	margin:10px auto;
}

.alignright {
	float:right;
	margin-left:8px;
}		

.alignnone {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 100px;
	border: solid 1px #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 01px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #005262;
	color: #fff;
}
.mu-send-msg-btn {
	border-radius: 4px;
	border: 1px solid #888;
	background-color: transparent;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 130px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #005262;
}



/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
	display: inline;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 25px 0;
	z-index: 999;
	transition: all 0.5s;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #005262;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	margin-top: -5px;
}

.navbar-brand img{
	margin-top: -26px;
	
}


#mu-header.mu-fixed-nav{
	background-color: rgba(0,82,98,0.6);
	width: 100%;
	position: fixed;
	padding: 25px 0;
}

/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
	min-height: auto;
}

.mu-navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .mu-menu li a {
	border-bottom: 2px solid transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	padding: 0 0 5px;
	margin: 10px 15px 5px;
	transition: all 0.5s;

}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:active,
.navbar-default .mu-menu li a:focus {
	border-bottom: 2px solid #005262;
	color: #005262;
	text-shadow: 0px 0px 4px #FFF;
}
.navbar-default .navbar-nav > .active > a{
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #005262;
	
}


/*--------------------*/
/* FEATURED SLIDER */
/*--------------------*/

#mu-featured-slider{
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slider-area{
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slide {
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slider-single {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}


.mu-featured-slider-single::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0.92;
}

.mu-featured-slider-content {
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 0;
	top: 35%;
	text-align: center;
}

.mu-featured-slider-content h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.mu-featured-slider-content p {
	color: #fff;
	padding: 0 100px;
	margin-bottom: 20px;
}

.mu-featured-slider-content .mu-primary-btn{
	margin-top: 20px;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.slick-dots {
	background-color: transparent;
	bottom: 40px;
}

.slick-dots li button {
	background-color: #fff;
	border-radius: 10px;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
	-ms-mu-simplefilter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	height: 18px;
	width: 18px;

}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 1;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
	background-color: #005262 !important;
}


.slick-dots li button::before,
.slick-dots li.slick-active button::before {
	color: #005262 !important;
	height: 18px;
	width: 18px;
}


/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 80px 0;
	width: 100%;
}
.mu-about-area .mu-about-header h1{
	font-size: 32px !important;
}
.mu-about-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-heading-title {
	color: #005262 !important;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	background-color: #005262 !important;
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-about-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-about-content-single{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-about-icon-box {
	font-size: 25px;
	padding: 5px 12px;
	margin-bottom: 30px;
	display: inline-block;
	border-radius: 10px;
	color:#005262 !important;
	border-color: #005262 !important;
}

.mu-about-content-single h4{
	margin-bottom: 20px;
}



/*--------------------*/
/* COUNTER */
/*--------------------*/

#mu-counter {
	background-image: url("assets/images/counter-bg.jpeg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-counter:before {
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.84;
}

.mu-counter-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mu-counter-area h2 {
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 2px #000;
}
.mu-counter-area span{
	text-shadow: 0px 0px 2px #000;

}
.mu-counter-block {
	display: inline;
	float: left;
	margin-top: 80px;
	width: 100%;
}

.mu-single-counter {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-single-counter i {
	color: #fff;
	font-size: 40px;
	border-bottom: 3px solid #fff;
	
	padding: 15px 15px;
	margin-bottom: 0px;
	display: inline-block;
	text-shadow: 0px 0px 2px #000;
	text-shadow: -1px -1px 0 #535351, 1px -1px 0 #535351, -1px 1px 0 #535351, 1px 1px 0 #535351;
}

.counter-value {
	font-size: 40px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	text-shadow: -1px -1px 0 #535351, 1px -1px 0 #535351, -1px 1px 0 #535351, 1px 1px 0 #535351;
}

.mu-counter-name {
	color: #ecf0f1;
	text-shadow:0px 0px 2px #000; 
}


/*--------------------*/
/* SERVICE */
/*--------------------*/


#mu-service {
	display: inline;
	float: left;
	width: 100%;
}

.mu-service-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-service-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	background-color: #7d7373;
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-service-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-service-content-single{
	display: inline;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%;
}

.mu-service-icon-box {
	font-size: 35px;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 10px;
}

.mu-service-content-single h4{
	margin-bottom: 20px;
	font-size: 20px;
}

.mu-service-content-single p{
	font-size: 15px;
}


/*--------------------*/
/* PORTFOLIO */
/*--------------------*/


#mu-portfolio {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-portfolio-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-portfolio-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-heading-title {
	color: #1c1b1b;
	margin-bottom: 15px;
	position: relative;
}

.mu-header-dot {
	background-color: #7d7373;
	border-radius: 0;
	height: 3px;
	width: 100px;
	display: inline-block;
	margin-bottom: 20px;
}

.mu-portfolio-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-portfolio-filter-area{
	display: inline;
	float: left;
	width: 100%;
	margin-top: 70px;
}

.filtr-item {
	margin-bottom: 0px;
	padding: 16px;
	transform-style: unset !important;
}

.mu-imglink {
	background-color: transparent;
}

.filtr-item h4 {
	font-size: 18px;
}

.mu-filter-item-content {
	position: absolute;
	left: 16px;
	top: 16px;
	right: 16px;
	bottom: 16px;
	color: #fff;
	padding-top: 30%;
	text-align: center;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	
}
.mu-filter-item-content a{
	font-weight: 600;
	color:#fff;
	border:3px solid #005262;
	border-radius: 6px;
	padding:3px 7px 3px 7px;
	transition:all 0.3s;  
	text-align: center;
	position: relative;
	top: 20px;
	text-shadow: 1px 1px #000;

}
.mu-filter-item-content a:hover{
	background-color:#005262; 
	color:#fff;
	border-color:#FFF;
	
}
.filtr-item:hover .mu-filter-item-content{
	-webkit-transform: scale(1);
	        transform: scale(1);
}


/* Filter controls */

.mu-simplefilter {
	text-align: center;
}

.mu-simplefilter li {
	border: 2px solid #005262;
	color: #005262;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	padding: 0.6rem 1.5rem;
	margin: 2px 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s !important;
	background: linear-gradient(#fff,#fff) !important;
	font-size: 15px;
	font-weight: 600;
}

.mu-simplefilter li:hover,
.mu-simplefilter li.active {
    color: #fff;
    border-color: #fff;
    border-radius: 5px !important;
    background-color:#005262 !important;
    background: linear-gradient(#005262,#005262) !important;
}




/*--------------------*/
/* TEAM */
/*--------------------*/


#mu-team {
	display: inline;
	float: left;
	width: 100%;
}

.mu-team-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-team-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}


.mu-team-content{
	display: inline;
	float: left;
	margin-top: 70px;
	width: 100%;
}

.mu-team-content-single {
	background-color: #ecf0f1;
	display: inline;
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding: 15px;
}

.mu-team-content-single:hover {
	-webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.mu-team-content-single:hover .mu-team-info {
	color: #fff;
}

.mu-team-profile {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-team-info {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.mu-team-info h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0;
}

.mu-team-info span{
	font-size: 13px;
}

.mu-team-social-info {
	background: rgba(0,0,0,0.85);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	text-align: center;
	padding-top: 49%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-team-content-single:hover .mu-team-social-info{
	opacity: 1;
}

.mu-team-social-info a {
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 18px;
	line-height: 45px;
	margin: 0 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-team-social-info a:hover,
.mu-team-social-info a:focus{
	background-color: #fff;
	border-color: #fff;
}



/*--------------------*/
/* CLIENT TESTIMONIALS */
/*--------------------*/

#mu-testimonials {
	background-image: url("assets/images/testimonials-bg.jpeg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-testimonials::before {
	background: rgba(0,0,0,0.9);
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.84;
}

.mu-testimonials-area {
	display: inline;
	float: left;
	padding: 150px 0 210px;
	width: 100%;
}

.mu-testimonials-area h2 {
	color: #fff;
	text-align: center;
}

.mu-testimonials-block {
	display: inline;
	float: left;
	margin-top: 60px;
	width: 100%;
}

.mu-testimonial-slide li{
	list-style: none;
	text-align: center;
}

.mu-testimonial-slide li p{
	color: #fff;
}

.mu-ct-name {
	 margin-bottom: 5px; 
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 30px;
}

.mu-ct-title {
	color: #fff;
	font-size: 14px;
}

.mu-testimonial-slide .slick-dots {
    bottom: -70px;
}

.mu-testimonial-slide .slick-dots li {
	height: 20px;
	width: 35px;
}

.mu-testimonial-slide .slick-dots li button {
	border-radius: 0px;
	height: 3px;
	padding: 0;
	width: 35px;

}

.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button {
	opacity: 1;
}


/*--------------------*/
/* CLIENTS */
/*--------------------*/


#mu-clients {
	display: inline;
	float: left;
	width: 100%;
}

.mu-clients-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-clients-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}


.mu-clients-content{
	display: inline;
	float: left;
	margin-top: 80px;
	width: 100%;
}

.mu-clients-content-single {
	display: inline;
	float: left;
	text-align: left;
	width: 100%;
	padding: 15px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-contact-content{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.mu-contact-left {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-form .form-group input {
	background-color:#005262 ;
	color: #FFF ;
	font-size: 15px;
	border: 1px solid #fff !important ;
	border-radius: 5px;
	height: 45px;
	margin-bottom: 24px;
	transition: all 0.5s;
}

.mu-contact-form .form-group textarea{
	background-color:#005262 ;
	color: #FFF ;
	font-size: 15px;
	border: 1px solid #fff !important ;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px;
	height: 190px;
	transition: all 0.5s;
}

.mu-contact-form .form-control:focus {
	background-color: #FFF;
	color:#005262;
	border: 1px solid #005262 !important ;
    outline: 0;
    box-shadow: none; 
    border-radius: 5px;

} ©

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form button {
	position:relative;
	float: left;
	margin-left: 0;
	border-radius: 5px;
	background-color:#005262 !important;
	color:#fff !important;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
.mu-contact-form button:hover{
color:#005262 !important;
background-color:#fff !important ;
border: 1px solid #005262 !important ;

	
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

.mu-contact-right {
	display: inline;
	float: left;
	width: 100%;
	
}

.mu-contact-right p{
	
	color: #005262 !important;
	font-weight: 600 !important;
	transition: all 0.5s;
}
.mu-contact-right p a i{
	
	color: #005262 !important;
	
}
.mu-contact-right p a {
	
	color: #005262 !important;
	
}
.mu-contact-right p:hover{
	
	opacity:0.5;
}
.mu-contact-right address {
	padding-left: 0;
	margin-top: 15px;
	display: block;
	width: 100%;
	color: #005262 !important;
	font-weight: 600 !important;
}

.mu-contact-right address p {
	font-size: 16px;

}

.mu-contact-right address p i{
	margin-right: 10px;

}

.mu-social-media {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media a {
	display: inline-block;
	color: #005262 !important;
	font-size: 16px;
	border: 1px solid #005262;
	width: 35px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-social-media a:hover,
.mu-social-media a:focus {
	background-color: #005262;
	color:#fff !important;
	border-color:#fff !important;
	border-radius: 3px;
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}



/* GOOGLE MAP */

#mu-google-map {
	display: inline;
	float: left;
	width: 100%;
}

#mu-google-map iframe{
    pointer-events: none;
}




/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer{
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-area{
	display: inline;
	float: left;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.mu-footer-area a{
	font-weight: 600;
}



.navbar-brand img {
		width: 250px;
		margin-top: -30px;
		filter: drop-shadow(0 0 20px #fff ) !important;
	}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
	
	.mu-featured-slider-content {
		left: 10%;
		right: 10%;
		bottom: 0;
		top: 25%;
	}

	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		margin-top: -7px;
	}

	.navbar-brand img {
		width: 195px !important;
		margin-top: -10px;
	}

	.navbar-default .mu-menu li a {
		margin: 10px 12px 5px;
	}
	.ustkutu ul li a
	{
	color: #fff;
	transition: all 0.5s;
	font-size: 18px;
	}
	}

@media (max-width: 991px) {
	
	.navbar-default .mu-menu li a {
		font-size: 14px;
		margin: 10px 5px;
	}	

	.mu-featured-slider-content h1 {
		font-size: 25px;
		margin-bottom: 10px;
	}	

	.mu-featured-slider-content p {
		padding: 0;
		margin-bottom: 0;
		font-size: 14px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-about-content-single,
	.mu-single-counter {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.mu-simplefilter li{
		margin-bottom: 10px;
	}

	.mu-clients-content-single img{
		width: 100%;
	}

	.mu-contact-right {
		margin-top: 50px;
	}
	.ustkutu ul li a
	{
	color: #fff;
	transition: all 0.5s;
	font-size: 17px !important;
	}

	.navbar-brand img {
		width: 165px !important;
		margin-top: -10px;
	}
	.mu-filter-item-content a{
	
	top: 15px;
	

}
.mu-single-counter .counter-value,
.mu-single-counter i{
font-size:30px !important;
text-shadow:0px 0px 2px #000; 

}
.mu-single-counter .mu-counter-name{
	font-size: 20px;
	text-shadow:0px 0px 2px #000; 

}
.mu-counter-area {
	
	padding: 50px 0;
	
}
.mu-counter-area h2,.mu-counter-area span {
	
	text-shadow: 0px 0px 2px #000;
	
}
.mu-counter-block{
	margin-top: 20px;
}
.mu-single-counter{
	margin-top: 12px;
	margin-bottom: 12px;
}
}
@media (max-width: 767px) {
 .hakkimizdaresim{
  	width: 500px !important;
  	text-align: center !important;
  	margin-right: auto !important;
  	margin-left: auto !important;
  	float: none!important;
  }
  .mu-about-content .row .hakkimizdatanim p{
  	
  	margin-left: 50px !important;
  }
  .mu-filter-item-content a{
	
	top: 30px;
	

}



}
@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: rgba(0,0,0,0.5);
		text-align: center;
	}


	.navbar-default .mu-menu li a {
		display: inline-block;
	}

	.mu-team-content .row > div {
		width: 92%;
		float: left;
	}

	

	.mu-testimonial-slide li {
		padding: 0 15px;
	}
	.ustkutu ul li a
	{
	color: #fff;
	transition: all 0.5s;
	font-size: 16px !important;
	}	
	.detaykutu img{
	height: 350px !important;
}
}


@media (max-width: 640px){

	#mu-header.mu-fixed-nav {
		padding: 10px 0;
	}
	
	.mu-featured-slider-content {
		left: 0;
		right: 0;
		bottom: 0;
		top: 30%;
		padding: 0 10px;
	}

	.mu-featured-slider-content h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.mu-featured-slider-content p {
		font-size: 12px;
	}

	.mu-primary-btn {
		font-size: 12px;
		padding: 10px 12px;
		margin-top: 15px;
	}

	.slick-dots {
		bottom: 15px;
	}
	.ustkutu ul li a
	{
	color: #fff;
	transition: all 0.5s;
	font-size: 15px !important;		

	}

	.hakkimizdaresim{
  	width: 400px !important;
  	text-align: center;
  }
  .mu-about-content .row .hakkimizdatanim p{
  	
  	margin-left: 50px !important;
  }
  .detaykutu img{
	height: 300px;
	
}
.detayiconkapsayici{
	flex-direction: column !important;
	align-items: center !important;
	justify-content:center !important;
	text-align: center !important;
}
.detayiconkapsayiciozel{
	height: 600px !important;

}
.detaykutuicon{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}


.mu-filter-item-content h4,
.mu-filter-item-content a{
	font-size: 14px;
}
.mu-filter-item-content a{
	top:10px;
}
}

@media (max-width: 580px) {
 .mu-filter-item-content a{
	
	top: 15px;
	

}
.detaykutu img{
	height: 270px !important;
}


}
@media (max-width: 520px) {
.mu-single-counter .counter-value,
.mu-single-counter i{
font-size:26px !important;
text-shadow:0px 0px 2px #000; 

}
.mu-single-counter .mu-counter-name{
	font-size: 16px;
	text-shadow:0px 0px 2px #000; 

}
.ustkutu ul li a
	{
	
	text-shadow: 0 0 3px #fff;
	}
}

@media (max-width: 480px) {

	#mu-header {
		padding: 10px 0;
	}

	.navbar-default .navbar-brand, 
	.navbar-default .navbar-brand:hover, 
	.navbar-default .navbar-brand:focus {
		font-size: 25px;
		margin-top: 0px;
	}

	.navbar-toggle {
		padding: 7px 8px;

	}

	

	.navbar-toggle .icon-bar {
		width: 18px;

	}
	.mu-featured-slide{
		top:100px !important;
	}
	.mu-featured-slide .slick-dots {
		display: none !important;
	}

	h2{
		font-size: 25px;
	}
	

	.mu-heading-title {
		margin-bottom: 10px;
			font-size: 25px !important;
	}

	.mu-about-content-single h4 {
		margin-bottom: 18px;
	}

	.mu-simplefilter li {
		padding: 1rem 1.3rem;
		font-size: 14px;
	}

	.mu-team-social-info a {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.mu-contact-form button {
		width: 100%;
	}

	.filtr-item h4 {
		font-size: 14px;
	}
			
	.ustkutu ul li a
	{
	color: #fff;
	transition: all 0.5s;
	font-size: 14px !important;

	}
	.hakkimizdaresim{
  	width: 300px !important;
  }
 .container-fluid .navbar-header .navbar-brand img{
  	width: 150px !important;
  }
   .mu-filter-item-content a{
	
	top: 10px;
	

}
.detaykutu img{
	height: 250px !important;
}
/*.navbar-default .mu-menu li a {
	
	color: #005262 !important;
	
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:active,
.navbar-default .mu-menu li a:focus {

	color: #FFF !important;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color:#005262 !important;
	color:#FFF !important;
}
*/
#mu-header .ustkutu ul li a
{
	color:#005262 ;
	
}
#mu-header .ustkutu ul li a:hover
{
	color: #fff;
	text-shadow: 0px 0px 2px #000;

}
.navbar-default .navbar-header .navbar-toggle{
	border-color:#005262 !important;
	
	color: #005262 !important;
}
.navbar-default .navbar-header .navbar-toggle .icon-bar{
	
	background-color:#005262;
}

.mu-about-area {
	margin-top: 100px;
}

.mu-counter-area {
	
	padding: 30px 0;
	
}
.mu-counter-area h2,.mu-counter-area span {
	
	text-shadow: 0px 0px 2px #000;
	
}
.mu-counter-block{
	margin-top: 10px;
}
.mu-single-counter{
	margin-top: 8px;
	margin-bottom: 8px;
}
.mu-single-counter .counter-value,
.mu-single-counter i{
font-size:25px !important;
text-shadow:0px 0px 2px #000; 

}
.mu-single-counter .mu-counter-name{
	font-size: 15px;
	text-shadow:0px 0px 2px #000; 

}

.mu-filter-item-content h4,
.mu-filter-item-content a{
	font-size: 10px;
}
.mu-filter-item-content a{
	top:5px;
}
}
@media (max-width: 420px){
 .hakkimizdabaslik .hakkimizdaustresim img{
		max-width:none !important;
	width: 700px !important;

}
 .mu-filter-item-content a{
	font-size: 10px !important;
	top: 6px;
}	
.detayiconkapsayici{


height: auto !important;

}

}
@media (max-width: 408px) {
.mu-single-counter .counter-value,
.mu-single-counter i{
font-size:22px !important;
text-shadow:0px 0px 2px #000; 

}
.mu-single-counter .mu-counter-name{
	font-size: 12px;
	text-shadow:0px 0px 2px #000; 

}
.mu-filter-item-content a{
	top:0px;
}
}
@media (max-width: 390px) {
	.mu-filter-item-content {
		padding-top: 20%;
	}

.mu-filter-item-content a{
	top:-5px;
	padding: 1px;
}
}

@media (max-width: 360px) {
.mu-filter-item-content a,
.mu-filter-item-content h4{
	font-size: 10px !important;
}
.mu-filter-item-content {
		padding-top: 10%!important;
	}
}
@media (max-width: 340px) {
.mu-single-counter .counter-value,
.mu-single-counter i{
font-size:18px !important;
text-shadow:0px 0px 2px #000; 
font-weight: 900 !important;

}
.mu-single-counter .mu-counter-name{
	font-size: 9px;
	text-shadow:0px 0px 2px #000; 
font-weight: 900 !important;
}

}
@media (max-width: 277px) {
.mu-single-counter .counter-value,
.mu-single-counter i{
font-size:15px !important;
text-shadow:0px 0px 2px #000; 
font-weight: 900 !important;

}
.mu-single-counter .mu-counter-name{
	font-size: 7px;
	text-shadow:0px 0px 2px #000; 
font-weight: 900 !important;
}


#iletisimfixed{
	
	
	left: 5px !important;
	bottom: 5px !important;
	
	width:100px !important;
	height: 35px !important;

	
		
}
#iletisimfixed i{
	font-size: 20px !important;
	
	left: 10px;
	
	margin-right: 15px;
	}
#iletisimfixed a{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	line-height: 15px;
	font-size: 13px !important;
	
	margin-left: 15px;
}
#iletisimfixed a:hover{
	cursor: pointer;
	
	font-weight: 900;
}
.detaykutu img{
	height: 230px !important;
}


}
@media (max-width: 360px){

	.mu-featured-slider-content {
		top: 49%;
	}

	.mu-featured-slider-content p,
	.mu-featured-slider-content .mu-primary-btn {
		display: none;
	}

	.mu-featured-slider-content h1 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.mu-filter-item-content {
		padding-top: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.filtr-item h4 {
		font-size: 12px;
	}

	.mu-team-content .row > div {
		width: 100%;
	}

	.mu-simplefilter li {
		padding: 1rem 1rem;
		font-size: 12px;
	}
	.ustkutu ul li a
	{
	color: #fff;
	transition: all 0.5s;
	font-size: 13px !important;
	}

	.detaykutu img{
	height: 200px !important;
}
}



@media (max-width: 320px){
	
	
	 .mu-filter-item-content a{
	
	top: -8px;
	

}
	
	
}





/*üst iletişim başlangıç*/

.ustkutu{
	
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;

}

.liste{

	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}

.ustkutu ul li{
	display: inline-block;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;

}
.ustkutu ul li a
{
	color: #fff;
	transition: all 0.5s;
	font-size: 20px;
	font-weight: 600;
}
.ustkutu ul li a:hover
{
	color: #005262;

}
.ustkutu ul li a i{

}



.mu-featured-slider-single::before, #mu-counter:before, .mu-filter-item-content,  .mu-team-content-single:hover {
    background: rgba(68,104,220,0.2) !important;
    background: -webkit-linear-gradient(to right, rgba(176,106,179,0.2), rgba(68,104,220,0.2));
    background: linear-gradient(to right, rgba(176,106,179,0.2), rgba(68,104,220,0.2));
}

.butonozel
{
	color:#005262 !important;
	font-weight:600 !important;
	border-color: #005262 !important;
}
.butonozel:hover
{
	color:#fff !important;
	
}
.hakkimizdaicon span {
 border-width: 3px !important;
 transition: all 0.3s;
}

.hakkimizdaicon span:hover{
color:#fff !important;
background-color: #005262 !important;
}

.hakkimizdaicon h4,.hakkimizdaicon p {
color:#005262 !important;
}
.hakkimizdaicon p {
font-weight:600 !important;
}

.istatistik h2
{
	color:#fff !important;
}
.istatistik span{
	background-color: #fff !important;
}
.istatistikicon h5{
	font-weight: 800 !important;
	color:#fff !important; 
	text-shadow: -1px -1px 0 #535351, 1px -1px 0 #535351, -1px 1px 0 #535351, 1px 1px 0 #535351;
}




#ustegit{
	font-size: 28px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background-color:rgba(0,82,98,0.5);
	width:40px;
	height: 40px;
	text-align: center;
	color:#fff;
	border-radius: 10px;
	vertical-align: middle;
	transition: all 0.5s;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
}

#ustegit:hover{
	cursor: pointer;
	background-color:rgba(0,82,98,1);
}
#ustegit.goster{
	visibility:visible;
	  opacity: 1;
}


#iletisimfixed{
	
	position: fixed;
	left: 10px;
	bottom: 10px;
	background-color:rgba(1, 135, 1,1);
	width:150px;
	height: 50px;

	border-radius: 10px;
	vertical-align: middle;
		z-index: 2000;
		
}
#iletisimfixed i{
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 10px;
	top: 50%;
	transform:translateY(-50%);
	margin-right: 15px;
	}
#iletisimfixed a{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	line-height: 15px;
	font-size: 18px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	transition: all .25s;
	margin-left: 15px;
}
#iletisimfixed a:hover{
	cursor: pointer;
	
	font-weight: 900;
}


   .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;

    }
    .swiper-slide p{
    	color:#fff;
    	font-weight: 600;
    	text-align: center;
    	/*background-color:rgba(291,208,208,0.5);
     	border-radius: 6px;*/
     	text-shadow: 2px 2px #000;
     	position: relative;
     	margin-top:90%;
    }

#hakkimizdabanner{
  	

  }
  .hakkimizdamenu ul li a{
  	color: #005262 !important;
  	transition: all 0.5s;
  	text-shadow:0px 0px 3px #FFF !important;
  }
 .hakkimizdaustkutu .liste ul li a{
 	text-shadow:0px 0px 3px #FFF !important;
  	color: #005262 !important;
  transition: all 0.5s;
 }
  .hakkimizdaustkutu .liste ul li a:hover,  .hakkimizdamenu ul li a:hover{
  	color:#fff !important;
  	text-shadow: 0px 0px 2px #000 !important;
  }
  .hakkimizdabaslik h2{
  	margin-top: 40px;
  }
   .hakkimizdabaslik h1{
  	margin-top: 40px !important;
  }
  .hakkimizdaresim{
  	float: left;
  	margin: 0px 50px 50px 50px;
  	width: 700px;
  }
 .mu-about-content .row .hakkimizdatanim p{
  	
  	margin-left: 50px !important;
  	margin-right: 50px !important;
  }

.wrapper {
  position: relative;
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  max-height: 1200px;
  
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 2vmin;
  justify-content: center;
  align-items: center;
}

.wrapper img {
  z-index: 1;
  grid-column: span 2;
  max-width: 100%;
 
  margin-bottom: -52%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transform: scale(1);
  transition: all .5s;
  }
 .wrapper img:nth-child(7n + 1) {
    grid-column: 2 / span 2;
  }
  
.wrapper img:hover {
    z-index: 2;
    transform: scale(2);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }

main .galerikapsayici{
	margin-bottom: 150px !important;
}
.ozelbutongecis li a
{
	color:#005262 !important;
	transition: .5s;
}
.ozelbutongecis .active a
{
	background-color: #005262 !important;
	transition: .5s;
	color:#FFF !important;
}


.ozelbutongecis .active a:hover
{
	color: #005262 !important;
	background-color: #fff !important;
	border-color: #005262 !important;
}



.detayiconkapsayici{

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 400px;

}

.detayiconkapsayiciblog{
	height: auto !important;
}
.detaykutu {
position: relative;

text-align: center;
align-items: center;
color: #005262 !important;
font-size: 17px !important;

}
 .detaykutu i{
font-size: 35px;
margin-bottom: 20px;

}
.detaykutu p{
	text-indent: 25px;
}

.detaykutu img{
	height: 400px ;
	text-align: center;
	align-items: center;
	justify-content: center;

}
 .detaykutu i, .detaykutu h3, .detaykutu p,{
	color: #005262 !important;

	
	
	
	
}
.detayiconkapsayiciozel{
	align-items: flex-start;
	padding-top: 30px;
}
.urundetaykeywordkap{
	margin-top:35px;
	margin-bottom: 25px;
}
.urundetaykeyword button{
	background-color:#005262;
	color:#FFF;
	transition: all .5s;


}
.urundetaykeyword button:hover{
	background-color:#FFF;
	color:#005262;
	border-color:#005262;
	font-weight: 700;


}
.urundetaykeyword ul li{
	list-style-type: none !important;

	color: #005262 !important;
}
.dogrulama{
	width: 50% !important;
	height: 34px;
}
.resimdogrulama
{
	width: 90px;
	height: 34px;
	margin-right: 5px;
}
.yenile
{	height: 34px !important;
	border:2px solid #005262   ;
	color: #005262   ;
	padding:3px 5px;
	text-decoration:none !important;
	transition: all .5s;
}
.yenile:hover
{	background-color: #005262   ;
	/*border:2px solid #FFF ;*/
	color:  #FFF ;
	}
.yenile:hover,.yenile:visited{
text-decoration:none !important;
}

.bolgedetay{
	text-align: left !important ;
	padding-top: 15px;

}
.bolgedetay ul li{
	list-style-type: none !important;
}
.bolgedetay ul li i{
	font-size: 17px !important;
}
.bolgedetay h2{
	font-size: 26px !important;
	
}


.bloglar{
	border: 1px solid #005262  ;
	border-radius:22px ;
	padding-top: 15px;
	margin-top: 35px;
	padding-bottom: 15px;
	
}
.blogustegel{
	z-index: 0 !important;
}

.blogresim img
{
	border-radius: 15px 0 0 15px;
}


@media (max-width: 992px){
	.blogresim img{
		border-radius: 15px;
		width: 80%;

	}
	.blogresim{
		margin-bottom: 25px;
	}

	}
.bloglistedetay{
	clear: both !important;
}

.bloglistedetay ul li{
	list-style-type: none !important;
	 display: inline !important;
	 color:#005262 !important ; 
}
.bloglistedetay ul li i{

	 color:#005262 !important ; 
}