@charset "utf-8";
/* CSS Document */

* {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	}

html , body {
	background-color: #fff;
	color:#535353;
	scroll-behavior: smooth;
}

ul,li {
	list-style-type: none;
}

a {
	color:#ef7f1a;
	text-decoration: none;
	transition: 300ms;
}

a:hover {
	text-decoration: none;
	color: #00a0c9;
}

.text-right {text-align: right;}

/*NAVBAR START*/

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	background: #fff;
	display: block;
	z-index: 9;
}
.top-bar {
	background: rgba(255,255,255,1.00);
	height: 55px;
	padding:1rem 0rem; 
	color: #535353;	
}

.top-bar .container {
	border-bottom: 1px solid #eee;
}

.top-bar .top-contact span {
	font-size: .8rem;
	padding: 5px;
}

.top-bar .top-contact span i {
	color:#ef7f1a;
	padding-right: 5px;
}

.top-social-list {
	display: flex;
	justify-content: flex-end;
}

ul.top-social-list li {
	padding: 0 5px;
}

.navbar .navbar-logo { 
	height: 3rem;
}

.navbar-light .navbar-nav .nav-link, .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #535353;
	text-transform: uppercase;
	font-size: .8rem;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
	color: #00a0c9;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ef7f1a;
}
 
/**NAVBAR END**/


main {
	position: relative;
}

.widget-box a{
	display: flex;
	padding: 1.4rem 0;
	justify-content: center;
}

.text-justify {
	text-align: justify;
}

/*WİDGET START*/
.widget-icon {
	
    margin: 0 10px 0 0;
    font-size: 45px;
    line-height: 45px;
    color: #838182;
	position: relative;
    padding: 0 10px 0 0;
	transition: all 300ms;
}

.widget-box:not(:first-child) a .widget-icon:before {
    position: absolute;
    content: "";
    left: -36px;
    top: 0;
    bottom: auto;
    right: auto;
    width: 1px;
    height: 53px;
    z-index: 0;
    background: #e0e0e0;
}

.text-holder {
	font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #353535;
	z-index: 0;
	transition: all 300ms;
}

.text-holder h1 {
	font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 1px;
    color: #353535;
    text-transform: uppercase;
	transition: all 300ms;
}

.widget-box:hover .widget-icon , .widget-box:hover .text-holder, .widget-box:hover .text-holder h1 {
	color: #ef7f1a;	
}

/**WİDGET END**/

/*KOLEKSİYON START*/

.mt-team-sec {
	padding: 0 0 87px;
}

.mt-team-sec h3 {
	color: #3a3a3a;
	text-transform: uppercase;
	font: 700 26px/30px "Montserrat", sans-serif;
}

.mt-team-sec .item {
	margin-bottom: 22px;
}

.mt-team-sec .item:first-child {
	margin: 0;
}

.mt-team-sec .item .mt-txt {
	padding: 0 0 0 6px;
	border-left: 6px solid #00a0c9;
}

.mt-team-sec .img-holder {
	margin: 0 0 15px;
	overflow: hidden;
}

.mt-team-sec .img-holder a {
	display: inline-block;
	position: relative;
}

.mt-team-sec .img-holder a .social-icon {
	font-size: 20px;
	line-height: 22px;
	opacity: 0;
	visibility: visible;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mt-team-sec .img-holder a .social-icon li {
	margin: 0 4px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	padding: 8px;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	background: #494949;
}

.mt-team-sec .img-holder a .social-icon li:hover {
	color: #ef7f1a;
}

.mt-team-sec .img-holder a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	z-index: 0;
}

.mt-team-sec .img-holder a:hover:before {
	opacity: 1;
	visibility: visible;
}

.mt-team-sec .img-holder a:hover .social-icon {
	opacity: 1;
	visibility: visible;
}

.mt-team-sec h4 {
	font-size: 14px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #535353;
}

.mt-team-sec h4 a {
	-webkit-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	color: #535353;
}

.mt-team-sec h4 a:hover {
	color: #ef7f1a;
}

.mt-team-sec .sub-title {
	font-size: 12px;
	line-height: 14px;
	display: block;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0 0 0 3px;
	color: #a0a0a0;
}

.mt-team-sec .sub-title-no-upper {
	font-size: 12px;
	line-height: 14px;
	display: block;
	/* letter-spacing: 4px; */
	padding: 0 0 0 3px;
	color: #a0a0a0;
	min-height: 45px;
}

