/**
 *  VARIABLES
 *
 *  Configure library by adjusting this file
 *
 */
/**
 *  MEDIA QUERIES BREAKPOINTS
 */
/**
 * Library
 */
/**
 * MIXINS
 */
@font-face {
  font-family: "Gotham";
  src: url("/assets/frontend/fonts/GothamBook.ttf") format("truetype");
  src: url("/assets/frontend/fonts/GothamBook.otf") format("opentype");
  font-weight: normal; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/frontend/fonts/GothamMedium.ttf") format("truetype");
  src: url("/assets/frontend/fonts/GothamMedium.otf") format("opentype");
  font-weight: 500; }
@font-face {
  font-family: "Gotham Condensed";
  src: url("/assets/frontend/fonts/GothamCondensed-Medium.otf") format("opentype"); }
body {
  font-family: 'Gotham' !important; }

h1, h2 {
  font-family: 'Gotham Condensed' !important;
  letter-spacing: 6px; }

h1, h2, h3, h4, h5, h6, p {
  white-space: pre-line; }

h4 {
  letter-spacing: 1px; }

.yellow-btn {
  color: black;
  background: transparent;
  padding: 10px 15px;
  margin-left: 5px;
  font-weight: 700;
  border: 1.5px solid black;
  font-size: 12px;
  transition: background 0.1s linear;
  text-decoration: none !important;
  position: relative; }
  .yellow-btn:after {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    transform: translate(3px, 3px);
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background: #ffde15; }
  .yellow-btn:hover {
    background: #ffde15;
    color: black !important; }
    .yellow-btn:hover:after {
      background: none; }

.white-btn {
  position: relative;
  background: transparent;
  padding: 10px 15px;
  margin-left: 5px;
  font-weight: 700;
  border: 1.5px solid black;
  font-size: 12px;
  transition: background 0.2s linear; }
  .white-btn:after {
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    transform: translate(3px, 3px);
    position: absolute;
    background: white; }
  .white-btn:hover {
    background: white; }
    .white-btn:hover:after {
      background: none !important; }
    .white-btn:hover:before {
      background: none; }

.container {
  max-width: 1048px; }

#footer {
  background: #ffde15;
  color: white;
  position: relative; }
  #footer .row {
    justify-content: space-between; }
  #footer strong {
    font-weight: 500; }
  #footer .bg-black {
    position: absolute;
    background: #252525;
    height: 100%;
    right: 0;
    width: 72vw; }
  #footer #footer-logo {
    background: #ffde15;
    align-self: stretch;
    padding: 0;
    max-width: 20%; }
    #footer #footer-logo img {
      margin-top: 6rem;
      object-fit: contain; }
  #footer label {
    font-size: 12.5px;
    letter-spacing: 1px;
    color: #ffde15;
    font-weight: 500; }
  #footer #footer-address {
    padding: 3rem;
    font-size: 14.5px; }
  #footer #footer-contact {
    padding: 3rem 0;
    align-content: flex-end;
    font-size: 14.5px; }
    #footer #footer-contact .mt-30 p {
      font-size: 12.5px;
      margin-bottom: 0;
      white-space: pre-line; }

#header {
  padding-bottom: 20px;
  padding-top: 20px;
  background: white; }
  #header.yellow {
    background: #ffde15; }
    #header.yellow .nav-item.active, #header.yellow .nav-item:hover {
      border-bottom: 3px solid black;
      padding-bottom: 5px; }
      #header.yellow .nav-item.active .nav-link, #header.yellow .nav-item:hover .nav-link {
        color: black;
        font-weight: 600; }
  #header img {
    object-fit: contain; }
  #header .nav-item {
    margin: 0 14px; }
    #header .nav-item.active, #header .nav-item:hover {
      border-bottom: 3px solid #ffde15;
      padding-bottom: 5px; }
      #header .nav-item.active .nav-link, #header .nav-item:hover .nav-link {
        color: black;
        font-weight: 600; }
  #header .nav-link {
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 13px; }
  #header.with-line {
    padding-bottom: 0;
    flex-wrap: wrap; }
    #header.with-line .container {
      flex-wrap: wrap; }
    #header.with-line .dummy-line {
      flex-basis: 100%;
      width: 100%;
      border-top: 2px solid black;
      margin-top: 1.5rem; }
  #header li {
    font-weight: 500;
    font-size: 14px; }

