
html{
	height: 100%;
}

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

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

a:hover {
    color: #fff;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}

.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;
	color:#3bb0b1;
	margin-bottom:2rem;
}

.h2-anasayfa{
	font-size:1.5rem;
	font-weight: 500;
	color:#175f60;
	margin-bottom:1rem;
	margin-top:0rem;	
}

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


.h2-anasayfa-alt{
	font-size:1.5rem;
	 font-weight: 500;
	color:rgba(52,158,159,1);
	margin-bottom:1rem;
	margin-top:0rem;
	

	
}

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

.h2-urunler{
	font-size:2rem;
	font-weight: 600;
	margin-bottom:.5rem;
	margin-top:0rem;
	
}


.p-anasayfa{
	margin-bottom:2rem;
	margin-top:1.5rem;
	font-size:1.1rem;
}

.hr-ic{
	margin:3rem 0 4rem 0;	
}


.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-transparent .nav-item .dropdown-menu a {
    color: #fff;
    line-height: 1.7rem;
    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;
}


.top-40{
	margin-top:40px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.top-0{
	margin-top:0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.height-40{
	height:40px;	
}

.height-0{
	height:0;	
}

.top-bar{
background:	rgba(52,158,159,1);
line-height:40px;
font-size:.9rem;
color:#fff;
}

.top-bar .top-social a{
font-size:.9rem;
color:#fff;
text-decoration:none;
padding:0 .2rem;
opacity:1;
}

.top-bar .top-social a:hover{
font-size:.9rem;
color:#fff;
opacity:.4;
	-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-social{
padding:0 .3rem !important;
}

.top-phone{
margin-right:1rem;
padding-left:1rem;	
}

.navbar-dark {
background:#fff;
-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: #000;
	font-weight:400;
	border-radius:0;
	padding:.3rem 1rem;
	font-size:.9rem;


}

.navbar-dark .navbar-nav .nav-link:hover {
     color: #000;
	padding:.3rem 1rem;

	

}

.navbar-dark .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: -1px;
  background: #000;
  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: #000;
	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: #000;
	
}

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

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

.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);
}





/* Owl Slider Stilleri */

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

.owl-theme .owl-nav {
    font-size: 1.3rem;
	color: #fff;
	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: #fff;
	font-size:.2rem;
    font: inherit;
	border-radius:0;
	border:1px solid #fff;;
	margin:2rem .5rem .5rem .5rem;
	padding-bottom:.2rem;
}



.owl-carousel .owl-nav .owl-next:hover {
  background:rgba(255,255,255,.2);
  color: #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 {
  background:rgba(255,255,255,.2);
  color: #f4f7f2;
  	-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;
}

.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:60px 0 60px 0;
}

.section-koyu{
	background: #221e53;
}

.section-beyaz{
	background: #fff;
}


.section-ok{
padding:0;
position:relative;	
}

.section-koyu h2{
	color: #fff;
}

.section-koyu p{
	color: #fff;
}

.section-koyu-gri{
		background: #76a214;
}






.fa-phone-volume{
	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{

	
	background-color:#309192;
	padding-top:5rem;
	padding-bottom:3rem;
	

}



.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: #fff;
    background-color: #8bb434;
    background-image: none;
	border: 1px solid #8bb434;
	border-radius: 0;
	font-weight:400;
}

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

.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;
}

.box:hover img {
    -webkit-animation: tada 1s;
    animation: tada 1s;
}

.box:hover a:hover{
	color:#bd0819;
	transition: color 0.3s ease-in-out;
}



.box2-title-ic{
	padding-top:.5rem;
	min-height:80px;
	

}

.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-address{
	margin-top:1rem;	
}

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

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

.noktalar{
	background-image: url(../images/noktalar.png);
	 background-repeat:repeat;
}


.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);
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);
}

.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);
}

.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;
	left:0;
    bottom: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
  width: 90px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(0,0,0,.2);
}

.carousel-indicators .active {
    background-color: rgba(255,255,255,.7);
}

.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;
}

.collapse a{
	color:#309192;
}

.collapse a:hover{
	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 input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
            top: 2px;
            left: 0;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border: 0px solid #000000;
            border-radius: 0px;
        }
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #cccccc;
        }
        
        .control input:checked ~ .control_indicator {
            background: #8bb434;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #0e6647d;
        }
        .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            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;
        }
		


.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:#fff;
	padding:2.5rem 2.5rem;
	border-radius:.4rem;
}

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

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


.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;	
}

.logo-ok{
opacity:1;	
-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}


.logo-ok:hover{
opacity:.5;	
-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.siyah{
color:#000;	
}

.urun-r{
background:#fff;
padding:.5rem;
border:1px solid #ccc;
margin-bottom:1rem;
-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;	
}

.urun-r:hover{
	border:1px solid #000;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
}

.urun-r img{
	opacity:1;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.urun-r:hover img{
	opacity:.5;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
	
.urun-r a{
	color:#000;	
}

.urun-r a:hover{
	color:#000;	
}

.urun-zoom{
position:absolute;
top:30%;
left:0;
right:0;
z-index:0;
font-size:2rem;
opacity:0;
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}

.urun-r:hover .urun-zoom{
	opacity:.7;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.menu-sistemi{
		display:block;
}
.menu-sistemi-m{
		display:none;
}
	
.kisisel-veri{
	font-size:.8rem;
	color:#8bb434;	
}



.kisisel-veri:hover{
	font-size:.8rem !important;
	color:#8bb434 !important;
}
	
@media (max-width: 991px){
	
	.menu-sistemi{
		display:none;
}

.menu-sistemi-m{
		display:block;
}
	
	
	.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: #309192;
	}
	.nav-link{
		line-height:1rem;
	}
	
	.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    background: none;
    font-weight: 400;
}
	
	.navbar-light .navbar-nav .nav-link {
    color: #fff;
    background: none;
	}
	
	.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-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
	background:none;
}

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

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

.navbar-transparent .nav-item .dropdown-menu a {
    color: #fff;
    line-height: 1rem;
    padding: 0 .4rem .2rem 1rem;
    margin: 0 0 .6rem 0;
}

.navbar-light .nav-item .dropdown-menu a {
    color: #fff;
    line-height: 1rem;
    padding: 0 .4rem .2rem 1rem;
    margin: 0 0 .6rem 0;
}

.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: rgba(48,145,146,.5);
    border-color: rgba(255,255,255,.1);
}
.btn-line-2{
display:none;	
}


}



