/* Genel stiller ve tipografi */
html{
	height: 100%;
}

body{
	font-family: 'Raleway', sans-serif;
	height: 100%;
	font-weight: 400;
	font-size:1.1rem;
	color:#000;
	background-color:#000;
	padding-right: 0 !important;
}

#videoBG {
	position:absolute;
    z-index: -1;
	min-width:100%;
	height:auto;
	
}
.arka-noktalar{
	background:url(../images/arka-nokta.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:absolute;
	 z-index: 0;
	opacity:.5;
}

.arka-noktalar-2{
	background:url(../images/arka-nokta.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	position:absolute;
	 z-index: 0;
	opacity:.5;
	padding-top:-40px;
}

.vid-con{
position:relative;
overflow:hidden;

}

h1{
	font-size:1.5rem;
	font-weight: 500;
	color:#000;
}

.h1-slider{
	font-size:3rem;
	font-weight: 500;
	color:#fff;
}


.h1-ic{
	margin:1rem 0 2rem 0;
	color:#323232;
	display:inline-block;
	
}

.h1-ic-sayfa-2{
	margin:0rem 0 .5rem 0;
	color:#323232;
	display:inline-block;
	font-size:1.5rem;
	
}

.h1-alt{
	font-size:1.2rem;
	font-weight: 300;
	color:#fff;
	
}

.h1-ust{
	font-size:1.5rem;
	font-weight: 500;
	color:#fff;
	margin-bottom:0;
	
}


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

.header-h1{
font-size:1.8rem;
font-weight: 500;
color:#f0f0f0;


}

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


	
}
.header-p-1{
font-size:1.9rem; 
margin-bottom:0; 
color:#9cbe1a;
font-weight: 500;


}

.modal-open{

 }


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

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

.p-tel .fas{
	font-size:1.2rem;
	color:#000;
}

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

.header-modal-h1{
font-size:1.4rem;
font-weight:500;
color:#e7dbc1;
}



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

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




.form-control::placeholder { 
  color: #fff;
  opacity: .5;
}

.back-button{
	position:absolute;
	bottom:.5rem;
	right:.5rem;
}



.p-bigger{
	font-size:1.3rem;	
}

h2{
	font-size:1.5rem;
	line-height:2rem;
	font-weight: 600;
	color:#000;
	margin:1rem 0;
	
}

.h2-form{
	font-size:1.5rem;
	font-weight: 600;
	color:#af151b;
	margin:1rem 0;
	line-height:1.2rem;
	
}


.h2-anasayfa{
	font-size:2rem;
	font-weight: 500;
	color:#000;
	margin-bottom:.5rem;
	
}

.h2-products{
	font-size:2rem;
	font-weight: 500;
	color:#2b2b2b;
	margin-bottom: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;
}





.bosluk{
	margin-bottom: 3rem;
}



h3{
	color:#000;
	font-size:1.3rem;
	font-weight:500;
	margin:1rem 0;
}



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

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


 .circle {
position: relative;
border-radius: 50%;
width: 100%;
height: auto;
padding-top: 100%;
border:7px solid #bd0819;
}


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

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





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


.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 */


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



/* Navbar stili */


nav a {
	font-size:.9rem;
}


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

.navbar-dark {
background:rgba(255,255,255,.8);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.03);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.03);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,.03);
}


.navbar-dark-2 {
background:rgba(255,255,255,1);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.03);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.03);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,.03);

-webkit-transition: background .2s, color .5s;
    -moz-transition: background .2s, color .5s;
    transition: background .2s, color .5s;
}


.navbar-dark .navbar-nav .nav-link {
    color: #000;
	font-size:.85rem;
	font-weight:600;
	border-radius:0;
	padding:.3rem 1rem;
	margin-right:.5rem;
	margin-top:.2rem;



}

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



.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-active:hover:after,
.navbar-dark .navbar-nav .nav-active:focus:after,
.navbar-dark .navbar-nav .nav-active:active:after {
  left: 0;
  right: auto;
  width: 0%;
}


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

.dropdown-menu a{
	font-size:.9rem;
	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:.7;
	-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);
}


.ic-h1-container{
	background: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	display: inline-block;
	-webkit-border-top-left-radius: 1rem;
	-webkit-border-top-right-radius: 1rem;
	-moz-border-radius-topleft: 1rem;
	-moz-border-radius-topright: 1rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}



