/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;800&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Oswald', sans-serif; font-weight: 500 !important;}
body{font-weight: 400; font-family: 'Open Sans', sans-serif;}
strong{font-weight: 800;}
.post, .page {margin: 0;}
.ba h2 {
    font-family: 'Montserrat', sans-serif;
}

.wa_hover_btn{
    font-size: 1.13em;
    padding: 10px 0 10px 20px;
    color: #000;
    text-align: left;
    font-weight: bold;
    background-color: #eaeaea;
    letter-spacing: 0.1em;
    border-radius: 6px;
}
.wa_hover_btn:hover{
    background-color: #be1e2d;
    color: #FFF;
}
/* Modify as needed end ----------------------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
	.menu-bar {
		background: #222;
	}
}


/* Header 3 Start --------------------------------------------------------- */

.wa_h3_hdrone{
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
}
.wa_h3_tel{
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #599DEF;
    font-weight: 700;
}
.wa_h3_tel a:link,.wa_h3_tel a:visited, .wa_h3_tel a:active {
	color: #0066B3;
	text-decoration: none;
}
.wa_h3_tel a:hover{
	color: #0066B3;
	text-decoration: none;
}
.wa_h3_email{
	font-weight: 700;
    font-family: 'Teko', sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #fff;
    background-color: #F37A49;
    padding: 5px 10px 0;
}
.wa_h3_email a:link,.wa_h3_email a:visited, .wa_h3_email a:active {
	color: #FFF;
	text-decoration: none;
}
.wa_h3_email a:hover{
	color: #000;
	text-decoration: none;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.wa_h3_logoone {
		margin-left: 40px;
	}
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.wa_h3_logo_t{
		margin-top: 10px;
	}.wa_h3_email{
		text-align: left;
	}
	.wa_h3_logo_t{
		text-align: left;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.wa_h3_logoone {
		margin-left: 0px;
		margin-top: 10px;
		text-align: left;
	}
	.wa_h3_tel{
		margin-top: 0px;
    	margin-bottom: 0px;
	}
	.wa_h3_logo_t{
		margin-top: 20px;
	}
	.wa_h3_logo_t {
    	text-align: left;
	}
}
/* Header 3 End --------------------------------------------------------- */

/* F1 Footer 1 ---------------------------------------*/
.wa_f1{
    background-color: #5f6268;
    color: #FFF;
    padding-bottom: 10px;
	border-top: solid 2px #000;
}
.wa_f1_sbft{
	font-size: 0.7em;
}
/* F1 END ---------------------------------------*/

/* Menu Start */
.menu-bar{
	border-top: solid 1px #333;
    border-bottom: solid 4px #BE1E2D;
	height: 50px;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style-type: none;
	height: 50px;
}
.menu ul li a{
	padding: 0px 20px;
    line-height: 50px;
	text-transform: uppercase;
    font-weight: bold;
}
.menu ul li a{
	color: #222;
}
.menu ul li a:hover{
	color: #BE1E2D;
}

/* Menu End */

/* SFW Slider Full Width ----------------------------------------------- */
.wa_sfw{
	background-image: url(../images/home_hdr.jpg);
    background-color: #000f24;
    min-height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20px;
    color: #FFF;
	background-size: cover;
	border-bottom: solid 4px #333;
}
.wa_sfw.machining_services{
	background-image: url(../images/2_hdr.jpg);
}
.wa_sfw.equipment{
	background-image: url(../images/3_hdr.jpg);
}
.wa_sfw.gallery{
	background-image: url(../images/gallery_hdr.jpg);
}
.wa_sfw.contact{
	background-image: url(../images/hdr_contact.jpg);
}
.wa_sfw_text{
	text-align: center;
    max-width: 70%;
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
	font-family: 'Oswald';
    letter-spacing: 2px;
}
@media (max-width: 576px) {
	.wa_sfw_text {
    	max-width: 90%;
	}
}
@media (max-width: 400px) {
	.wa_sfw_text {
    	font-size: 2.35rem;
	}
}

/* SFW END --------------------------------------------------------*/


/* -- BA -- Start ------------------------------ */
.ba h2 {
    text-align: center;
    font-weight: 600 !important;
    color: #58595B;
}

/* -- BA -- END ------------------------------ */

/* SV - 3 Services Block -------------------------------------------*/
.wa_bcsv{
	
}
.wa_bcsv a{
	color: #231F20;
}
.wa_bcsv h3, .section-heading{
	text-align: center;
    color: #58595B;
    font-size: 3.5em;
}
.wa_bcsv h4{
    margin-top: 10px;
    color: #696969;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}
.wa_bcsv_sh{
    border: solid 2px #bbb;
/* 	box-shadow: 0px 1px 1px 0px rgb(0, 0, 0), 0 6px 10px 0 rgb(0, 0, 0); */
	min-height: 485px;
	background-color: #FFF;
	height: 100%;
}
.wa_bcsv_sh:hover{
	border-color: #599defb8;
	transition: .5s ease;
	background: #f0f7ff;
}
.wa_bcsv_sh:hover .wa_bcsv_sh_img img{
    transition: .5s ease;
/*     border-bottom: solid 20px #0061d4; */
    opacity: 70%;
}
.wa_bcsv_sh_img{
	text-align: center;
}
.wa_bcsv_sh_cont{
	padding: 0 10px;
}
.wa_bcsv_ch_cont_ic{
	max-width: 60px;
}
.wa_bcsv_blue{
    background: url(../images/bgrd_steel.jpg) repeat-x;
    background-size: cover;
    margin-top: -300px;
    padding-top: 330px;
    padding-bottom: 20px;
	text-align: center;
}
.wa_bcsv_blue h4{
	color: #BE1E2D;
    font-weight: 400;
    font-size: 2.5em;
}
.wa_bcsv_blue h4 a{
	color: #FFEB3B;
}
.wa_bcsv_blue h5 {
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 35px;
}
.wa_bcsv_blue_book{
	font-size: 1.8em;
    color: #FFF;
    border: solid 2px #FFFF;
    border-radius: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    margin-top: 20px;
}
.wa_bcsv_blue_book a:active, .wa_bcsv_blue_book a:visited, .wa_bcsv_blue_book a:link {
	color: #FFF;
}
.wa_bcsv_blue_book a:hover{
	color: #FFF;
}
.wa_bcsv_blue_book:hover{
	transition: .5s ease;
    background-color: #ef5a28;
}
.sv_list{
	color: #525252;
}
@media (min-width: 1200px) {
	.wa_bcsv_blue{
		background: url(../images/bgrd_steel.jpg) repeat-x;
    	background-size: cover;
		margin-top: -262px;
		padding-top: 290px;
	}
}

/* SV END ----------------------------------------------------------*/




/*-- CFA Start --------------------------------------*/
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    opacity: inherit;
}
frm_image_options .frm_image_option_container .frm_empty_url, .frm_image_options .frm_image_option_container img {
    height: inherit !important;
    width: auto;
}
.frm_image_option_container .frm_selected_checkmark svg {
    fill: #eb1c23;
}
.cfa{
    background-image: url(../images/img_4.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}
.cfa_background{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 5px;
    color: #FFF;
}
.cfa_title{
    font-size: 1.90em;
    font-weight: 800;
}
.cfa_msg{
    font-style: italic;
    margin-top: 20px;
}
.cfa_after_terms{
    font-style: italic;
    font-size: 0.8em;
}
#frm_form_3_container .frm_button_submit, #frm_form_3_container .frm_final_submit{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
#frm_form_3_container .wa_controll textarea{
    height: 100px;
}
@media (min-width: 601px) {
    .wa_frmspace{
        padding-top: 20px;
    }
    #frm_form_3_container .frm_submit {
        text-align: left !important;
    }
    .cfa_title{
        font-size: 2.5em;
    }
    #frm_form_3_container .frm_button_submit, #frm_form_3_container.frm_final_submit{
        width: 250px;
        padding: 7px 20px;
    }
    #frm_form_3_container .wa_controll textarea{
        height: auto;
    }
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    height: 50px !important;
}
.frm_style_formidable-style.with_frm_style .form-field{
	margin-bottom: 0;
}
.frm_style_formidable-style.with_frm_style .frm_section_heading {
    margin-top: 0;
}
.with_frm_style .frm_submit {
    margin-top: 15px;
}
.frm_final_submit {
    border: none !important;
    color: #BE1E2D !important;
    padding: 8px 30px !important;
    font-size: 26px !important;
    text-transform: uppercase;
    font-family: 'Oswald' !important;
    font-weight: 500 !important;
    letter-spacing: 2px;
}
.wa_bcsv_phone{
	color: #212529 !important;
	margin-top: 15px;
}
/*-- CFA End --------------------------------------*/


