

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  /*width: 100%;*/
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

/**
 * 8.0 Alignments
 */

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/* ==========================================================================
17. Design Elements
========================================================================== */

.feature-content {
  margin-top: 86px;
  margin-bottom: 50px;
}
.expertise-img img {
  -webkit-background-size: cover;
  background-size: cover;
}
.model-box {
  background: url(../images/about-model.html) no-repeat center top fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.signature {
  width: auto;
}
.honeymoon-packages-banner img {
  width: auto;
  margin-top: 85px;
}

/* Carousel */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  bottom: 10px;
}
.carousel-indicators li {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  text-indent: -99999px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  visibility: visible;
  position: relative;
  left: inherit;
}
.carousel-indicators li:first-child {
  margin-left: 0;
}
.carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel-indicators li:after {
  left: inherit;
  content: inherit;
}
.carousel-indicators .active {
  width: 17px;
  height: 17px;
  background-color: #fff;
  visibility: visible;
}

.carousel-inner {
  overflow: visible;
  display: inline-table;
}
.carousel-caption {
  position: inherit;
  width: 46%;
  margin: 0 auto;
}
.carousel-caption p {
  font-size: 22px;
  font-weight: 300;
}
.carousel-caption span {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 65px;
  display: inline-block;
}

/* Feature */
.feature {
  /*display: table; */
  margin-left: 8%;
  clear: both;
}
.icon-container {
  float: left;
  margin-right: 30px;
  min-height: 74px;
}
.icon-container i {
  font-size: 50px;
  line-height: 78px;
}
.feature:hover .icon-container i {
  position: relative;
  bottom: 10px;
  -webkit-animation: 1s linear 0s normal none infinite iconFloat;
  animation: 1s linear 0s normal none infinite iconFloat;
}
.fetaure-details .title,
.fetaure-details .content {
  float: left;
}
.fetaure-details .content {
  width: 69%;
}

/* ==========================================================================
22. Portfolio Style
========================================================================== */

/* portfolio Style 1 */
.slideshow * {
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.portfolio-style1 {
  width: 100%;
  display: table;
}
.portfolio-style1 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.portfolio-style1 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.portfolio-style1 .portfolio-figure {
  overflow: hidden;
  background-color: #e5e5e5;
  margin: 20px;
  box-shadow: 0 7px 10px 0 rgb(15 14 14 / 30%);
}
.portfolio-style1 .portfolio-figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
  height: 300px;
}
.portfolio-style1 .portfolio-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 25px;
  background: #fff;
  color: #f96015;
  box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3);
}
.portfolio-style1 .portfolio-figure .title {
  color: #f96015;
  line-height: 37px;
  margin: 0 0 8px;
  padding: 0;
}
.portfolio-style1 .portfolio-figure figcaption span {
  font-size: 18px;
  color: #000;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.portfolio-style1 .portfolio-figure figcaption a {
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.portfolio-style1 .portfolio-figure figcaption a:hover {
  color: #f96015;
}
.portfolio-style1 .portfolio-figure figcaption i {
  color: #b6b6b6;
  font-size: 60px;
  position: relative;
  top: -6px;
}
.portfolio-style1 .portfolio-figure:hover img,
.portfolio-style1 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-style1 .portfolio-figure figcaption {
  height: 110px;
  width: 88.8%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  margin: 0px 20px;
}
.portfolio-style1 .portfolio-figure:hover figcaption,
.portfolio-style1 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

/* portfolio Style 2 */
.portfolio-style2 {
  width: 100%;
  display: table;
}
.portfolio-style2 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.portfolio-style2 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.portfolio-style2 .portfolio-figure {
  overflow: hidden;
  background-color: #000;
}
.portfolio-style2 .portfolio-figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
}
.portfolio-style2 .portfolio-figure .title {
  float: left;
  color: #fff;
  line-height: 37px;
  font-size: 14px;
  margin: 0 0 8px;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: 3px;
  font-weight: 600;
  border-bottom: 1px solid rgba(235, 235, 235, 0.3);
  padding: 6px 0;
  display: inline-block;
}
.portfolio-style2 .portfolio-figure figcaption p {
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 5px 0 0;
  text-transform: none;
  width: 70%;
  clear: both;
}
.portfolio-style2 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-style2 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.portfolio-style2 .portfolio-figure figcaption .spa-details {
  height: 100%;
  padding: 50% 5% 0;
  text-align: left;
  width: 100%;
}
.portfolio-style2 .spa-details p {
  color: #fff;
  line-height: 22px;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
  width: 70%;
  margin-top: 5px;
}
.portfolio-style2 .portfolio-figure figcaption {
  color: #f96015;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  padding: 35px;
  width: 100%;
  box-shadow: none;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-style2 .portfolio-figure:hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.portfolio-style2 .portfolio-figure figcaption a {
  display: inline-block;
  clear: both;
  float: left;
  position: inherit;
  right: inherit;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  margin-top: 25px;
}
.portfolio-style2 .portfolio-figure figcaption a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #898989;
}

