#tedaviler-dropdown{
	display:flex; 
	margin-top:3px;
}

.tedavi-card{
	height: 185px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 0px 0px 10px 0px rgba(173,173,173,1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 39px;
  line-height: 0;

	color:#02acee;
}

.features .ortala{
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #2c4964;
}

.features .nav-link:hover {
  color: #02acee;
}

.features .nav-link.active {
  transition: 0.3s;
  background: #02acee;
  border-color: #000;
}

.features .nav-link.active h4 {
  color: #fff;
}

.features .nav-link.active i {
  color: #fff !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff0;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 68px;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
 color: #fff;
 border-bottom:1px solid #fff;

}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
 background: url(../img/footer-bg.jpg);
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #67b0d1;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #049cd7;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #67b0d1;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links .hizmetler ul  {
  list-style: none;
  padding: 0;
  margin: 0;
	  height: 200px;
	 overflow-x: hidden;
  overflow-y: scroll;
}

 .scrollbar {
            height: 200px;
            width: 100%;
            overflow: auto;
            padding: 0;
        }

  #scrollbar1::-webkit-scrollbar {
            width: 16px;
        }
        
        #scrollbar1::-webkit-scrollbar-track {
            border-radius: 8px;
            background-color: #e7e7e7;
            border: 1px solid #cacaca;
        }
        
        #scrollbar1::-webkit-scrollbar-thumb {
            border-radius: 8px;
          border: 3px solid transparent;
           background-clip: content-box;
            background-color: #049cd7;
        }

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #049cd7;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #049cd7;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
/*-------------------------*/
.twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.twitter {
  color: #72898b;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}

span {
  font-style: italic;
  display: block;
}

.float-sm img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #049cd7;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -150px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.bi {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  margin-left: 4px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-fb {
  top: 330px;
	display: flex;
}

.float-tw {
  top: 385px;
		display: flex;
}

.float-ig {
  top: 440px;
		display: flex;
}

.float-wp {
  top: 495px;
		display: flex;
}


/* Floating Social Media Bar Style Ends Here */


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #049cd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #049cd7;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #049cd7;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #049cd7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*------------------------------------*/
.sol-yazi h4 {
  font-family: El Messiri;
  font-weight: 700;
  font-size: 49px;
}

.sol-yazi h5 {
  font-family: El Messiri;
  line-height: 0px;
  margin-bottom: 3px;
  text-indent: 30px;
}

.sol-yazi {
  background-color: #02acee;
  color: #FFF;
  max-width: 470px;
  text-align: center;
  padding: 25px 0px 0px 0px;
  margin-bottom: 60px;
}

.iletisim-bilgileri {
  margin-top: 80px;
  margin-bottom: 80px;
}

.kurumsal-bilgiler {
  margin-top: 80px;
  margin-bottom: 80px;
}

.iletisimbilgileri {
  text-align: right;
  max-width: 475px;
  margin-bottom: 17px;
  font-family: El Messiri;
  font-weight: 600;
}

.kurumsal-bg-ekle {
  background: url(/wp-content/uploads/2018/10/kurumsal-arkaplan.png);
  background-position-y: 0px;
  background-position-x: -567px;
}

.hizmet-bg-ekle {
  background: url(/wp-content/uploads/2018/10/tturna-hizmet-arkaplan.jpg);
  background-position-y: 0px;
  background-position-x: 0px;
  padding: 40px;
}

.iletisimbilgileri i {
  margin-left: 5px;
}

.i-sagkisim {
  margin-top: 80px;
}

.i-sagkisim:after {
  background-color: #02acee;
  width: 50px;
  height: 40px;
}

.enalt-footer-sosyal li {
  float: left;
  margin-left: 20px;
}

.enalt-footer-sosyal {
  list-style: none;
}

.tturna-hizmetdetay {
  text-align: center;
  margin-bottom: 30px;
}

.hizmet-yazi-alani {
  background-color: #02acee;
  padding: 5px;
  color: #FFF;
}

.hizmet-resim-alani {
  height: 118px;
}

.iletisim-sagdan-bg {
  background: url(/wp-content/uploads/2018/10/tturna-iletisim-bg.png);
  background-position-x: -405px;
  background-position-y: -62px;
}

.anasayfa-resim2 {
  margin-top: -41px;
  margin-left: 157px;
}

