/* Website: www.zirveshell.net/gulumse Written: Creative - H.Yılmaz ÇİFTCİ Date: 18.04.2021 Author URL: www.yilmazciftci.net Theme Name: Gülümse */


   .f17 {font-size:17px}
   .f18 {font-size:18px}
   .f19 {font-size:19px}
   .f20 {font-size:20px}
   .f21 {font-size:21px}
   .f22 {font-size:22px}
   .f23 {font-size:23px}
   .f24 {font-size:24px}
   .f25 {font-size:25px}
   .f30 {font-size:30px}
   .f35 {font-size:35px}


body {
  font-family: 'Cabin'!important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #fff;
}
a {
  transition: all .2s ease-in-out!important;
  -moz-transition: all .2s ease-in-out!important;
  -ms-transition: all .2s ease-in-out!important;
  -webkit-transition: all .2s ease-in-out!important;
  text-decoration: none!important;
}
a:hover {
  text-decoration: none!important;
}
ul {
  padding: 0!important;
}
.form-control:focus {
  box-shadow: none!important;
}
input[type="s"] {
  outline: none!important;
  box-shadow:none !important;
  border:1px solid #ffcfd4 !important;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #e0314d;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1200px !important;
 }
}
img {
  height: auto;
  max-width: 100%;
}
header {
  background: rgb(252 70 129 / 31%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999;
  position: absolute;
  width: 100%;
}
header .toppanel {
  border-bottom: 1px solid rgba(246 127 159 / 75%);
}
.content {
  margin-left:-20px;
  height: 55px;
  overflow: hidden;
  font-size: 18px;
  color: #ecf0f1;
  padding-top:15px;
}
.content__container {
  font-weight: 300;
  overflow: hidden;
  height: 30px;
  padding: 0 40px;
}
.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
  color: #ECF0F1;
}
.content__container__list {
  margin-top: 0;
  float: left;
  padding-left: 5px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  margin: 0 0 0 5px;
}
.header-top-area {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.header-top-area .left {
  display: flex;
  flex-wrap: wrap;
}
.header-top-area .social-icons {
  margin:0;
}
.social-icons li a {
  display: inline-block;
  text-align: center;
}
.social-icons li p {
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 600;
}
.social-icons li {
  padding: 0;
}
.social-icons li:first-child {
  padding-right: 10px;
}
.social-icons li {
  border-left: 1px solid rgb(246 127 159 / 75%);
  list-style-type: none;
}
.social-icons li a {
  height: 50px;
  line-height: 50px;
  width: 50px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color:#773a4c;
}
.social-icons li:first-child {
  border-left: none;
}
.social-icons li:nth-child(2) {
  border-left: none;
}
@media (max-width: 1199px) {
  .social-icons li a {
      height: 46px;
      line-height: 46px;
      width: 46px;
 }
}
@media (max-width: 991px) {
  .social-icons li {
      flex-grow: 1;
 }
  .header-top {
      display: none;
      background-color: rgb(210 48 97);
 }
  .header-top-area .left {
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 0;
      border: 1px solid rgba(255, 255, 255, 0.1);
 }
  .header-top-area .left li:first-child {
      border-top: none;
 }
  .header-top-area .left li {
      flex-grow: 1;
     /* border-top: 1px solid rgba(255, 255, 255, 0.1);
      */
      border-right: none;
 }
  .header-top-area .social-icons {
      width: 100%;
      text-align: center;
      justify-content: center;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
 }
  .header-top-area .social-icons li {
      flex-grow: 1;
 }
}
@media (max-width: 1199px) {
  .content__container__text {
      color:#fff 
 }
  .header-top-area .left li {
      font-size: 17px;
      padding: 9px 5px;
 }
  .header-top-area .social-icons li a {
      height: 46px;
      line-height: 46px;
      width: 46px;
 }
  .content__container__list {
      margin-top: -8px!important;
 }
  .social-icons li a {
      color:#fff 
 }
}
header .ellepsis-bar {
  font-size: 20px;
  color:#fff;
}
header .form-control {
  background:transparent!important;
  border: 1px solid #ffcfd4;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #ffffff;
  height: calc(1.0em + 0.75rem + 2px);
}
header .btn {
  padding: 0.125rem 0.75rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
header .btn-outline-success {
  color: #773a4c;
  border-color: #ffcfd4;
}
header .btn-outline-success:hover {
  color: #773a4c;
  background-color: #ffcfd4;
  border-color: #ffcfd4;
}
header .btn-outline-success:focus, header .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem #ffcfd4!important;
  border:none!important 
}
header .btn-outline-success:not(:disabled):not(.disabled):active, header .btn-outline-success:not(:disabled):not(.disabled).active, .show > header .btn-outline-success.dropdown-toggle {
  color: #773a4c;
  background-color: #ffcfd4;
  border:none!important 
}
header .form-control:focus {
  color: #fff;
}
header .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
header .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
@media (min-width: 992px) {
  .form-inline .form-control {
      width: 130px!important
 }
.dropdown-menu.show {
    margin-top: -3px;
}
.bottompanel .dropdown-menu { 
	min-width: 13rem;
	padding:0; 
	border:none;
	border-radius: 0rem; 
	}
.bottompanel .dropdown-item {
	padding: 10px 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #ecf0f3;
	}
.bottompanel .dropdown-item:last-child { border-bottom:none }	
.bottompanel .dropdown-item:hover, .bottompanel .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #942248;
}

.bottompanel .dropdown-item.active, .bottompanel .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #942248;
}	

}	

