/*!
* Coded by Onur OZKRDS

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      

/* Scale */
/* Skew */
/* Rotate */
/* Black & White || Siyah & Beyaz */
/* Rotate & Scale Together || Rotate ve Scale Birlikte */
/*------------------------------------------------------------------//
  Other:                              
//------------------------------------------------------------------*/
* {
  outline: none;
}
ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  padding-left: 0px;
}
img {
  pointer-events: none !important;
}
a {
  text-decoration: none !important;
}
/*------------------------------------------------------------------//
  Bootstrap Edit:                             
//------------------------------------------------------------------*/
.row {
  margin: 0;
  width: 100%;
}
.right {
  float: right !important;
  display: block;
}
.left {
  float: left !important;
  display: block;
}
.no-background,
.container {
  background: none !important;
  position: relative !important;
}
.clear {
  clear: both;
  display: block;
}
.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}
.no-padding {
  padding: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}
.no-right {
  padding-right: 0 !important;
}
.mobileClear {
  clear: both;
  display: none;
}
/*------------------------------------------------------------------//
  Theme Options:                              
//------------------------------------------------------------------*/
/** Mobile Contact **/
.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important;
  /* font-family: open sans; */
}
.mContact .col-md-6 {
  width: 50% !important;
  float: left;
  /* padding:10px !important; */
}
.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
}
.mContact .col-md-6 span {
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  top: 1px;
}
.mContact .wp {
  background: #55cd6c;
}
.mContact .tl {
  background: #171717;
}
.mContact .col-md-6 img {
  width: 30px;
}
/** Mobile Contact **/
/** Font Family **/
/*------------------------------------------------------------------//
  Main.CSS:                             
//------------------------------------------------------------------*/
body {
  font-family: 'Poppins', cursive;
}
header .headerTop {
  background: #4e4f51;
  padding-top: 14px;
  padding-bottom: 15px;
  border-bottom: 3px solid #6c6c6c;
}
header .headerTop .contactTop {
  margin-top: 14px;
}
header .headerTop .contactTop a {
  background: #fff;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid transparent;
}
header .headerTop .contactTop a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
header .headerTop .contactTop a:hover i {
  color: #fff;
}
header .headerTop .contactTop a i {
  line-height: 33px;
  color: #4e4f51;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .headerTop .social {
  margin-top: 14px;
  text-align: right;
  float: right;
}
header .headerTop .language {float: right; margin-top: 14px; margin-left: 50px;}
header .headerTop .social a {
  background: #fff;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid transparent;
}
header .headerTop .social a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
header .headerTop .social a:hover i {
  color: #fff;
}
header .headerTop .social a i {
  line-height: 33px;
  color: #4e4f51;
  font-size: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .headerBottom {
  box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.45);
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 999999;
}
header .headerBottom ul li {
  display: inline-block;
  padding: 0px 10px;
  position:relative;
}
header .headerBottom ul li.current_page_item a {
  background: #4e4f51;
  color: #fff;
}
header .headerBottom ul li a {
  font-size: 15px;
  color: #4e4f51;
  line-height: 51px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0px 15px;
  position: relative;
  z-index: 1;
}
header .headerBottom ul li:last-child a{
  background: #00b2e0;
  color: #fff;
}
header .headerBottom ul li ul li a{
  background:#4c4c4c !important;
}
header .headerBottom ul li a:after {
  position: absolute;
  content: "";
  height: 0;
  top: 50%;
  left: 0%;
  width: 100%;
  z-index: -1;
  background: #4e4f51;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerBottom ul li a:hover {
  color: #fff;
}
header .headerBottom ul li a:hover:after {
  height: 100%;
  top: 0;
}
header .headerBottomFixed {
  box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.45);
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 999999;
  top: -60px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerBottomFixed.acik {
  top: 0px;
}
header .headerBottomFixed ul li {
  display: inline-block;
  padding: 0px 10px;
  position:relative;
}
header .headerBottomFixed ul li.current_page_item a {
  background: #4e4f51;
  color: #fff;
}
header .headerBottomFixed ul li a {
  font-size: 15px;
  color: #4e4f51;
  line-height: 51px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0px 15px;
  position: relative;
  z-index: 1;
}
header .headerBottomFixed ul li a:after {
  position: absolute;
  content: "";
  height: 0;
  top: 50%;
  left: 0%;
  width: 100%;
  z-index: -1;
  background: #4e4f51;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
header .headerBottomFixed ul li a:hover {
  color: #fff;
}
header .headerBottomFixed ul li a:hover:after {
  height: 100%;
  top: 0;
}
.slider .owl-buttons {
  padding: 0px 50px;
  position: absolute;
  width: 100%;
  top: 42%;
}
.slider .owl-buttons div {
  background: transparent !important;
  opacity: 1 !important;
}
.slider .owl-buttons .owl-next {
  float: right;
}
.slider .owl-buttons .owl-prev {
  float: left;
}
.slider img {
  width: 100%;
  height: auto;
  display: block;
}
.homeBar {
  margin-top: -10px;
}
.homeBar ul li {
  position: relative;
  padding: 20px;
}
.homeBar ul li:hover .article {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.homeBar ul li .article {
  background: rgba(0, 0, 0, 0.79);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 0;
  text-align: center;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.homeBar ul li h4 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 0px 40px;
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.homeBar .owl-buttons {
  float: right;
}
.homeBar .owl-buttons div {
  background: #4e4f51 !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  margin: 1px !important;
}
.titleBefore {
  display: block;
  text-align: center;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 30px;
}
.lastPost h3 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 29px;
  font-weight: bold;
  color: #4e4f51;
  letter-spacing: -0.3px;
  position: relative;
}
.lastPost ul li {
  margin: 0px 4px;
  border: 1px solid #ebebeb;
  display: block;
}
.lastPost ul li .article {
  padding-top: 20px;
}
.lastPost ul li .article a.more {
  background: #4e4f51;
  color: #fff;
  border: 1px solid transparent;
  padding: 6px;
  width: 80px;
  float: right;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.lastPost ul li .article a.more:hover {
  background: transparent;
  color: #4e4f51;
  border: 1px solid #4e4f51;
}
.homeForm {
  background: url(../images/creadenta.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 18px 0px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.homeForm h3 {
  text-align: center;
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  font-size: 27px;
  margin-bottom: 15px !important;
  text-shadow: 1px 1px 1px #000;
}
.homeForm .form span {
  display: block;
  color: #4e4f51;
  font-weight: 600;
  margin-bottom: 5px;
}
.homeForm .form input {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  padding: 7px;
}
.homeForm .form textarea {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  padding: 6px;
  resize: none;
  height: 100px;
}
.homeForm .form input[type="submit"] {
  float: left;
  margin-left: 15px;
  color: #fff;
  width: 100px;
  margin-left: 0px;
  background: #4e4f51;
  padding: 9px 13px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  font-weight: bold;
  border: 1px solid transparent;
}
.homeForm .form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #4e4f51;
  color: #4e4f51;
}
.doctors h3 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  font-size: 29px;
  font-weight: bold;
  color: #4e4f51;
  letter-spacing: -0.3px;
  position: relative;
}
.doctors ul li {
  margin: 0px 0px;
  min-height: 450px;
}
.doctors ul li:hover figure a:after {
  height: 100%;
}
.doctors ul li:hover figure a:before {
  bottom: 70px;
}
.doctors ul li h4 {
  color: #4e4f51;
  font-weight: 700;
}
.doctors ul li h5 {
  font-weight: 300;
  color: #4e4f51;
  font-size: 16px;
  margin-top: -5px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.doctors ul li figure {
  padding: 0px 30px;
  position: relative;
  z-index: 999;
}
.doctors ul li figure a {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.doctors ul li figure a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.doctors ul li figure a:before {
  content: "\f178";
  position: absolute;
  font-family: fontAwesome;
  /* width: 100%; */
  /* height: 0%; */
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  left: 50%;
  bottom: -60px;
  color: #fff;
  font-size: 30px;
  z-index: 9999;
  margin-left: -15px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.doctors ul li .article {
  border: 1px solid #ebebeb;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-top: -80px;
  padding-top: 80px;
  min-height: 263px;
}
.doctors ul li .article p {
  color: #4e4f51;
}
.doctors .owl-buttons {
  float: right;
  position: relative;
  z-index: 99999;
}
.doctors .owl-buttons div {
  background: #4e4f51 !important;
  color: #fff !important;
  opacity: 1 !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  margin: 1px !important;
}
span.wpcf7-not-valid-tip {
  color: #fff !important;
  font-size: 11px !important;
  display: block;
  float: left;
  top: -11px;
  /* margin-top: -10px; */
  background: red;
  color: #FFF;
  font-size: 11px;
  padding: 2px;
  position: relative;
  position: absolute;
  left: 0;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  position: absolute;
  left: 25px;
  bottom: -18px;
  width: 350px;
  background: #f7e700;
  font-size: 11px;
  border: 1px solid #333;
}
div.wpcf7-mail-sent-ng {
  border: 2px solid #f7e700;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 350px;
  background: #ff0000;
  font-size: 11px;
  border: 1px solid #333;
  color: #FFF;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 350px;
  background: #398f14;
  font-size: 11px;
  border: 1px solid #333;
  color: #FFF;
}
.instagram ul li figure img {
  width: 100%  !important;
  /* height: 250px !important; */
  background-size: cover;
  background-position: center center;
  border-radius: 82px;
}
.instagram {
  margin: 35px 0;
  background: #fafafa;
  padding: 30px 0px;
  margin-bottom: 0px;
}
.instagram .title {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.instagram .owl-buttons div {
  background: #333740 !important;
  opacity: 1 !important;
  margin: 1.5px !important;
  font-size: 17px !important;
  padding: 3px 12px !important;
}
footer {
  background-color: #4e4f51;
  /* margin-top: 15px !important; */
  padding-top: 20px;
  padding-bottom: 0px;
}
footer iframe {
  margin-top: 10px;
}
footer .logo2 img {
  width: 289px !important;
  /* margin: 0px auto; */
}
footer #copyright {
  background-color: #FFF;
  margin-top: 25px;
  padding: 10px 0;
}
footer #copyright p {
  float: left;
  margin: 0;
}
footer #copyright a {
  float: right;
}
footer #copyright a img {
  width: 100px;
}
footer .contaactTop:before {
  position: absolute;
  left: -40px;
  background: #fff;
  height: 100%;
  width: 2px;
  content: "";
  top: 0;
}
footer .contaactTop h3 {
  color: #fff;
  font-weight: bold;
}
footer .contaactTop p a {
  color: #fff;
  display: inline-block;
  font-size: 11px;
}
footer .contaactTop p {
  color: #fff;
}
footer .contaactTop p i {
  width: 35px;
  height: 35px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin-right: 5px;
}
footer .contaactTop .social a i {
  transition: all, .6s;
  margin-right: 2px;
}
footer .contaactTop .social a i:hover {
  background: #fff;
  color: #3e3e3e;
}
header nav.menu ul li ul {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  left: 10px;
  pointer-events: none;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 9999;
  top: 0px;
  margin-top:51px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav.menu ul li ul li {
  float: none;
  min-width: 282px;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  padding: 0px;
}
header nav.menu ul li ul li:last-child {
  border-bottom: none !important;
}
header nav.menu ul li ul li a {
  text-align: left;
  font-size: 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  margin: 0px !important;
  color: #FFF !important;
  padding: 10px !important;
  line-height: 28px !important;
  padding: 6px !important;
  padding-left: 13px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header nav.menu ul li ul li a:hover {
  color: #ffffff !important;
}
header nav.menu ul li ul li a:after {
  display: none;
}
header nav.menu ul li ul li ul {
  top: 0px !important;
  opacity: 1;
  left: 100%;
  position: absolute;
  margin-top: 0px !important;
  /* right: 0px; */
  box-shadow: none;
  pointer-events: none !important;
  opacity: 0;
  /* display: table-caption; */
  /* height: 0px; */
  background: none;
  background-color: rgba(0, 0, 0, 0.63);
}
header nav.menu ul li:hover > ul {
  opacity: 1;
  pointer-events: auto !important;
  overflow: inherit;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 9999;
}
header nav.menu ul li:hover > ul li ul {
  /* pointer-events: auto !important; */
}
/* Sub Pages CSS (START) */
.subPage > .title {
  background-image: linear-gradient(145deg, #4e4f51 15%, #4e4f51 100%);
  /* background-repeat: repeat-x; */
  padding: 40px 0px;
  text-align: center;
  background-size: cover;
  background: url('https://www.creadenta.com/wp-content/themes/Crabs%20Media/lib/uploads/header-bg.jpg');
  /* padding-top: 150px; */
  background-attachment: fixed;
  /* background-image: linear-gradient(145deg, #ffda09 15%, #333740 100%); */
  background-repeat: repeat-x;
  padding: 40px 0px;
  text-align: center;
  /* background-image: url('../images/subPage.png'); */
  background: rgb(78, 79, 81);
  background-image: url(../images/subPage.png);
}
.subPage .title h1 {
  font-weight: 300;
  margin: 0px;
  color: #ffffff;
  letter-spacing: -0.6px;
  font-weight: 700;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.35);
}
.subPage .contentInner {
  margin: 40px 0 155px 0;
}
.subPage .contentInner .category ul li {
  /* position: absolute; */
  padding: 8px;
  margin-bottom: 10px;
}
.subPage .contentInner .category ul li .item {
  border: 1px solid #ccc;
  padding: 14px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  min-height: 344px;
}
.subPage .contentInner .category ul li .article {
  text-align: center;
}
.subPage .contentInner .category ul li .article h3 {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #494949;
  letter-spacing: -0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li .article p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li .article a.more {
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 90px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #4f5052;
  border: 1px solid transparent;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .category ul li .article a.more:hover {
  background: transparent;
  border: 1px solid #0eb0ec;
  color: #0eb0ec;
}
.subPage .contentInner .leftContent figure {
  margin-bottom: 15px;
}
.subPage .contentInner .leftContent article .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}
.subPage .contentInner .leftContent article .alignright {
  float: right;
  margin: 15px 0 15px 15px;
  display: block;
}
.subPage .contentInner .leftContent article .aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}
.subPage .contentInner .leftContent article p {
  font-weight: 500;
  font-weight: 400;
  /* letter-spacing: -0.5px; */
}
.subPage .contentInner .leftContent article p a {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.subPage .contentInner .leftContent article h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #00aeef;
  letter-spacing: -0.5px;
}
.subPage .contentInner .leftContent article h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #464646;
}
.subPage .contentInner .leftContent article h4 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #178ab1;
}
.subPage .contentInner .leftContent article h5 {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #178ab1;
}
.subPage .contentInner .leftContent article h6 {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #178ab1;
}
.subPage .contentInner .leftContent article ul {
  padding-left: 30px !important;
}
.subPage .contentInner .leftContent article ul li {
  list-style: disc;
  font-size: 15px;
}
.subPage .contentInner .leftContent article ul li ul li {
  list-style-type: circle;
}
.subPage .contentInner .leftContent.contact h3 {
  margin-top: 0;
  line-height: 45px;
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
}
.subPage .contentInner .leftContent.contact h3:after {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #000;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subPage .contentInner .leftContent.contact .item {
  display: block;
  margin-bottom: 10px;
}
.subPage .contentInner .leftContent.contact .item i {
  width: 35px;
  text-align: center;
}
.subPage .contentInner .leftContent.contact .item a {
  color: #000;
}
.subPage .contentInner .leftContent .table .thead-inverse {
  background-color: #333 !important;
  color: #FFF;
}
.subPage .contentInner .leftContent .table .thead-inverse tr {
  background-color: #333 !important;
}
.subPage .contentInner .leftContent .table td,
.subPage .contentInner .leftContent .table th {
  text-align: center;
}
.subPage .contentInner .leftContent .table tr a {
  line-height: 25px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  text-align: center;
}
.subPage .contentInner .leftContent .table tr {
  border-top: 1px solid #eceeef;
  font-size: 13px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .leftContent .table tr:nth-child(2n) {
  background-color: #eceeef;
}
.subPage .contentInner .leftContent .table tr:hover {
  background-color: #D5D8D9;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .leftContent a {
  display: inline-block;
  font-weight: 600;
}
.subPage aside.sidebar {
  background-image: linear-gradient(145deg, #333338 15%, #383a3ec7 100%);
  background-repeat: repeat-x;
  padding: 30px 20px 0 20px;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 15px;
}
.subPage aside.sidebar:after {
  content: "";
  display: block;
  clear: both;
}
.subPage aside.sidebar .topIcon {
  width: 60px;
  background: #2d2d2d;
  position: absolute;
  top: -25px;
  height: 60px;
  left: 50%;
  line-height: 62px;
  margin-left: -30px;
  color: #fcfcfc;
  font-size: 30px;
  border: 1px solid #fcfcfc;
  border-radius: 100%;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar .topIcon.active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subPage aside.sidebar span.titleForm {
  color: #ffffff;
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}
.subPage aside.sidebar select {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  padding-left: 5px;
}
.subPage aside.sidebar select option {
  color: #1f1f1f;
}
.subPage aside.sidebar textarea {
  height: 70px;
  resize: none;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.subPage aside.sidebar textarea:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar input {
  resize: none;
  letter-spacing: -0.4px;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.subPage aside.sidebar input::-webkit-input-placeholder {
  color: #ffffff;
}
.subPage aside.sidebar input:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
}
.subPage aside.sidebar .col-md-6 {
  width: 100%;
  padding: 0px;
}
.subPage aside.sidebar .col-md-12 {
  width: 100%;
  padding: 0px !important;
}
.subPage aside.sidebar input[type="submit"] {
  background: #ffffff;
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #ffffff;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
}
.formSingle span input,
.formSingle span textarea {
  padding: 7.5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}
.formSingle input[type="submit"] {
  width: auto;
  float: right;
  background-color: #5FD1E8;
  color: #FFF;
  border: none;
  padding: 10px 25px;
  margin-top: 10px;
  border-radius: 4px;
  margin-right: 15px;
}
.formSingle span label {
  font-size: 13px !important;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background: #4e4f51;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius:100%;
      -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
#back-to-top:hover {
    background: #e9ebec;
    color:#4e4f51;
}
#back-to-top.show {
    opacity: 1;
}

@media screen and (max-width: 768px) and (min-width: 240px) {
 #back-to-top{bottom: 65px !important;right: 7px;width: 35px;height: 35px;font-size: 26px;line-height: 35px;}
}

.tooltip-inner {
  width:100%;
  padding: 3px 9px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  border-radius: 4px;
  z-index: 9999;
  position: relative;
  top:35px !important;
  pointer-events:none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333333;
  display:none;
}


.getDesktop{
      color: #2a2a2a !important;
      margin: 15px auto !important;
      text-align: center;
      font-size: 15px;
      display: block;
      background: #fff;
      cursor: pointer;
      padding: 10px 17px;
      display: table !important;
      margin: 0px auto;
}

.event .monthly {
    border: none!important;
    box-shadow: none!important;
}
.monthly-day, .monthly-day-blank {
    height: 38px!important;
    padding: 0!important;
}
.monthly-day-event>.monthly-day-number {
    font-weight: 500;
}
.monthly-day-title-wrap div {
    font-weight: 200!important;
}
.monthly-week {
    display: flex!important;
}
.monthly-day-title-wrap, .monthly-day:hover, .monthly-today {
    background-color: #3d3d3d!important;
}
.monthly-day, .monthly-day-blank, .monthly-header, .monthly-today .monthly-day-number {
    color: #444444!important;
    box-shadow: none!important;
    display: block!important;
}
.monthly-header {
    background: #444444!important;
    color: #fff!important;
}
.TotalSoftArrow {
    color: #fff!important;
    opacity: 1!important;
}
.monthly-day .monthly-event-indicator {
    font-weight: 500!important;
    font-size: 0!important;
    color: #205886!important;
    background: #444444!important;
    height: 22px!important;
    text-shadow: none!important;
    margin-top: 20px !important;
}

.monthly{
  box-shadow:none !important;
  border: 1px solid #444444 !important;
  color:#296ba2 !important;
}

.monthly-day, .monthly-day-blank{
  color:#444444 !important;
  display: none;
}

.TotalSoftRefresh{
  color:#fff !important;
}

.monthly-day-event > .monthly-day-number{
  color: #2a2a2a;
  font-weight: 600;
      font-family: 'Poppins', cursive;
}


.monthly-day:hover .monthly-day-number{
  color: #fff;
}

.monthly-day-event:hover .monthly-event-indicator {
    z-index: 99999!important;
    background: #2a2a2a!important;
    opacity: 1;
    color: #fff!important;
    padding: 10px!important;
    font-size: 11px!important;
    pointer-events: none;
    width: 180px!important;
    height: auto!important;
    position: relative;
    overflow: inherit!important;
    white-space: pre-line;
     font-family: 'Poppins', cursive;
}

.monthly-day-event .monthly-event-indicator:after {
    position: absolute;
    content: "\f0d8";
    font-family: fontAwesome;
    top: -9px;
    z-index: 9999;
    left: 20px;
    font-size: 23px;
    color: #2a2a2a;
    opacity: 0;
}

.monthly-day-event:hover .monthly-event-indicator:after {
    opacity: 1;
}

.aboutPage{
  margin-top: 27px;
  text-align: center;
}

.aboutPage figure{
  margin-bottom: 15px;
}

.aboutPage p{
  line-height: 20px;
  font-weight: 400;
}

.aboutPage h4{
  font-size:21px;
  margin-top:5px;
  letter-spacing:-0.3px;
}

.galleryPage .nav-tabs{
  border-bottom:none;
}

.galleryPage .nav-tabs li a{
  border:1px solid #ccc !important;
  border-radius:3px;
  padding:11px 20px;
  margin-right:10px;
  color:#3e3e3e;
  outline:none;
    -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.galleryPage .nav-tabs li.active a{
  background:#3e3e3e;
  color:#fff;
  border:1px solid #3e3e3e !important;
}

.galleryPage .tab-content{
  margin-top:15px;
}

.galleryPage .tab-content li{
  padding:5px;
}

.egitimTitle{
  text-align: center;
  font-size: 21px;
  font-weight: 400 !important;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  display: table !important;
  margin: 0px auto;
  background: #444;
  color: #fff !important;
  padding: 13px 25px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.egitimYorumlar{
  position:relative;
  margin-bottom: 30px !important;
}

.egitimYorumlar i.fa-quote-left{
  font-size: 75px;
  transform:rotate(-10deg);
  position:absolute;
  z-index: 0;
  top: 4px;
  color:rgba(70, 70, 70, 0.16);
}

.egitimYorumlar .user{
  text-align:center;
  display:block;
  margin: 5px auto;
  background: #e2e2e2;
  display: table;
  padding: 10px 16px;
  color: #444;
  font-weight: 500;
  font-size: 15px;
}

.egitimYorumlar .user i{
  padding-right:3px;
}
.egitimYorumlar li p{
  text-align:center;
}

.monthly-day, .monthly-day-blank{
  box-shadow:0 0 0 1px #3e3e3e !important
}

.egitimYorumlar .owl-buttons div {
  margin: 1px 2px !important;
  background: #444 !important;
  opacity: 1 !important;
  font-size: 15px !important;
  border-radius: 0px !important;
}

.egitimYorumlar li{
  padding-top:30px;
  padding-left: 20px;
  padding-right: 20px;
}

.egitimFormBase{
  padding:15px 0px;
  position: relative;
}

.egitimFormBase input{
  width:100%;
  padding:7px;
  margin-bottom: 8px;
}

.egitimFormBase textarea{
  width:100%;
  padding:7px;
  margin-bottom:5px;
  resize:none;
  height:70px;
}

.egitimFormBase input[type="submit"]{
  background:#444;
  border:none;
  color:#fff;
  width:100px;
  float:right;
  margin-right:15px;
}

.egitimPage i.fa-quote-left{
  font-size: 75px;
  transform:rotate(-10deg);
  position:absolute;
  z-index: 0;
  top: 4px;
  color:rgba(70, 70, 70, 0.16);
}

.egitimPage .user{
  text-align:center;
  display:block;
  margin: 5px auto;
  background: #e2e2e2;
  display: table;
  padding: 10px 16px;
  color: #444;
  font-weight: 500;
  font-size: 15px;
}

.egitimPage .user i{
  padding-right:3px;
}
.egitimPage li p{
  text-align:center;
}

.monthly-day, .monthly-day-blank{
  box-shadow:0 0 0 1px #3e3e3e !important
}

.egitimPage .owl-buttons div {
  margin: 1px 2px !important;
  background: #444 !important;
  opacity: 1 !important;
  font-size: 15px !important;
  border-radius: 0px !important;
}

.egitimPage li{
  padding-top:13px;
  padding-left: 20px;
  padding-bottom: 13px;
  padding-right: 20px;
  border-bottom: 1px solid #ebebeb;
}

.egitimPage li:last-child{
  border-bottom: none;
}

.whatsappFixed{
position:fixed;
top:50%;
z-index:999999;
background: rgba(29, 177, 84, 0.96);
color: #fff;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}
.whatsappFixed a{
padding: 9px 11px;
color:#fff;
font-size:23px;
}

.galeri .subPage .title {
  background-color: #747f91;
  padding: 75px 0;
}
.galeri .subPage .title h1 {
  float: center;
  font-family: 'Kaushan Script', cursive;
  font-size: 50px;
}
.galeri .subPage .title p {
  float: center;
  color: #FFF;
  margin: 15px 0;
}
.galeri .subPage .galleryPage .item {
  width: 40%;
  margin: 0;
  padding: 2.5px;
  float: left;
  height: 500px;
  order: 1;
}
.galeri .subPage .galleryPage .item a, .galeri .subPage .galleryPage .item a figure {
  height: 100%;
}
.galeri .subPage .galleryPage .item a img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.galeri .subPage .galleryPage .item:nth-child(2n) {
  width: 60%;
}

.galeri .subPage .galleryPage .item:nth-child(3n), .galeri .subPage .galleryPage .item:nth-child(7n){
  float: right;
}

.contaactTop figure {
  position: absolute;
  height: 100%;
  left: 40px;
  top: 0;
}
.contaactTop {
  padding: 40px;
  padding-left: 0;
  overflow: hidden;
}
.contaactTop figure img {
  height: 100%;
}
.contaactTop .in {
  position: relative;
  z-index: 9;
  background-color: #464646;
  padding: 25px;
  width: 86%;
}

.iletisim-container {
  padding: 0 20%;
}