
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

@font-face {
  font-family: "Coolvetica";
  src: url(../fonts/coolvetica rg.ttf) format("truetype");
}

@font-face {
  font-family: "Rustico-Regular";
  src: url(../fonts/Rustico/Rustico-Regular.eot); /* IE9 Compat Modes */
  src: url('../fonts/Rustico/Rustico-Regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Rustico/Rustico-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Rustico/Rustico-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Rustico/Rustico-Regular.otf')  format('truetype'), /* Safari, Android, iOS */
       url('Rustico-Rustico.svg#svgRustico-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: "radikal_regular";
  src: url(../fonts/Radikal/radikal_regular.eot); /* IE9 Compat Modes */
  src: url('../fonts/Radikal/radikal_regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Radikal/radikal_regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Radikal/radikal_regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Radikal/radikal_regular.otf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: "radikal_medium";
  src: url(../fonts/Radikal/radikal_medium.eot); /* IE9 Compat Modes */
  src: url('../fonts/Radikal/radikal_medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Radikal/radikal_medium.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Radikal/radikal_medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Radikal/radikal_medium.otf')  format('truetype'); /* Safari, Android, iOS */
}

html, body {
    height:100%;
} 

body {
  background: #ffffff;
  color: rgba(0,0,0,0.6);
  font-family: 'Rubik', helvetica;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

a:hover, a:focus {
  color: #325dec;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
nav ul li a.active {
    color: #00c796;
}

.center {
    margin: 0 auto;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 28px;
}

::-moz-selection {
  background: rgba(177, 0, 255, 0.75);
  color: #fff;
}

::selection {
  background: #00c796;
  color: #fff;
}

.hamburger:focus {
    outline: none;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding: 100px 0px;
}
.paddsectionlarge {
    padding: 80px 0px;
}
.paddsectionsmall {
    padding: 30px 0px;
}

.paddsections {
  padding-top: 10px;
  padding-bottom: 100px;
}
.video-header {
  padding-top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: rgba(177, 0, 255, 0.75);
}

.mb-30 {
  margin-bottom: 30px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .9;
}
.hamburger-box {
    vertical-align: middle !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00c796 !important;
}
.owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -ms-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.containerwide {
    margin: 0 auto;
    max-width: 1400px;
    padding: 60px;
}

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 15px 10px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.subpage-nav {
    position: fixed;
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 8px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 15px;
  color: #151515;
  font-family: "radikal_medium", "Rubik", sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
#main-nav .navigation, #main-nav-subpage .navigation {
    padding: 0px 30px;
    justify-content: space-between;
}
#main-nav, #main-nav-subpage {
    z-index: 999;
    top: 0;
    max-width: 100vw;
}
.contact_information {
    margin-top: -85px;
}
#main-nav-subpage {
    display: block;
}
nav.stroke ul li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  max-width: 100px;
  content: '.';
  color: transparent;
  background: hsl(226, 83%, 56%);
  height: 2px;  
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}


.logo {
  float: left;
}

.logo img {
  width: 200px;
  height: auto;
}

.responsive {
  display: none;
}
.responsive i {
  cursor: pointer;
  position: relative;
  right: 0px;
  color: black;
  vertical-align: baseline;
  font-size: 32px;
}
.ion-navicon-round:before {
  padding-top: 3px;
}

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  height: 100vh;
  width: 100%;
}
#header-portfolio {
  background-color: rgba(0, 0, 0, 0.2);
  height: 45vh;
  margin-top: 70px;
  width: 100%;
}
.portfolio_overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    color: black;
}
#about h6, #header-portfolio h6 {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
    text-align: right;
    padding-right: 30px;
    font-family: "Rubik", sans-serif;
}
.about-descr p {
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    padding-right: 30px;
}
#about_project h6 {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    text-align: right;
    width: 100%;
    position: relative;
    margin-bottom: 150px;
    margin-top: -145px;
    font-size: 12px;
    right: 15px;
}

