/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
.blog-form-area textarea {
    width: 100%;
   background-color: #eee;
	padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #a1d4dc;
}

.form-submit{
	text-align:right;
	margin-top:0px;
}
.blog-form-area .comment-form-comment{
	margin-bottom:0px;
}
.form-submit .submit{
    display: inline-block;
    cursor: pointer;
    color: #2ea3f2;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all;
    transition-property: all;
}
.form-submit .submit:hover{
   background: rgba(0, 0, 0, .05);
	border: 2px solid transparent;
}
.main-menu-wrapper > ul > li ul{
	position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background-color: rgba(255, 255, 255, 0.94);
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #188ea1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left;
}
.main-menu-wrapper > ul > li.menu-2-col > ul {
    column-count: 2;
    width: auto;
}
.main-menu-wrapper > ul > li.menu-2-col > ul > li.menu-2-col > ul{
	column-count: 2;
    width: auto;
}
.main-menu-wrapper > ul > li.menu-2-col.right-0 > ul{
	right:0px;
}
.main-menu-wrapper > ul > li li{
	display: inline-block;
    font-size: 14px;
	padding: 0 10px;
	position:relative
}
.main-menu-wrapper > ul > li li a{
	width: 250px;
	padding: 6px 20px;
	font-size: 16px;
	color: #58585a;
	display: block;
	font-family: "Montserrat", sans-serif;
	line-height: 2em;
	font-weight:600;
	position:relative;
}
.main-menu-wrapper > ul > li li a:hover{
	background-color: rgba(0, 0, 0, .03);
    opacity: .7;
}
.main-menu-wrapper > ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}
.main-menu-wrapper > ul > li {
    position:relative;
}
.menu-item-has-children>a:after {
    content: '\f107';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    margin-left: 10px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-menu-wrapper > ul > li > a{
	position:relative
}
.main-menu-wrapper > ul > li ul li ul {
    left: auto;
    right: 240px;
	top:-21px;
}
.main-menu-right-area {
	gap:30px;
}
.rmp_menu_trigger{
	display:none !important
}
#rmp-container-1557 {
	top: 125px;
	height:calc(100% - 165px)
}
.close-menu{
	display:none;
}
.mobile-menu.is-active .close-menu{
	display:block
}
.mobile-menu.is-active .open-menu{
	display:none
}
p.adjust-para {
    line-height: 30px !important;
}
.home-dr-area.full-width{
    margin-top: 150px;
    margin-bottom: 75px;
}
.home-dr-area.full-width .home-dr-image {
    margin-top: -90px;
	max-width:463px;
}
.home-dr-area.full-width  h3 {
    font-size: 16px !important;
	letter-spacing: 3.2px !important;
	color: #333333 !important;
	text-transform: uppercase;
	opacity: 1;
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.home-dr-area.full-width .home-dr-text h2 {
    font-size: 45px !important;
    margin-bottom: 10px !important;
    line-height: 1.5em;
	letter-spacing: 0px !important;
	color: #285C67 !important;
	padding-bottom: 0px;
}