/* Fr Adisyon Css File */

html,body,ul,li,a,div,section,p,h1,h2,h3,h4,h5,h6 {font-family: 'Titillium Web', sans-serif !important;letter-spacing:0.5px;}
html,body {height:100%;}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header {
	padding:27px 0 27px 0 !important;
	background-color:rgba(0,0,0,1) !important;
	
	}
	
#carouselExampleFade {
	
	
	min-height: 100% !important;
    height: 100% !important;
}	

.foot_nav {float:left;display:block;margin-bottom:30px;}
.foot_nav li {float:left;display:block;}
.foot_nav li a {margin-right:20px;color:#fff;font-weight:600 !important;font-size:14px;text-transform:uppercase;}
.foot_nav li a:hover {color:#ccc !important;text-decoration:none;}


.navigasyon {
	
	

}
.navigasyon li {}
.navigasyon li a {margin-left:20px;color:#ccc;font-weight:600 !important;font-size:14px;}
.navigasyon li a:hover {color:#cb171e !important;text-decoration:none;}

.ucretsiz-dene-button {
 border:none; 
 -webkit-border-radius: 16px; 
 -moz-border-radius: 16px;
 border-radius: 16px;
 font-size:14px;
 padding: 8px 20px 8px 20px; 
 text-decoration:none; 
 color: #FFFFFF;
 background-color: #cb171e; background-image: -webkit-gradient(linear, left top, left bottom, from(#cb171e), to(#f7931d));
 background-image: -webkit-linear-gradient(left, #cb171e, #f7931d);
 background-image: -moz-linear-gradient(left, #cb171e, #f7931d);
 background-image: -ms-linear-gradient(left, #cb171e, #f7931d);
 background-image: -o-linear-gradient(left, #cb171e, #f7931d);
 background-image: linear-gradient(to right, #cb171e, #f7931d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cb171e, endColorstr=#f7931d);
 margin-left:20px;
 margin-top:4px;
 text-transform:uppercase;
 text-shadow: -1px 0px 2px black;
 font-weight:700;
	
}
.ucretsiz-dene-button:hover {
	
	background:#f7931d;
	color:black;
	text-decoration:none;
	text-shadow: none !important;
	
	
}


.alanlar {padding:15% 0 80px 0 !important;min-height:100% !important;}
.alan-aralari {height:800px;background-repeat:no-repeat;background-position:center center;  -webkit-filter: sepia(100%); /* Safari */
    filter: sepia(100%);}
#alan1 {background-image: url("1.jpg");}
#alan2 {background-image: url("2.jpg");}
#alan3 {background-image: url("3.jpg");}
#alan4 {background-image: url("4.jpg");}


.carousel-item {filter: sepia(85%);}


#nedir {
	background: linear-gradient(260deg, #f7931d 20%, #cb171e 100%);
}
#ozellikler {
	background: linear-gradient(280deg, #cb171e 20%, #f7931d 100%);
}
#nasil-calisir {background-image: linear-gradient(to right top, #cb171e, #d8401b, #e45e18, #ee7918, #f7931d);}
#fiyat {background-image: linear-gradient(to left bottom, #cb171e, #d8401b, #e45e18, #ee7918, #f7931d); /* background-image: linear-gradient(to right top, #f7931d, #ee7918, #e45e18, #d8401b, #cb171e); */}
#blog {background-color:#121212;}


.ic-sol {
	
	
}
.ic-sol i {font-size:158px;}
.ic-sag {

}

.ic-sag p {color:white;font-size:22px;margin-bottom:40px;text-align:center; }
.ic-sag * {color:white;}
.ozell-ic p{font-size:16px;padding-left:0px !important;}
.ozell-ic h3{font-size:24px;text-align:center;}



.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel-2 .panel-heading {
    padding: 18px 0px 18px 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-group .panel-2 .panel-body {
    border-top: none !important;
    padding: 18px 0px 18px 45px;
}
.panel-title a:hover {color:white !important;text-decoration:none;}










#ozellikler * {color:White;}
#ozellikler h5 {font-weight:700;}
#ozellikler p {font-weight:100;}





.xss {	padding-top:10%;}
.xxx {	
	color:white;
	font-size:20px;
	}
	
	
.xxx:before {
	
	color:white;
	font-size:28px;
	font-family: FontAwesome;
	display: inline-block;
	line-height:28px;
}
.xx:before {content:"\f0e7";}
.xy:before {content: "\F02C";} 
.xc:before {content: "\F06B";} 





img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}







































/* PRICE LIST */

.demo{ background: #002333; }
.pricingTable{
    padding: 40px 0;
    margin: 50px 40px 30px 20px;
    background: #fff;
    text-align: center;
    z-index: 1;
    position: relative;
}
.pricingTable:before{
    content: "";
    border-right: 20px solid #9e534d;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: 20px;
    left: -40px;
}
.pricingTable:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: skew(0deg, 7deg);
    transform-origin: left bottom 0;
    z-index: -1;
}
.pricingTable .title{
    padding: 20px 0;
    margin: 0 40px 20px 0;
    background: #CB171E;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}
.pricingTable .title:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #CB171E;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(17deg, 0deg);
    transform-origin: left bottom 0;
    z-index: -1
}
.pricingTable .title:after{
    content: "";
    border-top: 64px solid #CB171E;
    border-right: 200px solid #ce0009;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.pricingTable .price-value{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ce0009;
    font-size: 20px;
    font-weight: 600;
    color: #ce0009;
    position: absolute;
    top: -40px;
    right: -40px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 20px 0;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    color: #ce0009;
    border-top: 1px solid #CB171E;
    border-bottom:  1px solid #CB171E;
    position: relative;
}
.pricingTable .pricing-content:before,
.pricingTable .pricing-content:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #ce0009;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content:after{
    top: auto;
    left: auto;
    bottom: -2px;
    right: 0;
}
.pricingTable:hover .pricing-content:before,
.pricingTable:hover .pricing-content:after{ width: 100%; }
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #ce0009;
    border: 2px solid #ce0009;
    transition: all 0.5s ease 0s;
}
.pricingTable:hover .pricingTable-signup{
    background: #ce0009;
    color: #fff;
}
.pricingTable.green:before{ border-right-color: #798b59; }
.pricingTable.green .title,
.pricingTable.green .title:before{ background: #a7c572; }
.pricingTable.green .title:after{
    border-top-color: #a7c572;
    border-right-color: #a7c572;
}
.pricingTable.green .price-value{
    border-color: #a7c572;
    color: #a7c572;
}
.pricingTable.green .pricing-content{
    color: #a7c572;
    border-top-color: #a7c572;
    border-bottom-color: #a7c572;
}
.pricingTable.green .pricing-content:before,
.pricingTable.green .pricing-content:after{ background: #a7c572; }
.pricingTable.green .pricingTable-signup{
    border-color: #a7c572;
    color: #a7c572;
}
.pricingTable.green:hover .pricingTable-signup{
    background: #a7c572;
    color: #fff;
}
.pricingTable.blue:before{ border-right-color: #F7931D; }
.pricingTable.blue .title,
.pricingTable.blue .title:before{ background: #F7931D; }
.pricingTable.blue .title:after{
    border-top-color: #F7931D;
    border-right-color: #F7931D;
}
.pricingTable.blue .price-value{
    border-color: #F7931D;
    color: #F7931D;
}
.pricingTable.blue .pricing-content{
    color: #F7931D;
    border-top-color: #F7931D;
    border-bottom-color: #F7931D;
}
.pricingTable.blue .pricing-content:before,
.pricingTable.blue .pricing-content:after{ background: #F7931D; }
.pricingTable.blue .pricingTable-signup{
    border-color: #F7931D;
    color: #F7931D;
}
.pricingTable.blue:hover .pricingTable-signup{
    background: #F7931D;
    color: #fff;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 50px; }
}
@media only screen and (max-width: 767px){
    .pricingTable{ margin-bottom: 80px; }
    .pricingTable:after{
        transform: skew(0deg, 3deg);
        transform-origin: left bottom 0;
    }
}


/* PRICE LIST */