#images .view {
    max-height: 700px;
}
#images .view img {
    width: 100%;
}

.about-img #pointer {
    position: absolute;
    right: -25px;
    bottom: -80px;
}
.about-img {
    margin-top: 5px;
}
.video-bg .overlay-bg {
    position:absolute;
    float:left;
    width:100%;
    min-height:100vh;
    background-color:rgba(0, 0, 0, 0.1);
    z-index:0;
}

#remove {
    font-family: "radikal_regular", "Rubik", sans-serif !important;
}

.mobileonly {
    display: none;
}

#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#header-portfolio .header-content {
  height: 40vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 #Claire {
    font-family: "Coolvetica", sans-serif;
    letter-spacing: 4px;
    color: white;
    font-size: 66px;
    position: relative;
    display: inline-block;
    text-shadow: -1px -1px 0px #313896,
    3px 3px 0px #313896,
    6px 6px 0px #000000;
    
}
.header-content h3 {
    color: black;
    font-size: 24px;
    padding: 0px 15px 15px 15px;
    max-width: 390px;
    background-color: rgba(255, 255, 255, 0.9);
}

.header-content h1 #Claire:after {
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: -2px;
  right: 0;
  background: #fff;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

.header-content h1 #Claire:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
}
.header-text img {
    margin-top: 20px;
    min-width: 320px;
    margin-left: -15%;
    width: 75%;
    max-width: 690px;
    position: relative;
}
.header-text {
    top: 50%;    
    display: block;
    width: 100%;
    min-height: 300px;
}


.header-text h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: white;
    width: 60%;
    font-size: 46px;
    /*position: absolute;*/
    float: left;
    z-index: 101;
    text-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}
.header-text #portfolio-title {
    top: 110px;
}

#ckVideo {
    display: block;
    position: fixed;
    right: 0;
    z-index: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.portraitvid {
    max-width: 60% !important;
}

#coopbgimage {
    display: block;
    position: fixed;
    right: 0;
    z-index: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    background: linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.5)
    ), url(../images/Work/CoopFoodSpread.jpg);
    background-size: cover;
    background-position: center;
}


#header-single .header-content {
    padding-top: 100px;
    height: 60vh;
}


.header-content .list-social {
  min-height: 50px;
  bottom: 10px;
  max-width: 200px;
}

.header-content .list-social li {
  float: left;
  margin-right: 25px;
}

.header-content .list-social li i {
 /*-webkit-filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.5));
  filter: drop-shadow(5px 5px 5px rgba(34, 34, 34, 0.5));*/
  color: rgba(255, 255, 255, 0.9);
  font-size: 38px;
}
.header-content .list-social li i:hover {
    color: white;
}

#header-portfolio .home-scroll-down {
    top: 240px;
    margin-left: -20px;
}

#scroll-down h5 { 
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 500;
    color: white;
    letter-spacing: .20em;
    position: absolute;
    margin-top: -15px;
}
.home-scroll-down {
    bottom: 160px;
    position: absolute;
}
.home-scroll-down h5 {
    text-transform: uppercase;
    font-size: .86em;
    font-weight: 400;
    color: white;
    letter-spacing: .20em;
}
.home-scroll-down:hover {
    transition: bottom .5s ease;
}

#header-portfolio .hero_scroll {
    top: 210px;
}

.hero_scroll {
    position: absolute;
    bottom: .1rem;
    right: calc(20px - 18px);
    background: url(../images/arrow_down.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    width: 52px;
    height: 64px;
    right: 10%;
    bottom: 125px;
}

.vertical-line {
    z-index: -1;
    margin-top: 15px;
    width: 2px;
    background-color: white;
    padding: 0;
    height: 200px;
    opacity: .5;
    position: absolute;
    display: block;
}

.subtitle h3 {
    font-size: 26px;
    padding-bottom: 25px;
    text-align: center;
    font-family: "radikal_regular", "Rubik", sans-serif;
    color: white;
    font-weight: 300;
}
.subtitle {
    margin-bottom: 30px;
}


#ccsubline {
    bottom: 64%;
}
/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#heroname {
    width: 100%;
    font-size: 150px;
    text-align: center;
    font-family: 'Sacramento', cursive;
    line-height: 120px;
    padding-bottom: 50px;
}