.pad-0{
	padding-bottom: 0;
	margin-bottom:0;
}

.ic-h1{
	color:#3b454b;
	font-size: 2rem;
	padding: 1rem 2rem 1rem 2rem;
	font-weight: 500;
}

.ic-h1-aciklama{
	font-size: 1.3rem;
	color:#fff;
	padding-left: 1rem;
}

.tel-alt{
	background: #af151b;
	border-radius: .2em;
	display:inline-block;
	font-size:1.8rem;
	font-weight:600;
	padding:.7rem 1rem .8rem 1rem;
	position:absolute;
	bottom:-2.2rem;
	z-index:100;
	color:#fff;
}

.tel-alt-con{
	margin-top:-4rem;	
}

.tel-alt-con p{
	margin:0;
	padding:0;
	line-height:1.5rem;	
}

.tel-alt:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: #af151b;
	border-bottom: 0;
	margin-left: -12px;
	margin-bottom: -12px;
}

.tel-alt-ust{
	font-size:.9rem;
	padding:0;
	margin:0;
}


/* 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:#5e5e5e;
    color: #fff;
	font-size:.5rem;
    font: inherit;
	margin:.5rem;
	padding:.1rem 1rem .2rem 1rem;
	border-radius:2rem;
}



.owl-carousel .owl-nav .owl-next:hover {
  background:#2b2b2b;
  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;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background:#2b2b2b;
  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:40px 0 60px 0;
}

.section-koyu{
	background-color: #af151b;
	background:url(../images/arka-nokta-2.png);

}

.section-beyaz{
	background: #fff;
}




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

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

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

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



.cagri-destek {
	color:#fff;
	display: inline-block;
	margin: 10px;

}

.destek-metin{
	display:none;
}

.destek-ikon{
	color:#fff;
	font-size: 1.3rem;
	padding: 3px;
	width: 40px;
	border-radius: 2rem;
	background: #2c4d7a;
	text-align: center;
	border: 2px solid #fff;
}


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

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





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

.bg-footer{


	background-color:#222222;
    background-position:top;
    background-repeat: no-repeat;
    background-size:contain;

	

}

.footer-form{
	padding:4rem 1rem 0rem 2rem;
} 

.footer-adresler{
background-color:#191919;
padding:4rem 2rem;
}


.social-con{
	margin-top:3.8rem;	
}


.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-right: 1rem;
		padding-left: .1rem;
		font-size:1.2rem;
		color:#fff;
	
		
}

.btn-social:hover{

		color:#f0f0f0;
		
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

/* Outlined butonlar */
.btn-primary {
    background: #d6d3f4;
    color: #221e53;
	font-weight: 500;
}
 
.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-primary:active, .btn-primary.active {
    background: #221e53;
    box-shadow: none;
}