header .navbar-light .navbar-nav .active > .nav-link {
  color:#54383d!important;
}
header .navbar-light .navbar-nav .nav-link {
  color: rgb(255 255 255);
  font-weight: 700!important;
}
header nav li.nav-item {
  padding: 0px 15px 0px 10px!important;
}
header .navbar-light .navbar-brand {
    color: rgb(255 255 255 / 90%)!important;
    font-size: 35px!important;
}
header .navbar-light .navbar-brand small {
    font-size: 11px!important;
    font-weight: 300!important;
    font-family: sans-serif!important;
    margin-top: -5px;
    margin-left: 3px;
    float: left;
}
@media (max-width: 991px) {
  .navbar-brand {
      flex:auto;
 }
  .navbar-toggler {
    padding: 0.25rem 0rem;
 }
  .banner-section .section-wrapper .banner-content .intro-form {
      margin: 0 auto;
      margin-bottom: 100px;
 }
}
@media (max-width: 1200px) {
  header nav li.nav-item {
      padding: 0px 5px 0px 0px;
 }
  header .navbar-light .navbar-nav .nav-link {
      font-size: 15px;
 }
}
@media (max-width: 991px) {
  header .navbar-light .navbar-nav .nav-link {
      text-transform: uppercase;
 }
  header nav li.nav-item {
      border-bottom: 1px solid rgb(247 247 247 / 35%);
      padding: 3px 5px 0px 0px;
 }
  .my-hidden {
      display: none;
 }
  header .form-control {
      border-radius:0px;
      width: 85%!important;
 }
}