#subheroline {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: white;
    letter-spacing: .20em;
    line-height: 24px;
}

#about, #summary {
  background: #fdfdfd;
}
#summary .header-text {
    min-height: 150px;
}
#summary .vertical-line {
    height: 75%;
}
#summary {
    height: 100%;
}


#about .div-img-bg {
  margin-left: -60px;
  width: 100%;
  padding-bottom: 30px;
  border: 8px solid #00c796;
  border-radius: 15px;
}

.about-img, .words-hover {
    height: 440px;
}
.words-hover {
    font-family: 'Sacramento', cursive;
    letter-spacing: 2px;
    margin-top: -60px;
    margin-left: 40px;
    position: absolute;
    width: 100%;
}

#about .div-img-bg .about-img img {
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
  margin-top: -60px;
  margin-left: 40px;
  height: 500px;
  object-fit: cover;
}
.about-img h4 {
    font-size: 30px;
    font-weight: 300;
    color: white;
    z-index: 5;
    bottom: 150px;
    left: 53px;
    position: absolute;
}
.about-img h4 span {
    color: #313896;
    font-weight: 500;
    font-size: 36px;
}

#brigitta {
  padding-right: 10px !important;  
}

#about .about-descr .p-heading, .contact-contact .section-title {
  margin-top: 15px;
  color: #313896;
  font-family: "radikal_medium", "Rubik", sans-serif;
  font-size: 38px;
  line-height: 48px;
  text-align: left;
  font-weight: 600;
}
.about-descr h3 {
    text-transform: uppercase;
    color: #313896;
    font-size: 16px;
    font-weight: 400;
}
.about-descr {
    margin-top: -45px;
}
#about .about-descr .p-body, .services-block .p-body, .contact-contact p {
  font-family: "radikal_regular", "Rubik", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
  text-align: left;
  padding-top: 15px;
}

#about .about-descr .p-body span {
    font-family: "radikal_medium", "Rubik", sans-serif;
}
.div-img-bg h3 {
    z-index: 10;
    position: absolute;
    font-size: 48px;
    font-weight: 600;
    color: #e7edf4;
    text-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}

#title-design {
    top: 10%;
    padding-left: 15%;
}
#title-create {
    padding-left: 55%;
    top: 60%;
}
#title-develop {
    padding-left: 65%;
    bottom: -7%;
}

.bttn span {
    font-family: "radikal_regular", "Rubik", sans-serif;
    font-size: 14px
}

.cvbtn a.bttn {
    color:#00c796;
    border: 3px solid #00c796;
}
.more-btn {
    margin-bottom: 15px;
}
.more-btn a.bttn {
    background-color: #00c796;
    color:#000001;
    opacity: .9;
    border: 3px solid #00c796;
}
.more-btn a.bttn {
    padding: 15px 20px;
}

.more-btn a.bttn:active, .more-btn a.bttn:focus {
    background-color: #f8f8f8;
    border: 3px solid #f8f8f8;
}

.more-btn a.bttn:hover, .more-btn a.bttn:focus, .more-btn a.bttn:active {
    opacity: 1;
    color:#00c796;
}

a.bttn {
  text-decoration:none;
  -webkit-transition:0.3s all ease;
  transition:0.3s ease all;
}
.cvbtn a.bttn:hover, .cvbtn a.bttn:focus, .cvbtn a.bttn:active {
    opacity: 1;
    color:#ffffff;
}
.cvbtn a.bttn:active, .cvbtn a.bttn:focus {
    background-color: #3fc5a6;
    border: 3px solid #3fc5a6;
}