#successModal .modal-dialog {
  background: #ffde15;
  border-radius: 0;
  width: 615px;
  max-width: unset; }
  #successModal .modal-dialog .modal-content {
    background: #ffde15;
    border: none;
    padding: 2rem;
    padding-bottom: 1rem; }
    #successModal .modal-dialog .modal-content .modal-body {
      padding-top: 0; }
    #successModal .modal-dialog .modal-content h1 {
      letter-spacing: 3px; }
    #successModal .modal-dialog .modal-content .close {
      opacity: 1;
      width: 32px;
      position: absolute;
      top: 30px;
      right: 30px;
      font-weight: 900;
      color: black;
      border: 2px solid;
      border-radius: 50%;
      padding: 0;
      padding-bottom: 4px;
      z-index: 40; }
    #successModal .modal-dialog .modal-content .dummy-cirlce {
      background: white;
      padding: 15px;
      right: 12px;
      top: 16px;
      z-index: 10;
      border-radius: 50%;
      position: absolute; }
  #successModal .modal-dialog img {
    width: 50%; }
  #successModal .modal-dialog .modal-header {
    border-radius: 0;
    border: none; }

#home-banners ul {
  list-style: none;
  padding: 0; }
#home-banners li {
  background: #ebebeb; }
#home-banners img {
  height: 85vh;
  object-fit: cover; }

#home-greetings {
  padding: 4rem 0;
  padding-bottom: 5rem;
  background: #ffde15;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #home-greetings h1 {
    font-size: 48px;
    letter-spacing: 2px; }
  #home-greetings h5 {
    font-weight: 900;
    margin-bottom: 15px; }
  #home-greetings .info-content {
    font-family: 'Gotham';
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  #home-greetings .info-subtitle {
    font-weight: 500;
    margin-top: 10px; }
  #home-greetings .say-hello {
    margin-top: 45px; }
    #home-greetings .say-hello a {
      color: black;
      text-decoration: none;
      position: relative;
      cursor: pointer;
      padding: 10px 32px 18px 18px;
      margin-left: 5px;
      font-weight: 700;
      background: white;
      font-size: 12px;
      transition: background 0.2s linear; }
      #home-greetings .say-hello a:before {
        content: "";
        border: 2px solid black;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.1s linear;
        transform: translate(-6px, -5px);
        left: 0;
        top: 0; }
      #home-greetings .say-hello a:hover {
        margin-left: 0;
        border: 2px solid black;
        padding: 10px 25px; }
        #home-greetings .say-hello a:hover:before {
          margin-left: -25px;
          margin-top: -5px;
          border: none;
          height: 36px; }

#home-project {
  padding: 5rem 0; }
  #home-project h4 {
    margin-bottom: 40px; }
  #home-project .col-md-4 {
    margin-bottom: 30px; }
  #home-project .project-image {
    background: #ebebeb;
    height: 350px; }
    #home-project .project-image img {
      width: 100%;
      height: 350px;
      object-fit: cover; }
  #home-project .row .col-4 {
    margin-bottom: 15px;
    padding-right: unset; }

