@charset "UTF-8";
* {
	outline: 0;
	border: 0;
	text-decoration: none;
}
:root{
	--pembe:#B17669;
	--yesil:#324447;
	--acikgri:#f5f5f7;
}
html {
	scroll-behavior: smooth;
}
body{ 
	font-family: 'Quicksand', sans-serif !important;
	background-color: #fff;
	font-size: 14px;
	padding: 0;		 
} 
.opak {opacity: 0;}
a {
	 color: #fff; opacity: 1; font-size: 14px;
}
a:hover { text-decoration: none !important; color: #fff; opacity: 0.8;}
p {font-size: 16px;}
ul {
	margin: 0; padding: 0;
}
li{ list-style-type: none;} 
/*LOADING*/
/*LOADER END*/
.page-wrapper {
	position: relative; 	
}
.container-fluid {
    max-width: 1680px;
    margin: 0 auto;
}
.bg-1 {
	background: transparent url(../images/bg.webp) no-repeat center top;
	background-size: cover;
}
header {
	 position: relative;
	 background-color: #fff;
	 top: 0;
	 left: 0;
	 width: 100%; 
	 padding: 20px 0;
	 z-index: 999; 
	 transition: all 200ms linear;
	 background-color: #fff;
}  
.logo {
	float: left;
	width: 30%;
	height: 53px;
	display: flex !important;
	align-items: center;
	justify-content: start;
}
.logo img {
		width: 80%;
		height: auto;
	}
.bg-pembe {background-color: var(--pembe) !important;}
.bg-yesil {background-color: var(--yesil) !important;}
.bg-acikgri {background-color: var(--acikgri) !important;}
.text-pembe {color: var(--pink) !important;}
.text-yesil {color: var(--yesil) !important;}
.text-acikgri {color: var(--acikgri) !important;}
.bg-primary {background-color: var(--primary) !important;}
.bg-pembe {background-color: var(--pembe) !important;}
.bg-teriatry {background-color: var(--teriatry) !important;}
.color-primary {color: var(--primary) !important;}
.color-pembe {color: var(--pembe) !important;}
.color-teriatry {color: var(--teriatry) !important;}
.color-koyugri {color: var(--koyugri) !important;}
.color-white {color: #FFFFFF !important;}
.visible {display: block;}
.hidden {display: none;}
.fs-big {font-size: 40px !important;}
.pr-50 {padding-right: 50px !important;}
.pl-50 {padding-left: 50px !important;}
.b-radius-55{ border-radius: 55px !important;}
.br-35{ border-radius: 35px !important;}
.br-20{ border-radius: 20px !important;}
.logorenkli { visibility: hidden;}
.border-top-3 {
	border-top: 3px solid rgba(255,255,255,0.1)!important;
}
.borders {
    border-bottom: 1px solid #eeeeee;
    float: left;
    width: 100%;
    padding: 0 0 15px;
}
.btn-primary {
	float: left;
	padding: 10px 20px;
	background-color: var(--yesil);
	color: #fff;
	font-size: 13px;
	border-top-left-radius: 15px;	
	border-bottom-right-radius: 15px;
	transition: all 200ms linear;
	text-decoration: none;
	margin-top: 10px;
}
.btn-primary:hover {	
	background-color: var(--pembe);
	text-decoration: none;
	color: #fff;
}
.btn-pembe {
	float: left;
	padding: 10px 20px;
	background-color: var(--pembe);
	color: #fff;
	font-size: 13px;
	border-radius: 50px;	
	transition: all 200ms linear;
	text-decoration: none;
}
.btn-pembe:hover {	
	background-color: var(--primary);
	text-decoration: none;
	color: #fff;
}
.mobilmenu {display: none;}
.closemenubtn {display: none;}
.header-menu {
	float: left;
	width: 70%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: end;
}
 .social li{
	display: inline-flex !important;
}
.slogan {
	font-size: 14px !important;
}
/*TOP MENU*/
nav{display: block;}
#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav > ul > li {
    display: inline-block; 
}
#mainnav ul li {
    position: relative;
} 
header.sticky #mainnav > ul > li > a {
	line-height: 72px;
}  
#mainnav > ul > li.active > a {
    color: var(--pembe);
}
#mainnav > ul > li > a {
    position: relative;
    display: block;  
    color: var(--yesil);
    text-decoration: none; 
    margin: 15px 20px; 	
	font-size: 16px;
	line-height: 15px;
	font-weight: 600;
	letter-spacing: .5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav > ul > li:last-child > a{ 
    margin-right: 0;  
}
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 160%;
    width: 210px;
    text-align: left;
    background-color: var(--yesil);
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu li:first-child {
    border-top: none;
}
#mainnav ul.submenu > li {
    border-top: 1px solid rgba(255,255,255,.1);
}
#mainnav ul li ul li {
    margin-left: 0;
}
#mainnav ul.submenu > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    line-height:20px;
	font-weight: 200;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainnav ul li:hover > ul.submenu {	
    top: 145%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.giris .title {
	color: var(--pembe);
	font-size: 25px;
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-style: italic;		  
}
.giris-bottom {
	float: left;
	display: block; 
	width: 100%;
	height: calc(40vh - 45px);
	/*background-color:  var(--pembe);   	*/
	background-color: #f4f4f4;
	border-radius: 35px;
	margin-top: 50px; 
	padding: 20px 20px 20px 0;
}
.giris-bottom .left{
	float: left; 
	width: 30%;
	height: 100%;	
	padding: 60px 20px 20px 65px;	
}
.giris-bottom .left h2{
	font-weight: 300;
	color: var(--primary);		
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 40px;
}
.giris-bottom .left h2 span{
	font-weight: 600;
	color: var(--primary);		
}
.giris-bottom .right{
	float: left;	 
	width: 70%;
	height: 100%;		
}
 
.yardim h2 {
	font-size: 22px;
	font-weight: 300;
}
.yardim p {
	font-size: 18px;
	margin: 0;
}
.yardim a {
	font-size: 18px;
	margin: 0;
	color: var(--yesil);
}
.yardim img {
	margin-right: 15px;
}
.page-content {
	float: left;
	width: 100%;
	margin-top:94px ;
}
.page-content p {
	font-size: 17px;
	font-weight: 600;
}
.page-content img {
	border-radius: 35px;
	margin-bottom: 25px;
}
.page-content h1 {
	color: var(--pembe);
}
.solmenu .title {
	display: block;
	max-width: 385px;
    padding-bottom: 15px;
	margin-bottom: 15px;
	color: var(--primary);
}
.solmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.solmenu li {
	display: block;
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}
.solmenu li a {
	display: table-cell;
    vertical-align: middle;
    width: 100em;
    text-decoration: none; 
    transition: .4s;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: var(--koyugri);
	position: relative;
	font-size: 17px;
	font-weight: 500;
	padding: 5px 30px;
	height: 45px;
}
.solmenu ul li a:hover {
	color: var(--black);
	background-color: var(--teriatry);
}
.solmenu ul li.active a {
	 color: var(--black);
	 background-color: var(--teriatry);
}

.pagetopmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.pagetopmenu li {
	display: inline-flex;
	list-style-type: none;
	margin:0;
	padding: 0 8px;
}
.pagetopmenu li a {  
    text-decoration: none; 
    transition: .4s; 
	color: var(--yesil); 
	font-size: 14px;
	font-weight: 500;
	padding:10px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.pagetopmenu ul li a:hover {
	color: var(--pembe); 
}
.pagetopmenu ul li.active a {
	 color: var(--pembe);
	 font-weight: 600;
	 border-bottom: 2px solid var(--pembe);
}


.breadercrumb 
{
	margin: 0;
	padding: 0;
}
.breadercrumb li {
	display: inline-block;
}
.breadercrumb li a {
	display: block;
	color: var(--koyugri);
	position: relative;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	padding: 0 7px 0 13px;
}
.breadercrumb li a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
}
.breadercrumb li:first-child a:before {
    content: '';    
}
.breadercrumb li:last-child a {
	color: var(--black); 
}
/*Gallery*/
/* LIGHTBOX */
.gallery {
	column-width: 280px;
	column-gap: 15px; 
	column-count: 4;
}  
.gallery.col-w-auto {
	column-width: auto;	
}
.gallery img {
	display: inline-table;
	width: 100%;
	cursor: pointer;
	border-radius: 20px;
	margin-bottom: 15px; 
	background-color: var(--teriatry);
	padding: 10px; 
	transition: all 300ms linear;
}
 .gallery .menupage img { 
  	width: 30%; 
  	margin-right: 19px;
}
.gallery img:hover {	
	background-color:var(--pembe); 
}
.gallery.col-w-auto img{
	padding: 0px; 
}
.menupage .gallery.col-w-auto img{
	padding: 5px; 
}
.lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: #7f8c8d;
	perspective: 1000;
	z-index: 9999;
}  
.filter {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(20px);
	opacity: 0.5;
	background-position: center;
	background-size: cover;
}
.lightbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(0deg);
	max-height: 95vh;
	max-width: calc(95vw - 100px);
	transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
	transform-style: preserve-3d;
}
/*.lightbox:hover img{
transform: translate(-50%, -50%) rotateY(180deg);
}*/
[class^="arrow"] {
	height: 200px;
	width: 50px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}  
