/**
* Template Name: Squadfree - v4.9.1
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #67b0d1;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Krabuler", sans-serif;;
}

#main {
  margin-top: 90px;
  background: rgb(129,79,251);
background: -moz-linear-gradient(180deg, rgba(129,79,251,1) 0%, rgba(25,135,84,1) 10%, rgba(98,175,49,1) 52%, rgba(195,166,14,1) 78%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(129,79,251,1) 0%, rgba(25,135,84,1) 10%, rgba(98,175,49,1) 52%, rgba(195,166,14,1) 78%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(129,79,251,1) 0%, rgba(25,135,84,1) 10%, rgba(98,175,49,1) 52%, rgba(195,166,14,1) 78%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#814ffb",endColorstr="#ffffff",GradientType=1);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #67b0d1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #86c0da;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 24px 0;
  background: rgba(103, 176, 209, 0.8);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #7c50fb;
  padding: 12px;
  
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  /*max-height: 40px;*/
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar {
	justify-content: space-around;
	width: 100%;
}


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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 16px;
    margin-left: 30px;
	margin-right: 30px;
    font-family: "Krabuler", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s; 
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 3px solid #ffffff00;
    box-sizing: content-box;
    border-radius: 25px;
}
#header.header-scrolled .navbar a {
    display: flex;
	flex-direction: row;
	color: white;
}
.navbar a.but1:before, .navbar a.but2:before, .navbar a.but3:before  {
    content: '';
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    position: relative;
    width: 50px;
	margin-right: 10px;
	
}
.navbar a.but1:before {
    background: url(../img/ico-menu_game.png);
}
.navbar a.but2:before {
    background: url(../img/ico-menu_cinema.png);
}
.navbar a.but3:before {
    background: url(../img/ico-menu_bible.png);
}


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

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /*background: #ffffff8f;*/
    border-radius: 25px;
    color: #ffffff;
	border: 3px solid white;
}

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

.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .active  a{
    color: #dc3545 !important;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #2f4d5a;
}

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

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

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

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

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

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

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

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

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(11 63 86 / 90%);
  transition: 0.3s;
}

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

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

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 24px;
  color: #2f4d5a;
  float: left;
}

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

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

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

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

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

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

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

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.logo-kom img {
	max-width:125px;
}
.header-scrolled .logo-kom img {
	max-width:75px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background: url("../img/hero-bg.jpg") top center;*/
  background: rgb(82,79,249);
background: -moz-linear-gradient(137deg, rgba(82,79,249,1) 0%, rgba(199,80,255,1) 100%);
background: -webkit-linear-gradient(137deg, rgba(82,79,249,1) 0%, rgba(199,80,255,1) 100%);
background: linear-gradient(137deg, rgba(82,79,249,1) 0%, rgba(199,80,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#524ff9",endColorstr="#c750ff",GradientType=1);
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
}

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

#hero h1 {
	margin: 0 0 10px 0;
    font-size: 74px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #2ebeff;
    text-shadow: 1px 2px 1px #084298;
	font-family: "Krabuler", sans-serif;
	margin-top: -90px;
}

#hero h2 {
    color: #47bef6;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
	font-family: "Krabuler", sans-serif;
	
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  margin-top: 50px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

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

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

  #hero h2 {
    font-size: 38px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

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

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

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

.section-title h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #4e86d4;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
 /* background: url("../img/about-bg.jpg") center center no-repeat;*/
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.0);
  z-index: 9;
}

.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
    font-weight: 400;
    font-size: xxx-large;
    color: #1d65ce;
    margin-bottom: 20px;
    text-align: center;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #67b0d1;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn i {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #7bbad7;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #67b0d1;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	padding: 50px 0px;
    position: relative;
    background: #fff;
        box-shadow: 0 0 20px 0 rgb(68 88 144 / 50%);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    z-index: 1;
    /*border: 5px solid #FFA7B7;*/
    min-height: 400px;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

/*.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}*/

.services .icon {
  /*margin-bottom: 15px;*/
  display: flex;
  justify-content: center;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}

.services .title {
	font-weight: 400;
   /* margin-bottom: 15px;*/
    font-size: x-large;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}
*/
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #67b0d1;
  float: left;
  line-height: 0.5;
  margin-right: 25px;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /*background: linear-gradient(#0d6efd, rgb(65 222 255 / 80%)), url(../img/cta-bg.jpg) fixed center center;*/
    background-size: cover;
    padding: 60px 0;
	background: rgb(238 245 255);
}

