* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

a:hover {
    text-decoration: none;
}

.collapse.navbar-collapse .nav-item a {
    color: #231F20;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0.5rem 1rem;
}

.nav-main {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.fixed-btn {
    position: fixed;
    z-index: 9999;
    left: -53px;
    top: 50%;
    transform: rotate(270deg);
}

.fixed-btn a{
    color: #fff;
    background: #F77F33;
    padding: 10px;
    border-radius: 5px;
}

.collapse.navbar-collapse .nav-item a:hover {
    color: #fff;
    background-color: #231F20;
    border-radius: 8px;
}

li.nav-item.last-li a:hover {
    background-color: transparent !important;
    color: #231F20 !important;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #333;
}

.last-li .nav-link{
    width: 270px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.navbar-brand img {
    max-width: 200px;
}

nav.navbar {
    max-width: 1170px;
    margin: auto;
}

.last-li {
    list-style: none;
    display: flex;
    align-items: center;
}

.m-auto {
    margin: auto;
}

.navbar-toggler {
    background-color: #2a1c1c52;
    border: 1px solid #251e1e80;
}

.video-section video {
    width: 100%;
    min-height: 700px;
}

.video-section {
    position: relative;
}

.video-section {
    height: 90vh;
    overflow: hidden;
    padding-top: 5rem;
}

.slider-text {
    position: absolute;
    z-index: 9;
    background: #0009;
    color: #fff;
    max-width: 1170px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    width: 1170px;
    text-align: center;
    border-radius: 10px;
    padding: 2rem 1rem;
    max-width: 100%;
}

.slider-text ul li {
    list-style: none;
    text-transform: uppercase;
}

.slider-text h1 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

.slider-text p {
    text-transform: capitalize;
    margin: 0;
}

.slider-text p a {
    color: #fff;
    font-weight: 700;
    background: #F77F33;
    padding: 10px;
    border-radius: 5px;
}

a.get-btn {
    background: #F77F33;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    background: #F77F33;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

.a-points ::marker{
    color: #ffffff !important;
}

.slider-text ul {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 0;
}

.slider-text ul li img {
    width: 30px;
}

.service-box {
    background: url(../images/storm-damage-roof.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 6px;
}

.service-2 {
    background: url(../images/roof-home.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 6px;
}

.service-3 {
    background: url(../images/siding-home.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 6px;
}

.service-box:hover::before {
    background: rgb(35 31 32 / 76%);
}

section.service-sc {
    margin: 5rem 0;
}

.service-box:before {
    content: '';
    background: rgb(0 0 0 / 47%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.box-inn {
    position: relative;
}

.box-inn h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

.box-inn p {
    color: #fff;
}

section.integrity-sc {
    margin: 5rem 0;
    text-align: center;
}

.integrity-sc h1 {
    text-align: center;
}

.integrity-box {
    background-color: rgb(35, 31, 32);
    padding: 3rem 1rem;
    color: #fff;
    margin: 2rem 0;
}

.integrity-box h2 {
    font-size: 20px;
    margin: 1.5rem 0;
}

.integrity-box p {
    min-height: 120px;
}

.insurance-sc {
    background: url(../images/full-insurance.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.left-section:before {
    width: 100%;
    background: rgb(35, 31, 32, 90%);
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.left-section {
    z-index: 9;
    padding: 4rem 1rem;
}

.left-in {
    position: relative;
    color: #fff;
}

.left-in h2 {
    font-size: 32px;
    font-weight: 700;
}

.cont-btn a {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 1rem;
}

.navbar-toggler-icon::before {
    content: '\f0c9' !important;
    font-family: FontAwesome !important;
    color: #fff;
    position: relative;
    top: 2px;
    font-size: 26px;
}

.navbar-toggler {
    background-color: #2a1c1cad;
    border: 1px solid #251e1e80;
}

.pd-15 {
    margin-top: 2rem;
}

.cont-btn a:hover {
    text-decoration: none;
}

.partner {
    margin: 3rem 0;
    text-align: center;
}

span.number {
    font-size: 20px;
    margin-right: 6px;
}

.partner img {
    width: 170px;
    height: 150px;
    object-fit: contain;
}

.contact-sc {
    background: url(../images/reliable-bg.jpg);
    height: auto;
    background-size: cover;
    position: relative;
    background-position: center;
}

.contact-sc::before {
    content: '';
    position: absolute;
    width: 100%;
    /* background-color: rgb(14 61 107 / 85%); */
    background-color: rgb(35 31 32 / 85%);
    height: 100%;
}

.cont-inner {
    color: #fff;
    text-align: center;
    padding: 5rem 0;
}

.contact-box a {
    padding: 1rem 1.4rem;
    background: #fff;
    display: inline-block;
    margin: 10px;
    border-radius: 5px;
    color: #231F20;
    font-weight: 600;
    font-size: 18px;
}

.contact-sc h4,
.contact-sc h3,
.contact-sc h2 {
    font-weight: 700;
    margin: 15px 0;
}

.contact-sc h2 {
    font-size: 22px;
   
}

.contact-sc h3 {
    font-size: 22px;
    margin: 1.5rem 0;
    color: #fff;
}

.text-upper {
    text-transform: uppercase;
}

.bg-red {
    background: #F77F33 !important;
    color: #fff !important;
}

.contact-box a:hover {
    text-decoration: none;
}

.pd-0 {
    padding: 0;
}

.pd-20 {
    padding: 1rem;
}

.mr-0 {
    margin: 0;
}

.collapse.navbar-collapse .nav-item.last-li a {
    font-size: 16px;
}

.cont-us {
    background: #231F20;
    color: #fff;
    margin: 0;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 17px;
    border-radius: 5px;
}

.last-li span {
    font-size: 20px;
}

.font-s {
    font-size: 20px;
    font-weight: 700;
    color:#231F20;
}

.integrity-sc h3 {
    font-weight: 700;
    color: #F77F33;
}

.mob-contact {
    display: none;
}

.about-slide {
    background: url('../images/Bg-022.jpg');
    background-size: cover;
    padding: 11% 1rem 5%;
}

.abt-sl {
    padding: 11% 1rem 4.2% !important;
}

.siding-sl {
    padding: 5rem 1rem !important;
}

.last-img img {
    width: 210px;
    height: 150px;
}

.why-us {
    background: url("../images/about_bg.jpg");
    background-size: cover;
    padding: 3rem 1rem 3rem;
    color: #fff;
    background-position: center;
    position: relative;
}


.why-us .container {
    z-index: 15;
    position: relative;
}


.why-us:after {
    content: '';
   background: rgb(35 31 32 / 76%);
   position: absolute;
   top:  0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 10;
}


.why-us h2 {
    color: #fff;
    text-align: center;
    margin: 3rem 0 4rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.g-icon {
    position: relative;
}

.g-icon img {
    width: 30px !important;
    top: -24px !important;
    position: absolute !important;
    right: 0 !important;
}

.service-box:hover {
    box-shadow: 0px 10px 0px #F77F33;
    transition: all 0.2s ease 0s;
}

.service-box:hover img {
    transform: rotateY(180deg);
}

.service-box img {
    transition: transform 1s;
    transform-style: preserve-3d;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.t-box {
    min-height: 270px;
}

.test-box img {
    max-width: 100px;
    margin: auto;
    position: relative;
    top: -47px;
}

.test-box {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    margin: 2rem 0;
}

.stars {
    position: relative;
    top: -20px;
    color: #fff427;
}

.stars .fa-star {
    margin: 0 3px;
}

section.abt-slider {
    text-align: center;
    margin: 6rem 0;
}

.autoplay {
    margin-bottom: 5rem !important;
}

.abt-slider h3 {
    font-weight: 700;
    line-height: 1.5;
    font-size: 24px;
}

.g-icons img {
    position: fixed;
    width: 60px;
    background: #fafafa;
    padding: 5px;
    border-radius: 100%;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    animation: MoveUpDown 7s linear infinite;
    box-shadow: 0px 1px 8px 1px #333;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: 40px;
    }
}

.sept img {
    max-width: 80px;
    margin-bottom: 10px;
}

.about-slide h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #101010;
    text-transform: uppercase;
}

.about-slide {
    text-align: center;
    margin: 0rem 0;
}

.certain-sc {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 4px solid rgb(2 40 94 / 24%);
    padding: 20px 0;
    background: #fff;
    margin-top: 2rem;
}

.c-text li {
    padding: 3px 0;
    max-width: 595px;
    font-size: 18px;
    line-height: 1.5em !important;
}

.pd-85{
    margin-top: 5.5rem !important;
}

.a-points li{
    max-width: 640px;
}

.nav-main {
    box-shadow: 0px 1px 10px 1px #e4e4e4;
}

.c-text ul {
    margin-left: 20px;
}

.c-text ::marker {
    color: #231F20;
    font-size: 26px;
    line-height: 1.5;
}

.c-text h3 {
    color: #231F20;
    font-weight: 600;
    font-size: 22px;
}

.c-icon img {
    max-width: 200px;
}

.c-text {
    margin-left: 0px;
    text-align: left;
}

.roof-blue-bg {
    background: url(../images/about-us-bg.jpg);
    padding: 7rem 0;
    background-size: cover;
    position: relative;
}

.roof-blue-bg .container {
    z-index: 15;
    position: relative;
}


.roof-blue-bg:after {
    content: '';
   background: rgb(35 31 32 / 76%);
   position: absolute;
   top:  0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   z-index: 10;
}

.pd-25 {
    padding: 5rem 1rem;
    text-align: center;
}

.pd-25 h5 {
    font-size: 18px;
    line-height: 1.5;
}

.storm-bg ul li {
    color: #fff;
}

.storm-bg ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.storm-bg ul li {
    color: #fff;
    background: #231F20;
    padding: 15px;
    display: inline-block;
    text-align: center;
}

.storm-bg ul li:nth-child(1) {
    width: 19%;
    padding: 20px 18px;
}

.wind-sc p {
    min-height: 393px;
}

.storm-bg ul li:nth-child(2) {
    width: 60%;
    background: transparent;
    display: flex;
}

.img-sc {
    margin: 0 20px;
}

.storm-bg ul li:nth-child(3) {
    width: 19%;
    padding: 14px 18px;
}

.wind-sc img {
    margin: 7px 0;
}

.wind-sc h2 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.pd-33 {
    padding: 2rem 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1190px !important;
}

.g-widget {
    position: absolute;
    top: 115px;
    right: 15px;
    z-index: 9;
}

@media screen and (min-width: 1600px) {
    .t-box {
        min-height:250px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1500) {
    .t-box {
        min-height:270px;
    }
}



@media screen and (min-width: 320px) and (max-width: 768px) {
    .video-section video {
        min-height: auto;
    }

    .slider-text {
        max-width: auto;
        width: 100%;
        top: 0%;
        border-radius: 0;
        position: relative;
        transform: translate(0%, 0%);
        left: 0%;
    }

    .slider-text h1 {
        font-size: 21px;
    }

    .slider-text ul {
        flex-direction: column;
    }

    .video-section {
        height: auto;
        overflow: visible;
    }

    .service-box {
        margin: 1rem 0;
    }

    .integrity-box p {
        min-height: auto;
    }

    .certain-sc {
        flex-direction: column;
        padding: 20px 15px;
    }

    .c-text {
        margin-left: 0;
    }

    .c-text h3 {
        margin-top: 1rem;
    }

    .left-in {
        text-align: center;
    }

    .navbar-brand img {
        max-width: 115px;
    }

    .mob-contact {
        display: block;
    }

    .mob-contact a {
        color: rgb(35, 31, 32);
    }

    .last-li {
        display: none;
    }

    .about-slide {
        text-align: center;
    }

    .about-slide h2 {
        font-size: 22px;
    }

    .navbar-toggler {
        padding: 0.1rem 0.3rem;
        font-size: 16px;
        line-height: 0.8;
    }

    .why-us {
        text-align: center;
    }

    .slider {
        width: 85%;
        margin: 100px auto;
    }

    h2,
    h3,
    h4 {
        font-size: 22px;
        line-height: 1.5;
    }

    .why-us img {
        margin-bottom: 25px;
    }

    .about-slide {
        padding: 8rem 1rem;
    }

    .nav-main {
        box-shadow: none;
    }

    .storm-bg ul li:nth-child(1) {
        width: 100%;
    }

    .storm-bg ul li:nth-child(2) {
        width: 100%;
    }

    .storm-bg ul li:nth-child(3) {
        width: 100%;
    }

    .storm-bg ul {
        flex-direction: column;
    }

    .wind-sc p {
        min-height: auto;
    }

    .storm-bg ul li {
        padding: 15px 0;
    }

    .t-box {
        min-height: auto;
    }

    .slick-track {
        align-items: center;
        display: flex !important;
    }

    .no-br {
        display: none;
    }
    .g-widget {
        position: relative;
        top: 40px;
        right: 0px;
        z-index: 9;
    }
    .abt-sl {
    padding: 29% 1rem 6% !important;
    background-size: auto;
}
}


/* new css */

.phone_icon_top {
    margin-right: 6px;;
}

@media (max-width:400px){
    .contact-box a {
        font-size: 15px;
            padding: 1rem 0.5rem;
    }
}

@media (max-width:330px){
    .contact-box a {
        font-size: 14px;
    }
}