/*Font Family*/
@import "custom.css";

/* 
/*  Basic Style 
*/ 
::-moz-selection {
    /* Code for Firefox */
    background-color: #fe9a00;
    color: #fff;
}
::selection {
    background-color: #fe9a00;
    color: #fff;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777777;
    font-weight: 300;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777777;
    opacity: 1;
    font-weight: 300;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777777;
    font-weight: 300;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300;
}
body {
    color: #777777;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
select {
    display: block;
}
figure {
    margin: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
iframe {
    border: 0;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    text-decoration: none;
    outline: 0;
}
.card-panel {
    margin: 0;
    padding: 60px;
}
.image_object_cover{
    object-fit: cover;
    object-position: center;
}
.btn.btn-default {
    color: #fe9a4f !important;
    background: #04091e;
}
.btn.btn-default:focus {
    box-shadow: 0 0 10px 1px #04091e;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.btn-light {
    color: #fe752a;
    background-color: #04091e;
    border-color: #04091e;
}
a.captcha-refresh, a.captcha-refresh:hover, #contact-us .btn-default {
    padding: 10px 15px;
    color: #04091e;
    background-color: #fe752a;
    border-color: #fe752a;
}
#contact-us .btn-default{
    color: #04091e !important;
}
.btn-light:hover, .btn-light:active {
    color: #fe752a !important;
    background-color: #04091e !important;
    border-color: #04091e !important;
}

/**
 *  Typography
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1em;
    line-height: inherit;
}
.gray-bg {
    background: #e8e8ef;
}
h1, h2, h3,
h4, h5, h6 {
    font-family: 'Poppins';
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}
.h1, .h2, .h3,
.h4, .h5, .h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Poppins';
    font-weight: 600;
    color: #222222;
}
.clear::before, .clear::after {
    content: " ";
    display: table;
}
.relative {
    position: relative;
}
b, sup, sub, u, del {
    color: #fe9a00;
}

/* 
    # Nice Select
*/
.nice-select, .nice-select .list{
    width: 100%;
    margin-bottom: 15px
}

/* 
    # Header
*/
.header-top {
    font-size: 12px;
    padding: 20px 0;
    background-color: #222222;
}
.header-top a {
    color: #fff;
}
.header-top ul li {
    display: inline-block;
    margin-right: 30px;
}
.header-top .header-top-left i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top .header-top-left a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top .header-top-left a:hover i {
    color: #fe9a00;
}
.header-top .header-top-right {
    text-align: right;
}
.header-top .header-top-right a {
    margin-right: 10px;
}
.header-top .lnr {
    display: none;
}
.main-menu {
    padding-top: 20px;
}
.navbar:not(.top-nav-collapse) {
    background: transparent;
    border: none;
}
.navbar {
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid #ededed;
}

/*
# Navigation Menu
------------------

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px !important;
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: capitalize;
}
.navbar-brand img{
    width: 250px;
}
.top-nav-collapse .nav-menu a {
    color: #222222 !important;
}
.top-nav-collapse a.active, a.active {
    color: #fe9a00 !important;
}
.nav-menu > li {
    line-height: 65px;
}
.nav-menu ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
}
.nav-menu ul li:hover > a {
    color: #fe9a00;
}
.nav-menu ul ul {
    margin: 0;
}
.section-gap {
    padding: 50px 0;
}

/*All Header*/
.header-text h1 {
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.header-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #969696;
    margin-bottom: 3rem;
}
.header-text hr, .home_img_details hr {
    width: 190px;
    text-align: center;
    background: #fe9a00;
    position: relative;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 30px;
    display: block;
    height: 1px;
}

