
html{
	height: 100%;
}

body{
	font-family: 'Raleway', sans-serif;
	height: 100%;
	font-weight: 400;
	font-size:1.05rem;
	color:#f2e9e2;
	background-color:#fff;
}

a {
    color: #c5a47e;
    text-decoration:none;
}

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

h1{
	font-size:2rem;
	font-weight: 600;
	color:#3bb0b1;
}

.h1-ic-sayfa{
	font-size:2rem;
	font-weight: 400;
	color:rgba(52,158,159,1);
	margin-bottom:1rem;
	margin-top:0rem;
	
}

.h1-ic-sayfa{
  position:relative;
  text-align: center;
}
.h1-ic-sayfa:before {
  content: "";
  display: block;
  border-top: solid 1px rgba(52,158,159,1);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.h1-ic-sayfa span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}


/* koyu */

.h1-ic-sayfa-2{
	font-size:1.5rem;
	font-weight: 500;
	color:#fff;
	margin-bottom:2rem;
	margin-top:0rem;


	
}

.h1-ic-sayfa-2{
  position:relative;
  text-align: center;
}
.h1-ic-sayfa-2:before {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.h1-ic-sayfa-2 span {
  background: #309192;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}



.h-15{
	height:18% !important;	
}


.yesil-check{
	font-size:3rem;
	color:#9cbe1a;	
	margin-bottom:0;
}

.speech-bubble {
	position: relative;
	background: rgba(51,158,159,.7);
	padding:3rem 2rem 2rem 2rem;
	opacity:0;
	margin-top:2rem;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: rgba(51,158,159,.7);
	border-right: 0;
	margin-top: -20px;
	margin-right: -20px;
}

.carousel-item.active .speech-bubble {
	margin-top:0;
  animation: animate-carousel 1s normal forwards;
}

.header-h1{

font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
}

.header-p{
font-size:1rem;
font-weight: 400;
color:#fff;
}



/* */

.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.effect1 {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  padding: 10px 50px 10px 0;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(1);

      -ms-transform: scale(1);

          transform: scale(1); /*change scale(3) to scale(1)*/
}

.effect1 .bg {

  background: #fff;
  width: 29px;
  height: 1px;
  position: absolute;
  margin:0 auto;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect1:hover {
  padding: 10px 20px 10px 20px;
  color: #000;
}

.effect1:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect1 .bg:before, .effect1 .bg:after {
  content: '';
  height: 1px;
  width: 9px;
  background: #fff;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect1 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect1 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect1:hover .bg:before,
.effect1:hover .bg:after{
  right: 0;
}

.effect1:hover .bg:before{
  bottom: 6px;
}

.effect1:hover .bg:after{
  top: 6px;
}

/* */

.btn-line-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}


.effect4 {
  color: #fff;
  text-decoration: none;
  font-size: .9rem;
  position: relative;
  padding: 4px 50px 7px 0;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(1);

      -ms-transform: scale(1);

          transform: scale(1); /*change scale(3) to scale(1)*/
}

.effect4 .bg {

  background: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
  margin:0 auto;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect4:hover {
  padding: 4px 20px 4px 20px;
  color: #000;
}

.effect4:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect4 .bg:before, .effect4 .bg:after {
  content: '';
  height: 1px;
  width: 9px;
  background: #fff;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect4 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect4 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect4:hover .bg:before,
.effect4:hover .bg:after{
  right: 0;
}

.effect4:hover .bg:before{
  bottom: 6px;
}

.effect4:hover .bg:after{
  top: 6px;
}
/**/

.btn-line-2 {

  display:inline-block;

}

.effect2 {
	 width:100%;
  color: #fff !important;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
padding: 10px;
  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(1);

      -ms-transform: scale(1);

          transform: scale(1); /*change scale(3) to scale(1)*/
}

.effect2 .bg {

  background: #fff;
  width: 29px;
  height: 1px;
  position: absolute;
  margin:0 auto;
  right: 2px;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect2:hover {
  padding: 10px;
  color: #000 !important;
}

.effect2:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect2 .bg:before, .effect2 .bg:after {
  content: '';
  height: 1px;
  width: 9px;
  background: #fff;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect2 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect2 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect2:hover .bg:before,
.effect2:hover .bg:after{
  right: 0;
}

.effect2:hover .bg:before{
  bottom: 6px;
}

.effect2:hover .bg:after{
  top: 6px;
}


/* */

.btn-line-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  font-weight:500;

}

.effect3 {
  color: #1f6b6c;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  padding: 10px 50px 10px 0;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -webkit-transform: scale(1);

      -ms-transform: scale(1);

          transform: scale(1); /*change scale(3) to scale(1)*/
}

.effect3 .bg {

  background: #1f6b6c;
  width: 29px;
  height: 1px;
  position: absolute;
  margin:0 auto;
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
}

.effect3:hover {
  padding: 10px 20px 10px 20px;
  color: #fff;
}

.effect3:hover .bg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.effect3 .bg:before, .effect3 .bg:after {
  content: '';
  height: 1px;
  width: 9px;
  background: #1f6b6c;
  position: absolute;
  right: -2px;      
  -webkit-transition: all 0.3s;      
  -o-transition: all 0.3s;      
  transition: all 0.3s;
}

.effect3 .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.effect3 .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.effect3:hover .bg:before,
.effect3:hover .bg:after{
  right: 0;
}

.effect3:hover .bg:before{
  bottom: 6px;
}

.effect3:hover .bg:after{
  top: 6px;
}



.header-ic-h1{
font-size:1.3rem;
font-weight: 600;
color:#f9f9f9;
margin:.5rem 0 .5rem 1rem;
}

.header-ic-sayfa{
	background:#f1f0f3;
}


h2{
	font-size:1.5rem;
	font-weight: 400;
	margin-bottom:2rem;
	margin-top:1rem;
}




.h2-anasayfa{
	font-size:1.8rem;
	font-weight: 400;
	margin-bottom:1rem;
	margin-top:0rem;	
}



.p-line {
  padding-top:2.5rem;
  font-size:.8rem;
  font-weight:500;
  color:#c5a47e;
  margin-bottom:.5rem;
 

}

.p-line-2{
	 padding-top:1rem;
}


.map {
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
		 opacity:.9;
}

.h2-anasayfa-sol{
	margin-top:0;	
	margin-bottom:0;
	font-size:1.5rem;
	line-height:2rem;
}

.h2-arka{
	background-image: url(../images/h-arka.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: scroll;
	padding:3rem 0;	
}

.p-anasayfa{

	margin-top:1.5rem;
	font-size:1rem;
	
}

.p-arka-gri{
	background:rgba(43,43,43,1);
	padding:3rem;	
}



.ic-sayfa-header{
	height: 350px;
}




.btn-close{
	position:absolute;
	right:.5rem;
	top:.5rem;
	background:#fff;
	border-radius:.2rem;
	padding:0 .5rem;
	font-size:1.2rem;
	color:#000;
	border:0;
}


.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}


h3{
	color:#000;
	font-size:1.4rem;
	font-weight:700;
	margin-top:2rem;
}



h4{
	color:#3b454b;
	font-size:1rem;
	font-weight:600;
	
}

h5{
	color:#414141;
	font-size:1.2rem;
}


.dropdown-toggle::after {
	padding: 0;
	margin: 0;
	display:none;
}




/* Sayfa yükleme */
.page-loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

/* Header stilleri */
.header_anasayfa{
	background-image: url(../images/header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: scroll;
}

.header_ic_sayfa{
	background-image: url(../images/header-ic-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: scroll;
}

.header_ic_sayfa_2{
	background-image: url(../images/header-ic-bg-2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: scroll;
}

.header_ic_sayfa_3{
	background-image: url(../images/header-ic-bg-3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: scroll;
}


.overlay{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background-size:contain;
	background-position:bottom center;
	background-repeat:no-repeat;
}


/* Slider stilleri */
.custom1{
	color:#fff;
}

.custom1 h2{
	font-size: 2rem;
	color: #fff;
}

.custom1 p{
font-size: 1.4rem;	
}

.ikon-tepe{
	font-size:1.5rem;
}

.ikon-p{
	font-weight: 600;
	font-size:1rem;
	color:#000;
	min-height:90px;
}


/* Navbar stili */




.navbar-dark .nav-item .dropdown-menu a {
    color: #f2e9e2;
    line-height: 1.5rem;
	font-size:.9rem;
    padding: .1rem .4rem .1rem .4rem;
    margin: .3rem 0 .3rem 0;
}



.navbar-transparent {
	background: rgba(255,255,255,0);
	padding-top: 20px;
}

.navbar-scroll-down{
	background-color:#fff;
	display: none;
	padding-top: 20px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .1);
}






nav a {
	font-size:1rem;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-left:.4rem;
}


.nav-link img {
    vertical-align: baseline;
}




.height-40{
	height:40px;	
}

.height-0{
	height:0;	
}


.navbar-dark {
background:#f9f9f9;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
}



.navbar-dark .navbar-nav .nav-link {
    color: #f2e9e2;
	font-weight:500;
	border-radius:0;
	padding:.3rem 0;
	margin:0 1rem;
	font-size:.85rem;


}

.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;


	

}

.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -1px;
  background: #f9f9f9;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.navbar-dark .navbar-nav .nav-link:hover:after,
.navbar-dark .navbar-nav .nav-link:focus:after,
.navbar-dark .navbar-nav .nav-link:active:after {
  left: 0;
  right: auto;
  width: 100%;
}




.navbar-dark .navbar-nav .nav-link:focus {
	 color: #fff;
	font-weight:400;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
	
}

.navbar-dark .navbar-nav .nav-active {
border-bottom:1px solid;
}


.top-social .nav-link{
	margin:0 .5rem 0 .5rem !important;
}

.s-1{
margin-left:2rem !important;
}

.top-40{
background:#1c1c1c;
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding:1rem 0 1rem 0;
	
}

.top-0{
	background:#1c1c1c;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding:.5rem 0 .5rem 0;
}





.dropdown-menu{
	background: #0d0d0d;
	padding: .5rem;
	border: none;
	border-radius:0;
	margin-top: 0;
	
}

.dropdown-menu a{
	color:#fff;
	line-height: 1.7rem;
	padding: .1rem .4rem .1rem .4rem;
	margin: .3rem 0 .3rem 0;
	font-weight:400;
	
}

.dropdown-menu a:hover{
	background:none;
	color:#fff;
	opacity:.3;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
}


.dropdown-menu-teklif{
	background:none;
	top:5.1rem;
	z-index:0;
	
}

.dropdown-menu-teklif .form-teklif{
	background:rgba(255,255,255,1);
	padding:2rem 2rem 2rem 2rem;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,.1);
}

.menu-arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: .2rem;
  margin-bottom:.1rem;
  margin-left:.5rem;
}

.menu-arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.menu-arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}



/* Owl Slider Stilleri */

.owl-arrow {
  border: solid #dbb488;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.owl-theme .owl-dots .owl-dot {
    zoom: 1.4;
}

.owl-theme .owl-nav {
    font-size: 1.3rem;
	color: #dbb488;
	margin-top:2rem;
}



.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background:none;
    color: #dbb488;
	font-size:.2rem;
    font: inherit;
	border-radius:0;
	border:1px solid #dbb488;
	margin:2rem .5rem .5rem .5rem;
	padding-bottom:.2rem;
}



.owl-carousel .owl-nav .owl-next:hover {
  background:none;
  color: #fff;
  border:1px solid #fff;
  	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
     o-transition: background .2s ease-in-out;
     transition: background .2s ease-in-out;
}



.owl-carousel .owl-nav .owl-next:hover >  .arrow-right {

  border: solid #fff;
  border-width: 0 1px 1px 0;

}

.owl-carousel .owl-nav .owl-prev:hover {
  background:none;
    border:1px solid #fff;
  	-webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
     o-transition: background .2s ease-in-out;
     transition: background .2s ease-in-out;
}


.owl-carousel .owl-nav .owl-prev:hover >  .arrow-left {

  border: solid #fff;
  border-width: 0 1px 1px 0;

}



.alt_bosluk{
	margin-bottom:7rem;	
}
.orta-bosluk{
	margin-bottom:5rem;
}

button:hover, button:active, button:focus{
   outline: none;
}


/* İçerik line-height */
.content{
	color:#555;
	font-size: 1.2rem;
	
		
}

/* Section stilleri */
section{
	padding:30px 0 30px 0;
}

.section-koyu-gri{
		background: #272727;
		position:relative;
}

.section-koyu-gri-2{
		background: #2b2b2b;
		padding:60px 0 60px 0;
}


.sol-kare{
	position:absolute;
	left:0;
	bottom:0;
	z-index:999;
	
}





.sag-kare{
	position:absolute;
	right:0;
	bottom:0;
	z-index:999;
		opacity:0;
}

.sol-arka-kare{
background-image: url(../images/kareler-1.png);
    background-position: left top;

    background-repeat: no-repeat;
    background-size:auto;
}
 

.sol-arka-cizgi{
background-image: url(../images/kareler-2.png);
    background-position: left top;

    background-repeat:repeat-y;
    background-size:auto;
}



.h-arka{
background-image: url(../images/h-arka.png);
background-position: left;
background-repeat: no-repeat;
background-size: scroll;
}

.proje-con{

	height:19rem;
	margin-bottom:4rem;

}

.tamamlanan-projeler{
  background-image: url(../images/slider/tamamlanan.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.devam-eden-projeler{
  background-image: url(../images/slider/devam-eden.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-projeler{
	position: absolute;
    bottom: 2.8rem;
    z-index: 999;
    right: .9rem;
}

.fa-phone-bottom{
	font-size: 3rem;
}
.fa-red{
	color:#d7b153;

}
.fa-green{
	color:#8ce8e9;
	font-size:1.8rem;
}





.modal-footer{
	border-top:0;
}
.modal-header{
	border-bottom:0;
}

.bg-footer{

	

	padding:1rem;
	background-color: #1c1c1c;
	

}

.alt-marka{
	padding:0;
	margin:0;	
}

.alt-marka img{
	opacity:.3;
}

.p-tel{
	font-weight:600;
	font-size:1.2rem;
	color:#6a6a6a;
}


.copyright{
	font-size:.8rem;
	color:#6a6a6a;
	padding:0;
	margin:0;	
}
.social{
	color:#fff;
	font-size:.8rem;
	border:2px solid #FFF;    
    height:35px;
    border-radius:.3rem;
    width:35px;
	text-align:center;
	padding-top:10px;
	margin:5px 10px 5px 0;

}



#site-nav .nav-item a {
  position: relative;
  text-decoration: none;
 
}




/* Button stilleri */
.btn {
    padding: 7px 24px;
    border: 0 none;
}

.btn-social{
	    padding: 1rem;
		font-size:1.4rem;
		color:#fff;
		
}

.btn-social:hover{
	     padding: 1rem;
		font-size:1.4rem;
		color:#f0f0f0;
		
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-social .fab{
	width:40px;
		height:40px;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

/* Outlined butonlar */
.btn-primary {
    background: #d6d3f4;
    color: #221e53;
	font-weight: 600;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #221e53;
}

.btn .fas{
	padding-left: 6px;
}

.btn:hover .fas{
	-webkit-animation: fadeInLeft .5s;
    animation: fadeInLeft .5s;
}
 
.btn-primary:active, .btn-primary.active {
    background: #221e53;
    box-shadow: none;
}


.btn-outline-primary {
    color: #fff;
    background-color: #339e9f;
    background-image: none;
	border: 2px solid #339e9f;
	border-radius: 0;
	font-weight:500;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open {
    background: #1a6566;
	border: 2px solid #1a6566;
	color:#fff;
}

.btn-outline-secondary {
    color: #000;
    background-color: #c5a47e;
    background-image: none;
	border: 0px solid #c5a47e;
	border-radius: 0;
	font-weight:400;
	transition: all 0.3s;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .open {
    background: #e1ceb8;
	color:#000;
	transition: all 0.3s;
}

.btn-top{
	padding:.2rem 1rem;
	font-size:.9rem;
	margin-left:2rem;
}


.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #A8A8A8;
	border: 2px solid #A8A8A8;
    background-color: transparent;
}


.btn-secondary {
    color: #ead188;
    background-color: #000;
    background-image: none;
	border: 2px solid #000;
	border-radius: 0;
	font-weight:600;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open {
    background: #4d533e;
	border: 2px solid #4d533e;
	color:#ead188;
}


.ikonlar{
		margin-bottom: 1.2rem;
		
	}
	
.ikonlar .cont{
	background:#fff;
	border-radius: .5rem;	
	box-shadow: 0 2px 18px 0 rgba(198,198,198,.3);
}

.ikonlar .cont:hover{
	background:#fff;
	border-radius: .5rem;	
	box-shadow: 0 2px 18px 0 rgba(198,198,198,.8);
	transition: box-shadow 0.3s ease-in-out;
}



.form-control{
border-radius:0;	
}



.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #919191;
  font-size:.9rem;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #919191;
  font-size:.9rem;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #919191;
  font-size:.9rem;
}


.input-search{
	max-width:300px;
	border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.form-teklif input{
	background:#fefefe;
	border:1px solid #efefef;
	line-height:1.8rem;
}

@keyframes arrow-solutions {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
	padding-left:30%;
  }
  
   60% {
    opacity:0;
	padding-right:30%;
  }
  
  100% {
     opacity:1;
	 padding-right:0;
  }
}




.box a{
	color:#3b454b;
	text-decoration:none;
}

.box a:hover{
	color:#3b454b;
	text-decoration:none;
}

.box a:focus{
	color:#3b454b;
	text-decoration:none;
}


/* index2 */

@keyframes header-arrow-anim {
  0% {
    opacity:0;
	padding-right:80px;
  }

  100% {
     opacity:1;

  }
}

.anim{
	position:relative;	
}

.header-arrow{
font-size:3rem;
position:absolute;
left:0;
right:0;
margin: 0 auto;
top:30%;
display:none;
}

.entrance{
	font-size:1.4rem;	
}


.box2{
	background-color:#fafcfc;

	padding:.2rem;	
}

.box2 .anim{
opacity:1;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	
	 }

.box2:hover .anim{
opacity:.5;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	 
	 }
	 
.box2:hover .fas{
-webkit-animation: header-arrow-anim .5s;
    animation: header-arrow-anim .5s;
	 
	 }

.box2 a{
	color:rgba(52,158,159,1);
	text-decoration:none;
	font-weight:600;
}

.box2 a:hover{
	color:rgba(52,158,159,1);
	text-decoration:none;
}

.box2 a:focus{
	color:#000;
	text-decoration:none;
}

/* çevre */


.box3{
	background-color:#4ac36f;
	padding:.2rem;	
	margin-bottom:2rem;
}

.box3 .anim{
opacity:1;
background-color:#4ac36f;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	
	 }

.box3:hover .anim{
opacity:.5;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	 
	 }
	 
.box3-title{
	padding:1rem 0;
	margin:0;
	font-size:1.5rem;
	line-height:3rem;	
}

.box3 a{
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

.box3 a:hover{
	color:#fff;
	text-decoration:none;
}

.box3 a:focus{
	color:#000;
	text-decoration:none;
}

/* Kalite*/

.box4{
	background-color:#edb059;
	padding:.2rem;	
	margin-bottom:2rem;
}

.box4 .anim{
opacity:1;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	
	 }

.box4:hover .anim{
opacity:.5;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	 
	 }
	 
	 .box4-title{
	padding:1rem 0;
	margin:0;	
	font-size:1.5rem;
	line-height:3rem;
}

.box4 a{
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

.box4 a:hover{
	color:#fff;
	text-decoration:none;
}

.box4 a:focus{
	color:#000;
	text-decoration:none;
}


/* sertifika*/

.box5{
	background-color:#de7676;
	padding:.2rem;	
	margin-bottom:2rem;
}

.box5 .anim{
opacity:1;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	
	 }

.box5:hover .anim{
opacity:.5;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	 
	 }
	 
.box5-title{
	padding:1rem 0;
	margin:0;	
	font-size:1.5rem;
	line-height:3rem;
}

.box5 a{
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

.box5 a:hover{
	color:#fff;
	text-decoration:none;
}

.box5 a:focus{
	color:#000;
	text-decoration:none;
}


.urun-resim{
		border-radius:.5rem;
	border:1px solid #e5e8e9;
}


/* ürünler*/

.box6{
	border-radius:.5rem;
	border:1px solid #e5e8e9;
	background:#fff;
	margin-bottom:2rem;
}

.box6 .anim{
opacity:1;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	
	 }

.box6:hover .anim{
opacity:.5;
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
	 
	 }
	 
.box6-title{
	color:#8a6129;
	padding:0;
	margin:0;	
	font-size:1.3rem;
}

.box6-kod{
	color:#8a6129;
	padding:0;
	margin:0 0 1rem 0;	
	font-size:.9rem;
}

.box6 a{
	color:#000;
	text-decoration:none;
	font-weight:600;
}

.box6 a:hover{
	color:#000;
	text-decoration:none;
}

.box6 a:focus{
	color:#000;
	text-decoration:none;
}


/* */

.box-3 { 
background-color: #4ac36f; 
font-size:1.5rem;
width:100%;
margin-bottom:1rem;
}

.box-4 { 
background-color: #edb059; 
font-size:1.5rem;
width:100%;
margin-bottom:1rem;
}

.box-5 { 
background-color: #de7676; 
font-size:1.5rem;
width:100%;
margin-bottom:1rem;
}



.btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
	width:100%;
	font-size:1rem;
	padding:2rem 0 1rem 0 ;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.3);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}





.p-urun-kategori{
	font-size:1.4rem;
	color:#8a6129;
	margin-bottom:2rem;
	padding:0;	
}


.rounded-white{
	border:4px solid #fff;	
}

.hr-mavi{
	display: block; height: 1px;
	 border: 0; border-top: 1px solid #dee9e4;
    margin: 1em 0; padding: 0; 

}



/* Footer stili */
footer{
	color:#f9f9f9;
	font-size:.9rem;	

}
footer a{
	
}

footer a:hover{
	
}
	
	
.footer-contacts{
	margin-bottom:.6rem;
	display:inline-block;

	}
	
.footer-contacts-header{
	font-size:1rem;
	line-height:2rem;
	margin-top:.6rem;
}


footer .fas{ 
font-size:1.2rem;
margin:0 .1rem 0 .1rem;
color:#6a6a6a;
}

.footer-contacts .fas{
	width:20px;
	height:20px;	
}



.h-60 {
    height: 60%!important;
}

.h-70 {
    height: 70%!important;
}


.h-80 {
    height: 80%!important;
}
.h-40 {
    height: 40%!important;
}

.h-30 {
    height: 30%!important;
}


.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.h3-yesil{
	color:#76A214;
	margin:2rem 0 1rem 0;	
}

.h3-yesil-2{
	color:#76A214;
}



.container-ic{
	padding:0 .95rem 0 .95rem;	
}

.section-acik-gri{
	background:#f9f9f9;	
}

.slider_v1{
background: url(../images/slider/slider1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
transform: scale(1.2);
}

.carousel-item.active .slider_v1{
transform: scale(1);
transition: all 6s ease-out;
}

.slider_v2{
background-image: url(../images/slider/slider2.jpg);	
transform: scale(1.2);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item.active .slider_v2{
transform: scale(1);
transition: all 6s ease-out;
}

.slider_v3{
background-image: url(../images/slider/slider3.jpg);	
transform: scale(1.2);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item.active .slider_v3{
transform: scale(1);
transition: all 6s ease-out;
}

.bg_slider{

	background-color:#f9fcf7;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 100%;
	position:absolute;
	min-width: 100%;
	left: 0;
	top: 0;
	z-index:-1;
	
}

.section-alt{
	position:relative;	
}

.section-mavi{

	padding:3rem 0rem 3rem 0rem;
	background-color:rgba(52,158,159,1);
	color:#fff;
	position:relative;
}

.section-koyu-mavi{

	padding:3rem 0rem 1rem 0rem;
	background-color:#309192;
	color:#fff;
	position:relative;
}


.section-mavi h2{


	color:#fff;
}

.section-gri{


	padding-top:3rem;
	padding-bottom:3rem;
	
	
}


.green{
	color:#8ce8e9;	
	font-weight:600;
	font-size:1.3rem;
}

.firma_ismi{
	font-size:2rem;
}



.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:flex-center;
  list-style: none;
  margin-right: 0;
  margin-left: 0;
	
}

.carousel-indicators li {

  position: relative;
  width: 1.5em; height: 1.5em;
  background-color:#272727;
  margin-right:.7rem;
    margin-left:.7rem;
}




.carousel-indicators .active {

  position: relative;
   background-color:#c5a47e;

}




.section-pad0{
	padding:0 0 70px 0;
}

.noanim .fas{
	padding-left: 0;
}

.noanim:hover .fas{
	-webkit-animation:none;
    
}



.navbar-dark .nav-lang {
    color: #fff;
    background: none;
    font-weight: 400;
    border-radius: .5rem;
    padding: .3rem 1rem;
}

		 
.header-h1{
			 opacity: 1;
 }
 
 .header-p{
			 opacity: 1;
 }
 
  .header-b{
			 opacity: 1;
 }
		 
.carousel-item.active .header-h11 {
  animation: animate-carousel 1s normal forwards;
}

.carousel-item.active .header-pp {
  animation: animate-carousel 1s normal forwards;
  animation-delay: .2s;
}		

.carousel-item.active .header-bb {
  animation: animate-carousel 1s normal forwards;
  animation-delay: .4s;
}		


		 
@keyframes animate-carousel {

  0% {
    transform: translate(-5em, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}


.list-group-item-success {
    color: #fff;
    background-color: #309192;
}




.accordion-section .panel-default > .panel-heading {
    border: 0;
	border-bottom:1px solid #81ddde;
    padding: 0;
	margin-bottom:1rem;
}

.accordion-section .panel-default > .panel-heading h3 {
    padding: .5rem;
	margin-top:0;
	
	
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 1rem;
	color:#81ddde;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 1rem;
    content: url("../images/yukari-ok.png");;
    color: #1f7de2;
    float: right;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: url("../images/asagi-ok.png");
}
.accordion-section .panel-default .panel-body {
    font-size: 1rem;
	padding:0 .5rem 1rem .5rem;
}

.top-diller{
	font-size:.7rem;
	margin-left:1rem;
	
}

.top-diller a{
	padding:.05rem .3rem;
	color:#fff;

}

.top-diller a:hover{
opacity:.5;
-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
     o-transition: opacity .2s ease-in-out;
     transition: opacity .2s ease-in-out;
}

.top-diller .active{
	padding:.05rem .3rem;
	color:#81ddde;

}

.section-koyu-mavi a{
	color:#81ddde;
}

.section-koyu-mavi a:hover{
	color:#fff;
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
     o-transition: color .2s ease-in-out;
     transition: color .2s ease-in-out;
}



 .control {
          
            display: inline-block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 2px;
            cursor: pointer;
			font-size:.8rem;
	color:#8E8E8E;	
          
        }
		
		
		
		
 .control a{
	 color:#c5a47e;
 }
		
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #ffffff;
            border: 0px solid #c5a47e;
            border-radius: 0px;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #ffffff;
        }
        
        .control input:checked ~ .control_indicator {
            background: #c5a47e;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #c5a47e;
        }
        .control input:disabled ~ .control_indicator {
            background: #ffffff;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }
        .control-checkbox .control_indicator::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 4.5rem;
            height: 4.5rem;
            margin-left: -1.3rem;
            margin-top: -1.3rem;
            background: #2aa1c0;
            border-radius: 3rem;
            opacity: 0.6;
            z-index: 99999;
            transform: scale(0);
        }
        @keyframes s-ripple {
            0% {
                transform: scale(0);
            }
            20% {
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }
        @keyframes s-ripple-dup {
           0% {
               transform: scale(0);
            }
           30% {
                transform: scale(1);
            }
            60% {
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }
        .control-checkbox input + .control_indicator::before {
            animation: s-ripple 250ms ease-out;
        }
        .control-checkbox input:checked + .control_indicator::before {
            animation-name: s-ripple-dup;
        }
		
.kisisel-veri{
	font-size:.8rem;
	color:#8E8E8E;	
}

.kisisel-veri a{
	font-size:.8rem !important;
	color:#8E8E8E;	
}

.controls h3{
	font-weight:500;
	color:rgba(52,158,159,1);
	margin-top:0;	
}

.controls {
	font-size:.9rem;

}
.iletisim-fas span{
	margin:1rem;	
}

.lang-mobile{
display:none;	
}


.bottom-bar{
	position:fixed;
	bottom:0;
	right:0;
	width:1%;
	height:100%;
}

.teklif-buton{
	position:absolute;
	right:-5.8rem;
	top:15rem;
	-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.teklif-buton{
	padding-top:3rem;
	-webkit-transition: right 0.5s ease;
	transition: right 0.5s ease;
}

.teklif-buton:hover{
	right:-4.8rem;
	-webkit-transition: right 0.5s ease;
	transition: right 0.5s ease;
	background-color:#000;
}

.teklif-buton:hover, .teklif-buton:focus, .teklif-buton:active, .teklif-buton.active, .open {

	color:#fff;
}

.form-kapat{
	position:absolute;
	right:1.3rem;
	top:.8rem;	
}

.form-kapat:hover{
	opacity:.5;
}

.teklif-con-form{
	background-color:#f3efe9;
	padding:2.5rem 2.5rem;
	border-radius:.4rem;
}

.teklif-con .p-tel{
	font-size:1.2rem;
	font-weight: 300;
	color:#474747;
}

.teklif-con .fas{
	font-size:1.2rem;
	color:#c5a47e;
}


.teklif-con{
	width:100%;
	height:100%;
	position:fixed;	
	display:none;
	z-index:9999;
	background-color:rgba(0,0,0,.7);
}

.teklif-con p{
	font-size:.9rem;	
}



.siyah{
color:#000;	
}

.teklif-con-form{
	color:#464646;	
}


/** resimler **/

 
.box{
    background: #c5a47e;
    font-family: 'Nanum Gothic', sans-serif;
    border-radius: 0;
    position: relative;
    overflow: hidden;
	margin:0 0 2rem 0;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #000;
    width: 50%;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}
.box .box-content:before,
.box .box-content:after{
    width: 1px;
    height: 50%;
    transform: scaleY(0);
}
.box .box-content:after{
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #000;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
     font-size: 1rem;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box .icon li a{
    color: #000;
    font-size: 18px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    color: #c5a47e;
    background: #000;
    border-radius: 0 10px 0 10px;
}


.arrow {
  margin: 12px;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  color:#000;
 
}
.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.arrow.arrow-bar::before {
  bottom: 1px;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 1px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
	
.footer-top{
	background-color:#232323;
	height:1rem;	
}

	
	
.footer-form{
	margin:2rem 0 ;
} 

.footer-adresler{
background-color:#232323;
padding:2rem 1rem 1.5rem 1rem;

}

.section-ic {
	padding-top:12rem;	
}

/*
.navbar-dark li:hover .dropdown-menu {
    display: block !important;
	transition: all 6s ease-out;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 1.7rem;
}
*/
.modal-content{
	background:#f3efe9;	
	color:#000 !important;
}


#gonderildi {
	color:#323232 !important;	
}


.proje-bilgi .far{
	margin-right:.5rem;	
}

.modal-dialog .fas{

    font-size: 1.2rem;
    color: #c5a47e;

}

@media (max-width: 991px){
	
	
.black-f{
	color:#000;	
}




	
	.btn-projeler{
	position: absolute;
    bottom: 2.8rem;
    z-index: 999;
    left: .9rem;
	right:auto;
}
	
	.section-ic {
	padding-top:6rem;	
}

	
	.p-arka-gri{
	background:#2f2f2f;
	padding:1rem;	
}
	.slider_v1{
background: url(../images/slider/slider1-m.jpg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
transform: scale(1.2);
}

.carousel-item.active .slider_v1{
transform: scale(1);
transition: all 6s ease-out;
}

.slider_v2{
background-image: url(../images/slider/slider2-m.jpg);	
transform: scale(1.2);
  background-attachment: fixed;  background-size: cover;
}

.carousel-item.active .slider_v2{
transform: scale(1);
transition: all 6s ease-out;
}

.slider_v3{
background-image: url(../images/slider/slider3-m.jpg);	
transform: scale(1.2);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
	
	
	.top-40{
background:#1c1c1c;
	box-shadow:none;
	-webkit-transition: all 0.5s ease;
	transition: padding 0.5s ease;
	padding:.5rem;
	
}

.top-0{
	background:#1c1c1c;
	-webkit-transition: all 0.5s ease;
	transition: padding 0.5s ease;
	padding:.5rem;
}

	
	.box { margin: 0 0 30px; }
	
	.teklif-buton{
	display:none;	
	}
	
	.accordion-section .panel-default > .panel-heading {
    border: 0;
	border-bottom:1px solid #81ddde;
    padding: 0;
	margin-bottom:1rem;
	margin-top:1rem;
}

.accordion-section  .panel-default .panel-body {
    font-size: 1rem;
    padding: 0 .5rem .1rem .5rem;
}
	
.top-diller{
display:none;
}

.lang-mobile{
display:block;
padding:.5rem 0 0 1rem;
color:#fff;
font-size:.9rem;
}

.lang-mobile a{
color:#fff;
}

.lang-mobile .active {
    padding: .05rem .3rem;
    color: #81ddde;
}
	
.firma_ismi{
	font-size:1.3rem;
}
	
.carousel-indicators {
    bottom: 50px;
}
	
.mobile-arayalim{
		position:fixed;
		bottom:0;	
		z-index:50;
		width:100%;
}
	
.navbar-dark .navbar-nav .nav-active {
    border-bottom: 0
}
	
.mobil-online-satis a{
color:#fff;	
}

.mobil-online-satis a:hover{
color:#fff;	
}
	
.top-phone{
margin-right:0;
padding-left:0;	
}	
	
.navbar-brand img{
max-height:50px;
width:auto;
}
	
	
.h-70 {
    height: 90%!important;
}

.social{
	color:#fff;
	font-size:.8rem;
	border:2px solid #FFF;    
    height:35px;
    border-radius:.3rem;
    width:35px;
	text-align:center;
	padding-top:10px;
	margin:5px;
}



	nav a {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height:none;

	}
	
	.navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding:8px;
		border-radius: 0;
		background-color: none;
	}
	.nav-link{
		line-height:1rem;
	}
	
	.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    background: none;
    font-weight: 400;
}
	


	
	.nav-bottom-border{
		border-bottom:1px solid #377d28;	
	}
	

	.ikon-p{
	font-size:1rem;
	}
	
	.ikonlar{
		border-radius: .5rem;
	}
	
	/* header mobil stili*/
	.header{
		height:auto;
	}
	
	.header-image{
		max-height:200px;	
	}
	
	.custom1 h2{
		font-size: 1.3rem;
		color: #fff;
	}

	.custom1 p{
	font-size: 1rem;	
	}
	
	/* h tag mobil stilleri */
	
	
	.dropdown-menu-arrow{
		display:none;	
	}

.dropdown-menu a {
    color: #fff;
    line-height: .4rem;
    padding: .1rem .4rem .1rem 1rem;
    margin: .3rem 0 .3rem 0;
}


.circle-text-2{
	position:absolute;
	top:47%;
	left: 0;
  right: 0;
  margin: 0 auto;
  
}


.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
	background:none;
}



.navbar-dark .navbar-nav .nav-link:hover{
	opacity:1;	
}



.ikon-tepe{
	margin-top:2rem;	
}

.ikon-p{
	min-height:100px;	
}


.header-h1{


font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
 

}

.header-p{
font-size:1rem;
font-weight: 400;
color:#fff;
}



.bg_slider{
	background-color:#fff;
    background-position:center;
    background-repeat: no-repeat;
    background-size: scroll;
	min-height: 100%;
	position:absolute;
	min-width: 100%;
	left: 0;
	top: 0;
	
}

.h-70 {
    height: 50%!important;
}

.navbar-dark .navbar-toggler {
    color:#c5a47e;
    border-color:transparent;
}
.btn-line-2{
display:none;	
}
.social-m{
    color: #f2e9e2;
	text-decoration:none;
	font-size:1.1rem;
	margin:2.5rem 0 1rem 1rem;
}

.top-social{
	margin-top:1rem;
	margin-bottom:1rem;
}

}