[class^="arrow"]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 15px;
}  
.arrowr {
	right: 0;
}
.arrowr:after {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}  
.arrowl {
	left: 0;
}
.arrowl:after {
	border-left: 1px solid white;
	border-top: 1px solid white;
}  
.close {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	margin: 20px;
	cursor: pointer;
}  
.close:after,
.close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e74c3c;
}  
.close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}  
.close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
/*Gallery end*/
.blog .content{
	height: 210px;
}
.blog .baslik {
	float: left;
	width: 100%;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: var(--pembe);
}
.blog .baslik a {
	font-size: 18px;
	color: var(--pembe);
}
.blog .kisa {
	font-size: 14px;
	margin-bottom:15px;
}
.blog .blogbtndetail {
	position: absolute;
	width: 100%; 
	height: 50px;
	bottom: -20px;
	left: 0;
	text-align: center;
	color: var(--pembe) !important;
}
.blog .blogbtndetail span { 
	background-color: #fff;
	height: 50px;
    position: relative;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
} 
.blog .blogbtndetail span img{ 
	 margin-left: 10px;
} 
.max-width {
	max-width: 1366px;
	padding: 0 60px !important;
}
.bg-page {
	position: relative;
	background-size: cover;
}
.bg-hizmetlerimiz { 
	background: var(--acikgri) url(../upload/bg/uzmanlik-alanlarim.webp) no-repeat center;
}
.bg-hizmetlerimiz::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(177,118,105,0.8);
	z-index: 0;
}
.bg-program::before, .bg-sayfa::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #B17669;
	background: linear-gradient(270deg, rgba(177, 118, 105, 0) 0%, rgba(177, 118, 105, 1) 43%);
	z-index: 0;
}  
.bg-hizmetlerimiz::before {
	background-color: rgba(177,118,105,0.8); 
}