#home-clients {
  padding: 5rem 0;
  padding-top: 0; }
  #home-clients .sliderWrapper {
    margin: 0 70px; }
  #home-clients .slide-control {
    position: relative; }
    #home-clients .slide-control #goToPrevSlide {
      cursor: pointer;
      width: 30px;
      position: absolute;
      top: -90px;
      left: -43px;
      height: 30px;
      background: url(/assets/frontend/images/slide-left.png);
      background-size: cover;
      transition: background 0.1s linear; }
      #home-clients .slide-control #goToPrevSlide:hover {
        background: url(/assets/frontend/images/slide-left-hover.png);
        background-size: cover; }
    #home-clients .slide-control #goToNextSlide {
      cursor: pointer;
      width: 30px;
      position: absolute;
      top: -90px;
      right: -43px;
      height: 30px;
      background: url(/assets/frontend/images/slide-right.png);
      background-size: cover;
      transition: background 0.1s linear; }
      #home-clients .slide-control #goToNextSlide:hover {
        background: url(/assets/frontend/images/slide-right-hover.png);
        background-size: cover; }
  #home-clients .client-slide img {
    width: 100%;
    object-fit: contain;
    height: 150px; }

#home-reviews {
  padding: 4rem 0;
  padding-top: 0; }
  #home-reviews .lSPager {
    margin-top: 70px !important; }
    #home-reviews .lSPager > li.active a {
      background: #ffde15; }
    #home-reviews .lSPager > li a {
      background: #ebebeb;
      border-radius: 50%;
      display: inline-block;
      height: 15px;
      overflow: hidden;
      text-indent: -999em;
      width: 15px;
      position: relative;
      z-index: 99;
      -webkit-transition: all .5s linear 0s;
      transition: all .5s linear 0s; }
  #home-reviews #reviewsSlider {
    overflow: initial; }
  #home-reviews .review-slide {
    padding-bottom: 15px;
    padding-right: 15px; }
    #home-reviews .review-slide .review-wrapper {
      border: 2px solid;
      padding: 30px 50px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #home-reviews .review-slide .review-wrapper:after {
        content: "";
        background: #ffde15;
        position: absolute;
        top: 16px;
        margin-left: -38px;
        width: 100%;
        z-index: -1;
        height: 100vh; }
    #home-reviews .review-slide i {
      font-size: 14px;
      font-weight: 500; }
  #home-reviews .review {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
    white-space: pre-line; }

@media only screen and (max-width: 767px) {
  #home-reviews .review-slide {
    padding-left: 2px;
    padding-right: 15px; } }
#about-greetings {
  background: #ffde15;
  padding: 4rem 0; }
  #about-greetings h4 {
    white-space: pre-line; }
  #about-greetings .greeting-content {
    margin: 1rem 4rem;
    padding-right: 9rem; }
    #about-greetings .greeting-content h1 {
      box-shadow: -14px 3px 0px -10px black;
      padding-left: 1rem;
      white-space: pre-line;
      letter-spacing: 5px;
      font-size: 45px; }
    #about-greetings .greeting-content p {
      margin-top: 2rem;
      padding-left: 1rem;
      white-space: pre-line; }

#about-desc {
  padding: 4rem 0;
  padding-bottom: 1.2rem; }
  #about-desc .desc-content {
    margin-bottom: 6rem; }
  #about-desc .col-4 {
    padding: 0 3rem; }
  #about-desc h4 {
    white-space: pre-line;
    letter-spacing: 2px; }
  #about-desc h5 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    white-space: pre-line; }
  #about-desc p {
    font-size: 14px;
    margin: 0;
    padding: 0 30px; }
  #about-desc img {
    max-height: 75px;
    object-fit: contain;
    margin-bottom: 15px; }

#about-family {
  padding: 5rem 0;
  padding-top: 0; }
  #about-family #familySlider {
    padding: 25px;
    background: #eeeeee;
    display: flex;
    align-items: center;
    opacity: 0; }
    #about-family #familySlider .family-dots {
      display: block;
      list-style: none;
      margin: 0;
      padding-left: 20px; }
      #about-family #familySlider .family-dots li {
        margin: 20px 0; }
        #about-family #familySlider .family-dots li.slick-active button {
          background: #ffde15;
          color: #ffde15; }
      #about-family #familySlider .family-dots button {
        border-radius: 50%;
        border: none;
        width: 25px;
        height: 25px;
        background: white;
        color: white;
        outline: none; }
  #about-family .family-slide {
    padding: 1px 6px; }
    #about-family .family-slide:hover .family-content {
      max-height: 99px;
      padding: 10px 15px; }
    #about-family .family-slide .image-wrapper {
      position: relative; }
    #about-family .family-slide img {
      width: 100%;
      height: 220px;
      object-fit: cover; }
    #about-family .family-slide .family-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-left: 15px;
      background: #ddd9da;
      max-height: 0;
      overflow: hidden;
      transition: all 0.2s linear; }
      #about-family .family-slide .family-content h6 {
        font-size: 14px;
        margin-bottom: 0;
        font-weight: 600; }
      #about-family .family-slide .family-content p {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px; }

