.portfolio-area.default-padding {
    padding-bottom: 65px;
  }
  
  .mix-item-menu button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  
  .mix-item-menu button.active, 
  .mix-item-menu button:hover {
    color: #c5a47e;
  }
  
  .mix-item-menu.dots button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #666666;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .mix-item-menu.dots button.active,
  .mix-item-menu.dots button:hover {
    color: #c5a47e;
  }
  
  .mix-item-menu {
    margin-bottom: 20px;
  }
  
  .mix-item-menu.dots button::after {
    background: #666666 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 5px;
    margin-top: -2px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 5px;
  }
  
  .mix-item-menu.dots button.active::after {
    background: #c5a47e none repeat scroll 0 0;
  }
  
  .mix-item-menu.dots button:last-child::after {
    display: none;
  }
  
  .mix-item-menu.center-circle button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #666666;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .mix-item-menu.center-circle.text-left button {
    padding-left: 0;
  }
  
  .mix-item-menu.center-circle button.active::after {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    margin-left: -20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: -1;
  }
  
  .mix-item-menu.center-circle.text-left button.active, 
  .mix-item-menu.center-circle.text-left button:hover {
    color: #c5a47e;
  }
  
  .mix-item-menu {
    margin-top: -15px;
  }
  
  .portfolio-area .item-info {
    padding-top: 15px;
  }
  
  .portfolio-area .item-info h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #232323;
    font-weight: 600;
  }
  
  .portfolio-area .text-light .item-info h4 {
    color: #ffffff;
  }
  
  .portfolio-area .item-info h4 a {
    color: #232323;
  }
  
  .portfolio-area .item-info h4 a:hover {
    color: #c5a47e;
  }
  
  .portfolio-area .item-info .tags a {
    color: #999999;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    z-index: 1;
  }
  
  .portfolio-area .item-info .tags a:hover {
    color: #c5a47e;
  }
  
  .portfolio-area .item-info .tags a::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
  }
  
  .portfolio-area .item-info .tags a:last-child::after {
    display: none;
  }
  
  .portfolio-area.info-shadow .item-info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 30px;
  }
  
  .mix-item-menu.bottom-cirlce button.active::after {
    background: #c5a47e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 5px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 5px;
    z-index: -1;
  }
  
  .mix-item-menu.bottom-cirlce button {
    padding-bottom: 5px;
  }
  
  .mix-item-menu.category-count button {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 5px !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
    margin-top: 15px;
    padding: 10px 30px;
  }
  
  .mix-item-menu.category-count button.active::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f4f4f4;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -15px;
    position: absolute;
  }
  
  .mix-item-menu.category-count {
    margin-bottom: 30px;
  }
  
  .mix-item-menu.text-left button {
    margin-right: 15px;
    padding-left: 0;
  }
  
  .mix-item-menu.active-border button.active::after {
    background: #c5a47e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
  }
  
  .mix-item-menu.active-border.text-center button.active::after {
    left: 50%;
    margin-left: -15px;
  }
  
  .portfolio-area .pf-item {
    float: left;
    padding: 15px;
    width: 33.333%;
  }
  
  .portfolio-area .col-2 .pf-item {
    width: 50%;
  }
  
  .portfolio-area .col-4 .pf-item {
    width: 25%;
  }
  
  .portfolio-area .less-padding .pf-item {
    padding: 0;
  }
  
  .portfolio-area .pf-item.width {
    width: 66.6667%;
  }
  
  .portfolio-area .col-2 .pf-item.width {
    width: 100%;
  }
  
  .load-button {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 15px;
  }
  
  .load-button i {
    margin-left: 5px;
  }
  
  .container-full .pf-item img {
    width: 100%;
  }
  
  /* Effect(1) Swipe top to bottom */
  
  .overlay-effect {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  .overlay-effect::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
  }
  
  .overlay-effect * {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  
  .overlay-effect img {
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  
  .overlay-effect .item-info {
    bottom: 0;
    height: auto;
    left: 0;
    padding: 20px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  
  .overlay-effect h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .overlay-effect .item-info span {
    color: #ffffff;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    padding-right: 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
  }
  
  .overlay-effect .item-info span::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
  }
  
  .overlay-effect .item-info span:last-child::after {
    display: none;
  }
  
  .overlay-effect .icons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    transform: translateY(-150%);
  }
  
  .portfolio-area .overlay-effect .icons a {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #c5a47e;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
  }
  
  .overlay-effect:hover .item-info h4,
  .overlay-effect.hover .item-info h4,
  .overlay-effect.hover .item-info span,
  .overlay-effect:hover .item-info span {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
  }
  
  .overlay-effect:hover .item-info .icons,
  .overlay-effect.hover .item-info .icons {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  
  /* Effect(2) Slide Up */
  .portfolio-area .pf-item .item-effect {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  
  .portfolio-area .pf-item .item-effect::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }
  
  .portfolio-area .pf-item:hover .item-effect::after {
    opacity: 0.6;
  }
  
  .item-effect {
    position: relative;
  }
  
  .item-effect img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }
  
  .item-effect img {
    max-width: none;
    width: -webkit-calc(100% + 50px) !important;
    width: calc(100% + 50px) !important;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  
  .item-effect .bottom-info {
    height: auto;
    left: 0;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
  }
  
  .portfolio-area.title-translate .item-effect .bottom-info {
    background: transparent;
  }
  
  .item-effect a {
    -webkit-transform: translate3d(0, 35px, 0);
    transform: translate3d(0, 35px, 0);
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .item-effect a {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #232323;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 3px;
    opacity: 0;
    text-align: center;
    transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
    -ms-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
    width: 50px;
    font-size: 18px;
  }
  
  .item-effect:hover a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
  
  .effect-up .pf-item:hover img, .effect-up .pf-item:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  
  /* bottom to up */
  
  .effect-up.clean-text .item-effect .bottom-info {
    bottom: 0;
    height: auto;
    left: 0;
    padding: 20px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  
  .effect-up.clean-text .item-effect h2,
  .effect-up.clean-text .item-effect h3,
  .effect-up.clean-text .item-effect h4, 
  .effect-up.clean-text .item-effect a {
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0);
    text-transform: uppercase;
    font-weight: 400;
  }
  
  .effect-up.clean-text .item-effect h2,
  .effect-up.clean-text .item-effect h3,
  .effect-up.clean-text .item-effect h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    margin-bottom: 10px;
  }
  
  .effect-up.clean-text .item-effect:hover h2,
  .effect-up.clean-text .item-effect:hover h3,
  .effect-up.clean-text .item-effect:hover h4 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .effect-up.clean-text .item-effect:hover h2,
  .effect-up.clean-text .item-effect:hover h3,
  .effect-up.clean-text .item-effect:hover h4, 
  .effect-up.clean-text .item-effect:hover a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .effect-up.clean-text .item-effect a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  
  /* Effect(3) left slide */
  .effect-left-swipe {
    position: relative;
    overflow: hidden;
    background: #232323;
  }
  
  .effect-left-swipe * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .effect-left-swipe img {
    max-width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .effect-left-swipe:after {
    background: #232323;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: .5;
  }
  
  .effect-left-swipe .icons {
    height: auto;
    bottom: 25px;
    left: 30px;
    position: absolute;
    text-align: left;
    z-index: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .effect-left-swipe .icons .cat span {
    color: #ffffff;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    position: relative;
    padding-right: 5px;
  }
  
  .effect-left-swipe .icons .cat span::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
  }
  
  .effect-left-swipe .icons .cat span:last-child::after {
    display: none;
  }
  
  .effect-left-swipe .cat,
  .effect-left-swipe h4 {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  .swipe-inline .effect-left-swipe .icons {
    bottom: 20px;
    left: 30px;
  }
  
  .swipe-inline .effect-left-swipe .cat {
    display: inline-block;
    margin-right: 3px;
    width: auto;
  }
  
  .effect-left-swipe h4 {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  
  .effect-left-swipe .cat {
    display: inline-block;
  }
  
  .effect-left-swipe:hover img,
  .effect-left-swipe.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .effect-left-swipe:hover:after,
  .effect-left-swipe.hover:after {
    left: 0;
  }
  
  .effect-left-swipe:hover .icons .cat,
  .effect-left-swipe.hover .icons .cat,
  .effect-left-swipe:hover .icons h4,
  .effect-left-swipe.hover .icons h4 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  
  .effect-left-swipe:hover h4,
  .effect-left-swipe.hover h4,
  .effect-left-swipe:hover .cat,
  .effect-left-swipe.hover .cat {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .effect-left-swipe > a {
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    z-index: 1;
  }
  
  .effect-left-swipe:hover > a,
  .effect-left-swipe.hover > a {
    opacity: 1;
    right: 30px;
  }
  
  
  
  /* Effect(4) slide up */
  .effect-slide-up {
    position: relative;
    overflow: hidden;
    background-color: #ccae8d;
  }
  
  .effect-slide-up * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .effect-slide-up h4 {
    font-weight: 500;
    left: 30px;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    bottom: 55px;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 2;
  }
  
  .effect-slide-up .category {
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    left: 30px;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-transform: capitalize;
    bottom: 25px;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 2;
  }
  
  .item-middle .effect-slide-up a {
    text-align: center;
    display: block;
    height: 100%;
    width: 100%;
  }
  
  .item-middle .effect-slide-up h4 {
    bottom: auto;
    left: 0;
    margin-top: -25px;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  
  .item-middle .effect-slide-up .category {
    bottom: auto;
    left: 0;
    margin-top: 3px;
    text-align: center;
    top: 50%;
    width: 100%;
  }
  
  .effect-slide-up .category span {
    display: inline-block;
    padding-right: 5px;
    position: relative;
    z-index: 1;
  }
  
  .effect-slide-up .category span::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
  }
  
  .effect-slide-up .category span:last-child::after {
    display: none;
  }
  
  .effect-slide-up:hover img,
  .effect-slide-up.hover img {
    opacity: 0.15;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
  .effect-slide-up:hover h4,
  .effect-slide-up.hover h4,
  .effect-slide-up:hover .category,
  .effect-slide-up.hover .category {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  
  .effect-slide-up:hover:before,
  .effect-slide-up.hover:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
  }
  
  .effect-slide-up:hover:after,
  .effect-slide-up.hover:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: skew(-45deg) translateX(75%);
    transform: skew(-45deg) translateX(75%);
  }
  
  
  /* ============================================================== 
       # Portfolio Details 
  =================================================================== */
  
  .portfolio-details-area .pf-item {
    padding: 0;
    width: auto;
    overflow: hidden;
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  }
  
  .portfolio-details-area h2 {
    font-weight: 600;
  }
  
  .portfolio-details-area h4 {
    line-height: 1.4;
    margin-bottom: 25px;
  }
  
  .portfolio-details-area .right-info {
    padding-left: 35px;
  }
  
  .portfolio-details-area .right-info a {
    margin-top: 10px;
  }
  
  .portfolio-details-area .left-info a {
    display: block;
    margin-bottom: 30px;
  }
  
  .portfolio-details-area .left-info a:last-child {
    margin: 0;
  }
  
  .portfolio-details-area .projects-info li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
  }
  
  .portfolio-details-area .projects-info li span {
    color: #666666;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: capitalize;
  }
  
  .portfolio-details-area .projects-info li span i {
    color: #666666;
    margin-right: 5px;
  }
  
  .portfolio-details-area .projects-info {
    margin: 30px 0;
  }
  
  .portfolio-details-area .projects-info li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
  }
  
  .portfolio-details-area .share-projects h4, 
  .portfolio-details-area .share-projects ul {
    float: left;
  }
  
  .portfolio-details-area .share-projects ul li {
    display: inline-block;
  }
  
  .portfolio-details-area .share-projects ul li a {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
  }
  
  .portfolio-details-area .share-projects ul li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
  }
  
  .portfolio-details-area .share-projects ul li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
  }
  
  .portfolio-details-area .share-projects ul li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
  }
  
  .portfolio-details-area .share-projects ul li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
  }
  
  .portfolio-details-area .share-projects ul li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
  }
  
  .portfolio-details-area .share-projects ul li.dribbble a {
    background: #ea4c89 none repeat scroll 0 0;
  }
  
  .portfolio-details-area .share-projects h4 {
    margin: 0;
  }
  
  .portfolio-details-area .share-projects {
    margin-top: -10px;
    overflow: hidden;
  }
  
  .portfolio-details-area .share-projects li:first-child i {
    font-size: 30px;
    margin-right: 10px;
  }
  
  .portfolio-details-area .share-projects li:first-child {
    float: left;
    margin-top: 15px;
  }
  
  .portfolio-details-area .site-heading {
    margin-bottom: 30px;
  }
  
  .portfolio-details-area .related-projects .pf-item .item-info h4 {
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: uppercase;
  }
  
  .portfolio-details-area .related-projects .pf-item .item-info h4 a {
    color: #232323;
  }
  
  .portfolio-details-area .related-projects .pf-item .item-info a {
    color: #999999;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    z-index: 1;
  }
  
  .portfolio-details-area .related-projects .pf-item .item-info a::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
  }
  
  .portfolio-details-area .related-projects .pf-item .item-info a:last-child::after {
    display: none;
  }
  
  .portfolio-details-area .related-projects .pf-item .item-info {
    padding: 20px 30px;
  }
  
  .portfolio-details-area .related-projects .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #999999;
    height: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 20px;
  }
  
  .portfolio-details-area .related-projects .owl-dots .owl-dot.active span, 
  .portfolio-details-area .related-projects .owl-dots .owl-dot:hover span {
    border-color: #c5a47e;
  }
  


  
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* About */
    .about-area .right-info {
      padding-left: 15px;
      margin-top: 30px;
    }
  
    .banner-area.navbar-transparent .content {
      margin-top: 60px;
    }
  
    /* Portfolio */
    .portfolio-area .portfolio-items .pf-item,
    .portfolio-area .portfolio-items.col-2 .pf-item,
    .portfolio-area .portfolio-items.col-3 .pf-item,
    .portfolio-area .portfolio-items.col-4 .pf-item,
    .portfolio-area .portfolio-items .pf-item.width {
      width: 50%;
    }
  
    .portfolio-details-area .right-info {
      margin-top: 30px;
      padding-left: 15px;
    }
  
    /* Contact */
    .contact-area .right-info {
      margin-top: 40px;
      padding-left: 15px;
    }
  
  
    /* Footer */
    .footermodified {
      text-align: center;
      line-height: inherit;
    }
  
    .footermodified .text-left, 
    .footermodified .text-right {
      text-align: center;
    }
  
    .footermodified .logo {
      margin-bottom: 20px;
    }
  
    .footermodified.centerd .logo {
      margin-bottom: 20px;
    }
  
    .footermodified.centerd .copyright {
      margin-top: 20px;
      padding-top: 20px;
    }
  
    .footermodified .copyright.border {
      margin-top: 20px;
    }
  
    .footermodified .menu {
      margin-bottom: 20px;
    }
  
    .footermodified p {
      line-height: inherit;
    }
  
    .footermodified.copyright-center .footermodified-social {
      margin-top: 20px;
    }
  
    .footermodified.centerd .menu {
      margin-bottom: 0;
    }
  }
  
  
  /* Mobile Layout: 320px. */
  @media only screen and (max-width: 767px) {
  
    /* Heading */
    h1 {
      font-size: 36px;
    }
  
    h2 {
      font-size: 26px;
    }
  
    h3 {
      font-size: 20px;
    }
  
    h4 {
      font-size: 18px;
      line-height: 1.4;
    }
  
    h5 {
      font-size: 16px;
      line-height: 1.4;
    }
  
    h6 {
      font-size: 14px;
      line-height: 1.4;
    }
  
    .default-padding {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
    .padding-xl {
      padding-bottom: 50px;
      padding-top: 50px;
    }
  
    .default-padding.bottom-less {
      padding-bottom: 20px;
      padding-top: 50px;
    }
  
    .default-padding-bottom {
      padding-bottom: 50px;
    }
  
    .default-padding-top {
      padding-top: 50px;
    }
  
    .default-padding.bottom-30 {
      padding-bottom: 0;
      padding-top: 50px;
    }
  
    .default-padding.bottom-20 {
      padding-bottom: 20px;
      padding-top: 50px;
    }
  
    .page-heading {
      padding: 50px 0;
    }
  
    .site-heading {
      margin-bottom: 30px;
    }
  
    .site-heading.center-mobile {
      text-align: center;
    }
  
    .site-heading.center-mobile h2::before {
      left: 50%;
      margin-left: -10px;
    }
  
    .site-heading.center-mobile h2::after {
      left: 50%;
      margin-left: -40px;
    }
  
    .carousel-shadow .site-heading {
      margin-bottom: 15px;
    }
  
    /* Breadcrumb */
    .page-heading h1 {
      font-size: 36px;
    }
  
    /* Side Nav */
    .side {
      padding: 50px 30px;
      width: 320px;
    }
  
    /* Banner */
  
    .banner-area.navbar-transparent .content {
      margin-top: 60px;
    }
  
    .banner-area.content-shadow .content {
      padding: 30px;
    }
  
    .banner-area, .banner-area div {
      height: auto;
    }
  
    .banner-area .box-cell {
      padding: 100px 0 !important;
    }
  
    .banner-area.text-normal h1 {
      font-size: 36px;
      margin-bottom: 20px;
    }
  
    .banner-area.content-shadow h1 {
      font-size: 36px;
      line-height: 1.2;
    }
  
    .banner-area.content-shadow h2 {
      font-size: 26px;
    }
  
    .banner-area.heading-only h2 {
      font-weight: 400;
      line-height: 1.2;
    }
  
    .banner-area.typed-text h1 {
      font-size: 36px;
      line-height: 1.2;
      margin-bottom: 20px;
    }
  
    .banner-area.typed-text a {
      margin-top: 15px;
    }
  
    .banner-area.large-heading h1 {
      font-size: 36px;
      line-height: 1.2;
      margin-bottom: 20px;
    }
  
    .banner-area.large-heading a {
      margin-top: 15px;
    }
  
    .banner-area.content-shadow.text-normal h1 {
      font-size: 36px;
    }
  
    .banner-area.auto-height h1 {
      font-size: 36px;
      line-height: 1.2;
      margin-bottom: 20px;
    }
  
  
    /* About */
    .about-area .right-info {
      padding-left: 15px;
      margin-top: 30px;
    }
  
    .about-area.about-us .left-info .thumb {
      margin-bottom: 15px;
    }
  
    .about-area.about-us .left-info .thumb:last-child {
      margin-bottom: 0;
    }
  
  
    /* Services */
    .services-area .services-carousel .item {
      text-align: center;
    }
  
    .services-area .services-carousel.services-items .owl-nav {
      text-align: center;
    }
  
  
    /* Portfolio */
    .portfolio-area.default-padding {
      padding-bottom: 35px;
    }
  
    .portfolio-area .portfolio-items .pf-item,
    .portfolio-area .portfolio-items.col-2 .pf-item,
    .portfolio-area .portfolio-items.col-3 .pf-item,
    .portfolio-area .portfolio-items.col-4 .pf-item,
    .portfolio-area .portfolio-items .pf-item.width {
      width: 100%;
    }
  }