.cta h3 {
  color: #4a87d8;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #41464b;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}
.block-books {
	height: 1100px;
	background: url(../img/bg-bible3.jpg) top center no-repeat;
}
.block-books-polki {
	display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 50px;
}
.book {
	width: 20%;
    margin: 0 10px;
	display: flex;
    align-items: flex-end;
}
.special {
    width: 30%;
}
.book .pic img {
    margin-bottom: 0px;
	-webkit-box-shadow: 3px 3px 0px 3px rgba(42, 65, 82, 0.6);
	-moz-box-shadow: 3px 3px 0px 3px rgba(42, 65, 82, 0.6);
	box-shadow: 3px 3px 0px 3px rgba(42, 65, 82, 0.6);
	
	-moz-transform: skew(-5deg, 0deg);
-webkit-transform: skew(-5deg, 0deg);
-o-transform: skew(-5deg, 0deg);
-ms-transform: skew(-5deg, 0deg);
transform: skew(-5deg, 0deg);
}
.book .pic img:hover {
-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;

-moz-transform: skew(0deg, 0deg);
-webkit-transform: skew(0deg, 0deg);
-o-transform: skew(0deg, 0deg);
-ms-transform: skew(0deg, 0deg);
transform: skew(0deg, 0deg);

scale: 1.4;
    z-index: 1000;
    position: relative;
}

.block-books h3{
    font-size: xxx-large;
    color: #dc3545;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #084298;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 1;
    left: 0;
    right: 0;
    bottom: -120px;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.6s;
    display: flex;
    justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: #0d6efda8;
  transition: 0.3s;
  width: 100%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #0d6efda8;
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
  height: 100%;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #d5e9f2;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #67b0d1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #67b0d1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
    position: absolute;
    bottom: 20%;
    left: 20px;
    right: 20px;
    /* background: #fff; */
    padding: 20px 0;
    color: #ffffff;
    /* box-shadow: 0px 2px 15px rgb(0 0 0 / 10%); */
    max-height: 95px;
    /*overflow: hidden;*/
    transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px;
}

.team .member h4 {
    margin-bottom: 10px;
    font-size: 32px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Krabuler';
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: calc(50% - 25px);
  bottom: -60px;

}
.team .product-1 h4::after {
  background: url(../img/product-icon-1.png) top center;
  width: 49px;
  height:51px;
}
.team .product-2 h4::after {
  background: url(../img/product-icon-2.png) top center;
  width: 63px;
  height:64px;
}
.team .product-3 h4::after {
  background: url(../img/product-icon-3.png) top center;
  width: 55px;
  height:58px;
}

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

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

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

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

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

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

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

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

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

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

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

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

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

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

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

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

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

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

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

.contact .php-email-form button[type=submit] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #6895d7;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

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

#footer .footer-top .footer-info {
	margin-top: -24px;
    margin-bottom: 15px;
    background: white;
    color: #084298;
    border-top: 4px solid #67b0d1;
    text-align: center;
    padding: 22px 20px;
}

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

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

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

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

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

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

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}
.message-belka {
    padding: 25px;
    line-height: 2;
    font-size: larger;
    overflow: visible;
    color: white;
}
.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s infinite alternate both;
	        animation: bounce-in-top 1.1s infinite alternate both;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-10-24 17:5:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes bounce-in-top{
	0%{-webkit-transform:translateY(0);	transform:translateY(0)
	}
	100%{-webkit-transform:translateY(-15px);transform:translateY(-15px)
	}
}
@keyframes bounce-in-top{
	0%{-webkit-transform:translateY(0);transform:translateY(0)
	}
	100%{-webkit-transform:translateY(-15px);transform:translateY(-15px)
	}
}


#product {
	/*background: url(../img/bg-grey-oval.png);*/
    background-repeat: no-repeat;
    background-position: bottom;
	max-width: 70%;
    margin: auto;
}
.product-1 {
	/*transform: rotateZ(-7deg);
	transform-origin: 50% 50% 0px;*/
}

.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
/*background: rgb(171 166 255);
    background: linear-gradient(134deg, rgb(255 193 254) 0%, rgb(176 191 255) 35%, rgb(94 228 255) 100%);*/
width: 100%;
height: 100%;
    position: absolute;
    top: 0;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 15s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 35s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 25s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }

}

