/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Rachel Personal Portfolio
Version:    1.0
Primary use:    pxdraft
-------------------------------------------------------------------*/
/*
) Typo
) Buttons
) Header
) Footer
) Titles
) Portfolio
) Home Banner
) About Us
) Services
) Resume
) Blog
) Contact
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

@font-face {
  font-family: 'La Luxes Script';
  src: url("../fonts/LaLuxesScript.woff2") format("woff2");
}
@font-face {
  font-family: 'La Luxes Serif';
  src: url("../fonts/LaLuxesSerif.woff2") format("woff2");
}
/* ------------------------
*	General
------------------------*/

body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: .034375rem;
  font-size: 1rem;
  color: #333;
  font-weight: 200;
  line-height: 1.6;
  font-smoothing: antialiased; }

.dark-theme {
  color: #888888; }

html {
  overflow-x: hidden; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit; } }

a {
  color: #fff;
  text-decoration: none;
  font-weight: 600; }
  a:hover {
    color: #fff;
    text-decoration: none; }

img {
  max-width: 100%; }

.fa,
.fab,
.fal,
.far,
.fas {
  line-height: inherit; }

mark {
  background-image: linear-gradient(rgba(254, 79, 108, 0.6), rgba(254, 79, 108, 0.6));
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: transparent;
  padding: 0;
  color: currentColor; }

