/*-----------------------------------------------------------------------------------

    Template Name: MagiSoft Algeria - Portfolio Bootstrap 4 Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Template default CSS
    2. Header style


-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Template default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
/* line 27, ../../sass/_common.scss */
::-webkit-selection {
  color: #fff;
  background: #ED5747;
  text-shadow: none;
}

/* line 27, ../../sass/_common.scss */
::-moz-selection {
  color: #fff;
  background: #ED5747;
  text-shadow: none;
}

/* line 27, ../../sass/_common.scss */
::-ms-selection {
  color: #fff;
  background: #ED5747;
  text-shadow: none;
}

/* line 27, ../../sass/_common.scss */
::selection {
  color: #fff;
  background: #ED5747;
  text-shadow: none;
}

/* line 35, ../../sass/_common.scss */
*, body, html {
  margin: 0;
  padding: 0;
}

/* line 40, ../../sass/_common.scss */
body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

/* line 44, ../../sass/_common.scss */
a:hover {
  text-decoration: none;
}

/* =========================================
        Vertical/Horizontal Headings
============================================ */
/* line 52, ../../sass/_common.scss */
.vertical-heading h5 {
  color: #f4c613;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  word-spacing: 9px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  top: 60px;
  left: -53px;
}

/* line 67, ../../sass/_common.scss */
.vertical-heading h2 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 0 35px;
}

/* line 72, ../../sass/_common.scss */
.horizontal-heading h2,
.vertical-heading h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 100;
  line-height: 45px;
}

/* line 80, ../../sass/_common.scss */
.horizontal-heading {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 80px;
}

/* line 85, ../../sass/_common.scss */
.horizontal-heading h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #f4c613;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}

/* line 94, ../../sass/_common.scss */
.horizontal-heading h2 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

/* =========================================
                Slider Buttons
============================================ */
/* line 102, ../../sass/_common.scss */
.owl-theme .owl-nav [class*=owl-] {
  color: #212226;
  font-size: 40px;
  background: none;
  margin: 0;
}

/* line 109, ../../sass/_common.scss */
.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  color: #212226;
}

/* line 115, ../../sass/_common.scss */
.btn-general {
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 28px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 6px;
  padding: 12px 46px 12px 46px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/* line 126, ../../sass/_common.scss */
.btn-yellow {
  color: #fff;
  border: 1px solid #f4c613;
  background-color: #f4c613;
}

/* line 132, ../../sass/_common.scss */
.btn-red {
  color: #fff;
  border: 1px solid #ED5747;
  background-color: #ED5747;
}

/* line 138, ../../sass/_common.scss */
.btn-yellow:hover,
.btn-yellow:focus {
  color: #fff;
  background-color: #18191d;
  border: 1px solid #18191d;
}

/* line 144, ../../sass/_common.scss */
.btn-red:hover,
.btn-red:focus {
  color: #fff;
  background-color: #18191d;
  border: 1px solid #18191d;
}

/* line 152, ../../sass/_common.scss */
.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 22px;
  display: none;
}

/* line 162, ../../sass/_common.scss */
#btn-close-modal {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: none;
}
/* line 171, ../../sass/_common.scss */
#btn-close-modal i {
  margin: 10px 0px;
  padding: 10px 10px;
  border: 2px solid black;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

/***
Modal content
 */
/* line 183, ../../sass/_common.scss */
.modal-content {
  border: none;
}

/* line 1, ../../sass/_header.scss */
.header {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 105vh;
  padding-top: 20px;
}
/* line 7, ../../sass/_header.scss */
.header .nav {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 3px;
  position: absolute;
  transform: all 0.3s;
  background: white;
  z-index: 9;
  top: 0px;
  width: 100%;
}
/* line 19, ../../sass/_header.scss */
.header .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 23, ../../sass/_header.scss */
.header .nav ul li {
  display: flex;
}
/* line 25, ../../sass/_header.scss */
.header .nav ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1em;
  color: #333;
  padding: 0.25rem 0;
  margin: 10px 1.80rem;
  text-transform: uppercase;
}

/* line 38, ../../sass/_header.scss */
a {
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  text-transform: uppercase;
}

/* line 44, ../../sass/_header.scss */
.nav ul li.logo .black {
  display: none;
}

/* line 48, ../../sass/_header.scss */
.nav ul li.logo a {
  margin: 0 4rem;
}

