/*.carousel-inner img {
    width: 100%;
    height: 100%;
}*/
html {
  scroll-behavior: smooth;
}
.kpsCard{
	color:#fff;
	height:250px;
}
.kpsCard img {
    display: inline-block;
    width: 100px;
    height: 100px;
	margin-top:-40px;
	margin-bottom:20px;
}

.media span {
    display: inline-block;
    width: 80px;
    height: 80px;
	background-color: #0068A0;
}
.media span i{margin-top:22px;}
.media{
	margin:15px 0;
}
.glow {
  font-size: 50px;
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.zoom {
  transition: transform .2s; /* Animation */
}
.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.card span{
	overflow:hidden;
}
.mrb70{margin-bottom:70px;}
.pdb70{padding-bottom:70px;}
.pdt70{padding-top:70px;}
.mrt70{margin-top:70px;}
.mry130{margin:130px auto;}
.mrt100{margin-top:100px;}
.pdt100{padding-top:100px;}
.pdt130{padding-top:130px;}
.mry100{margin:100px auto;}
.mrt30{margin-top:30px;}
.h470{height:470px;}

.homeContact input, .homeContact input:focus, .homeContact textarea, .homeContact textarea:focus{
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom-color:#fff 1px solid;
	background: none;
	padding: 10px 0;
	width:  100%;
	outline: none;
	color: #fff;
}
.homeContact button{color:#fff;}
.homeContact ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.homeContact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.homeContact ::placeholder {
  color: #fff;
}
/* Container holding the image and the text */
.img-container {
  position: relative;
}

/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 20px 20px 0 20px;
}

.centerPos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor:pointer;
}
.centerPos i{display:none;}


/* The Modal (background) */
#imgModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption{
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom{
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
#imgModal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#imgModal .close:hover,
#imgModal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .seventeen{margin-top:100px;}
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/logo.png) no-repeat, url(../images/Preloader_11.gif) no-repeat #fff;
	background-size: 250px, auto;
	background-position: center top, center bottom;
}
.parallax {
  height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backimg1{background-image: url("../images/bg/bg3.jpg");}
.backimg2{background-image: url("../images/bg/bg2.jpg");}
.backimg3{background-image: url("../images/bg/bg1.jpg");}
.backimg5{background-image: url("../images/bg/bg5.jpg");}
.logo{position:absolute; z-index:950;}
.toast1{position: fixed; bottom:120px; right:30px; z-index:1000;}
.toast2{position: fixed; bottom:10px; right:30px; z-index:1000;}
.toast3{position: fixed; bottom:300px; right:30px; z-index:1000;}


/* Style the list */
ul.breadcrumb1 {
  padding: 10px 16px;
  list-style: none;
  /*background-color: #eee;*/
}

/* Display list items side by side */
ul.breadcrumb1 li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb1 li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb1 li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb1 li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.glow1{color: #2e2e8e;}
@media only screen and (min-width: 600px) {
.headtext h1{font-size:100px;}
.headtext p{font-size:24px;}
.glow1{
	text-shadow: 4px 4px 5px black;
	}
}
@media only screen and (max-width: 600px) {
.headtext h1{font-size:32px;}
.glow1{
	text-shadow: 2px 2px 5px black;
}
}
@font-face {
  font-family: blackfriday;
  src: url(../font/black-friday/Blackfriday-axyRg.ttf);
}
@font-face {
  font-family: brokenz;
  src: url(../font/brokenz-font/Brokenz-BWa0d.ttf);
}
@font-face {
  font-family: dearest;
  src: url(../font/dearest-font/Dearest-jELEM.ttf);
}
@font-face {
  font-family: newyear;
  src: url(../font/new-year-font/NewYear-OVE0p.ttf);
}
.news{
	height:700px;
	margin-bottom:50px;
}