@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic-ext,cyrillic');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

body, p{
	margin: 0px;
	padding: 0px;
}
body, html {
    position: relative;
    font-family: 'PT Sans', sans-serif;
}
ul{
	padding: 0px;
} 
li{
	list-style: none;
}
a{
	outline: none;
}
a:hover, a:active, a:focus{
	text-decoration: none;
}

@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
}

.test2 {
    position: absolute;
    bottom: 70px;
    left: 100px;
    color: white;
    padding: 15px 40px 35px 45px;
    border-radius: 5px;
    font-size: 30px;
    width: 500px;
    background: rgba(0, 0, 0, 0.75);
}
.basliq {
    line-height: 26px;
    font-size: 30px;
}
.metn {
       line-height: 22px;
    font-size: 18px;
    font-family: okmedia;
}


.header {
    background-color: #63b511;
    /*background-image: url(../img/pattern.png);*/
    background-size: 200px;
}
.head{    
    padding: 10px 0px 10px;
}
.logo{
    width: 100%;
    float: left;
}

.head-menu {
    margin-top: 20px;
    float: right;
}
.head-menu ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0px 10px;
}
.head-menu ul li a {
    color: white;
}
.head-menu ul li a button {
    background: rgba(2, 24, 12, 0.11);
    font-size: 17px;
    font-weight: bold;
    padding: 5px 20px;
    border: 1px solid #0E7939;
    border-radius: 30px;
    outline: none;
    transition: .4s;
}
.head-menu ul li a button:hover{
    background: rgba(2, 24, 12, 0.34);
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: none;
}
.navbar-nav{
    width: 1100px;
    margin: 0 auto;
    float: none;
}
.navbar-nav > li > a {
    padding: 8px 25px !important;
    color: #f7f7f7 !important;
    font-weight: bold;
    text-shadow: none;
    font-size: 15px;
    border-right: 1px solid #529441;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #29a55a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 14px;
    clear: both;
    line-height: 1.42857143;
    text-shadow: none;
    color: #fffecf;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #94d383;
    white-space: nowrap;
}
.dropdown-menu > li:first-child > a{
    border-top: 1px solid #94d383;
}
.navbar-nav > li:first-child > a{
    border-left: 1px solid #529441;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
    color: #000000 !important;
    background-color: white;
    background-image: none !important;
    box-shadow: none !important;
}
.navbar-default{
    background-image: none;
    background-color: rgba(2, 24, 12, 0.34);
}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    background-color: white;
    background-image: none;
    color: #000000 ;
} 
.melumatlar{
    padding:0px 0px 30px 0px;
    background-color: #f9f9f9;
    background-image: url(../img/body_pattern.png);
}
.melumatlar h3 {
    font-size: 26px;
    color: #4A4A4A;
    float: left;
    font-family: okmedia;
    line-height: 40px;
    border-bottom: 3px solid #797878;
}
.melumat {
    width: 24.7%;
    display: inline-block;
    padding: 14px;
    margin-bottom: 15px;
}
.melumat-img {
    height: 160px;
    overflow: hidden;
    border-radius: 12px;
}
.melumat-img img {
    width: 100%;
    min-height: 100%;
}
.melumat h5 {
    font-size: 17px;
    margin: 10px 0px;
    color: #817f7f;
    font-weight: bold;
    height: 75px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding: 8px 0;
}
.melumatlar button {
    border: 2px solid #2c6105;
    background: #346f08;
    padding: 7px 30px;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    margin: 20px;
    transition: .3s;
    font-size: 15px;
    outline: none;
}
.melumatlar button:hover {
    background: #285805;
}
.footer-social {
    background-color: #f5f5f5;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #431E51;
}
a.footer-social-link {
    margin-right: 10px;
}
.icon-social-facebook,
.icon-social-instagram, 
.icon-social-linkedin,
.icon-social-twitter,
.icon-social-youtube {
    height: 40px;
    width: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
}
.icon-social-facebook {
    background-image: url(../img/icon-social-facebook.svg);
}
.icon-social-instagram {
    background-image: url(../img/icon-social-instagram.svg);
}
.icon-social-twitter {
    background-image: url(../img/icon-social-twitter.svg);
}
.icon-social-youtube {
    background-image: url(../img/icon-social-youtube.svg);
}
.icon-social-linkedin {
    background-image: url(../img/icon-social-linkedin.svg);
}
.footer-social-link:hover {
    opacity: .75;
}
.footer{
    background-color: #63b511;
    /*background-image: url(../img/pattern.png);*/
    background-size: 162px;
}
.footer h5 {
    color: #FDFDFD;
    font-size: 20px;
    margin: 12px 0px 24px;
    font-family: okmedia;
}
li.footer-li, li.footer-li a {
    color: #ffffff;
    font-size: 16.9px;
    line-height: 30px;
    text-decoration: none;
    font-family: okmedia;
}
.end {
    background: #417f0f;
    padding: 20px 0px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
    font-family:okmedia;
    font-size: 17px;
}
.okmedia {
    color: #ffffff;
    font-size: 17px;
}
a.okmedia:hover {
    color:#e8e21d;
}
.xeberler {
    padding: 50px 0px;
}
.news {
    background: #F7F7F7;
    border-radius: 6px;
    padding-bottom: 15px;
}
.xeber{
    height: 80px;
    margin-bottom: 25px;
    overflow: hidden;
}
.xeber-img {
    overflow: hidden;
    height: 80px;
}
.xeber-img img{
    width: 100%;
    min-height: 100%;
}
.xeber-text h5 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 0px;
    color: #5c5752;
    margin-bottom: 16px;
}
.xeber-text p{
    font-size: 16px;
    line-height: 22px;
}
.line {
    width: 98%;
    height: 4px;
    background: #E1E1E1;
    margin-top: 45px;
}
.title h5 {
    color: #525252;
    position: relative;
    top: -25px;
    background: #f7f7f7;
    float: left;
    padding: 0px 10px 10px 15px;
    font-size: 21px;
}
.shobeler{    
    padding:0px 0px 30px 0px;
    background-color: #f9f9f9;
}
.shobeler h3 {
    font-size: 26px;
    color: #4A4A4A;
    float: left;
    font-family: okmedia;
    line-height: 40px;
    border-bottom: 3px solid #797878;
}
.shobe {
    margin-bottom: 20px;
}
.shobe h6{
    font-size: 25px;
    color: #3AB00B;
    margin-bottom: 3px;
}
.shobe p {
    font-size: 16px;
    margin-bottom: 7px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(8, 67, 32, 0.72);
}
.post-title h5 {
    background: white;
    font-size: 28px;
    top: -30px;
    letter-spacing: 1px;
    color: #257704;
    font-weight: bold;
    font-family: okmedia;
    margin-bottom: 0px;
}
.story-text {
    font-size: 17px;
    margin-bottom: 50px;
}
.des {
    position: absolute;
    top: 40px;
    left: 105px;
    font-family: okmedia;
    padding-bottom: 3px;
    color: white;
    border-bottom: 2px solid #3bae0c;
    font-size: 40px;
}
.mn {
    position: absolute;
    top: 120px;
    font-family: okmedia;
    left: 95px;
    color: white;
    font-size: 18px;
}
.mn i {
    font-size: 15px;
    margin-right: 3px;
    margin-left: 10px;
}
.mn a {
    color: white;
    transition: .3s;
}
.mn a:hover {
    color: #3bae0c;
}
.story-title {
    text-align: center;
    color: #3bae0c;
    font-size: 28px;
    font-family:okmedia;
    margin-bottom: 20px;
} 
.referanslar {
    font-size: 17px;
    padding: 15px 30px;
}
.crop img {
    max-width: 400px;
    margin: 0px 10px 10px 10px;
    border-radius: 6px;
}
.tund {
    color: #3bae0c;
    transition: .4s;
}
a.tund:hover {
    color: #53e219;
}
.story-text.news {
    padding: 50px;
}
.story-text.news table {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
}
.story-text.news table tr:first-child {
    color: white;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#1b753f), to(#146133)) !important;
}
.story-text.news table tr:first-child td {
    padding: 6px;
}
.story-text.news table tr:nth-child(even) {
    background: #ececec;
}
.story-text.news table tr:hover {
    background: #e0e0e0;
}


