@charset "UTF-8";
/* font-weight*/
.banner-slider > div {
  display: none;
}
.banner-slider > div:first-child {
  display: block;
}
.banner-slider.slick-initialized > div {
  display: block;
}

.members-slider > div {
  display: none;
}
.members-slider > div:first-child {
  display: block;
}
.members-slider.slick-initialized > div {
  display: block;
}

body {
  max-width: 1600px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: #000000;
  letter-spacing: 0.1px;
}

.container {
  max-width: 1170px;
}

li {
  list-style: none;
}

.slick-slide:hover,
.slick-slide:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
  transition: 0.3s;
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  color: #2c2e97;
}
a:focus {
  color: #861c13;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figure {
  overflow: hidden;
}

figure img {
  width: 100%;
}

img {
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}

.no-border {
  border: 0 !important;
}

.no-gutter {
  margin: 0;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.section-break {
  padding: 60px 0;
}

.p-bottom {
  padding-bottom: 60px;
}

.btn-custom {
  background: #373abf;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 4px;
  border: 1px solid #a2251b;
  padding: 8px 16px;
  border: 0;
}
.btn-custom:hover {
  color: #ffffff;
  transition: 0.4s;
  background: #2c2e97;
}
.btn-custom:visited, .btn-custom:focus {
  color: #ffffff;
}

.btn-clear {
  background: #ffffff;
  color: #373abf;
  transition: 0.4s;
  border-radius: 4px;
  border: 1px solid #373abf;
  padding: 8px 16px;
  display: inline-block;
}
.btn-clear:visited, .btn-clear:focus {
  color: #373abf;
  background: #ffffff;
}
.btn-clear:hover {
  color: #ffffff;
  transition: 0.4s;
  background: #2c2e97;
}

btn:hover, btn:focus {
  box-shadow: none;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.no-margin {
  margin: 0 !important;
}

.white-bg {
  background: #ffffff;
}

.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.dim-bg {
  background: #f5fbff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: #fff;
}

.dropdown .dropdown-menu {
  /*padding: 0;*/
  border: 0;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.15);
  min-width: 13rem;
}
.dropdown .dropdown-item {
  padding: 0.6rem 1.5rem;
  font-size: 15px;
  color: #777271;
  text-transform: capitalize;
}
.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover {
  color: #ffffff;
  background-color: #4d7ad2;
}

.dropdown-toggle::after {
  content: "";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  border: 0;
  font-size: 13px;
  color: #5d5d5d;
  vertical-align: initial;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-control {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.form-control:focus {
  background: #f1f1f1;
  border: 1px solid #373abf;
  outline: 0;
  box-shadow: none;
}

.display-none {
  display: none;
}

.cursive {
  font-family: "Dancing Script", cursive;
}

.easy-pagination .pagination {
  margin-bottom: 0;
}
.easy-pagination .page-item:first-child svg {
  margin-right: 10px;
}
.easy-pagination .page-item:last-child svg {
  margin-left: 10px;
}
.easy-pagination .page-item.disabled .page-link {
  color: #6c757d;
}
.easy-pagination .page-link {
  border: 0;
  font-size: 15px;
  padding: 10px 0;
  color: #373abf;
}
.easy-pagination .page-link:hover {
  background: none;
  color: #2c2e97;
}
.easy-pagination .page-link:focus {
  box-shadow: none;
  background: none;
}

/**header css**/
header {
  position: relative;
  z-index: 2;
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.06);
}
header .header-top {
  background: #4d7ad2;
  padding: 5px 0;
  border-bottom: 1px solid #e9f6ff;
}
header .header-top ul {
  margin-bottom: 0;
  font-size: 15px;
}
header .help-line a {
  color: #ffffff;
}
header .help-line .viber-help, header .help-line .messenger-help {
  padding: 10px 10px 10px 0px;
  display: inline-block;
}
header .help-line .viber-help svg, header .help-line .messenger-help svg {
  margin-right: 6px;
}
header .lang {
  text-align: right;
}
header .lang a {
  color: #ffffff;
  padding: 8px 22px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 4px;
  transition: 0.3s ease;
}
header .lang a:hover {
  background: #ffffff;
  color: #373abf;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #3c63ae !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 27px;
}
header .navbar .navbar-brand img {
  width: 70px;
  margin-right: 10px;
}
header .navbar .navbar-nav .nav-link {
  padding: 10px 22px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
header .navbar .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
header .navbar .navbar-nav .nav-link.active {
  position: relative;
  font-weight: 500;
}
header .navbar .navbar-nav .nav-link.active:before {
  position: absolute;
  width: 50%;
  height: 3px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  background: #373abf;
}

.fp-banner .banner-slider .slick-prev {
  left: 40px;
  z-index: 1;
}
.fp-banner .banner-slider .slick-next {
  right: 40px;
  z-index: 1;
}
.fp-banner .banner-slider .slick-prev:before, .fp-banner .banner-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: 900;
  opacity: 1;
}
.fp-banner .banner-slider .slick-next:before {
  content: "";
}
.fp-banner .banner-slider .slick-prev:before {
  content: "";
}
.fp-banner .banner-box {
  position: relative;
}
.fp-banner .banner-box figure {
  height: 600px;
  margin-bottom: 0;
  position: relative;
}
.fp-banner .banner-box .banner-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  max-width: 700px;
  margin: auto;
}
.fp-banner .banner-box .help-icon {
  font-size: 50px;
  color: #fff;
}
.fp-banner .banner-box h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 62px;
}
.fp-banner .banner-box p {
  font-size: 18px;
}
.fp-banner .banner-box .btn-wrapper {
  margin-top: 20px;
}
.fp-banner .banner-box .btn-wrapper .btn-custom {
  padding: 14px 40px;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
}

