/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 2.8.1742810945
Updated: 2025-03-24 10:09:05

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body{
	background:#fff;
	font-family: "Montserrat", sans-serif;
}

section{
	padding:0px;
	margin:0px;
}

h1,h2,h3,h4,h5,h6,p,span,a{
	font-family: "Montserrat", sans-serif !Important;
}


header {
    padding: 10px 0px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

.header__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.call__block a {
    font-size: 29px;
    text-decoration: none;
    color: #2a6d8c;
    font-weight: 800;
}

.call__block a i {
    color: #db1f1f;
}


.footer-nav-widgets-wrapper.header-footer-group {
    display: none !IMPORTANT;
}

.copyright__block {
    background: #053452;
    padding: 10px 0px;
}

.copyright_text {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.copyright_text a{
	color:#fff;
	text-decoration:none !Important;
}


.form__contact {
    padding: 30px;
    background: rgba(255 255 255/50%);
    border-radius: 28px;
}

.form_input input {
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #053452 !IMPORTANT;
    outline: none !IMPORTANT;
    box-shadow: none;
}

.form_input_button .wpcf7-submit {
    height: 47px;
    padding: 0px;
    width: 100%;
    background: #db1f1f ! IMPORTANT;
    border-radius: 30px;
    outline: none !important;
    border: 2px solid #db1f1f;
    text-decoration: none !IMPORTANT;
    font-weight: 600;
}

.form_input_button .wpcf7-submit:hover {
    background: #fff !important;
    color: #db1f1f;
}

span.wpcf7-spinner {
    position: absolute;
    left: 0px;
}


.icon_color_change svg.e-font-icon-svg.e-fas-phone-square-alt {
    fill: #DB1F1F;
}

.box__services > .e-child {
    background: #fff;
}

.box__services .e-con.e-child .e-con.e-child  {
    height:100% !important;
	text-align:center;
}

.ptag_br p br {
    display: none;
}

.form_input_button p {
    margin: 0px;
}

@media(max-width:600px){
	.call__block a{
		font-size:22px;
	}
	
	.form__contact {
		padding: 16px;
		border-radius: 12px;
	}
}


.wpcf7-response-output {
    color: #ffffff;
}