* {
    padding: 0;
    margin: 0;
}
.c-slider-w {
    width: 100%;
}
.c-mr-auto {
    margin: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.navbar {
    padding: 0;
}

.navbar-brand img{
    height: 70px;
}

.nav-item {
    margin-right: 20px;
    padding: 15px 0;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-link, .dropdown-item {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-item.active .nav-link {
    color: #000;
}

.nav-item.active {
    border-bottom: 4px solid #0074E8;
}

.nav-item:hover {
    border-bottom: 4px solid #0074E8;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
.navbar-fixed-top.navbar-shrink {
    top: 0;
    border-bottom: 1px solid #333;
  }
.navbar-fixed-top.navbar-shrink .topnav{
    display: none;
  }

.topnav {
    background: #333333db;
    padding: 10px 0;
    color: #fff;
}

.topnav .container {
    display: flex;
    justify-content: space-between;
}

.topnav p {
    margin-bottom: 0;
}

.topnav .call i {
    font-size: 24px;
    margin-left: 10px;
}
.call {
  background-color: #0d6efd;
  padding: 3px 8px;
  border-radius: 6px;
}
.topnav .call span {
    font-size: 20px;
    font-weight: bold;
}

#Slider_section{
    margin-top: 130px;
}
#Slider_section .carousel-item img {
    height: 500px;
    object-fit: fill;
    object-position: center;
}
#Slider_section .carousel-caption h5{
    background-color:#333333b8;
    display: inline-block;
    font-size: 32px;
    padding: 10px;
}

.work_details {
    padding: 100px 0;
}

.full_width_border {
    margin-bottom: 30px;
    border-bottom: 4px solid #0074E8;
}

.space_header {
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: bold;
    line-height: 70px;
    text-transform: uppercase;
}

.work_details .title_two {
    padding-top: 50px;
}

.work_details .description {
    padding-top: 50px;
}

.work_details .img_block img {
    width: 100%;
    min-height: 60%;
    object-fit: cover;
    object-position: center;
}

.primary_btn {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #0074E8;
    padding: 12px 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 6px;
}

.primary_btn i {
    margin-left: 10px;
}

.primary_btn:hover {
    background: #0074E8;
    color: #fff;
    transition: .5s all;
}


/* .services {
    margin: 100px 0;
} */

.services .fixed_bg {
    background-image: url('../image/h1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.half_border .custom_border {
    display: block;
    width: 50%;
    height: 5px;
    background: #0074E8;
    border: 0;
}

.title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

.bg_layer {
    padding: 100px 30px;
    background: #000000a8;
    color: #fff;
    height: 100%;
}

.bg_layer p {
    margin-top: 30px;
}

.second_btn {
    display: inline-block;
    text-decoration: none;
    background: none;
    border: 1px solid #fff;
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 6px;
}

.second_btn i {
    margin-right: 10px;
}

.second_btn:hover {
    background: #fff;
    color: #000;
    transition: .5s all;
}

.service_boxes {
    padding: 100px 20px;
}

.service_single_box {
    background: #fff;
    color: #1e1e22;
    padding: 20px;
    border-radius: 6px;
}

.subtitle {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.service_single_box p {
    color: #1e1e22;
    line-height: 1.7em;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 30px;
}

.service_boxes .second_row {
    margin-top: 25px;
}


.latest_project {
    padding: 100px 0;
}

.second_btn.blue {
    color: #000;
    border: 1px solid #0074E8;
}

.second_btn.blue:hover {
    background: #0074E8;
    color: #fff;
    transition: .5s all;
}

.latest_project_left {
    padding: 20px;
}

.latest_project_left p {
    margin-top: 30px;
}

.latest_project_right .img_block {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.latest_project_right .img_block:hover .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .5s ease;
}

.latest_project_right img {
    width: 100%;
}


.reviews {
    color: #fff;
}

.reviews .fixed_bg {
    background-image: url('../image/h1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.reviews .carousel-inner {
    min-height: 400px;
}

.review_block {
    padding-top: 150px;
    padding-bottom: 150px;
}

.t-card {
    padding: 20px;
    background: #000000a8;
    border-radius: 6px;
    color: #fff;
    position: relative;
}

.t-card p {
    margin-bottom: 0;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 1.5625rem solid transparent;
    border-right: 1.5625rem solid transparent;
    border-top: 1.25rem solid #000000a8;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
}

.client_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.client_details {
    margin-left: 20px;
}

.controls.push-right {
    text-align: center;
}


.footer {
    padding-top: 100px;
}

.footer .title {
    text-align: center;
}

.footer .full_width_border {
    padding-bottom: 12px;
}

.served_areas {
    margin-top: 30px;
}

.served_areas .single_area {
    margin-bottom: 10px;
}

.served_areas .single_area i {
    margin-right: 2px;
}


.footer-top {
    padding-top: 80px;
    padding-bottom: 50px;
}

.footer-top p,
.company-footer-contact-list li {
    color: #1e1e22;
}

.company-footer-contact-list {
    margin-top: 10px;
}

.company-footer-contact-list i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
    color: #0074E8;
}

.widget-title {
    text-transform: capitalize;
}

.footer-top .widget-title {
    color: #1e1e22;
    margin-bottom: 40px;
}

.quick-link-list a {
    color: #1e1e22;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}

.quick-link-list a:hover {
    color: #0074E8;
}

.quick-link-list i {
    margin-right: 10px;
}

.news-letter-form {
    margin-top: 15px;
}

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #0074E8;
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #0074E8;
    padding: 9px 30px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}

.copy-right-text {
    color: #1e1e22;
}

.footer-bottom {
    background: #ddd;
    padding: 10px 0;
}

.footer-bottom a {
    color: #0074E8;
    text-decoration: none;
}
.developer-text p{
    margin-bottom: 0;
}

footer .logo {
    display: block;
    margin-bottom: 20px;
}

footer .logo img {
    width: 100px;
}

#back2Top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0d6efd;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    scroll-behavior: smooth;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }







  /* other pages  */

  .hero_section{
    margin-top: 130px;
    background-image: url('../image/h1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
}
.other_pages_hero{
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_pages_hero .title{
    color: #fff;
    font-size: 72px;
}

.image_gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.image_gallery .single_img {
    position: relative;
    cursor: pointer;
}

.image_gallery .single_img:hover .item_effect {
    height: 300px;
    width: calc(100% - var(--bs-gutter-x) * 1);
    position: absolute;
    top: 0;
    background-color: #002147;
    left: 50%;
    transform: translateX(-50%);
    opacity: .5;
    transition: .6 all;
}

.image_gallery .single_img:hover .overlay {
    opacity: 1;
    transition: .5s all;
    margin-top: 0;
}

.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    margin-top: 50px;
}

.overlay span {
    display: inline-block;
    background: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #002147;
    line-height: 40px;
    margin: 0 1px;
}


.gallery_inner {
    text-align: center;
    padding-top: 100px;
}
.gallery_inner [type="radio"]{
    display: none;
  }
 .gallery_inner label{
    padding: 5px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.25s;
    margin-bottom: 30px;
    border: 1px solid #0d6efd;
    text-transform: uppercase;
    margin-right: 10px;
  }
  .gallery_inner [type="radio"]:checked + label{
      background: #0d6efd;
      color: #fff;
  }
  .menu_fences:checked ~ .gallery .gallery_card:not(.fences),
  .menu_yard:checked ~ .gallery .gallery_card:not(.yard),
  .menu_planting:checked ~ .gallery .gallery_card:not(.planting)
  {
    display: none;
  }

  .services{
    padding-top: 100px;
  }
  .service_part{
    margin-top: 20px;
  }
  .service_part p{
    font-size: 15px;
  }
  .service_part .title{
    font-size: 36px;
    text-transform: capitalize;
  }
  .service_part .full_width_border {
    padding-bottom: 0px;
    margin-top: 80px;
  }
  .service_part .sidebar {
    margin-top: 80px;
  }
  .about_us .service_part .sidebar {
    margin-top: 0;
  }

  .service_details{
    margin-top: 50px;
  }

  .sidebar_img{
    width: 100%;
  }

  .sidebar .full_width_border {
    padding-bottom: 0px;
    margin-top: 50px;
  }
  .sidebar .title {
    font-size: 24px;
    text-transform: uppercase;
  }

  .sidebar_review blockquote{
    margin-top: 50px;
    border-left: 5px solid #0d6efd;
    padding-left: 15px;
  }
.sidebar_review .primary_btn {
    padding: 8px 30px;
}

.hero_section.about_us{
    background-image: url('../image/h1.jpg');
}
.about_us .service_part .full_width_border{
    margin-top: 0;
    padding-bottom: 25px;
}


.contact_us{
    margin-top: 130px;
}
.contact_us .fixed_bg {
    background-image: url('../image/h1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.form_wrap{
    background: #fff;
    padding: 50px;
    border-radius: 6px;
}
.form_wrap .title{
    font-size: 24px;
}
.form_wrap form{
    margin-top: 50px;
}
.form_wrap form .required{
    color: red;
}
.form_wrap form .form-text{
    font-size: 12px;
}
.required_msg{
    font-size: 12px;
    padding-left: 10px;
}
.second_btn.submit{
    padding: 10px 40px;
    font-size: 16px;
}


.company-footer-contact-list .second_btn.blue {
    background: #0074E8;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
  }
  .footer-newsletter .company-footer-contact-list .second_btn.blue i {
    color: #fff;
  }


/*Custom Responsive */

@media screen and (max-width: 575px) {
    .topnav{
        display: none;
    }
    #Slider_section, .hero_section, .contact_us{
        margin-top: 80px;
    }
    .space_header {
        font-size: 26px;
        line-height: 40px;
    }
    .work_details{
        padding-bottom: 0;
    }
    .work_details .primary_btn{
        margin-bottom: 50px;
    }
    .bg_layer {
        margin-left: -12px;
        margin-right: -12px;
    }
    .service_boxes{
        padding-top: 50px;
    }
    .service_boxes .second_row{
        margin-top: 0;
    }
    .service_single_box{
        margin-bottom: 30px;
    }
    .review_block{
        padding-top: 50px;
    }
    .served_areas .single_area{
        text-align: center;
    }
    .footer-top{
        text-align: center;
        margin-top: 50px;
        padding-top: 0;
    }
    .footer-top .widget{
        margin-top: 50px;
    }
    .services{
        padding-top: 50px;
    }
    .service_part{
        margin-top: 0;
    }
    .other_pages_hero .title{
        text-align: center;
    }
    .gallery_inner{
        padding-top: 50px;
    }
    .form_wrap{
        padding: 20px;
    }
    .second_btn, .primary_btn{
        background: #0074E8 !important;
        color: #fff !important;
        border: 1px solid #0074E8;
    }
}

/* Custom CSS */
.before-after {
  margin: auto;
  text-align: center;
}
.before-img img, .after-img img {
  width: 100%;
}
.mr-top {
    margin-top: 30px;
}
.mr-bottom {
    margin-bottom: 30px;
}
.before-title, .after-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.description {
  font-size: 19px;
}
.nav-call { 
    background-color: #0d6efd;
    padding: 3px 8px;
    border-radius: 6px;  
    margin-right: 1rem; 
}
.nav-call span, .nav-call i {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
.nav-call i {
    margin-left: 10px;
    font-size: 22px;
}

.bbb-area{
    padding: 100px 0;
}