/********** Template CSS **********/
:root {
    --primary: #921e1b;
    --light: #fff3f1;
    --dark: #000;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #921e1b;
    border: 1px solid #921e1b;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #921e1b;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(home_bg_1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/*** Mission_Background ***/

.mission {
    background-image : url('mission_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

/*** Vision_Background ***/

.vision {
    background-image : url('vision_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #921e1b;
    border-radius: 120px;
    transition: .5s;
    animation: ghost-hover 2s linear alternate infinite
}

@keyframes ghost-hover {
	0% {
		transform: translate(0%, -20%);
  }
	100% {
		translate(0%, 0%);
	}
}

.fact-item:hover .fact-icon {
    background: #fff;
}

.fact-item .fact-icon i {
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}



/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

/*** Upcoming Projects ***/
.ftco-section {
  padding: 7em 0;
  width: 100%; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (max-width: 991.98px) {
  .btn {
    display: block;
    width: 100%; } }

.ftco-section .owl-carousel {
  position: relative;
  width: 100%;
  height: auto; }

  .ftco-section .owl-carousel .owl-item {
    opacity: 1; }
    .ftco-section .owl-carousel .owl-item.active {
      opacity: 1; }
  .ftco-section .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block; }
    .ftco-section .owl-carousel .owl-nav .owl-prev,
    .ftco-section .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 60px;
      color: rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .ftco-section .owl-carousel .owl-nav .owl-prev,
        .ftco-section .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .ftco-section .owl-carousel .owl-nav .owl-prev p span, .owl-carousel .owl-nav .owl-prev p small,
      .ftco-section .owl-carousel .owl-nav .owl-next p span,
      .ftco-section .owl-carousel .owl-nav .owl-next p small {
        display: block;
        color: #000;
        line-height: .8;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .ftco-section .owl-carousel .owl-nav .owl-prev p span, .owl-carousel .owl-nav .owl-prev p small,
          .ftco-section .owl-carousel .owl-nav .owl-next p span,
          .ftco-section .owl-carousel .owl-nav .owl-next p small {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .ftco-section .owl-carousel .owl-nav .owl-prev small,
      .ftco-section .owl-carousel .owl-nav .owl-next small {
        text-transform: uppercase; }
      .ftco-section .owl-carousel .owl-nav .owl-prev span,
      .ftco-section .owl-carousel .owl-nav .owl-next span {
        line-height: 0; }
        .ftco-section .owl-carousel .owl-nav .owl-prev span:before,
        .ftco-section .owl-carousel .owl-nav .owl-next span:before {
          font-size: 40px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media (prefers-reduced-motion: reduce) {
            .ftco-section .owl-carousel .owl-nav .owl-prev span:before,
            .ftco-section .owl-carousel .owl-nav .owl-next span:before {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
      .ftco-section .owl-carousel .owl-nav .owl-prev:hover small,
      .ftco-section .owl-carousel .owl-nav .owl-next:hover small {
        color: #ffc6be; }
      .ftco-section .owl-carousel .owl-nav .owl-prev:hover span:before,
      .ftco-section .owl-carousel .owl-nav .owl-next:hover span:before {
        color: #ffc6be; }
    .ftco-section .owl-carousel .owl-nav .owl-prev {
      left: 50%;
      margin-left: -35px; }
    .ftco-section .owl-carousel .owl-nav .owl-next {
      right: 50%;
      margin-right: -35px; }

  .ftco-section .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px; 
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    visibility: hidden;
}


    .ftco-section .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: transparent;
      position: relative;
      border: 1px solid #000;
      overflow: hidden; }


      .ftco-section .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .ftco-section .owl-carousel .owl-dots .owl-dot.active {
        background: #ffc6be;
        border: 1px solid #ffc6be; }
    @media (min-width: 992px) {
      .ftco-section .owl-carousel .owl-dots {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        margin-right: -40px; 
        overflow: hidden;
    }


        .ftco-section .owl-carousel .owl-dots .owl-dot {
          display: block; } }

.ftco-section .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.ftco-section .work-wrap .text, .work-wrap .img {
  width: 50%; }

  @media (max-width: 767.98px) {
    .ftco-section .work-wrap .text, .work-wrap .img {
      width: 100%;
      overflow: hidden; } 
  }

.ftco-section .work-wrap .img {
  height: 700px; }

.ftco-section .work-wrap .text {
  background: #fff3f1; }
  .ftco-section .work-wrap .text h2 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase; 
    color: #921e1b; }
    @media (max-width: 991.98px) {
      .ftco-section .work-wrap .text h2 {
        font-size: 40px; } }

/*** Our Legacy Timeline ***/

.timeline {
    z-index: -1;
    width: 100%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.timeline img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.timeline h2 {
  font-size: 50px;
  background: #ff6a00;
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  background: linear-gradient(to right, #ff6a00, #ee0979);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.timeline .inline-block {
  max-width: 100%;
  display: inline-block;
}

.timeline .page-wrapper {
  position: relative;
}

.timeline .container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.timeline .margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline .paragraph-large {
  letter-spacing: -0.02em;
  font-size: 20px;
  color: #000;
}

.timeline .section-timeline-heading {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.timeline .padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline .timeline-main_heading-wrapper {
  color: #000;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.timeline .timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline .timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

 .timeline .timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline .timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline .timeline_date-text {
  color: #921e1b;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline .timeline_text {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline .timeline_circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline .timeline_progress {
  z-index: -2;
  background-color: #000;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline .timeline_progress-bar {
  z-index: -1;
  background: #000;
  background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979);
  background: linear-gradient(to bottom, #ff6a00, #ee0979);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline .section-timeline {
  z-index: -3;
  position: relative;
}

.timeline .margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline .timeline_link {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline .timeline .timeline_link:hover {
  opacity: 1;
}

.timeline .timeline .link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline .inline-block {
  display: inline-block;
}

.timeline .text-colour-lightgrey {
  color: #fff;
}

.timeline .overlay-fade-top {
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline .overlay-fade-bottom {
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (max-width: 767px) {
  .timeline h2 {
    font-size: 40px;
  }

  .timeline .paragraph-large {
    font-size: 18px;
    color: #000;
  }

  .timeline .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline .timeline_left {
    text-align: left;
    grid-area: 1 / 2 / 2 / 3;
  }

  .timeline .timeline_centre {
    justify-content: flex-start;
    grid-area: 1 / 1 / 3 / 2;
  }

  .timeline .timeline_right {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .timeline .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline .timeline_text {
    font-size: 20px;
  }

  .timeline .timeline_progress {
    left: 6px;
  }

  .timeline .margin-bottom-xlarge {
    margin-bottom: 48px;
  }
}

/*** Service ***/

.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/

.testimonial {
    background-image: url('testimonial_bg_2.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

/*** Our Story - About Owner ***/
h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #fff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 50px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -75px;
  top: 75px;
  height: 400px;
  width: 400px;
  background-image:url("bg_circle.png");
  content: "";
}

.about-section .image-column .image-1 {
  position: relative;
  z-index: 1;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;
    
}


/*** Footer ***/

 #footer {
    position: relative;
    z-index: 10;
    background-color: #921e1b;
}

#footer .footer .btn .btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

#footer .footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

#footer .footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

#footer .footer .form-control {
    border-color: #fff;
}

#footer .footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

#footer .footer .copyright a {
    color: var(--light);
}

#footer .footer .copyright a:hover {
    color: var(--primary);
}

/*** Residential Gallery ***/

.res_projects .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.res_projects .column {
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.res_projects .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: grayscale(1) brightness(0.5);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s linear;
}

.res_projects .column img:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 700px) {
 .res_projects .column {
    flex: 100%;
    max-width: 100%;
  }
  .res_projects .column img {
    filter: grayscale(0) brightness(1);
  }
}
