/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  margin: 0px;
  padding: 0px;
}
html, body, header, #intro {
  height: 100%;
}
body, p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  line-height: 1.2;
}
textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
          box-shadow: inset 0 -1px 0 #ddd;
}
.btn:focus, .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.home {
  padding-top: 0px;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.card {
  border: none;
}
header .logo-top img {
  width: 210px;
  height: auto;
  overflow: hidden;
}
header {
  position: relative;
  z-index: 5;
}
header .navbar {
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(37 170 225 / 70%)), color-stop(rgb(68 129 235 / 70%)), color-stop(rgb(4 190 254 / 70%)), to(rgb(63 134 237 / 70%)));
  background-image: -o-linear-gradient(left, rgb(37 170 225 / 70%), rgb(68 129 235 / 70%), rgb(4 190 254 / 70%), rgb(63 134 237 / 70%));
  background-image: linear-gradient(to right, rgb(37 170 225 / 70%), rgb(68 129 235 / 70%), rgb(4 190 254 / 70%), rgb(63 134 237 / 70%));
}
.navbar.scrolling-navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar.scrolling-navbar.top-nav-collapse {
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  background: -webkit-gradient(linear, left top, right top, from(rgb(37 95 225 / 95%)), color-stop(rgb(68 129 235 / 95%)), color-stop(rgb(4 127 254 / 95%)), to(rgb(63 134 237 / 95%)));
  background: -o-linear-gradient(left, rgb(37 95 225 / 95%), rgb(68 129 235 / 95%), rgb(4 127 254 / 95%), rgb(63 134 237 / 95%));
  background: linear-gradient(to right, rgb(37 95 225 / 95%), rgb(68 129 235 / 95%), rgb(4 127 254 / 95%), rgb(63 134 237 / 95%));
}
.top-nav-collapse {
  background: rgb(0 124 199 / 82%);
}
ul#menu-main-menu-en, ul#menu-main-menu {
  margin-right: 5%;
}
.top_bar_data.lang a.lang_flags img {
  margin: 0 5px;
  width: 25px;
  height: 16px;
}
header .navbar li.nav-item {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navbar li.nav-item a.nav-link {
  color: #ffffff;
  padding: 0px;
}
header .navbar li.current-menu-item.nav-item a.nav-link {
  border-bottom: 1px solid #1bf9d0;
}
header .navbar li.nav-item a.nav-link:hover {
  border-bottom: 1px solid #1bf9d0;
}
header .navbar li.login-page.nav-item, header .navbar li.bp-profile-nav {
  padding-right: 10px;
  padding-left: 10px;
}
header .navbar li.login-page.nav-item a.nav-link, header .navbar li.bp-profile-nav a.nav-link {
  border-radius: 4px;
  background: -o-linear-gradient(45deg, #412075, #101873);
  background: linear-gradient(45deg, #412075, #101873);
  color: #fff;
  -webkit-box-shadow: 0 0 0px 0 rgb(7 14 255 / 77%), 1px 1px 17px 0px rgb(19 9 45 / 68%);
          box-shadow: 0 0 0px 0 rgb(7 14 255 / 77%), 1px 1px 17px 0px rgb(19 9 45 / 68%);
  -webkit-transition: -webkit-box-shadow 0.6s;
  transition: -webkit-box-shadow 0.6s;
  -o-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
  transition: box-shadow 0.6s, -webkit-box-shadow 0.6s;
  padding: 0.3rem 0.4rem;
  border-bottom: none;
}
header .navbar li.login-page.nav-item a.nav-link:hover {
  -webkit-box-shadow: 0 0 20px 2px rgb(3 0 175 / 64%), 0.5rem 0.5rem 20px rgb(19 9 45 / 58%);
          box-shadow: 0 0 20px 2px rgb(3 0 175 / 64%), 0.5rem 0.5rem 20px rgb(19 9 45 / 58%);
  border-bottom: none;
}
header .navbar li.registration-page.nav-item a.nav-link, header .navbar li.logout-cs a.nav-link {
  background-image: -o-linear-gradient(290deg, #ff0000, #ec008c);
  background-image: linear-gradient(160deg, #ff0000, #ec008c);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0px 0 rgb(236 0 140 / 63%), 1px 1px 17px 0px rgb(19 9 45 / 68%);
          box-shadow: 0 0 0px 0 rgb(236 0 140 / 63%), 1px 1px 17px 0px rgb(19 9 45 / 68%);
  -webkit-transition: -webkit-box-shadow 0.6s;
  transition: -webkit-box-shadow 0.6s;
  -o-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
  transition: box-shadow 0.6s, -webkit-box-shadow 0.6s;
  padding: 0.3rem 0.4rem;
  border-bottom: none;
}
header .navbar li.registration-page.nav-item a.nav-link:hover {
  -webkit-box-shadow: 0 0 20px 2px rgb(236 0 140 / 64%), 0.5rem 0.5rem 20px rgb(19 9 45 / 58%);
          box-shadow: 0 0 20px 2px rgb(236 0 140 / 64%), 0.5rem 0.5rem 20px rgb(19 9 45 / 58%);
  border-bottom: none;
}
header .navbar li.logout-cs.nav-item a.nav-link {
  background: -o-linear-gradient(45deg, #fd0010, #f1006a);
  background: linear-gradient(45deg, #fd0010, #f1006a);
}
header .navbar li.bp-profile-nav a.nav-link, header .navbar li.bp-profile-nav a.nav-link {
  background: -o-linear-gradient(45deg, #009c22, #1aa01e);
  background: linear-gradient(45deg, #009c22, #1aa01e);
}
header .navbar li.bp-profile-nav a.nav-link:hover, header .navbar li.logout-cs a.nav-link:hover {
  -webkit-box-shadow: 0 0 20px 2px rgb(4 0 236 / 58%), 0.5rem 0.5rem 20px rgb(105 91 140 / 58%);
          box-shadow: 0 0 20px 2px rgb(4 0 236 / 58%), 0.5rem 0.5rem 20px rgb(105 91 140 / 58%);
  border-bottom: none;
}
header ul.top-user-acc {
  list-style: none;
  margin: 0px;
}
header ul.top-user-acc li {
  display: inline-block;
  margin-right: 5px;
}
header ul.top-user-acc li:last-child {
  margin-right: 0px;
}
.rgba-black-strong, .rgba-black-strong:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.white-text {
  color: #fff !important;
}
#intro {
  /*background: url("../img/bg-img.jpg")no-repeat center center fixed;*/
  background-size: cover;
  height: 500px;
  position: relative;
}
.header__background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.row.d-flex.justify-content-center.text-center {
  z-index: 1;
}
.view .mask {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
#intro .mask hr {
  border: 0; /* in order to override TWBS stylesheet */
  height: 2px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px; /* FF3.6+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(196, 222, 138, 1)), color-stop(12.5%, rgba(196, 222, 138, 1)), color-stop(12.5%, rgba(245, 253, 212, 1)), color-stop(25%, rgba(245, 253, 212, 1)), color-stop(25%, rgba(255, 208, 132, 1)), color-stop(37.5%, rgba(255, 208, 132, 1)), color-stop(37.5%, rgba(242, 122, 107, 1)), color-stop(50%, rgba(242, 122, 107, 1)), color-stop(50%, rgba(223, 157, 185, 1)), color-stop(62.5%, rgba(223, 157, 185, 1)), color-stop(62.5%, rgba(192, 156, 221, 1)), color-stop(75%, rgba(192, 156, 221, 1)), color-stop(75%, rgba(95, 156, 217, 1)), color-stop(87.5%, rgba(95, 156, 217, 1)), color-stop(87.5%, rgba(94, 190, 227, 1)), color-stop(87.5%, rgba(94, 190, 227, 1)), to(rgba(94, 190, 227, 1)));
  background: linear-gradient(to right, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%); /* W3C */
}
.view .mask h1 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  padding-top: 3rem !important;
}
.searchandfilter label {
  width: 98%;
}
.searchandfilter ul {
  display: inline-block;
  width: 100%;
  margin-left: 10%;
}
.searchandfilter ul li {
  width: 50%;
  text-align: left;
  display: inline-block;
}
.search-box-top ul li input[type="text"], .search-box-top ul li input[type="submit"], .ad-search-form ul li input[type="submit"] {
  padding: 13px 15px;
  border-radius: 5px;
  border: none;
  width: 100%;
  font-size: 18px;
  outline: none;
}
.search-box-top ul li input[type="submit"], .ad-search-form ul li input[type="submit"] {
  cursor: pointer;
  background: rgba(227, 17, 17, 0.74);
  color: #FFFFFF;
}
.search-box-top select {
  border: none;
  margin: 0;
  width: 100%;
  z-index: 1;
  outline: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), color-stop(33%, #fff));
  background-image: -o-linear-gradient(bottom, #f9f9f9, #fff 33%);
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.search-box-top ul li input[type="submit"], .ad-search-form ul li input[type="submit"] {
  position: relative;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: -o-linear-gradient(290deg, #ff0000, #ec008c);
  background-image: linear-gradient(160deg, #ff0000, #ec008c);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0 0px 0 rgb(236 0 140 / 63%), 1px 1px 17px 0px rgb(19 9 45 / 68%);
          box-shadow: 0 0 0px 0 rgb(236 0 140 / 63%), 1px 1px 17px 0px rgb(19 9 45 / 68%);
  -webkit-transition: -webkit-box-shadow 0.6s;
  transition: -webkit-box-shadow 0.6s;
  -o-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
  transition: box-shadow 0.6s, -webkit-box-shadow 0.6s;
  width: 70%;
}
.search-box-top ul li input[type="submit"]:hover, .ad-search-form ul li input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 20px 2px rgb(236 0 140 / 64%), 0.5rem 0.5rem 20px rgb(19 9 45 / 58%);
          box-shadow: 0 0 20px 2px rgb(236 0 140 / 64%), 0.5rem 0.5rem 20px rgb(19 9 45 / 58%);
}
.search-box-top ul li input[type="submit"]:after, .ad-search-form ul li input[type="submit"]:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 30px;
  background-image: -o-linear-gradient(280deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: linear-gradient(170deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  pointer-events: none;
}
#intro .advance-search-top a {
  margin-right: 5%;
  font-size: 18px;
}
.ad-search-form {
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
  padding: 20px 0px;
  border-radius: 2px;
}
.ad-search-form ul {
  margin: 0;
  padding: 0px 30px 20px;
}
.ad-search-form ul.acf-field-acf-city-selector {
  padding: 20px 30px 0px;
}
.ad-search-form ul.acf-field .acf-label {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding-top: 30px;
  margin: 0;
}
.ad-search-form ul.acf-field li.acf-input {
  width: 76.7%;
  float: right;
}
.ad-search-form ul.acf-field li.acf-input .acfcs__dropdown-box.acfcs__dropdown-box--states {
  margin-right: 20px;
  margin-bottom: 0;
  width: 50%;
}
.ad-search-form ul.acf-field li.acf-input .acfcs__dropdown-box.acfcs__dropdown-box--cities {
  margin-bottom: 0;
  width: 50%;
}
.ad-search-form ul.acf-field li select.acfcs__dropdown {
  border: #ccd0d4 solid 1px;
  padding: 10px 10px;
  border-radius: 3px;
}
.ad-search-form ul li.sf-field-post-meta-region_selection {
  display: none;
}
.ad-search-form ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ad-search-form ul li input {
  padding: 5px 10px;
}
.ad-search-form ul li.sf-field-search input.sf-input-text {
  width: 100%;
  border: #ccd0d4 solid 1px;
  padding: 10px 10px;
  border-radius: 3px;
}
.ad-search-form ul li h4 {
  width: 30%;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
}
.searchandfilter ul > li > ul:not(.children) {
  padding: 10px 10px;
  border: #ccd0d4 solid 1px;
  border-radius: 3px;
  margin-left: 5px;
}
.ad-search-form ul li ul li {
  display: inline;
  margin-right: 10px;
}
.ad-search-form ul li ul li input {
  display: inline;
}
.ad-search-form ul li ul li label {
  width: auto;
  font-weight: 600;
}
.ad-search-form ul li.sf-field-submit {
  width: 25%;
  display: block;
  margin: 0 auto;
}
.ad-search-form ul li input[type="submit"] {
  width: 100%;
}
.news-section {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.news-ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  top: 0px;
  /*top: -90%;*/
}
.news-carousel .news-item {
  width: 98%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
  text-align: left;
  font-weight: bold;
  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;
  min-height: 70px;
  border: 2px solid #fff;
}
.news-carousel .news-item .left-ctn {
  width: 27%;
  float: left;
}
.news-carousel .news-item .right-ctn {
  width: 70%;
  float: left;
}
.news-carousel .news-item span.date {
  padding-right: 10px;
}
.news-carousel .news-item span.cat-name {
  background: -o-linear-gradient(98deg, #3b3fcc, #496fda);
  background: linear-gradient(352deg, #3b3fcc, #496fda);
  padding: 2px 5px;
  border-radius: 3px;
  margin-right: 20px;
  color: #fff;
}
.news-carousel .news-item .right-ctn a {
  color: #4361EE;
}
.news-carousel .news-item:hover {
  border: 2px solid rgb(63 55 201 / 63%);
}
hr.hr-light {
  border: 0; /* in order to override TWBS stylesheet */
  height: 2px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px; /* FF3.6+ */ /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%); /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(rgba(196, 222, 138, 1)), color-stop(12.5%, rgba(196, 222, 138, 1)), color-stop(12.5%, rgba(245, 253, 212, 1)), color-stop(25%, rgba(245, 253, 212, 1)), color-stop(25%, rgba(255, 208, 132, 1)), color-stop(37.5%, rgba(255, 208, 132, 1)), color-stop(37.5%, rgba(242, 122, 107, 1)), color-stop(50%, rgba(242, 122, 107, 1)), color-stop(50%, rgba(223, 157, 185, 1)), color-stop(62.5%, rgba(223, 157, 185, 1)), color-stop(62.5%, rgba(192, 156, 221, 1)), color-stop(75%, rgba(192, 156, 221, 1)), color-stop(75%, rgba(95, 156, 217, 1)), color-stop(87.5%, rgba(95, 156, 217, 1)), color-stop(87.5%, rgba(94, 190, 227, 1)), color-stop(87.5%, rgba(94, 190, 227, 1)), to(rgba(94, 190, 227, 1)));
  background: linear-gradient(to right, rgba(196, 222, 138, 1) 0%, rgba(196, 222, 138, 1) 12.5%, rgba(245, 253, 212, 1) 12.5%, rgba(245, 253, 212, 1) 25%, rgba(255, 208, 132, 1) 25%, rgba(255, 208, 132, 1) 37.5%, rgba(242, 122, 107, 1) 37.5%, rgba(242, 122, 107, 1) 50%, rgba(223, 157, 185, 1) 50%, rgba(223, 157, 185, 1) 62.5%, rgba(192, 156, 221, 1) 62.5%, rgba(192, 156, 221, 1) 75%, rgba(95, 156, 217, 1) 75%, rgba(95, 156, 217, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 87.5%, rgba(94, 190, 227, 1) 100%); /* W3C */
}
.top-page section {
  padding-bottom: 50px;
}
.glbl-title {
  font-weight: 600;
  font-size: 26px;
}
.top-page hr.hr-light {
  max-width: 15%;
  height: 4px;
}
.feature-item {
  width: 100%;
  padding: 30px 0px;
}
.feature-item .card {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 12px 6px rgb(0 0 0 / 5%);
          box-shadow: 5px 5px 12px 6px rgb(0 0 0 / 5%);
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.feature-item .card:hover {
  -webkit-box-shadow: 5px 5px 12px 12px rgb(0 0 0 / 5%);
          box-shadow: 5px 5px 12px 12px rgb(0 0 0 / 5%);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.feature-item .card .circle {
  position: absolute;
  width: 90px;
  height: 90px;
  padding-bottom: 100%;
  padding: 10px;
  background: -o-linear-gradient(45deg, #9c9ed8, #3fbded);
  background: linear-gradient(45deg, #9c9ed8, #3fbded);
  color: #fefefe;
  font-size: 12px;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
  z-index: 2;
}
.feature-sec .feature-item .icon {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 190px;
  width: 80%;
  margin: 0 auto;
  z-index: 0;
}
.feature-item .card h2 {
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  margin: 0px;
}
.feature-item .card .content {
  text-align: center;
  padding: 0px 20px;
}
.feature-item .card .content h3 {
  font-size: 20px;
}
.feature-item .card .content p {
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 0px;
  overflow: hidden;
  height: 150px;
}
.feature-item .card .content a {
  position: relative;
  display: inline-block;
  width: 80%;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-decoration: none;
}
.btn-hover {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  padding: 3px 25px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  line-height: 2;
}
.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #ece4ef;
}
.btn-hover:focus {
  outline: none;
}
.gr-blue {
  background: -o-linear-gradient(45deg, #667eea, #d737a6);
  background: linear-gradient(45deg, #667eea, #d737a6)
}
.gr-ulblue {
  background: -o-linear-gradient(45deg, #6253e1, #09b777);
  background: linear-gradient(45deg, #6253e1, #09b777);
}
.gr-ulblue-2 {
  background: -o-linear-gradient(45deg, #25aae1, #ed3f7f);
  background: linear-gradient(45deg, #25aae1, #ed3f7f);
}
.btn-hover.color-dft {
  background-image: -webkit-gradient(linear, left top, right top, from(#25aae1), color-stop(#4481eb), color-stop(#04befe), to(#3f86ed));
  background-image: -o-linear-gradient(left, #25aae1, #4481eb, #04befe, #3f86ed);
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  -webkit-box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.2);
          box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.2);
}
section.xtra-cont {
  margin-top: 30px;
}
.xtra-cont .courses-container {}
.xtra-cont .courses-container .course {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 9%);
          box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 9%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.xtra-cont .courses-container .course-preview {
  color: #fff;
  max-width: 450px;
}
.xtra-cont .courses-container .course-preview .thumb {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  max-height: 256px;
}
.xtra-cont .courses-container .course-info {
  padding: 30px;
  position: relative;
  width: 100%;
}
.xtra-cont .courses-container .course-info h2 {
  font-size: 24px;
}
.xtra-cont .courses-container .course-info p {
  text-align: justify;
}
.xtra-cont .courses-container .progress-container {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
  width: 150px;
}
.top-page .article-post {
  margin: 20px 0px;
}
.article-post .card {
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fafafa;
  overflow: hidden;
}
.article-post .card:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
}
.article-post .card .picture {
  position: absolute;
  width: 100%;
}
.article-post .card .picture .inner {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.article-post .card .picture .background {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-post .card .picture .thumbnail {
  width: 100%;
}
.article-post .card .picture:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 34px;
  background-repeat: no-repeat;
  background-image: url("../img/curve.png");
}
.article-post .card:hover .picture .background {
  -webkit-transform: translateY(-50px) scale(1.2, 1.2);
      -ms-transform: translateY(-50px) scale(1.2, 1.2);
          transform: translateY(-50px) scale(1.2, 1.2);
}
.article-post .card .picture .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-post .card:hover .picture .mask {
  opacity: 0.4;
}
.article-post .card .picture .date {
  position: absolute;
  width: 70px;
  height: 70px;
  padding-bottom: 100%;
  padding: 7px;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  color: #fefefe;
  font-size: 12px;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  border-radius: 50%;
  text-align: center;
}
.article-post .card .picture .date .number, .article-post .card .picture .date .month, .article-post .card .picture .date .year {
  font-size: 13px;
  font-weight: 600;
}
.article-post .card .content {
  padding-top: 55%;
}
.article-post .card .content .inner {
  height: 100%;
  padding: 15px;
  position: relative;
  background: #fafafa;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.article-post .card .content .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
  height: 52px;
  overflow: hidden;
}
.article-post .card .fixed {
  padding: 15px 20px;
}
.article-post .card .fixed .infos a.btn {
  /*width: 50%;*/
}
.site-content {
  position: relative;
  z-index: 3;
}
/************news section top page*****************/
section.news-list {
  padding-bottom: 0px;
}
.news-card {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(21, 35, 52, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(21, 35, 52, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  margin-bottom: 30px;
}
.news-card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.news-card .date {
  width: 90px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  margin-bottom: 10px;
}
.news-card .news-title {
  font-size: 1.2rem;
  padding-bottom: 5px;
}
/************news section top page ends here *****************/


/************susbsidi list top page*****************/
header.entry-header h1 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e4e4e4;
}
.susbsidi-ui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(21, 35, 52, 0.2);
  box-shadow: 0px 0px 14px 1px rgba(21, 35, 52, 0.2);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.susbsidi-ui-container:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.susbsidi-ui-container .susbsidi-container {
  -webkit-box-flex: 40%;
      -ms-flex: 40% 1;
          flex: 40% 1;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  color: #FFFFFF;
  padding: 20px;
}
.susbsidi-ui-container .subsidi-info {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.susbsidi-ui-container .subsidi-info .location-info {
  margin: 0;
}
.susbsidi-ui-container .subsidi-info .subsidi-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
}
.susbsidi-ui-container .subsidi-amt {
  padding: 0px 10px;
  border: 1px solid #65ddf1;
}
.susbsidi-ui-container .subsidi-amt span {
  font-size: 20px;
}
.susbsidi-ui-container .sub-cat a {
  color: #ffffff;
}
.susbsidi-ui-container .subsidi-container {
  -webkit-box-flex: 70%;
      -ms-flex: 70% 1;
          flex: 70% 1;
  background-color: #FFFFFF;
  padding: 20px;
}
.susbsidi-ui-container .subsidi-container p {
  text-align: justify;
}
.susbsidi-ui-container h5.subsidi-duration {
  margin: 0;
  font-size: 14px;
}
.latest-subsidies .read-all-subsidies a, .osusume-cont .read-all-subsidies a, .read-all-subsidies a {
  /*text-decoration: underline;
  padding: 0px;*/
  position: relative;
  display: block;
  overflow: hidden;
}
.latest-subsidies .read-all-subsidies a.btn.cta:before, .read-all-subsidies a.btn.cta:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-radius: 0.25rem;
}
.latest-subsidies .read-all-subsidies a.btn.cta:after, .read-all-subsidies a.btn.cta:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 99.5%;
  height: 2px;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 0.25rem;
}
.latest-subsidies .read-all-subsidies a.btn.cta:hover, .read-all-subsidies a.btn.cta:hover {
  color: inherit;
  text-decoration: none;
}
.latest-subsidies .read-all-subsidies a.btn.cta:hover:before, .read-all-subsidies a.btn.cta:hover:before {
  -webkit-transition: 0.1s height linear 0.1s, 0.1s -webkit-transform linear;
  transition: 0.1s height linear 0.1s, 0.1s -webkit-transform linear;
  -o-transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transition: 0.1s transform linear, 0.1s height linear 0.1s;
  transition: 0.1s transform linear, 0.1s height linear 0.1s, 0.1s -webkit-transform linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  height: 100%;
  border-color: #3069e6;
}
.latest-subsidies .read-all-subsidies a.btn.cta:hover:after, .read-all-subsidies a.btn.cta:hover:after {
  -webkit-transition: 0.1s height linear 0.3s, 0.1s -webkit-transform linear 0.2s;
  transition: 0.1s height linear 0.3s, 0.1s -webkit-transform linear 0.2s;
  -o-transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s;
  transition: 0.1s transform linear 0.2s, 0.1s height linear 0.3s, 0.1s -webkit-transform linear 0.2s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  height: 100%;
  border-color: #3583e8;
}
.latest-subsidies .read-all-subsidies a:hover, .osusume-cont .read-all-subsidies a:hover {
  text-decoration: none;
}
/************* subsidi top page ends from here  **************/
/************* latest articles top page starts from here  **************/
.custom-tag-page .post {
  margin: 0px;
  padding: 0px;
}
.article-card {
  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;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-card .article-card-thumb {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 45%);
          box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 45%);
  z-index: 2;
}
.article-card .article-card-thumb img {
  width: 100%;
  height: 100%;
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5);
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card .article-card-content {
  width: 100%;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-left: 90px;
  margin-left: -70px;
  background-color: #ffffff;
  z-index: 1;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 13%);
          box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 13%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.article-card .article-card-content:hover {
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 32%);
          box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 32%);
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.article-card .article-card-content h2 {
  font-size: 20px;
  padding: 5px 0px;
  margin: 0px;
}
.article-card .article-card-content .counter-num {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
  background: #000;
  background: -o-linear-gradient(45deg, #9c9ed8, #3fbded);
  background: linear-gradient(45deg, #9c9ed8, #3fbded);
  color: #fff;
  padding: 1px 7px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  text-align: right;
  border-top-right-radius: 2px;
}
.top-sidebar-list {
  /*margin-top: 20px;*/
  position: sticky;
  top: 4.5rem;
}
.top-sidebar-list h4, h4.latest-articles-title {
  font-size: 20px;
  font-weight: 600;
}
.top-sidebar-list .tag_list {
  margin-bottom: 30px;
  display: block;
}
.top-sidebar-list .cat_list, .widget-area .widget_categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.top-sidebar-list .cat_list li, .widget-area .widget_categories ul li {
  margin-right: 8px;
  margin-bottom: 8px;
}
.top-sidebar-list .cat_list li a, .top-sidebar-list .tag_list a, .widget-area .widget_categories ul li a, .top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area ul li {
  display: inline-block;
  padding: 5px 12px;
  -webkit-box-shadow: 0px 0px 8px 1px rgb(5 43 88 / 11%);
          box-shadow: 0px 0px 8px 1px rgb(5 43 88 / 11%);
  font-size: 14px !important;
  color: #052B58;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 8px;
  margin-bottom: 8px;
  border: none;
}
.top-sidebar-list .cat_list li a:hover, .top-sidebar-list .tag_list a:hover, .widget-area .widget_categories ul li a:hover, .top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area ul li:hover {
  color: #fff;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  text-decoration: none;
}
.top-sidebar-list #search-filter-form-270 ul {
  margin: 0;
}
.top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area {
  width: 100%;
  padding: 0px;
}
.top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area ul {
  border: none;
  padding: 0px;
}
.top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area ul li {
  display: inline-block;
  padding: 5px;
  width: auto;
}
.top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area ul li input.sf-input-checkbox {
  display: none;
}
.top-sidebar-list #search-filter-form-270 ul li.sf-field-post-meta-area ul li label.sf-label-checkbox {
  display: inline;
  padding: 0;
  cursor: pointer;
}
.top-sidebar-list .sns-embedd {
    padding-top: 20px;
}
.top-sidebar-list .cff-wrapper {
    margin-bottom: 20px;
}
.top-sidebar-list .timeline-Footer {
    display: none;
}
.article-card .article-card-date {
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 5px;
}
.article-card .article-card-btn {
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(#6fc6a9), to(#058ba9));
  background-image: -o-linear-gradient(left, #6fc6a9, #058ba9);
  background-image: linear-gradient(90deg, #6fc6a9, #058ba9);
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.1rem;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.widget-area .rental-server {
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
            box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
    border-radius: 2px;
    padding: 20px;
}
.top-sidebar-list .rental-server {
    margin: 20px 0 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
	text-align: center;
}
@media (max-width: 767px) {
  .article-card .article-card-btn {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .article-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/************* latest articles top page ends from here  **************/
body.home .site-header {
  margin-bottom: 3rem;
}
main.site-main {
  padding-top: 20px;
}
.site-header {
  margin: 0;
}
header.inner-pg {
  height: 200px;
  overflow: hidden;
}
header .feat-img .header__background {
  z-index: 1;
}
header.page-header {
  padding-top: 10px;
}
header.page-header h1.page-title {
  font-size: 18px;
}
header .feat-img {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  overflow: hidden;
  height: 200px;
}
header .feat-img .post-thumbnail {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
header .feat-img .post-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comments-area {
  display: none;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
          box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
  padding: 20px 30px;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}
.widget-area section.widget {
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
          box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
  border-radius: 2px;
}
section.top-sidebar-list.sortby-sub-cat {
  position: relative;
  top: 0;
}
.entry-content {
  overflow: hidden;
}
.single-post-cont .post-cont {
  padding-top: 15px;
}
.single-post-cont .post-cont h1.entry-title {
  font-size: 22px;
}
h3.widget-title.card-header {
  background: -o-linear-gradient(45deg, #484cc7, #3f7ded);
  background: linear-gradient(45deg, #484cc7, #3f7ded);
  color: #fff;
  font-weight: 500;
  padding: 8px 10px;
  font-size: 18px;
}
.widget ul {
  list-style: none;
  padding: 10px 15px;
}
ul.recent-posts li {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px dotted #1b3271;
  margin-bottom: 5px;
}
ul.recent-posts li:hover .post-cont {
  background: -o-linear-gradient(45deg, #484cc7, #3f7ded);
  background: linear-gradient(45deg, #484cc7, #3f7ded);
}
ul.recent-posts li:hover .post-cont a, ul.recent-posts li:hover .post-cont span {
  color: #FFFFFF;
}
ul.recent-posts li:hover .thumb-img img {
  opacity: .5;
}
ul.recent-posts li .thumb-img {
  width: 33%;
  height: 70px;
  float: left;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
}
ul.recent-posts li .thumb-img img {
  height: 70px;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
ul.recent-posts li .thumb-img span {
  position: absolute;
  display: block;
  width: 30px;
  height: 40px;
  padding: 1px 5px;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
  z-index: 1;
}
ul.recent-posts li .post-cont {
  float: left;
  width: 63%;
  padding: 2px 5px;
}
ul.recent-posts li .post-cont a {
  font-size: 14px;
  font-weight: 500;
  color: #002956;
}
ul.recent-posts li .post-cont a:hover {
  text-decoration: none;
}
ul.recent-posts li .post-cont span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6b7075;
}
.single.single-post .entry-title {
  font-size: 26px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 20px;
}
.single.single-post h1.entry-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
  background: #2f63dccf;
}
.single.single-post .entry-meta, .entry-footer {
  font-size: 0.75rem;
  margin: 0.75rem 0 0.5rem;
}
.single.single-post .entry-content h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 5px 10px 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  border-top: 1px dotted #2b609a;
  border-bottom: 1px dotted #2b609a;
}
.single.single-post .entry-content h2::before, .single.single-post .entry-content h2::after {
  position: absolute;
  content: '';
  border-radius: 100%;
}
.single.single-post .entry-content h2::before {
  top: 10px;
  left: 0px;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgb(55 96 243 / 74%);
}
.single.single-post .entry-content h2::after {
  top: 20px;
  left: 10px;
  width: 13px;
  height: 13px;
  background: rgb(41 120 218 / 89%);
}
.single.single-post .entry-content h3 {
  font-size: 18px;
  font-weight: 600;
  border-top: 1px dotted #5e5e61;
  border-bottom: 1px dotted #5e5e61;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  background: #e1e7ec;
}
.single.single-post .entry-content h4 {
  border-bottom: 1px solid #93a4f3;
  border-top: 1px solid #93a4f3;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}
.single.single-post .entry-content h5 {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 10px;
  border-left: 3px solid #7294f5;
  border-bottom: 3px solid #7294f5;
  background: #d8e0fb;
}
.single.single-post .entry-content h6 {
  border-bottom: 1px dotted #93a4f3;
  border-top: 1px dotted #93a4f3;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
}
.inq-btn-group {
  margin-top: 30px;
}
.inq-btn-group span {
  background: -o-linear-gradient(45deg, rgb(37 43 225 / 70%), rgb(63 189 237 / 70%));
  background: linear-gradient(45deg, rgb(37 43 225 / 70%), rgb(63 189 237 / 70%));
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  margin: 0px 10px;
}
.inq-btn-group a {
  margin-right: 20px;
  margin-bottom: 20px;
}
.share-button-wrapper {
  margin: 10px 0px;
}
.share-button-wrapper ul {
  list-style: none;
}
.share-button-wrapper ul li {
  display: inline-block;
  margin-right: 10px;
}
.share-button-wrapper ul li a.sns {
  padding: 10px 15px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}
.share-button-wrapper ul li a.facebook {
  background: #1877f2;
}
.share-button-wrapper ul li a.facebook:hover {
  background: #0056b3;
}
.share-button-wrapper ul li a.sns svg {
  margin-top: -4px;
  margin-right: 5px;
  height: 16px;
  width: 16px;
}
.share-button-wrapper ul li a.twitter {
  background: #1DA1F2;
}
.share-button-wrapper ul li a.twitter:hover {
  background: #009cd8;
}
.share-button-wrapper ul li a.line {
  background: #00c300;
}
.share-button-wrapper ul li a.line:hover {
  background: #01ab01;
}
#secondary {
  position: sticky;
  top: 4rem;
}
.twitter-page, .fb-page-wid {
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
          box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
}
.twitter-page h3.widget-title.card-header, .fb-page-wid h3.widget-title.card-header {
  font-size: 18px;
}
.fb-page, .fb-page span, .fb-page span iframe[style] {
  width: 100% !important;
}
.banner-slider {
  padding-top: 20px;
}
.banner-carousel .owl-nav, .owl-dots {
  text-align: center;
}
.banner-carousel .banner-item, .banner-carousel .banner-item .banner-thumb {
  height: 140px;
}
.banner-carousel .banner-item .banner-thumb {
  padding: 5px;
}
.banner-carousel .banner-item .banner-thumb img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.banner-carousel .owl-dots .owl-dot.active span, .banner-carousel .owl-dots .owl-dot:hover span {
  background: #3c49e4;
}
.banner-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #2487f9;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.banner-carousel .owl-dots button {
  outline: none;
}
.widget-area .searchandfilter ul {
  margin: 0px;
}
.widget-area .searchandfilter ul li {
  width: auto;
}
.widget-area .searchandfilter ul li.sf-field-search {
  width: 72%;
}
.widget-area .searchandfilter ul li input.sf-input-text {
  border-radius: 2px;
  outline: none;
  padding: 10px 10px;
  border: 1px solid #dedede;
  width: 100%;
}
.widget-area .searchandfilter ul li input[type="submit"] {
  border-radius: 2px;
  background: -o-linear-gradient(45deg, #c7486b, #ed3f3f);
  background: linear-gradient(45deg, #c7486b, #ed3f3f);
  border: none;
  outline: none;
  padding: 11px 10px;
  color: #fff;
  cursor: pointer;
}
.widget-area .searchandfilter ul li input[type="submit"]:hover {
  background: -o-linear-gradient(45deg, #d62959, #f51b1b);
  background: linear-gradient(45deg, #d62959, #f51b1b);
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 43%);
          box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 43%);
}
.widget-area .widget .tagcloud a {
  display: inline-block;
  padding: 5px 12px;
  -webkit-box-shadow: 0px 0px 8px 1px rgb(5 43 88 / 11%);
          box-shadow: 0px 0px 8px 1px rgb(5 43 88 / 11%);
  font-size: 14px !important;
  color: #052B58;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 8px;
  margin-bottom: 8px;
  border: none;
}
.widget-area .widget .tagcloud a:hover {
  color: #fff;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  text-decoration: none;
}
/************* Subsidy search results  **************/
.subsidy-search-form {
  margin-bottom: 30px;
}
.ad-search-form.subsidy-search-form ul.acf-field li.acf-input {
  width: 76.8%;
}
.custom-category-page article.post.type-post {
  margin-bottom: 30px;
  padding: 0px;
}
.search-subsidy article.subsidy-info, .article-search article, .custom-category-page article.subsidy-info, .custom-category-page article.category-articles {
  margin-bottom: 20px;
  padding: 0;
}
.search-subsidy .susbsidi-ui-container .susbsidi-container {
  color: #FFFFFF;
  padding: 10px 15px;
}
.search-subsidy .susbsidi-ui-container .subsidi-amt, .custom-category-page article.subsidy-info .susbsidi-ui-container .subsidi-amt {
  font-size: 14px;
}
.search-subsidy .susbsidi-ui-container .subsidi-amt span, .custom-category-page article.subsidy-info .susbsidi-ui-container .subsidi-amt span {
  font-size: 18px;
}
/************* Susbsidy Post  **************/
.subsidy-info.type-subsidy-info ul.info-ul {
  list-style: none;
}
.subsidy-info.type-subsidy-info ul.info-ul li {
  list-style-type: disc;
  margin-left: 25px;
}
.subsidy-info.type-subsidy-info ul.info-ul li span {
  font-size: 18px;
}
.refrence-post-cont {
  background: #eaeaea;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.refrence-post-cont .thumb {
  height: 150px;
  width: 200px;
  overflow: hidden;
  padding-right: 20px;
}
.refrence-post-cont .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  height: 150px;
  width: 200px;
}
.refrence-post-cont .article-cont {
  width: 70%;
}
.refrence-post-cont .article-cont h1 {
  font-size: 16px;
}
.refrence-post-cont .article-cont p {
  font-size: 14px;
}
.refrence-post-cont .article-cont a.btn {}
.subsidy-info .recent-subsidy {
  margin-top: 2rem;
}
.subsidy-info .recent-subsidy article {
  margin-bottom: 1rem;
}
.powered-by-bookly {
  display: none;
}
.bounce-animation {
  -webkit-animation: bounce 5s infinite ease-in-out;
  animation: bounce 5s infinite ease-in-out;
}
.bounce-animation-one {
  -webkit-animation: bounce1 4s infinite ease-in-out;
  animation: bounce1 4s infinite ease-in-out;
}
.bounce-animation-two {
  -webkit-animation: bounce2 4s infinite ease-in-out;
  animation: bounce2 4s infinite ease-in-out;
}
.bookly-form .picker__frame * {
  background: none;
}
ul.um-misc-ul {
  list-style: none;
}
#page-top {
  display: inline-block;
  background: -o-linear-gradient(45deg,#252be1,#3fbded);
  background: linear-gradient(45deg,#252be1,#3fbded);
  height: 50px;
  width: 50px;
  padding: 13px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 35px;
  -webkit-transition: background-color .3s,opacity .5s,visibility .5s;
  -o-transition: background-color .3s,opacity .5s,visibility .5s;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#watson-fab-float {
  bottom: 70px;
  right: 28px;
}
#page-top i, #page-top svg {
  font-size: 1.5rem;
  color: #fff;
}
#page-top:hover {
  cursor: pointer;
  background-color: #333;
}
#page-top:active {
  background-color: #555;
}
#page-top.show {
  opacity: 1;
  visibility: visible;
}
.um-profile, .um-341.um .um-profile-body, .um-341.um {
  width: 100%;
  max-width: 100% !important;
}
#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
  width: 100%;
  padding: 0px 20px;
}
#buddypress #commentform input[type=text], #buddypress #commentform textarea, #buddypress .form-allowed-tags, #buddypress .standard-form#signup_form input[type=text], #buddypress .standard-form#signup_form textarea, #buddypress .standard-form input[type=email], #buddypress input#field_14, #buddypress .standard-form #basic-details-section input[type=password], #buddypress .profile input[type=email], #buddypress .profile input[type=text], #buddypress .standard-form input[type=password] {
  width: 90%;
  background: none;
  border-radius: 2px;
}
#buddypress #basic-details-section input[type=text], #buddypress #basic-details-section input[type=email], #buddypress #basic-details-section input[type=password], #buddypress .editfield {
  margin-bottom: 20px;
}
#buddypress .standard-form#signup_form .submit, #buddypress .profile .submit {
  float: left;
  padding: 0 20px 20px;
  width: 100%;
  text-align: center;
}
#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
  margin: 0;
  font-size: 14px;
}
#buddypress .standard-form select {
  padding: 3px;
  width: 25%;
  background: none;
  border-radius: 2px;
}
#buddypress div#field_11 {
  padding-top: 10px;
}
#buddypress .standard-form select#field_24 {
  width: 50%;
  background: none;
  border-radius: 2px;
}
#buddypress .select2-container {
  width: 90% !important;
}
#buddypress .standard-form div.submit input, button.tml-button[type="submit"] {
  border: none;
  margin-right: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  background: -o-linear-gradient(45deg, #252be1, #3fbded);
  background: linear-gradient(45deg, #252be1, #3fbded);
  color: #fff;
  cursor: pointer;
}
#buddypress .standard-form div.submit input:hover, button.tml-button[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 43%);
          box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 43%);
}
#buddypress .standard-form div.submit {
  padding-bottom: 20px;
}
#login h1 a, .login h1 a {
  margin: 0 auto;
}
#buddypress div#item-header-cover-image .user-nicename a, #buddypress div#item-header-cover-image .user-nicename {
  color: #000;
  text-shadow: none;
}
#buddypress #item-header-cover-image #item-header-avatar {
  margin-top: 0;
}
#buddypress .standard-form #basic-details-section h2, #buddypress .standard-form #blog-details-section h2, #buddypress .standard-form #profile-details-section h2, #buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle, #buddypress .standard-form a.clear-value, #buddypress li#activity-personal-li, #buddypress #header-cover-image, #buddypress li#change-cover-image-personal-li, #buddypress span.activity, #buddypress a.activity-button.mention, #buddypress li.select2-search.select2-search--inline, #buddypress li#just-me-personal-li, #buddypress li#activity-mentions-personal-li, #buddypress .profile h2, #buddypress #data-personal-li {
  display: none;
}
.grecap {
	padding-bottom: 20px;
    display: block;
}
.wpcf7-submit.btn-lg {
    width: 100%;
}
/************* footer starts from here  **************/
footer.page-footer {
  bottom: 0;
  color: #fff;
  overflow: hidden;
  margin-top: 10px;
}
footer p span.ml {
  margin-left: 30px;
}
.deep-purple.accent-2 {
  background-color: #4361EE;
}
footer.page-footer a {
  color: #fff;
}
footer.page-footer p a.cta {
  border-bottom: 1px solid #4361ee;
}
footer.page-footer p a.cta:hover {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.2);
}
footer.page-footer .ftr-info {
  width: 100%;
}
#watson-box #message-send div svg {
    height: 1.2em;
    fill: white;
    stroke-width: 0;
}
#watson-box #message-send {
    background-color: rgb(37, 43, 225);
    border: none;
    margin: 2px;
}
#watson-box #watson-header .watson-font {
  font-size: 13px;
  padding-top: 3px;
}
#watson-box .chatbox-logo
{
  display: block;
  width: 25px;
  height: 25px;
  background-size: 70% 70%;
  background-position: center center;
  top: 50%;
  left: 6%;
}

/************* footer ends from here  **************/
/************* Responsive starts from here  **************/
@media (min-width: 1920px) and (max-width: 2560px) {
  #intro {
    height: 800px;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background-color: #24355C;
  }
}
@media (max-width: 768px) {
  header .navbar-nav {
    display: block
  }
  header .navbar-nav li#menu-item-377, header .navbar-nav li#menu-item-376, header .navbar-nav li#menu-item-353, header .navbar-nav li#menu-item-272 {
    width: 48%;
    float: left;
    display: inline-block;
    text-align: center;
  }
  header .navbar li.nav-item {
    margin-bottom: 20px;
  }
  .site-content {
    padding: 0px 15px;
  }
  .view .mask h1 {
    font-size: 14px;
    line-height: 1.5;
  }
  .search-box-top ul {
    margin: 0;
  }
  .search-box-top ul li {
    width: 100%;
    text-align: center;
  }
  .text-right.advance-search-top {
    text-align: center !important;
  }
  .searchandfilter li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .navbar:not(.top-nav-collapse) {
    background-color: #24355C;
  }
  .xtra-cont .courses-container .course {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    width: 100%;
    margin: 0px;
  }
  .xtra-cont .courses-container .course-preview .thumb {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .xtra-cont .courses-container .course-info .btn {
    width: 100%;
  }
  .news-section {
    position: relative;
  }
  .news-ticker {
    top: 10%;
  }
  .news-carousel .news-item {
    width: 100%;
    background: rgb(0 123 255 / 50%);
  }
  .news-carousel .news-item .left-ctn {
    width: 50%;
  }
  .feature-sec h2 {
    font-size: 22px;
  }
  .feature-item .card .content h3 {
    font-size: 24px;
  }
  main#main {
    /*overflow-y: hidden;*/
  }
  .susbsidi-ui-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .feature-item .card .content p {
    height: auto;
  }
  .btn-hover {
    width: 100%;
  }
  .article-card .article-card-content .counter-num {
    left: 0px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 0% 100%, 0% 100%);
    border-radius: 5px 0px 0px 0px;
  }
  .article-card .article-card-thumb {
    width: 250px;
  }
  .box-shadow {
    padding: 20px 10px;
    margin-bottom: 25px;
  }
  .box-shadow .post {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .entry-title {
    font-size: 20px;
  }

  p#breadcrumbs {
    font-size: 12px;
  }
  .share-button-wrapper ul {
    text-align: center;
  }
  .share-button-wrapper ul li {
    margin-bottom: 20px;
  }
  .inq-btn-group a.btn {
    font-size: 14px;
  }
  .share-button-wrapper {
    margin: 0px;
  }
  .ad-search-form ul li.sf-field-submit {
    width: 100%;
  }
  .ad-search-form ul.acf-field .acf-label {
    width: 100%;
    float: left;
    padding-top: 0;
    margin: 0;
  }
  .ad-search-form ul.acf-field li.acf-input {
    width: 100%;
    float: left;
  }
  .searchandfilter ul li {
    display: inline-block;
  }
  .ad-search-form ul li h4 {
    width: 100%;
  }
  .article-card .article-card-content {
    width: 100%;
    padding-left: 20px;
    padding-top: 90px;
    margin-left: 0px;
    margin-top: -70px;
    text-align: center;
    position: relative;
  }
  #buddypress .select2-container, #buddypress .standard-form select#field_24 {
    width: 100% !important;
  }
  #buddypress select#field_4_day, #buddypress select#field_4_month, #buddypress select#field_4_year {
    width: 25%;
  }
  #buddypress #basic-details-section input[type=text], #buddypress #basic-details-section input[type=email], #buddypress #basic-details-section input[type=password], #buddypress #commentform input[type=text], #buddypress #commentform textarea, #buddypress .form-allowed-tags, #buddypress .standard-form#signup_form input[type=text], #buddypress .standard-form#signup_form textarea, #buddypress input#field_14 {
    width: 100% !important;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px)
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px)
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
  }
}
@-webkit-keyframes bounce1 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px)
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
}
@keyframes bounce1 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px)
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
}
@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px)
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
}
@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px)
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
  }
}

@media screen and (max-width: 640px) {
  #watson-float {
    bottom: 20px;
  }
}