@media screen and (max-width:700px) {
  #hero {
    background-position-y: 0px !important;
    height: 262px !important;
    margin-bottom: 128px;
  }

  .anasayfa-resim2 {
    width: 199px !important;
  }

  .anasayfa-galeri {
    margin-right: 0px !important;
    margin-bottom: 5px;
  }

  #hero h1 {
    margin: 121px 0 10px 0;
    font-size: 22px !important;
  }

  #hero-alt-sayfa2 {
    height: 200px !important;
    background-size: contain !important;
    margin-top: -23px;
    margin-bottom: -80px
  }

  #hero-alt-sayfa4 {
    height: 200px !important;
    background-size: contain !important;
    margin-top: -24px;
    margin-bottom: -80px
  }

  #hero-alt-sayfa3 {
    height: 200px !important;
    background-size: contain !important;
    margin-top: -23px;
    margin-bottom: -80px
  }

  #hero-alt-sayfa {
    height: 200px !important;
    background-size: contain !important;
    margin-top: -20px;
    margin-bottom: -80px
  }

  .anasayfa-resim2 {
    margin-top: 0px;
    margin-left: -17px;
  }

  .slider-kutu {
    margin-bottom: 5px;
  }

  #footer {
  
  }

  .mobildeyok {
    display: none;
  }

  .galeri-yazi-alani {
    text-align: center !important;
  }

  .anasayfa-galeri .col-md-2 img {
    width: 150px !important;
  }

  .anasayfa-galeri .col-md-2 {
    width: 10% !important;
    float: left;
  }

}

.galeri-yazi-alani {
  text-align: right;
}

.post-grid .post-body {
  padding: 40px 20px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  margin-bottom: 30px
}

.post-details,
.post-list .post-body {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08)
}

.post-grid .post-body .date {
  font-size: 1.5rem;
  font-family: Montserrat;
  font-weight: 400;
  color: #aaa;
  text-transform: uppercase
}

.post-grid .post-body h4 {
  font-size: 2.2rem;
  font-family: Montserrat;
  font-weight: 700;
  color: #16334e
}

.post-grid .post-body p {
  margin-top: 15px;
  font-family: 1.5rem
}

.post-grid .post-body .comment {
  font-size: 1.5rem;
  font-family: Montserrat;
  font-weight: 400;
  color: #aaa;
  text-transform: uppercase
}

.post-grid:hover .post-body h4 {
  color: rgba(17, 105, 160, 1)
}

.post-list .post-thumb>a {
  display: block
}

.post-list .post-body {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  padding: 35px 30px 45px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 5px;
  position: relative;
  background: #fff;
  overflow: hidden
}

.post-list .post-thumb+.post-body {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.post-list h3 {
  margin-bottom: 10px;
  color: #16334e
}

.post-list .meta {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding-bottom: 15px;
  margin-bottom: 20px
}

.post-list .meta span {
  font-size: 1.5rem;
  margin-right: 30px;
  font-family: Montserrat;
  font-weight: 400;
  color: grey
}

.post-list .meta span:before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 10px;
  color: rgba(0, 131, 255, .6)
}

.post-list .meta span.date:before {
  content: '\f073'
}

.post-list .meta span.author:before {
  content: '\f007'
}

.post-list .meta span.comments:before {
  content: '\f086'
}

.post-list .meta span:hover a {
  color: rgba(17, 105, 160, 1)
}

.post-list p {
  font-size: 1.5rem;
  font-family: Montserrat;
  font-weight: 400;
  color: #505050;
  margin-bottom: 25px
}

.post-list .button {
  border-radius: 30px
}

.post-button-category>a {
  float: left
}

.post-button-category .categories {
  display: inline-block;
  float: right;
  margin-top: 13px
}

.post-list .categories {
  position: absolute;
  right: 30px;
  bottom: 40px
}

.post-list .categories a {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 3px;
  padding: 0 5px;
  font-size: 1.4rem;
  margin-bottom: 5px
}

.post-list .categories a:hover,
.post-list:hover .post-body h3 {
  color: rgba(17, 105, 160, 1)
}

.post-list.primary-bg .post-body h3,
.post-list.primary-bg:hover .post-body h3 {
  color: #fff
}

.post-list.primary-bg {
  background: 0 0
}

.post-list.primary-bg .post-body {
  background: rgba(17, 105, 160, 1);
  border-radius: 5px;
  overflow: hidden
}

.post-list.primary-bg .post-body .meta {
  border-color: rgba(255, 255, 255, .1)
}

.post-list.primary-bg .post-body .meta span {
  color: rgba(255, 255, 255, .7)
}

.post-list.primary-bg .post-body .meta span a:hover {
  color: #fff
}

