.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;

  -webkit-clip-path: inset(50%) !important;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

a {
  color: #252525;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #626262;
  text-decoration: none;
  outline: 0;
}

img {
  -moz-user-select: none;
  /*-webkit-user-select: none;*/
  -ms-user-select: none;
  user-select: none;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.elementvalign {
  vertical-align: middle;
}
section {
  position: relative;
}

.container {
  position: relative;
}

section .container {
  padding-top: 200px;
  padding-bottom: 200px;
}

.row {
  z-index: 3;
  position: relative;
}

.separator {
  width: 170px;
  max-width: 170px;
  margin-top: 120px;
  margin-bottom: 100px;
}

.separator.small {
  width: 100px;
  max-width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.lineSeparator {
  width: 60px;
  max-width: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.black-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.8))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); IE6-9 fallback on horizontal gradient
}

.plainblack-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: black;
  opacity: 0.6;
}

.plainwhite-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: white;
  opacity: 0.6;
}

.sectionIntro h2 span {
  padding: 25px 50px;
  border: solid 10px #282828;
}

.sectionIntro p {
  margin-top: 100px;
}

.noscroll {
  overflow: hidden;
}

.container {
  z-index: 2;
  overflow: hidden;
}

.PositionRelative {
  position: relative;
}

.OverflowHidden {
  overflow: hidden;
}

.Margin30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.WhiteBackground {
  background: white;
}

.SoftGrayBackground {
  background: #f6f6f6;
}

.DarkGreyBackground {
  background: #333;
}

.PaddingVertical30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.PaddingHorizontal40 {
  padding-left: 40px;
  padding-right: 40px;
}

.PaddingHorizontal80 {
  padding-left: 80px;
  padding-right: 80px;
}

.PaddingVertical45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.PaddingTop30 {
  padding-top: 30px;
}
.PaddingTop60 {
  padding-top: 60px;
}

/*parallax letters*/

.parallaxLetter {
  position: absolute;
  font-size: 300px;
  color: #f9f9f9;
  z-index: 1;
  width: 200px;
  height: 300px;
}

.letter1 {
  right: 20%;
}

.letter2 {
  left: 20%;
}

.letter3 {
  right: 15%;
}

.letter4 {
  left: 10%;
}

/*buttons*/

.Underlinelink {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: underline;
  line-height: 45px;
}

.btn {
  background: transparent;
  border-radius: 0;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  padding: 0 40px;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;

  outline: 1px solid transparent;

  -webkit-transition: all 0.5s ease 0.25s;
  transition: all 0.5s ease 0.25s;
}

.btn-default {
  display: inline-block;
  color: white;
}

.btn-default:hover {
  border-color: white;
}

.btn:after,
.btn:before {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  background: white;
}

.btn:before {
  left: -8px;
}

.btn:hover:before {
  left: 0;
}

.btn:after {
  right: -8px;
}

.btn:hover:after {
  right: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: white;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}

.btn-black {
  color: #282828;
}

.btn-black:after,
.btn-black:before {
  background: #282828;
}

.btn-black:hover {
  color: white;
  background-color: #282828;
  border-color: #282828;
}