.post-title .line{
    width:100%;
}
.story-text li, .referanslar li {
    background-image: url(/img/4.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
    padding-left: 40px;
    margin: 15px 20px;
}
.hekim {
  
    display: inline-block;
    background: white;
    height: 300px;
   
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px #e6e6e6;
    transition: .3s;
}
.hekim:hover{
   box-shadow: 1px 1px 6px 0px #c7c7c7;  
}
.hekim-img {
    height: 180px;
    width: 100%;
    overflow: hidden;
}
.hekim-img img {
    width:100%;
    min-height: 100%;
}
.hekim h5 {
    text-align: center;
    color: #3bae0c;
    font-size: 17px;
    font-weight: bold;
    margin-top: 18px;
}
table p {
    padding: 3px 12px;
    margin: 2px 5px;
}
.full-story h2 {
    margin: 0 0 0 10px !important;
    padding-left: 7px;
    line-height: 30px;
    border-left: 2px solid #3bae0c;
    font-size: 21px;
    font-weight: bold;
}
.full-story ul {
    margin-left: 25px;
}
p.istisas {
    text-align: center;
    color: #a5a0a0;
    font-size: 13px;
}






@media (max-width: 767px) {
    .none{
        display:none;
    }
    .story-text.news {
    padding: 25px;
    }
    .crop img {
        width:100%;
        float:none!important;
        margin: 0px 0px 10px 0px;
    }
    .news {
        margin-top: 20px;
    }
    .xeberler {
        padding: 20px 0px 30px;
    }
    .footer h5{
        margin: 25px 0px 10px;
    }
    .melumat{
        width: 100%;
    }
    .xeber-img{
        padding: 0px;
    }
  .logo{
        text-align: center;
    }
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
        padding: 3px 0px;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #ffffff;
    }




}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  




