/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One 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.
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
Version: 1.4.1629205920
Updated: 2021-08-17 13:12:00

*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
html {
  scroll-behavior: smooth;
}
body
{
overflow-x:hidden;
background:#fff;
}
.img-full img, .img-full a
{
	width:100% !important;
	max-width:100% !important;
}
.nav-dropdown-hidden-default .sub-menu-toggle
{
	display:none;
}
.btn-full a, .btn-full button, .btn-full input[type=submit]
{
	width:100% !important;
}
.mobile-mnu ul li:last-child a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #BDC400;
    border-radius: 50px 50px 50px 50px;
    width: 50% !important;
    margin-left: 25%;
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.mobile-mnu ul li:last-child a:hover
{
	color: #FFFFFF;
    background-color: #FF7423;
}
.contact-wrapper-c
{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:0 !important;
}
.contact-50-half
{
	width:48%;
}
.contact-100-full
{
	width:100%;
}
.custom-form br
{
	display:none;
}
.custom-form textarea
{
	height:100px;	
	border:1px solid #d1d1d1;
	resize:vertical;	
	padding:10px;
}
.custom-form h3
{
	margin-top:0;
}
.custom-form label {
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.custom-form .wpcf7-list-item-label
{
	font-size: 13px;
}
.custom-form input
{
	border:1px solid #d1d1d1;
	margin-bottom:10px !important;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, .site textarea:focus, .custom-form select {
    color: #000;
    outline-offset: 0;
    outline: none;
	border:1px solid #d1d1d1;
	width:100%;
}
.custom-form input[type="checkbox"] {
    border: 1px solid #d1d1d1;
    margin-bottom: 0px !important;
    top: 5px;
    width: 20px;
    height: 20px;
}
.custom-form .wpcf7-list-item
{
	line-height:normal !important;
}
.custom-form input[type=file] {
    display: block;
    width: 100%;
    padding: 10px 15px;
}
.custom-form select {
    margin-top: -11px;
    border-radius: 5px;
    height: 50px;
    color: #4d4d4d;
}
.custom-form input[type=date] {
    margin-top: 0px;
    border-radius: 5px;
    height: 50px;
    color: #4d4d4d;
    font-size: 15px;
}



/* ===================== Media Query ====================== */
@media only screen and (max-width: 767px)
{

}