/* FAQ Start */
.accordion .card .btn {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
}
.accordion h3{
	font-family: 'Open Sans';
	font-weight: bold !important;
}
.accordion .btn-danger,
.btn-sudaq{
	font-size: 26px;
    text-transform: inherit;
    font-weight: bold;
    border-radius: 5px;
    background: #BE1E2D !important;
    padding: 21px 50px;
}
.accordion .card{
	margin-bottom: 15px !important;
    border-radius: 5px !important;	
}
.accordion .card .btn {
    padding: 1px 20px;
    color: #fff;
}
.accordion>.card>.card-header {
    background: #808184;
}

.faq-bottom {
    text-align: center!important;
    font-size: 24px;
    line-height: 1.3;
}
.faq table th{
	font-size: 2rem;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.faq table th:first-child{
	color: #be1e2d;
}
.faq table h4 {
    font-size: 1.7rem;
    font-family: 'open sans' !important;
    font-weight: 700 !important;
}
.faq table td {
    font-size: 1.3rem;
}
/* FAQ End */


/* Contact Page */
.contact-page .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 25px !important;
}
.contact-page .with_frm_style .frm_primary_label{
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 7px;
}
.contact-page .frm_final_submit{
	background: #BE1E2D  !important;
    color: #fff !important;
    margin: 0  !important;
    font-family: 'Open Sans' !important;
    font-weight: bold !important;
    padding: 14px 45px !important;
    font-size: 20px !important;
    text-transform: capitalize;
}
.contact-page .with_frm_style .frm_submit{
	margin-top: 0;
}
.contact-page h4{
	font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 1.3;
	margin-bottom: 45px !important;
}
/* Contact Page End */