.mt-team-sec .hali-properties-list {
	padding: 0;
}

.mt-team-sec .hali-properties-list span{
	color: #ef7f1a;
	font-weight: bold;
}

.pt-25 {
    padding-top: 25px;
}

img.bordered {
	padding: 3px;
	border: 1px solid #ddd;
}
.mt-team-sec .koleksiyon-header {
	color: #ef7f1a;
}

.mt-team-sec .koleksiyon-header span {
	font-weight: 300; 
	color:#000;
}

.table {
	
	font-size:12px;
}

.table-header {
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.8rem 0rem;
	font-size: 14px;
}

.table-responsive-md p {
	font-size:12px;
}

.uyari-ikonlari ul{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	padding: 0px;
	font-size: 14px;
}

.uyari-ikonlari ul li {
	padding: 1rem 1rem 1rem; 
}


/*KOLEKSİYON END*/

#up-buton {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 2rem;
}

#up-buton:hover {
	color: #535353;
}


/*Footer Start*/
footer .dark{
	background: #f6f6f6;
	position: relative;
	font-size: 14px;
	color: #a0a0a0;
}



#mt-footer.style1 .footer-holder {
	padding: 76px 0 70px;
}

.footer-logo img {
	width: 75%;
}

.f-widget-about p {
    margin: 22px 0px;
    text-align: justify;
}

address {
	display: contents;
}

.address-list li a {
	padding-left: 5px;
}

footer ul, footer ol {
	padding: 0px;
	margin: 0;
}

.f-widget-about .address-list li:first-child {
	margin: 0 0 20px;
}

#mt-footer .footer-holder .f-widget-heading {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 17px;
    font-weight: 700;
    color: #575757;
}

.f-widget-newsletter {
	text-align: right;
}

.f-widget-newsletter p {
	padding: 0; 
	margin: 0;
}

#btnAddEmail {
	width:150px;
	height: 30px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: #ef7f1a;
	color:#fff;
	padding: 5px 20px;	
}

#mt-footer .f-widget-tabs {
	display: flex;
	flex-wrap: wrap;
}

#mt-footer .f-widget-tabs .tabs li {
   /* float: left;*/
    margin: 0 3px 10px 0;
	display: inline-flex;
}

#mt-footer .f-widget-tabs .tabs li a {
    padding: 1px 15px;
    display: block;
    border-radius: 25px;
    border: 1px solid #c1c1c1;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#mt-footer .social-network li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 2px;
}

#mt-footer .social-network li i{
	font-size: 16px;	
}

#mt-footer .newsletter-form {
    margin: 0 0 50px;
}

/**Footer End**/

/*KURUMSAL*/
.banner-bg {
	
	background-image: url("../img/kurumsal-banner-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
	margin: 0px;
	padding: 0px;
	background-position: center ;
	
}

.banner-bg h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	font-size: 2rem;
	font-weight: bold;
}

.kurumsal-text {
	text-align: center;
	padding: 3rem 0rem;
	
}
/*KURUMSAL*/


/**RESPONSİVE**/

@media screen and (max-width:992px)
{
   .widget-box a .widget-icon:before 
	{display: none;
	content: "";}
	
	.mt-team-sec h3 {
    font: 700 22px/26px "Montserrat", sans-serif;
}
}

@media screen and (max-width:768px) {
	.mt-team-sec {padding: 0px 20px;}
	
}

@media screen and (max-width:550px)
{
	.top-contact span:nth-child(even)
	{display: block;}				
}


@media screen and (max-width:425px)
{
	.text-holder h1 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 0px;
	color: #353535;
	text-transform: uppercase;
	transition: all 300ms;}	
	
	.text-holder p {
		margin-bottom: 0px;
	}
	
	.widget-icon {
    margin: 0px 5px 0 0;
    font-size: 40px;
    line-height: 40px;
    color: #838182;
    position: relative;
    padding: 0 5px 0 0;
    transition: all 300ms;
}
	
	.footer-logo img {
    width: 50%;
}
	
	#mt-footer.style1 .footer-holder {
    padding: 25px 0 65px;
}
	
	#btnAddEmail {
    width: 108px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #ef7f1a;
    color: #fff;
    padding: 8px 10px;
}
	#mt-footer .newsletter-form {
    margin: 0 0 20px;
}
	
}

/**RESPONSİVE**/