.btn-outline-primary {
    color: #af151b;
	border: 0;
	font-weight:600;
	background-color:#fff;
	overflow: hidden;
	border-radius:.2rem;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open {
   border: 0;
	color:#fff;
	background-color:#53080b;
}

.btn-outline-secondary {
    color: #fff;
	border: 0;
	font-weight:500;
	background-color:#af151b;
	overflow: hidden;
	border-radius:.2rem;

	

}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .open {

	border: 0;
	color:#fff;
	background-color:#53080b;
}



.btn-top{
	font-size:.8rem;
	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: .5rem;
	font-weight:400;
}

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








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

@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 {

	-webkit-transition:  top .5s ease-in-out;
    -moz-transition:  top .5s ease-in-out;
    -ms-transition:  top .5s ease-in-out;
     o-transition:  top .5s ease-in-out;
     transition:  top .5s ease-in-out;
	 bottom:1rem;
	 top:0;
	 position:absolute;
	
	 }
	 

	 
.box2:hover {
  	bottom:0;
	 top:-1rem;

	-webkit-transition:  top .2s ease-in-out;
    -moz-transition:  top .2s ease-in-out;
    -ms-transition:  top .2s ease-in-out;
     o-transition:  top .2s ease-in-out;
     transition:  top .2s ease-in-out;
	 
	 }


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




/* Footer stili */
footer{
	color:#ccc;
	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;
}

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


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

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

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

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

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

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

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

.h-20 {
    height: 20%!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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	min-height: 100%;
	min-width:100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index:-1;
	
}


.header-ic-1{
	background-image: url(../images/header-ic-1.jpg);
	background-color:#e6e4ee;
    background-position:center;
    background-repeat: no-repeat;
	background-attachment:fixed;
    background-size: cover;
	min-height: 100%;
	position:absolute;
	min-width: 100%;
	left: 0;
	top: 0;
	
}

.header-ic-2{
	background-image: url(../images/header-ic-2.jpg);
	background-color:#e6e4ee;
    background-position:center;
    background-repeat: no-repeat;
	background-attachment:fixed;
    background-size: cover;
	min-height: 100%;
	position:absolute;
	min-width: 100%;
	left: 0;
	top: 0;
	
}

.header-ic-3{
	background-image: url(../images/header-ic-3.jpg);
	background-color:#e6e4ee;
    background-position:center;
    background-repeat: no-repeat;
	background-attachment:fixed;
    background-size: cover;
	min-height: 100%;
	position:absolute;
	min-width: 100%;
	left: 0;
	top: 0;
	
}


.section-gri{

	
	background-image: url(../images/orta2.png);

	background-image: linear-gradient(#f1faf9, #fff);
    background-position:0px -10px ;
    background-repeat: no-repeat;
    background-size:contain;
	padding-top:0rem;
	padding-bottom:3rem;
	
	
}

.green{
	color:#9cbe1a;	
	font-weight:500;
}

.carousel-indicators {
    position: absolute;
    right: 0;
	left:auto;
    bottom: 10px;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 15%;
    list-style: none;
	
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 90px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,.6);
}

.carousel-indicators .active {
    background-color: rgba(255,255,255,.6);
}
/*
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(0,0,0,.5);
}
*/
.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: 500;
    border-radius: .5rem;
    padding: .3rem 1rem;
}

.p-anasayfa{
	font-size:1.2rem;
	font-weight:400;

}


.p-liste::before {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #525252;
    width: 1rem;
    transform: translateY(-.2rem);
}

.img-1{
	max-width:30%;
	height:auto;
	
}
.img-2{
	max-width:30%;	
	height:auto;
}
.img-3{
	max-width:30%;	
	height:auto;
	
}

.alt-marka{
	font-size:1.5rem;	
}

.markalar {
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #3bb0b1 50%, #f0f0f0 50%);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
}

.markalar:hover {
    background-position:-100% 0;
}


.markalar2 {
    background-size: 200% 100%;
    background-image: linear-gradient(to left, #9cbe1a 50%, #f0f0f0 50%);
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
}

.markalar2:hover {
    background-position:-100% 0;
}

.separator {
  border: 0;
  margin-bottom:2rem;
}

.separator--line {
  border: 0;
  border-bottom: 8px solid #fff;
  width: 0;
  
  -webkit-animation: separator-width .5s ease-out forwards;
          animation: separator-width .5s ease-out forwards;
	animation-delay: .5s;	  
}

@-webkit-keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes separator-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}





.particle {
  position: absolute;
  border-radius: 55%;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(85vw, 51vh, 45px);
            transform: translate3d(85vw, 51vh, 45px);
  }
}

