/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.banner-head span {
    color: #f76400 !important;
}

.blog-wrap {
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
        }

        .blog-wrap li {
            box-shadow: none !important;
            display: inline-block;
            float: left;
            width: calc(33.33% - 40px) !important;
            margin: 0 20px 125px 20px !important;
            position: relative;
        }

        .blog-wrap li .blog-img {
            height: 300px;
            text-align: center;
            width: 100%;
            margin-bottom: 0;
        }

        .blog-wrap li .blog-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            border-radius: 30px;
        }

        .blog-content h2 {
            color: #fff;
            font-family: "Montserrat";
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 28px;
            margin-top: 0;
        }

        .blog-content .blog-readmore {
            display: none;

        }

        .blog-content .blog-readmore p {
            color: #ffffff;
            font-family: "Montserrat";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 22px;
        }

        .blog-wrap li:hover .blog-readmore {
            display: block;
            transition: .9s;
        }

        .blog-content a.readmore-btn {
            border-radius: 10px;
            background: #F76400;
            color: #ffffff;
            padding: 10px 16px;
            line-height: 1.4;
            font-family: "Montserrat";
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            display: inline-block;
            text-decoration: none;
        }

        .blog-content a.readmore-btn:hover i {
            transform: rotate(180deg);
            transition: .5s;
        }

        .blog-data-box {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 11px;
        }

        .blog-data-box p {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: "Montserrat";
            font-size: 12px;
            color: #ffffff;
            margin: 0 0;
        }

        .blog-data-box i {
            color: #F76400;
            margin-right: 6px;
            margin-top: 1px;
        }

        .blog-box {
            position: relative;
        }

        .blog-content {
            position: absolute;
            bottom: -95px;
            padding: 36px 25px;
            background: #00097A;
            text-align: center;
            margin: 0 30px;
            z-index: 1;
            border-radius: 30px;
            transition: .9s;
            left: 0;
            right: 0;
        }

        @media (max-width: 1200px) {
            .blog-wrap li {
                width: calc(50% - 40px) !important;
                margin-bottom: 135px;
            }
        }

        @media (max-width: 767px) {
            .blog-wrap li {
                width: calc(100% - 0px) !important;
                margin-left: 0;
                margin-right: 0;
            }
			input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 7px !important;
			}
			.wpcf7.js {
    text-align: end;
}
        }

        @media (max-width: 500px) {
            .blog-content {
                bottom: -85px;
                padding: 27px 16px;
                margin: 0 20px;
            }

            .blog-content h2 {
                font-size: 18px;
                line-height: 26px;
            }
        }
