body {
  font-family: 'Roboto Condensed', sans-serif !important;
 ;
}
.content-icon {
  position: relative;
}
.icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #0065b8;
  border: 5px solid #fff;
  position: absolute;
  right: 25px;
  top: -55px;
}
.logo-welcome {
  width: 350px;
}
.content-icon img {
  width: 60%;
  margin: 15%;
}
.text-primary {
  color: #0065b8 !important;
}
.shadow {
  padding:20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px #e7e7e7;
}
.text-left .shadow {
  padding:0;
  border-radius: 20px !important;
  background: #fff;
  box-shadow: 0 10px 30px #e7e7e7;
  overflow: hidden;
}
.kfc-logo {
  width: 120px !important;
}
.dlk-logo {
  width: 170px !important;
}
.owl-nav {
  width: 100%;
  float: left;
  bottom: 0;
  display: block !important;
}
.owl-nav span {
  font-size: 50px;
  padding: 0 10px;
  margin: 0 5px;
  background: #c7daea;
  border-radius: 10px;
}
.owl-nav span:hover {
  background: #0065b8 !important;
  color: #fff;
}
.text-slide {
  font-size: 1.5rem;
}
footer {
  background: url(../assets/img/bg-footer.jpg) no-repeat center top;
  background-size: cover;
}
.links a{
  text-decoration: none;
  color: #fff;
}
.facebook {
  background-color: #3b5998;
  border: none;
}
.twitter {
  background-color: #55acee;
  border: none;
}
.linkedin {
  background-color: #0082ca;
  border: none;
}
.instagram {
  background-color: #e14590;
  border: none;
}
.facebook:hover, .twitter:hover, .linkedin:hover, .instagram:hover {
  background-color: #fff;
}
.facebook:hover i, .twitter:hover i, .linkedin:hover i, .instagram:hover i {
  color: #0065b8;
}
.slider > div {
  display:block;
  width:100%;
  text-align: center;
  font-size: 2em;
}
.slider-nav {
  text-align: center;
}
.slider-nav > div {
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 2em;
  cursor: pointer;
}
.works img{
  cursor: pointer;
}
.navbar-brand {
  width: 300px;
  height: auto !important;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}
.info i{
  margin: 0 20px 0 0;
}
.navbar-collapse {
  width: 100%;
}
a.nav-link:hover{
  text-decoration: none !important;
}
.navbar-toggler {
  background:#0065b8;
  color: #fff !important;
}
.h-slide {
  overflow: hidden;
  height: auto;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-nav {
  width: 100%;
}
.carousel-caption .fs-3 {
  font-size: calc(1rem + 0.6vw) !important;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);

	/* background: #f8f8f8; */
}

.front .name {
  width: 100%;
  font-size: 1.2em;
  display: inline-block;
  background: rgb(0 101 184 / 41%);
  color: #f8f8f8;
  padding: 20px 10px;
  text-align: center;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.05em #333;
}


.back-logo {
	position: relative;
  left: 0;
  top: 30px;
  width: auto;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.back-title {
	font-weight: bold;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 2em;
}

.back p {
	position: relative;
	margin-top:50px;
	left: 0;
	right: 0;
	text-align: center;
  margin-bottom: 0 !important;
}
.profile-card {
  margin: 10px auto;
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 100;
  box-shadow: 0 3px 10px rgb(55 55 55 / 30%);
}

.profile-card,
.profile-card header,
.profile-card header img,
.profile-card .profile-bio,
.profile-card .profile-social-links {
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all .47s ease-out;
  -moz-transition: all .47s ease-out;
  -ms-transition: all .47s ease-out;
  -o-transition: all .47s ease-out;
  transition: all .47s ease-out;
}

.profile-card:hover header,
.profile-card:hover .profile-bio,
.profile-card:hover .profile-social-links {
  top: -220px;
}

.profile-card header {
  width: 100%;
  /* max-height: 418px; */
}

.profile-card header a:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 37%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.57;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+13,000000+100&amp;0+13,0.7+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(https://s32.postimg.org/vamjkty2d/batman.jpg);
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 1%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 13%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 13%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 13%,rgba(0,0,0,0.7) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 13%,rgba(0,0,0,0.7) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */
  -webkit-transition: all .47s ease-out;
  -moz-transition: all .47s ease-out;
  -ms-transition: all .47s ease-out;
  -o-transition: all .47s ease-out;
  transition: all .47s ease-out;
}

.profile-card:hover header a:before {
  opacity: 1;
}

.profile-card header h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 27px;
  color: #fff;
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  position: absolute;
  bottom: 55px;
  left: 30px;
  z-index: 10;
  cursor: pointer;
}

