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

/*All*/
body{
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}
.grey-bg {
    background: #efefef;
}
.live_preview a {
    color: #212529;
}
.image_object_cover{
    object-fit: cover;
    object-position: center;
}

/*Navbar*/
nav.navbar.navbar-custom {
    background:#000000;
    padding: .5rem;
}
.navbar-custom .navbar-nav .nav-item{
    position: relative;
    margin: 0 9px;
}
.navbar-custom .navbar-nav .nav-item a{
    color: #ffffff;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    line-height: 60px;
    padding: 0;
}
.navbar-brand img{
    width: auto;
}
.navbar-custom .navbar-nav li.nav-item a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #ed2124;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.navbar-custom .navbar-nav li.nav-item a.active::after,
.navbar-custom .navbar-nav li.nav-item:hover a::after {
    width: 100%;
}

/*All Page Title*/
.section_heading {
    text-align: center;
}
.section_heading h2 {
    line-height: 50px;
    margin: 0 auto;
}
.lne-seperator{
    background-image: url(../lne-seperator.png);
    background-repeat: no-repeat;
    height: 50px;
    margin: 0 auto;
    background-position: center;
}
.section_heading p {
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 3rem;
    color: #555454;
}
.section_heading h2 span {
    color: #ed2124;
    font-weight: 500;
}
.section_heading h2[style*="color"] span{
    color: inherit;
}

/*Banner*/
.banner-content h1 {
    margin: 25px 0;
    color: #fff;
}
.banner-content p {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin: 3rem 0;
}
.carousel-caption{
    top: 30%;
}
.carousel-caption h2 {
    font-size: 60px;
    margin-bottom: 35px;
}
.carousel-caption p {
    font-size: 20px;
}
.carousel-item {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.69);
}

/*Image backgroud section*/
#client, section.testimonial_bg, #achievements, section.contact_bg {
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Service*/
.serviceBox{
    position: relative;
}
.serviceBox .title{
    font-size: 22px;
    font-weight: 500;
    color: #383838;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .title:after{
    content: "";
    width: 85%;
    height: 2px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon{
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e4e4e4;
    text-align: center;
    font-size: 30px;
    color: #272727;
    padding: 0;
    margin: 4px 0 0;
    position: absolute;
    top: 14px;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .description{
    /*! font-size: 17px; */
    color: #636363;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin: 35px 0;
}
.serviceBox:hover .title,
.serviceBox:hover .service-icon{
    color: #ed2124;
}
.serviceBox:hover .service-icon{
    border-color: #ed2124;
}
.serviceBox:hover .title:after{
    background: #ed2124;
}
.services_box span {
    font-size: 60px;
    margin: 10px 0;
    color: #ed2124;
}
.services_box p {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    line-height: 30px;
}
h2#service_title {
    font-size: 30px;
    font-weight: 500;
    margin: 5px 0 0;
}

/*About*/
.workng_img {
    text-align: center;
}
.workng_img img {
    width: 100%;
}
.about_text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: .03rem;
}