/* ----------------------
*	Loading
---------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #91947f;
  z-index: 99999; }

.load-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px; }
  .load-circle span {
    display: inline-block;
    width: 64px;
    height: 64px; }
    .load-circle span:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #ffffff;
      border-color: #ffffff transparent #ffffff transparent;
      -webkit-animation: lds-dual-ring 1.2s linear infinite;
              animation: lds-dual-ring 1.2s linear infinite; }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* ----------------------
*	owl 
---------------------------*/
.owl-dots {
  text-align: center; }
  .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 1px solid #91947f;
    transition: ease all 0.55s;
    border-radius: 50%;
    margin: 0 5px; }
    .owl-carousel-white .owl-dots .owl-dot {
      border-color: #ffffff;
      background: none; }
    .owl-dots .owl-dot.active {
      background: #91947f; }
      .owl-carousel-white .owl-dots .owl-dot.active {
        background: #ffffff; }

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%; }

.px-btn {
  padding: 0 20px;
  line-height: 2.625rem;
  border: 2px solid transparent;
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  transition: ease all 0.35s;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500; }
  .px-btn span {
    position: relative;
    z-index: 1; }
  .px-btn.btn-arrow {
    padding: 0 50px 0 20px; }
    .px-btn.btn-arrow .arrow {
      width: 13px;
      height: 2px;
      background: currentColor;
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 25px; }
      .px-btn.btn-arrow .arrow:after {
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: "";
        position: absolute;
        top: -3px;
        right: 0;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .px-btn.theme {
    background: #91947f;
    color: #ffffff;
    border: 2px solid #91947f; }
    .px-btn.theme:hover {
      border-color: #c68e8d;
      background: #c68e8d; }
  .px-btn.theme-t {
    background: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .px-btn.theme-t:hover {
      background: #fff;
      color: #c68e8d; }
      .fixed-header .px-btn.theme-t {
        background: transparent;
        border: 2px solid #c68e8d;
        color: #c68e8d; }
        .fixed-header .px-btn.theme-t:hover {
          background: #c68e8d;
          color: #fff; }
  .px-btn.white-t {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff; }
    .px-btn.white-t:hover {
      background: #ffffff;
      color: #c68e8d; }

.px-btn-arrow {
  padding: 0 50px 0 0;
  line-height: 1.25rem;
  position: relative;
  display: inline-block;
  color: #91947f;
  transition: ease all 0.3s; }
  .px-btn-arrow span {
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
    z-index: 1; }
  .px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    transition: ease right 0.3s; }
    .px-btn-arrow .arrow:after {
      width: 8px;
      height: 8px;
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      content: "";
      position: absolute;
      top: -3px;
      right: 0;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .px-btn-arrow.white {
    color: #ffffff; }
    .px-btn-arrow.white:hover {
      color: #91947f; }
  .px-btn-arrow:hover {
    color: #c68e8d; }
    .px-btn-arrow:hover .arrow {
      right: 20px; }

/* Video 
----------------*/
.video-btn {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  transition: ease all 0.55s;
  z-index: 1;
  border: none; }
  .video-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
    pointer-events: none;
    z-index: -1; }
  .video-btn.white {
    background: #ffffff; }
    .video-btn.white:after {
      background: #ffffff; }
    .video-btn.white span {
      color: #91947f; }
  .video-btn.theme {
    background: #91947f; }
    .video-btn.theme:after {
      background: #91947f; }
    .video-btn.theme span {
      color: #ffffff; }
  .video-btn span {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid currentcolor;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

/* Background color
-------------------------------*/
.theme-bg {
  background-color: #91947f; }

.dark-bg {
  background-color: #c68e8d; }

.black-bg {
  background-color: #000000; }

.gray-bg {
  background-color: #f7f3f2; }

.white-bg {
  background-color: #ffffff; }

.green-bg {
  background-color: #91947f; }

/* Text color
-------------------------------*/
.white-color {
  color: #ffffff; }

.white-color-light {
  color: rgba(255, 255, 255, 0.65); }

.dark-color {
  color: #c68e8d; }
  .dark-theme .dark-color {
    color: #ffffff; }

.body-color {
  color: #333; }

.theme-color {
  color: #91947f; }


/*	Toggle Menu
-------------------------*/
.navbar-toggler,
.toggler-menu {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 0;
  margin-left: 15px;
  background: #91947f;
  border: none; }
  .navbar-toggler span,
  .toggler-menu span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    box-shadow: 0px -8px 0 0px currentColor, 0px 8px 0 0px currentColor;
    background: #ffffff;
    color: #ffffff; }

.header-social-icons {
  height: 100%;
  padding-right: 20px; }
  .header-social-icons a {
    width: 30px;
    text-align: center;
    line-height: 1.875rem;
    font-size: 1rem; }
    .header-white .header-social-icons a {
      color: rgba(255, 255, 255, 0.8); }
      .header-white .header-social-icons a:hover {
        color: #ffffff; }
      .fixed-header .header-white .header-social-icons a {
        color: #c68e8d; }
        .fixed-header .header-white .header-social-icons a:hover {
          color: #fff; }

.mob-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  left: 0;
  padding: 6px 10px; }
  @media (min-width: 1201px) {
    .mob-header {
      padding: 20px 50px; }
      .mob-header.mh-desk {
        display: none; } }
  @media (max-width: 991px) {
    .mob-header {
      background: #ffffff;
      border-bottom: 1px solid rgba(153, 153, 153, 0.11); } }
  .mob-header .toggler-menu {
    margin-left: auto; }
  .mob-header .navbar-brand {
    font-size: 1.875rem;
    padding: 0 15px;
    border: 1px solid rgba(153, 153, 153, 0.11); }
    @media (max-width: 991px) {
      .mob-header .navbar-brand {
        border: none;
        padding: 0;
      } }
    .mob-header .navbar-brand a {
      color: #91947f;
      font-weight: 700; }

/* Side Menu
-----------------------------*/
.header-left {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  overflow: hidden;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.29);
  z-index: 3;
  transition: ease all 0.35s;
  left: -350px;
  background: #07011e; }
  .header-left.menu-open {
    left: 0; }
  @media (min-width: 1201px) {
    .header-left.hl-desk {
      left: 0; } }
  .header-left .hl-top {
    text-align: center;
    padding-bottom: 45px;
    padding-top: 45px; }
    .header-left .hl-top .hl-logo {
      text-align: center;
      font-size: 2rem;
      line-height: 1.875rem;
      color: #ffffff;
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase; }
      .header-left .hl-top .hl-logo span {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        font-size: 1rem;
        letter-spacing: 2px; }
  .header-left .nav li {
    width: 100%; }
    .header-left .nav li a {
      font-size: 1.1rem;
      font-weight: 600;
      padding: 12px 20px 12px 20px;
      display: block;
      position: relative;
      color: rgba(255, 255, 255, 0.6);
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
      .header-left .nav li a:after {
        content: "";
        width: 3px;
        background: #91947f;
        height: 0;
        top: auto;
        bottom: 0;
        right: 0;
        position: absolute;
        transition: ease all 0.35s; }
      .header-left .nav li a.active, .header-left .nav li a:hover {
        font-weight: 600;
        color: #ffffff; }
        .header-left .nav li a.active:after, .header-left .nav li a:hover:after {
          height: 100%;
          top: 0;
          bottom: auto; }
    .header-left .nav li:last-child a {
      border-bottom: none; }

/* Header Dark
-----------------------------*/
@media (min-width: 992px) {
  .header-dark {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
    .fixed-header .header-dark {
      background: #ffffff; }
    .header-dark .navbar-brand {
      font-weight: 700;
      font-size: 1.5rem;
      color: #c68e8d; }
      .header-dark .navbar-brand span {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: inline-block;
        background: #91947f; }
    .header-dark .navbar-nav .nav-link {
      line-height: 3.75rem;
      padding: 0 10px !important;
      font-size: 1.1rem;
      font-weight: 600;
      margin-left: 10px;
      color: #c68e8d; }
      .header-dark .navbar-nav .nav-link.active, .header-dark .navbar-nav .nav-link:hover {
        color: #91947f; } }

/* Header white
-----------------------------*/
@media (min-width: 992px) {
  .header-white {
    padding: 10px 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
    .fixed-header .header-white {
      background: #ffffff;
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
    .header-white .navbar-brand {
      font-weight: 500;
      font-size: 1.5rem;
      color: #ffffff; }
      .header-white .navbar-brand span {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        display: inline-block;
        background: #ffffff; }
      .fixed-header .header-white .navbar-brand {
        color: #c68e8d; }
        .fixed-header .header-white .navbar-brand span {
          background: #91947f; }
    .header-white .navbar-nav .nav-link {
      line-height: 3.75rem;
      padding: 0 10px !important;
      font-size: 1.1rem;
      font-weight: 400;
      margin-left: 10px;
      /* color: rgba(255, 255, 255, 0.7); */
     }
      .fixed-header .header-white .navbar-nav .nav-link {
        color: #c68e8d; }
      .header-white .navbar-nav .nav-link.active, .header-white .navbar-nav .nav-link:hover {
        color: #ffffff; }
        .header-white.static-header .navbar-nav .nav-link.active, .header-white .navbar-nav .nav-link:hover {
          color: #fff;}
        .header-white.static-header .navbar-nav .nav-link.active, .header-white .navbar-nav .nav-link:hover {
            color: #fff; }
        .fixed-header .header-white .navbar-nav .nav-link.active, .fixed-header .header-white .navbar-nav .nav-link:hover {
          color: #91947f;
          font-weight: 400; }
        .header-white.portfolio-piece .navbar-nav .nav-link.active, .fixed-header .header-white .navbar-nav .nav-link:hover {
            color: #91947f;
            font-weight: 400; }
        .header-white.static-header.portfolio-piece .navbar-nav .nav-link.active, .portfolio-piece.header-white .navbar-nav .nav-link:hover {
              color: #91947f;
              font-weight: 400; }
        }

/* Mobile 
-----------------------------*/
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5; }
    .fixed-header .header-nav {
      background: #ffffff; }
    .header-nav .navbar-brand {
      font-weight: 600;
      font-size: 1.5rem;
      color: #c68e8d; }
    .header-nav.header-white .navbar-brand {
      color: #ffffff; }
    .portfolio-piece .header-nav.header-white .navbar-brand {
        color: #c68e8d; }
      .fixed-header .header-nav.header-white .navbar-brand {
        color: #c68e8d; }
    .header-nav .navbar-nav {
      padding: 8px 15px;
      border: 1px solid #ddd;
      background: #ffffff; }
      .header-nav .navbar-nav > li + li .nav-link {
        border-top: 1px solid #ddd; }
      .header-nav .navbar-nav .nav-link {
        font-size: 0.8125rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.035rem;
        color: #c68e8d; }
        .header-nav .navbar-nav .nav-link.active, .header-nav .navbar-nav .nav-link:hover {
          color: #91947f; } }

@media (min-width: 992px) {
  .simple-dropdown {
    position: relative; }
    .simple-dropdown .m-dropdown-toggle {
      display: none; }
    .simple-dropdown .m-dropdown-menu {
      position: absolute;
      top: 110%;
      left: 0;
      background: #ffffff;
      box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
      width: 180px;
      margin: 0;
      padding: 10px 0;
      list-style: none;
      pointer-events: none;
      transition: ease all 0.55s;
      opacity: 0; }
      .simple-dropdown .m-dropdown-menu > li > a {
        color: #c68e8d;
        padding: 8px 15px;
        display: block;
        font-size: 0.875rem;
        font-weight: 500; }
        .simple-dropdown .m-dropdown-menu > li > a i {
          font-size: 0.875rem;
          vertical-align: middle;
          width: 24px;
          display: inline-block; }
      .simple-dropdown .m-dropdown-menu > li:hover > a {
        color: #91947f; }
    .simple-dropdown:hover .m-dropdown-menu {
      opacity: 1;
      top: 100%;
      pointer-events: auto; } }

/* Mobile
--------------------*/
@media (max-width: 991px) {
  .m-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 2.25rem;
    text-align: center;
    border-left: 1px solid #e6e6e6;
    color: #c68e8d; }
  .simple-dropdown {
    position: relative; }
    .simple-dropdown .m-dropdown-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: none;
      padding: 0;
      background: #f5f5f5;
      border-top: 1px solid #e6e6e6; }
      .simple-dropdown .m-dropdown-menu > li {
        padding-left: 10px; }
        .simple-dropdown .m-dropdown-menu > li:not(:last-child) {
          border-bottom: 1px solid #e6e6e6; }
        .simple-dropdown .m-dropdown-menu > li > a {
          display: block;
          padding: 0;
          font-size: 0.8125rem;
          font-weight: 400;
          line-height: 2.5rem;
          color: #c68e8d; }
          .simple-dropdown .m-dropdown-menu > li > a:hover {
            color: #fff; }
    .simple-dropdown.open-menu-parent .m-dropdown-menu {
      display: block; } }

.footer {
  padding: 5px 0;
  position: relative;
  background: #c68e8d; }
  .footer .nav {
    margin: 5px 0; }
    .footer .nav a {
      color: #ffffff;
      font-size: 1rem;
      margin-right: 17px; }
      .footer .nav a:hover {
        color: #f7f3f2; }
  .footer p {
    color: #ffffff;
    font-size: 0.875rem;
    margin: 5px 0; }

.section-title {
  padding-bottom: 45px;
text-align: center; }
  @media (max-width: 991px) {
    .section-title {
      padding-bottom: 25px;
      text-align: center; } }
  .section-title h2 {
    font-weight: 500;
    color: #c68e8d;
    font-size: 3.75rem;
    margin: 0 0 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-align: center;}
    /* .section-title h2:after {
      content: "";
      position: absolute;
      top: -10px;
      left: -17px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #91947f;
      z-index: -1;
      opacity: 0.5; } */
    @media (max-width: 767px) {
      .section-title h2 {
        font-size: 2.1875rem;
        text-align: center; } }
  .section-title p {
    margin: 0;
    font-size: 1.125rem; }

.skill-lt:not(:first-child) {
  margin-top: 30px; }

.skill-lt h6 {
  font-size: 0.75rem;
  margin: 0;
  color: #ffffff;
  line-height: 1.75rem;
  padding: 0 10px; }

.skill-lt .skill-bar {
  position: relative;
  background: #eee; }
  .dark-theme .skill-lt .skill-bar {
    background: #c68e8d; }
  .skill-lt .skill-bar .skill-bar-in {
    width: 80px;
    position: relative;
    transition: ease all 0.55s; }
    .skill-lt .skill-bar .skill-bar-in span {
      position: absolute;
      right: 0;
      bottom: 15px;
      background: #c68e8d;
      padding: 2px 6px;
      color: #ffffff;
      font-size: 0.625rem;
      font-weight: 600; }
      .dark-theme .skill-lt .skill-bar .skill-bar-in span {
        color: #c68e8d;
        background: #ffffff; }
      .skill-lt .skill-bar .skill-bar-in span:after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: 0;
        border-left: 7px solid transparent;
        border-top: 8px solid #c68e8d; }
        .dark-theme .skill-lt .skill-bar .skill-bar-in span:after {
          border-top: 8px solid #ffffff; }

.skill-lt.md .skill-bar .skill-bar-in {
  height: 8px; }

.skill-lt.lg .skill-bar .skill-bar-in {
  height: 10px; }

.skill-lt.light .skill-bar {
  background: rgba(0, 0, 0, 0.5); }

/*---------------------------
 Portfolio Start
------------------------------*/
.portfolio-content.grid-col-2 .grid-item {
  width: 50%; }
  @media (max-width: 767px) {
    .portfolio-content.grid-col-2 .grid-item {
      width: 100%; } }

@media (min-width: 992px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 33.3333%; } }

@media (max-width: 991px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 50%; } }

@media (max-width: 567px) {
  .portfolio-content.grid-col-3 .grid-item {
    width: 100%; } }

@media (min-width: 992px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 33.3333%; } }

@media (min-width: 1201px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 25%; } }

@media (max-width: 991px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 50%; } }

@media (max-width: 767px) {
  .portfolio-content.grid-col-4 .grid-item {
    width: 100%; } }

@media (min-width: 992px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 33.3333%; } }

@media (min-width: 1201px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 20%; } }

@media (max-width: 991px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 50%; } }

@media (max-width: 767px) {
  .portfolio-content.grid-col-5 .grid-item {
    width: 100%; } }

.portfolio-content.grid-gutter-md {
  margin-left: -4px;
  margin-right: -4px; }
  .portfolio-content.grid-gutter-md .grid-item {
    padding: 8px; }

.portfolio-content.grid-gutter-lg {
  margin-left: -6px;
  margin-right: -6px; }
  .portfolio-content.grid-gutter-lg .grid-item {
    padding: 12px; }

.portfolio-content .grid-item {
  float: left; }

/*Portfolio Filter*/
.portfolio-filter-01 {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .portfolio-filter-01 {
      margin: 10px auto;
      width: 45%;
    }}
  .portfolio-filter-01 .filter li {
    cursor: pointer;
    margin: 0 15px;
    color: #c68e8d;
    position: relative;
    padding: 5px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: normal; }
    @media (max-width: 500px){
       ul.filter {
        flex-direction: column;
        display: inline-block;
        text-align: center;
      }
    }
    @media (max-width: 767px) {
      .portfolio-filter-01 .filter li {
        margin: 0 7px;
        font-size: 1rem; } }
    .portfolio-filter-01 .filter li:after {
      content: "";
      width: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 2px;
      background: #91947f;
      position: absolute;
      transition: ease all 0.55s; }
    .portfolio-filter-01 .filter li:last-child {
      margin-right: 0; }
    .portfolio-filter-01 .filter li:first-child {
      margin-left: 0; }
    .portfolio-filter-01 .filter li:hover {
      color: #91947f; }
    .portfolio-filter-01 .filter li.active {
      color: #91947f; }
      .portfolio-filter-01 .filter li.active:after {
        width: 100%; }

/*Portfolio Style 2*/
.portfolio-box-01 {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06); }
  .portfolio-box-01 .portfolio-img {
    position: relative; }
    .portfolio-box-01 .portfolio-img .portfolio-icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -40px;
      padding: 30px;
      background: rgba(78, 85, 78, 0.96);
      transition: ease all 0.35s;
      opacity: 0; }
  .portfolio-box-01 .portfolio-info {
    margin-bottom: 15px;
    position: absolute;
    top: 0;
    left: -25px;
    padding: 30px;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.35s; }
    .portfolio-box-01 .portfolio-info h5 {
      margin: 0 0 5px; }
      .portfolio-box-01 .portfolio-info h5 a {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.375rem;
        background-image: linear-gradient(#ffffff, #ffffff);
        background-size: 0% 2px;
        background-repeat: no-repeat;
        background-position: 0 bottom;
        background-color: transparent;
        padding: 0;
        transition: ease all 0.35s 0.2s; }
    .portfolio-box-01 .portfolio-info span {
      color: #fff; }
  .portfolio-box-01:hover .portfolio-info {
    opacity: 1;
    left: 0; }
    .portfolio-box-01:hover .portfolio-info h5 a {
      background-size: 100% 1.25px;
    padding-bottom: .1rem; }
  .portfolio-box-01:hover .portfolio-img .portfolio-icon {
    opacity: 1;
    bottom: 0; }

@media (min-width: 1201px) {
  .main-left {
    padding-left: 280px; } }

.m-15px-tb {
  margin-bottom: 15px;
  margin-top: 15px; }

/* Section
---------------------*/
.section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 991px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }

/* Home Banner
---------------------*/
.home-banner-01 {
  position: relative; }
  .home-banner-01 .ht-text {
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 991px) {
      .home-banner-01 .ht-text {
        padding-top: 100px;
        padding-bottom: 0;
        text-align: center; } }
    .home-banner-01 .ht-text h6 {
      font-weight: 400;
      font-size: 1.25rem;
      margin: 0 0 5px;
      color: rgba(255, 255, 255, 0.8); }
    .home-banner-01 .ht-text h1 {
      font-weight: 500;
      font-size: 5.625rem;
      margin-bottom: 15px; }
      @media (max-width: 1200px) {
        .home-banner-01 .ht-text h1 {
          font-size: 3.75rem; } }
      @media (max-width: 767px) {
        .home-banner-01 .ht-text h1 {
          font-size: 2.5rem; } }
    @media (max-width: 991px) {
      .home-banner-01 .ht-text h2 {
        font-size: 1.375rem;
        line-height: 1.5; } }
    @media (max-width: 767px) {
      .home-banner-01 .ht-text h2 {
        font-size: 1.125rem; } }
    .home-banner-01 .ht-text .btn-bar {
      padding-top: 30px; }
      @media (max-width: 991px) {
        .home-banner-01 .ht-text .btn-bar {
          padding-top: 20px; } }
      @media (max-width: 767px) {
        .home-banner-01 .ht-text .btn-bar {
          padding-top: 15px; } }
  .home-banner-01 .ht-img {
    position: relative;
    top: 40px;
    z-index: 1;
    text-align: center;
    scale: 85%; }
  .home-banner-01 .bottom-ani {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0; }
    .home-banner-01 .bottom-ani path {
      fill: #f7f3f2; }

/* Home Banner
---------------------*/
.home-banner-02 {
  background-size: cover;
  background-position: 59% center;
  position: relative; }
  .home-banner-02 .min-vh-100 {
    padding-top: 100px;
    padding-bottom: 100px; }
  @media (max-width: 767px) {
    .home-banner-02 {
      background-position: 65% center; } }
  .home-banner-02 .ht-text {
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (max-width: 991px) {
      .home-banner-02 .ht-text {
        padding-top: 100px;
        padding-bottom: 0;
        text-align: center; } }
    .home-banner-02 .ht-text h6 {
      font-weight: 400;
      font-size: 1.25rem;
      margin: 0 0 5px;
      color: rgba(255, 255, 255, 0.8); }
    .home-banner-02 .ht-text h1 {
      font-weight: 500;
      font-size: 4.375rem;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .home-banner-02 .ht-text h1 {
          font-size: 3.75rem; } }
      @media (max-width: 767px) {
        .home-banner-02 .ht-text h1 {
          font-size: 2.5rem; } }
    @media (max-width: 991px) {
      .home-banner-02 .ht-text h2 {
        font-size: 1.375rem;
        line-height: 1.5; } }
    @media (max-width: 767px) {
      .home-banner-02 .ht-text h2 {
        font-size: 1.125rem; } }
    .home-banner-02 .ht-text p {
      font-size: 1.125rem;
      margin: 0; }
    .home-banner-02 .ht-text .btn-bar {
      padding-top: 30px; }
      @media (max-width: 991px) {
        .home-banner-02 .ht-text .btn-bar {
          padding-top: 20px; } }
      @media (max-width: 767px) {
        .home-banner-02 .ht-text .btn-bar {
          padding-top: 15px; } }
  .home-banner-02 .social-icons {
    margin-top: 35px; }
    .home-banner-02 .social-icons a {
      width: 40px;
      height: 40px;
      line-height: 2.5rem;
      border: 1px solid rgba(255, 255, 255, 0.8);
      text-align: center;
      border-radius: 3px;
      margin-right: 10px;
      color: #ffffff; }
      .home-banner-02 .social-icons a:hover {
        background: #91947f;
        border-color: #91947f; }
  .home-banner-02 .bottom-ani {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0; }
    .home-banner-02 .bottom-ani path {
      fill: #f7f3f2; }

.particles-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3; }

.go-to-next {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 35px;
  margin: auto;
  z-index: 1;
  text-align: center; }
  .go-to-next a {
    width: 35px;
    height: 35px;
    position: relative;
    display: inline-block;
    background: #91947f;
    border-radius: 50%;
    animation: down 1s linear infinite;
    -webkit-animation: down 1s linear infinite; }
    .go-to-next a span {
      border-top: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      width: 10px;
      height: 10px;
      position: absolute;
      top: -6px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }

@-webkit-keyframes down {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 15px;
    opacity: 1; }
  60% {
    top: 15px;
    opacity: 0.60; }
  100% {
    top: 25px;
    opacity: 0; } }

@keyframes down {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 15px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }

.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7; }

/* About Me 
---------------------*/
@media (max-width: 991px) {
  .about-text {
    margin-top: 40px; } }

.about-text h3 {
  font-size: 3.75rem;
  font-weight: 500;
  margin: 0 0 10px; }
  @media (max-width: 767px) {
    .about-text h3 {
      font-size: 2.1875rem; } }

.about-text h4 {
  font-weight: 600;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .about-text h4 {
      font-size: 1.125rem; } }

.about-text p {
  font-size: 1rem; }
  .about-text p mark {
    font-weight: 600;
    color: #c68e8d; }

.about-text .btn-bar {
  padding-top: 8px; }
  .about-text .btn-bar a {
    min-width: 150px;
    text-align: center;
    margin-right: 10px; }

.about-list {
  padding-top: 10px; }
  .about-list .media {
    padding: 5px 0; }
  .about-list label {
    color: #c68e8d;
    font-weight: 600;
    width: 88px;
    margin: 0;
    position: relative; }
    .about-list label:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 11px;
      width: 1px;
      height: 12px;
      background: #c68e8d;
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
      margin: auto;
      opacity: 0.5; }
  .about-list p {
    margin: 0;
    font-size: 0.9375rem; }

.about-img  {
  box-shadow: 0 5px 14px 0 rgb(0 0 0 / 6%);
  padding: 25px 25px 110px 25px;
  transform: rotate(-7deg);
  background: #ffffff;
}

.counter-section {
  padding: 40px 20px; }
  .counter-section .count-data {
    margin-top: 10px;
    margin-bottom: 10px; }
  .counter-section .count {
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px; }
  .counter-section p {
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0;
    color: #fff; }

/* Feature Box
---------------------*/
.feature-box-1 {
  padding: 30px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  background: #ffffff;
  transition: ease all 0.35s;
  top: 0; }
  .feature-box-1 * {
    transition: ease all 0.35s; }
  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 4.375rem;
    color: #91947f;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 4rem;
    transition: ease all 0.1s; }
    .feature-box-1 .icon i {
      line-height: 4.375rem; }
  .feature-box-1 h5 {
    color: #c68e8d;
    font-weight: 500;
    margin-bottom: 12px; }
  .feature-box-1 p {
    margin: 0; }
  .feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    height: 0;
    width: 100%;
    left: 0;
    background: #c68e8d;
    z-index: -1;
    transition: ease all 0.35s; }
  .feature-box-1:hover {
    top: -5px; }
    .feature-box-1:hover h5 {
      color: #ffffff; }
    .feature-box-1:hover p,
    .feature-box-1:hover .icon {
      color: rgba(255, 255, 255, 0.8); }
    .feature-box-1:hover:after {
      height: 100%;
      top: auto;
      bottom: 0; }

/* Resume Box
---------------------*/
.feature-box-2 {
  position: relative;
  padding: 30px 20px 30px 76px;
  margin: 15px 15px 20px;
  border-bottom: 3px solid #91947f;
  background: #ffffff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  border-radius: 5px; }
  .feature-box-2.dark {
    border-bottom: 3px solid #c68e8d; }
    .feature-box-2.dark .icon {
      background: #c68e8d; }
  .feature-box-2 .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    right: 0;
    background: #91947f;
    color: #ffffff;
    line-height: 2.5rem;
    text-align: center;
    z-index: 1;
    border-radius: 50%; }
  .feature-box-2 .time {
    color: #91947f;
    font-size: 0.8125rem;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500; }
  .feature-box-2 h5 {
    font-weight: 500;
    color: #c68e8d;
    font-size: 1rem;
    margin-bottom: 10px; }
  .feature-box-2 p {
    margin: 0; }

/* Testimonials
---------------------*/
.testimonial-col-01 {
  background: #ffffff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  padding: 35px;
  margin: 10px 10px 20px;
  border-radius: 5px; }
  .testimonial-col-01 .media {
    margin-bottom: 20px; }
    .testimonial-col-01 .media .img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden; }
    .testimonial-col-01 .media .media-body {
      padding-left: 15px; }
      .testimonial-col-01 .media .media-body i {
        margin-right: 3px;
        color: #ffbb00;
        font-size: 1.25rem; }
  .testimonial-col-01 .tc-info h6 {
    font-weight: 500;
    color: #c68e8d;
    margin-bottom: 5px;
    font-size: 1.25rem; }
  .testimonial-col-01 p {
    margin: 0; }

/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px; }
  .blog-grid .blog-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    .blog-grid .blog-img .date {
      position: absolute;
      background: #c68e8d;
      color: #ffffff;
      padding: 8px 15px;
      left: 0;
      top: 10px;
      font-size: 0.875rem; }
  .blog-grid .blog-info {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative; }
    .blog-grid .blog-info h5 {
      font-size: 1.375rem;
      font-weight: 500;
      margin: 0 0 10px; }
      .blog-grid .blog-info h5 a {
        color: #c68e8d; }
    .blog-grid .blog-info p {
      margin: 0; }
    .blog-grid .blog-info .btn-bar {
      margin-top: 20px; }

/* Contact Us
---------------------*/
.contact-info {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  padding: 30px; }

.contact-name {
  margin-bottom: 30px; }
  .contact-name h5 {
    font-size: 1.25rem;
    color: #c68e8d;
    margin-bottom: 5px;
    font-weight: 500; }
  .contact-name p {
    font-size: 1rem;
    margin: 0; }

.social-share a {
  width: 40px;
  height: 40px;
  line-height: 2.5rem;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  margin-right: 10px; }

.social-share .instagram {
  box-shadow: 0 8px 30px -4px rgba(78, 85, 78, 0.5);
  background-color: #4e554e; }

.social-share .behance {
  box-shadow: 0 8px 30px -4px rgba(145, 148, 127, 0.5);
  background-color: #91947f; }

.social-share .linkedin {
  box-shadow: 0 8px 30px -4px rgba(201, 209, 212, 0.5);
  background-color: #c9d1d4; }

.contact-form {
  background: #ffffff;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  padding: 30px; }
  .contact-form .form-control {
    border: 1px solid rgba(58, 57, 115, 0.2);
    background: transparent;
    border-radius: 5px;
    box-shadow: none !important;
    height: calc(2em + .75rem + 2px); }
    .contact-form .form-control:focus {
      border: 1px solid #91947f; }
    .contact-form .form-control.invalid {
      border-color: #c68e8d;
      border: solid 2px #c68e8d; }
  .contact-form textarea.form-control {
    height: 110px; }
  .contact-form .send {
    margin-top: 20px; }
  .contact-form select option.light{
    color: #777;
  }

div.row div.col-lg-5{
  width: 36%;
}
.script {
  font-family: 'La Luxes Script';
}
.serif {
  font-family: 'La Luxes Serif';
}
h5 {
  font-family: 'La Luxes Serif';
}
.services-section h5 {
  font-weight: bold;
}
.header-social-icons a {
  font-weight: 100;
}
@media (min-width:850px){
  .col-lg-7 {
  width: 70%;
}
}

.medium {
  font-weight: 500;
}
.flex {
  display: flex;
}
section.more-about div.flex {
  flex-direction: row;
}
.col-50 {
  width: 45%;
  padding: .75rem;
}
.btn-bar span {
  font-family: "Montserrat", sans-serif;
}
#resume-download {
  color: #91947f;
  border-color: #91947f;
}
#resume-download:hover {
  background-color: #c68e8d;
  color: #fff;
  border-color: transparent;
}
.portfolio-info h5 {
  padding-bottom: 1rem;
}
.portfolio-info h5 a {
  line-height: .5rem;
}
/* Anna Gram Images */
#ag-1 {
  background: url(../img/ag-1-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#ag-style {
  background: url(../img/ag-styleguide2.jpg);
  min-height: 1250px;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* #ag-style-2 {
  background: url(../img/ag-style-2.jpg);
  min-height: 735px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
} */
#ag-2 {
  background: url(../img/ag-2-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#ag-3 {
  background: url(../img/ag-3-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Morgan Anneken Creative images */
#mac-1 {
  background: url(../img/mac_brand.jpg);
  min-height: 750px;
  width: 100%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mac-2 {
  background: url(../img/mac-2-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#mac-3 {
  background: url(../img/mac-3-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#mac-4 {
  background: url(../img/mac-4-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#mac-5 {
  background: url(../img/mac-5-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#mac-5 {
  background: url(../img/mac-6-new.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Grace Loves Lace Images */
#gll-1 {
  background: url(../img/gll-1.jpg);
  min-height: 700px;
  min-width: 100%;
  max-width: 100%;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  
}
#gll-2 {
  background-image: url(../img/gll-2.jpg);
  min-height: 700px;
  max-width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#gll-3 {
  background: url(../img/gll-combo.jpg);
  min-height: 700px;
  max-width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#gll-4 {
  background: url(../img/gll-4.jpg);
  min-height: 700px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#gll-style {
  background: url(../img/graceloveslace1.jpg);
  min-height: 1100px;
  min-width: 100%;
  max-width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* Wedding Package Kit Photos */
#w-1 {
  background: url(../img/w-1.jpg);
  min-height: 750px;
  width: 100%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#w-2 {
  background: url(../img/combo.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#w-3 {
  background: url(../img/w-3.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#w-4 {
  background: url(../img/w-4.jpg);
  min-height: 750px;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#w-5 {
  background: url(../img/w-3.jpg);
  min-height: 1100px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.case-study {
  margin-top: 3rem;
}
.case-study h2 {
  font-size: 5rem;
}
.case-study .container {
  width: 90%;
}
.case-study div{
  padding: 6rem;
}
@media (min-width:991px){
  .case-study div.special {
  padding: 2rem 6rem 1rem 6rem;
}
}

.case-study div p {
  font-size: 1.25rem;
}
.case-study hr+p {
  margin-top: 3rem;
}
.case-study section.case-study-links a {
  color: #c68e8d;
  text-decoration: underline;
  font-weight: normal;
}
.px-btn.cta {
  margin-top: 4rem;
}
.nav-link {
  color: #f7f3f2;
}
hr {
  width: 100%;
  height: 2px;
  background-color: #333;
  margin-top: 3rem;
}
a.tel {
  color: #333;
  font-weight: 200;
}
.photoreel {
  max-width: 95%;
  margin: 1.5rem auto;
  flex-wrap: wrap;
  justify-content: center;
}
.photoreel img:nth-of-type(even){
  transform: rotate(10deg);
  margin-left: -10px;
}
.photoreel img:nth-of-type(odd){
  transform: rotate(-10deg);
  margin-right: -10px;
}
.photoreel img {
  width: 330px;
  border: solid 8px white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.29);
}

    .header-white .header-social-icons a {
      color: rgba(255, 255, 255, 0.8); }
      .header-white .header-social-icons a:hover {
        color: #ffffff; }
      .static-header.header-white a,
      .static-header.header-white .nav-bar-nav .nav-link {
        color: #c68e8d; }
        .static-header .header-white .header-social-icons a:hover {
          color: #91947f; }
@media (min-width: 1200px){
.h2, h2 {
    font-size: 1.5rem;
}
}
/* More responsive fixes */
@media (max-width:500px) {
  section.more-about div.flex {
    flex-direction: column;
    width: 100%;
  }
  section.more-about div.flex div {
    width: 100%;
  }
  div.row div.col-lg-5{
    width: 100%;
  }
  div.row div.col-lg-5 .about-img {
    scale: 80%;
    margin-top: -1rem;
  }
  .about-text .btn-bar {
    margin: 1rem auto;
    justify-items: center;
  }
  .about-text .btn-bar a {
    margin: .5rem;
  }
  .section-title h2.script,
  .section-title h4.serif {
    text-align: left;
    padding-left: 1rem;
    margin-left: 0;
  }
  section.portfolio-section.gray-bg div.row.justify-content-center div,
  section.services-section.gray-bg div.row.justify-content-center div.col-lg-7.text-center,
  section.services-section.gray-bg div.row.justify-content-center div.col-lg-7.text-center div,
  section#contactus div div.row.justify-content-center div.col-lg-7.text-center div.section-title{
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  section.cta {
    width: 100%;
    max-width: 100%;
  }
  section.cta p{
    padding-left: 1rem;
  }
  section.portfolio-section.gray-bg div.row.justify-content-center div p,
  section.services-section.gray-bg div.row.justify-content-center div.col-lg-7.text-center div p,
  section.section#contactus div div.row.justify-content-center div.col-lg-7.text-center div.section-title p {
    padding-left: 1rem;
  }
  main.case-study{
    max-width: 100%;
  }
  .case-study div {
    padding: 1rem;
  }
  .case-study h2 {
    font-size: 3rem;
  }
  .case-study section.cta div p,
  .container.align-items-center.special {
    text-align: left;
    padding-left: 1rem;
  }
  main.case-study div.full-background#gll-1,
  main.case-study div.full-background#gll-2,
  main.case-study div.full-background#gll-3,
  main.case-study div.full-background#w-1,
  main.case-study div.full-background#w-2,
  main.case-study div.full-background#w-3,
  main.case-study div.full-background#w-4,
  main.case-study div.full-background#mac-1,
  main.case-study div.full-background#mac-2,
  main.case-study div.full-background#mac-3,
  main.case-study div.full-background#mac-4,
  main.case-study div.full-background#mac-5,
  main.case-study div.full-background#ag-1,
  main.case-study div.full-background#ag-2,
  main.case-study div.full-background#ag-3,
  main.case-study div.full-background#ag-4,
  main.case-study div.full-background#ag-5
   {
    min-height: 185px;
    background-attachment: unset;
    background-position: center;
  }
  main.case-study div.full-background#gll-style {
    min-height: 300px;
    /* min-height: fit-content; */
  }
  main.case-study div.full-background#ag-style {
    min-height: 370px;
  }
  /* mobile settings for portfolio */
  /*Portfolio Style 2*/
.portfolio-box-01 {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.06); }
  .portfolio-box-01 .portfolio-img {
    position: relative; }
    .portfolio-box-01 .portfolio-img .portfolio-icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -20px;
      padding: 30px;
      background: linear-gradient(0deg, rgba(145,148,127,1) 15%, rgba(145,148,127,0) 50%);
      transition: ease all 0.35s;
      opacity: 1;
    }
    .portfolio-box-01 .portfolio-img .portfolio-icon span,
    i.arrow {
      color: #fff;
      font-size: 1.5rem;
    }
  .portfolio-box-01 .portfolio-info {
    display: none; }
  
 
}
@media (max-width:850px){
  section.more-about div.flex {
    flex-direction: column;
  }
  section.more-about div.flex div.col-50 {
    width: 100%;
  }
  section.more-about div.flex.photoreel {
    flex-direction: row;
  }
}