#works-gallery {
  min-height: 38vh; }
  #works-gallery .container .d-flex {
    margin-top: 5rem;
    margin-bottom: 30px; }
    #works-gallery .container .d-flex h4 {
      flex-grow: 1; }
    #works-gallery .container .d-flex .works-filter {
      display: flex;
      list-style: none; }
      #works-gallery .container .d-flex .works-filter li {
        position: relative;
        font-weight: 500;
        font-size: 13px;
        padding: 0 25px;
        border-right: 3px solid rgba(0, 0, 0, 0.6); }
        #works-gallery .container .d-flex .works-filter li:last-child {
          border-right: 0; }
        #works-gallery .container .d-flex .works-filter li:hover, #works-gallery .container .d-flex .works-filter li.active {
          font-weight: 600;
          border-right: 3px solid black; }
          #works-gallery .container .d-flex .works-filter li:hover a, #works-gallery .container .d-flex .works-filter li.active a {
            color: black; }
          #works-gallery .container .d-flex .works-filter li:hover:last-child, #works-gallery .container .d-flex .works-filter li.active:last-child {
            border-right: none; }
          #works-gallery .container .d-flex .works-filter li:hover:after, #works-gallery .container .d-flex .works-filter li.active:after {
            position: absolute;
            content: "";
            background: #ffde15;
            height: 3px;
            bottom: -7px;
            width: 70%;
            margin: 0 auto;
            left: 0;
            right: 0; }
        #works-gallery .container .d-flex .works-filter li a {
          color: rgba(0, 0, 0, 0.6);
          text-decoration: none; }
  #works-gallery .col-3 {
    padding: 8px; }
  #works-gallery .works-image {
    position: relative;
    margin-bottom: 30px; }
    #works-gallery .works-image:hover .works-hover {
      opacity: 1; }
    #works-gallery .works-image .works-hover {
      color: black;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      background: #ffde15;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s linear; }
      #works-gallery .works-image .works-hover h6 {
        margin-bottom: 5px; }
      #works-gallery .works-image .works-hover p {
        font-size: 13px;
        margin: 0; }
    #works-gallery .works-image img {
      width: 100%;
      height: 250px;
      object-fit: cover; }
  #works-gallery .yellow-btn {
    margin: 30px 0 0 0; }
    #works-gallery .yellow-btn:hover {
      color: white; }

#works-detail {
  padding: 5rem 0; }
  #works-detail #work-title {
    text-align: center; }
    #works-detail #work-title hr {
      width: 7%;
      margin-top: 10px;
      border-top: 2px solid black; }
    #works-detail #work-title h6 {
      margin-bottom: 5px; }
    #works-detail #work-title p {
      font-size: 13px; }
  #works-detail .row > div {
    padding: 10px; }
  #works-detail img {
    width: 100%;
    height: 65vh;
    object-fit: cover; }
  #works-detail #work-images #worksSliderWrapper {
    position: relative; }
    #works-detail #work-images #worksSliderWrapper #worksSlider img {
      height: 430px;
      object-fit: contain; }
    #works-detail #work-images #worksSliderWrapper .lSPager {
      margin-top: 30px !important; }
      #works-detail #work-images #worksSliderWrapper .lSPager > li.active a {
        background: #ffde15; }
      #works-detail #work-images #worksSliderWrapper .lSPager > li a {
        background: #ebebeb;
        border-radius: 50%;
        display: inline-block;
        height: 15px;
        overflow: hidden;
        text-indent: -999em;
        width: 15px;
        position: relative;
        z-index: 99;
        -webkit-transition: all .5s linear 0s;
        transition: all .5s linear 0s; }
  #works-detail #work-images .yellow-btn {
    width: 180px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #works-detail #work-images #worksSliderWrapper #worksSlider img {
    height: 380px; } }