/*TEXT STYLES*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 100;
}

.lato-normal {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 20px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 15px;
}

h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 10px;
}

h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 8px;
}

h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #4c4c4c;
}

p.bold {
  font-weight: 700;
}

.WhiteText {
  color: white;
}

.BlackText {
  color: black !important;
}

.GreyText {
  color: #aaa;
}

.NoLetterSpacing {
  letter-spacing: 0;
}

.NoTransform {
  text-transform: none;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Intro -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
#intro {
  height: 100vh;
  background-image: url('img/background1.jpg');
  background-size: cover;
  background-color: #000;
}

#intro h1,
#intro p {
  color: white;
}

.introLogo {
  position: relative;
  width: 539px;
  margin-bottom: 20px;
}

#intro .separator {
  margin-top: 30px;
  margin-bottom: 30px;
}

.IntroSeparator {
  width: 120px;
}

#intro a {
  margin-top: 20px;
}

.AgencyIntro .container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.PlayTrigger {
  margin-top: 40px;
  cursor: pointer;
}

.PlayTrigger svg path {
  fill: white;
}

.PlayTrigger svg:hover path {
  fill: #aaa;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Text Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator .container-fluid .col-md-6 {
  padding-left: 50px;
}

#text-separator,
#text-separator-clients,
#text-separator-testimonials,
#text-separator-timers {
  background-color: #6d1f80;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  overflow: hidden;
}

#text-separator h2,
#text-separator-clients h2,
#text-separator-testimonials h2 {
  color: white;
  z-index: 100;
  position: relative;
}

#text-separator p,
#text-separator-clients p,
#text-separator-testimonials p {
  color: #e7e7e7;
  z-index: 100;
  position: relative;
}

.textSepLogo {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.timerWrapper {
  color: white;
  padding: 20px;
}

.timerWrapper h1 {
  letter-spacing: 0;
}

.timerWrapper p {
  color: #d5d5d5;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Welcome Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#welcome-separator {
  background-color: white;
}

#welcome-separator .col-md-7,
#welcome-separator .container-fluid {
  padding: 0;
}

#welcome-separator .separator {
  width: 120px;
  max-width: 120px;
  margin-top: 40px;
  margin-bottom: 40px;
}

#welcome-separator .image {
  height: 500px;
  overflow: hidden;
}

#welcome-separator .image img {
  height: 100%;
}

.whiteOverlay {
  background: transparent url('img/gradient.png') bottom right repeat-y;
  bottom: 0;
  height: 500px;
  right: 0;
  position: absolute;
  width: 500px;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 4;
}

.welcomeLogo {
  width: 100px;
}

.textOverlay {
  padding-bottom: 100px;
  padding-top: 100px;
  margin-left: -200px;
  z-index: 6;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--About -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#about {
  background-color: white;
}
#about .container {
  padding-top: 200px;
}

.aboutIconWrapper {
  position: absolute;
}

.aboutText {
  position: relative;
  padding-left: 50px;
}

.aboutIconWrapper {
  font-size: 80px;
  color: #f5f5f5;
  z-index: 0;
}

.aboutItem {
  margin-top: 30px;
  margin-bottom: 30px;
}

.progress-bar {
  color: #fff;
  background-color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress {
  height: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: white;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid black;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.portfolioIntro {
  height: 300px;
}

.portfolioIntro h2 {
  padding-top: 120px;
  margin-top: 0;
}

.portfolioIntro h2 span {
  padding: 25px 50px;
  color: #fff;
  border: solid 10px #fff;
}

.grayBackground {
  background-color: #f8f8f8;
}

.heightItem {
  padding: 45px;
}

#filters {
  padding-top: 15px;
  padding-bottom: 15px;
}

#filters .btn {
  margin: 20px;
}

#owl-item .owl-buttons {
  display: inline-block;

  position: relative;
}
#owl-item .owl-prev,
.owl-next {
  display: inline-block;
}

.itemNav {
  margin: 10px;
  padding: 5px 10px;
  background: #282828;
  color: white;
}

#owl-item .owl-controls {
  text-align: center;
  margin-top: -70px;
}

.portfolioIntro {
  position: relative;
  z-index: 2;
  background-color: #d20063;
}


#portfolio .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery {
  max-width: 100%;
}

.gallery-ecommerce {
  max-width: 100%;
}

.gallery-inner .caption {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.gallery-inner:hover .caption {
  opacity: 1;
}

.gallery-inner .caption-heading {
  width: 100%;
  height: 120px;
}

.caption-heading .separator {
  width: 100px;
  max-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.caption-heading .btn-default {
  line-height: 30px;
  font-size: 10px;
  margin-top: 8px;
}

.gallery-inner .caption-heading,
.gallery-inner .caption-heading p {
  color: white;
}

.gallery-inner .caption-heading p {
  font-size: 12px;
  font-style: italic;
}

.gallery {
  background: #fff;
  min-height: 500px;
}

#portfolio .container .gallery {
  background: white;
}

/* ---- isotope ---- */
/* clear fix */
.gallery:after {
  content: '';
  display: block;
  clear: both;
}

