/*Banner section*/
    .slider-form {
    	height: 300px;
    	width: 85%;
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translateX(-50%)translateY(-50%);
    	z-index: 997;
    	display: flex;
    	justify-content: flex-end;
    	align-items: center;
    	padding: 20px;
    }
    
    .slider-form .frm_forms {
    	width: 100%;
    }
    
    .slider-form .frm_forms .frm_button_submit {
    	background: #bb0b0b !important;
    	border-color: #bb0b0b !important;
    	border-radius: 0px !important;
    	box-shadow: none !important;
    	margin: 0px !important;
    }
    
    .slider-form .frm_field_35_container {
    	margin: 0px !important;
    }
    
    
    .slider-form .about-one__text-1 {
    	font-size: 22px;
    	font-weight: 700;
    	color: #bb0b0b;
    	margin-bottom: 12px;
    }
    
    .slider-form .with_frm_style .frm_form_fields>fieldset {
    	padding: 0px !important;
    }
    
    .slider-form-wrapper {
    	height: auto;
    	width: 400px;
    	min-width: 320px;
    	background: #000000de;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
    	padding: 25px;
    }
    
    .slider-form-wrapper .frm_form_field {
    	margin: 0px;
    	display: flex;
    	float: none;
    	flex-direction: column;
    }
    
    .slider-form-wrapper .frm_button_submit {
    	margin-top: 0px;
    	margin-left: 0px;
    }
    
    
    .slider-form-wrapper .frm_submit {
    	display: flex;
    	justify-content: center;
    }
    
    @media screen and (max-width:767px) {
    	.slider-form {
    		justify-content: center;
    	}
    }
    
    .sl-title {
    	color: #fff !important;
    	text-shadow: 1px 4px 2px #000;
    }
    
    .sl-subtitle {
    	color: #fff !important;
    }
    
    .carousel-item {
    	position: relative;
    }
    
    .sl-title {
    	font-size: 40px;
    	line-height: 1.2;
    	font-weight: 700;
    	margin-bottom: 36px;
    	word-break: normal;
    	max-width: 500px;
    }
    
    .banner-content {
    	position: absolute;
    	content: '';
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	width: 100%;
    }
    
    .banner-content h1 {
    	color: #fff;
    }
    
    .main-icon-wrapper {
    	padding: 7px;
    	background: #bb0b0b;
    	border-radius: 50%;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }
    
    @media screen and (min-width: 767px) and (max-width: 1300px) {
    	.slider-des {
    		padding: 0px 50px;
    	}
    
    	.slider-bottom {
    		padding: 0px 50px;
    	}
    }
    
    @media only screen and (max-width: 575px) {
    	.sl-title {
    		font-size: 34px;
    	}
    }
    
    @media only screen and (max-width: 1366px) {
    	.main-slider-img {
    		min-height: 375px;
    	}
    
    	.sl-subtitle {
    		font-size: 18px;
    		font-weight: 500;
    		text-transform: uppercase;
    		margin-bottom: 15px;
    		color: #bb0b0b;
    	}
    
    }
    
    
    @media only screen and (max-width: 480px) {
    	.sl-title {
    		font-size: 25px;
    	}
    
    	.main-slider-img {
    		min-height: 400px;
    	}
    
    	.readon.blue-slide {
    		padding: 7px 18px;
    	}
    
    	.sl-subtitle {
    		font-size: 15px;
    		font-weight: 500;
    		text-transform: uppercase;
    		margin-bottom: 15px;
    		color: #bb0b0b;
    	}
    
    }
    
    @media only screen and (max-width: 767px) {
    	.main-slider-btn {
    		display: none;
    	}
    }
    
    @media only screen and (min-width: 768px) {
    	.main-banner-image {
    		height: calc(100vh - 150px);
    	}
    }
/*Banner section*/

/*counter_section*/
 
        
/*counter_section*/

/*Estimate*/
    .relative {
        position: relative;
    }
    .rs-vertical-middle {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .rs-estimate .image-part {
        position: relative;
        left: -70px;
    }
    .sec-title4 {
        position: relative;
        z-index: 1;
    }
    .sec-title4 .sub-title {
        color: #e94d65;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 14px;
    }
    .sec-title4 .title {
        color: #043d72;
    }
    .home-6 .desc {
        font-weight: 400;
    }
    
    .left-line-v .draw-line.start-draw {
        position: absolute;
        content: '';
        left: 0;
        top: 3px;
        width: 4px;
        height: 0;
        background: #e94d65;
        animation: start-draw 1.5s ease forwards;
    }
    
    ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
    
    .rs-estimate .estimate-info li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 35px;
    }
    .rs-estimate .estimate-info li:before {
        position: absolute;
        content: '';
        left: 0;
        top: 10px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #043d72;
    }
    .rs-estimate .estimate-info li .title {
        font-weight: 800;
        color: #222;
    }
    .rs-estimate .pattern-img {
        position: absolute;
        content: '';
        left: 50px;
        top: 100px;
        z-index: -1;
    }
    
    .grecaptcha-badge {
        visibility: hidden;
    }
/*Estimate*/