@media only screen and (max-width: 767px) {
  #works-detail #work-images #worksSliderWrapper #worksSlider img {
    height: 200px; } }
#clients-gallery {
  padding: 5rem 0; }
  #clients-gallery .container {
    margin-top: 0;
    margin-bottom: 30px; }
    #clients-gallery .container h4 {
      flex-grow: 1; }
    #clients-gallery .container .clients-filter {
      display: flex;
      list-style: none; }
      #clients-gallery .container .clients-filter li {
        font-weight: 500;
        font-size: 14px;
        padding: 0 25px;
        border-right: 2px solid black; }
        #clients-gallery .container .clients-filter li:last-child {
          border-right: 0; }
  #clients-gallery .col-md-3 {
    padding: 8px; }
    #clients-gallery .col-md-3.hide {
      display: none;
      opacity: 0;
      transition: opacity 0.4s linear; }
  #clients-gallery .clients-image {
    position: relative; }
    #clients-gallery .clients-image:hover .clients-hover {
      opacity: 1; }
    #clients-gallery .clients-image .clients-hover {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      background: #ffde15;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      opacity: 0;
      transition: opacity 0.5s linear; }
      #clients-gallery .clients-image .clients-hover h6 {
        margin-bottom: 5px; }
      #clients-gallery .clients-image .clients-hover p {
        font-size: 13px;
        margin: 0; }
    #clients-gallery .clients-image img {
      width: 100%;
      height: 250px;
      object-fit: contain; }
  #clients-gallery #clients-gallery-description {
    font-family: 'Gotham' !important;
    text-align: justify; }
  #clients-gallery .yellow-btn {
    position: relative;
    width: 170px;
    margin: 50px; }
    #clients-gallery .yellow-btn:after {
      width: 168px;
      margin-left: -120px;
      margin-top: -7px; }

#career-title {
  padding: 5rem 0 2rem 0; }
  #career-title p {
    font-size: 18px;
    margin: 0; }

#career-list {
  margin: 0 0 4rem 1rem;
  min-height: 10vh; }
  #career-list .career-wrapper {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden !important; }
  #career-list .career-item {
    border: 2px solid black;
    padding: 2rem 3rem;
    margin-bottom: 17px;
    margin-right: 17px; }
    #career-list .career-item:before {
      content: "";
      background: #ffde15;
      position: absolute;
      margin-top: -20px;
      margin-left: -35px;
      width: 100%;
      z-index: -1;
      height: 100%; }
    #career-list .career-item ul {
      padding: 0; }
      #career-list .career-item ul li {
        position: relative;
        font-size: 14px;
        padding-left: 20px;
        list-style: none; }
        #career-list .career-item ul li:before {
          position: absolute;
          margin-top: 8px;
          margin-left: -20px;
          content: "";
          vertical-align: middle;
          width: 8px;
          height: 8px;
          background: black;
          border-radius: 50%; }
    #career-list .career-item h5 {
      margin-bottom: 20px;
      font-weight: bolder; }
    #career-list .career-item h6 {
      margin-bottom: 20px;
      font-size: 15px; }
    #career-list .career-item .white-btn {
      min-width: 115px;
      font-size: 13px; }