.section-heading h2 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.section-heading h2:before {
  position: absolute;
  width: 70px;
  height: 3px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: #373abf;
}

.sub-heading h2 {
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 30px;
  color: #595959;
  font-weight: 400;
  font-size: 27px;
}
.sub-heading h2:before {
  position: absolute;
  width: 60px;
  height: 2px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: #373abf;
}

.fp-news .news-box:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
}
.fp-news .news-box .news-img {
  flex: auto;
  height: 135px;
  max-width: 135px;
  width: 135px;
  margin-right: 25px;
  margin-bottom: 0;
  border-radius: 20px;
}
.fp-news .news-box .news-img img {
  height: 100%;
  object-fit: cover;
}
.fp-news .news-box .news-berif {
  flex: 2;
}
.fp-news .news-box .news-berif h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.25em;
  font-weight: 400;
}
.fp-news .news-box .news-berif h4 a {
  color: #202270;
}
.fp-news .news-box .news-berif p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
  color: #555;
}
.fp-news .news-box .news-berif > a {
  color: #373abf;
  font-size: 14px;
  display: block;
}
.fp-news .notice-wrapper > p {
  margin-bottom: 0;
  line-height: 1.8em;
  color: #555;
  font-size: 16px;
}
.fp-news .notice-wrapper > p:not(:last-child) {
  margin-bottom: 20px;
}
.fp-news .notice-author {
  margin-top: 30px;
  text-align: right;
}
.fp-news .notice-author p {
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
}
.fp-news .notice-author h3 {
  font-size: 25px;
  color: #373abf;
}

