@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@600&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
}

h1, h2, h3, h4, a, .elementor-widget-text-editor, textarea, input, .elementor-icon-list-text, 
.elementor-counter-title, .elementor-counter-number, .elementor-counter-number-suffix, .elementor-tab-content p {
    font-family: "Roboto", sans-serif !important;
}
ul, li {
    margin: 0;
    padding: 0;
}
.pagesize {
    width: 1200px;
    margin: 0 auto;
}
.pgsize {
    width: 1000px;
    margin: 0 auto;
}


/* header style */

.headerMain {
    background-color: #fff;
    padding: 20px 0;
}
.headerWrap ul li {
    display: inline-block;
}
.headerWrap ul li a {
    text-decoration: none;
    color: #000;
    padding: 7px 20px;
    transition: .4s;
    margin-right: 13px;
    font-weight: 400;
}