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


/* ---------sticky header------- */
body {
  font-family: 'Inter', sans-serif;
}
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s ease;   
}

/* hover text */
.text-line {
      display: block;
      transform: translateY(0);
      transition: transform 0.3s ease;
}
.text-container:hover .text-line:nth-child(1) {
      transform: translateY(-15px);
      transition-delay: 0s;
}
.text-container:hover .text-line:nth-child(2) {
      transform: translateY(-15px);
      transition-delay: 0.1s;
}
.text-container:hover .text-line:nth-child(3) {
      transform: translateY(-15px);
      transition-delay: 0.2s;
}

.img-box img, .img-box2 img{
   border-radius: 5px 5px 0px 0px;
}

.img-box2 h3{      
    border-bottom: 2px solid #000249;
	line-height:50px;
}

/* contact form */
.contact_main .wpcf7-submit{	
	background-color:#D72638;
	border-radius:5px;
	color:#fff;
	padding:10px 40px;
}

.footer-social .elementor-social-icon-facebook-f, .footer-social .elementor-social-icon-instagram, .footer-social .elementor-social-icon-x-twitter,.footer-social .elementor-social-icon-youtube{
    background-color: #fff;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

/* -------trial banner----------- */
.slide-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
  padding-left: 5%;
  color: white;
}

.slide-box.active {
  opacity: 1;
  z-index: 1;
}
/* -----------end---------- */


@media (min-width: 1025px) {
  .cbtn {
    background-color: var(--e-global-color-4530f0d);	
    border-radius: 5px;
    padding: 0px 15px 2px !important;  
	margin:18px 0px !important;
}
.cbtn a{
	color: #fff !important;
}

}