.fp-events {
  background: #f5fbff;
  border-bottom: 1px solid #e9f6ff;
  border-top: 1px solid #e9f6ff;
}
.fp-events .events-box:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
}
.fp-events .events-box .events-date {
  margin-right: 20px;
}
.fp-events .events-box .events-date ul {
  margin-bottom: 0;
  text-align: center;
}
.fp-events .events-box .events-date li {
  position: relative;
}
.fp-events .events-box .events-date li svg {
  position: absolute;
  left: -31px;
  font-size: 21px;
  color: #4d7ad2;
}
.fp-events .events-box .events-date .date-event {
  font-size: 25px;
  margin-bottom: 20px;
}
.fp-events .events-box .events-date .date-event svg {
  top: 10px;
}
.fp-events .events-box .events-date .date-event b {
  font-size: 40px;
  line-height: 1.2;
}
.fp-events .events-box .events-berif {
  flex: 2;
}
.fp-events .events-box .events-berif h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.25em;
  font-weight: 400;
}
.fp-events .events-box .events-berif h4 a {
  color: #202270;
}
.fp-events .events-box .events-berif p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
  color: #555;
}
.fp-events .events-box .events-berif span {
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #555;
}
.fp-events .projects-box figure {
  height: 160px;
  border-radius: 20px;
}
.fp-events .projects-box figure img {
  height: 100%;
  object-fit: cover;
}
.fp-events .projects-box article h4 {
  font-size: 21px;
}
.fp-events .projects-box article h4 a {
  color: #454545;
}
.fp-events .btn-wrapper {
  margin-top: 30px;
}
.fp-events .btn-wrapper .btn-custom {
  display: inline-block;
  border-radius: 25px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.fp-members {
  padding-bottom: 50px;
}
.fp-members.dim-bg {
  border-bottom: 1px solid #e9f6ff;
  border-top: 1px solid #e9f6ff;
}
.fp-members.dim-bg .members-box {
  background: #fff;
}
.fp-members .members-slider {
  /* the slides */
  /* the parent */
}
.fp-members .members-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.fp-members .members-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.fp-members .members-slider .slick-prev {
  left: -50px;
  z-index: 1;
}
.fp-members .members-slider .slick-next {
  right: -50px;
  z-index: 1;
}
.fp-members .members-slider .slick-prev:before, .fp-members .members-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: #4d7ad2;
  font-weight: 900;
  opacity: 1;
}
.fp-members .members-slider .slick-next:before {
  content: "";
}
.fp-members .members-slider .slick-prev:before {
  content: "";
}
.fp-members .members-box {
  margin: 10px 0;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  background: #f4f4f4;
  box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.05);
}
.fp-members .members-box figure {
  height: 220px;
  background: #ffffff;
  margin: 10px 10px 20px;
  border-radius: 20px;
}
.fp-members .members-box figure img {
  height: 100%;
  object-fit: cover;
}
.fp-members .members-box article {
  padding: 0 20px 15px;
  /* color: #fff; */
}
.fp-members .members-box article h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  color: #454545;
}
.fp-members .members-box article p {
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: capitalize;
}

footer {
  background: #4d7ad2;
  color: #f5f5f5;
  padding-top: 60px;
}
footer .foot-heading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #F5F5F5;
  margin-bottom: 24px;
}
footer .foot-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
footer .foot-logo img {
  width: 70px;
}
footer .foot-logo figcaption {
  font-size: 22px;
  margin-left: 20px;
  line-height: 1.3;
}
footer p {
  line-height: 32px;
  margin: 0;
  font-weight: 300;
  margin-right: 40px;
}
footer .social-links {
  padding-top: 30px;
}
footer .social-links ul {
  margin-bottom: 0;
}
footer .social-links a {
  margin-right: 8px;
  font-size: 22px;
  color: #f5f5f5 !important;
  transition: all 0.3s ease;
  height: 40px;
  width: 42px;
  border: 1px solid #f5f5f5;
  display: block;
  text-align: center;
  padding-top: 3px;
  border-radius: 6px;
}
footer .social-links a:hover {
  background: #ffffff;
  color: #4d7ad2 !important;
}
footer .foot-ul {
  margin-bottom: 0;
  padding-left: 0;
}
footer .foot-ul li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
}
footer .foot-ul li a {
  font-size: 15px;
  color: #f5f5f5 !important;
  transition: all 0.3s ease;
  font-weight: 300;
}
footer .foot-ul li a:hover {
  color: #ffffff !important;
}
footer .border-line {
  display: table-cell;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 19px;
}
footer .border-line:before {
  content: " ";
  width: 10px;
  height: 2px;
  background: #FFFFFF;
  display: block;
}
footer .foot-contact svg {
  position: absolute;
  color: #ffffff;
  margin-right: 20px;
  left: 0;
  top: 13px;
}
@media (min-width: 1200px) {
  footer .foot-links {
    margin-left: 50px;
  }
}