a.bttn {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  padding: 14px 0px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
a.bttn:hover, a.bttn:active, a.bttn:focus  {
  color: #fff;
  background-color: #00c796;
  border: 3px solid #00c796;
}
.more-btn a.bttn:hover, .more-btn a.bttn:active, a.bttn:focus {
    color: #313896;
    background-color: white;
    border: 3px solid white;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

.intro {
    padding-top: 45px;
    padding-bottom: 15px;
}
.section-title h2 {
    color: #313896;
    font-family: "radikal_medium", "Rubik", sans-serif;
    font-size: 36px;
    padding-bottom: 15px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-caption {
    text-align: center;
    padding-bottom: 30px;
}
.section-caption h5 {
    font-family: "radikal_medium", "Rubik", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.88);
}
.doublesection, #portfolio {
     box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}

#videos .section-title, #images .section-title, #portfolio .section-title h2, #graphicvideos h2 {
    line-height: 44px;
    font-size: 42px;
}
#videos .section-title, #portfolio .section-title h2, #graphicvideos h2 {
    line-height: 44px;
    font-size: 42px;
    color: white !important;
}
.section-title h2.white {
    color: white;
}
.section-caption h5.white {
    padding-top: 45px;
    color: white;
}
.section-title h2.black {
    color: white;
}
.section-caption h5.black {
    padding-top: 45px;
    color: #000001;
}
#videos .section-title:after, #graphicvideos .section-title:after{
    background-color: white !important;
} 

#whatdo {
    background-color: whitesmoke;
    background: linear-gradient(to bottom, #313896, #2b3183);
}
    
.skill-design .skill_card{
    background-size: 86px;
    background-repeat: no-repeat;
    background-position: top;
    background-position: 50% 30px;
}
.skill-video .skill_card {
    background-size: 66px;
    background-repeat: no-repeat;
    background-position: top;
    background-position: 50% 40px;
}
.skill_card {
    min-width: 100px;
    width: 100%;
    border-radius: 5px;
    background-color: white;
    background-size: 62px;
    background-repeat: no-repeat;
    background-position: 50% 30px;
    max-width: 380px;
    margin: 0 auto;
}

.skill-design .skill_card{
    background-image: url(../images/sketch.svg);
}
.skill-illust .skill_card{
    background-image: url(../images/illustration.svg);
    background-position: 50% 34px;
}
.skill-develop .skill_card{
    background-image: url(../images/responsive.svg);
    background-position: 50% 32px;
}
.skill-uiux .skill_card{
    background-image: url(../images/phone.svg);
}
.skill-video .skill_card{
    background-image: url(../images/motion.svg);
}
.skill-print .skill_card{
    background-image: url(../images/print.svg);
    background-size: 60px;
    background-position: 50% 32px;
}

.skill h3 {
    font-weight: 500;
    padding-left: 5px;
    font-family: "radikal_medium", "Rubik", sans-serif;
    color: #313896;
    font-size: 24px;
}
#contact h5 {
    font-family: "radikal_medium", "Rubik", sans-serif;
    color: #313896;
    font-size: 22px;
    padding-bottom: 15px;
}
.skill {
    text-align: center;
    min-height: 100px;
    padding: 15px;
}
.skill ul {
    padding-top: 5px;
    padding-left: 10px;
}
.skill ul li {
    letter-spacing: 0.02em;
    list-style: none;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    font-family: "radikal_regular", "Rubik", sans-serif;
    font-size: 1.1em;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
}

.download_btn {
    width: 100%;
    text-align: center;
    padding: 60px 30px 10px 30px;
}
.download_btn i, .more-btn i {
    padding-right: 5px;
}
.work-title img {
    margin-left: -10%;
    z-index: 2;
    position: absolute;
    max-width: 700px;
    bottom: -50px;
    width: 100%; 
}

#contacts {
  background: #2b3183;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
    background-color: #ffffff;
    float: left;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin-bottom: 10px;
}