.services-container {
	/*max-width:70%;*/
	margin: auto;
}
.services {
	width:100%;
}
.services .description {
    width: 100%;
}
.services-container .d-flex {
    justify-content: center;
}
.icon-bible:before {
	content: "";
    background: url(../img/ico-menu_bible-big.png) top center;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -55px;
    background-size: contain;
}
.icon-game:before {
	content: "";
    background: url(../img/ico-menu_game-big.png) top center;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -55px;
    background-size: contain;
}
.icon-cinema:before {
	content: "";
    background: url(../img/ico-menu_cinema-big.png) top center;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -55px;
    background-size: contain;
}
.icon-box {
	/*width: 70%;*/
}
.icon-box-block {
	display: flex;
    background: #FFA7B7;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    padding: 10px 25px;
    margin: auto;
	margin-bottom: 25px;
    color: #ffffff;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-bottom: 25px;

}
.icon-box-block .title{
	margin-top: 40px;
    color: #ffffff;
	font-size: 32px;
}
.box-content  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.desc-text  h2{
	border-bottom: 9px solid #ffa7b7;
    font-size: xxx-large;
    color: #4a87d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

 .desc-text {
	 padding-bottom: 25px;
	 padding-left: 50px;
}
.desc-text p{
    font-family: 'Roboto Mono';
    font-size: larger;
}
.desc-pic  {
    display: flex;
    justify-content: center;
	align-items: center;
    overflow: hidden;	
}
.pic img {
	max-height: 500px;
    margin-bottom: 30px;
}
.bx:before {
    font-size: 1.5em;
}
.bx-plus {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.bx-plus:before {
    font-size: 4em;
}
.games {
	/*background: url(../img/bg_game.png) no-repeat center;
    background-size: cover;*/
}
#games .desc-text h2 {
    border-bottom: 9px solid #98BBF0;
}
#games .icon-box-block {
    background: #98BBF0;
}
#games .services .icon-box {
    padding: 0px 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(68 88 144 / 25%);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    z-index: 1;
    border: 5px solid #98BBF0;
    min-height: 400px;
}
#games .pic img {

}
.bible {
	/*background: url(../img/bg_bible.png) no-repeat center;
    background-size: cover;*/
}

.cinema {
	/*background: url(../img/bg_cinema.png) no-repeat center;
    background-size: cover;*/
}
#cinema .desc-text h2 {
    border-bottom: 9px solid #82e5b7;
}
#cinema .icon-box-block {
    background: #7ee5b5;
}
#cinema .services .icon-box {
    padding: 0px 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(68 88 144 / 25%);
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    z-index: 1;
    border: 5px solid #7ae5b3;
    min-height: 400px;
}
#cinema .pic img {
    max-height: 500px;
    margin-bottom: 0px;
}
.content {
	width: 60%;
	margin-top: 50px;
}

.bala {
    display: flex;
    flex-direction: column;
}
.bala-btn-block {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-evenly;
}
.bala .btn {
    margin-bottom: 15px;
    width: 100%;
    margin-right: 25px;
}



@media (max-width: 1400px) {
	.block-books-polki {
		width: 77%;
		margin-bottom: 70px;
	}
}
@media (max-width: 1200px) {
.block-books-polki {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 65px;
	}
}
@media (max-width: 991px) {
.block-books-polki {
    margin-top: 60px;
	}
}
@media (max-width: 770px) {
.block-books-polki {
    margin-top: 105px;
	}
}

@media (max-width: 575px) {
	.services-container {
		max-width:100%;
	}
	.icon-box {
		width: 90%;
	}
	.content {width: 100%;}
	.desc-pic.hide {
		display:none;
	}
	.box-content .row {
	flex-direction: column-reverse;	
	}
	.bala-btn-block {

	flex-wrap: wrap;

	}	
	#hero .hero-container {
    margin-top: 10px;
	}
	.block-books-polki {
    width: 100%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 50px;
    flex-direction: column;
}
.book {
    width: 100%;
	display: block;
}
.book .pic img:hover {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    -moz-transform: skew(0deg, 0deg);
    -webkit-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    scale: inherit;
}

.book .pic img {    
    -webkit-box-shadow: 3px 3px 0px 3px rgb(42 65 82 / 60%);
    -moz-box-shadow: 3px 3px 0px 3px rgba(42, 65, 82, 0.6);
    box-shadow: 3px 3px 0px 3px rgb(42 65 82 / 60%);
    -moz-transform: skew(-5deg, 0deg);
    -webkit-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
	margin: auto;
	margin-bottom: 30px;
    display: block;
}
.block-books {
    height: auto;
    background: burlywood;
}
}