.post-list.primary-bg .post-body .link {
  font-size: 4.8rem;
  color: #fff;
  line-height: 1
}

.post-list.primary-bg .post-body .categories a {
  background: 0 0;
  border-color: rgba(255, 255, 255, .7);
  color: #fff
}

.post-list+.post-list {
  margin-top: 50px
}

.post-details {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08)
}

.avater-block,
.comment-respond {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08)
}

.post-details>h2 {
  font-size: 3rem;
  color: #16334e;
  margin-bottom: 10px
}

.post-details .post-details-meta {
  padding: 0 0 20px;
  margin-bottom: 15px;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.post-details .post-details-meta li {
  display: inline-block;
  margin-right: 30px;
  color: grey;
  font-size: 1.5rem
}

.post-details .post-details-meta li i {
  margin-right: 10px;
  color: rgba(0, 131, 255, .6)
}

.post-details .post-details-meta li a:hover {
  color: rgba(17, 105, 160, 1)
}

.post-details .post-entry>p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.5rem
}

.post-details blockquote,
.post-details blockquote p {
  font-size: 1.8rem;
  color: #16334e;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 1.5
}

.post-details blockquote {
  margin-top: 20px;
  padding-left: 5px;
  position: relative
}

.post-details .post-entry img {
  max-width: 100%
}

.post-details blockquote:before {
  position: absolute;
  content: "\e67e";
  font-family: themify;
  top: -5px;
  left: 0;
  font-size: 3.6rem;
  color: rgba(17, 105, 160, 1)
}

.post-details .post-share-area label,
.post-details .post-tags label {
  font-weight: 700;
  font-family: Montserrat;
  color: #16334e;
  font-size: 1.6rem
}

.post-details .post-tags {
  margin-top: 30px
}

.post-details .post-tags label {
  margin-right: 15px;
  margin-bottom: 0
}

.post-details .post-tags a {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 3px;
  background: #f8f8f8;
  padding: 2px 8px;
  margin: 0 5px 5px 0
}

.post-details .post-share-area {
  border-top: 1px solid rgba(0, 0, 0, .08);
  padding-top: 30px;
  margin-top: 30px
}

.post-details .post-share-area label {
  margin-right: 15px
}

.post-details .post-share-area a {
  font-size: 1.6rem;
  margin-right: 20px
}

.post-details .post-share-area a.facebook {
  color: #3b5998
}

.post-details .post-share-area a.twitter {
  color: #1da1f2
}

.post-details .post-share-area a.google {
  color: #ea4335
}

.post-details .post-share-area a.pinterest {
  color: #bd081c
}

.post-details .post-share-area a.linkedin {
  color: #0077b5
}

.post-control {
  border-top: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  position: relative
}

.post-control:before {
  position: absolute;
  content: '\f009';
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(17, 105, 160, 1)
}

.post-control .control-direction {
  width: 48%
}

.post-control .control-direction.prev-post,
.post-control .control-direction.prev-post+.next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.post-control .control-direction .thumb+.body {
  padding-top: 20px;
  padding-left: 15px
}

.post-control .control-direction.prev-post+.next-post .thumb+.body {
  padding-right: 15px;
  padding-left: 0
}

.post-control .control-direction .body h6 {
  font-size: 1.5rem
}

.post-control .control-direction .body span {
  font-size: 1.5rem;
  color: #505050
}

.post-control .control-direction:hover .body h6 {
  color: rgba(17, 105, 160, 1)
}

.post-control .prev-post+.next-post {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right
}

.avater-block {
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  border-radius: 5px;
  padding: 30px
}

.avater-block .thumb {
  float: left;
  width: 110px
}

.avater-block .thumb img {
  border-radius: 50%
}

.avater-block .thumb .social-link {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  text-align: center
}

.avater-block .thumb .social-link li {
  display: inline-block;
  margin: 0 10px
}

.avater-block .thumb .social-link li.facebook {
  color: #3b5998
}

.avater-block .thumb .social-link li.twitter {
  color: #1da1f2
}

.avater-block .thumb .social-link li.linkedin {
  color: #0077b5
}

.avater-block .thumb+.body {
  padding-left: 20px;
  float: left;
  width: calc(100% - 110px)
}

.avater-block .body h5 {
  font-size: 2rem;
  color: #16334e
}

.avater-block .body span {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #aaa;
  display: inline-block
}

.avater-block .body p {
  font-size: 1.5rem
}

.comment-respond {
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  border-radius: 5px;
  padding: 30px
}

.comment-respond .comment-reply-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #16334e
}

