@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One-child is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/


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



body {
	font-family: "Roboto", sans-serif;
	margin: 0;
}
.elementor-heading-title, .elementor-widget-text-editor {
	font-family: "Roboto", sans-serif !important;
}
.pageSize {
	width: 1200px;
	margin: 0 auto;
}

ul, li {
	margin: 0;
	padding: 0;
}


/* Header Style Start */

.headerMain {
	padding: 8px 0px;
    background-color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.headerWrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerLogo img {
	width: 150px;
    height: 50px;
    object-fit: cover;
}
.headerNav ul li {
	display: inline-block;
	margin-right: 40px;
}
.headerNav ul li a {
	color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.headerNav ul li a:hover {
	color: #d32f2f; 
}
.headerBtn a {
	border: 1.5px solid #d32f2f;
    background-color: #d32f2f;
    color: #fff !important;
    padding: 11px 17px;
    border-radius: 8px;
	transition: .4s;
    font-weight: 500;
}
.headerBtn a:hover {
	border: 1.5px solid #02325f;
    background-color: #02325f;
    color: #fff !important;
	transition: .4s;
}
/* Header Style End */


/* Footer Style Start */

.footerMain {
    background-color: #fff;
    padding: 30px 0 30px;
}
.footerWrap {
    display: flex;
}
.menuFirst {
    flex: 0 0 30% !important;
    margin-right: 50px;
}
.footerMenu {
    flex: 0 0 22%;
}
.footerMenu h2 {
    font-size: 22px;
    color: #d32f2f !important;
    margin: 0;
    font-weight: 600;
    padding-bottom: 20px;
}
.footerMenu ul li a {
    text-decoration: none;
    color: #1e1e1e;
}
.footerMenu ul li a:hover {
    color: #d32f2f !important;
    text-decoration: underline !important;
}
.footerMenu ul li {
    list-style: none;
    font-size: 14px;
    padding-bottom: 15px !important;
}
.ftLogos {
    width: 117px;
    margin-bottom: 15px;
    height: 95px;
    object-fit: contain;
    object-position: left;
}
.calls_icon a, .emails_icon a, .pins_icon a {
    background-image: url(images/call-icon.svg) !important;
    display: inline-block;
    width: auto;
    height: 35px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: left 0;
    padding-left: 47px;
}
.emails_icon a {
    background-image: url(images/mail-icon.svg) !important;
}
.pins_icon a {
    background-image: url(images/pin-icon.svg) !important;
}
.copyRights {
    text-align: center;
    padding: 15px 0;
    background-color: #d32f2f;
}
.copyRights p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
/* Footer Style End */


/* Step Form Style Start */
.step-form { display: none; }
.step-form.active { display: block; }

.step-form h2 {
    margin: 0;
    color: #d32f2f;
    font-size: 15px;
    margin-bottom: 10px;
}
.step-form p {
    margin: 0;
}
.tolo {
   margin-top: 10px !important;
}

.cf7-steps input {
    width: 100%;
    padding: 12px 12px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    margin-bottom: 10px;
    outline: none;
}
.cf7-steps input:focus {
    border: 1px solid #d32f2f;
}
::placeholder {
    font-size: 13px;
}
.cf7-steps button, .cf7-steps .subBtn {
    background-color: #d32f2f;
    outline: none;
    color: #fff;
    font-size: 13px;
    font-family: "Roboto", sans-serif !important;
    border: none;
    padding: 8px 24px !important;
    border-radius: 5px;
    cursor: pointer;
}
.cf7-steps .subBtn {
    width: auto;
    margin: 0 !important;
}
.btnFlx p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpcf7-not-valid-tip {
    font-size: 11px !important;
}

.elementor-element-19322b5.deForm {
    height: 432px;
}
/* Step Form Style End */


.map__state {
    fill: rgb(2, 28, 61);
    stroke: rgb(238, 238, 238);
    stroke-width: 1;
    cursor: pointer;
}
.state__wrapper:hover path {
    fill:#d32f2f;
}
.state__wrapper path {
    fill: rgb(255, 255, 255);
}
.state__wrapper text tspan {
    font-family: Roboto;
    font-size: 6px;
    letter-spacing: 0px;
    stroke: rgb(2, 28, 61);
    font-weight: 100;
}


@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
    .pageSize {
		margin: 0px 20px !important;
		width: auto !important;
	}
    .headerMain {
        display: none;
    }
}

@media only screen and
(min-width: 10px)and
(max-width: 768px) {
    .footerWrap {
        display: block;
    }
    .menuFirst {
        margin-right:0px !important;
    }
}