.gallery-ecommerce:after {
  content: '';
  display: block;
  clear: both;
}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
  width: 33.333%; /* change here the column width */
}

.gallery .grid-sizer-two-columns,
.gallery .two-columns {
  width: 50%;
}

.gallery-ecommerce .grid-sizer-three-columns,
.gallery-ecommerce .three-columns {
  width: 33.333%;
}

.gallery .grid-sizer-four-columns,
.gallery .four-columns {
  width: 25%;
}

.four-columns h4 {
  letter-spacing: 1px;
}

.gallery .gallery-inner {
  float: left;
  height: auto;
  background: #4c4c4c;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.galleryImage {
  /*min-width:100%;*/
  width: 100%;
  height: auto;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 3000;
  overflow-y: scroll;
}

.overlay-section {
  position: static;
}

/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.overlay-close img {
  cursor: pointer;
}

.overlay-close {
  padding: 30px;
}

#singlePageIntro .container {
  padding: 100px;
  padding-bottom: 30px;
}

#singlePageContent .container {
  padding: 10px;
}

#singlePageIntro .separator {
  margin-top: 50px;
  margin-bottom: 20px;
}

.singleProjectInfo ul {
  padding: 20px;
  list-style: none;
  border-left: 5px solid #282828;
}

.singleProjectInfo ul li p {
  display: inline;
}

.singleImageWrapper {
  padding-top: 60px;
}

.singleImageWrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.singleImageWrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Contact -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#contact {
  background: white;
}

label {
  width: 100%;
}


.infoContact {
  list-style: none;
  padding: 20px 20px 0 20px;
}

.infoContact + .infoContact {
  padding-top: 0;
}

.infoContact li {
  padding-left: 20px;
}

.infoContact li .fa {
  margin-right: 6px;
  font-size: 18px;
}
.infoContact li:first-child {
  margin-left: -27px;
}

#contact p.bold {
  padding-top: 30px;
}


.topLine {
  background: #282828;
  padding: 50px;
}

#footer .bottomLine {
  padding: 50px;
  margin: 0 auto;
  background-color: #222222;
}

#footer .bottomLine p {
  color: #a5a5a5;
  font-size: 12px;
}

#footer .container {
  /*multipage only*/
  padding: 0;
}

.footerText {
  color: white;
  padding: 10px 40px;
}

.footerText p {
  color: #a5a5a5;
}

/*footer newsletter*/
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footerText input {
  height: 54px;
  padding-bottom: 3px;
  border: 0;
  background: #393939;
  border-radius: 0;
  line-height: 54px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: white;
  letter-spacing: 1px;
}

.input-group-addon {
  height: 54px;
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 3px;
  border: 0;
  background: #323232;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
}

#footer .infoContact {
  list-style: none;
  padding: 10px;
  color: #a5a5a5;
}

#footer .infoContact li .fa {
  margin-right: 6px;
  font-size: 40px;
  position: absolute;
  opacity: 0.1;
  left: 0;
}

#footer .infoContact li {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.bottomLine .footerSocialIcons {
  padding: 20px;
}
.footerSocialIcons {
  list-style: none;
}

.footerSocialIcons li {
  display: inline;
  margin: 0 10px;
}

.footerSocialIcons li a {
  color: #a5a5a5;
}

.bottomLine p {
  display: inline;
}

.backToTop a {
  color: white;
}




/*pages*/

ul,
ol {
  line-height: 24px;
}