.copyright {
  margin-top: 60px;
  color: #f5f5f5;
  background: #4d7ad2;
  text-align: center;
  padding: 15px;
  border-top: 1px dashed rgba(255, 255, 255, 0.49);
  font-size: 15px;
}
.copyright p {
  margin-bottom: 0;
  font-weight: 300;
}
.copyright p a {
  color: #f5f5f5 !important;
}

.breadcrumb-wrapper {
  background: rgba(246, 244, 243, 0.6);
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-transform: capitalize;
}
.breadcrumb-wrapper a {
  color: #6c757d;
}
.breadcrumb-wrapper a:hover {
  color: #373abf;
}

.inner-banner figure {
  height: 400px;
  margin-bottom: 0;
}
.inner-banner figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-heading {
  text-align: center;
  padding: 46px 0 42px;
}
.inner-heading h1 {
  font-size: 48px;
  margin: 0 0 5px;
  color: #595959;
  line-height: calc(48px + 5px);
  font-weight: 400;
}
.inner-heading p {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #595959;
  line-height: calc(16px + 5px);
  letter-spacing: 1px;
}
.inner-heading p em {
  font-size: 13px;
  text-transform: none;
  margin-right: 2px;
}

.inner-content {
  padding-bottom: 60px;
}
.inner-content p {
  line-height: 2em;
  color: #555;
  font-size: 17px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.inner-content p:not(:last-child) {
  margin-bottom: 20px;
}
.inner-content ul {
  margin-bottom: 0;
}
.inner-content ul:not(:last-child) {
  margin-bottom: 20px;
}
.inner-content ul li {
  position: relative;
  line-height: 2em;
  color: #555;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.inner-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.inner-content ul li:before {
  color: #4d7ad2;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  left: -30px;
  font-weight: 900;
}

.breaker-box {
  border-top: 1px dashed rgba(0, 0, 0, 0.13);
  padding: 40px 0;
}
.breaker-box p {
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 2em;
}
.breaker-box h5 {
  color: #595959;
}
.breaker-box .btn-wrapper {
  text-align: right;
}
.breaker-box .btn-wrapper .btn-custom {
  display: inline-block;
  width: 100%;
  text-align: center;
  max-width: 200px;
  height: 100%;
  padding: 15px 0;
  text-transform: uppercase;
  /* letter-spacing: 0.1px; */
  border-radius: 40px;
  font-weight: 500;
}

.about-page .about-details p {
  margin-bottom: 0;
}
.about-page .about-details p:not(:last-child) {
  margin-bottom: 20px;
}
.about-page p {
  line-height: 2em;
  color: #555;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.about-page p b {
  font-weight: 500;
  color: #373abf;
}
.about-page .about-part ul {
  margin-bottom: 0;
}
.about-page .about-part ul li {
  position: relative;
  line-height: 1.8em;
  color: #555;
  font-size: 16px;
}
.about-page .about-part ul li:not(:last-child) {
  margin-bottom: 15px;
}
.about-page .about-part ul li:before {
  color: #4d7ad2;
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  left: -30px;
  font-weight: 900;
}

.members-page .members-list {
  padding-bottom: 50px;
}
.members-page .members-box {
  margin: 15px 0;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  background: #f4f4f4;
  box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.05);
}
.members-page .members-box figure {
  height: 220px;
  background: #ffffff;
  margin: 10px 10px 20px;
  border-radius: 20px;
}
.members-page .members-box figure img {
  height: 100%;
  object-fit: cover;
}
.members-page .members-box article {
  padding: 0 20px 15px;
  /* color: #fff; */
}
.members-page .members-box article h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  color: #454545;
}
.members-page .members-box article p {
  margin-bottom: 3px;
  font-size: 14px;
  text-transform: capitalize;
}