@keyframes particle-animation-1 {
  100% {
    -webkit-transform: translate3d(12vw, 51vh, 45px);
            transform: translate3d(12vw, 51vh, 45px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.33;
  height:35px;
  width: 35px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(35vw, 23vh, 92px);
          transform: translate3d(35vw, 23vh, 92px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(62vw, 22vh, 4px);
            transform: translate3d(62vw, 22vh, 4px);
  }
}

@keyframes particle-animation-2 {
  100% {
    -webkit-transform: translate3d(62vw, 45vh, 4px);
            transform: translate3d(62vw, 45vh, 4px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.6;
  height: 33px;
  width: 33px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(8vw, 30vh, 7px);
          transform: translate3d(8vw, 30vh, 7px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(8vw, 4vh, 78px);
            transform: translate3d(8vw, 4vh, 78px);
  }
}

@keyframes particle-animation-3 {
  100% {
    -webkit-transform: translate3d(8vw, 4vh, 78px);
            transform: translate3d(8vw, 4vh, 78px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: .7;
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(34vw, 34vh, 14px);
          transform: translate3d(34vw, 34vh, 14px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(86vw, 53vh, 18px);
            transform: translate3d(86vw, 53vh, 18px);
  }
}

@keyframes particle-animation-4 {
  100% {
    -webkit-transform: translate3d(8vw, 53vh, 18px);
            transform: translate3d(8vw, 53vh, 18px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.5;
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(45vw, 25vh, 88px);
          transform: translate3d(45vw, 25vh, 88px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(25vw, 43vh, 88px);
            transform: translate3d(25vw, 43vh, 88px);
  }
}

@keyframes particle-animation-5 {
  100% {
    -webkit-transform: translate3d(25vw, 43vh, 88px);
            transform: translate3d(25vw, 43vh, 88px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.34;
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(31vw, 5vh, 99px);
          transform: translate3d(31vw, 5vh, 99px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(27vw, 36vh, 46px);
            transform: translate3d(27vw, 36vh, 46px);
  }
}

@keyframes particle-animation-6 {
  100% {
    -webkit-transform: translate3d(37vw, 36vh, 46px);
            transform: translate3d(37vw, 36vh, 46px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.45;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(23vw, 2vh, 99px);
          transform: translate3d(23vw, 2vh, 99px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(19vw, 22vh, 39px);
            transform: translate3d(19vw, 22vh, 39px);
  }
}

@keyframes particle-animation-7 {
  100% {
    -webkit-transform: translate3d(19vw, 22vh, 39px);
            transform: translate3d(19vw, 22vh, 39px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.24;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(43vw, 33vh, 51px);
          transform: translate3d(43vw, 33vh, 51px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(7vw, 18vh, 58px);
            transform: translate3d(7vw, 18vh, 58px);
  }
}

@keyframes particle-animation-8 {
  100% {
    -webkit-transform: translate3d(7vw, 18vh, 58px);
            transform: translate3d(7vw, 18vh, 58px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.7;
  height:35px;
  width: 35px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(21vw, 38vh, 62px);
          transform: translate3d(21vw, 38vh, 62px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(8vw, 64vh, 65px);
            transform: translate3d(8vw, 64vh, 65px);
  }
}

@keyframes particle-animation-9 {
  100% {
    -webkit-transform: translate3d(8vw, 35vh, 65px);
            transform: translate3d(8vw, 35vh, 65px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.02;
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(30vw, 35vh, 21px);
          transform: translate3d(30vw, 35vh, 21px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(84vw, 24vh, 44px);
            transform: translate3d(84vw, 24vh, 44px);
  }
}

@keyframes particle-animation-10 {
  100% {
    -webkit-transform: translate3d(14vw, 24vh, 15px);
            transform: translate3d(14vw, 24vh, 15px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.55;
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(35vw, 44vh, 30px);
          transform: translate3d(35vw, 44vh, 30px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(5vw, 46vh, 39px);
            transform: translate3d(5vw, 46vh, 39px);
  }
}

@keyframes particle-animation-11 {
  100% {
    -webkit-transform: translate3d(55vw, 79vh, 39px);
            transform: translate3d(55vw, 79vh, 39px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.03;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(20vw, 27vh, 10px);
          transform: translate3d(20vw, 27vh, 10px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(3vw, 63vh, 63px);
            transform: translate3d(3vw, 63vh, 63px);
  }
}

@keyframes particle-animation-12 {
  100% {
    -webkit-transform: translate3d(3vw, 22vh, 63px);
            transform: translate3d(3vw, 22vh, 63px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.09; height:6px;
  width: 6px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(34vw, 39vh, 2px);
          transform: translate3d(34vw, 39vh, 2px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(43vw, 19vh, 95px);
            transform: translate3d(43vw, 19vh, 95px);
  }
}

@keyframes particle-animation-13 {
  100% {
    -webkit-transform: translate3d(23vw, 35vh, 95px);
            transform: translate3d(23vw, 35vh, 95px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.09;
  height:35px;
  width: 35px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(45vw, 20vh, 8px);
          transform: translate3d(45vw, 20vh, 8px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(78vw, 20vh, 52px);
            transform: translate3d(78vw, 20vh, 52px);
  }
}

@keyframes particle-animation-14 {
  100% {
    -webkit-transform: translate3d(78vw, 20vh, 52px);
            transform: translate3d(78vw, 20vh, 52px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.05;
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(60vw, 9vh, 85px);
          transform: translate3d(60vw, 9vh, 85px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(45vw, 74vh, 64px);
            transform: translate3d(45vw, 74vh, 64px);
  }
}

@keyframes particle-animation-15 {
  100% {
    -webkit-transform: translate3d(45vw, 74vh, 64px);
            transform: translate3d(45vw, 74vh, 64px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.05; height:25px;
  width: 25px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(15vw, 37vh, 70px);
          transform: translate3d(15vw, 37vh, 70px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(72vw, 21vh, 87px);
            transform: translate3d(72vw, 21vh, 87px);
  }
}

@keyframes particle-animation-16 {
  100% {
    -webkit-transform: translate3d(72vw, 21vh, 87px);
            transform: translate3d(72vw, 21vh, 87px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.7;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform: translate3d(20vw, 20vh, 22px);
          transform: translate3d(20vw, 20vh, 22px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(57vw, 33vh, 89px);
            transform: translate3d(57vw, 33vh, 89px);
  }
}

@keyframes particle-animation-17 {
  100% {
    -webkit-transform: translate3d(57vw, 33vh, 89px);
            transform: translate3d(57vw, 33vh, 89px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.7;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  -webkit-transform: translate3d(45vw, 10vh, 51px);
          transform: translate3d(45vw, 10vh, 51px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(72vw, 4vh, 76px);
            transform: translate3d(72vw, 4vh, 76px);
  }
}

@keyframes particle-animation-18 {
  100% {
    -webkit-transform: translate3d(72vw, 4vh, 76px);
            transform: translate3d(72vw, 4vh, 76px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.6;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  -webkit-transform: translate3d(40vw, 28vh, 21px);
          transform: translate3d(40vw, 28vh, 21px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(64vw, 22vh, 9px);
            transform: translate3d(64vw, 22vh, 9px);
  }
}

@keyframes particle-animation-19 {
  100% {
    -webkit-transform: translate3d(64vw, 22vh, 9px);
            transform: translate3d(64vw, 22vh, 9px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.8;
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-transform: translate3d(84vw, 7vh, 68px);
          transform: translate3d(84vw, 7vh, 68px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(15vw, 55vh, 40px);
            transform: translate3d(15vw, 55vh, 40px);
  }
}

@keyframes particle-animation-20 {
  100% {
    -webkit-transform: translate3d(15vw, 55vh, 40px);
            transform: translate3d(15vw, 55vh, 40px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.6;
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-transform: translate3d(35vw, 15vh, 57px);
          transform: translate3d(35vw, 15vh, 57px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(53vw, 38vh, 51px);
            transform: translate3d(53vw, 38vh, 51px);
  }
}

@keyframes particle-animation-21 {
  100% {
    -webkit-transform: translate3d(53vw, 38vh, 51px);
            transform: translate3d(53vw, 38vh, 51px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.8; height:25px;
  width: 25px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  -webkit-transform: translate3d(23vw, 35vh, 87px);
          transform: translate3d(23vw, 35vh, 87px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(49vw, 17vh, 17px);
            transform: translate3d(49vw, 17vh, 17px);
  }
}

@keyframes particle-animation-22 {
  100% {
    -webkit-transform: translate3d(49vw, 17vh, 17px);
            transform: translate3d(49vw, 17vh, 17px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.9;
  height:35px;
  width: 35px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  -webkit-transform: translate3d(70vw, 25vh, 34px);
          transform: translate3d(70vw, 25vh, 34px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(73vw, 16vh, 39px);
            transform: translate3d(73vw, 16vh, 39px);
  }
}

@keyframes particle-animation-23 {
  100% {
    -webkit-transform: translate3d(73vw, 16vh, 39px);
            transform: translate3d(73vw, 16vh, 39px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.22; height:25px;
  width: 25px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-transform: translate3d(85vw, 55vh, 63px);
          transform: translate3d(85vw, 55vh, 63px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(75vw, 23vh, 65px);
            transform: translate3d(75vw, 23vh, 65px);
  }
}

@keyframes particle-animation-24 {
  100% {
    -webkit-transform: translate3d(75vw, 23vh, 65px);
            transform: translate3d(75vw, 23vh, 65px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 0.3;
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  -webkit-transform: translate3d(80vw, 35vh, 37px);
          transform: translate3d(80vw, 35vh, 37px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(32vw, 63vh, 57px);
            transform: translate3d(32vw, 63vh, 57px);
  }
}

@keyframes particle-animation-25 {
  100% {
    -webkit-transform: translate3d(32vw, 63vh, 57px);
            transform: translate3d(32vw, 63vh, 57px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.34; height:25px;
  width: 25px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-transform: translate3d(1vw, 34vh, 47px);
          transform: translate3d(1vw, 34vh, 47px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(26vw, 7vh, 47px);
            transform: translate3d(26vw, 7vh, 47px);
  }
}

@keyframes particle-animation-26 {
  100% {
    -webkit-transform: translate3d(26vw, 7vh, 47px);
            transform: translate3d(26vw, 7vh, 47px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: .23;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-transform: translate3d(12vw, 9vh, 70px);
          transform: translate3d(12vw, 9vh, 70px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(25vw, 69vh, 78px);
            transform: translate3d(25vw, 69vh, 78px);
  }
}

@keyframes particle-animation-27 {
  100% {
    -webkit-transform: translate3d(25vw, 69vh, 78px);
            transform: translate3d(25vw, 69vh, 78px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.3;
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-transform: translate3d(100vw, 35vh, 51px);
          transform: translate3d(100vw, 35vh, 51px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(35vw, 34vh, 32px);
            transform: translate3d(35vw, 34vh, 32px);
  }
}

@keyframes particle-animation-28 {
  100% {
    -webkit-transform: translate3d(35vw, 34vh, 32px);
            transform: translate3d(35vw, 34vh, 32px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.6;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform: translate3d(76vw, 5vh, 90px);
          transform: translate3d(76vw, 5vh, 90px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(62vw, 37vh, 47px);
            transform: translate3d(62vw, 37vh, 47px);
  }
}

@keyframes particle-animation-29 {
  100% {
    -webkit-transform: translate3d(62vw, 37vh, 47px);
            transform: translate3d(62vw, 37vh, 47px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.7;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-transform: translate3d(54vw, 11vh, 47px);
          transform: translate3d(54vw, 11vh, 47px);
  background: #fefefe;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(65vw, 47vh, 35px);
            transform: translate3d(65vw, 47vh, 35px);
  }
}

@keyframes particle-animation-30 {
  100% {
    -webkit-transform: translate3d(65vw, 47vh, 35px);
            transform: translate3d(65vw, 47vh, 35px);
  }
}
.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.26;
  height: 45px;
  width: 45px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-transform: translate3d(80vw, 12vh, 91px);
          transform: translate3d(80vw, 12vh, 91px);
  background: #fefefe;
}



.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,52,52,.5);
line-height:40px;
font-size:.9rem;
color:#fff;
display:inline;
}

span{
	display:inline;	
}
.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:.2rem;	
}


.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:#9cbe1a ;

}

 .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: #af151b;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #af151b;
        }
        .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;
        }
		
.kisisel-veri{
	font-size:.8rem;
	color:#af151b;	
}

.kisisel-veri:hover{
	font-size:.8rem !important;
	color:#000;	
	text-decoration:none;
}

.controls h3{
	font-weight:500;
	color:#9cbe1a ;
	margin-top:0;	
}

.controls {
	font-size:.9rem;

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

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

		 


.header-h1{
opacity:0;	

}

.header-p{
opacity:0;	

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

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

@keyframes animate-carousel {

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


.accordion-section .panel-default > .panel-heading {
    border: 0;
	border-bottom:2px solid #ccc;
    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:#323232;
}
.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-2.png");
}
.accordion-section .panel-default .panel-body {
    font-size: 1rem;
	padding:0 .5rem 1rem .5rem;
}


.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.0);
}

.lang-mobile{
display:none;	
}

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



.asagi-ok-con{
	position: absolute;
	bottom: 15px;
	color:#fff;
	right:1rem;
	margin: 0 auto;
	padding-top: 4px;
	text-decoration: none;
	font-size:.9rem;
	
	
}
.asagi-ok-con a{
	color:#fff;	
}

.asagi-ok-con a:hover{
	color:#fff;	
	text-decoration:none;
}




.asagi-ok-con:hover{
	opacity:.5;
	color:#fff;
	text-decoration: none;
	-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;
}


#anim-ok{
	margin-left:.5rem;
	color:#af151b;
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;	
}

@-webkit-keyframes float {
  0% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {

    -webkit-transform: translatey(-7px);
            transform: translatey(-7px);
  }
  100% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {

    -webkit-transform: translatey(-7px);
            transform: translatey(-7px);
  }
  100% {

    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.form-control {
   border-radius: .2rem;	
}


footer .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #f9f9f9;
    background-clip: padding-box;
    border: 0px solid #ced4da;
 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

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

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

.header_ic_sayfa{
	background-image: url(../images/ziyade-catering-4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;

}


.header_ic_sayfa_2{
	background-image: url(../images/ziyade-catering-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	
}

.header_ic_sayfa_3{
	background-image: url(../images/ziyade-catering-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	
}

.header_ic_sayfa_4{
	background-image: url(../images/ziyade-catering-4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;
	
}

.header_ic_sayfa_5{
	background-image: url(../images/ziyade-catering-5.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;
	
}

.header_ic_sayfa_6{
	background-image: url(../images/ziyade-catering-6.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;
	
}
.header_ic_sayfa_7{
	background-image: url(../images/ziyade-catering-7.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;
	
}

.header_ic_sayfa_8{
	background-image: url(../images/ziyade-catering-8.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;
	
}

.header_ic_sayfa_9{
	background-image: url(../images/ziyade-catering-9.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size:cover;
	background-color:#000;
	opacity: 0.7;
	
}


.sertifika{
	overflow:hidden;
	box-shadow: 0 0 0 0 rgba(142,142,142,.8);
	transition: box-shadow 0.3s ease-in-out;
	-webkit-transition:  box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -ms-transition:  box-shadow 0.3s ease-in-out;
   o-transition: box-shadow 0.3s ease-in-out;
   
	background-color:#af151b;
	margin-top:1rem;
	margin-bottom:1rem;
	position:relative;
	
	
}

.sertifika:hover .h-img {
  transform: scale(1.2);
   -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
   o-transition:transform .5s ease;
   transition: transform .5s ease;
}

.sertifika:hover {
box-shadow: 0 2px 18px 0 rgba(142,142,142,.8);
	transition: box-shadow 0.3s ease-in-out;	
	
}

.sertifika .h-img {
  transform: scale(1);
    -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
   o-transition:transform .5s ease;
   transition: transform .5s ease;
}

.sertifika .zoom-icon {
  opacity:0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
   o-transition:opacity .5s ease;
   transition: opacity .5s ease;
   position:absolute;
   z-index:90;
   pointer-events: none;
   margin:0 auto;
   top:40%;
   left:0;
   right:0;
   width:100%;
   text-align:center;
   

}

.sertifika:hover .zoom-icon {
  opacity:1;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
   o-transition:opacity .5s ease;
   transition: opacity .5s ease;
}



.hizmetler {
	overflow:hidden;
	box-shadow: 0 0 0 0 rgba(142,142,142,.8);
	transition: box-shadow 0.3s ease-in-out;
	background-color:#af151b;
	margin-top:1rem;
	margin-bottom:1rem;
}

.hizmet-img{
	overflow:hidden;	
}

.hizmetler img{
	border-top-left-radius:.2rem;
	border-top-right-radius:.2rem;
	 transform: scale(1);
  transition: transform .5s ease;
}

.siyah-cizgi{
	height:0px;
	background-color:#000;
	width:100%;
}

.hizmetler-b{
	color:#fff;
	padding-bottom:1.5rem;
	padding-top:2.5rem;
	position:relative;
	font-size:1rem;
	font-weight:500;
}

.hizmetler .daire{

  height: 65px;
  width: 65px;
  background-color: #af151b;
  border-radius: 50%;
  display: inline-block;
  position:absolute;
  top:-1.5rem;
  left:0;
  right:0;
  margin:0 auto;
  transition: all 0.5s ease;

}
.daire img{
	padding-top:1.2rem;
}

.hizmetler:hover{
box-shadow: 0 2px 18px 0 rgba(142,142,142,.8);
	transition: box-shadow 0.3s ease-in-out;	
}

.hizmetler:hover .h-img {
  transform: scale(1.1);
  transition: transform .5s ease;
}

.hizmetler:hover .daire{
	background-color:#8f0f14;
	top:-2.5rem;
	transition: all 0.5s ease;
	
}

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


.hizmetler a:hover{
	color:#fff;	
}

.card{
	font-size:1rem;	
}

.card-header{
	background:#af151b;	
	color:#fff;
}

.card-title{

	color:#af151b;
}

.yesil-check{
	font-size:2.5rem;
	color:#70BB0E;	
}

.kisisel-veri-alt{
	font-size:.8rem;
	color:#e94d53;	
}

.kisisel-veri-alt:hover{
	font-size:.8rem !important;
	color:#e94d53;	
	text-decoration:none;
}

@media screen and (max-width: 991px){
	
	.alt-marka{
		margin-top:1rem;	
	}
	
	.navbar-dark .navbar-nav .nav-active {
border-bottom: 0;
	color:#000;
}
	
	.h1-slider{
	font-size:2rem;
	font-weight: 500;
	color:#fff;
}


	.asagi-ok-con{
		display:none;	
	}
	
	.h-60{
		max-height:50% !important;	
	}
	.top-phone{
margin-right:0;
padding-left:0;	
}

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

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

.lang-mobile .active {
    padding: .05rem .3rem;
    color: #9cbe1a;
}
	

	.mobile-arayalim{
		position:fixed;
		bottom:0;	
		z-index:50;
		width:100%;
}
	
	
	.carousel-indicators {
		margin-bottom:3rem;
}
	
	.carousel-indicators {
    position: absolute;
    right: 0;
	left:0;
    bottom: 10px;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
	
}
	
	.top-social{
		display:none;	
	}
	
	
	.h-60 {
    height: 80%!important;
}
	
	.h-md-80 {
    height: 100%!important;
}
	



.slider_v1{
background: url(../images/slider/slider1_m.jpg);
transform: scale(1.2);
background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment:scroll;
    background-color: #fff;
    -webkit-background-size: auto calc(100vh);
    -moz-background-size: auto calc(100vh);
    -o-background-size: auto calc(100vh);
    background-size: auto calc(100vh);
}



.slider_v2{
background-image: url(../images/slider/slider2_m.jpg);	
transform: scale(1.2);
background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment:scroll;
    background-color: #fff;
    -webkit-background-size: auto calc(100vh);
    -moz-background-size: auto calc(100vh);
    -o-background-size: auto calc(100vh);
    background-size: auto calc(100vh);
}




.slider_v3{
background-image: url(../images/slider/slider3_m.jpg);	
transform: scale(1.2);
background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment:scroll;
    background-color: #fff;
    -webkit-background-size: auto calc(100vh);
    -moz-background-size: auto calc(100vh);
    -o-background-size: auto calc(100vh);
    background-size: auto calc(100vh);
}

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


	.header_anasayfa{
	background-image: url(../images/header_bg_2.png);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	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: .25rem;
		background-color: #000;
	}
	.nav-link{
		line-height:1rem;
	}
	
	.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    background: none;
    font-weight: 500;
}
	
	.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;
}

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

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

.bg-footer{

	background-color:#000;
    background-position:top;
    background-repeat: no-repeat;
    background-size:contain;
	padding-top:3rem;
	padding-bottom:2rem;
	

}



.header-h1{
font-size:2rem;
font-weight: 500;
color:#fff;

}

.header-p{
font-size:1rem;
font-weight: 500;
color:#fff;
margin-bottom:6rem;

	
}


.p-anasayfa{
	font-size:1rem;
	font-weight:500;
	padding:0;

}

.box2 {

	-webkit-transition:  top .5s ease-in-out;
    -moz-transition:  top .5s ease-in-out;
    -ms-transition:  top .5s ease-in-out;
     o-transition:  top .5s ease-in-out;
     transition:  top .5s ease-in-out;
	 bottom:1rem;
	 top:0;
	 position:relative;
	
	 }
	 
	 
.btn-outline-secondary {
    color: #fff;
	border: 0;
	border-radius: .2rem;
	font-weight:500;
	
	 background-size:contain;
    background-image:none;
	background-color:#af151b;
    -webkit-transition: background-position .5s;
    -moz-transition: background-position .5s;
    transition: background-position .5s;
}

.btn-outline-secondary-rad0{
	border-radius: 0;
}

.top-phone{
margin-right:1rem;
padding-left:0;
margin-left:0;	
}
.top-social{
	display:none;	
}

	.h1-ust{
		margin-top:8rem;
}
	
	.footer-adresler{
		padding: 1rem 1rem;
	}
	
	.footer-form {
    padding: 1rem 1rem 0rem 1rem;
}

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

}