/* portfolio Style 3 */
.portfolio-style3 {
  width: 100%;
  display: table;
}
.portfolio-style3 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.portfolio-style3 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.portfolio-style3 .portfolio-figure {
  overflow: hidden;
  background-color: #000;
}
.portfolio-style3 .portfolio-figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
}
.portfolio-style3 .portfolio-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 25px;
  background: #fff;
  color: #f96015;
  box-shadow: none;
  height: 50% !important;
  background: rgba(0, 0, 0, 0.7);
}
.portfolio-style3 .portfolio-figure .title {
  color: #66b572;
  line-height: 37px;
  margin: 0 0 8px;
  padding: 0;
}
.portfolio-style3 .portfolio-figure figcaption span {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.portfolio-style3 .portfolio-figure figcaption a {
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.portfolio-style3 .portfolio-figure figcaption a:hover {
  color: #f96015;
}
.portfolio-style3 .portfolio-figure figcaption i {
  color: #b6b6b6;
  font-size: 60px;
  position: relative;
  top: -6px;
}
.portfolio-style3 .portfolio-figure:hover img,
.portfolio-style3 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-style3 .portfolio-figure figcaption {
  height: 110px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-style3 .portfolio-figure:hover figcaption,
.portfolio-style3 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

/* portfolio Style 4 */
.portfolio-style4 {
  width: 100%;
  display: table;
}
.portfolio-style4 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.portfolio-style4 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.portfolio-style4 .portfolio-figure {
  overflow: hidden;
  background-color: #000;
}
.portfolio-style4 .portfolio-figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
}
.portfolio-style4 .portfolio-figure figcaption {
  position: absolute;
  height: 75%;
  width: 75%;
  left: 12.5%;
  top: 12.6%;
  padding: 35px;
  background: #fff;
  color: #f96015;
  box-shadow: none;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-style4 .portfolio-figure .title {
  font-weight: 300;
  color: #12569b;
  line-height: 37px;
  margin: 0 0 10px;
  padding: 0;
  font-size: 32px;
}
.portfolio-style4 .portfolio-figure figcaption span {
  font-size: 25px;
  color: #5e5e5e;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}
.portfolio-style4 .portfolio-figure figcaption a {
  display: inherit;
  right: 0;
  left: 0;
  transition: all 400ms ease-in-out 0s;
  position: absolute;
  bottom: 12%;
  right: 20px;
  margin: 0 auto;
  font-size: 14px;
  padding: 5px 15px;
  width: 128px;
}
.portfolio-style4 .portfolio-figure figcaption a:hover {
  color: #fff;
}
.portfolio-style4 .portfolio-figure figcaption i {
  color: #b6b6b6;
  font-size: 60px;
  position: relative;
  top: -6px;
}
.portfolio-style4 .portfolio-figure:hover img,
.portfolio-style4 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-style4 .portfolio-figure:hover figcaption,
.portfolio-style4 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.portfolio-style4 .tour-price-popup {
  display: block;
  font-size: 25px !important;
  margin-top: 5px !important;
  font-weight: 500 !important;
}
.portfolio-style4 .tour-price-popup .red-font {
  color: #c60c0f;
  font-weight: 200;
  display: inline-block !important;
}
.portfolio-style4 .tour-details {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 20px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.portfolio-style4 .black-line {
  margin-left: auto;
  margin-right: auto;
}

/* portfolio Style 5 */
.gold .portfolio-style1 {
  width: 100%;
  display: table;
}
.gold .portfolio-style1 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.gold .portfolio-style1 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.gold .portfolio-style1 .portfolio-figure {
  overflow: hidden;
  background-color: #000;
}
.gold .portfolio-style1 .portfolio-figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
}
.gold .portfolio-style1 .portfolio-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 18px 25px;
  background: #fff;
  color: #f96015;
  box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3);
}
.gold .portfolio-style1 .portfolio-figure .title {
  color: #dda43b;
  line-height: 37px;
  margin: 0 0 8px;
  padding: 0;
}
.gold .portfolio-style1 .portfolio-figure figcaption span {
  font-size: 18px;
  color: #000;
  text-transform: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.gold .portfolio-style1 .portfolio-figure figcaption a {
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.gold .portfolio-style1 .portfolio-figure figcaption a:hover {
  color: #f96015;
}
.gold .portfolio-style1 .portfolio-figure figcaption i {
  color: #dda43b;
  font-size: 60px;
  position: relative;
  top: -6px;
}
.gold .portfolio-style1 .portfolio-figure:hover img,
.gold .portfolio-style1 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.gold .portfolio-style1 .portfolio-figure figcaption {
  height: 110px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.gold .portfolio-style1 .portfolio-figure:hover figcaption,
.gold .portfolio-style1 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

/* portfolio Style 6 */
.portfolio-style6 {
  width: 100%;
  display: table;
}
.portfolio-style6 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.portfolio-style6 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.portfolio-style6 .portfolio-figure {
  overflow: hidden;
  background-color: #000;
}
.portfolio-style6 .portfolio-figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
}
.portfolio-style6 .portfolio-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  padding: 35px;
  background-color: rgba(213, 33, 36, 0.8);
  color: #f96015;
  box-shadow: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-style6 .portfolio-figure .title {
  color: #dda43b;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 37px;
  margin: 0 0 8px;
  padding: 0;
  text-transform: none;
  letter-spacing: 3px;
  font-weight: 600;
  border-bottom: 1px solid rgba(235, 235, 235, 0.3);
  display: inline-block;
  padding: 6px 0;
}
.portfolio-style6 .portfolio-figure figcaption p {
  color: #fff;
  line-height: 22px;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
  width: 70%;
  margin-top: 5px;
  float: left;
  clear: both;
}
.portfolio-style6 .portfolio-figure figcaption a {
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  position: inherit;
  right: inherit;
  bottom: 20px;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  margin-top: 15px !important;
  float: left;
  clear: both;
}
.portfolio-style6 .portfolio-figure figcaption a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #898989;
}
.portfolio-style6 .portfolio-figure figcaption i {
  color: #dda43b;
  font-size: 60px;
  position: relative;
  top: -6px;
}
.portfolio-style6 .portfolio-figure:hover img,
.portfolio-style6 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-style6 .portfolio-figure:hover figcaption,
.portfolio-style6 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.portfolio-style6 .portfolio-figure figcaption .spa-details {
  text-align: left;
}

/* portfolio Style 7 */
.portfolio-style7 {
  width: 100%;
  display: table;
}
.portfolio-style7 .grid {
  max-width: 100%;
  margin: 0 auto;
  list-style: none;
  text-align: left;
}
.portfolio-style7 .portfolio-item {
  overflow: hidden;
  float: left;
  display: inline-block;
  padding: 0 0;
  width: 24.96%;
  max-width: 25%;
}
.portfolio-style7 .portfolio-figure {
  overflow: hidden;
  background-color: #000;
}
.portfolio-style7 .portfolio-figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  max-width: 100%;
}
.portfolio-style7 .portfolio-figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 25px;
  background-color: #000;
  color: #f96015;
  box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3);
}
.portfolio-style7 .portfolio-figure .title {
  color: #ffb400;
  line-height: 37px;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.portfolio-style7 .portfolio-figure figcaption span {
  font-size: 14px;
  color: #686868;
  text-transform: none;
  font-family: "Open Sans";
  font-weight: 400;
}
.portfolio-style7 .portfolio-figure figcaption a {
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.portfolio-style7 .portfolio-figure figcaption a:hover {
  color: #f96015;
}
.portfolio-style7 .portfolio-figure figcaption i {
  color: #ffb400;
  font-size: 26px;
  position: relative;
  top: -17px;
  right: 15px;
}
.portfolio-style7 .portfolio-figure:hover img,
.portfolio-style7 .portfolio-figure.cs-hover img {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-style7 .portfolio-figure figcaption {
  height: 110px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-style7 .portfolio-figure:hover figcaption,
.portfolio-style7 .portfolio-figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

/* ==========================================================================
25. Work Count Style
========================================================================== */

/* Work Count Style 1 */
.work-count-style1 .title-top {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  font-family: "Oswald", sans-serif;
}
.work-count-style1 .content-white {
  width: 75%;
}
.work-count-style1 span.title {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  display: table;
  text-transform: none;
  line-height: 23px;
  margin: 15px 0 0 0;
}

/* Work Count Style 2 */
.work-count-style2 {
  text-align: center;
}
.work-count-style2 .title-top {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  margin: 0;
  font-family: "Oswald", sans-serif;
}
.work-count-style2 .content-white {
  width: 75%;
}
.work-count-style2 span.title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  display: block;
  text-transform: none;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.work-count-style2 .content-white {
  margin: 0 auto;
  color: #000;
}
.work-count-style2 .black-line-top,
.work-count-style2 .black-line-bottom {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.work-count-style2 i {
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 29px;
  background-color: #000;
  margin-bottom: 20px;
}

/* Work Count Style 3 */
.work-count-style3 {
  -webkit-background-size: cover;
  background-size: cover;
}
.work-count-style3 .work-count-box {
  text-align: center;
}
.work-count-style3 .work-count-box .gray-text {
  margin: 0 auto;
  font-size: 13px;
  line-height: 21px;
  width: 80%;
}
.work-count-style3 .work-count-box .black-line-top,
.work-count-style3 .work-count-box .black-line-bottom {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.work-count-style3 .work-count-box i {
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 20px;
  background-color: #818181;
  margin-bottom: 20px;
  font-size: 30px;
}
.work-count-style3 span.title {
  display: block;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 40px 0 15px 0;
}
.yellow .work-count-style3 span.title {
  display: block;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 30px 0 5px 0;
}
.yellow .work-count-style3 p {
  margin-bottom: 30px !important;
}

/* Work Count Style 4 */
.work-count-style4 .work-count-box {
  text-align: center;
}
.work-count-style4 .work-count-box .gray-text {
  margin: 0 auto;
  font-size: 13px;
  line-height: 21px;
  width: 80%;
}
.work-count-style4 .work-count-box .black-line-top,
.work-count-style4 .work-count-box .black-line-bottom {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.work-count-style4 .work-count-box i {
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  padding: 20px;
  background-color: #818181;
  margin-bottom: 20px;
  font-size: 30px;
}
.work-count-style4 span.title {
  display: block;
  text-align: center;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 40px 0 15px 0 !important;
}

/* ==========================================================================
35. Work Style
========================================================================== */

/* Isotope Filters Style 1  */
.isotope-filters-style1 {
  padding: 10px 0px 20px 0px;
}
.isotope-filters-style1 li {
  display: inline-block;
  padding: 0 1.3%;
}
.isotope-filters-style1 li a {
  text-transform: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #b6b6b6;
  cursor: pointer;
}
.isotope-filters-style1 li a:hover,
.isotope-filters-style1 li a:focus,
.isotope-filters-style1 li a:active,
.isotope-filters-style1 li a.active {
  text-decoration: none;
  color: #000;
  border-color: #000;
}

/* Isotope Filters Style 2  */
.rs-style6 .isotope-filters-style1 {
  padding: 50px 0;
}
.rs-style6 .isotope-filters-style1 li {
  display: inline-block;
  padding: 0 1.3%;
}
.rs-style6 .isotope-filters-style1 li a {
  text-transform: none;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #b6b6b6;
  cursor: pointer;
}
.rs-style6 .isotope-filters-style1 li a:hover,
.rs-style6 .isotope-filters-style1 li a:focus,
.rs-style6 .isotope-filters-style1 li a:active,
.rs-style6 .isotope-filters-style1 li a.active {
  text-decoration: none;
  color: #d52124;
  border-color: #000;
}

/* Isotope Filters Style 3  */
.isotope-filters-style3 {
  padding: 50px 0;
}
.isotope-filters-style3 li {
  display: inline-block;
  padding: 0 1.3%;
}
.isotope-filters-style3 li a,
.rs-style7 .isotope-filters-style1 li a {
  text-transform: none;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
  cursor: pointer;
}
.rs-style7 .isotope-filters-style1 li a :hover,
.rs-style7 .isotope-filters-style1 li a :focus,
.rs-style7 .isotope-filters-style1 li a :active,
.rs-style7 .isotope-filters-style1 li a .active {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-color: #000;
}

/* ==========================================================================
36. Popup Slide Style
========================================================================== */

/* Popup Slide 1 */
/*.popup-slideshow-style1 .popup-navigation { width: 100%; position: relative; }*/
.popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px; /*transition: all 400ms ease-in-out 0s;*/
}
.popup-slideshow-style1 .popup-navigation span:hover {
  color: #f96015;
}
.popup-slideshow-style1 .popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 15px 5px 12px; /*transform: translateY(-50%);*/
}
.popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 12px 5px 15px; /*transform: translateY(-50%); */
}
.popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px; /*transition: all 400ms ease-in-out 0s;*/
}
.popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
  height: 100vh;
  overflow-y: auto;
}
.popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.popup-slideshow-style1 .popup-slide .title {
  color: #f96015;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.popup-slideshow-style1 .popup-slide .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  text-align: left;
}
.popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}

/* Popup Slide 2 */
.rs-style2 .popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.rs-style2 .popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px; /*transition: all 400ms ease-in-out 0s;*/
}
.rs-style2 .popup-slideshow-style1 .popup-navigation span:hover {
  color: #735087;
}
.rs-style2 .popup-slideshow-style1 .popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 15px 5px 12px; /*transform: translateY(-50%);*/
}
.rs-style2 .popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 12px 5px 15px; /*transform: translateY(-50%);*/
}
.rs-style2 .popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px; /*transition: all 400ms ease-in-out 0s;*/
}
.rs-style2 .popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
}
.rs-style2 .popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.rs-style2 .popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rs-style2 .popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.rs-style2 .popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .title {
  color: #735087;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.rs-style2 .popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.rs-style2 .popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}

/* Popup Slide 3 */
.rs-style3 .popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.rs-style3 .popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}
.rs-style3 .popup-slideshow-style1 .popup-navigation span:hover {
  color: #66b572;
}
.rs-style3 .popup-slideshow-style1.popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 15px 5px 12px;
}
.rs-style3 .popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 12px 5px 15px;
}
.rs-style3 .popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
}
.rs-style3 .popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.rs-style3 .popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rs-style3 .popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.rs-style3 .popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .title {
  color: #66b572;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.rs-style3 .popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.rs-style3 .popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}
.rs-style3 .popup-slideshow-style1 .reviews i {
  font-size: 22px;
  margin: 15px 6px 8px 0;
  color: #ffa800;
}

/* Popup Slide 4 */
.rs-style4 .popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.rs-style4 .popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}
.rs-style4 .popup-slideshow-style1 .popup-navigation span:hover {
  color: #12569b;
}
.rs-style4 .popup-slideshow-style1 .popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 15px 5px 12px;
}
.rs-style4 .popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 12px 5px 15px;
}
.rs-style4 .popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
}
.rs-style4 .popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.rs-style4 .popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rs-style4 .popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.rs-style4 .popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .title {
  color: #12569b;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.rs-style4 .popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.rs-style4 .popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}
.rs-style4 .popup-slideshow-style1 .reviews i {
  font-size: 22px;
  margin: 15px 6px 8px 0;
  color: #ffa800;
}
.rs-style4 .popup-slideshow-style1 .itinerary li,
.rs-style4 .portfolio-day-list li {
  margin-bottom: 15px;
  float: left;
}
.rs-style4 .popup-slideshow-style1 .itinerary li span,
.rs-style4 .portfolio-day-list li span {
  background-color: #000;
  display: inline-block;
  color: #fff;
  text-transform: none;
  padding: 2px 15px;
  font-weight: 600;
  font-size: 12px;
  margin: 7px 0 0 0;
  float: left;
}
.rs-style4 .popup-slideshow-style1 .itinerary li p,
.rs-style4 .portfolio-day-list li p {
  float: right;
  width: 85%;
}
.rs-style4 .popup-slideshow-style1 .popup-slideshow .highlight-button {
  background-color: #c60c0f;
  color: #fff;
  float: left;
  font-size: 25px;
  padding: 15px 25px;
}
.rs-style4 .popup-slideshow-style1 .popup-slideshow .highlight-button:hover {
  background-color: #000;
  color: #fff;
}

/* Popup Slide 5 */
.gold .rs-style1 .popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-navigation span:hover {
  color: #dda43b;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 15px 5px 12px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #000;
  font-size: 35px;
  padding: 4px 12px 5px 15px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .title {
  color: #dda43b;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.gold
  .rs-style1
  .popup-slideshow-style1
  .popup-slide
  .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.gold .rs-style1 .popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}

/* Popup Slide 6 */
.rs-style6 .popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.rs-style6 .popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}
.rs-style6 .popup-slideshow-style1 .popup-navigation span:hover {
  color: #d52124;
}
.rs-style6 .popup-slideshow-style1 .popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #d52124;
  font-size: 35px;
  padding: 4px 15px 5px 12px;
}
.rs-style6 .popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #d52124;
  font-size: 35px;
  padding: 4px 12px 5px 15px;
}
.rs-style6 .popup-slideshow-style1 .popup-navigation span.nav-next:hover,
.rs-style6 .popup-slideshow-style1 .popup-navigation span.nav-prev:hover {
  color: #000;
}
.rs-style6 .popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
  color: #656565;
}
.rs-style6 .popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.rs-style6 .popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rs-style6 .popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.rs-style6 .popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .title {
  color: #d52124;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.rs-style6 .popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.rs-style6 .popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}
.rs-style6 .popup-slideshow-style1 .popup-line {
  background-color: #2e2e2e;
}
.rs-style6 .popup-slideshow-style1 span.nav-close:before {
  color: #fff;
}

/* Popup Slide 7 */
.rs-style7 .popup-slideshow-style1 .popup-navigation {
  width: 100%;
  position: relative;
}
.rs-style7 .popup-slideshow-style1 .popup-navigation span {
  position: fixed;
  z-index: 1000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
}
.rs-style7 .popup-slideshow-style1 .popup-navigation span:hover {
  color: #ffb400;
}
.rs-style7 .popup-slideshow-style1 .popup-navigation span.nav-prev {
  right: 48%;
  top: 50%;
  background-color: #ffb400;
  font-size: 35px;
  padding: 4px 15px 5px 12px;
}
.rs-style7 .popup-slideshow-style1 .popup-navigation span.nav-next {
  left: 51.9%;
  top: 50%;
  background-color: #ffb400;
  font-size: 35px;
  padding: 4px 12px 5px 15px;
}
.rs-style7 .popup-slideshow-style1 .popup-navigation span.nav-next:hover,
.rs-style7 .popup-slideshow-style1 .popup-navigation span.nav-prev:hover {
  color: #000;
}
.rs-style7 .popup-slideshow-style1 .popup-navigation span.nav-close {
  padding: 8px 12px;
  right: 5px;
  top: 2px;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .right-part {
  float: right;
  width: 48%;
  padding: 8%;
  color: #656565;
}
.rs-style7 .popup-slideshow-style1 .popup-slider {
  float: left;
  width: 52%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.rs-style7 .popup-slideshow-style1 .popup-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.rs-style7 .popup-slideshow-style1 .popup-slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.rs-style7 .popup-slideshow-style1 .popup-slide figure img {
  display: block;
  float: left;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .title {
  color: #ffb400;
  display: inline-block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  line-height: 60px;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .popup-slideshow {
  right: 0;
  margin: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: none;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .popup-slideshow.show {
  visibility: visible;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .popup-slideshow.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.rs-style7 .popup-slideshow-style1 .popup-slide span {
  display: table;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .category {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
  color: #939393;
  line-height: 30px;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .work-details {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 5px;
  text-transform: none;
  width: 100%;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .client-speak {
  margin: 10px 0 0;
}
.rs-style7 .popup-slideshow-style1 .popup-slide .client-speak span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: none;
}
.rs-style7 .popup-slideshow-style1 .popup-line {
  background-color: #2e2e2e;
}
.rs-style7 .popup-slideshow-style1 span.nav-close:before {
  color: #fff;
}

/* ==========================================================================
1. Multi css
========================================================================== */
.vc-column-text {
  clear: both;
}
.blog-content .contentarea ul li {
  list-style: disc;
  list-style-position: inside;
}
.blog-content .contentarea ol li {
  list-style: decimal;
  list-style-position: inside;
}
.blog-content .contentarea h2 {
  font-size: 38px;
  line-height: 38px;
}
.blog-content .contentarea ul li ul,
.blog-content .contentarea ol li ol {
  padding-left: 25px;
}




#casestudies .portfolio-style1 .portfolio-item {
    width: 49%;
    max-width: 49%;
}
#casestudies .portfolio-figure{
    height: 300px;
    background-size: cover!important;
    border-radius: 10px;
}