* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.clear {
    clear: both;
}

a {
    transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -webkit-transition: all 250ms ease-out;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Open Sans', sans-serif;  */
    letter-spacing: 0.2px;
}

.wrapper {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.main {
    width: 100%;
    float: left;
}

.row {
    width: 100%;
    float: left;
}

.p_t {
    padding-top: 40px;
}

.p_b {
    padding-bottom: 40px;
}

p {
    font-family: 'Open Sans', sans-serif;
}

p a {
    color: #9d1f45;
}

.center {
    text-align: center;
}

.banner {
    background: #000;
    position: relative;
}

.banner>img {
    opacity: 0.6;
}

.banner_logo {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner_line {
    padding: 5px 0;
}

.banner_line p {
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
}

.banner_line p a {
    color: #ffffff;
}

.banner_line p a:hover {
    text-decoration: underline;
}

.banner_line .index_logo {
    float: right;
}

.pink_bg {
    background: #9d1f45;
}

.header {
    padding: 20px 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.logo {
    float: left;
}

.nav {
    float: right;
    margin-top: 16px;
}

.nav li {
    display: inline-block;
}

.nav li a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #9d1f45;
    padding: 8px 20px;
    border-radius: 3px;
}

.nav li a:hover,
.nav li a.active {
    background: #9d1f45;
    color: #fff;
}

.row1_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
	text-align:center;
}

.row1_grid .col {
    width: 100%;
}

.row1_grid h1 {
    font-size: 43px;
    line-height: 58px;
    font-weight: normal;
    color: #9d1f45;
    margin-bottom: 25px;
}

.row1_grid p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #747474;
    text-align: justify;
}

.row1_grid .img_box {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 8px;
    background: #000;
}

.row1_grid .img_box img {
    opacity: 0.8;
}

.row1_grid .img_box span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    background: rgba(157, 31, 69, 0.8);
    text-align: center;
    padding: 12px 0;
}

.service_row {
    position: relative;
    background: #000;
    margin: 3px 0;
    overflow: hidden;
    height: 330px;
    position: relative;
    z-index: 9;
}

.service_row::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -2;
}

.service_cont .service_row:nth-child(1) {
    background: url('../images/commercial-scaffolding.jpg') left top no-repeat;
    background-size: cover;
}

.service_cont .service_row:nth-child(2) {
    background: url('../images/domestic-scaffolding.jpg') left top no-repeat;
    background-size: cover;
}

.service_cont .service_row:nth-of-type(3) {
    background: url('../images/temporary-scaffolding.jpg') left top no-repeat;
    background-size: cover;
}

.service_row img {
    width: 100%;
    opacity: 0.5;
}

.service_row .head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    /* background: rgba(0, 0, 0, 0.45); */
}

.service_row .head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-top: 326px solid rgba(0, 0, 0, 0.4);
    border-right: 100px solid transparent;
    width: 100%;
    z-index: -1;
}

.service_row .head .wrapper {
    max-width: 600px;
    width: 96%;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service_row .head h3 {
    font-size: 27px;
    line-height: 37px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.row2 h2 {
    margin-bottom: 25px;
}

h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: normal;
    color: #9d1f45;
    margin-bottom: 10px;
}

.pink_bg h2 {
    color: #fff;
}

.row2 p {
    font-size: 16px;
    line-height: 36px;
    font-weight: normal;
    color: #747474;
}

.row2_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 17px;
    margin-top: 50px;
}

.row2_grid .col {
    display: inline-block;
    width: 100%;
    border: solid 1px #ececec;
    padding: 10px 10px 8px 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.row2_grid .col:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.row2_grid .col h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #2d2d2d;
    margin-top: 5px;
}

.row3 {
    background: url('../images/bg.jpg') left top no-repeat;
    background-size: cover;
}

.row3 p {
    max-width: 900px;
    width: 100%;
    margin: auto;
    font-size: 19px;
    line-height: 31px;
    font-weight: normal;
    color: #fff;
}

.row3 form {
    max-width: 625px;
    width: 100%;
    margin: 45px auto 0 auto;
    text-align: left;
}

.row3 form .form_left {
    width: 49%;
    float: left;
}

.row3 form .form_right {
    width: 49%;
    float: right;
}

.row3 form label {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 2px;
}

.row3 form .form_div {
    width: 100%;
    float: left;
    margin-bottom: 6px;
}

.row3 form input,
.row3 form textarea {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}

.row3 form textarea#subject {
    height: auto;
    height: 40px;
}

.row3 form textarea {
    height: 110px;
}

.row3 form input[type="submit"] {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #9b2147;
    cursor: pointer;
    margin-top: 30px;
    padding: 11px;
    transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}

.row3 form input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.row3 form input::-webkit-input-placeholder,
.row3 form textarea::-webkit-input-placeholder {
    color: #a2a2a2;
}

.row3 form input::-moz-placeholder,
.row3 form textarea::-moz-placeholder {
    color: #a2a2a2;
}

