/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.container{
	max-width: 1280px !important;
	margin: 0 auto !important;
	padding: 0 45px;
}

.header-sec {
    position: relative;
    transition: all 600ms;
    z-index: 999;
}
.header-sec.newheader {
    position: fixed;
    top: 0;
    box-shadow: 2px 2px 10px #00000014;
}
.header-sec .logo-img img{
  transition: all 600ms;  
}
.header-sec.newheader .logo-img img{
    max-width: 200px;
}

.banner-sec{
    position: relative;
}
.banner-sec:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 35%;
    background-color: #d2e6d2;
    right: 0;
    top: 0;
}

/* icon box hover effect */
.icon-bx {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-bx:hover {
    transform: translateY(-5px);
}



.contact-form-2 input.form-control{
    background: rgb(217 217 217 / 10%);
    height: 55px;
    border-radius: 10px;
    border: 1px solid #2B4A3BB3;
    padding: 5px 30px;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    color: #333;
}
.contact-form-2 input.form-control::placeholder{
    color: #333;
}
.contact-form-2 textarea.form-control{
    background: rgb(217 217 217 / 10%);
    height: 105px;
    border-radius: 10px;
    border: 1px solid #2B4A3BB3;
    padding: 5px 30px;
    font-family: 'Cormorant Garamond';
    font-weight: 500;
    font-size: 18px;
    vertical-align: middle;
    color: #333;
    resize: none;
}
.contact-form-2 textarea.form-control::placeholder{
    color: #333;
}
.form-btn-2{
    background: #2b4a3b !important;
		font-size: 1rem;
		line-height: 1.5rem;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2b4a3b !important;
    color: #fff !important;
    border-radius: 30px !important;
		font-family: 'DM Sans';
}

@media only screen and (max-width: 991px){
    .container{
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px){
    .banner-sec:after{
        display: none;
    }
}