.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}


.navigation{
height:30px;
width:100%;
color:#000;
padding:5px 0 5px 0;
margin:5px auto;
font-size:15px;
clear:both;
}
.navigation b{
font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
    margin: 1px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFFFFF;
    padding: 1px 5px;
    font-size: 13px;
    border: 1px solid #000000;
    background: #571d50;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.navigation a:hover{
text-decoration:none;
color:white;
}
.navigation span {
line-height: 20px;
    height: 20px;
    text-decoration: none;
    padding: 1px 5px;
    color: #909090;
    font-size: 13px;
    border: 1px solid #571d50;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

@media(min-width:768px){
    .navbar-nav.english {
    width: 1005px;
    
}
.navbar-nav {
    width: 1142px;
}
    li.dropdown.dil a {
    padding: 9px 5px !important;
    text-align: center;
}
ul.dropdown-menu.dil-menu {
    min-width: 40px;
}
}
.chatbot {
    position: fixed;
    z-index: 99999999;
}
div#style-4 img {
    height: 48px;
}
/*team*/



.single-team-member {
    position: relative;
    margin-bottom: 35px;
}
.team-area .single-team-member {
    position: relative;
    margin-bottom: 35px;
}
.single-team-member .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    height: 215px;
}
 .single-team-member .img-holder img{
    transition: all 0.5s ease 0s;
    height: 100%;
    width: 100%;
}
 .single-team-member:hover .img-holder img{ }
.single-team-member .img-holder .overlay-style {
    background-color: rgba(99, 181, 17, 0.47);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
    padding: 0 20px;
    transform: translate3d(0px, -100%, 0px);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    /* opacity: 0; */
}
.single-team-member .img-holder .overlay-style .box{
    display: table;
    width: 100%;
    height: 100%;
}

 .single-team-member .img-holder .overlay-style .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
 .single-team-member .img-holder .overlay-style .box .content .top{
	position: relative;
	right: 100%;  
    transition: all .9s ease;
}
 .single-team-member:hover .img-holder .overlay-style .box .content .top{
	right: 0%;      
}
 .single-team-member .img-holder .overlay-style .box .content .top h3 {
    color: #ffffff;
    margin: 0 0 3px;
}
 .single-team-member .img-holder .overlay-style .box .content .top span {
    color: #fcfcfc;
}
.single-team-member .img-holder .overlay-style .box .content .border {
    display: block;
    height: 1px;
    width: 50px;
    background: #ffffff;
    margin: 11px 0 21px;
}
 .single-team-member .img-holder .overlay-style .box .content .bottom{
	position: relative;
	left: 100%;  
    transition: all .9s ease;    
}
 .single-team-member:hover .img-holder .overlay-style .box .content .bottom{
	left: 0%;      
}
 .single-team-member .img-holder .overlay-style .box .content .bottom ul li{
    color: #ffffff;   
    line-height: 32px;
}
 .single-team-member .img-holder .overlay-style .box .content .bottom ul li i{
    display: inline-block;
    padding-right: 8px;
}
.single-team-member:hover .img-holder .overlay-style {
    transform: translate3d(0px, 0%, 0px);
}
 .single-team-member .text-holder {
    background: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    transform: translate3d(0px, 0%, 0px);
    transition: all .9s ease;    
    transition-delay: 0.10s;
    border: 1px solid #f5f2f2;
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
 .single-team-member .text-holder h3{
    color: #222222;
    font-size: 20px;
    text-transform: none;
    margin: 0 0 3px;
}
 .single-team-member .text-holder span{
    color:#007f0e;
}
 .single-team-member:hover .text-holder{
    transform: translate3d(0px, 120%, 0px);
    opacity: 0;
}
.medi iframe {
    height: 210px!important;
    min-height: 210px;
    width: 100%;
}

.medi .crop {
    height: 210px!important;
    width: 100%!important;
    object-fit: cover!important;
   
}