/*Home Banner*/
.carousel-caption{
    top: 30%;
}
.carousel-caption h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 35px;
}
.carousel-caption p {
    font-size: 20px;
}
.carousel-item {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
img.fill {
    height: 100%;
    width: 100%;
}
.overaly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.61);
}
/* Change animation duration */
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, -1000px);
        transform: translate3d(0, 0, -1000px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 1000px);
        transform: translate3d(0, 0, 1000px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(1000px, 0, 0);
        transform: translate3d(1000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*Background Image Section*/
.bg-img, #client, .feedback-area, .faq-area{
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Services*/
.cat-area .single-cat {
    text-align: center;
}
.cat-area .single-cat p {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 28px;
}
.cat-area .single-cat h4 {
    margin-top: 23px;
    font-weight: 500;
}
.cat-area .service_icon-box {
    line-height: 40px;
    font-size: 28px;
}
.cat-area .service_icon-box, .cat-area .service_icon-box::after, .cat-area .service_icon-box::before {
    border-color: #A7A7A7;
    color: #A7A7A7;
    background: 0 0;
}
.cat-area .single-cat:hover .service_icon-box, .cat-area .single-cat:hover .service_icon-box::after, .cat-area .single-cat:hover .service_icon-box::before {
    background-color: #fe9a00;
    border-color: #A7A7A7;
    color: #fff;
}

/*achievements*/
#achievement[style*="color"]{
    border-bottom: 1px solid #c9d2d4;
}
.faq-area {
    background-color: rgba(0, 0, 0, 0.7);
}
.faq-area .overlay-bg {
    background: rgba(0, 0, 0, 0.7);
}
.single-faq {
    margin-bottom: 3rem;
    text-align: center;
}
.single-faq i {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #fe9a00;
    padding-bottom: 20px;
}
.single-faq h2 {
    color: #fff;
    background: #fe9a00;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    outline: 2px solid black;
}
.single-faq p {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    font-size: 18px;
}
.circle {
    display: block;
}
.inner {
    margin: 10px;
    display: inline-block;
}
.single-faq h5 {
    font-size: 24px;
    color: #fff;
    line-height: 2em !important;
}
.single-faq p {
    font-size: 18px;
}

/*Testimonial*/
.testimonial_img {
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
}
.testimonial_img img {
    border-radius: 60%;
    height: 100%;
    border: 2px solid #fff;
    padding: 8px;
}
.feedback-area[style*="color"] .testimonial_img img{
    border-color: rgba(155, 155, 155, 0.63);   
}
.feedback-area {
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 1px solid #c9d2d4;
}
.feedback-right .star {
    margin-left: 20px;
}
.feedback-right .star .checked {
    color: orange;
}
.feedback-right .owl-dots, .team_content .owl-dots, .our-client .owl-dots, .achievements_content .owl-dots {
    text-align: left;
    bottom: 5px;
    margin-top: 20px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.feedback-right .owl-dot, .team_content .owl-dot, .our-client .owl-dot, .achievements_content .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feedback-right .owl-dot.active, .team_content .owl-dot.active, .our-client .owl-dot.active, .achievements_content .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fe9a00;
}
.single-feedback-carusel .title h4{
    border-bottom: 1px solid;
    padding-bottom: 12px;
    font-size: 30px;
}
.single-feedback-carusel p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 300;
}

/* About */
.about-text p {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    line-height: 28px;
}

/* Client */
#client {
    background-color: rgba(255, 255, 255, 0.50);
    /*    background-color: rgba(255, 255, 255, 0.9);    */
}
.clients-img img {
    height: 90px;
    object-fit: contain;
    object-position: center;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #fd9a00;
}

/*Our Team*/
.our-team{
    position:relative;
    overflow: hidden;
}
.our-team .team-pic > img{
    height:250px;
    object-fit: cover;
    object-position: center;
}
.our-team .team-profile{
    background: #fe9d17;
    padding: 0 24px;
    position: absolute;
    right: 0;
    bottom: -25%;
    width: 90%;
    min-height: 135px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
}
.our-team:hover .team-profile{
    bottom:0px;
}
.our-team .team-profile:before{
    content: "";
    border-bottom: 30px solid #fe9d17;
    border-right: 262px solid transparent;
    position: absolute;
    top: -27px;
    left: 0;
}
.our-team .team-title{
    line-height: 25px !important;
    /* font-family: serif,Arial; */
}
.our-team .team-title:after{
    content:"";
    display: block;
    width: 10%;
    border-bottom:4px solid #fff;
    padding-bottom:5px;
}
.our-team .team-title a{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    transition:all 0.2s linear 0s;
    -webkit-transition:all 0.2s linear 0s;
}
.our-team .team-title a:hover{
    color:#333;
    text-decoration: none;
}
.our-team .team-title > small{
    font-size: 16px;
    color:#fff;
}
.our-team .description{
    color: #fff;
    line-height: 25px;
}
.our-team .description:after{
    content:"";
    display:block;
    border-bottom:1px solid #fff;
    margin-top: 10px;
}
.our-team .team-social{
    padding: 20px 0;
}
.our-team .team-social > li{
    display: inline-block;
    margin-right: 12px;
}
.our-team .team-social > li > a{
    color:#fff;
    font-size:15px;
}
.our-team .team-social > li > a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team{
        width: 310px;
        margin: 0 auto 15px;
    }
    .our-team .team-profile:before{
        border-right: 300px solid transparent;
    }
}
@media only screen and (max-width: 359px) {
    .our-team{
        width: auto;
    }
}