.comment-respond p {
  font-size: 1.4rem;
  margin-bottom: 15px
}

.comment-area>h4,
.comments .comment-respond {
  margin-bottom: 20px
}

.comment-respond form .form-control {
  height: 50px;
  border-radius: 5px
}

.comment-respond form textarea.form-control {
  height: 150px
}

.comment-respond form button.button {
  cursor: pointer;
  border-radius: 30px;
  border: 0;
  outline: 0
}

.comment-area {
  border: 1px solid rgba(0, 0, 0, .08);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .08);
  border-radius: 5px;
  padding: 30px
}

.comment-area>h4 {
  font-size: 2.2rem;
  color: #16334e
}

.comment-area .comments {
  padding: 0;
  margin: 0;
  list-style: none
}

.comment-area .comments .comment .comment-wrap .commenter-thumb {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left
}

.comment-area .comments .comment .comment-wrap .commenter-thumb+.comment-body {
  float: left;
  width: calc(100% - 70px);
  padding-left: 20px
}

.comment-area .comments .comment .comment-wrap .comment-body {
  padding-bottom: 20px;
  position: relative
}

.comment-area .comments .comment .comment-wrap .comment-body:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20px;
  right: 0;
  height: 1px
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-header {
  margin-bottom: 10px
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-header .commenter-name {
  font-size: 1.8rem;
  font-family: Montserrat;
  font-weight: 700;
  color: #16334e
}

.widget_about a,
.widget_about p {
  font-family: Montserrat;
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-header .date {
  font-size: 1.4rem;
  color: grey;
  padding-left: 15px;
  margin-left: 10px;
  position: relative
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-header .date:before {
  content: '/';
  position: absolute;
  left: 0;
  top: -3px
}

.comment-area .comments .comment .comment-wrap .comment-body p {
  font-size: 1.5rem
}

.comment-area .comments .comment .comment-wrap .comment-body .comment-reply {
  text-transform: uppercase;
  color: rgba(17, 105, 160, 1)
}

.comment-area .comments .comment .child-comment {
  margin-top: 20px;
  margin-left: 40px
}

.comment-area .comments .comment+.comment {
  margin-top: 20px
}

@media (max-width:1199px) and (min-width:992px) {
  .post-control .control-direction .thumb+.body {
    padding-top: 0
  }
}

@media all and (max-width:767px) {

  .post-control .control-direction .body h6,
  .post-control .control-direction .thumb {
    display: none;
    visibility: hidden
  }

  .post-grid .post-body,
  .post-list .post-body {
    padding: 20px
  }

  .post-list .post-body h3 {
    font-size: 2.8rem
  }

  .post-list+.post-list {
    margin-top: 30px
  }

  .post-control .control-direction .body,
  .post-control .control-direction .thumb+.body {
    padding-top: 0
  }

  .post-control .control-direction .body span:hover {
    color: rgba(17, 105, 160, 1)
  }

  .comment-area .comments ul.children {
    padding-left: 10px
  }
}

@media all and (max-width:575px) {

  .avater-block,
  .comment-area,
  .post-details,
  .write-comment {
    padding: 20px
  }

  .post-details h2 {
    font-size: 2.8rem
  }

  .avater-block .thumb {
    width: 80px
  }

  .avater-block .thumb .social-link li {
    margin: 0 3px
  }

  .avater-block .thumb+.body {
    width: calc(100% - 80px)
  }

  .comment-area .comments .comment .child-comment {
    margin-left: 25px
  }
}

@media all and (max-width:439px) {
  .post-list .post-body .categories {
    display: none;
    visibility: hidden
  }

  .post-details blockquote {
    font-size: 1.6rem;
    padding-left: 45px
  }

  .post-details blockquote:before {
    font-size: 3.2rem
  }

  .comment-area .comments .comment .comment-wrap .commenter-thumb {
    float: none;
    display: block
  }

  .comment-area .comments .comment .comment-wrap .commenter-thumb+.comment-body {
    padding-left: 0;
    width: 100%
  }

  .comment-area .comments .comment .comment-wrap .comment-body:before {
    left: 10px
  }

  .comment-area .comments .comment .child-comment {
    margin-left: 15px
  }

  .avater-block .thumb {
    float: none
  }

  .avater-block .thumb+.body {
    padding-left: 0;
    padding-top: 15px;
    float: none;
    width: 100%
  }
}

body {
  background: #fff;
  color: #b0abab;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #049cd7;
	text-decoration:none;
}

a:hover,
a:active,
a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #049cd7;
  color: #fff;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  max-width: auto;
  height: 900px;
  background: url(http://www.tayfunturna.com/wp-content/uploads/2018/10/banner21.png);
  background-size: cover;
  position: relative;

}

#hero-alt-sayfa {
  max-width: 100%;
  height: 450px;
  background: url(/wp-content/uploads/2018/10/iletisim-bg.jpg);
  background-size: cover;
  position: relative;

}

#hero-alt-sayfa2 {
  max-width: 100%;
  height: 450px;
  background: url(/wp-content/uploads/2018/10/banner33.png);
  background-size: cover;
  position: relative;

}

#hero-alt-sayfa3 {
  max-width: 100%;
  height: 450px;
  background: url(/wp-content/uploads/2018/10/klinik-bg.jpg);
  background-size: cover;
  position: relative;

}