/* line 51, ../../sass/_header.scss */
.nav-icon {
  position: absolute;
  top: 27px;
  right: 30px;
  padding: 5px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
}
/* line 59, ../../sass/_header.scss */
.nav-icon span {
  background: #333;
  width: 30px;
  height: 1px;
  display: block;
  transition: 300ms linear all;
}
/* line 65, ../../sass/_header.scss */
.nav-icon span:nth-child(1), .nav-icon span:nth-child(3) {
  width: 20px;
  margin: 0 auto;
}
/* line 69, ../../sass/_header.scss */
.nav-icon span:nth-child(2) {
  margin: 5px 0;
  width: 32px;
}

/* line 75, ../../sass/_header.scss */
.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3) {
  width: 30px;
}

/* line 80, ../../sass/_header.scss */
.full-nav {
  background: #f4c613;
  color: #18191d;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 3.75rem;
  z-index: 99;
  overflow-y: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease-in-out;
}
/* line 96, ../../sass/_header.scss */
.full-nav.open {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
  z-index: 99;
}

/* line 104, ../../sass/_header.scss */
.full-nav .logo {
  display: flex;
  justify-content: center;
  padding: 3rem;
}

/* line 109, ../../sass/_header.scss */
.nav2 {
  display: flex;
  justify-content: center;
}
/* line 112, ../../sass/_header.scss */
.nav2 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 700px;
}
/* line 117, ../../sass/_header.scss */
.nav2 ul li {
  display: flex;
  flex: 50%;
  background-color: #f5f5f5;
  padding: 1rem;
  border-bottom: 10px solid #f4c613;
  border-right: 10px solid #f4c613;
}
/* line 124, ../../sass/_header.scss */
.nav2 ul li a span {
  color: #b9b9b9;
}

/* line 130, ../../sass/_header.scss */
.nav2 ul li:hover {
  background-color: #ff1637;
}

/* line 133, ../../sass/_header.scss */
.nav2 ul li:hover a,
.nav2 ul li:hover a span {
  color: white;
}

/* line 137, ../../sass/_header.scss */
.social-icons a {
  color: white;
  border: 3px solid white;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 20px;
  display: inherit;
  text-align: center;
  border-radius: 50px;
  transition: all ease 1s;
  margin-top: 40px;
}
/* line 149, ../../sass/_header.scss */
.social-icons a:hover i {
  color: #000;
  margin-top: -10px;
  border-color: #000;
}

/* line 155, ../../sass/_header.scss */
.social-icons a:hover {
  color: #000;
  margin-top: -10px;
  border-color: #000;
}

/* line 160, ../../sass/_header.scss */
ul.social-icons.list-inline {
  text-align: center;
  margin-top: 22px;
}

/* line 164, ../../sass/_header.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 169, ../../sass/_header.scss */
.corner-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: white;
  -moz-border-radius: 0 0 0 120px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 120px;
  z-index: 2;
}

/* line 179, ../../sass/_header.scss */
.nav-close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
}
/* line 186, ../../sass/_header.scss */
.nav-close span {
  background: #18191d;
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
}
/* line 193, ../../sass/_header.scss */
.nav-close span:nth-child(1) {
  transform: rotate(45deg);
}
/* line 196, ../../sass/_header.scss */
.nav-close span:nth-child(2) {
  transform: rotate(-45deg);
}

