@charset "utf-8";
/* CSS Document */
* {
	outline:none;
	box-sizing: border-box;
	margin:0px;
	padding:0px;	
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
	font-size:14px;
}
.radius {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.p-1 {
	padding:10px;
	}
.p-2 {
	padding:20px;
	}
.p-3 {
	padding:30px;
	}
.p-4 {
	padding:40px;
	}
.p-5 {
	padding:50px;
	}				
.pt-1 {
	padding-top:10px;
	} 
.pt-2 {
	padding-top:20px;
	} 
.pt-3 {
	padding-top:30px;
	} 
.pt-4 {
	padding-top:40px;
	} 
.pt-5 {
	padding-top:50px;
	} 		
.pl-1 {
	padding-left:10px;
	} 
.pl-2 {
	padding-left:20px;
	} 
.pl-3 {
	padding-left:30px;
	} 
.pl-4 {
	padding-left:40px;
	} 
.pl-5 {
	padding-left:50px;
	} 	
.pr-1 {
	padding-right:10px;
	} 
.pr-2 {
	padding-right:20px;
	} 
.pr-3 {
	padding-right:30px;
	} 
.pr-4 {
	padding-right:40px;
	} 
.pr-5 {
	padding-right:50px;
	} 				
.pb-1 {
	padding-bottom:10px;
	} 
.pb-2 {
	padding-bottom:20px;
	} 
.pb-3 {
	padding-bottom:30px;
	} 
.pb-4{
	padding-bottom:40px;
	} 
.pb-5 {
	padding-bottom:50px;
	} 	
	
.mt-1 {
	margin-top:10px;
	} 
.mt-2 {
	margin-top:20px;
	} 
.mt-3 {
	margin-top:30px;
	} 
.mt-4 {
	margin-top:40px;
	} 
.mt-5 {
	margin-top:50px;
	} 	
.mb-1 {
	margin-bottom:10px;
	} 
.mb-2 {
	margin-bottom:20px;
	} 
.mb-3 {
	margin-bottom:30px;
	}
.mb-4 {
	margin-bottom:40px;
	}
.mb-5 {
	margin-bottom:50px;
	}
	
.ml-1 {
	margin-left:10px;
	} 
.ml-2 {
	margin-left:20px;
	} 
.ml-3 {
	margin-left:30px;
	}
.ml-4 {
	margin-left:40px;
	}
.ml-5 {
	margin-left:50px;
	}
	
.mr-1 {
	margin-right:10px;
	} 
.mr-2 {
	margin-right:20px;
	} 
.mr-3 {
	margin-right:30px;
	}
.mr-4 {
	margin-right:40px;
	}
.mr-5 {
	margin-right:50px;
	}
.tright {
	text-align:right;
	}
.tleft {
	text-align:left;
	}				
.col {
	float:left;
	}		
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}		
.line {
	border-bottom:1px solid #ddd;
	}
			
:focus {
	outline: 0;
}
img {
	vertical-align: middle;
	}
a  {
	text-decoration:none;
	}
.kapsa {
	margin:0 auto; 
	width:80%;  
	max-width:1300px;
	}
	
.kapsa-flex {
	margin:0 auto; 
	width:80%;  
	max-width:1300px;
	}	
.kapsa:after{
	content:'';
	display:block;
	clear:both;
	}
.kapsa-90 {
	margin:0 auto; 
	width:90%;  
	max-width:1300px;
	}
.kapsa-90:after{
	content:'';
	display:block;
	clear:both;
	}
.kapsa-70 {
	margin:0 auto; 
	width:70%;  
	max-width:1000px;
	}
.kapsa-70:after{
	content:'';
	display:block;
	clear:both;
	}		
body,html {
	width:100%;
	height:100%;

	}
.section {
	float:left;
	width:100%;
	}
.section > .kapsa {
	position:relative;
	}	
.section > .kapsa-70 {
	position:relative;
	}	
.section > .defination{
	position:relative;
	}		
.top-menu {
	float:left;
	width:100%;
	background-color:#FFF;
	
	}
.top-menu-scroll {
	float:left;
	width:100%;
	background-color:#FFF;
	display:none;
	}	
.top-menu  .kapsa-flex{
	align-items:center;
	}
.top-menu-scroll  .kapsa-flex{
	align-items:center;
	}			
.logo a img {
	max-width:200px;
	}
.menu ul {
	float:left;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
	}
.menu ul > li{
	list-style-type:none;
	margin-right:20px;
	font-weight:500;
	font-size:16px;
	}
.menu ul > li > a{
	color:#000;
	font-size:16px;
	font-weight:500;
	}					
.top {	
	position:relative;
	background-color:#be1622;
	padding-top:30px;
	padding-bottom:30px;
	top:0px;
	
	}	
