@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');

body{
    font-family: 'Fira Sans', sans-serif;
}

p, li, a, input, select{
    font-family: 'Fira Sans', sans-serif;
    font-size:16px;
    line-height:25px;
}
p{
    margin-bottom:10px;
}
a{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    text-decoration: none;
}
.mt-10{
    margin-top:10px;
}
.mt-20{
    margin-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-40{
    margin-top:40px;
}
.mt-50{
    margin-top:50px;
}
.mb-10{
    margin-bottom:10px;
}
.mb-20{
    margin-bottom:20px;
}
.mb-30{
    margin-bottom:30px;
}
.mb-40{
    margin-bottom:40px;
}
.mb-50{
    margin-bottom:50px;
}

.row-eq-height > [class^=col] {
    display: flex;
    flex-direction: column;
}
.title-sw{
    font-family: 'Rubik', sans-serif;
    font-size:40px;
    text-transform:uppercase;
    color:#000000;
    margin-bottom: 15px;
    font-weight: bold;
}
.title-sw.mb-30{
    margin-bottom:30px;
}
.title-sw span {
    font-weight: 300;
}
.title-sw:before {
    content:' ';
    position: relative;
    top: -5px;
    display:block;
    width:100px;
    height:6px;
    background:#007bc4;
    border-radius: 10px;
}
.cbtn , a.cbtn {
    color: #fff;
    padding: 9px 35px;
    background: #007bc4;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 30px;
    border:1px solid #007bc4;
}
.cbtn:hover, a.cbtn:hover {
    color: #007bc4;
    background: transparent;
}
.title-ct {
    text-align: center;
}
.title-ct .title-sw::before {
    margin: 0 auto;
    top: -15px;
}

.navbar{
    padding:0px;
}
.navbar-expand-lg .navbar-nav li {
    padding: 0 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0px;
}
.navbar-nav .nav-link.active {
    color: #000;
    border-top:1px solid #0066FF;
}
.dropdown-menu{
    border-radius:0;
}
.header-btn li{     
    margin-left:20px;
}
.header-btn li a.nav-link {
    display: inline-block;
    border: 1px solid #007bc4;
    border-radius: 4px;
}
.header-btn li:first-child a.nav-link {
    color: #000;
    background:#fff;
}
.header-btn li:last-child a.nav-link {
    color: #fff;
    background: #007bc4;
}
.navbar-expand-lg .navbar-nav.header-btn .nav-link {
    padding: 6px 21px;
}
.header-btn li:first-child a.nav-link:hover {
    background: #007bc4;
    color: #fff;
}
.header-btn li:last-child a.nav-link:hover {
    background: transparent;
    color: #000;
}
.navbar-expand-lg .header-btn.navbar-nav li{
    padding:0px;
}

.home-banner .carousel-item img {
    width: 100%;
}
.carousel-caption.banner-caption {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}
/*.banner-caption h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 0px;
    line-height: initial;
    color: #fff;
    line-height: 35px;
}
.banner-caption h1 strong {
    color: #007bc4;
    font-weight: bold;
}
.banner-caption h2 {
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    line-height: 70px;
    margin: 0px;
    font-weight: bold;
}
.banner-caption p {
    font-size: 18px;
    color:#fff;
}
.banner-caption p span{
    color: #007bc4;
}*/
.banner-caption .cbtn {
    color: #fff;
    padding: 9px 35px;
    background: #007bc4;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 30px;
    border:1px solid #007bc4;
}
.banner-caption .cbtn:hover {
    color: #007bc4;
    background: transparent;
}

.our-services .container-fluid {
    max-width: unset;
    padding: 0 15px;
}
.our-service-content {
    padding: 80px 20px;
    position: relative;
    width: 600px;
    margin: 0 auto;
}
.our-service-content .nav-tabs .nav-item a {
    border: 0px;
    border: 1px solid #ACAC9E;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    padding: .65rem 1.8rem;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: left 10px top 11px;
    padding-left: 2.95rem;
}
.our-service-content .nav-tabs .nav-item a.industrial{
    background-image:url(../images/industrial.svg);
}
.our-service-content .nav-tabs .nav-item a.residential{
    background-image:url(../images/residential.svg);
}
.our-service-content .nav-tabs .nav-item a.commercial{
    background-image:url(../images/commercial.svg);
}
.our-service-content .nav-tabs .nav-item a.active, .our-service-content .nav-tabs .nav-item a:hover{
    opacity: 1;
    border-color: #000;
    color: #000;
}
.our-service-content .nav-tabs{
    border:0px;
}
.our-service-content .nav-tabs .nav-item{
    margin-right:10px;
}
.our-service-tabs{
    margin-top:30px;
}
.our-service-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.our-clients {
    padding: 80px 0px;
}
.our-client-content{
    padding-right:100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-client-image img{
    width:100%;
}
.clients-wrap {
    border-top: 1px solid #69715e;
    border-left: 1px solid #69715e;
    margin-bottom: 30px
}
.client-logo {
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #69715e;
    border-bottom: 1px solid #69715e;
    overflow: hidden;
    background: #fff;
    height: 145px
}
.client-logo img {
    transition: all 0.4s ease-in-out
}
.our-achievements {
    padding: 80px 0px 60px;
}
.our-achievement-content{
    padding-right:100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-success-wrap{
    background-image:url(../images/our-success-image.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.our-success-content {
    padding: 50px 20px;
    position: relative;
    width: 600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-success-content p, .our-success-content h2.title-sw,.our-success-wrap p{
    color:#fff;
}
.our-success-card {
    background: #007bc4;
    height: 350px;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.our-success-card img {
    width: 35px;
    margin: 0 auto 15px;
}
.our-success-card.os-two img {
    width: 55px;
}
.our-success-card h3{
    font-size:20px;
    text-transform:uppercase;
}
.our-success-card h3, .our-success-card p{
    color:#fff;
}
.os-two, .os-three{
   /* background:#6D9F0C;*/
   background-color: #313131;
}
.our-success-card img {
    margin-bottom: 15px;
}

.our-recent-projects{
    padding:80px 0px 50px;
    background:#F6F7F4;
}
.our-recent-projects .title-ct {
    padding-bottom: 40px;
}
.project-contain {
    background: #fff;
    padding: 20px;
}
.project-contain h4{
    color:#000000;
    text-transform: uppercase;
    font-size:21px;
}
.project-contain h5{
    color: #727268;
    text-transform: uppercase;
    font-size:12px;
}
.icon-contain {
    padding-bottom: 10px;
}
.project-contain ul {
    list-style: none;
    padding: 15px 0px;
    margin: 0px;
}
.project-contain ul li {
    display: inline-block;
    width: 32.5%;
    height: 100px;
}
.project-contain ul li a {
    display: block;
    background-size: cover;
    height: inherit;
    width: 100%;
    background-position: center;
    position:relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.project-contain ul li a:hover:before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgb(0 0 0 / 52%);
    position: absolute;
    left: 0;
    top: 0;
    background-image:url(../images/eye.svg);
    background-position:center;
    background-repeat:no-repeat;
}
.project-contain a.read-more {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    background-image:url(../images/read-arrow.svg);
    padding-right:25px;
    background-position:right;
    background-repeat:no-repeat;
}

.client-testimonials{
    background:#484E50;
    padding:80px 0px;
}
.client-testimonials .title-ct .title-sw, .client-testimonials .title-ct p{
    color:#fff;
}

.signup-newsletter{
    padding:150px 0px;
    background-image:url(../images/signup-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.signup-newsletter .title-ct .title-sw, .signup-newsletter .title-ct p{
    color:#fff;
}
.signup-newsletter .title-ct .title-sw{
    font-size:46px;
}
.signup-newsletter .title-ct h3{
    text-transform:uppercase;
    font-size:20px;
    color:#fff;
    font-weight: normal;
}
.subscribe-form {
    margin: 25px auto 0;
    padding-top:40px;
}
.subscribe-form input {
    background: rgb(125 130 132 / 62%);
    border: 1px solid #7D8284;
    color: #fff;
    font-weight: normal;
    height: calc(1.5em + .75rem + 18px);
    padding: .375rem 1.5rem;
}
.subscribe-form input[type=email]{
    
}
.subscribe-form .form-control::placeholder {
    color: #fff;
}
.subscribe-form .input-group-append .btn {
    background: #007bc4;
    color: #fff;
    padding: .375rem 2rem;
    border-radius: 6px;
    margin-left: 10px;
}
.subscribe-form .input-group > .form-control:not(:last-child){
    border-radius: 6px;
}
.subscribe-form .form-control:focus::placeholder{
    color: #495057;
}

/* Seawall Landing Page */

.seawall-landing img{
    max-width:100%;
}
.seawall-banner img{
    max-width:100%;
    width:100%;
}

.seawall-banner .carousel-item {
    position: relative;
}
.banner-caption-sw {
    position: absolute;
    top: 50%;
    text-align: left;
    width: 700px;
    height: 200px;
    margin-top: -100px;
}
.banner-caption-sw h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 0px;
    line-height: initial;
    text-transform: uppercase;
    color:#fff;
    line-height:32px;
}
.banner-caption-sw h3 span{
    color:#fff;
    font-weight:bold;
}
.banner-caption-sw h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    line-height:59px;
    margin-top:20%;
    font-weight: bold;
}
.banner-caption-sw h1 span{
    color:#fff;
}
.banner-location-sw p {
    color: #fff;
    margin: 0px;
}
.banner-location-sw {
    background-image: url(../images/location-icon.svg);
    background-position: top left;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 2px 0px 2px 30px;
    margin-top:10px;
}

.header-top {
    padding: 15px 15px;
    background: #F6F7F4;
}
.contact-number-sw a {
    color: #000;
    font-weight: bold;
    line-height: inherit;
    margin-left: 10px;
}
.code-sw p {
    color: #707070;
    font-size: 12px;
    margin:0px;
    line-height: inherit;
}
.contact-info-sw {
    padding: 4px 0px;
    text-align: right;
}
.contact-number-sw a:first-child {
    padding-left: 30px;
    display: inline-block;
    background-image: url(../images/telephone-icon.svg);
    background-position: top left;
    background-size: 24px;
    background-repeat: no-repeat;
}
.code-sw span {
    margin-left: 10px;
}

.nav-list-contain-sw {
    position: relative;
    top: -40px;
    z-index: 3;
}
.nav-list-sw{
    margin:0px;
    list-style:none;
    background: #fff;
    padding: 16px 0px;
    border-radius:5px;
    box-shadow: -2px 10px 11px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: -2px 10px 11px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 10px 11px -10px rgba(0,0,0,0.3);
    text-align:center;
}
.nav-list-sw li {
    display: inline-block;
    padding: 5px 14px;
}
.nav-list-sw li a {
    text-transform: uppercase;
    text-decoration:none;
    border-bottom:2px solid transparent;
}
.nav-list-sw li a.active, .nav-list-sw li a:hover{
    color:#000;
    border-color:#007bc4;
}

.nav-list-sw li:last-child a {
    padding: 8px 10px;
    border: 1px solid #007bc4;
    border-radius: 3px;
}
.nav-list-sw li:last-child a:hover {
    background: #007bc4;
    color: #fff;
}

/* Introduction */

.introduction-sw {
    padding: 90px 0px 140px;
}
.introduction-sw .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.introduction-caruosel {
    padding-right: 0px;
}
.introduction-caruosel .carousel, .introduction-caruosel .carousel-item, .introduction-caruosel .carousel-inner{
    height: 100%;
    width: 100%;
}
.introduction-caruosel .carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.introduction-caruosel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.method-tech-sw{
    padding: 140px 0px;
    background:#F6F7F4;
}
.introduction-caruosel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0px;
}
.introduction-caruosel .carousel-indicators .active {
    width: 40px;
    height: 8px;
    border-radius: 10px;
    background: #007bc4;
}
.introduction-caruosel .carousel-indicators {
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 5%;
    margin-bottom:25px;
}

/* Why Choose Us */

.why-choose-sw {
    padding: 0px 0px;
    margin-top: -40px;
    z-index: 2;
}
.why-choose-sw-content {
    margin: 0 auto;
    padding: 220px 0px 140px;
}
.why-choose-sw .container-fluid {
    padding: 0px 15px;
}
.our-services-sw-inner {
    width: 400px;
    margin: 0 auto;
    padding:140px 0px;
}
.our-services-sw-inner h3 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.our-services-sw-inner ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.our-services-sw-inner ul li {
    color: #fff;
    background-image: url(../images/white-tick.svg);
    background-position: top 7px left;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-bottom: 10px;
}
.our-services-sw {
    padding: 0px;
   /* background-image: url(../images/services-background.png);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Process Involved */

.process-involved {
    padding: 140px 0px;
    background: #484E50;
    text-align: center;
}
.process-involved-content {
    padding-bottom: 40px;
}
.process-involved .title-sw{
    color:#fff;
}
.process-involved .title-sw:before{
    margin:0 auto;
    top: -15px;
}
.process-involved-list {
    padding: 40px 20px;
}
.process-involved-list h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}
.process-involved-list h3 span{
    color:#8C8F91;
}
.process-involved p{
    color:#CFD4D6;
}
.process-involved-list img {
    margin-bottom: 15px;
}

/* Inspection */

.inspection-site-sw {
    padding: 140px 0px;
    text-align: center;
}
.inspection-site-sw .title-sw:before{
    margin:0 auto;
    top: -15px;
}
.inspection-site-sw-list{
    padding-top:60px;
}
.inspection-site-card {
    padding: 45px 88px;
    background: #F4F5F0;
    border-radius: 10px;
    text-align: left;
    position:relative;
}
.inspection-site-card {
    width: 450px;
    margin: 0 auto;
}
.inspection-site-card.right p, .inspection-site-card.right h3{
    text-align:right;
}
.inspection-site-card.left .inspection-site-card-img {
    position: absolute;
    left: -50px;
    top: 47px;
}
.inspection-site-card.right .inspection-site-card-img {
    position: absolute;
    right: -50px;
    top: 47px;
}
.inspection-site-card h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Free Estimate */

.free-estimate-sw {
    padding: 140px 0px;
    background: #F6F7F4;
}
.free-estimate-content {
    width: 350px;
    margin: 0 auto;
}
.free-estimate-address {
    margin-top: 30px;
}
.free-estimate-address h5 {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}
.free-estimate-address p {
    font-size: 20px;
    line-height: 29px;
    color: #727268;
}
.free-contact-info-sw {
    margin: 0px;
    list-style: none;
    padding: 0;
    padding-top: 35px;
}
.free-contact-info-sw li a{
    color:#000;
    font-weight:600;
}
.find-us-map-sw {
    border: 1px solid #727268;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}
a.find-us-map-sw{
    text-decoration: none;
}
a.find-us-map-sw:hover {
    color: #fff;
    background:#007bc4;
    border-color:#007bc4;
}
.free-contact-info-sw li{
    background-position: top 5px left;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-left:20px;
}
.free-contact-info-sw li:first-child{
    background-image: url(../images/phone-icon.svg);
}
.free-contact-info-sw li:last-child{
    background-image: url(../images/email-icon.svg);
}
.free-estimate-sw textarea {
    height: 100px;
}
.free-estimate-sw .form-control {
    padding: 1.3rem 1rem;
}
.free-estimate-sw .btn-success {
    color: #fff;
    background-color: #007bc4;
    border-color: #007bc4;
    padding: 10px 20px;
}


/* Our Services */

.our-services-sw-list {
    padding: 140px 0px;
}
.our-service-list-content {
    text-align: center;
    padding-bottom:50px;
}
.our-service-list-content .title-sw{
    margin:0px;
}
.our-service-list-content .title-sw:before{
    margin:0 auto;
    top: -15px;
}
.our-service-list-contain-sw {
    padding: 30px 15px;
    border: 1px solid #E6E6E6;
    border-right:0px;
}
.our-service-list-contain-sw ul {
    list-style: none;
    padding: 0px 24px 0px 25px;
    margin: 0px;
}
.our-service-list-contain-sw ul li {
    padding-bottom: 5px;
    padding-left: 30px;
    background-image: url(../images/green-tick.svg);
    background-position: top 7px left;
    background-size: 15px;
    background-repeat: no-repeat;
}
.our-service-list-contain-sw:last-child {
    border-right: 1px solid #E6E6E6;
}

/* Seawall Cost */

.cost-seawall-sw{
    padding:140px 0px; 
    background-image: url(../images/seawall-cost-background.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align:center;
}
.cost-seawall-sw .title-sw,  .cost-seawall-sw p {
    color: #fff;
    text-transform:uppercase;
    margin:0px;
}
.cost-seawall-sw p {
    margin-bottom:20px;
}
.cost-seawall-sw ul li{
    color: #fff;
}
.cost-seawall-sw .title-sw:before{
    margin:0 auto;
    top: -15px;
}
.sw-btn, a.sw-btn {
    display: inline-block;
    color: #fff;
    background: #007bc4;
    padding: 6px 20px;
    border-radius: 3px;
    border: 1px solid transparent;
    text-decoration:none;
}
.sw-btn:hover{
    background: transparent;
    border: 1px solid #007bc4;
}

/* Footer */

.footer-top-sw {
   /* background: #F6F7F4;*/
   background: #f2f2f2;
    padding: 80px 0px;
}
.footer-top-sw *{color: #fff;}
.footer-top-sw h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color:#fff;
}
.footer-top-sw ul {
    padding: 0;
    list-style: none;
}
.footer-top-sw ul li {
    padding-bottom: 5px;
}
.footer-top-sw ul li a {
    font-size: 15px;
    color:#fff;
}
.footer-top-sw .contact-info-sw {
    text-align: left;
}
.footer-top-sw .contact-address-sw {
    padding-bottom:20px;
}
.footer-top-sw .contact-address-sw p, .footer-top-sw .contact-info-sw a, .footer-top-sw .contact-info-sw p {
    line-height: 24px;
    font-size: 14px;
}
.footer-top-sw .contact-info-sw {
    padding-bottom: 25px;
}
.footer-top-sw .contact-info-sw p {
    margin:0px;
    color: #fff;
}
.footer-bottom-sw {
    padding: 30px 0px 20px;
    background-color: #0066FF;
}
.footer-bottom-sw p, .footer-bottom-sw a {
    font-size: 14px;
    margin: 0;
    color: #fff; text-align: center;
}
.footer-bottom-sw ul {
    padding: 0;
    list-style: none;
    margin: 0px;
    text-align: right;
}
.footer-bottom-sw ul li {
    display:inline-block;
    padding-bottom: 5px;
}
.footer-bottom-sw ul li a {
    display:inline-block;
    font-size: 14px;
    width:30px;
    height:30px;
    border:1px solid #cdcece;
    border-radius:50%;
    line-height:30px;
    text-align:center;
}
.footer-logo-sw {
    margin-bottom: 30px;
}
.trusted-logo-sw img{
    max-width:100%;
}

@media (min-width:1240px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }

}
@media (min-width:992px) and (max-width:1239px){
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px; 
    }
    .navbar-expand-lg .navbar-nav.header-btn .nav-link{padding: 6px 10px;}
   
    .header-btn li {
        margin-left: 10px;
    }

    .navbar-expand-lg .navbar-nav li {
        padding: 0 8px;
    }
    .our-service-con,.our-service-img{flex: none; max-width: none; }
    .our-service-con{width: 62% !important; float: left;}
    .our-service-img{width: 38% !important; float: right;}

    .our-achievement-image img{width: 100%; height: auto}
    .free-estimate-sw{overflow: hidden;}
    .free-estimate-content{width: 100%}
    .title-sw{font-size: 30px;}
}

@media (min-width:991px) and (max-width:1199px){
    .inspection-site-card {
        width: 370px;
    }
    .inspection-site-card {
        padding: 45px 80px;
    }
    .inspection-site-card.right {
        padding: 45px 65px 45px 20px;
    }
    .inspection-site-card.left {
        padding: 45px 20px 45px 65px;
    }
    .banner-caption-sw h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media (max-width:1199px){
    .nav-list-sw li{
        margin-bottom:10px;
    }
    .our-service-areas-list-sw {
        padding:0 15px;
    }
}

@media (min-width:1200px){
    .container-fluid{
        max-width:1600px;
        padding: 0px 60px;
    }
    .container-fluid.cf-unset{
        max-width:unset;
        padding: 0px 15px;
    }
    .nav-list-sw{
        text-align:center;
    }
    .introduction-content-sw {
        padding: 0 15px;
        width: 600px;
        margin: 0 auto;
    }
    .why-choose-sw-content{
        width: 505px;
    }
    .our-service-areas-list-sw {
        width: 990px;
        margin: 0 auto;
    }
    .free-estimate-content {
        padding-top: 60px;
    }
}

@media (max-width:991px){
	
	.head-address{
		width:100%;
		max-width:100%;
		flex:auto;
	}
    .our-service-list-contain-sw ul{
        padding:0px;
    }
    .process-involved-content p br {
        display: none;
    }
    .introduction-caruosel {
        padding: 0 15px;
    }
    .introduction-content-sw {
        padding-bottom: 20px;
    }
    .method-tech-sw-image img{
        margin:0 auto;
        width:100%;
    }
    .method-tech-sw-image {
        padding-bottom: 40px;
    }
    .why-choose-sw-content {
        padding: 80px 0px 40px;
    }


}

@media (min-width:768px) and (max-width:991px){
	 .seawall-banner .carousel-item {
      /*
		background-repeat: no-repeat;
        background-size: cover;
        height: 460px;*/
		
		background-repeat: no-repeat;
		background-size: cover;
		height: 302px;
		background-position: top right;
    }
    .seawall-banner .carousel-item img {
     	display: none;		
    }
}


@media (max-width:767px){
	
    .seawall-banner .carousel-item {
      /*
		background-repeat: no-repeat;
        background-size: cover;
        height: 460px;*/
		
		background-repeat: no-repeat;
		background-size: cover;
		height: 302px;
		background-position: top right;
    }
    .seawall-banner .carousel-item img {
     	display: none;		
    }
    .banner-caption-sw {
        top: 40%;
        width: 100%;
    }
    .banner-caption-sw h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .seawall-logo {
        text-align: center;
        margin-bottom:0px;
    }
    .contact-info-sw {
        padding: 4px 0px;
        text-align: center;
    }
    .nav-list-contain-sw {
        position: relative;
        top: unset;
        padding: 80px 15px 20px;
    }
    .nav-list-sw{
        border: 1px solid #E6E6E6;
    }
    .our-service-list-contain-sw{
        border: 1px solid #E6E6E6;
        margin-bottom:30px;
    }
    .our-services-sw-inner {
        width: 100%;
    }
    .inspection-site-card {
        width: 100%;
    }
    .inspection-site-card {
        padding: 20px;
        text-align: center;
        margin-bottom:20px;
    }
    .inspection-site-card.left .inspection-site-card-img, .inspection-site-card.right .inspection-site-card-img {
        position: relative;
        left: unset;
        top: unset;
        right:unset;
        margin-bottom:20px;
    }
    .inspection-site-card.right p, .inspection-site-card.right h3{
        text-align:center;
    }
    .our-services-sw-inner {
        width: 100%;
        padding: 80px 14px;
    }
    .method-tech-sw, .introduction-sw, .process-involved, .inspection-site-sw, .free-estimate-sw, .our-services-sw-list{
        padding: 120px 0px 80px;
    }
    .introduction-caruosel {
        height: 600px;
    }
    .trusted-logo-sw {
        margin-bottom: 40px;
    }
    .footer-bottom-sw {
        text-align: center;
    }
    .footer-bottom-sw ul {
        text-align: center;
    }
}
@media (min-width:481px){
    .footer-bottom-sw p br{
        display:none;
    }
    .free-estimate-sw .btn-success {
        width: 350px;
    }
}
@media (max-width:480px){
    .nav-list-sw li {
        display: block;
        padding: 10px 14px;
        border-bottom: 1px solid #E6E6E6;
    }
    .nav-list-sw li:last-child {
        border: 0px;
    }
    .nav-list-sw li a {
        display: block;
    }
    .free-estimate-content {
        width: 100%;
    }
    .title-sw{
        font-size:35px;
    }
    .introduction-caruosel {
        height: 400px;
    }
    .footer-bottom-sw p{
        margin-bottom:15px;
    }
    .footer-bottom-sw p br{
        display:block;
    }
}

@media (min-width:768px) and (max-width:991px){
    .inspection-site-card {
        margin-bottom: 20px;
    }
    .introduction-caruosel {
        height: 600px;
    }
    .project-contain-wrap{width: 50%; float: left}

    
}

/********* <!--[ Responsive For Media Devices ]--> *************/

@media (min-width: 1200px) {
    
}

@media (max-width: 1199px) {
    
}


@media (min-width: 992px) and (max-width: 1199px){
    
}

@media (min-width: 992px) and (max-width: 1024px){

}
@media (min-width: 992px) {
    
}

@media (max-width: 991px){
    
    /*Toggler*/
    .navbar-toggler {
        padding: 5px 10px;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        width: 50px;
        height: 50px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover{border: 1px solid transparent; outline: none;}
    .navbar-toggler .icon-bar
    {
        background-color: #000;
        height: 1px;
        width: 100%;
        display: block;
        margin-bottom: 5px;

    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 0px;
    }


    .header-bottom.main-menu-wrap{padding: 10px 0}
    .navbar-expand-lg .header-btn.navbar-nav{display: block;}
    .navbar-expand-lg .header-btn.navbar-nav li{
        display: inline-block;
    }


    .our-service-con,.our-service-img{flex: none; max-width: none; }
    .our-service-con{width: 62% !important; float: left;}
    .our-service-img{width: 38% !important; float: right;}

    .our-achievement-image img{width: 100%; height: auto}
    .free-estimate-sw{overflow: hidden;}
    .free-estimate-content{width: 100%}
    .title-sw{font-size: 30px;}
}

@media (min-width: 768px){
    .subscribe-form{
        width:675px;
    }
}

@media (min-width: 768px) and (max-width: 991px){

}

@media (max-width: 767px){

}

@media (max-width: 599px){
    
}

@media (max-width: 480px) {

}

@media (min-width: 768px) and (max-width: 991px){
    
}


/* Custom checkbox styling for contact form 7 checkbox */

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
span.wpcf7-list-item {
    margin: 0 1em 10px 0;
}
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
    
}
.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 4px;
    height: 20px;
    width: 20px;
    top: 2px;
    left: 0px;
    border: 1px solid #707070;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #004698;
    font-weight: 600;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 30px;
    display: inline-block;
}
.wpcf7-form .wpcf7-radio {

}
.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}
.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span {
    
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 2px;
    left:0px;
    border: 1px solid #222;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 7px;
    left: 5px;
    visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
    background: #004698;
    visibility: visible;
}
.wpcf7-form .wpcf7-radio input[type=radio] {
    position: absolute;
    width: 20px;
    height: 20px;
}