.page-big-text {
	font-size: 25px;
	line-height: 31px;
	font-weight: 700;
	color: #555;
	line-height: 1.2;
	margin-bottom: 20px;
}
.page-big-text b {
	  
	color: #222;
	line-height: 1.2;
	margin-bottom: 20px;
}
.page p {
	font-size: 22px;
}
/*programs*/
.programs {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
}
.programs .resim {
    background-color:#fff;
    margin-bottom: 	5px;
	width: 100%;
	height: 180px;
}
.programs .resim img{
    margin:0;
	border-radius: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.programs h2{
	font-size: 19px;	
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.programs h2 a{
  font-size: 19px;
  color: var(--black);  
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
.programs .butonalani {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.programs .detaybtn {   
    font-size: 13px;
    background-color: var(--white);
	border: 1px solid var(--pembe);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px 25px;
    color: var(--pembe);
    transition: all 200ms linear;
	font-weight: 600;
}
.programs .detaybtn img{    
	border-radius: 0;
	margin: 0;
	margin-left: 5px;
}
.programs .detaybtn:hover {
    background-color: var(--pembe); 
    color: #fff;
} 
.programs.makale .resim {
    background-color:#fff;
    display: flex;
	align-items: center;
	justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 25px; 
	padding: 0;
}
.programs.makale .resim img{
	width: 100%;
    margin: 0;
	border-radius: 0;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.icerik p {
	font-weight: normal;
}
.icerik h2 {margin:10px 0 10px 0;}
.icerik h3 {margin:10px 0 10px 0;}
.icerik h4 {margin:10px 0 10px 0;}
.icerik ul { margin: 0 0 20px 40px; padding: 0;
}
.icerik ul li {
	list-style-type:initial;
}
.makale-box {
	background-color: rgba(173,68,130,.2);
	padding: 30px 50px;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*programs end*/
.programlinks img {
	float: left;
	margin: 0 15px 0 0;
	border-radius: 0 !important;
}
.programlinks a {
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: start;
	line-height: 15px;
}
.programlinks a:hover, .programlinks.prev a:hover {
	color: var(--pembe);	
}
.programlinks.prev a {
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: end;
	line-height: 15px; 
}
.programlinks.prev img {
	margin-left: 15px;
}
/*toggle panel*/
.collapsible {
	background-color: #f4f4f4;
	color: #1B1C1E;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	border-bottom: 4px solid #fff;
	border-radius: 7px;
	text-align: left;
	outline: none;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: start;
} 
.collapsible .icon {
	  margin: 0;
	  margin-right: 15px;
}
.collapsible.active, .collapsible:hover {
	background-color:var(--pembe);
	color: #fff;
}  
.collapsible-content {
	padding:18px 18px 0 18px;
	display: none;
	overflow: hidden;
	background-color: #fff;
	border: 5px solid #f7f7f7; 
	margin-bottom: 15px;
	margin-top: 10px;
	border-radius: 10px;
}
.collapsible-content ul{
	  margin-left: 30px;
}
.collapsible-content li{
	  list-style-type: inherit;
}
.iletisim-menu {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
.iletisim-menu li {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	padding: 10px 0;
}
.iletisim-menu li a {
	color: var(--black);
	font-size: 18px;
	font-weight: 500;	
}
.iletisim-menu img {
	border-radius: 0;
	margin: 0;
	margin-right: 15px;
}
.iletisim-map {
	border: 0;
	width: 100%;
	border-radius: 35px;
	padding: 15px;
	background-color: var(--teriatry); 
	margin-bottom: 30px;
}
html .scroll-to-top {
    transition: opacity 0.3s;
    background: var(--pembe);
    border-radius:10px;
    bottom: 15px;
    color: #FFF; 
    height: 50px;
	width: 50px;
    opacity: 0;    
    position: fixed;
    right: 15px;
    min-width: 50px;
    z-index: 1040;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
}
html .scroll-to-top.visible {
    opacity: 0.75;
}
html .scroll-to-top img {
    width: 15px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"],
textarea {
	background-color: var(--white) !important;
	border: 1px solid var(--white) !important;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
textarea:focus {
	box-shadow: none !important;
	border: 1px solid var(--pembe) !important;
}
.btnsend {
	float: left;
	width: 100%;
	height: 50px;
	background-color: var(--pembe);
	color: #fff;
	font-size: 16px;
	border-radius: 35px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	transition: all 200ms linear;
}
/*FOOTER*/
.footer {
	float: left;
	width: 100%;  
	color: var(--yesil);
	font-size: 13px;
	font-weight: 300;
}
.footer h2, .footer h3 {
	color: var(--yesil);
	font-size: 20px;
}
.footer ul {
	margin: 0;
	padding: 0;	
}
.footer li {
	margin-bottom: 10px;
	display: block;
	margin-right: 15px;
}
.footer li img {margin-right: 0px;}
.footer-iletisim li {display: inline-block; font-size: 17px;}
.footer a {color: var(--yesil); font-size: 17px;}
.footer a:hover {color: var(--pembe); text-decoration: none;}
.copyright {font-size: 14px !important;}
/*FOOTER END*/ 