.events-page .events-block {
  padding-bottom: 60px;
}
.events-page .events-wrapper .events-box {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #dddddd;
}
.events-page .events-wrapper .events-box .events-date {
  margin-right: 20px;
}
.events-page .events-wrapper .events-box .events-date ul {
  margin-bottom: 0;
  text-align: center;
}
.events-page .events-wrapper .events-box .events-date li {
  position: relative;
}
.events-page .events-wrapper .events-box .events-date li svg {
  position: absolute;
  left: -31px;
  font-size: 21px;
  color: #4d7ad2;
}
.events-page .events-wrapper .events-box .events-date .date-event {
  font-size: 25px;
  margin-bottom: 20px;
}
.events-page .events-wrapper .events-box .events-date .date-event svg {
  top: 10px;
}
.events-page .events-wrapper .events-box .events-date .date-event b {
  font-size: 40px;
  line-height: 1.2;
}
.events-page .events-wrapper .events-box .events-berif {
  flex: 2;
}
.events-page .events-wrapper .events-box .events-berif h4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.25em;
  font-weight: 400;
}
.events-page .events-wrapper .events-box .events-berif h4 a {
  color: #202270;
}
.events-page .events-wrapper .events-box .events-berif p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
  color: #555;
}
.events-page .events-wrapper .events-box .events-berif span {
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #555;
}
.events-page .events-wrapper .btn-wrapper {
  padding-top: 10px;
}
.events-page .events-wrapper .btn-wrapper .btn-custom {
  display: inline-block;
  border-radius: 10px;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  background: #4d7ad2;
}
.events-page .events-wrapper .btn-wrapper .btn-custom:hover {
  background: #305fbc;
}

.projects-page .projects-block {
  padding-bottom: 60px;
}
.projects-page .projects-box {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.projects-page .projects-box figure {
  height: 230px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.projects-page .projects-box figure img {
  height: 100%;
  object-fit: cover;
}
.projects-page .projects-box article h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.projects-page .projects-box article h4 a {
  color: #454545;
}
.projects-page .projects-box article h4 a:hover {
  color: #373abf;
}
.projects-page .projects-box article p {
  line-height: 1.8em;
  color: #555;
  font-size: 16px;
  margin-bottom: 0;
}

.contact-page .sub-heading h2 {
  font-size: 24px;
}
.contact-page .contact-info {
  margin-bottom: 50px;
}
.contact-page .contact-box {
  text-align: center;
  padding: 30px;
  border: 1px solid #dddddd;
  border-radius: 20px;
  height: 100%;
}
.contact-page .contact-box svg {
  color: #4d7ad2;
  font-size: 40px;
  margin-bottom: 20px;
}
.contact-page .contact-box h3 {
  font-weight: 400;
  font-size: 18px;
  color: #434343;
  line-height: 1.4em;
}
.contact-page .contact-box h3 a {
  color: #434343;
}
.contact-page .contact-box h3 a:hover {
  color: #373abf;
}
.contact-page .contact-box h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #595959;
  margin-bottom: 10px;
}
.contact-page .contact-form-maps {
  padding-bottom: 60px;
}
.contact-page .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-page .contact-form .form-label {
  margin-bottom: 0.2rem;
  font-size: 14px;
  color: #595959;
}
.contact-page .contact-form .form-control {
  background: #ffffff;
  border-radius: 8px;
  font-size: 15px;
}
.contact-page .contact-form input.form-control {
  height: 48px;
}
.contact-page .contact-form .btn-wrapper {
  padding-top: 30px;
}
.contact-page .contact-form .btn-wrapper .btn-custom {
  width: 100%;
  text-align: center;
  max-width: 200px;
  height: 100%;
  padding: 12px 0;
  text-transform: uppercase;
  border-radius: 40px;
  font-weight: 500;
  background: #4d7ad2;
}
.contact-page .contact-form .btn-wrapper .btn-custom:hover {
  background: #305fbc;
}
.contact-page .maps {
  height: 400px;
}
.contact-page .maps iframe {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 20px;
}

.notice-page .notice-content {
  padding-bottom: 60px;
}
.notice-page .notice-list ul {
  padding: 0;
  margin: 0;
}
.notice-page .notice-list ul li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #dddddd;
}
.notice-page .notice-berif {
  display: flex;
  justify-content: space-between;
}
.notice-page .notice-berif .notice-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.4;
}
.notice-page .notice-berif .notice-title a {
  color: #434343;
}
.notice-page .notice-berif .notice-title a:hover {
  color: #373abf;
}
.notice-page .notice-berif .notice-time {
  font-size: 15px;
  color: #595959;
  display: block;
  margin-bottom: 20px;
}
.notice-page .notice-berif .notice-time svg {
  color: #373abf;
  margin-right: 10px;
}
.notice-page .notice-berif .btn-wrapper {
  width: 170px;
  /* max-width: 290px; */
  flex: 0 0 170px;
  text-align: right;
}
.notice-page .notice-berif .btn-wrapper svg {
  margin-right: 10px;
}