ul.call {
	float:left;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	color:#FFF;	
	}	
ul.call > li{
	list-style-type:none;
	margin-right:30px;	
	font-weight:500;
	font-size:16px;
	}	
ul.call > li:last-child{
	margin-right:0px;
	}	
ul.call > li input{
	padding:10px;
	border:0px solid #FFF;
	font-size:13px;
	
	}
ul.call > li button{
	padding:10px;
	border:0px;
	background-color:#3abfc6;
	color:#FFF;
	font-weight:500;
	cursor:pointer;
	
	}	
	
form.top-form {
	
	display:flex;
	align-items:center;
	justify-content:center;
	}
ul.contact {
	float:left;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	color:#FFF;	
	}	
ul.contact > li{
	list-style-type:none;
	margin-right:20px;	
	font-weight:500;
	
	}	
ul.contact > li > a{
	color:#000;
	font-weight:500;
	display:block;
	font-size:16px;
	}	
ul.contact > li:last-child{
	margin-right:0px;
	}		
.middle {
	text-align:center;
	}	

	
.page-name {
	float:left;
	width:100%;	
	}	
.page-name  h1{
	font-size:40px;
	font-weight:700;
	color:#FFF;
	}
.page-description {
	float:left;
	width:100%;	
	}	
.page-description  h2{
	font-size:16px;
	font-weight:400;
	color:#fff;
	}	
h2.module {
	font-size:23px;
	font-weight:700;	
	}			
.screen {
	float:left;
	width:100%;
	}
.screen > img{
	width:100%;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	*/	
	}					
.defination {
	float:left;
	width:100%;
	background-color:#f5f5f5;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	*/
	position:relative;	
	}
.defination p a{
	font-size:18px;
	color:#000;
	text-decoration:underline;
	 }	
.arrow:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:-20px;
	border-style:solid;
	border-width:20px 20px 0px 20px;
	border-color:#f5f5f5 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	display:none;
	
	}	
.defination p {
	font-size:18px;	
	margin-bottom:15px;
	line-height:26px;
	}
.defination p:last-child {
	margin-bottom:0px;
	}			
.bg-1 {
	background-color:#3abfc6;
	}
.bg-2 {
	background-color:#f5f5f5;
	}
.bg-3 {
	background-color:#fff;
	}			
.cry {
	font-size:30px;
	color:#FFF;
	}	
ul.moduls {
	float:left;
	width:100%;	
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:30px;
	}
ul.moduls li {
	list-style-type:none;	
	/*background-color:#3abfc6;*/
	color:#000;
	font-size:18px;
	font-weight:500;
	margin-bottom:35px;		
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:20%;
		
	}
ul.moduls li > a{
	color:#000;
	font-size:18px;
	font-weight:500;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	}	
ul.moduls li i{
	width:90px;
	height:90px;
	background-color:#3abfc6;
	color:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size:40px;
	margin-bottom:10px;
	position:relative;
	}	
ul.moduls li i:after{
	content:'';
	position:absolute;
	bottom:-8px;
	border-style:solid;
	border-width:10px 10px 0px 10px;
	border-color:#3abfc6 transparent transparent transparent;
	}	
	
ul.baner-moduls {
	float:left;
	width:100%;	
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	}
ul.baner-moduls li {
	list-style-type:none;	
	/*background-color:#3abfc6;*/
	color:#fff;
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;		
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:20%;
	text-align:center;
		
	}
ul.baner-moduls li i{
	width:70px;
	height:70px;	
	color:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size:40px;
	margin-bottom:10px;
	position:relative;
	}	
		
				
.scroll {
	position:fixed;
	right:10px;
	bottom:45px;
	width:30px;
	height:30px;
	background-color:#000;
	color:#FFF;
	font-size:20px;
	z-index:9;
	text-align:center;
	padding-top:2px;
	display:none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	}	
.mail-response {
	float:left;
	width:100%;
	text-align:center;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:500;
	display:none;
	}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
	width:100%;
    z-index: 9999;
    animation-name: fixedHeader;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   
}
.footer {
	/*padding-bottom:30px;*/
	}
.footer > a > img{
	max-width:150px;
	}	
.footer a {
	display:inline-block;
	padding-top:3px;
	padding-bottom:3px;
	color:#000;
	font-weight:500;
	margin-right:8px;
	}	
.popup {
	width:100%; 
	height:100%; 
	position:fixed; 
	z-index:999999999; 
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,1);
	display:flex;
	align-items:center;	
	justify-content:center;
	
	}
.popup .price {
	position:absolute;
	top: 38.6%;
    left: 20%;
    color: #fff;
    font-size: 40px;
	}	