#careerModal .modal-dialog {
  background: #ffde15;
  border-radius: 0;
  width: 615px;
  max-width: unset; }
  #careerModal .modal-dialog .modal-content {
    background: #ffde15;
    border: none;
    padding: 2rem;
    padding-bottom: 1rem; }
    #careerModal .modal-dialog .modal-content .modal-body {
      padding-top: 0; }
    #careerModal .modal-dialog .modal-content .close {
      opacity: 1;
      width: 32px;
      position: absolute;
      top: 30px;
      right: 30px;
      font-weight: 900;
      color: black;
      border: 2px solid;
      border-radius: 50%;
      padding: 0;
      padding-bottom: 4px;
      transition: background 0.3s linear; }
      #careerModal .modal-dialog .modal-content .close:hover {
        background: white; }
    #careerModal .modal-dialog .modal-content .close:hover + .dummy-cirlce {
      background: none; }
    #careerModal .modal-dialog .modal-content .dummy-cirlce {
      background: white;
      padding: 15px;
      margin-top: -31px;
      margin-right: -35px;
      border-radius: 50%; }
    #careerModal .modal-dialog .modal-content input, #careerModal .modal-dialog .modal-content textarea {
      width: 100%;
      margin: 8px 0;
      padding: 5px 10px;
      border: none;
      font-size: 13px;
      resize: none; }
    #careerModal .modal-dialog .modal-content label {
      font-size: 13px; }
      #careerModal .modal-dialog .modal-content label #fileName {
        cursor: pointer; }
      #careerModal .modal-dialog .modal-content label .attachment-input {
        padding: 0;
        margin: 0;
        position: absolute;
        opacity: 0;
        width: 110px;
        margin-top: -20px;
        z-index: -2; }
    #careerModal .modal-dialog .modal-content .white-btn {
      min-width: 110px; }
    #careerModal .modal-dialog .modal-content .white-btn:hover + .dummy-block {
      background: none;
      transition: background 0.3s linear; }
    #careerModal .modal-dialog .modal-content .dummy-block {
      width: 108px;
      height: 40px;
      background: white;
      display: block;
      margin-top: -36px;
      margin-left: 212px; }
  #careerModal .modal-dialog .modal-header {
    border-radius: 0;
    border: none; }
    #careerModal .modal-dialog .modal-header h3 {
      font-family: 'Gotham Condensed';
      font-size: 38px;
      letter-spacing: 3px; }

#contact-form {
  margin: 3rem 0 0 0; }
  #contact-form h1 {
    font-size: 62px;
    letter-spacing: 3px; }
  #contact-form .container {
    padding-bottom: 3rem;
    border-bottom: 2px solid black; }
  #contact-form input, #contact-form textarea {
    background: #f3f3f3;
    width: 100%;
    border: none;
    margin: 8px 0;
    resize: none;
    padding: 15px 20px;
    font-size: 15px; }
  #contact-form textarea {
    height: 255px; }
  #contact-form .yellow-btn {
    min-width: 110px;
    margin: 0; }
  #contact-form .col-6:first-child {
    padding-right: 0; }