.skill_card {
    padding: 110px 15px 12px 15px;
    height: 100%;
    box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.services-block img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
    height:100%;
    padding: 20px;
    margin: 0 auto;
    vertical-align:middle;
    display: table-cell;
    max-height: 100px;
}
#zebra img {
    padding: 10px;
}
.services-block .p-body {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: rgba(177, 0, 255, 0.75);
  line-height: 44px;
}

.main-headline__separator {
    display: block;
    width: 70px;
    height: 5px;
    background: #00c796;
    text-align: center;
}
#skills_container {
    width: 100%;
    padding: 15px 10px;
}

.main-headline__separator.center-aligned {
    margin: 0 auto;
}

.owl-stage-outer {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}
.owl-nav {
    display: none;
}

.owl-dots {
  margin-top: 5px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.owl-dot.active {
  background-color: #00c796;
}
.owl-dot:focus {
    outline: 0;
}

.latest {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 34%;
}
#portfolio .section-title:after {
    background: #ffffff;
}



/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

.project-content {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 30px;
    max-width: 960px;
    position: relative;
}

.project-image {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    overflow: visible;
    transition: margin 1s ease;
    transition: all 1s ease;
}

div.project-container:hover div.project-image {
    transform: translateX(20px) translateY(-10px);
    transition: all 1s ease;
}
div.project-container:hover div.project-image img {
    opacity: .98;
}

.project-bg-blue, .project-bg-purple, .project-bg-darkblue, .project-bg-lightblue, .project-bg-pink, .project-bg-green, .project-bg-navy, .project-bg-red {
    transition: all 1s ease;
    overflow: hidden;
    height: 360px;
    box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}
.project-bg-darkblue {
    background-color: #262b6a;
}
.project-bg-lightblue {
    background-color: #2364a5;
}
.project-bg-blue {
    background-color: #194195;
}
.project-bg-purple {
    background-color: #4b3196;
}
.project-bg-pink {   
    background-color: #e795e3;
}
.project-bg-green {
    background-color: #006a4D;
}
.project-bg-navy {
    background-color: #001A30;
}

.project-container {
    cursor: pointer;
    position: relative;
    margin-bottom: 75px;
}
    
.project-image img {
    justify-content: center;
    height: 100%;
    margin: auto;
    opacity: .6;
    transition: all 1s ease;
    position: relative;
    display: block;
}

.project-title h2 {
    pointer-events: none;
    font-family: "radikal_regular", "Rubik", sans-serif;
    font-weight: 400;
    color: white;
    max-width: 600px;
    width: 90%;
    font-size: 44px;
    position: absolute;
    float: left;
    top: 5%;
    z-index: 101;
    text-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}
.project-title h5 {
    font-family: "radikal_regular", "Rubik", sans-serif;
    bottom: 55%;
    z-index: 101;
    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: 300;
    opacity: .9;
    letter-spacing: 1px;
}

.project-title h2 span {
    font-size: 24px;
    vertical-align: top;
}

.project-vertline {
    position: absolute;
    width: 1px;
    background-color: white;
}

#portfolio, #project_images, #web_images {
  position: relative;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #313896, #2b3183);
}
#project_images .owl-item, #web_images .owl-item {
    background: none;
    box-shadow: none;
}
#project_images .owl-carousel .owl-item img, #web_images .owl-carousel .owl-item img{
    box-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}

#videos, #portrait, #graphicvideos {
    position: relative;
    background: linear-gradient(#002abf, #0d116b);
}

.latest h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    padding-bottom: 15px;
    line-height: 32px;
    text-align: left;
    font-weight: 700;
    color: white;
    text-shadow: 0 15px 60px rgba(0,0,0,0.3), 0 5px 20px rgba(0,0,0,0.1);
}