/*Faqs*/
#accordion .panel{
    border: 3px solid #fe9a00;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin-left: 50px;
    margin-bottom: 12px;
} 
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after{
    content: "";
    border-right: 8px solid #fe9a00;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: 12px;
    left: -9px;
}
#accordion .panel-heading:after{
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    position: absolute;
    top: 13px;
    left: -6px;
}
#accordion .panel-title a{
    display: block;
    padding: 15px 20px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #585a6e;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a[aria-expanded="false"]:before{
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    font-size: 15px;
    color: #fe9a00;
    text-align: center;
    border: 1px solid #fe9a00;
    position: absolute;
    top: 0;
    left: -50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#accordion .panel-title a[aria-expanded="true"]:before{
    content: "\f068"; 
}
#accordion .panel-body{
    padding: 0 20px 15px;
    border: none;
    color: #807e7e;
    line-height: 28px;
}
#accordion .panel-body p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

/*Portfolio*/
ul li .box{
    border:10px solid whitesmoke;
    box-shadow: 0 0 5px grey;
    position: relative;
    margin: 10px 0;
}
.box-img {    
    height: 300px;
}
.box .box-img img{
    width: 100%;
    transform:scale(1,1);
    transition:transform 0.50s linear;
    -webkit-transition:transform 0.50s linear;
}
.box:hover .box-img img{
    transform:scale(1.1,1.1);
}
.box .content{
    background:rgba(255,255,255,0.8);
    border:1px solid #bebbbb;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align:center;
    opacity:0;
    transition:opacity 0.30s linear,border 0.20s ease-in-out;
    -webkit-transition:opacity 0.30s linear,border 0.20s ease-in-out;
}
.box:hover .content{
    opacity:1;
    border:5px solid  #bebbbb;
}
.box .links{
    position: relative;
    bottom: -110%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: 0.30s ease,opacity 0.30s ease;
    transition: bottom 0.30s ease,opacity 0.30s ease;   
}
.box .links li a{
    font-size: 20px;
    color: #222;
}
.box:hover .links{
    bottom: -50%;
}
.box .links li a:hover{
    color: #fe9a00;
}
.live_preview {
    margin-top: 10px
}
.live_preview .btn.btn-default {
    background-color: #04091e;
    color: #fff;
    display: block;
    padding: 15px 24px;
    width: 50%;
}
.live_preview a.btn.btn-default:hover {
    background: #fff;
    color: #2c3e50
}

/*Contact form*/
.bg-img{
    background-color: rgba(0, 0, 0, 0.7);

}
.info-icon {
    background: #222;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    border: 1px solid #fff;
}
.info-details h6 {
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
}
.info-details p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    word-wrap: break-word;
}
.info-details p a{
    color: #fff;
}
form.contact-form {
    margin-top: 3rem;
}
.contact-form .form-control {
    border-radius: 0;
    line-height: 40px;
    background: #f0f0f0;
    cursor: text;
    height: calc(2.25rem + 8px);
    letter-spacing: 0.1em;
    border-color: #e6e6e6;
}
.contact-form .form-control:focus, .contact-form .form-control:hover {
    box-shadow: none;
    border-color: #000;
}
.contact-form textarea.form-control {
    height: auto;
    min-height: 100px !important;
}
.contact-form input.btn.btn-default {
    width: 25%;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    color: #3a3a3a;
}

