html, body, h1, h2, h3, h4, h5, h6, p, a, blockquote, cite, ol, ul, li, fieldset, form, label, img, div, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent
}
html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}
.projects-link{
	text-align: center!important;
	padding-top: 50px
}
.wpn-sprite { background: url('../projects/assets/wpn-sprite.png') no-repeat top left; width: 41px; height: 40px; max-width: 41px; margin: 3px } 
.wpn-sprite.after-effects { background-position: 0 0; width: 40px; } 
.wpn-sprite.dreamweaver { background-position: 0 -50px; } 
.wpn-sprite.illustrator { background-position: 0 -100px; } 
.wpn-sprite.invision { background-position: 0 -150px; width: 40px; } 
.wpn-sprite.Photoshop { background-position: 0 -200px; } 
.wpn-sprite.premiere { background-position: 0 -250px; } 
.wpn-sprite.XD { background-position: 0 -300px; } 
  @media screen and (max-width: 762px) {
  .hidden-in-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
  .margin-top-50-mobile{
    margin-top: 50px !important
  }
}
.margin-top-20{
  margin-top: 20px
}
.testimonial-container {
  background-color: #fff;
  width: 100%;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 100px 0px 40px;
  z-index: 1;
}

.cd-testimonials-wrapper h2 {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 60px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    padding: 170px 0px 60px;
  }
  .cd-testimonials-wrapper h2 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 100px;
    margin: 0 auto;
  }
}

.testimonial-content {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto 30px auto;
}

.cd-testimonials {
  color: rgba(130, 132, 139, 1);
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}

.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}

.testimonial-content p {
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1em;
  padding: 0 14px;
}

@media only screen and (min-width: 768px) {
  .testimonial-content p {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1170px) {
  .testimonial-content p {
    font-size: 16px;
    line-height: 1.6;
  }
}

.cd-author-info span p {
  display: inline-block;
  font-size: 14px;
  padding-left: 0;
}

.cd-author-info span p a {
  color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
  display: inline-block;
  vertical-align: top;
}

.cd-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}

.cd-author .cd-author-info {
  text-align: left;
  line-height: 1
}

.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  margin-top: 4px;
}

.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  color: #6b6b70;
}

ul.cd-author-info {
  list-style: none;
}

ul.cd-author-info li span:before {
    font-family: 'FontAwesome';
    content: '\f0e1';
    margin-left: -22px;
    line-height: 1.2;
    font-size: 20px;
    position: absolute;
}

ul.cd-author-info li span {
    font-size: 14px;
    line-height: 20px;
    padding-left: 23px;
    margin-left: 0px;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .cd-author img {
    width: 58px;
    height: 58px;
  }
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px !important;
    color: #333;
    font-weight: bold !important;
  }
}

@media only screen and (max-width: 320px) {}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 80px;
  text-align: center;
  height: 100%;
  margin: 0px 0 0;
  position: absolute;
  z-index: 9999;
  top: 35%;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(255, 255, 255, .5);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 40px;
  
  position: absolute;
  display: block;
  top: 50%;
  padding: 14px 10px 14px 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex-direction-nav a.flex-next:before {
  
  padding: 14px 20px 14px 10px;
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: center;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: #fff;
  cursor: default;
}

.flex-control-nav {
  bottom: 30px;
  position: absolute;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}

@media screen and (max-width: 767px) {
  .flex-direction-nav a {
    width: 30px;
  }
  .flex-direction-nav a:before {
    visibility: hidden;
  }
  .flex-direction-nav a:before {
    padding: 14px 0px 10px 0px;
  }
  .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
  }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
  .flex-direction-nav {
    visibility: hidden;
  }
}
.logo-btm{
margin-top: 15px;
max-width: 50px;
height: auto;
}
.logo {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-top: 15px;
}

.logo::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0%;
  margin: auto;
  background-image: url('../assets/images/logo.svg');
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
    }