.banner-section {
  background-image: url(../images/bg3-min.webp);
  background-size: cover;
  padding-top: 200px;
  position:relative;
}
.banner-section .section-wrapper .banner-content .intro-form {
  max-width: 420px;
  border: 5px solid #fff;
  padding: 40px 30px;
  margin-bottom: 100px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 50px;
}
.banner-section .section-wrapper .banner-content .intro-form::before {
  content:'';
  width: 150px;
  height: 160px;
  background: url(../images/shape-top.png);
  top: -50px;
  left: 355px;
  position: absolute;
}
.banner-section .section-wrapper .banner-content .intro-form::after {
  content:'';
  width: 130px;
  height: 150px;
  background: url(../images/shape-bottom.png);
  bottom: 50px;
  left: -35px;
  position: absolute;
}
.eskichat-text {
  font-size:13px;
  color:#fff;
}
.eskichat p.h1 {
  font-size:24px;
  text-align: center;
  color:#fff;
}
.eskichat p.h1 img {
  width:24px;
}
.eskichat .orange {
  color:#fa6636;
}
.eskichat small {
  color:#fff;
}
@media only screen and (max-width: 1520px) {
  .eskichat:after {
      display:none 
 }
}
@media (max-width: 992px){
  .eskichat {
      width:100%;
 }
}
.anaform {
  background-color: #fff;
  padding: 10px;
  padding-right: 15px;
  box-shadow: 0 3px 1px rgb(224 77 102);
  border-radius: 5px;
}
.anaform img{
  padding-top:7px 
}
.anaform .form-control {
  border:none;
}
.anaform input::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#495057;
  opacity: 1;
 /* Firefox */
  font-size:17px;
}
.anabilgi {
  font-weight: 700;
  color: #3a246e;
}
.girisbuton {
  background-color:#B0023B!important;
  width:100%!important;
  color:#fff!important;
  height:50px!important;
  border-radius:50px!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
}
.girisbuton:hover {
  background:#8d3854!important;
  color:#fff!important;
}
.eskigirisbuton {
  background-color:#764F32!important;
  width:100%!important;
  color:#fff!important;
  border-radius:5px!important;
  font-weight: 700!important;
}
.eskigirisbuton:hover {
  background:#83644c!important;
  color:#fff!important;
}
@media (max-width: 1200px) {
  .banner-section .section-wrapper .banner-content .intro-form::before, .banner-section .section-wrapper .banner-content .intro-form::after {
      display:none 
 }
}
@media (min-width: 576px) {
  .banner-section {
      padding-top: 320px;
 }
  h3 {
      font-size: 1.875rem;
      line-height: 1.5;
 }
}
.banner-section .all-shapes {
  display: none;
}
@media (min-width: 992px) {
  .banner-section .all-shapes {
      display: block;
 }
}
.banner-section .all-shapes .shape-1 {
  animation: up-down 6s infinite linear;
  top: 38%;
  right: 5%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-1 {
      top: 28%;
      right: 5%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-1 {
      top: 28%;
      right: 28%;
 }
}
.banner-section .all-shapes .shape-2 {
  animation: angle-move 5s infinite cubic-bezier(0.46, 0.03, 0.52, 0.96);
  top: 40%;
  right: 19%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-2 {
      top: 31%;
      right: 17%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-2 {
      top: 30%;
      right: 37%;
 }
}
.banner-section .all-shapes .shape-3 {
  animation: zoom 7s infinite;
  top: 59%;
  right: 38%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-3 {
      top: 44%;
      right: 16%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-3 {
      top: 44%;
      right: 28%;
 }
}
.banner-section .all-shapes .shape-4 {
  animation: up-down 5s infinite ease-in-out;
  top: 26%;
  right: 26%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-4 {
      top: 17%;
      right: 42%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-4 {
      top: 20%;
      right: 42%;
 }
}
.banner-section .all-shapes .shape-5 {
  animation: angle-move 5s infinite ease-in-out;
  top: 50%;
  right: 45%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-5 {
      top: 46%;
      right: 46%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-5 {
      top: 78%;
      right: 47%;
 }
}
.banner-section .all-shapes .shape-6 {
  animation: up-down 5s infinite ease-in-out;
  top: 32%;
  right: 30%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-6 {
      top: 23%;
      right: 44%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-6 {
      top: 26%;
      right: 44%;
 }
}
.banner-section .all-shapes .shape-7 {
  animation: rotate 10s infinite linear;
  top: 62%;
  right: 44%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-7 {
      top: 56%;
      right: 47%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-7 {
      top: 62%;
      right: 50%;
 }
}
.banner-section .all-shapes .shape-8 {
  animation: bounce-1 5s infinite linear;
  top: 25%;
  right: 45%;
}
@media (min-width: 1200px) {
  .banner-section .all-shapes .shape-8 {
      top: 41%;
      right: 50%;
 }
}
@media (min-width: 1600px) {
  .banner-section .all-shapes .shape-8 {
      top: 50%;
      right: 50%;
 }
}
.banner-section .all-shapes .banner-shape {
  position:absolute 
}
section.store-section {
  background:#942248;
  color:#fff;
}
.store-icon-scaled .store-title {
  margin-bottom: 30px;
  word-break: break-all;
}
.store-icon-scaled span.store-title {
  font-size: 1.25rem;
}
.store-icon-scaled .store-thumb {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 30px;
}
.store-content {
  position: relative;
}
section.store-section .store-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
section.store-section .store-box a {
	color:#fff!important;
}
.blog-section span {
    color:#000;
    font-size: 2rem;
}
.blog-row {
    display: flex;
    flex-wrap: wrap;
}
.medium-section-padding {
  padding: 20px 0;
}
.post {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 5px;
  border: 1px solid #dfe6ec;
  background-color: #fff;
  height: 100%;
}
.post:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.post-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.post-thumb img {
  max-width: 360px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.post-content {
  position: relative;
  z-index: 1;
  padding: 30px;
}
.post-content a { color:#000; }
.post-content a:hover { color:#942248; }
.post-category-wrap {
  margin-bottom: 20px;
}
.post-category-wrap a { color:#942248; }
.page-stitle h2{color:#000;}
.page-stitle h5{color:#000;}
.page-stitle h5 a {color:#000;}
.post-category {
  font-size: 14px;
  font-weight: 500;
  color: #942248;
  display: inline-block;
  opacity: .75;
}
.post-title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.post-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.author-posted {
  font-size: 14px;
  font-weight: 500;
  color: #51596C;
}
.author-posted .author {
  color: #272a2c;
}
.button--dark {
  background-color: #272a2c;
  border-color: #272a2c;
  color: #ffffff;
}
.button--l {
  font-size: 14px;
  padding: 1.094rem 2.607rem;
}
.chat-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  outline: none;
}
.chat-button:after {
  content: '';
  display: block;
  border-radius: 50px;
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  -webkit-box-shadow: inset 0 3px 0 0 rgba(33, 35, 43, 0.3);
  box-shadow: inset 0 3px 0 0 rgba(33, 35, 43, 0.3);
  opacity: 0;
}
.chat-button:hover {
  outline: none;
  text-decoration: none;
  border:none;
  color:#fff;
}
.chat-button:focus {
  outline: none;
}
.button--blue {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.button--blue:hover {
  color:#000;
}
.button--m {
  font-size: 14px;
  padding: .938rem 2.187rem;
}
.article-crv {background:#f9f8f8}
.pb60 {
  padding-bottom: 100px;
}
.tabs--style1 {
  padding: 50px;
  position: relative;
  margin: 0;
}
.tabs--style1 span, .tabs--style1 .span {
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 700;
  color: #272a2c;
  font-size: 1.5rem;
}
.tabs--style1 a { color:#773a4c; font-weight: 700;}
.tabs--style1 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tabs--style1 .nav-tabs {
 border-bottom:0px
}
.tabs--style1 .nav-tabs .nav-link {
  font-weight: 700;
  color: #272a2c;
  border: none;
  border-bottom: 1px dashed #272a2c;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0;
}
.tabs--style1 .nav-tabs .nav-link.active, .tabs--style1 .nav-tabs .nav-item.show .nav-link {
  color: #773a4c;
  background-color: transparent;
  border-bottom-color: #773a4c;
}
.block-border-linear-gradient {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.block-border-linear-gradient .block-border-linear-gradient-top {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#1eb0d8), color-stop(#00bcca), color-stop(#00c4a8), color-stop(#40c877), to(#8dc63f));
  background-image: -o-linear-gradient(left, #1eb0d8, #00bcca, #00c4a8, #40c877, #8dc63f);
  background-image: linear-gradient(to right, #942248, #e95379, #f98aab, #e8863d, #e28614);
}
.block-border-linear-gradient .block-border-linear-gradient-right {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8dc63f), color-stop(#24ca7d), color-stop(#00c7b6), color-stop(#00bedf), to(#00b0ed));
  background-image: -o-linear-gradient(top, #8dc63f, #24ca7d, #00c7b6, #00bedf, #00b0ed);
  background-image: linear-gradient(to bottom, #e28614, #e78637, #f06b8f, #ca4167, #9b264c);
}
.block-border-linear-gradient .block-border-linear-gradient-bottom {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#00b0ed), color-stop(#5a9cfb), color-stop(#a97ded), color-stop(#e44fbe), to(#ff0074));
  background-image: -o-linear-gradient(right, #00b0ed, #5a9cfb, #a97ded, #e44fbe, #ff0074);
  background-image: linear-gradient(to left, #9d274d, #db4b71, #f783a5, #e8863c, #e38617);
}
.block-border-linear-gradient .block-border-linear-gradient-left {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0074), color-stop(#d956c6), color-stop(#8b86f1), color-stop(#24a2ef), to(#24b1d2));
  background-image: -o-linear-gradient(bottom, #ff0074, #d956c6, #8b86f1, #24a2ef, #24b1d2);
  background-image: linear-gradient(to top, #e38619, #e78636, #dc557a, #c84066, #962349);
}
.chat-ads {
  padding: 40px 0;
  background-color: #942248;
}
.chat-color {
  color: #ffa500;
  fill: #ffa500;
}
footer {
  background-color: #1b1c1d;
  color:#80868d;
}
.footer-chat-panel {
  padding: 30px;
  text-align: center;
  border-top: 1px solid #323334;
}
.footer-chat-panel-title {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.input-btn--inline {
  position: relative;
}
input.input--dark, textarea.input--dark, select.input--dark {
  background-color: #2c2f31!important;
  color: #BABDBF!important;
}
.footer-chat-form input, .footer-chat-form textarea, .footer-chat-form select {
  padding: 1.024rem 1.875rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  border-radius: 50px;
  border: none;
  background-color: #cfd8df;
  width: 100%;
  outline: none;
  caret-color: #43484e;
  color: #272a2c;
  font-weight: 500;
  max-height: 55px;
}
.input-btn--inline .chat-button {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  max-height: 100%;
  border: none;
}
.button--pink {
  background-color: #B0023B;
  border-color: #B0023B;
  color: #fff;
}
.bg-black {
  background-color: #161718;
}
.sub-footer {
  padding: 20px 0;
}
.copyright {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.copyrighttek {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.yapimci {
    text-align: right;
}
footer a:not(.back-to-top):not(.chat-button) {
  color: #bac1c9!important;
  fill: #bac1c9;
}
/* *****========= All Keyframes ===============****** */
.content__container__text.all-shapes img {
  width:22px;
  margin-right: 5px;
  margin-top:-8px;
}
.content__container__text.all-shapes .shape-3 {
  animation: zoom 7s infinite;
  top: 59%;
  right: 38%;
}
@media (min-width: 1200px) {
  .content__container__text.all-shapes .shape-3 {
      top: 44%;
      right: 16%;
 }
}
@media (min-width: 1600px) {
  .content__container__text.all-shapes .shape-3 {
      top: 44%;
      right: 28%;
 }
}
@keyframes angle-move {
  0%, 100% {
      transform: translateY(0) rotate(-6deg);
 }
  50% {
      transform: translateY(-20px) rotate(8deg);
 }
}
@keyframes up-down {
  0%, 100% {
      transform: translateY(-20px);
 }
  50% {
      transform: translateY(0);
 }
}
@keyframes zoom {
  0%, 100% {
      transform: scale(0.9) rotate(0deg);
 }
  50% {
      transform: scale(1.1) rotate(30deg);
 }
  80% {
      transform: rotate(-30deg);
 }
}
@keyframes rotate {
  0%, 100% {
      transform: rotate(10deg) translate(10px, 15px);
 }
  50% {
      transform: rotate(240deg) translate(0, 0);
 }
}
@keyframes bounce-1 {
  0% {
      transform: translateY(0);
 }
  50% {
      transform: translateY(-25px);
 }
  100% {
      transform: translateY(0);
 }
}
@keyframes ripple {
  100% {
      width: 200%;
      height: 200%;
      opacity: 0;
 }
}
@keyframes rotate-2 {
  100% {
      transform: rotate(150deg);
 }
}
@-webkit-keyframes opacity {
  0%, 100% {
      opacity: 0;
 }
  50% {
      opacity: 1;
 }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
 }
  16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
 }
  33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
 }
  49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
 }
  66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
 }
  83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
 }
}
@keyframes opacity {
  0%, 100% {
      opacity: 0;
 }
  50% {
      opacity: 1;
 }
}
@keyframes change {
  0%, 12.66%, 100% {
      transform: translate3d(0, 0, 0);
 }
  16.66%, 29.32% {
      transform: translate3d(0, -25%, 0);
 }
  33.32%, 45.98% {
      transform: translate3d(0, -50%, 0);
 }
  49.98%, 62.64% {
      transform: translate3d(0, -75%, 0);
 }
  66.64%, 79.3% {
      transform: translate3d(0, -50%, 0);
 }
  83.3%, 95.96% {
      transform: translate3d(0, -25%, 0);
 }
}

/* SINGLE START */
.spt144 {padding-top:20px}
@media (max-width: 991px) {
.footer-chat-form input, .footer-chat-form textarea, .footer-chat-form select {
  font-size: 14px;
}
  .copyright { text-align: center; }
  .yapimci { text-align: center; margin-top: 10px; }
  .spt144 {padding-top:20px}
}
.page-stitle {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  padding-top: 350px;
  position:relative;
}
.page-stitle h2 {
  margin-top:-150px;
  font-size:20px;
 }

 .single-page .single-content {
   background:#942248;
   color:#fff;
   box-shadow: 0 0 10px rgb(136 136 136 / 10%);
   border-radius: 4px;
   margin-bottom: 30px;
 }
 .single-page .single-content .single-content-inner {
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 10%);
}
 .single-page .single-content .single-content-inner .single-thumb {
  overflow: hidden;
}
.single-page .single-content .single-content-inner .single-post { 
  padding: 35px 30px 5px 30px;
}
.single-page .single-content .single-content-inner .single-post a { color:#ff9900 }
.single-page .single-content .single-content-inner .single-post a:hover { color:#ffffff }
.single-page .single-content .single-content-inner .single-post span.meta { 
    font-size: 1rem;
    color: #fbfbfb;
    margin-bottom:5px;
} 
.single-page .single-content .single-content-inner .single-post span.meta a { 
    font-weight: 500;
    color: #fbfbfb;
}
.single-page .single-content .single-content-inner .single-post h3.single-post-title {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .single-page .single-content .single-content-inner .single-post h3.single-post-title {
      font-size: 1.875rem;
      line-height: 1.5;
  }
}
.single-page .single-content .single-content-inner .single-post p {
  margin-bottom:30px;
}

.single-page .single-content .single-content-inner .single-post blockquote {
  background: #c34871;
  padding: 35px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 10px 10px #fff;
}


  .single-page .single-content .single-content-inner .single-post  blockquote p {
    padding-left: 60px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .single-page .single-content .single-content-inner .single-post blockquote p::before {
    content: url(../images/b-code.png);
    left: 12%;
    /* top: 7px; */
    transform: translateX(-50%);
    position: absolute;
  }

@media (max-width: 768px) {
.single-page .single-content .single-content-inner .single-post blockquote p::before {
  content: url(../images/b-code.png);
  left: 50%;
  /* top: 7px; */
  transform: translateX(-50%);
  margin-top: -50px!important;
  position: absolute;
}
.single-page .single-content .single-content-inner .single-post blockquote p {
  margin-bottom: 0 !important;
  color: #fff;
  padding-left: 0px;
  padding-top: 50px;
}
}
.single-page .single-content .single-content-inner .etiket-section {
  padding: 15px 30px;
  border-top: 1px solid rgba(246 127 159 / 75%);
}
.single-page .single-content .single-content-inner .etiket-section .etiketler {
  padding:0;
  margin:0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.single-page .single-content .single-content-inner .etiket-section .etiketler li {
  padding: 5px 0;
  list-style: none;
}
.single-page .single-content .single-content-inner .etiket-section .etiketler li span {
  background: #c34871;
  padding: 10px 15px;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.single-page .single-content .single-content-inner .etiket-section .etiketler li span i {
  transform: rotate(90deg);
  display: inline-block;
}
.single-page .single-content .single-content-inner .etiket-section .etiketler li span::after {
  content:'';
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg) translateY(-50%);
  width: 15px;
  height: 15px;
  background: #c34871;
}
.single-page .single-content .single-content-inner .etiket-section .etiketler li a {
  outline: none;
  margin: 0 3px;
  border: 1px solid #c34871;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  padding: 10px;
  display: inline-block;
}
.single-page .single-content .single-content-inner .etiket-section .etiketler li a:hover {
  background: #c34871;
}

/* SIDEBAR */
 .single-page .sidebar--widget {
  background:#942248;
  color:#fff;
  box-shadow: 0 0 10px rgb(136 136 136 / 10%);
  border-radius: 4px;
  margin-top:15px;
  position: relative;
  z-index: 0;
}
.single-page .sidebar--widget:first-child { margin-top:0px }
.single-page .sidebar--widget:last-child { margin-bottom:15px }
.single-page .sidebar--widget .sidebar-title {
  padding: 25px 30px;
  border-bottom: 1px solid rgba(246 127 159 / 75%);
}
.single-page .sidebar--widget .sidebar-title h5{ text-transform: capitalize; }

.single-page .sidebar--widget .sidebar--category a {
  display: block;
  overflow: hidden;
  line-height: 16px;
  color: #919191;
  transition: all .3s;
  font-weight: 500;
  position: relative;
  transition: all .3s;
}

.single-page .sidebar--widget .sidebar--category a .zirveicon.icon {
  background: #c34871;
  color: #ffffff;
  float: left;
  position: relative;
  z-index: 2;
  padding: 17px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.single-page .sidebar--widget .sidebar--category a .zirveicon.icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(left,rgba(255,255,255,.05) 0%,rgba(0,0,0,.1) 100%);
  background: -webkit-linear-gradient(left,rgba(255,255,255,.05) 0%,rgba(0,0,0,.1) 100%);
  background: linear-gradient(to right,rgba(255,255,255,.05) 0%,rgba(0,0,0,.1) 100%);
}
.single-page .sidebar--widget .sidebar--category a .text {
  background: #942248;
  color: #eaeaea;
  position: relative;
  z-index: 0;
  line-height: 50px;
  text-indent: 8px;
  border-bottom: 1px solid rgb(221 104 137);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.single-page .sidebar--widget .sidebar--category a .text:hover {
  background-color: rgba(221, 104, 136, 0.1); 
}
.single-page .sidebar--widget .sidebar--popular .list {
  list-style: none;
  width: 100%;
  /* padding: 30px 10px 0px 30px; */
  overflow: hidden;
  /* padding-left: 0; */
  padding: 20px;
}

.single-page .sidebar--widget .sidebar--popular .item {
  display: block;
  clear: both;
  counter-increment: list;
  /* padding-bottom: 20px; */
  padding: 10px;
  font-size: 1.1rem;
  line-height: 1.375;
  position: relative;
  margin-top: 20px;
  border-radius: 2px;
  box-shadow: 2px 2px #fff;
  z-index: 0;
}
.single-page .sidebar--widget .sidebar--popular .item:first-child {
  margin-top:0px;
}
.single-page .sidebar--widget .sidebar--popular .item:before {
  font: bold 2.25rem/1 Cabin;
  content: counter(list);
  width: 2.5rem;
  height: 2.5rem;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
  color: #fdfdfd;
  background: #ED4264 linear-gradient(to bottom right, #c34871 25%, #f7c130);
  text-shadow: 0 0 2px #ED4264;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}

.single-page .sidebar--widget .sidebar--popular .headline {
  padding: 0.5rem 0 0 0;
  margin: 0 0 1rem 0;
  font: normal 1.3rem Cabin;
}

/* COMMENTS */
.comment-respond {
  background: #942248;
  filter: drop-shadow(0px 2px 2px rgba(246, 127, 159,  0.06));
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 2px;
}
.comment-respond h3 {
  border-bottom: 1px solid #c34871;
  padding: 20px 30px;
  margin-bottom: 0px;
  color:#fff;
}
.comment-respond .add-comment .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

.comment-respond .add-comment .comment-form input[type=text] {
    color: #ffffff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 2px;
}
.comment-respond .add-comment .comment-form input[type=text]::placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder { 
  color: #ffffff;
  opacity: 1; 
}
.comment-respond .add-comment .comment-form input[type=text]:-ms-input-placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder { 
  color: #ffffff;
}
.comment-respond .add-comment .comment-form input[type=text]::-ms-input-placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder { 
  color: #ffffff;
}
.comment-respond .add-comment .comment-form input, .comment-respond .add-comment .comment-form textarea {
  color: #ffffff;
  background: #c34871;
  border: none;
  outline: none;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .comment-respond .add-comment .comment-form input[type=text] {
      width: calc(100% / 2 - 15px);
  }
}
.comment-respond .add-comment .comment-form textarea {
  padding: 15px;
  width: 100%;
  border-radius: 2px;
}
.lab-btn {
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 1.3rem;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.comment-respond .add-comment .comment-form .lab-btn {
  background: #c34871;
  border: none;
  outline: none;
  margin-top: 10px;
  border-radius: 2px;
  cursor: pointer;
}

/* comments screen */

.comments {
  background: #942248;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  border-radius: 2px;
  color:#fff
}
.comments .widget-title h3 {
  border-bottom: 1px solid #c34871;
  color:#fff;
  padding: 20px 30px;
}
.comments .comment-list {
  padding: 20px 30px!important;
  margin: 0;
}
.comments .comment-list .comment {
  padding: 20px 0px!important;
  list-style: none;
  overflow: hidden;
}
.comments .comment-list .comment:last-child {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .comments .comment-list .comment .com-image {
      margin-right: 20px;
      margin-bottom: 0;
  }
  .comments .comment-list .comment .comment-list {
    padding-left: 30px;
}
}
.comments .comment-list .comment .com-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.comments .comment-list .comment .com-content {
  border-bottom: 1px solid #c34871;
  margin-bottom: 20px;
  overflow: hidden;
}
.comments .comment-list .comment .com-content .com-title {
  display: flex;
  justify-content: space-between;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h4 {
  margin-bottom: 0px;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h4 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color:#fff;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta span {
  margin-bottom: 10px;
  display: inline-block;
}
.comments .comment-list .comment .com-content .com-title .reply a {
  color: #f792b3;
  font-weight: 700;
}

/*CATEGORY */
.category-item {
  background: #942248;
  border-radius: 2px;
  margin-top: 20px;
}
.category-item .category-content-inner {
  box-shadow: 0px 0px 5px 0px rgb(136 136 136 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-item .category-content-inner .category-thumb {
  overflow: hidden;
}
.category-item .category-content-inner .category-thumb img {
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-item .category-content-inner:hover .category-thumb a img {
  transform: scale(1.07);
}
.category-item .category-content-inner .category-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-item .category-content-inner:hover .category-thumb a img {
  transform: scale(1.07);
}
.category-item .category-content-inner .category-content {
  padding: 35px 30px 5px 30px;
  background: #942248;
}
.category-item .category-content-inner .category-content .meta {
  font-size: 1rem;
  color: #fff;
  padding-bottom: 5px;
}
.category-item .category-content-inner .category-content .meta a {
  font-weight: 500;
  color: #fff;
}
.category-item .category-content-inner .category-content h3 {
  margin-bottom: 15px;
}
.category-item .category-content-inner .category-content h3 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color:#fff;
}
.category-item .category-content-inner .category-content h3 a:hover {
  color:#db4b71
}
.category-item .category-content-inner .category-content p {
  line-height: 30px;
  margin-bottom: 30px;
  color:#fff;
}
.category-item .category-footer {
    background: #942248;
    padding: 17px 30px;
    border-top: 1px solid #c34871;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.category-item .category-footer .viewall {
  color: #ffffff;
  margin-left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-item .category-footer .right .blog-heart {
  padding: 0 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-item .category-footer .right .blog-heart i {
  padding: 0 5px;
}
.category-item .category-footer .blog-comment {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.search-table ul li {
	list-style-type: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #dd6889;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.search-table ul li:hover {
	background-color: rgba(221, 104, 136, 0.1); 
}
.search-table ul li a { color:#fff!important; padding:0px 10px 0px 10px }
.search-table h2 {
	margin-bottom:30px;
}
/* Pagination */
.pagination {
    display: inline-block;
    margin: 20px 0;
  }
  .pagination a {
    display: inline-block;
    background-color: #942248;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    min-width: 30px;
    text-align: center;
    padding: 3px 10px;
    margin: 0 1px;
  }
  .pagination a.active {background-color: #c14d74;}
  .pagination a:hover {
    background-color: #c14d74;
    color:#fff;
  }
.alignnone {
margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

.alignright {
float:right;
margin: 5px 0 20px 20px;
}

.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

.aligncenter {
display: block;
margin: 5px auto 5px auto;
}

a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}

a img.alignnone {
margin: 5px 20px 20px 0;
}

a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}

a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}

.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; /* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center;
}

.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
margin: 5px 0 20px 20px;
}

.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}  
#system-login, #trackbacks, .nocomments { color:#ffffff } 
#system-login a, #trackbacks a, .comment a { color:#de91aa }
.comment-awaiting-moderation { color:#fa6636; font-size:12px; border-bottom: 1px dashed #fa6636; }
a#cancel-comment-reply-link {
    color: #fc3737;
    /* margin-bottom: 15px; */
    font-size: 15px;
    font-weight: 500;
}
.comment-form small {    line-height: 2em; }
.headline a {color:#fff }
.headline a:hover {color:#fff }
.author-page { 
	display: flex;
    background: #942248;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.author-image { width: 120px; padding-left: 3px; }
.author-desc h2 { font-size:17px; color:#fff;}
.author-desc p { font-size:15px; color:#e8e8e8}


/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*//*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/
@font-face{
	font-family:IcoFont;
	font-weight:400;
	font-style:Regular;
	font-display: swap;
	src:url(../fonts/icofont.woff2) format("woff2"),
		url(../fonts/icofont.woff) format("woff")
}
[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-love:before{content:"\e813"}.icofont-brand-android:before{content:"\e8a5"}.icofont-brand-apple:before{content:"\e8a7"}.icofont-brand-appstore:before{content:"\e8a8"}.icofont-brand-box:before{content:"\e8b3"}.icofont-brand-icofont:before{content:"\e8ec"}.icofont-brand-lg:before{content:"\e8fd"}.icofont-brand-t-mobile:before{content:"\e941"}.icofont-brand-target:before{content:"\e943"}.icofont-brand-wordpress:before{content:"\e95b"}.icofont-id-card:before{content:"\e970"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-collapse:before{content:"\ea6f"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-atom:before{content:"\eacd"}.icofont-apple:before{content:"\eb3b"}.icofont-orange:before{content:"\eb7d"}.icofont-group:before{content:"\ecf4"}.icofont-user-alt-1:before{content:"\ecfb"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-4:before{content:"\ecfe"}.icofont-user-alt-5:before{content:"\ecff"}.icofont-user-alt-6:before{content:"\ed00"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user:before{content:"\ed05"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-property:before{content:"\ed17"}.icofont-search-user:before{content:"\ed1a"}.icofont-search:before{content:"\ed1b"}.icofont-500px:before{content:"\ed1c"}.icofont-bootstrap:before{content:"\ed24"}.icofont-facebook:before{content:"\ed37"}.icofont-instagram:before{content:"\ed46"}.icofont-rss:before{content:"\ed64"}.icofont-twitter:before{content:"\ed7a"}.icofont-padding:before{content:"\edb8"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-bold:before{content:"\ede3"}.icofont-font:before{content:"\edef"}.icofont-text-height:before{content:"\ee07"}.icofont-text-width:before{content:"\ee08"}.icofont-auto-mobile:before{content:"\ee10"}.icofont-at:before{content:"\eea6"}.icofont-box:before{content:"\eec1"}.icofont-card:before{content:"\eed0"}.icofont-chat:before{content:"\eed5"}.icofont-copyright:before{content:"\eef3"}.icofont-data:before{content:"\eefb"}.icofont-expand:before{content:"\ef1e"}.icofont-external-link:before{content:"\ef1f"}.icofont-external:before{content:"\ef20"}.icofont-flag-alt-1:before{content:"\ef2d"}.icofont-flag-alt-2:before{content:"\ef2e"}.icofont-flag:before{content:"\ef2f"}.icofont-home:before{content:"\ef47"}.icofont-id:before{content:"\ef4a"}.icofont-image:before{content:"\ef4b"}.icofont-info-square:before{content:"\ef4f"}.icofont-info:before{content:"\ef50"}.icofont-label:before{content:"\ef5a"}.icofont-layout:before{content:"\ef5d"}.icofont-link-alt:before{content:"\ef70"}.icofont-link:before{content:"\ef71"}.icofont-list:before{content:"\ef72"}.icofont-navigation-menu:before{content:"\efa2"}.icofont-navigation:before{content:"\efa3"}.icofont-page:before{content:"\efb2"}.icofont-plugin:before{content:"\efbf"}.icofont-rss-feed:before{content:"\efdb"}.icofont-square:before{content:"\effc"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-web:before{content:"\f028"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.icofont-plus-square:before{content:"\efc1"}
.icofont-heart-eyes:before{content:"\eafb"}
.icofont-comment:before{content:"\eeeb"}
.icofont-double-right:before{content:"\ea7c"}
.icofont-ui-chat:before{content:"\ec4a"}
.icofont-listine-dots:before{content:"\ef74"}
.icofont-ui-text-loading:before{content:"\ec87"}
.icofont-ui-user-group:before{content:"\ec8d"}
.icofont-ui-user:before{content:"\ec8e"}
.icofont-calendar:before{content:"\eecd"}
.icofont-reply-all:before{content:"\efd3"}
.icofont-opposite:before
{
  content: "\efae";
}

@media (max-width: 768px) {
    .category-item .category-content-inner {
        flex-direction: column;
    }
	.banner-section {
	  padding-top: 100px;
	}
	.banner-section .section-wrapper .banner-content .intro-form { border:none!important }
}

#crumbs {padding: 10px 10px 10px 10px;}
.crumbs {

}
.crumbs span.current {
	color: #636367;
	-webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
}
.crumbs span.current:hover {  color: #942248; cursor:pointer }
.crumbs a {
  color:#636367!important;
  -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
}

.page-stitle h5 .crumbs a:after {
  content:' / ';
  font-size:18px;
  color:#636367;
}

.crumbs a:last-child:after { display:none }
@media (max-width: 768px) {
  .crumbs { height:auto }
  .crumbs span.current {font-size:12px }
  .crumbs a { font-size:12px; }
}