/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Child theme for the Twenty Twenty-One theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentytwentyone
*/

/* You can start adding custom styles below */

body{
	overflow-x:hidden;
}
a,:hover{
	transition: all 0.3s;
}
.mix-blend-screen h1{
  mix-blend-mode: screen;
}
.line-h-24 p{
	line-height:24px;
}
p{
	margin-bottom:10px;
}
.site-logo a{
	width:100%;
}
.blue-hover:hover h3{
	color:#7EC1FF !important;
	transition: all 0.5s;
}
.elementor-location-footer p{
	margin-bottom:0;
}
.line-height-40 p{
	line-height: 40px;
}
.line-height-26 p{
	line-height: 26px;
}
.gallery-item .gallery-icon{
	overflow:hidden;
}
.max-width-100 img{
	max-width:100% !important;
	transition: all 0.3s;
}
.mail-form input,
.mail-form textarea{
	width:100% !important;
	height:50px !important;
	outline:none !important;
	border: 0 !important;
	background:#fff !important;
	padding:12px 22px !important;
	font-size:14px !important;
	color:#404040 !important;
	font-weight:500 !important;
	border-radius:100px !important;
}
.mail-form .gform-theme--foundation .gform_fields {
    column-gap: 34px;
    row-gap: 34px;
} 
.mail-form .gform_required_legend,
.mail-form #gform_1_validation_container{
	display:none;
}
.mail-form textarea{
	height:229px; !important;
	padding:12px 22px !important;
	border-radius:0px !important;
	resize:none !important;
	border-bottom-right-radius:100px !important;
}
.mail-form input[type="submit"]{
	width:156px !important;
	text-align: center;
	font-size:20px !important;
	font-weight:600 !important;
	color:#fff !important;
	padding:0 !important;
	background: #404040 !important;
	border-radius: 0 !important;
	border-bottom-right-radius:20px !important;
}
.mail-form input[type="submit"]:hover{
	background: #fff !important;
	color:#404040 !important;
}
::placeholder {
  color: #40404066 !important;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12-18 */
  color: #40404066 !important;
}
.error404 .page-header {
    padding-bottom: 32px;
    text-align: center;
    margin-bottom: 35px;
}
.error404 .page-title {
    font-size: 62px;
}
.error404 .error-404 {
    margin-bottom: 54px;
}
.galllery-row .gallery-icon a{
	position:relative;
	transition: all 0.3s;
}
.galllery-row .gallery-icon a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
	transition: all 0.3s;
}
.galllery-row .gallery-icon a:hover:before {
    opacity: 0;
	transition: all 0.3s;
}
/* .galllery-row .gallery-icon a:hover img {
    transform:scale(1.1);
	transition: all 0.3s;
} */
.wp-video {
    width: 100% !important;
    height: 600px !important;
}
.wp-video .mejs-container,
.wp-video-shortcode video, video.wp-video-shortcode{
    height: 100% !important;
}
.showcase-images img{
	height:357px !important;
	object-fit:cover;
	width:100% !important;
	max-width:100% !important;
}
.sec-heading{
	font-weight: bold !important;
    font-size: 26px !important;
	line-height: 35px !important;
}
.mail-form label.gfield_label.gform-field-label {
    font-size: 16px;
    margin-bottom: 14px;
}
.mail-form .radius-none textarea {
    border-bottom-right-radius: 27px !important;
}
.mail-form .radio-style input {
    height: 22px !important;
	width:22px !important;
    background: transparent !important;
    font-size: 14px !important;
    color: #404040 !important;
    font-weight: 500 !important;
    border-radius: 100px !important;
    border: solid 1px #fff !important;
	padding:0 !important;
}
.mail-form .radio-style input:before{
	width: 10px !important;
    height: 10px !important;
}
.mail-form .radio-style .gchoice{
	cursor:pointer;
}
.chat-btn .gform-footer.gform_footer.top_label {
    margin-top: 43px;
}

@media (max-width:992px){
.mail-form .gform-theme--foundation .gform_fields {
    column-gap: 20px;
    row-gap: 20px;
}
.wp-video {
    height: 450px !important;
}
.showcase-images img {
    height: 293px !important;
}
}


@media (max-width:767px){
h1{
    font-size: 44px !important;
    line-height: 48px !important;
}
h2{
	font-size:27px !important;
	line-height:33px !important;
}
p{
	font-size:17px !important;
}
.line-height-40 p {
    line-height: 26px;
}
.mail-form .gform-theme--foundation .gform_fields {
    column-gap: 15px;
    row-gap: 15px;
}
.mail-form textarea{
	border-radius:24px !important;
	height:150px !important;
}
.wp-video {
    height: 250px !important;
}
}



