.notice-in-page .notice-content {
  padding-bottom: 60px;
}
.notice-in-page .notice-details article {
  padding-bottom: 15px;
}
.notice-in-page .notice-details article > *:last-child {
  margin-bottom: 0 !important;
}
.notice-in-page .notice-details .notice-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #373abf;
}
.notice-in-page .notice-details .notice-time {
  font-size: 15px;
  color: #595959;
  display: block;
  margin-bottom: 20px;
}
.notice-in-page .notice-details .notice-time svg {
  color: #373abf;
  margin-right: 10px;
}
.notice-in-page .notice-details p {
  line-height: 2em;
  color: #555;
  font-size: 17px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.notice-in-page .notice-details .btn-wrapper {
  margin-bottom: 40px;
}
.notice-in-page .notice-details .btn-wrapper svg {
  margin-right: 10px;
}
.notice-in-page .notice-preview object, .notice-in-page .notice-preview embed {
  display: block;
  height: 650px;
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 20px;
}

.t-detail-page .t-detail-content {
  padding-top: 50px;
}
.t-detail-page .t-details .t-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #373abf;
}
.t-detail-page .t-details .t-time {
  font-size: 15px;
  color: #595959;
  display: block;
  margin-bottom: 20px;
}
.t-detail-page .t-details .t-time svg {
  color: #373abf;
  margin-right: 10px;
}
.t-detail-page .t-details p {
  line-height: 2em;
  color: #555;
  font-size: 17px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.t-detail-page .t-details article > *:last-child {
  margin-bottom: 0 !important;
}
.t-detail-page .t-details article img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 15px;
}

.e-detail-page .e-details article > *:last-child {
  margin-bottom: 0 !important;
}
.e-detail-page .e-details .events-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #373abf;
}
.e-detail-page .e-details .e-time {
  font-size: 15px;
  color: #595959;
  display: flex;
  margin-bottom: 20px;
}
.e-detail-page .e-details .e-time b {
  font-size: 16px;
}
.e-detail-page .e-details .e-time svg {
  color: #4d7ad2;
  margin-right: 10px;
}
.e-detail-page .e-details .e-time ul {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: 0;
}
.e-detail-page .e-details .e-time ul li {
  margin-bottom: 15px;
}
.e-detail-page .e-details .e-time ul li:last-child {
  margin-bottom: 0;
}
.e-detail-page .e-details p {
  line-height: 2em;
  color: #555;
  font-size: 17px;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}

.news-page .news-block {
  padding-bottom: 60px;
}
.news-page .news-box {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.news-page .news-box figure {
  height: 230px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.news-page .news-box figure img {
  height: 100%;
  object-fit: cover;
}
.news-page .news-box article h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.news-page .news-box article h4 a {
  color: #454545;
}
.news-page .news-box article h4 a:hover {
  color: #373abf;
}
.news-page .news-box article p {
  line-height: 1.8em;
  color: #555;
  font-size: 16px;
  margin-bottom: 0;
}
.news-page .news-box .news-time {
  font-size: 15px;
  color: #595959;
  display: block;
  margin-bottom: 14px;
}
.news-page .news-box .news-time svg {
  color: #373abf;
  margin-right: 10px;
}
.news-page .news-box .btn-wrapper {
  padding-top: 20px;
}
.news-page .news-box .btn-wrapper .btn-clear {
  border-radius: 8px;
  padding: 7px 20px;
}