.popup-close {
	position:absolute; 
	font-size:30px; 
	right:5px; 
	top:0px;  
	color:#FFF; 
	cursor:pointer; 
	}	 
.popup-all {
	position:relative;
	max-width:80%;

	}
.popup-all > img {
	max-height:580px;
	}	
ul.sss {
	float:left;
	width:100%;
	}	
ul.sss > li{
	float:left;
	width:100%;
	margin-bottom:1px;
	list-style-type:none;
	border-bottom:1px solid #ddd;

	}
ul.sss > li:last-child{
	border-bottom:0px;
	}	
ul.sss > li > .title{
	float:left;
	width:100%;
	/*background-color:#f7f7f7;*/
	color:#1f1f1f;
	padding:20px 15px;
	font-weight: 600;
	font-size:18px;
	cursor:pointer;
	position:relative;
	}
ul.sss > li > .title:after {
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit; 
	position:absolute; 
	top:22px; 
	right:10px; 
	color:#000; 
	font-weight:600;
	font-size:16px;
	 }
ul.sss > li.aktif > .title:after {
	content: "\f068";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit; 
	position:absolute; 
	top:22px; 
	right:10px; 
	color:#000; 
	font-weight:600;
	font-size:13px;
	 } 	

ul.sss > li > .content{
	float:left;
	width:100%;
	color:#888888;
	padding:25px 15px;
	display:none;
	font-size:18px; 
	line-height:26px;
	position:relative;
	}	
ul.sss > li > .content:before{
	content:'';
	position:absolute;
	border-style:solid;
	border-width:10px 10px 0px 10px;
	border-color:#f7f7f7 transparent transparent transparent;
	left:25px;
	top:0px;
	display:none;
	}	
.payment {
	float:left;
	width:100%;
	}	

div.kurumsal {
	float:left;
	width:100%;
	display:none;
	}	
.form-group {
	float:left;
	}	
.form-check-label {
	cursor:pointer;
	}	
	
.form-input-label {
	float:left;
	width:100%;
	font-size:14px;
	margin-bottom:5px;
	}
.form-input-label a{
	font-weight:500;
	color:#000;
	text-decoration:underline;
	}	
.form-group input[type=text] {
	padding:9px 15px;
	border:1px solid #ddd;
	width:100%;
	}
.form-group input[type=checkbox] {
	width:22px;
	height:22px;
	margin-right:10px;
	}	
.form-group input[type=radio]{
/*	width:10px;
	height:10px;*/
	display:none;
	}	
input[type=radio]:checked + label {
background-color: #be1622;
 color:#FFF;
 padding:8px;
 -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}	
.form-group textarea {
	padding:9px 15px;
	border:1px solid #ddd;
	resize:none;
	width:100%;
	height:100px;
	}	
h1.payment-h1 {
    font-size: 26px;
    font-weight: 700;
}
.button {
	display:flex;
	align-items:center;	
	font-weight:700;
	}	
.btn {
	padding:10px;
	cursor:pointer;
	border:0px;
	}
.btn-primary {
	background-color: #3abfc6;
    color: #FFF;
	}
.btn-danger {
	background-color: #be1622;
    color: #FFF;
	}
.pay {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	padding:10px 30px; 
	font-weight:700;
	display:inline-block;
	margin-top:20px;
}		
.button i {
	margin-left:10px;
	margin-right:10px;
	font-size:22px;
	
	}		
.payment-info {
	float:left;
	width:100%;
	}
h2.payment-h2 {
    font-size: 20px;
    font-weight: 500;
	margin-bottom:30px;
}	
.items {
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	}
.titr {
	
	}
.price {
	font-weight:700;
	}	
.flex {
	display:flex;	
	}	
.j-spacebetween {
	justify-content:space-between;
	}
.j-center {
	justify-content:center;
	}	
.flex-column {
	flex-direction:column;
	}
.flex-center {
	align-items:center;
	}			
.return a {
	color:#000;
	font-weight:700;
	}	
ul.payment-options {
	float:left;
	width:100%;
	margin-bottom:50px;
	}	
ul.payment-options > li{
	float:left;
	list-style-type:none;
	margin-right:30px;
	font-size:20px;
	cursor:pointer;
	position:relative;
	}
ul.payment-options > li:last-child{
	margin-right:0px;
	}	
ul.payment-options > li > a{	
	font-size:20px;
	color:#000;
	}	
ul.payment-options > li:after{
	content:'';
	position:absolute;
	left:0px;
	width:0%;
	height:2px;
	background-color:#ddd;
	bottom:-10px;
	transition:all .3s;
	}	
ul.payment-options > li.aktif:after{
	width:100%;	
	transition:all .3s;	
	}