/*Footer*/
.footer-area {
    padding: 40px 0;
    background-color: #04091e;
}
.footer-area h6 {
    color: #fff;
    /* margin-bottom: 20px; */
    font-size: 18px;
    font-weight: 600;
    margin-right: 24px;
    display: inline-block;
}
.footer-social {
    display: inline-block;
}
.footer-social a {
    padding-right: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-social a:hover i {
    color: #fe9a00;
}
.footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-text {
    /*padding-top: 20px;*/
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.footer-text a, .footer-text i {
    color: #fe9a00;
    text-transform: capitalize;
}
.link-nav {
    margin-top: 10px;
}

/* Get Estimate Popup */
.card{
    background: transparent
}
.popup-estimate {
    position: fixed;
    top: 0;
    left: -9999px;
    z-index: 999999;    
    width: 100%; 
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity, .3s visibility, 0s .3s left;
    -webkit-transition: .3s opacity, .3s visibility, 0s .3s left;
    background: #fe9a00;
}
.popup-estimate .popup-inner {
    padding: 20px;
    margin: .5rem auto;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    box-shadow: 0 0 30px 0px rgba(17, 17, 17, 0.38);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .5s;
    -webkit-transition: .5s;
}
.popup-estimate .popup-actions {
    position: absolute;
    top: 25px;
    right: 25px;
}
.popup-estimate.visible {
    left: 0; 
    opacity: 1;
    visibility: visible; 
    transition: .3s opacity, .3s visibility;
    -webkit-transition: .3s opacity, .3s visibility;
}
.popup-estimate.visible .popup-inner {
    opacity: 1; -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); 
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid transparent;
    line-height: 1px !important;
    opacity: 1;
}
button.close span {
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 37px;
}
.close:focus, .close:hover span{
    border: 1px solid #feffff;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    text-shadow: none;
    color: #ffffff;
}
.popup-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}
.popup-form .form-control:not([size]):not([multiple]){
    height: 50px;
}
textarea{
    height: auto !important;
    min-height: 100%;
}
.popup-form label{
    font-size: 16px;
    color: #fff;
}
.popup-form .btn{
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    color: #3a3a3a;
}
a.quote-captcha-refresh {
    color: #fe752a !important;
    padding: 10px 15px !important;
}
.popup-form .btn.btn-light {
    border-radius: 5px;
}
.popup-form .form-control::placeholder,
.popup-form .form-control:-ms-input-placeholder, /* Internet Explorer 10-11 */
.popup-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333 !important;
}
.form-estimate h1 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
}
.form-estimate p {
    font-size: 17px;
    color: #ffffff;
    margin: 10px 0;
    line-height: 30px;
}
.border-bottom-white {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.hr-light {
    border-color: #ffffff;
}
.features_icon i {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
}
.rgcontent h3 {
    font-size: 25px;
    color: #ffffff;
}

/*More Services Popup*/
#popup-service.popup-estimate {
    background: #fff;
}
#popup-service .popup-inner {
    box-shadow: none;
    margin: 0;
}
.popup-estimate .popup-actions {
    z-index: 1;
}
#popup-service button.close {
    color: #fe9a00;   
}
#popup-service button.close span {
    border: 1px solid #fe9a00;
    color: #fe9a00;
}
.more-services {
    text-align: center;
    margin-top: 15px;
}
.more-services a.btn {
    padding: 15px;
    color: #fff;
}
.overflow-h{
    overflow: hidden;
}

/*Validation*/
label.error {
    color: red;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 3px;
}

/*Back to Top*/
#toTop{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fe9a00;
    border-radius: 50%;
    bottom: 0;
    color: #fe9a00;
    cursor: pointer;
    margin: 1rem;
    opacity: .8;   
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    text-align: center;
    position: fixed;
    right: 5px;
    font-size: 25px;
    text-decoration: none;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    z-index: 1000;
}

/*Preloader*/
.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    max-width: 100%;
    background: #fff;
}
.loader-box{
    position: relative;
    animation: loading-1 0.8s infinite;
    top: 50%;
}
.loader-box:before,
.loader-box:after{
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: 50%;
    border: 10px solid transparent;
    border-left: 10px solid #fe9a00;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loader-box:after{
    border: 10px solid transparent;
    border-right: 10px solid #fe9a00;
    position: absolute;
}
.loader-box .loader-inner{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 6px solid #2567f4;
    margin: 0 auto 0 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loader-box .loader-inner:before,
.loader-box .loader-inner:after{
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-left: 10px solid #0ceace;
    margin-left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.loader-box .loader-inner:after{
    border: 10px solid transparent;
    border-right: 10px solid #0ceace;
}
@-webkit-keyframes loading-1{
    0%{ transform: rotate(180deg); }
    100%{ transform: rotate(360deg); }
}
@keyframes loading-1{
    0%{ transform: rotate(180deg); }
    100%{ transform: rotate(360deg); }
}
/*
ajax loader
*/
.loadingmessage{
    position:fixed;
    opacity:.7;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999999;
    background:url("../../../images/loader.gif") 50% 50% no-repeat #f9f9f9;
    display:none
}
.sweet-alert{
    z-index: 999999 !important; 
}

/*safari version*/
::i-block-chrome, .s_mt-15 {
    margin-top: 15px;
}
::i-block-chrome, a.captcha-refresh, a.captcha-refresh:hover, #contact-us .btn-default {
    padding: 6px 14px;
}
::i-block-chrome, .box:hover .links {
    bottom: initial;
    top: 100px;
}
::i-block-chrome, .popup-inner .ml-auto {
    margin-left: initial !important;
}
::i-block-chrome, a.quote-captcha-refresh {
    padding: 10px 11px !important;
}
::i-block-chrome, .mt-35 {
    display: inline-block;
}