@charset "UTF-8";
/* CSS Document */
html, html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "actor", "arial", "sans-serif", "source-sans-pro";
  background-color: #e6e6e6;
  margin: 0;
}
header {
  position: relative;
  background: white;
  width: 100%;
  z-index: 1000;
}
.logo {
  position: relative;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
  z-index: auto;
}
.logo-a {
  width: 70%;
  margin: auto;
}
.logo-b {
  flex: 30%;
}
.name {
  flex: 70%;
  padding-bottom: .5em;
  padding-top: .5em;
}
@media screen and (max-width: 800px) {
  .name {
      display: none;
      padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .name {
    display: none;
      padding: 0;
  }
}
.topnav {
  width: 100%;
  height: auto;
  background-color: #565552;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.topnav-content {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
}
.topnav-content a {
  font-size: 16px;
  letter-spacing: .07em;
  color: white;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  display: inline-block;
  /*to-center-navbar-menu*/
}
/*responsive nav icon*/
.topnav-content .icon {
  display: none;
  cursor: pointer;
  padding: 6px 17px;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 4px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/*responsive nav icon end*/
.dropdown {
  float: none;
  margin: 0;
  display: inline-block;
  /*to-center-navbar-menu*/
}
.dropdown .dropbtn {
  font-size: 16px;
  letter-spacing: .08em;
  border: none;
  outline: none;
  color: white;
  padding: 15px 25px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  /*text-transform: lowercase;*/
}
.dropdown-content {
  position: absolute;
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
  z-index: 3000;
}
.dropdown-content a {
  float: none;
  color: black;
  letter-spacing: .05em;
  padding: 17px 18px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav-content a:hover, .dropdown:hover .dropbtn {
  background-color: #FE0004;
  color: white;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/*responsive top-nav*/
@media screen and (max-width: 600px) {
  .topnav-content a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav-content a.icon {
    float: left;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav-content.responsive {
    position: relative;
    width: 60%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
  }
  .topnav-content.responsive a.icon {
    position: absolute;
    top: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.9);
  }
  .topnav-content.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
  .topnav-content.responsive .dropdown {
    float: none;
    display: block;
  }
  .topnav-content.responsive .dropdown-content {
    position: relative;
  }
  .topnav-content.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: right;
  }
}
/*responsive top-nav ends*/
/*Main Content*/
main {
  position: relative;
  margin: auto;
  height: auto;
  overflow: hidden;
  z-index: auto;
}
/*slideshow*/
.slideshow {
  position: relative;
  top: auto;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
img[src="images/img1.jpg"] {
  width: 100%;
  height: auto;
}
img[src="images/img2.jpg"] {
  width: 100%;
  height: auto;
}
img[src="images/img3.jpg"] {
  width: 100%;
  height: auto;
}
img[src="images/img4.jpg"] {
  width: 100%;
  height: auto;
}
img[src="images/img5.jpg"] {
  width: 100%;
  height: auto;
}
#slide1 {
  animation: slideMe1 25s 3;
  opacity: 1;
  position: absolute;
  z-index: 1;
}
#slide2 {
  animation: slideMe2 25s 3;
  animation-delay: 0s;
  opacity: 0;
  position: absolute;
  z-index: 100;
}
#slide3 {
  animation: slideMe3 25s 3;
  animation-delay: 0s;
  opacity: 0;
  position: absolute;
  z-index: 200;
}
#slide4 {
  animation: slideMe4 25s 3;
  animation-delay: 0s;
  opacity: 0;
  position: absolute;
  z-index: 300;
}
#slide5 {
  animation: slideMe5 25s 3;
  animation-delay: 0s;
  opacity: 0;
  position: relative;
  z-index: 400;
}
@keyframes slideMe1 {
  0% {
    transform: translate3d(-1200px, 0px, 0px);
    opacity: 1;
    animation-timing-function: ease;
  }
  8% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
}
@keyframes slideMe2 {
  0% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
    animation-timing-function: ease;
  }
  16% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
  }
  28% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  80% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
}
@keyframes slideMe3 {
  0% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
    animation-timing-function: ease;
  }
  36% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
  }
  48% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  80% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
}
@keyframes slideMe4 {
  0% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
    animation-timing-function: ease;
  }
  56% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
  }
  68% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  80% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
}
@keyframes slideMe5 {
  0% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
    animation-timing-function: ease;
  }
  76% {
    transform: translate3d(-3000px, 0px, 0px);
    opacity: 0;
  }
  92% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  100% {
    transform: translate3d(1200px, 0px, 0px);
    opacity: 0;
  }
}
/*slideshow end*/
.slogan {
  position: relative;
  top: auto;
  background-color: #565552;
  width: 100%;
  height: auto;
  padding: 6px
}
.item-featured {
  position: relative;
  width: 100%;
  margin: auto;
  bottom: auto;
  overflow: hidden;
  background-color: #fff;
  padding: 0em 0em 2em 0em;
  z-index: auto;
}
.artworks-container {
  /* position: relative;*/
  width: 70%;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  .artworks-container {
      width: 80%;
      padding: 0;
  }
    }