/* line 201, ../../sass/_header.scss */
.nav.sticky {
  width: 100%;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* line 209, ../../sass/_header.scss */
.nav.sticky a {
  color: #18191d;
}

/* line 213, ../../sass/_header.scss */
.nav.sticky ul li.logo .white {
  display: none;
}

/* line 216, ../../sass/_header.scss */
.nav.sticky ul li.logo .black {
  display: inline-block;
}

/* line 219, ../../sass/_header.scss */
.nav.sticky .nav-icon span {
  background: #18191d;
}

@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  ot {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 241, ../../sass/_header.scss */
img.white {
  position: relative;
  left: -70PX;
  width: 160px;
  height: 50px;
}

/* line 247, ../../sass/_header.scss */
img.black {
  position: relative;
  left: -70PX;
  width: 160px;
  height: 50px;
}

/* line 1, ../../sass/_video_slider.scss */
video#herovideo {
  width: 100%;
}

/* line 4, ../../sass/_video_slider.scss */
.bx-wrapper .social-icons a {
  color: white;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: inherit;
  text-align: center;
  padding-top: 5px;
  transition: all ease 1s;
  background: #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 16, ../../sass/_video_slider.scss */
.bx-wrapper .social-icons a i {
  position: relative;
  bottom: 7px;
}

/* line 21, ../../sass/_video_slider.scss */
.video-content {
  position: absolute;
  top: 290px;
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
  text-align: left;
}
/* line 28, ../../sass/_video_slider.scss */
.video-content h1 {
  font-family: "Oswald", sans-serif;
  font-size: 5em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 36, ../../sass/_video_slider.scss */
.video-content p {
  font-family: "Roboto Condensed", sans-serif;
}
/* line 39, ../../sass/_video_slider.scss */
.video-content .video-btn {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 40px;
  border: none;
  background: white;
  color: #333;
  cursor: pointer;
  margin-top: 18px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  animation: shadow-pulse 2s infinite;
  text-transform: uppercase;
}
/* line 52, ../../sass/_video_slider.scss */
.video-content .video-btn:hover {
  background: white;
  color: black;
  animation: none;
  text-decoration: none;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px transparent;
  }
}
/* line 70, ../../sass/_video_slider.scss */
.social-icons a {
  color: #333 !important;
  border: 4px solid white;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 20px;
  display: inherit;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all ease 1s;
  margin-top: 40px;
  background: white !important;
}

/* line 84, ../../sass/_video_slider.scss */
ul.social-icons.list-inline {
  text-align: center;
  margin-top: 22px;
}

/* line 88, ../../sass/_video_slider.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1, ../../sass/_about_us.scss */
#about-us .carousel-indicators {
  position: static;
  padding-top: 30px;
}
/* line 4, ../../sass/_about_us.scss */
#about-us .carousel-indicators li {
  background-color: black;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

/* line 11, ../../sass/_about_us.scss */
.carousel-control-prev-icon {
  background-image: url("../img/left-arrow.svg");
  padding: 25px;
}

/* line 15, ../../sass/_about_us.scss */
.carousel-control-next-icon {
  background-image: url("../img/right-arrow.svg");
  padding: 25px;
}

/* line 19, ../../sass/_about_us.scss */
#about-us .carousel-control-prev,
#about-us .carousel-control-next {
  width: auto;
}

/* line 23, ../../sass/_about_us.scss */
#about-us .carousel-control-prev {
  left: -35px;
}

/* line 26, ../../sass/_about_us.scss */
#about-us .carousel-control-next {
  right: -35px;
}

/* line 29, ../../sass/_about_us.scss */
#about-us h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  color: #6c757d !important;
  padding-top: 2em;
}

/* line 37, ../../sass/_about_us.scss */
p.lead {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #f7cc4b !important;
  font-weight: bold;
}

/* line 43, ../../sass/_about_us.scss */
h4.text-dark {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
}

/* line 47, ../../sass/_about_us.scss */
p.text-secondary {
  font-family: "Roboto Condensed", sans-serif;
  color: darkgray;
}

/* line 1, ../../sass/_clients.scss */
#clients .horizontal-heading {
  margin-bottom: 30px;
}

/* line 5, ../../sass/_clients.scss */
#clients-list {
  padding: 45px 0 0 0;
}

/* line 9, ../../sass/_clients.scss */
.client {
  padding: 0 10px;
  max-width: 150px;
  margin: 0 auto;
  line-height: 100px;
}

/* line 16, ../../sass/_clients.scss */
.client img {
  display: inline-block !important;
}

/* =========================================
                Team
============================================ */
/* line 5, ../../sass/_team.scss */
#team-left .vertical-heading {
  min-height: 160px;
}

/* line 9, ../../sass/_team.scss */
.team-member {
  margin: 8px;
  position: relative;
}