.row3 form input:-ms-input-placeholder,
.row3 form textarea:-ms-input-placeholder {
    color: #a2a2a2;
}

.row3 form input:-moz-placeholder,
.row3 form textarea:-moz-placeholder {
    color: #a2a2a2;
}

.row4 {
    border-bottom: solid 1px #e7e7e7;
}

.row4 .row2_grid {
    margin-top: 30px;
}

.row5_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.row5_grid .col {
    width: 100%;
}

.row5_grid p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    color: #252525;
}

.row5_grid ul {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.row5_grid ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 29px;
    font-weight: bold;
    color: #9d1f45;
    margin: 10px 0;
    position: relative;
    padding-left: 38px;
}

.row5_grid ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
}

.row5_grid ul li a {
    color: #9d1f45;
    word-break: break-word;
}

.row5_grid ul li a:hover {
    text-decoration: underline;
}

.row5_grid .col img {
    float: right;
}

.footer {
    padding: 30px 0;
}

.footer p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #fff;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}

.footer p a:hover {
    text-decoration: none;
}


/* inner-css */

.inner_row1 h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: normal;
    color: #9d1f45;
    margin-bottom: 15px;
}

.inner_row1 h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: normal;
    color: #9d1f45;
    margin-bottom: 15px;
}

.inner_row1 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #747474;
}

.dot_list {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.dot_list li {
    width: 100%;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #747474;
    list-style: disc;
    margin: 2px 0;
}

.scaffolding_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    text-align: center;
    margin: 40px 0;
}

.scaffolding_grid .col {
    width: 100%;
    background: #f3f3f3;
}

.scaffolding_grid .col img {
    width: 100%;
}

.scaffolding_grid h3 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    color: #fff;
    background: #9d1f45;
    text-align: center;
    padding: 6px 0;
    margin-top: 1px;
    text-transform: uppercase;
}

.scaffolding_grid p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    color: #676767;
    padding: 15px;
}

.gallery li {
    width: 25%;
    float: left;
    padding: 5px;
}

.gallery li a {
    display: inline-block;
    border: solid 1px #dedede;
    padding: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}


/* contact-form */

.contact_row1 {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.contact_row1 form {
    max-width: 600px;
    width: 100%;
    float: right;
}

.contact_row1 form h3 {
    font-size: 24px;
    font-weight: 600;
    color: #042a86;
    margin-bottom: 10px;
}

.contact_row1 p {
    line-height: 26px;
}

.contact_row1 form .form_div {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.contact_row1 form input,
.contact_row1 form textArea {
    width: 100%;
    float: left;
    border: solid 1px #dedede;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    border-radius: 2px;
    color: #292929;
}

.contact_row1 form input:focus,
.contact_row1 form textArea:focus {
    border: solid 1px #de688c;
}

.contact_row1 form textArea {
    height: 70px;
}

.contact_row1 form input[type="submit"] {
    border: none !important;
    width: 150px;
    background: #9d1f45;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.contact_row1 form input[type="submit"]:hover {
    background: #000;
}

.contact_row1 form label {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #424242;
    margin-bottom: 2px;
}

.map {
    width: 100%;
    float: left;
    border: solid 2px #c8c8c8;
    padding: 3px;
    margin-top: 15px;
}

.map iframe {
    width: 100%;
    height: 300px;
    vertical-align: middle;
}

.col2 form {
    width: 100%;
    float: left;
    background: #0071bc;
    padding: 20px;
    border-radius: 6px;
    position: relative;
}

.col2 form h3 {
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.form_div {
    width: 100%;
    float: left;
    position: relative;
}

.map2 {
    display: none;
}


/*captcha*/

.captchadiv #success,
#fail {
    display: none;
}

.captchadiv #message,
.captchadiv #success,
.captchadiv #fail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.captchadiv #fail {
    color: red;
}

.captchadiv #success {
    color: #044b0f;
}

.captchadiv .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fcaptchadiv p {
    display: inline;
    margin-right: 5px;
    float: left;
}

.captchadiv input,
.captchadiv button {
    font-family: 'Open Sans';
    font-weight: lighter;
    font-size: 12px;
}

.captchadiv input {
    width: 200px !important;
    height: 35px;
    text-align: center;
    float: none !important;
}

.error {
    width: 100%;
    float: left;
    background: #ff0000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 0;
}

.success {
    width: 100%;
    float: left;
    background: #093;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    padding: 6px 0;
}


/*respo-menu*/

.respo_menu {
    display: none;
    padding: 10px 0;
    margin-top: 15px;
    text-align: left;
    color: #fff;
}

.respo_menu span {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #fff;
    position: relative;
    margin: 4px 6px 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.respo_menu.active span:before {
    transform: rotate(45deg);
    transform-origin: center center;
    top: 0;
}

.respo_menu.active span:after {
    transform: rotate(-45deg);
    transform-origin: center center;
    bottom: 0;
}

.respo_menu.active span {
    background: transparent;
}

.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55%;
    margin: 0 !important;
    height: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.owl-theme .owl-nav button {
    margin: 0 !important;
}

.owl-theme .owl-nav button:hover {
    background: transparent !important;
    color: transparent !important;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 10px !important;
}

.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 10px !important;
}