.profile-card header h4 {
  margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    padding: 20px 0 !important;
    left: 0;
    color: #fff !important;
    width: 100%;
    z-index: 10;
    background: rgb(0 101 184 / 80%);
}

.profile-card header a {
  display: block;
  padding: 0;;
  margin: 0;
}

.profile-card header img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.profile-card:hover header img {
  top: 170px;
}

.profile-bio p {
  letter-spacing: 0;
    line-height: 1.2;
    color: #333;
    text-align: center;
    margin: 20px;
}

.profile-social-links {
  padding: 15px 30px;
  margin: 0;
  background: #f8f9fa;
}

.profile-social-links li {
  list-style: none;
  float: left;
  margin-right: 17px;
}

.profile-social-links li a {
  display: block;
  opacity: 0.4;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.profile-social-links li a:hover {
  opacity: 1;
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}

.profile-social-links li img {
  display: block;
  width: 22px;
  height: auto;
}
.gal{
  width:100%;
  height:auto;
  margin:0 auto;
}

.display{
  /* max-width: 500px; */
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.display img{
  width:100%;
  height:auto;
}

.thumbs{
  list-style:none;
  width:100%;
  margin:10px auto;
}

.thumbs li{
  width: 24%;
  display:inline-block;
  padding:4px 4px 4px 4px;
}

.thumbs img{
  width:100%;
  cursor:pointer;
}

img{
  max-width:100%;
  height:auto;
}
@media (min-width: 576px) {
  .text-slide {
      font-size: 2rem;
 }
}
@media (min-width: 768px) {
  .navbar-collapse {
      width: auto;
 }
  .navbar-collapse.collapse {
     /* display: none !important;
      */
 }
  #mainNav {
      box-shadow: none;
      background-color: transparent;
 }
  #mainNav .navbar-nav .nav-item .nav-link {
      color: rgba(255, 255, 255, 1);
      padding: 0 1rem;
      padding: 15px 10px;
      text-shadow: 1px 4px 4px rgb(0 0 0 / 27%);
 }
  #mainNav.navbar-shrink {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      background-color:rgb(0 0 0 / 85%);
 }
}
@media (min-width: 992px) {
 
  .text-slide {
      font-size:2.5rem;
 }
  .carousel-caption {
      bottom: 18rem;
 }
  .h-slide {
      height: 700px;
 }
  .h-slide img {
      position: absolute;
      top: 0;
 }
  .navbar-collapse {
     /* display: none;
      */
      width: auto;
 }
  .page-section {
     /*  padding: 8rem 0; */
 }
  .navbar-collapse.collapse {
     /* display: block !important;
      */
 }
  .navbar-nav {
      width: auto !important;
 }
  .collapse:not(.show) {
      display: none;
 }
  .navbar-collapse {
      float: right;
 }
  .carousel-caption {
      position: absolute;
      right: 20%;
      bottom: 15rem;
      left: 20%;
      width: 60%;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      color: #fff;
      text-align: center;
 }
}
@media (min-width: 1200px) {
  .profile-card {
    height: 185px;
  }
  .navbar-collapse {
      float: right;
 }
  .text-slide {
      font-size: 3.5rem !important;
 }
  .h-slide {
      height: 800px;
 }
  .page-section {
      padding: 4rem 0;
 }
}
@media (min-width: 1400px) {
  .profile-card {
    height: 225px;
  }
}
