/* 
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 */

.single.single-post .post.type-post{
	    max-width: 1320px; padding-left:20px; padding-right:20px;     font-family: "Poppins", Sans-serif;
}
.single.single-post .post.type-post .page-header .entry-title{
	margin-left:0; margin-right:0; color:#108bea; padding:0;
}
.single.single-post .post.type-post ul{margin-bottom:1.5rem;}
.single.single-post .post.type-post p{margin-bottom:1.5rem;}
.single.single-post .post.type-post ul li:before{}
.comments-area{
	    background: #E9F6FF;
    padding: 3rem;
    margin-bottom: 6rem;
    border-radius: 20px;
    margin-top: 4rem;
}
.comments-area .comment-reply-title{
	    color: #108bea;
}
.comments-area input, .comments-area textarea{
	    margin-top: 6px;
	    border: 1px solid #d1d1d1;
    border-radius: 7px;
}
.comments-area .form-submit .submit{
	    background: #108bea;
    color: #fff;
    border: 0;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
}
.comments-area .form-submit .submit:hover{
	background:#181818;
}


.contact-form .wpcf7-form label{
	    margin-bottom: 10px;
}
.contact-form .wpcf7-textarea{
	    max-height: 160px;
}

.contact-form .wpcf7-form>p{
	margin-bottom:1.5rem;
}
.contact-form .wpcf7-form-control-wrap .form-control{
	    border-color: #dfdfdf; outline:none;
    border-radius: 10px;     padding: .7rem 1rem;
}
.contact-form .wpcf7-submit{
	background-color: #108bea;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    padding: 0.7rem 1.5rem;

}
.contact-form .wpcf7-submit:hover{
	background:#000;
}


.blue-text{
	color:#108BEA;
}
.text-dark{
	color:#181818;
}
.left-img>.elementor-element{
	height:100%;
}
.slider-bg:before{
	content:"";
left:0;
	top:0;
position: absolute;
width: 400px;
height: 508px;
background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 11;
	
}
.slider-bg:after{
	content:"";
right:0;
	top:0;
position: absolute;
width: 400px;
height: 508px;

background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 11;
	
}
.security-sec .elementor-image-box-wrapper .elementor-image-box-content{
	    padding-right: 1.5rem;
}
.security-sec .elementor-image-box-wrapper .elementor-image-box-img{
	margin-bottom:0 !important;
}

/* 
header.elementor-location-header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out 0s;
}


header.elementor-location-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.4s ease forwards;
}




@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
 */

@media only screen and (max-width:991px) {
		.slider-bg:after{
		content:none
	}
	.slider-bg:before{
		content:none
	}
}


@media only screen and (max-width:767px) {
	.comments-area{
		    padding: 2rem;     margin-bottom: 4rem;    margin-top: 3rem;
	}
	.gallery-foot .gallery-item{
		    width: 50%;         margin-bottom: 1rem !important;
	}
	
	.security-sec .elementor-image-box-wrapper .elementor-image-box-content{
		    padding: 1.5rem;
	}

}