#contact-info {
  margin: 4rem 0;
  display: flex;
  text-align: center;
  justify-content: space-between; }
  #contact-info .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #contact-info h4 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px; }
  #contact-info .contact-desc {
    font-size: 14px;
    padding: 0 20px;
    min-height: 90px !important;
    margin: 0; }
    #contact-info .contact-desc p {
      white-space: normal; }
  #contact-info h6 {
    margin-top: 5px; }

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 40px !important; }

  h4 {
    font-size: 20px; }

  #footer {
    flex-direction: column;
    padding: 0; }
    #footer #footer-logo {
      display: none; }
    #footer .bg-yellow {
      display: none; }
    #footer .bg-black {
      width: 100%; }
    #footer #footer-address {
      display: flex;
      padding-left: 1rem;
      padding-right: 1rem;
      justify-content: space-between;
      font-size: 12px;
      padding-bottom: 1rem;
      padding-top: 2rem;
      text-align: center; }
      #footer #footer-address > div {
        flex-basis: 50%; }
    #footer #footer-contact {
      font-size: 12px;
      text-align: center;
      margin-bottom: 50px;
      padding-top: 0;
      padding-bottom: 1rem; }
      #footer #footer-contact .mt-30 p {
        font-size: 11px; }

  #header .dummy-line {
    display: none; }
  #header .nav-item {
    padding: 10px !important; }
    #header .nav-item a {
      font-size: 14px; }

  .with-line .dummy-line {
    display: block !important; }

  .review {
    font-size: 13px !important; }

  .review-wrapper:after {
    margin-left: -25px !important; }

  .review-wrapper {
    padding: 30px 35px !important; }

  #home-banners img {
    height: unset !important;
    object-fit: contain !important; }

  #home-project .col-6 {
    margin-bottom: 20px;
    padding: 0 10px; }
    #home-project .col-6 img {
      height: 130px; }
  #home-project .row {
    margin-left: -5px;
    margin-right: -5px; }

  #home-reviews {
    padding-bottom: 2rem; }
    #home-reviews .lSPager {
      margin-top: 25px !important; }

  .info-content {
    font-size: 20px !important; }

  .sliderWrapper {
    margin: 0 45px !important; }

  #works-gallery .d-flex {
    margin-top: 2rem !important;
    flex-direction: column; }

  .works-filter {
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -20px;
    margin-top: 10px; }
    .works-filter li {
      padding: 0 5px;
      font-size: 11px !important;
      margin-bottom: 5px; }
      .works-filter li:first-child {
        padding-left: 0; }

  #works-detail {
    padding-top: 2rem; }

  #work-images img {
    height: unset; }

  #clients-gallery {
    padding-top: 2rem !important;
    padding-bottom: 0; }
    #clients-gallery .col-6 {
      padding: 10px; }
      #clients-gallery .col-6 img {
        height: 130px; }

  #career-title {
    padding-top: 2rem !important; }
    #career-title p {
      font-size: 14px !important; }

  #career-list {
    margin: 0; }
    #career-list .career-item {
      padding: 2rem; }
      #career-list .career-item:before {
        margin-top: -18px;
        margin-left: -18px;
        height: 100%;
        width: 94%; }
      #career-list .career-item h6 {
        font-size: 13px; }
      #career-list .career-item .col-md-6 {
        margin-bottom: 20px; }
      #career-list .career-item .col-md-6 > div {
        font-size: 13px; }

  #careerModal .modal-dialog {
    width: unset; }
    #careerModal .modal-dialog .modal-content {
      padding: 0; }
      #careerModal .modal-dialog .modal-content h3 {
        font-size: 25px; }
      #careerModal .modal-dialog .modal-content .dummy-cirlce {
        margin-top: 0px;
        margin-right: -3px; }
      #careerModal .modal-dialog .modal-content .dummy-block {
        margin-left: 35%; }

  #contact-info .col-md-4 {
    margin-bottom: 60px; }

  .contact-desc {
    padding: 0 !important; }

  #successModal .modal-dialog {
    width: unset;
    margin-top: 10%; }

  #familySlider {
    position: relative;
    padding: 0 !important;
    background: none !important; }
    #familySlider .family-slide img {
      height: 110px; }

  .family-dots {
    width: 100%;
    left: 0 !important;
    padding-left: 0 !important;
    position: absolute;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    top: 250px; }
    .family-dots li {
      height: 17px !important;
      margin: 5px !important; }
      .family-dots li.slick-active button {
        background: #ffde15 !important; }
      .family-dots li button {
        color: transparent !important;
        width: 15px !important;
        height: 15px !important;
        background: #eeeeee !important; }

  #about-greetings {
    padding-top: 2rem; }

  .greeting-content {
    padding: 0 !important;
    margin: 0 !important; }

  .desc-content {
    margin-bottom: 0 !important; }
    .desc-content .col-md-4 {
      margin-bottom: 50px; }

  #about-desc {
    padding-bottom: 2rem !important; }
    #about-desc p {
      padding: 0; } }
@media only screen and (min-width: 1500px) {
  #footer .bg-black {
    width: 68vw !important; } }

/*# sourceMappingURL=style.css.map */