.latest .section-title {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -94.6%;
}
.latest .section-title h2 {
    font-size: 58px;
}
#portfolio h6, #videos h6  {
   position: absolute;
   width: 100%;
   top: -40px;
   right: 15px;
   color: rgba(255, 255, 255, 0.75);
   text-align: right;
   font-weight: 300;
   margin-top: 15px;
   font-size: 12px;
}
#portfolio h6 {
    padding-left: 10px;
}

.portfolio-list {
  margin-bottom: 50px;
}

.portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

.portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio-list .nav li:hover, .portfolio-list .nav li.filter-active  {
  color: rgba(177, 0, 255, 0.75);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

.portfolio-block {
    text-align: center;
    margin-top: 60px;
}

.noscroll {
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/
#portfolio_container {
    width: 100%;
    margin: 0 auto;
}
#portfolio_container .content {
    padding-top: 15px;
    background-color: white;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: rgba(177, 0, 255, 0.75);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  background-color: white;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.contact-details, .contact-me p {
  font-family: "radikal_regular", "Rubik", sans-serif;
  list-style: none;
  margin-top: 0px !important;
}

.contact-me p  {
    line-height: 32px;
    font-size: 1.3em;
}

.contact-details {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 32px;
  line-height: 18px;
  padding-left: 15px;
  margin: 0;
  padding: 0;
}

.contact-block {
    padding: 0px 30px;
}

.contact-details li {
  padding-bottom: 10px;
}

.contact-details .list-social {
    padding-top: 10px;
}

.contact-details .list-social li {
  padding-right: 15px;
  float: left;
}
.contact-details .list-social li a {
  font-size: 32px;
  color: #313896;
}

#contact input, #contact textarea {
  width: 100%;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  background: #00c796;
}
#footer.blue {
  background: #313896;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: white;
  opacity: .7;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: white;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#footer a {
    color: #e2e2e2;
}
#footer a:hover {
    color: white;
}

#footer p {
  font-size: 13.5px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  color: white;
  margin-bottom: 0px;
}

#progress {
    bottom: 10%;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    left: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


.quote {
    border-radius: 15px;
    max-width: 820px;
    padding: 15px 30px;
    margin: 0 auto;
}

.testimonials-carousel {
    max-width: 820px; margin: 0 auto;
}

.testimonial .owl-dot.active {
    background-color: #2b3183 !important;
}

.quote .photo {
    margin-right: 6px;
    position: relative;
    float: left;
}

.quote .photo img {
    max-width: 115px;
    max-height: 115px;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
}

.quote .photo img.photo {
    left: 0;
    
}
.testimonial {
    padding: 20px 30px 70px;
    background-color: #00c796;
}

.quote p.test_content {
    margin-bottom: 5px;
    color: rgba(0,0,0,0.8);
    font-family: "radikal_regular", "Rubik", sans-serif;
    font-size: 18px;
    padding-left: 19px;
    margin-left: 135px;
    position: relative;
    overflow: hidden;
}
.quote p.test_content span.laquo {
    background: url(../images/laquo.png) no-repeat;
    background-size: 15px;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
}

.quote p.test_content span.raquo {
    background: url(../images/raquo.png) no-repeat;
    background-size: 15px;
    width: 17px;
    height: 18px;
    margin-left: 3px;
    display: inline-block;
}

.quote p.test_content span {
    
    font-family: "radikal_medium", "Rubik", sans-serif;
}

.quote .sign {
    font-family: "radikal_regular", "Rubik", sans-serif;
    position: relative;
    text-align: right;
}
.quote .sign img {
    display: none;
    width: 52px;
    float: right;
    border-radius: 50%;
    margin-top: 10px;
    margin-left: 15px;
}

.quote .sign h6 {
    color: rgba(0,0,0,0.8);
    font-family: "radikal_medium", "Rubik", sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.quote .sign p {
    font-style: italic;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 15px;
    margin-top: 4px;
}
.testimonial_divider {
    margin-bottom: 10px;
    display: inline-block;
    width: 70px;
    height: 3px;
    background: #00c796;
    text-align: right;
}