/* 
Theme Name: Hello Elementor Child
Theme URI: #
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 */

.contact_form{
  display: flex;
  flex-wrap: wrap;
}
.contact_form .form_box{
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
}
.contact_form p{
    margin: 0;
}
.contact_form label{
  display: block;
  font-family: "Montserrat", Sans-serif;
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.contact_form .form_box input{
    color: #777 !important;
    background-color: #fff !important;
     border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d0dbfb;
    height: auto;
    padding: 12px;
    margin-top: 7px;
}
.contact_form .form_box input:focus:not([type="button"]):not([type="submit"]){
    border-width: 1px 1px 1px 1px;
    border-color: #d0dbfb;
}
.contact_form .form_box textarea{
    color: #777 !important;
    background-color: #fff !important;
    border-width: 1px 1px 1px 1px;
    border-color: #d0dbfb;
    padding: 12px;
    margin-top: 7px;
    height: 150px;
}
.contact_form .input_box{
    width: 100%;
}
.sumbit-form p{
    margin: 0;
}
.sumbit-form .wpcf7-submit{
    border: none;
  height: 44px;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 25px !important;
  letter-spacing: .5px;
  color: #fff;
  display: table;
}
.contact_form .input_box .wpcf7-file {
    width: 100%;
    padding: 0 10px 0 0;
}
.contact_form .input_box input::file-selector-button {
    font-weight: bold;
    background-color: #0062b0;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius:0;
  }


  .mainheader{
    transition: all 0.5s ease;
  }
  .mainheader.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 111;
    transition: all 0.5s ease;
    animation: slideDown 0.5s ease-out;
  }
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .mainheader .logo-image img{
    transition: all 0.5s ease;
  }
  .mainheader.fixed .logo-image img{
    height: 35px!important;
  }
  .mainheader.fixed .header-menu ul li a{
    font-size: 14px!important;
  }
  .mainheader.fixed #ekit-megamenu-header-menu{
    height: 60px!important;
  }


  .portfolio_box .portfolio_inner_box{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  .portfolio_box .portfolio_block{
    width: 50%;
    width: calc(50% - 15px);
    position: relative;
  }
  .portfolio_box .portfolio_block img{
   height: 335px;
   width: 100%;
   display: block;
   object-fit: cover;
  }
  .portfolio_box  .portfolio_img{
    position: relative;
  }
  .portfolio_box  .portfolio_img::before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff00 40%, #141414 100%);
    transition: all 0.3s;
    display: block;
    position: absolute;
    opacity: 0.8;
    top:0px;
    left: 0px;
    height: 100%;
    width: 100%;
  }
  .portfolio_box  .portfolio_img::after {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(255deg, #ffffff00 75%, #071952B3 75%);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
  }

  .portfolio_box  .portfolio_text{ 
    position: absolute;
     bottom: 20px;  
      color: #fff !important;
    z-index: 99;
  }
  .portfolio_box  .portfolio_text h4{
    margin-left: 25px;
    margin-bottom: 10px;
    color: #fff;
  }
  .portfolio_box  .portfolio_text h4 a { 
    color: #fff;
  }
  @media (max-width: 767px) {
    .contact_form .form_box{
        width: 100%;
    }
    .contact_form .form_box input,
    .contact_form .form_box textarea{
        padding: 10px;
    }

    .portfolio_box .portfolio_block{
      width: 100%;
    }
    .portfolio_box .portfolio_block img {
      height: 200px;
    }
    
  }

  @media (max-width: 1024px){
    .mainheader.fixed #ekit-megamenu-header-menu{
      height: 100%!important;
    }
  }

  .fullvideo.elementor-widget-video {
    height: 100%;
  }

  .fullvideo .e-hosted-video {
    height: 100%;
    width: 100%;
  }