ul.payment-options > li:hover:after{
	width:100%;
	transition:all .3s;		
	}	

ul.options {
	float:left;
	width:100%;	
	}
ul.options > li{
	float:left;
	width:100%;
	list-style-type:none;
	display:none;	
	}	

.account-info {
	font-size:15px;
	line-height:23px;
	}
.part-1, .part-2 {
	float:left;
	width:100%;
	}	
.form-uyari {
	float:left;
	width:100%;
	color:#F00;
	padding:8px 0px;
	font-weight:700;
	}	
.sonuc {
	float:left;
	width:100%;
	}	
.part-2-button {
	display:inline-block;
	}	
span.alert{
	color: #F00;
    padding: 8px 0px;
    font-weight: 700;
	display:inline-block;
	margin-bottom:20px;
	}
.pay-info, .pay-success, .pay-error {
	font-size: 15px;
    line-height: 23px;
	}	
.pay-info strong {
	font-weight:500;
	}			
.invoice-title {
	margin-bottom:20px;
	display:block;
	font-weight:700;
	}	
.baner {
	float:left;
	width:100%;
	min-height:500px;
	background-image:url(../img/top-baner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
	}
.baner:after {
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	z-index:1;
	}			
.z-index {
	z-index:2;
	}

.support-title .icon {
	font-size:25px;
	}
.support-title .title {
	font-size:22px;
	font-weight:500;
	}
.support-content {
	font-size:16px;
	line-height:24px;
	}
.support-content a {
	font-size:16px;
	color:#000;
	font-weight:500;
	}	
.anchor {
	position:absolute;
	padding:10px;
	}
.general-h2 {
	font-size:30px;
	font-weight:500;
	text-align:center;
	}												
@media only screen and (min-width:1400px) and (max-width:1920px) 
{
.popup-all > img {
	max-height:700px;
	}		
}
@media only screen and (min-width:851px) and (max-width:1328px) 
{
	

form {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap:wrap;
}
ul.call {    
    width: 100%;    
    justify-content: center;  
	margin-bottom:15px;  
}	
ul.contact {    
    width: 100%;    
    justify-content: center;    
}	
}
@media only screen and (max-width:850px)
{
.popup .price {
    font-size: 22px;
	}	
.logo a img {
	max-width:150px;
	}	
.p-3 {
	padding:15px;
	}	
.support-title .icon {
    font-size: 20px;
}
.support-title .title {
    font-size: 16px;
}	

.support-items > .flex {
	flex-direction:row;
	justify-content:center;
	}	
.support-content {
	text-align:center;
}	
.baner .col-5 {
    width: 100%;
	text-align:center;
}	
.baner {
	flex-direction:row !important;
	min-height:250px;
	}
.baner > .flex {
	flex-direction:row;

	}	
.baner .col-7 {
	display:none;
	}	
.ml-5 {
	margin-left:0px;
	}	
.logo, .menu {
	margin-bottom:20px;
	}	
.kapsa-flex {
    width: 90%;
}	
.flex {
 
    flex-direction: column;
}	
.col-8 {
    width: 100%;
	order:1;
}
.col-4 {
    width: 100%;
}
.ml-2 {
	margin-left: 0px;
}
.p-4 {
	padding:15px;
	}
ul.payment-options > li {
    
    margin-right: 20px;
    font-size: 18px;
}
ul.payment-options > li > a {
    
    font-size: 18px;
}

.kapsa-70 {
	margin:0 auto; 
	width:95%;  
	max-width:1000px;
	}	
ul.sss > li > .title{
	
	padding-right:35px;
	
	}	
.top {
    display:none;
}
.mail-response {
    display:none;
}	
form {
	flex-direction: column;
}
ul.contact > li {    
    margin-right: 15px;    
}

.cry {
    font-size: 16px;
}

.menu {
	display:none;
	}	
.logo img{
	max-width:200px;
	}
.page-name h1 {
    font-size: 20px;
}
.page-description h2 {
    font-size: 16px;
}
h2.module {
    font-size: 18px;
}
.defination p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 24px;
}
.defination p a{
	font-size:16px;
	 }
ul.moduls{
	margin-top:10px;
	}
ul.moduls li {
    padding: 18px;   
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 0px;
	width:33.33%;
	text-align:center;
	justify-content: flex-start;
   
}
ul.moduls li i{
	width:60px;
	height:60px;	
	font-size:30px;
	margin-bottom:10px;
	}		
.pb-3 {
    padding-bottom: 20px;
}
.pt-3 {
    padding-top: 20px;
}
.kapsa {
	width:90%;
	}
.popup-all {
	max-width:90%;
	}	
.popup-all > img {
    max-height: auto;
	width:100%;
}	
}	
	
	