/* line 14, ../../sass/_team.scss */
.team-member-overlay {
  background-color: rgba(33, 34, 38, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 27, ../../sass/_team.scss */
.team-member-info {
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

/* line 33, ../../sass/_team.scss */
.team-member-info h6 {
  color: #f4c613;
  font-size: 16px;
  margin: 0;
}

/* line 39, ../../sass/_team.scss */
.team-member-info p {
  color: #fff;
}

/* line 43, ../../sass/_team.scss */
.team-member:hover .team-member-overlay {
  opacity: 1;
}

/* =========================================
                Social Icons
============================================ */
/* line 50, ../../sass/_team.scss */
ul.social-list {
  padding: 0;
  margin-top: 20px;
}

/* line 55, ../../sass/_team.scss */
ul.social-list li {
  display: inline-block;
  padding: 0;
}

/* line 60, ../../sass/_team.scss */
ul.social-list li a {
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* line 72, ../../sass/_team.scss */
ul.social-list li:nth-child(1) a:hover {
  background: #3b5998;
  border-color: transparent;
}

/* line 77, ../../sass/_team.scss */
ul.social-list li:nth-child(2) a:hover {
  background: #00aced;
  border-color: transparent;
}

/* line 82, ../../sass/_team.scss */
ul.social-list li:nth-child(3) a:hover {
  background: #0e76a8;
  border-color: transparent;
}

/* line 86, ../../sass/_team.scss */
ul.social-list li:nth-child(4) a:hover {
  background: #3f729b;
  border-color: transparent;
}

/* =========================================
                Skills
============================================ */
/* line 95, ../../sass/_team.scss */
.skill {
  margin-bottom: 20px;
}

/* line 99, ../../sass/_team.scss */
.skill h4 {
  line-height: 62px;
  margin: 0;
  font-weight: normal;
}

/* line 105, ../../sass/_team.scss */
.progress {
  height: 25px;
  border-radius: 0;
  background: #efefef;
  overflow: visible;
}

/* line 112, ../../sass/_team.scss */
.progress-bar {
  background: #f4c613;
  position: relative;
}

/* line 118, ../../sass/_team.scss */
.progress-bar span {
  font-size: 11px;
  font-weight: 100;
  font-family: "Roboto Condensed", sans-serif;
  background: #212226;
  padding: 3px;
  position: absolute;
  left: 97%;
  top: -47px;
}

/* line 129, ../../sass/_team.scss */
.progress-bar span:before {
  content: "";
  border-top: 8px solid #212226;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 23%;
}

/* =========================================
                Contact
============================================ */
/* line 6, ../../sass/_contact.scss */
#contact .vertical-heading h5 {
  margin-bottom: 1em;
}

/* Contact Left */
/* line 11, ../../sass/_contact.scss */
#contact-left p {
  margin: 25px 0 20px 0;
}

/* line 15, ../../sass/_contact.scss */
ul.office-details {
  list-style: none;
  padding: 0;
}

/* line 20, ../../sass/_contact.scss */
ul.office-details li {
  font-family: "Open Sans", sans-serif;
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 28, ../../sass/_contact.scss */
ul.office-details li i {
  font-size: 20px;
  width: 45px;
}

/* line 33, ../../sass/_contact.scss */
#contact-left ul.social-list li a {
  color: #212226;
  border: 1px solid #212226;
  text-align: center;
}

/* line 39, ../../sass/_contact.scss */
#contact-left ul.social-list li a:hover {
  color: #fff;
  border-color: transparent;
}

/* Contact Right */
/* line 47, ../../sass/_contact.scss */
#contact-right {
  padding: 25px 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 54, ../../sass/_contact.scss */
#contact-right h4 {
  font-size: 24px;
}

/* line 58, ../../sass/_contact.scss */
#contact-right p {
  margin-bottom: 25px;
}

/* line 62, ../../sass/_contact.scss */
#contact-right form .form-control {
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 24px;
}

/* line 69, ../../sass/_contact.scss */
#contact-right form textarea.form-control {
  min-height: 164px;
}

/* =========================================
                Google Map
============================================ */
/* line 5, ../../sass/_footer.scss */
#map {
  height: 600px;
}

/* =========================================
                Footer
============================================ */
/* line 14, ../../sass/_footer.scss */
footer {
  background: #212226;
  padding: 30px;
}

/* line 19, ../../sass/_footer.scss */
footer p {
  color: #fff;
  line-height: 20px;
  margin: 0;
}

/* line 25, ../../sass/_footer.scss */
footer p span {
  color: #f4c613;
}

/* =========================================
                Preloader
============================================ */
/* line 5, ../../sass/_preloader.scss */
#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 18, ../../sass/_preloader.scss */
#status {
  background-image: url("img/preloader.gif");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
}

/* =========================================
                Portfolio
============================================ */
/* line 9, ../../sass/_portfolio.scss */
#portfolio .vertical-heading {
  margin-bottom: 50px;
}

/* line 12, ../../sass/_portfolio.scss */
.portfolio-item {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 16, ../../sass/_portfolio.scss */
.row.no-gutters [class*=col-] {
  padding: 0;
}

/* line 20, ../../sass/_portfolio.scss */
.portfolio-item {
  overflow: hidden;
  position: relative;
}

/* Filters CSS */
/* line 28, ../../sass/_portfolio.scss */
#isotope-filters {
  margin-bottom: 10px;
  padding: 20px 25px 20px 0;
}