/* Text With Nav */
.text_with_nav{
    font-family: 'Montserrat', sans-serif;
}
.text_with_nav h2, .text_with_nav h3 {
    font-family: 'Montserrat', sans-serif;
}
.text_with_nav h3{
	color: #be1e2d;
}
.text_with_nav h2 {
    letter-spacing: 2px;
    font-size: 36px;
    margin-bottom: 15px;
	font-weight: 600 !important;
}
.text_with_nav h3 {
    color: #be1e2d;
    font-size: 28px;
}
.text_with_nav .btn-white{
	color: #111;
    background: #D0D2D3 !important;
    box-shadow: none;
    font-size: 19px;
    padding: 8px 28px;
    text-align: left;
    font-weight: bold;
}
/* Text With Nav End */

/* List With Image */
.list_with_image{
    font-family: 'Montserrat', sans-serif;
}
.list_with_image h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600 !important;
}
.list_with_image .list-item{
	padding-bottom: 23px;
    background: url(../images/2_icon.png) no-repeat 0px 6px;
    padding-left: 65px;
    font-size: 22px;
}
@media (max-width: 991.98px) {
	.list_with_image .list-item {
		font-size: 17px;
	}
}

/* List With Image End */


/* Image Block Start */
.ib-top-text {
    font-size: 19px;
    text-align: center;
    padding-bottom: 10px;
    color: #BE1E2D;
}
.ib-bottom-text {
    font-size: 19px;
    text-align: center;
    padding-top: 10px;
}
.ib-heading h4 {
    font-family: 'Montserrat', sans-serif;
	margin: 30px 0;
	color: #BE1E2D;
}
.ib .btn-danger {
    font-size: 26px;
    text-transform: inherit;
    font-weight: bold;
    border-radius: 5px;
    background: #BE1E2D !important;
    padding: 21px 50px;
}
/* Image Block End */


/* Gallery Start */
.gallery_caption {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}
.border {
    border: 1px solid #515558!important;
}
/* Gallery End */

/* custom css start */
#frm_field_17_container{
	margin-top: 20px;
}


.page-template-tmp_home .frm_primary_label{
	color: #ccc !important;
}
/* custom css end */
