::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #503eaf;
}

::-webkit-scrollbar-thumb {
  background: #f9446c;
  border-radius: 4px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff2b59;
}

* {
  outline: 0 !important;
}

html,
body {
  font-family: 'Quicksand', sans-serif;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: url(../images/emoji.png) repeat-y;
  background-size: 100%;
  background-position-y: 120px;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
  a.url {
    color:#000000!important;
  }
  time {
    color:#000000!important;
  }
.container {
  max-width: 1240px;
}

header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

header.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

header.site-header .container .logo img {
  height: 41px;
}

header.site-header .container nav.header-menu {
  position: relative;
}

header.site-header .container nav.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.site-header .container nav.header-menu ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #f4f4f4;
  display: block;
  padding: 0 20px;
  line-height: 2em;
  position: relative;
  z-index: 2;
}

header.site-header .container nav.header-menu ul li a i {
  font-size: 17px;
  margin-right: 5px;
}

header.site-header .container nav.header-menu ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  height: 20px;
  background-color: rgba(244, 244, 244, 0.3);
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.site-header .container nav.header-menu ul li:last-child a {
  padding-right: 0;
}

header.site-header .container nav.header-menu ul li:last-child a::after {
  display: none;
}

header.site-header .container nav.header-menu .bg {
  background: #e23c77;
  background: linear-gradient(135deg, #e23c77 0%, #5d4fd4 100%);
  border-radius: 100px;
  position: absolute;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 1;
}

section.page-header {
  background: url(../images/header-background.png) repeat;
  background-size: 100%;
  min-height: 50vh;
  padding-top: 100px;
  padding-bottom: calc((100vw / 13.4265734266) + 20px);
  position: relative;
}

section.page-header button.slide-down {
  position: absolute;
  left: 50%;
  z-index: 2;
  border: none;
  background: transparent;
  bottom: 50px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.page-header button.slide-down img {
  width: 83px;
}

section.page-header button.slide-down:hover {
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
}

section.page-header::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 100%;
  background: url(../images/header-bottom.png);
  height: calc(100vw / 13.4265734266);
  background-size: 100%;
}

section.page-header .login-area {
  background-color: rgba(15, 9, 44, 0.5);
  padding: 60px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
}

section.page-header .login-area img.top-image {
  -webkit-animation: imageAnimate1 3s infinite;
          animation: imageAnimate1 3s infinite;
}

section.page-header .login-area label {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0 0;
}

section.page-header .login-area label .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6953e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#6953e0), to(#4f3dad));
  background: linear-gradient(to bottom, #6953e0 0%, #4f3dad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6953e0', endColorstr='#4f3dad', GradientType=0);
  font-size: 30px;
}

section.page-header .login-area label input {
  width: calc(100% - 40px);
  border: none;
  line-height: 55px;
  margin-left: 40px;
  padding-left: 40px;
  color: #513eb1;
  font-weight: 300;
}

section.page-header .login-area label input::-webkit-input-placeholder {
  color: #513eb1;
}

section.page-header .login-area label input:-ms-input-placeholder {
  color: #513eb1;
}

section.page-header .login-area label input::-ms-input-placeholder {
  color: #513eb1;
}

section.page-header .login-area label input::placeholder {
  color: #513eb1;
}

section.page-header .login-area span.info {
  display: block;
  margin: 5px 0 25px;
  font-weight: 300;
  opacity: .8;
}

section.page-header .login-area button {
  width: 100%;
  background: #ce3168;
  background: linear-gradient(135deg, #ce3168 0%, #e33c77 30%, #e33c77 30%, #644fd6 70%, #5c47c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce3168', endColorstr='#5c47c6', GradientType=1);
  border: 0;
  color: #fff;
  line-height: 55px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 22px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.page-header .login-area button:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

section.page-header img.header-image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-animation: imageAnimate2 4s infinite;
          animation: imageAnimate2 4s infinite;
}

section.home-features {
  padding: 100px 0;
}

section.home-features .box {
  background-color: #fff;
  border: 1px solid #503eaf;
  padding: 30px;
  text-align: center;
  color: #242424;
  font-size: 18px;
  margin-bottom: 30px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.home-features .box:hover, section.home-features .box.active {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.4);
}

section.home-features .box img {
  margin-bottom: 20px;
  height: 67px;
}

section.home-features .box h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.home-info {
  background: #5c47c6;
  background: linear-gradient(115deg, #5c47c6 0%, #644fd6 30%, #e33c77 70%, #ce3168 100%);
  color: #fff;
  padding: 80px 0;
  font-size: 22px;
  font-weight: 300;
}

section.home-info .left-image {
  width: calc(100% - 30px);
  -webkit-animation: imageAnimate1 2s infinite;
          animation: imageAnimate1 2s infinite;
}

section.home-info h3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 30px;
}

section.home-info a.details {
  display: inline-block;
  background-color: rgba(244, 244, 244, 0.3);
  color: #fff;
  padding: 10px 50px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

section.home-info a.details:hover {
  background-color: rgba(244, 244, 244, 0.2);
}

section.page-content {
  padding: 100px 0;
}

section.page-content .b-panel {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #503eaf;
  border-bottom: 8px solid #503eaf;
  margin-bottom: 30px;
  background: #f9fbff;
}

section.page-content .b-panel .panel-title {
  background-color: #503eaf;
  color: #fff;
  height: 60px;
}

section.page-content .b-panel .panel-title h3 {
  padding: 13px 30px 17px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}

section.page-content .b-panel .panel-title h3::after {
  content: "\f101";
  font-size: 34px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #f9446c;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
  margin-left: 10px;
}
section.page-content .b-panel .panel-title .leftpadding { padding-left:20px; }
section.page-content .b-panel .panel-title h4 {
  padding: 17px 3px 0px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  float:left;
}
section.page-content .b-panel .panel-title h4::after {
  content: "\f101";
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #f9446c;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
  margin-left: 10px;
}
section.page-content .b-panel .panel-title h4:last-child:after {display:none;}
section.page-content .b-panel .panel-title h4.active { line-height:1.3em }
section.page-content .b-panel .panel-content {
  padding: 30px;
  font-size: 20px;
  color: #242424;
  font-weight: 400;
}

section.page-content .b-panel .panel-content h3 {
  color: #503eaf;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}

section.page-content .b-panel .panel-content img.banner {
  max-width: 100%;
  margin: 30px 0;
}

section.page-content .b-panel .panel-content p {
  margin-bottom: 30px;
}

section.page-content .b-panel .panel-content .latest-posts {
  margin-bottom: -30px;
}

section.page-content .b-panel .panel-content .latest-posts .post {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

section.page-content .b-panel .panel-content .latest-posts .post:hover img {
  -webkit-transform: rotate(-10deg) scale(1.3);
          transform: rotate(-10deg) scale(1.3);
}

section.page-content .b-panel .panel-content .latest-posts .post:hover a h3 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

section.page-content .b-panel .panel-content .latest-posts .post img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.page-content .b-panel .panel-content .latest-posts .post a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #503eaf;
  background: -webkit-gradient(linear, left bottom, left top, from(#503eaf), color-stop(10%, #553dac), color-stop(74%, rgba(206, 49, 104, 0)));
  background: linear-gradient(0deg, #503eaf 0%, #553dac 10%, rgba(206, 49, 104, 0) 74%);
}

section.page-content .b-panel .panel-content .latest-posts .post a h3 {
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.page-content .b-panel .panel-content h2.title {
  display: inline-block;
  padding: 10px 20px;
  background-color: #503eaf;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

section.page-content .b-panel .panel-content .contact-page h2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #503eaf;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

section.page-content .b-panel .panel-content .contact-page .contact-info {
  border-top: 1px solid #503eaf;
  border-bottom: 1px solid #503eaf;
  padding: 15px 0;
  margin: 30px 0;
  text-align: center;
}

section.page-content .b-panel .panel-content .contact-page .contact-info a {
  display: inline-block;
  background-color: #503eaf;
  color: #fff;
  font-size: 22px;
  padding: 4px 10px;
  border-radius: 10px;
  margin: 5px;
  font-weight: 300;
}

section.page-content .b-panel .panel-content .contact-page .contact-info a:hover {
  background-color: #e33c77;
}

section.page-content .b-panel .panel-content .contact-page form label {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

section.page-content .b-panel .panel-content .contact-page form label .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 65px;
  font-size: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(137deg, #4f3dad 0%, #6953e0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 0 0 20px;
}
section.page-content .b-panel .panel-content .contact-page form label .icon1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top:74px;
  width: 65px;
  font-size: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(137deg, #4f3dad 0%, #6953e0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 0 0 20px;
}
section.page-content .b-panel .panel-content .contact-page form label .icon2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  font-size: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(137deg, #4f3dad 0%, #6953e0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 0 0 20px;
}

section.page-content .b-panel .panel-content .contact-page form label input {
  border-radius: 0 20px 20px 0;
  width: calc(100% - 60px);
  border: 2px solid #503eaf;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 300px;
  margin-left: 65px;
  font-size: 18px;
}

section.page-content .b-panel .panel-content .contact-page form label input::-webkit-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form label input:-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form label input::-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form label input::placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form textarea {
  border: 2px solid #503eaf;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  height: 202px;
}

section.page-content .b-panel .panel-content .contact-page form textarea::-webkit-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form textarea:-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form textarea::-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form textarea::placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .contact-page form button {
  border: none;
  border-radius: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(303deg, #4f3dad 0%, #644fd6 30%, #e33c77 70%, #ce3168 100%);
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.page-content .b-panel .panel-content .contact-page form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.page-content .b-panel .panel-content .category-list .posts .post {
  font-size: 16px;
  margin-bottom: 30px;
}

section.page-content .b-panel .panel-content .category-list .posts .post .image img {
  width: 100%;
  border-radius: 10px;
}

section.page-content .b-panel .panel-content .category-list .posts .post .info {
  margin-bottom: 5px;
}

section.page-content .b-panel .panel-content .category-list .posts .post .info .category {
  background-color: #503eaf;
  color: #fff;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  padding: 0px 8px;
  margin-right: 10px;
}

section.page-content .b-panel .panel-content .category-list .posts .post .info span {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

section.page-content .b-panel .panel-content .category-list .posts .post h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}

section.page-content .b-panel .panel-content .category-list .posts .post h4 a {
  color: #242424;
}

section.page-content .b-panel .panel-content .category-list .posts .post h4 a:hover {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .category-list .posts .post span.content {
  display: block;
  line-height: 1.3em;
  margin-bottom: 10px;
}

section.page-content .b-panel .panel-content .category-list .posts .post a.read-more {
  background: #4f3dad;
  background: linear-gradient(303deg, #4f3dad 0%, #644fd6 30%, #e33c77 70%, #ce3168 100%);
  display: inline-block;
  color: #fff;
  padding: 5px 25px;
  border-radius: 50px;
  font-weight: 600;
}

section.page-content .b-panel .panel-content .category-list .posts .post a.read-more:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.page-content .b-panel .panel-content .category-list .pagination {
  display: inline-block;
  margin: 20px 0;
}

section.page-content .b-panel .panel-content .category-list .pagination a {
  display: inline-block;
  background-color: #503eaf;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  padding: 3px 0;
  border-bottom: 2px solid #f9446c;
  margin: 0 1px;
}

section.page-content .b-panel .panel-content .category-list .pagination a.text {
  width: auto;
  padding: 3px 10px;
  font-weight: 400;
}

section.page-content .b-panel .panel-content .category-list .pagination a:hover {
  background-color: #f9446c;
}

section.page-content .b-panel .panel-content .category-list .pagination span {
  font-weight: 600;
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

section.page-content .b-panel .panel-content .article-detail .post-info {
  border-top: 1px solid #503eaf;
  border-bottom: 1px solid #503eaf;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

section.page-content .b-panel .panel-content .article-detail .post-info a,
section.page-content .b-panel .panel-content .article-detail .post-info span {
  color: #000;
  margin: 5px;
}

section.page-content .b-panel .panel-content .article-detail .post-info a::after,
section.page-content .b-panel .panel-content .article-detail .post-info span::after {
  content: '|';
  margin-left: 10px;
}

section.page-content .b-panel .panel-content .article-detail .post-info a:last-child::after,
section.page-content .b-panel .panel-content .article-detail .post-info span:last-child::after {
  display: none;
}

section.page-content .b-panel .panel-content .article-detail .article-content {
  margin-top: 30px;
}

section.page-content .b-panel .panel-content .article-detail .article-content h3 {
  margin-bottom: 20px;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form {
  margin-top: 20px;
}
p.comment-form-cookies-consent { display: none; }
.comment-respond h3 { font-size:20px!important; margin-bottom:0px!important; margin-top:-20px; }

.comment-form {
  margin-top: 20px;
}
.comment-form label {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.comment-form label .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 65px;
  font-size: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(137deg, #4f3dad 0%, #6953e0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 0 0 20px;
}
.comment-form label input {
  border-radius: 0 20px 20px 0;
  width: calc(100% - 60px);
  border: 2px solid #503eaf;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 300px;
  margin-left: 65px;
  font-size: 18px;
}

.comment-form label input::-webkit-input-placeholder {
  color: #503eaf;
}

.comment-form label input:-ms-input-placeholder {
  color: #503eaf;
}

.comment-form label input::-ms-input-placeholder {
  color: #503eaf;
}

.comment-form label input::placeholder {
  color: #503eaf;
}

.comment-form textarea {
  border: 2px solid #503eaf;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  height: 202px;
}

.comment-form textarea::-webkit-input-placeholder {
  color: #503eaf;
}

.comment-form textarea:-ms-input-placeholder {
  color: #503eaf;
}

.comment-form textarea::-ms-input-placeholder {
  color: #503eaf;
}

.comment-form textarea::placeholder {
  color: #503eaf;
}

.comment-form button {
  border: none;
  border-radius: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(303deg, #4f3dad 0%, #644fd6 30%, #e33c77 70%, #ce3168 100%);
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.comment-form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


section.page-content .b-panel .panel-content .article-detail form.comment-form label {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form label .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 65px;
  font-size: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(137deg, #4f3dad 0%, #6953e0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px 0 0 20px;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form label input {
  border-radius: 0 20px 20px 0;
  width: calc(100% - 60px);
  border: 2px solid #503eaf;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 300px;
  margin-left: 65px;
  font-size: 18px;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form label input::-webkit-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form label input:-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form label input::-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form label input::placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form textarea {
  border: 2px solid #503eaf;
  border-radius: 20px;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  height: 202px;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form textarea::-webkit-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form textarea:-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form textarea::-ms-input-placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form textarea::placeholder {
  color: #503eaf;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form button {
  border: none;
  border-radius: 30px;
  color: #fff;
  background: #4f3dad;
  background: linear-gradient(303deg, #4f3dad 0%, #644fd6 30%, #e33c77 70%, #ce3168 100%);
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.page-content .b-panel .panel-content .article-detail form.comment-form button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.page-content .b-panel .panel-content .article-detail .comments {
  margin-top: 30px;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #503eaf;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment:last-child {
  border-bottom: none;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  max-width: 140px;
  width: 100%;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment .image img {
  width: 100%;
  height: 140px;
  border-radius: 140px;
  background-color: #d6d6d6;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 140px);
          flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment .content strong {
  font-weight: 600;
  display: block;
  line-height: 1em;
  font-size: 18px;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment .content span.date {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

section.page-content .b-panel .panel-content .article-detail .comments .comment .content .reply {
  color: #503eaf;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
div.reply {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
div.reply a{
color: #503eaf;
}
section.page-content .b-panel .panel-content-sidebar {
  padding: 20px;
}

section.page-content .b-panel .panel-content-sidebar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

section.page-content .b-panel .panel-content-sidebar .social a {
  width: calc(50% - 4px);
  margin-bottom: 10px;
}

section.page-content .b-panel .panel-content-sidebar .social a img {
  width: 100%;
}

section.page-content .b-panel .panel-content-sidebar form.search-form {
  position: relative;
}

section.page-content .b-panel .panel-content-sidebar form.search-form input[type="text"] {
  width: 100%;
  line-height: 57px;
  border-radius: 10px;
  color: #fff;
  background-color: #503eaf;
  border: 0;
  padding: 0 20px;
}

section.page-content .b-panel .panel-content-sidebar form.search-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

section.page-content .b-panel .panel-content-sidebar form.search-form input[type="text"]:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

section.page-content .b-panel .panel-content-sidebar form.search-form input[type="text"]::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

section.page-content .b-panel .panel-content-sidebar form.search-form input[type="text"]::placeholder {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

section.page-content .b-panel .panel-content-sidebar form.search-form button {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 15px;
  font-size: 22px;
  top: 0;
  bottom: 0;
  color: #ec4473;
}

section.page-content .b-panel .panel-content-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.page-content .b-panel .panel-content-sidebar ul li a {
  position: relative;
  display: block;
  background-color: #503eaf;
  color: #fff;
  border-radius: 10px;
  line-height: 37px;
  font-size: 18px;
  margin: 7px 0;
  padding: 0 35px;
}

section.page-content .b-panel .panel-content-sidebar ul li a:hover {
  background-color: #f9446c;
}

section.page-content .b-panel .panel-content-sidebar ul li a::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  background-color: #f9446c;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

section.page-content .b-panel .panel-content-sidebar ul li a span {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: #f9446c;
  border-radius: 10px;
  padding: 0 8px;
  font-weight: 600;
}

section.page-content .b-panel .popular-posts .post {
  border-bottom: 1px solid #503eaf;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.page-content .b-panel .popular-posts .post .image {
  width: 100%;
  position: relative;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

section.page-content .b-panel .popular-posts .post .image img {
  width: 100%;
  height: 100px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.page-content .b-panel .popular-posts .post .image span {
  color: #fff;
  background: #f9446c;
  font-weight: 600;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 5px;
  left: 5px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  padding-right: 1px;
}

section.page-content .b-panel .popular-posts .post .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px);
          flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: 100%;
  padding-left: 20px;
}

section.page-content .b-panel .popular-posts .post .content a.category {
  background-color: #503eaf;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 5px;
  border-radius: 5px;
}

section.page-content .b-panel .popular-posts .post .content a.category:hover {
  background-color: #e33c77;
}

section.page-content .b-panel .popular-posts .post .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 2px 0;
}

section.page-content .b-panel .popular-posts .post .content h4 a {
  color: #000;
}

section.page-content .b-panel .popular-posts .post .content h4 a:hover {
  color: #503eaf;
}

section.page-content .b-panel .popular-posts .post .content span.date {
  color: #000;
  font-weight: 500;
}

footer.site-footer {
  color: #fff;
}

footer.site-footer a {
  display: inline-block;
}

footer.site-footer a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

footer.site-footer .footer-top {
  padding: 50px 0 30px;
  background-color: #503eaf;
}

footer.site-footer .footer-top .row {
  margin: 0 -30px;
}

footer.site-footer .footer-top .row .col-md-4 {
  padding: 0 30px;
}

footer.site-footer .footer-top h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 30px;
  position: relative;
}

footer.site-footer .footer-top h4::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #6a5bbb;
  top: 50%;
}

footer.site-footer .footer-top h4 span {
  background-color: #503eaf;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}

footer.site-footer .footer-top h4 span::after {
  content: "\f101";
  font-size: 34px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #f9446c;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  display: inline-block;
  margin-left: 10px;
}

footer.site-footer .footer-top a.logo {
  margin-bottom: 25px;
  display: block;
}

footer.site-footer .footer-top a.logo img {
  max-width: 100%;
}

footer.site-footer .footer-top p {
  font-weight: 300;
  font-size: 18px;
}

footer.site-footer .footer-top .latest-comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

footer.site-footer .footer-top .latest-comments .comment .image {
  max-width: 66px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
  width: 100%;
}

footer.site-footer .footer-top .latest-comments .comment .image img {
  width: 100%;
  height: 66px;
  border-radius:50px;
  -o-object-fit: cover;
     object-fit: cover;
}

footer.site-footer .footer-top .latest-comments .comment .content {
  max-width: calc(100% - 66px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 66px);
          flex: 0 0 calc(100% - 66px);
  width: 100%;
  padding-left: 15px;
  font-size: 11px;
  font-weight: 300;
}

footer.site-footer .footer-top .latest-comments .comment .content h5 {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px 0;
}

footer.site-footer .footer-top .latest-comments .comment .content h5 strong {
  font-weight: 600;
}

footer.site-footer .footer-top .latest-comments .comment .content h5 strong::after {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #f9446c;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
  margin-left: 5px;
}

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

footer.site-footer .footer-top ul li a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
}

footer.site-footer .footer-top ul li a::before {
  content: "\f101";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #f9446c;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
  margin-right: 10px;
}

footer.site-footer .footer-bottom {
  background: #3f308e;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

footer.site-footer .footer-bottom a {
  color: #fff;
}

footer.site-footer .footer-bottom strong {
  font-weight: 600;
}

footer.site-footer .footer-bottom i {
  color: #f9446c;
}

@-webkit-keyframes imageAnimate1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes imageAnimate1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes imageAnimate2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes imageAnimate2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media only screen and (min-width: 801px) {
  .show-mobile {
    display: none;
  }
}

@media only screen and (max-width: 801px) {
  header.site-header .container nav.header-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 50px 0 30px;
    background: #503eaf;
    z-index: 9;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s all;
    transition: .3s all;
    pointer-events: none;
    opacity: 0;
  }
  header.site-header .container nav.header-menu.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: visible;
  }
  header.site-header .container nav.header-menu ul {
    display: block;
    text-align: center;
  }
  header.site-header .container nav.header-menu ul li a {
    line-height: 40px;
  }
  header.site-header .container nav.header-menu .bg {
    display: none;
  }
  section.page-header {
    background-size: cover;
  }
  section.home-info .left-image {
    width: 100%;
    margin-bottom: 25px;
  }
  section.page-header .login-area {
    padding: 35px;
  }
  header.site-header .container .logo img {
    height: 30px;
  }
  button.show-mobile.open-nav {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    padding: 3px 13px;
  }
  button.close-nav.show-mobile {
    position: absolute;
    right: 15px;
    top: 13px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
  }
  section.page-content .b-panel .panel-content .article-detail .comments .comment .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
  }
  section.page-content .b-panel .panel-content .article-detail .comments .comment .image img {
    height: 20px;
  }
  section.page-content .b-panel .panel-content .article-detail .comments .comment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.page-content .b-panel .panel-content .article-detail .comments .comment .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding-left: 12px;
    font-size: 12px;
  }
  section.page-content .b-panel .panel-content .article-detail .comments .comment .content strong {
    font-size: 16px;
  }

  section.page-content .b-panel .panel-content .article-detail .comments .comment .content span.date {
    font-size: 14px;
    margin-top: 7px;
  }
  section.page-content .b-panel .panel-content .article-detail .comments .comment .content .reply {
    font-size: 14px;
  }
  section.page-content .b-panel .panel-content .category-list .posts .post .image img {
    margin-bottom: 30px;
  }
  section.page-content .b-panel .panel-content .category-list .posts .post .info span.date {
    display: block;
    margin: 10px 0;
  }
  section.page-content .b-panel .panel-content .contact-page .contact-info a {
    font-size: 16px;
  }
  section.page-header button.slide-down {
    bottom: -20px;
  }
  section.page-header button.slide-down img {
    width: 60px;
  }
}
.contact-form p { margin-bottom: 0px!important; }
.contact-form p:nth-child(4) { margin-top: -10px!important; }
.contact-form p:nth-child(6) { margin-top: -10px!important; }
.contact-form br { display:none!important; }
.contact-form .icon{height:54px!important}
.contact-form .icon1{height:54px!important}
.contact-form .icon2{height:54px!important}
/*# sourceMappingURL=style.css.map */
 .wpcf7 input[type="submit"] {
    border: none;
    border-radius: 30px;
    color: #fff;
    background: #4f3dad;
    background: linear-gradient(303deg, #4f3dad 0%, #644fd6 30%, #e33c77 70%, #ce3168 100%);
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .3s all;
    transition: .3s all;
}
 }
 .wpcf7 input:hover[type="submit"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }
 .wpcf7 input:active[type="submit"] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
 }