.owl-theme .owl-nav button span {
    background: rgba(0, 0, 0, 0.7);
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 30px;
    font-size: 35px;
    line-height: 38px;
    box-shadow: 0px 0px 6px #fff;
    color: #fff;
}
.roofer-gallery{
    width: 100%;
    flost:left;
    
}
.roofer-gallery li{
    width: 16.66%;
}


 .popupmodal{z-index:9999;display:block;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.6); }
.popupmodal .close {
      position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-width: medium;
    border-color: #3d3938db;
    border-style: solid;
    right: -4px;
    top: -3px;
    color: #f2f2f2;
    line-height: 15px;
    background: #3d3938f7;
    text-align: center;
    font-size: 18px;
}
.popupmodal-content {
    width: 100%;
    float: left;
}
.popupmodal-content-inn {
    width: 35%;
    margin: 0 auto;
    position: relative;
}
.popupmodal-content-inn-row {
    width: 100%;
    float: left;
    background: #9d1f45;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
	
}
.popupmodal-content-inn-row h2 {
    color: #fff;
	text-transform:uppercase;
    font-size: 29px;
     margin: 24px 0 30px 0 !important;
	padding:0 30px;
	position:relative;
	    font-weight: 500;

}
.popupmodal-content-inn-row h2:after {
	width: 100px;
    left: 39%;
    bottom: -15px;
    position: absolute;
    height: 3px;
    background: #fff;
    content: "";
}
.popupmodal-content-inn-row p {
    width: 100%;
    float: left;
    font-size: 26px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom:30px;
}
.btn-2{background: #fff !important;text-align: center;cursor: pointer;display: inline-block;font-size: 17px;color: #9d1f45;font-weight: 500;padding: 10px 25px;border-radius:4px;border:2px solid #fff;}
.btn-2:hover{border:2px solid #5d0e26;}

@media(max-width: 980px) {
    .row1_grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .row1_grid h1 br {
        display: none;
    }
    .row1_grid h1 {
        font-size: 34px;
        line-height: 38px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .row1_grid p {
        font-size: 15px;
        line-height: 26px;
    }
    .row1_grid {
        text-align: center;
    }
    .row1_grid .img_box {
        width: auto;
        display: inline-block;
        float: none;
    }
    .row5_grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .row5_grid .col img {
        float: none;
    }
    .row5_grid ul li {
        display: inline-block;
        margin: 10px;
        text-align: left;
    }
}

@media(max-width: 800px) {
    .header {
        text-align: center;
        position: relative;
    }
    .logo {
        float: none;
    }
    .nav {
        width: 100%;
    }
    .row2_grid {
        grid-template-columns: 1fr 1fr;
        margin-top: 20px;
    }
    .row3 form {
        margin: 25px auto 0 auto
    }
    .row3 h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 600;
    }
    .row3 form .form_left,
    .row3 form .form_right {
        width: 100%;
    }
    .service_row {
        height: 250px;
    }
    .gallery li {
        width: 33.33%;
    }
    .contact_row1 {
        grid-template-columns: 1fr;
    }
    .map {
        display: none;
    }
    .map2 {
        display: block;
    }
    .contact_row1 {
        text-align: center;
    }
    .contact_row1 form {
        float: none;
        margin: auto;
        text-align: left;
    }
    .popupmodal-content-inn {
        width:70%;
    }
    .popupmodal-content-inn-row h2:after {
        display:none;
    }
}

@media(max-width: 600px) {
    .header {
        padding: 20px 0 5px;
    }
    .respo_menu {
        display: block;
        background: #9d1f45;
        text-align: center;
    }
    .nav {
        position: absolute;
        left: 2%;
        top: 142px;
        width: 96%;
        background: #2a2a2a;
        z-index: 99;
        display: none;
        margin: 0;
    }
    .nav li {
        width: 100%;
    }
    .nav li a {
        width: 100%;
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-weight: normal;
        padding: 6px 10px;
        border-top: solid 1px #212121;
        border-bottom: solid 1px #363636;
    }
    .row2 h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }
    .row2 p br {
        display: none;
    }
    .row4 h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0;
    }
    .service_row {
        height: 200px;
    }
    .service_row .head {
        width: 100%;
        text-align: center;
    }
    .service_row .head::before {
        display: none;
    }
    .service_row::before {
        background: rgba(0, 0, 0, 0.5);
    }
    .scaffolding_grid {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .scaffolding_grid .col {
        max-width: 350px;
        margin: auto;
    }
    .gallery li {
        width: 50%;
    }
     .popupmodal-content-inn {
        width:90%;
    }
}

@media(max-width: 480px) {
    .row2_grid {
        grid-template-columns: 1fr;
    }
    .row2_grid .col {
        max-width: 290px;
        margin: auto;
    }
    .gallery {
        text-align: center;
    }
    .gallery li {
        width: 100%;
    }
}