/*Portfolio*/
.portfolioFilter {
    padding: 15px 0 40px;
}
.portfolioFilter a {
    margin-right: 6px;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 4px 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all .2s ease-in
}
.portfolioFilter a:hover,
.portfolioFilter a.current {
    background: #ed2124;
    border: 1px solid #ed2124;
    color: #f9f9f9;
}
.portfolioContainer{
    border-radius: 3px;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
    cursor: pointer
}
.portfolioContainer .objects{
    width: 24.95%;
    height: 300px;
}
.portfolioContainer .objects img{
    height: 300px;
    width: 100%;
}
.home_img_details h3 {
    color: #fff;
}
div.bl-panel-items > div {
    background: #292929;
}
.box{
    text-align: center;
    position: relative;
}
.box .box-content{
    width: 100%;
    height: 100%;
    background: transparent;
    padding-top: 20%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    background: rgba(0, 0, 0, 0.72);
}
.box .title, .box p{
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    transform: scale(0);
    transition: all 0.2s ease 0s;
    font-weight: 300;
    line-height: 30px;
}
.box:hover .title, .box:hover p{
    transform: scale(1);
    margin-top: 15px;
}
.box .icon{
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: all 0.2s ease 0s;
}
.box:hover .icon{
    opacity: 1;
    margin-bottom: 25px;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    top: -150px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.box:hover .icon li a{
    top: 0;
}
.box:hover .icon li a:hover{
    background: #ed2124;
    border-color: #ed2124;
}
.box p {
    font-size: 16px
}
@media only screen and (max-width:360px){
    .box .box-content{ 
        padding-top: 20%; 
    }
}

/*Achievements*/
#achievements {
    background-color: rgba(0, 0, 0, 0.72);
}
.achievement_counter{
    width: 230px;
    padding: 25px 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.achievement_counter .achievement_counter-content{
    padding: 20px 20px 15px;
    background: #efefef;
    box-shadow: 0 0 6px 1px #dfdfdf;
}
.achievement_counter-content i {
    font-size: 40px;
    margin: 10px 0;
    color: #6d707a;
}
.achievement_counter .achievement_counter-value{
    display: block;
    padding: 5px 0;
    font-size: 35px;
    font-weight: 500;
    color: #ce222c;
    margin-bottom: 10px;    
}
.achievement_counter .title{
    font-size: 20px;
    color: #6f6e6e;
}

/*Team*/
.member_detail{
    text-align: center;
    transition: all 0.5s ease 0s;
}
.member_detail:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.member_detail .member_img{
    overflow: hidden;
    position: relative;
}
.member_detail .member_img:before,
.member_detail .member_img:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -5%;
    transform: rotate(44deg);
    transition: all 0.5s ease 0s;
}
.member_detail .member_img:after{
    background: rgba(246, 178, 14, 0.81);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -5%;
}
.member_detail:hover .member_img:before{ 
    top: 0; 
}
.member_detail:hover .member_img:after{ 
    bottom: 0; 
}
.member_detail .member_img img{
    width: 100%;
    height: 250px;
}
.member_detail .social-btn{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.member_detail:hover .social-btn{ 
    opacity: 1; 
}
.member_detail .social-btn li{
    display: inline-block; 
}
.member_detail .social-btn li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.member_detail .social-btn li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #ce222c;
    border-radius: 2px 10px 2px 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.member_detail .social-btn li a:hover:after{
    transform: rotate(90deg);
}
.member_detail .member_name{ 
    padding: 20px; 
}
.member_detail h5{
    font-size: 22px;
    font-weight: 700;
    color: #ce222c;
}
.member_detail p{
    font-size: 17px;
    font-weight: 500;
    color: #707070;
    text-transform: capitalize;
    margin-bottom: 0;
}

/*Testimonial*/
section.testimonial_bg {
    position: relative;
    background-color: rgba(0, 0, 0, 0.72);
}
.testimonial_bg .section_heading h2, .testimonial_bg .section_heading p, .contact_bg .section_heading h2, .contact_bg .section_heading p, #achievements .section_heading
h2, #achievements .section_heading p {
    color: #fff;
}
.testimonial_slide {
    padding: 20px;
    display: inline-block;
    width: 100%;
    color: #fff;
    border:1px solid #ced4da;
    border-radius:10px;
    margin-bottom: 10px;
}
.testimonial_slide img {
    width: 100px !important;
    display: inline-block !important;
    height: 100px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonial_slide h5 {
    margin: 10px 0;
}
.testimonial_slide p {
    margin-bottom: 0;
}
p.testimonial_desc {
    line-height: 25px;
    margin-top: 8px;
    font-weight: 300;
    letter-spacing: 1px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #ce222c;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ce222c;
}

/*Client*/
#client {
    background-color: rgba(255, 255, 255, 0.3);
    /*background-color: rgba(0, 0, 0, 0.65);*/
}
#clients_logo.owl-carousel .owl-item img {
    width: 100%;
    margin: 0 auto;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

/*FAQs*/
#accordion .panel{
    margin: 0 0 15px 10px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 20px 12px 50px;
    background: #ed2124;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a[aria-expanded="false"]{
    background: #fff;
    color: #707070;
    border: 1px solid #ddd;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: "FontAwesome";
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ed2124;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0px;
    left: -15px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a[aria-expanded="false"]:after{
    content: "\f105";
    background: #fff;
    color: #707070;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.3s ease 0s;
}
#accordion .panel-body{
    padding: 20px 25px 10px 9px;
    background: transparent;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding-left: 25px;
    border-left: 1px dashed #8c8c8c;
}

