
@media (min-width: 992px) {
    .navbar.home2,
    .main-navigation::before, .main-navigation::after {top: 0px;}
    .nav-right {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%;
        translate: 0px;
        padding-left:0px;
        justify-content: flex-start;
        max-width: 330px;
    }
    .navbar .nav-item.active .nav-link{color: var(--theme-color);text-shadow: 1px 1px 5px rgba(0 0 0 / 10%);}
    .navbar .nav-item a.nav-link {
        font-family: "Roboto Condensed", sans-serif !important;
        text-transform: uppercase;
        font-weight: 900 !important;
        font-size: 1.3rem;
    }
    nav.navbar.navbar-expand-lg.home2:after {
        content: "";
        position: absolute;
        width: 30%;
        max-width: 450px;
        height: 135px;
        background-color: #f58735;
        right: -40px;
        top:0px;
        transform: skew(30deg);
        z-index: -1;
    }
    nav.navbar.navbar-expand-lg.home2.fixed-top:after {height: 100px;}
    nav.navbar.navbar-expand-lg.home2.fixed-top a.theme-btn-header {padding-top: 15px;}
}

@media (min-width: 1360px) {
    .navbar .container {
        max-width: 95%;
    }
    .navbar .logo-header {margin-right: 20px;}
    .navbar .nav-item a.nav-link {font-size: 1.2rem;}
}
@media (min-width: 1600px) {
    .navbar .nav-item a.nav-link {font-size: 1.2rem;}
}
.navbar .dropdown-toggle::after {
    color: #ee9424;
}
.main-navigation::before{
    background: linear-gradient(93deg, rgb(96 97 99 / 80%) 5%, rgb(255 255 255 / 90%) 35%, rgb(238 148 36 / 50%) 250%);
}
.main-navigation::after {
    position: absolute;
    content: "";
    width: 30%;
	max-width: 450px;
    height: 122px;
    background-color: #f58735;
    right: -40px;
    transform: skew(30deg);
    z-index: 1;
}
.nav-right-btn  i.fas.fa-phone-volume {
    font-family: "Font Awesome 5 Free";
    font-size: 2.5rem;
    border: 1px solid #f58735;
    padding: 15px 15px 10px 15px;
    background: #fff;
    color: #f58735;
    text-shadow: none;
    position: relative;
}
.nav-right-btn i.fas.fa-phone-volume:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
    border: 3px solid #000;
    z-index: 1;
    border-left: 0px;
    border-bottom: 0px;
}
.nav-right-btn i.fas.fa-phone-volume:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
    border: 3px solid #000;
    z-index: 1;
    border-left: 0px;
    border-bottom: 0px;
}

.logo-header {
    margin-right: 50px;
}

a.theme-btn-header {
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 2rem;
    font-weight: 900;
    color: #fff;
    padding: 5px;
}
a.theme-btn-header:hover {
    background-color: #F58736 !important;
}

a.theme-btn-header small {
    font-size: 1rem;
    display: block;
    text-align: center;
    background: #606163;
    line-height: 1.3;
    padding: 4px 0px;
    width: 100%;
    max-width: 180px;
    margin: auto;
    font-weight: 300;
    text-transform: uppercase;
}
.cont .theme-btn {
    text-shadow: none;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 20px 30px;
    text-transform: uppercase;
}

.cont .theme-btn i {
    margin-left: 15px;
    font-size: 1.5rem;
}
.cont .theme-btn:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
    border: 3px solid #ffffff;
    z-index: 1;
    border-left: 0px;
    border-bottom: 0px;
}
.new_welcome {
    background-image: url(../images/Sungaze6.jpeg);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.new_welcome .container {
    max-width: 1080px;
    background: rgba(255 255 255 / 90%);
}
.new_welcome .container .row {
    padding: 40px;
}
.new_welcome h2.site-title {
    color: #000;
    text-align: center;
}
.about-area.welcome.py-80.new_welcome  p {
    color: #000;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
}
.new_welcome .pop-video {border: 10px solid #606163;border-radius: 4px;margin: auto;max-width: 500px;min-height: initial;height: auto;}
.new_welcome .pop-video .pop-content { background: transparent;}
.new_welcome .pop-video img{height: 100%;width: 100%;object-fit: cover;}
.testimonial-area::before{background-image: url(../images/sonrisa2.jpg);opacity:.40;}
.reviewSidebar ul li{ position: relative; background: var(--theme-bg-light);}
.reviewSidebar ul li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/sonrisa2.jpg);
    opacity: .20;
    background-repeat: repeat-y;
    background-size: 190%;
    background-position: center;
}
section.new-choose {
    position: relative;
    z-index: 1;
}
.box-new-choose {
    position: relative;
    z-index: 1;
    min-height: 400px;
    margin-bottom: 25px;
}

.bg-box-new-choose {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.content-box-new-choose {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 /25%);
}

.content-box-new-choose .choose-item {
    background: transparent;
    height: 100%;
    margin-bottom: 0px;
}

.bg-box-new-choose img {
    height: 100% !important;
    width: 100%  !important;
    object-fit: cover;
}

.content-box-new-choose .choose-item span.choose-count {
    -webkit-text-stroke: 2px #fff;
}

.content-box-new-choose .choose-item .choose-item-info h3, .content-box-new-choose .choose-item .choose-item-info p {color: #fff;}

@media (min-width: 1360px) {
    section.new-choose .container{
        max-width: 90%;
    }
}
section.new-choose .container {
    position: relative;
    z-index: 3;
}
section.new-logos-certify {
    position: relative;
    z-index: 0;
    background-image: url(../images/bg_roofing.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/
    margin-top: clamp(-300px, -20vw, -70px);
    padding-top: 250px;
}
.mascota {
    background-image: url(../images/mascota_sungaze.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 160px;
    height: 300px;
    margin-top: -300px;
    margin-left: -80px;
    
}
@media (max-width: 1079px){
    .new_welcome .container {max-width: 90%;}
    .new_welcome h2.site-title{font-size: 2rem;}
}
@media (max-width: 991px) {
    nav.navbar.navbar-expand-lg.home2,
    .main-navigation::before, .main-navigation::after {top: 0px;}
    nav.navbar.navbar-expand-lg.home2 button.navbar-toggler {
        position: absolute;
        right: 30px;
        top: 22px;
    }
    nav.navbar.navbar-expand-lg.home2.fixed-top button.navbar-toggler {top: 20px;}
    
    nav.navbar.navbar-expand-lg.home2 .navbar-collapse {
        position: absolute;
        top: 122px;
        width: 100%;
        left: 0;
        z-index: 9;
        border: 1px solid #000;
        max-height: inherit;
    }
    nav.navbar.navbar-expand-lg.home2.fixed-top .navbar-collapse {top: 80px;}
    .new_welcome .about-right {
        margin-top: 0px;
        padding-left: 0px;
    }
}
@media (max-width: 767px) {
    .main-navigation::before,
    .main-navigation::after {height:80px;}
    .new_welcome .container .row {padding: 40px 10px;}
    .new_welcome .pop-content h3 {font-size: 1.3rem;}
    .new_welcome .theme-btn {
        display: flex;
        flex-direction: column;
    }
    .testimonial-area::before{background-repeat: repeat-y;background-size: 190%;}
    .mascota{display:none;}
}