/* line 33, ../../sass/_portfolio.scss */
#isotope-filters button {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 35px;
  outline: 0;
}

/* line 45, ../../sass/_portfolio.scss */
#isotope-filters button span {
  display: block;
  padding-bottom: 5px;
  -webkit-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
}

/* line 52, ../../sass/_portfolio.scss */
#isotope-filters button.active span {
  color: #f4c613;
  border-bottom: 3px solid #f4c613;
}

/* Zoom Effect */
/* line 60, ../../sass/_portfolio.scss */
.portfolio-item img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

/* line 69, ../../sass/_portfolio.scss */
.portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Overlay Effect */
/* line 77, ../../sass/_portfolio.scss */
.portfolio-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 17, 0.9);
  cursor: -webkit-zoom-in;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Item Details Effect */
/* line 94, ../../sass/_portfolio.scss */
.portfolio-item-details {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 103, ../../sass/_portfolio.scss */
.portfolio-item-details h3 {
  color: #f4c613;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 115, ../../sass/_portfolio.scss */
.portfolio-item-details span {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 6px;
  width: 30px;
  margin: 11px auto 5px auto;
}

/* line 124, ../../sass/_portfolio.scss */
.portfolio-item-details p {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Show Overlay on mouse over */
/* line 139, ../../sass/_portfolio.scss */
.portfolio-item:hover .portfolio-item-details h3 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 144, ../../sass/_portfolio.scss */
.portfolio-item:hover .portfolio-item-details p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 149, ../../sass/_portfolio.scss */
.portfolio-item:hover .portfolio-item-overlay {
  opacity: 1;
}

/* line 1, ../../sass/_content_modal.scss */
.modal-full {
  min-width: 100%;
  margin: 0;
}

/* line 6, ../../sass/_content_modal.scss */
.modal-full .modal-content {
  min-height: 100vh;
}

/* line 9, ../../sass/_content_modal.scss */
.box {
  background-color: white;
  border: 1px solid #dcdbdb;
  padding: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

/* line 17, ../../sass/_content_modal.scss */
.align-center {
  text-align: center;
}

/* line 20, ../../sass/_content_modal.scss */
.sidebar {
  padding: 3em 1.5em;
}

/* line 23, ../../sass/_content_modal.scss */
.sidebar h3 {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 1.5em;
}

/* line 27, ../../sass/_content_modal.scss */
.sidebar p a {
  color: #ED5747;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

/* line 35, ../../sass/_content_modal.scss */
.sidebar p a:hover {
  border-bottom: 1px dotted;
  color: #2b2b2b;
}

/* line 39, ../../sass/_content_modal.scss */
hr.alt {
  background: white;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #dcdbdb;
  height: 5px;
  width: 120px;
}

/* line 46, ../../sass/_content_modal.scss */
blockquote p {
  color: #b9b9b9;
  font-style: italic;
}

/* line 50, ../../sass/_content_modal.scss */
blockquote p:before,
blockquote p:after {
  content: '"';
}

/* line 54, ../../sass/_content_modal.scss */
blockquote cite {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 58, ../../sass/_content_modal.scss */
.modal-content .portfolio-header {
  margin: 1.5em auto;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  /* line 2, ../../sass/_responsive.scss */
  .header .nav ul li {
    display: none;
  }

  /* line 5, ../../sass/_responsive.scss */
  .header .nav ul li.logo {
    display: block;
  }

  /* line 8, ../../sass/_responsive.scss */
  .nav-icon {
    display: block;
  }
}
/* line 31, ../../sass/style.scss */
#contents {
  margin-top: 3em;
}

/* =========================================
                Content Boxes
============================================ */
/* line 38, ../../sass/style.scss */
.content-box-lg {
  padding: 120px 0;
}

/* line 42, ../../sass/style.scss */
.content-box-md {
  padding: 100px 0;
}

/* line 46, ../../sass/style.scss */
.content-box-sm {
  padding: 90px 0;
}

/* line 51, ../../sass/style.scss */
li.parsley-required {
  list-style: none;
  font-size: 13px;
  font-style: italic;
  color: #ED5747;
}

/* line 57, ../../sass/style.scss */
li.parsley-length {
  list-style: none;
  font-size: 13px;
  font-style: italic;
  color: #ED5747;
}

/* line 63, ../../sass/style.scss */
li.parsley-type {
  list-style: none;
  font-size: 13px;
  font-style: italic;
  color: #ED5747;
}