/*Contact Us*/
section.contact_bg {
    position:relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.contact_form {
    background: #ffffff;
    box-shadow: 0 0 4px 0px #ccc;
    padding: 45px 35px;
}
.form-group span {
    color: #ff0000;
}
.contact_form .form-control {
    border-radius: 10px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
}
label {
    font-weight: 700;
}
.contact_form .form-textarea {
    min-height: 100px;
}
.contact_text span {
    color: #ed2124;
    font-size: 50px;
    padding: 10px;
}
.contact_text h5 {
    color: #ffffff;
    line-height: 25px;
    vertical-align: middle;
    margin: 0;
    padding: 10px 20px 5px;
    font-size: 18px;
    word-wrap: break-word;
}
.contact_text h5 a{
    color: #fff;
}
.contact_text > ul {
    margin: 0;
    padding: 0;
}
.contact_text {
    margin-left: 45px;
}
.contact_text li {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.contact_text span i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.error {
    color: red;
}

/*Footer*/
.footer_top {
    margin: 5px 0;
    text-align: center;
}
footer{
    /*padding:50px 0 0;*/	
}
.footer_top > h4 {
    font-weight: 300;
    color: #0e0e0e;
}
.footer_top > ul {
    margin: 0;
    padding: 0;
}
.footer_top li {
    background: #000205;
    border-radius: 100%;
    display: inline-block;
    font-size: 26px;
    margin: 50px 5px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    text-align: center;
}
.footer_top li:hover {
    background:#ffa200 none repeat scroll 0 0;
}
.footer_top li:nth-last-child:hover {
    background:#000 none repeat scroll 0 0;
}
.footer_top a {
    color: hsl(0, 0%, 100%);
    display:block;
}
.footer_bottom p {
    color: #ffffff;
    font-weight: 400;
    margin:0 auto;
    display:inline-block;
}
.footer_bottom p a {
    text-transform: capitalize;
}
footer .footer_bottom {
    padding: 40px;
    text-align: center;
    color: #fff;
    background: #000;
}

/* Get Estimate Popup */
.card{
    background: transparent
}
span.caret, .select-dropdown{
    color: #fff !important;
}
.popup-estimate {
    display: block;
    position: fixed;
    top: 0;
    left: -9999px;
    color: #fff;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background: rgba(172, 54, 230, 0) linear-gradient(40deg, #ce222c 0,  #f6b20e 100%) repeat scroll 0 0;*/
    background: #ed2124;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity, .3s visibility, 0s .3s left;
}


.popup-estimate .popup-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin: .5rem auto;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: .5s;
}
.popup-estimate .popup-actions { 
    position: absolute; top: 45px; right: 45px; z-index: 5; 
}
.popup-estimate.visible {
    left: 0; opacity: 1; visibility: visible; transition: .3s opacity, .3s visibility;
}
.popup-estimate.visible .popup-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-color: rgba(255, 255, 255, 0.32);
}
.popup-estimate .popup-actions {
    top: 25px;
    right: 25px;
}
.popup-estimate .popup-body {
    padding: 20px 0; 
}
.form-estimate h1 {
    font-size: 35px;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    line-height: 1px !important;
}
button.close span {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 300;
}
.close:focus, .close:hover{
    border: 1px solid #fff;
    border-radius: 50%;
    text-shadow: none;
    color: #fff;
}
.rgcont_icon i {
    border: 1px solid;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0 13px 0 0;
    text-align: center;
    width: 40px;
}
.rgcontent {
    display: inline;
}

.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: 17px;
    font-weight: 400;
}

.popup-form .form-control::placeholder {
    color: #333333 !important;
}
.popup-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333 !important;
}
.popup-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333 !important;
}

/*More Service Popup*/
#popup-service.popup-estimate{
    background-color: #fff;
}
#popup-service .popup-inner {
    box-shadow: none;   
    margin: 40px 0;
}
.popup-body .section_heading {
    color: #212529;
}
.popup-estimate .popup-actions {
    z-index: 1;
}
.more-services {
    text-align: center;
    margin-top: 15px;
}
.more-services a.btn {
    color: #fff;
    background: #ed2124;
    border-radius: 50px;
}
#popup-service button.close {
    color: #ff7511;   
}
#popup-service button.close span {
    border: 1px solid #ff7511;
}
#popup-service .close:focus, .close:hover span{
    border: 1px solid #ff7511;
    color: #ff7511;
}
.overflow-h{
    overflow: hidden;
}

/*Back to Top*/
#toTop{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ed2124;
    border-radius: 50%;
    bottom: 0;
    color: #ce222c;
    cursor: pointer;
    display: none;
    margin: 1rem;
    opacity: .8;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    padding: 0;
    position: fixed;
    right: 5px;
    font-size: 25px;
    text-decoration: none;
    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{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ce222c;
    position: relative;
    left: 50%;
    top: 50%;
    transform-style: preserve-3d;
    animation: loading-1 0.8s infinite ease-out;
    animation-fill-mode: forwards;
}
@keyframes loading-1{
    0%{
        box-shadow: 0 0 0 10px #ffd46c, 0 0 0 12px rgba(215, 35, 45,0.75);
    }
    40%{
        box-shadow: 0 0 0 10px transparent, 0 0 0 20px transparent;
    }
    50%{
        background:  rgb(215, 35, 45);
        transform: scale(1.3) rotateY(20deg);
    }
    100%{ transform: rotateY(180deg); }
}
/*
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; 
}
/*Chat*/
.round.hollow a {
    border: 2px solid #ce222c !important;
    color: #ce222c !important;
}
.round.hollow a:hover{
    border-color: #ced4da !important;
    color: #ced4da !important;
}