* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  display: inline-block;
}

ol,
ul {
  list-style: none;
}
#nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
}

#nav .container .navbar {
  width: 100%;
  display: flex;
  padding: 33px 0 32px;
}

#nav .container .navbar .logo {
  width: 30%;
}

#nav .container .navbar .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
}

#nav .container .navbar .menu ul {
  display: flex;
}

#nav .container .navbar .menu ul li a {
  color: #f5f5f5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 44px;
}
#banner {
  width: 100%;
  background: url(../images/banner_main.jpg) no-repeat center;
  background-size: cover;
  padding: 328px 0 250px;
}

#banner .text {
  text-align: center;
}

#banner .text h1 {
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

#banner .text h2 {
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 21px 0 20px;
}

#banner .text p {
  font-family: "Roboto Slab", serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
#service {
  padding: 79px 0 83px;
  background: #f9f9f9;
}

#service .title {
  text-align: center;
}

#service .main {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#service .title h2 {
  font-family: "Roboto Slab", serif;
  color: #444444;
  font-size: 30px;
}
#service .title p {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  color: #666666;
  margin-bottom: 1.1in;
  padding-top: 0.4in;
}
#service .title h3 {
  font-family: "Roboto Slab", serif;
}

#service .main .item {
  width: 368px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}

#service .main .item .text {
  text-align: center;
}
#service .main .item .text h3 {
  font-family: "Roboto Slab", serif;
  padding-bottom: 0.3in;
}
#service .main .item .text p {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  padding-bottom: 0.35in;
}
#shots .title {
  width: 100%;
  background: #2b2b2b;
}
#shots .title p {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 51px 0 51px;
  font-family: "Roboto Slab", serif;
  color: #a6a6a6;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
#shots .title p::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ffffff;
  top: 50%;
  right: -115px;
}
#shots .title p::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ffffff;
  top: 50%;
  left: -115px;
}
#shots .showcase {
  display: flex;
  justify-content: center;
}
#shots .showcase img {
  width: 25%;
}
#shots .btn {
  padding: 60px 0;
  width: 100%;
  background: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shots .btn a {
  text-decoration: none;
  color: #a6a6a6;
  padding: 16px 20px;
  border: 1px solid #a6a6a6;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
}
#shots .btn a i {
  padding: 0 10px;
}
#journal {
  background: #f9f9f9;
  padding-bottom: 80px;
}
#journal .title {
  width: 100%;
}
#journal .title p {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  padding: 51px 0 51px;
  font-family: "Roboto Slab", serif;
  color: #444444;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
}
#journal .title p::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #d9d9d9;
  top: 50%;
  right: -115px;
}
#journal .title p::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  background: #d9d9d9;
  top: 50%;
  left: -115px;
}
#journal .showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#journal .showcase .items {
  width: 30%;
  border: #d9d9d9 1px solid;
  display: flex;
  flex-direction: column;
  padding: 28px 0;
}
#journal .showcase .items img {
  width: 100%;
}
#journal .showcase .items .caption {
  width: 100%;
  text-align: center;
}
#journal .showcase .items .caption p:nth-child(1) {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  padding-bottom: 16px;
}
#journal .showcase .items .caption p:nth-child(2) {
  font-size: 12px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding-bottom: 25px;
}
#journal .showcase .items .articel {
  width: 100%;
  text-align: left;
  padding: 27px;
}
#journal .showcase .items .articel {
  width: 100%;
  text-align: left;
}
#journal .showcase .items .articel p {
  font-size: 14px;
  font-family: "Roboto", serif;
}
#journal .showcase .items .social-info {
  width: 100%;
  padding: 0 27px;
  display: flex;
  justify-content: space-between;
}
#journal .showcase .items .social-info a {
  padding: 5px 0;
  color: #999999;
  border-bottom: 1px solid #28b8d8;
  text-transform: uppercase;
  font-size: 11px;
}
#journal .showcase .items .social-info p {
  padding: 5px 0;
  color: #999999;
}
#about {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 80px;
}
#about .main-items {
  display: flex;
  justify-content: space-between;
}
#about .main-items .title p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  padding: 15px 0 15px 5px;
  margin: 0;
  position: relative;
  width: 200px;
}
#about .main-items .title p::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #d9d9d9;
  top: 50%;
  left: 150px;
}
#about .main-items .main {
  display: flex;
  justify-content: space-between;
}
#about .main-items .self-data {
  width: 48%;
}
#about .main-items .self-data .main .articel {
  padding-left: 29px;
}
#about .main-items .self-data .main .articel p:nth-child(1) {
  font-family: "Roboto Slab", serif;
  line-height: 23px;
  padding-bottom: 28px;
  margin: 0;
}
#about .main-items .self-data .main .articel p:nth-child(2) {
  line-height: 22px;
  margin: 0;
  font-size: 14px;
}
#about .services {
  width: 48%;
}
#about .services-items {
  height: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .services-items .articel {
  display: flex;
  justify-content: space-between;
}
#about .services-items .articel .text p:nth-child(1) {
  font-family: "Roboto Slab", serif;
  padding-bottom: 20px;
  font-weight: 700;
}
#about .services-items .articel .text p:nth-child(2) {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
}
#about .services-items .articel .icon i {
  font-size: 50px;
  color: #28b8d8;
  padding: 0 15px;
}
#social-link {
  width: 100%;
  background: #2b2b2b;
}
#social-link .main {
  display: flex;
  justify-content: space-between;
}
#social-link .main .info {
  width: 23%;
  color: #e3e3e3;
  padding: 70px 0 91px;
}
#social-link .main .info p i{
  padding-right: 10px;
}
#social-link .main .info p:nth-child(1) {
  font-family: "Roboto Slab", serif;
  padding: 20px 0;
  font-weight: 700;
  font-size: 16px;
}
#social-link .main .info p:nth-child(2) {
  font-family: "Roboto Slab", serif;
  padding: 20px 0;
  font-weight: 300;
  font-size: 14px;
}
#social-link .main .info p:nth-child(3) {
  font-family: "Roboto Slab", serif;
  padding: 20px 0;
  font-weight: 300;
  font-size: 14px;
}
#social-link .main .info p:nth-child(4) {
  font-family: "Roboto Slab", serif;
  padding: 20px 0;
  font-weight: 300;
  font-size: 14px;
}
#footer {
  background: #333333;
  
}
#footer p{
 padding: 40px;
 color:#d9d9d9;
 font-family: "Roboto Slab", serif;
 margin: 0;
  
}