#hero-alt-sayfa4 {
  max-width: 100%;
  height: 450px;
  background: url(/wp-content/uploads/2018/10/hizmetlerimiz-bg.jpg);
  background-size: cover;
  position: relative;

}


.banner-yazi-alani {
  margin-top: 58px;
  float: left;
}

.banner-yazi-alani:after {
  position: relative;
  width: 12px;
  height: 50px;
  background-color: #ececec;
}

@media (min-width: 1024px) {
  #hero {
    /*background-attachment: fixed; */
  }
}

#hero:before {

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  color: #424242;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #424242;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #049cd7;
  border: 2px solid #049cd7;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background-image: linear-gradient(#fff, #f5f5f5);
  padding: 40px 0;
  padding: 80px 0px;
}

#about2 {
  background-image: linear-gradient(#f5f5f5, #fff);
  padding: 40px 0;
  padding: 10px 0px 40px 0px;
}

.anasayfa-arkaplanli {
  background: url(../img/anasayfa-alt-bg.png) center top no-repeat;
  padding: 80px 0px;
}

.map-gecici {
  background: url(../img/gecici-map.jpg) center top no-repeat;
  width: 100%;
  height: 382px;
}

.slider-kutu {
  background-color: #02acee;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
}

.slider-kutu h5 {
  color: #FFF;
}

.slider-alti {
  margin-top: -120px;
  position: relative;
}



.anasayfa-galeri .col-md-2 {
  margin-right: 135px;
  margin-bottom: 5px;
}

#about .about-container .background-1 {
  min-height: 300px;
  background: url(../img/anasayfa-1.png) center top no-repeat;
  margin-bottom: 10px;
}

.anasayfa-arkaplanli .about-container .background-3 {
  min-height: 300px;
  background: url(../img/anasayfa-3.png) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .background-2 {
  min-height: 450px;
  background: url(../img/anasayfa-2.png) center top no-repeat;
  margin-bottom: 0px;
}

#about .about-container .content {
  background: #ffffff00;
}

#about .about-container .title {
  color: #02acee;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;

}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #049cd7;
}

#about .about-container .icon-box .icon i {
  color: #049cd7;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: capitalize;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}



#about2 .about2-container .background-1 {
  min-height: 450px;
  background: url(../img/anasayfa-2.png) center top no-repeat;
  margin-bottom: 0px;
}

#about2 .about2-container .content {
  background: #11111100;
}

#about2 .about2-container .title {
  color: #02acee;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;

}

@media (max-width: 768px) {
  #about2 .about2-container .title {
    padding-top: 15px;
  }
}

#about2 .about2-container p {
  line-height: 26px;
}

#about2 .about2-container p:last-child {
  margin-bottom: 0;
}

#about2 .about2-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about2 .about2-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #049cd7;
}

#about2 .about2-container .icon-box .icon i {
  color: #049cd7;
  font-size: 24px;
}

#about2 .about2-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: capitalize;
}

#about2 .about2-container .icon-box .title a {
  color: #111;
}

#about2 .about2-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #049cd7;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 68px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #02acee;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #69cbf1;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #b0abab;
}

.services .icon-box p {
  
  font-size: 13px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #02acee;
  border-color: #02acee;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #02acee;
}

.services .icon-box:hover .icon::before {
  background: #69cbf1;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}


/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #049cd7;
  border: 2px solid #049cd7;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: capitalize;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #049cd7;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #049cd7;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #049cd7;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #049cd7;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #049cd7;
  color: #fff;
}

#contact .form #sendmessage {
  color: #049cd7;
  border: 1px solid #049cd7;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #049cd7;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

button[type="submit"] {
  background: #049cd7;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