@media screen and (max-width: 500px) {
  .artworks-container {
    width: 100%;
  }
}
.artworks {
  position: relative;
  width: 100%;
  top: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: auto;
}
.artworks-3 {
  position: relative;
  width: 100%;
  top: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: auto;
}
.column {
  background-color: #fff;
  flex: 50%;
  padding: 1em 1em 1em 1em;
}
.services-title {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-left: 1em;
  margin: auto;
  bottom: auto;
  z-index: auto;
}
@media screen and (max-width: 992px) {
  .artworks {
    flex-direction: column;
  }
}
h1 {
  display: block;
  font-size: 2em;
  color: #333333;
  letter-spacing: .07em;
  font-style: normal;
  font-weight: 200;
  font-family: source-sans-pro, sans-serif;
  text-align: right;
    overflow: auto;
}
h2 {
  display: block;
  width: 100%;
  margin: auto;
  font-size: 16px;
  line-height: 1.5em;
  color: white;
  letter-spacing: .3em;
  font-style: normal;
  font-weight: 400;
  font-family: source-sans-pro, sans-serif;
  text-align: center;
}
h3 {
  font-weight: 400;
  text-align: left;
  letter-spacing: .07em;
  color: #333333;
  font-style: normal;
  padding-bottom: .5em;
  padding-top: .5em;
  font-family: source-sans-pro, sans-serif;
  font-size: 23px;
}
h4 {
  font-weight: 500;
  text-align: left;
  letter-spacing: .08em;
  color: #333333;
  font-style: normal;
  padding-top: .5em;
  font-family: source-sans-pro, sans-serif;
  font-size: 25px;
}
h6 {
  display: block;
  font-weight: 400;
  letter-spacing: .08em;
  color: #5F5E5E;
  font-style: normal;
  padding-top: .5em;
  padding-bottom: .3em;
  font-family: source-sans-pro, sans-serif;
  /*font-size: 2.3vw;*/
  font-size: 25px;
}
h7 {
  display: block;
  width: 100%;
  margin: auto;
  font-size: 33px;
  line-height: 1.5em;
  color: #333333;
  letter-spacing: .2em;
  font-style: normal;
  font-weight: 500;
  font-family: source-sans-pro, sans-serif;
  text-align: center;
}
#font-one {
  display: block;
  font-size: 19px;
  line-height: 1.5em;
  color: #333333;
  letter-spacing: .04em;
  font-style: normal;
  font-weight: 200;
  font-family: source-sans-pro, sans-serif;
}
#font-three {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  color: #333333;
  letter-spacing: .04em;
  font-style: normal;
  font-weight: 200;
  font-family: source-sans-pro, sans-serif;
}
/*chart slideshow container*/
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.mySlides {
  max-width: 100%;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -22px;
  color: #6F6F6F;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.dot-container {
  text-align: center;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
/*chart slideshow container end*/
/*new services container*/
.artworks-2 {
  position: relative;
  width: 100%;
  top: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: auto;
}
.column-2 {
  background-color: #fff;
  flex: 20%;
  padding: 1em 1em 1em 1em;
}
.container-2 {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 0em;
  z-index: auto;
}
#box1, #box2, #box3, #box4, #box5 {
  background-color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*new services conteiner end*/
/*slideshow Projects*/
.projects {
  width: 70%;
  margin: auto;
  text-align: center;
}
* {
  box-sizing: border-box;
}
.row > .column2 {
  padding: 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column2 {
  float: left;
  width: 25%;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1005;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 70%;
  max-width: 1200px;
}
/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor2: pointer;
}
.mySlides1, .mySlides2, .mySlides3, .mySlides4, .mySlides5, .mySlides6, .mySlides7, .mySlides8 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev2, .next2 {
  cursor2: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev2:hover, .next2:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 6px 16px;
  color: white;
  font-family: source-sans-pro, sans-serif;
}
.demo1, .demo2, .demo3, .demo4, .demo5, .demo6, .demo7, .demo8 {
  opacity: 0.6;
}
.active, .demo1:hover {
  opacity: 1;
}
.active, .demo2:hover {
  opacity: 1;
}
.active, .demo3:hover {
  opacity: 1;
}
.active, .demo4:hover {
  opacity: 1;
}
.active, .demo5:hover {
  opacity: 1;
}
.active, .demo6:hover {
  opacity: 1;
}
.active, .demo7:hover {
  opacity: 1;
}
.active, .demo8:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*slideshow Projects end*/
/*contact form*/
.contact-container {
  position: relative;
  width: 70%;
  margin: auto;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  /*align-content: center;*/
  z-index: 100;
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 15px 0;
}
#contact h3 {
  color: #F96;
  display: block;
  font-size: 30px;
  font-weight: 400;
}
#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
}
fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #AAA;
}
#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #565552;
  color: #FFF;
  margin: 0 0 5px;
  padding: 12px 20px;
  font-size: 15px;
    letter-spacing: .1em;
    font-family: source-sans-pro, sans-serif;
}
#contact button[type="submit"]:hover {
  background: #09C;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus, #contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}
/*contact form ends*/
footer {
  position: relative;
  background-color: #565552;
  width: 100%;
  margin: auto;
  bottom: auto;
  z-index: auto;
}
/*Social Media Icons*/
.footer-icon {
  position: relative;
  width: 70%;
  margin: auto;
  padding: 10px 0 0 0;
  text-align: center;
  z-index: 100;
}
.icon-bar {
  padding: 15px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-0%);
}
.icon-bar a {
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 23px;
}
.icon-bar a:hover {
  background-color: #000;
}
.twitter {
  background: none;
  color: white;
}
.facebook {
  background: none;
  color: white;
}
.linkedin {
  background: none;
  color: white;
}
.instagram {
  background: none;
  color: white;
}
/*Social Media Icons end*/
.footer-content {
  width: 70%;
  margin: auto;
  text-align: center;
}
#info-content {
  width: 70%;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}
h5 {
  font-weight: 200;
  display: block;
  font-size: 12px;
  padding: 0PX;
  letter-spacing: .07em;
  color: #FCFCFC;
  font-style: normal;
  font-family: source-sans-pro, sans-serif;
}
#font-two {
  font-weight: 200;
  display: block;
  font-size: 10px;
  padding: 0 0 25px 0;
  letter-spacing: .04em;
  color: #FCFCFC;
  font-style: normal;
  font-family: source-sans-pro, sans-serif;
}
