/*
Theme Name: alegroupz
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/*header css start*/
/*--------------------------------------------------------------
 # Toggle Btn css
--------------------------------------------------------------*/
 .ham {
     cursor: pointer;
     -webkit-tap-highlight-color: transparent;
     transition: transform 400ms;
     -moz-user-select: none;
     -webkit-user-select: none;
     -ms-user-select: none;
     user-select: none;
     max-width: 60px;
}
 .hamRotate.active {
     transform: rotate(45deg);
}
header#masthead.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}
 .hamRotate180.active {
     transform: rotate(180deg);
}
.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 6px;
    stroke-linecap: round;
}
.brand-logo-abt video.elementor-video {
    object-fit: cover;
    height: 81px;
}
 .ham7 .top {
     stroke-dasharray: 40 82;
}
 .ham7 .middle {
     stroke-dasharray: 40 111;
}
 .ham7 .bottom {
     stroke-dasharray: 40 161;
}
 .ham7.active .top {
     stroke-dasharray: 17 82;
     stroke-dashoffset: -62px;
}
 .ham7.active .middle {
     stroke-dashoffset: 23px;
}
 .ham7.active .bottom {
     stroke-dashoffset: -83px;
}
 .toggle_btn{
     display: none;
     position: relative;
     z-index: 9;
}
.cd-contact-from .cd-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.cd-contact-from .cd-col-full {
    width: 100%;
}
.cd-contact-from .cd-row .cd-col {
    width: calc(50% - 10px);
}
.cd-contact-from label {
    width: 100%;
}
.cd-contact-from input {
    margin-top: 10px;
    border: 1px solid #168aef !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-family: 'Outfit';
    font-size: 16px;
} 
textarea.wpcf7-form-control.wpcf7-textarea {
     margin-top: 10px;
    border: 1px solid #168aef !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-family: 'Outfit';
    font-size: 16px;
    height: 120px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 50%;
    background-color: #207fce;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
}
li#menu-item-650.current-menu-item a {
    color: #fff !important;
}


@media(max-width: 991px){
   .toggle_btn{
       display: block;
        margin-top: -8px;
      margin-right: -8px;
  }
  #masthead{
    overflow-x: hidden;
  }
/*   #masthead .header_right ul {
      position: fixed;
      top: 0px;
      width: 100%;
      left: 0px;
      background: var(--white);
      min-height: 103vh;
      display: flex;
      transform: translateX(-100%);
      padding: 75px 15px 40px;
      transition: all 0.4s;
       display: block !important;
  }
	 */

.header_right ul {
    position: fixed;
    top: 0 !important;
    width: 100%;
    left: 0px;
    background: var(--white);
    min-height: 100%;
    display: flex;
    transform: translateX(-100%);
    padding: 120px 0 0px;
    transition: all 0.4s;
    display: block !important;
}
	
	
	
  #masthead .header_right ul li {
      width: 100%;
  }

#masthead .header_right ul li a {
    padding: 15px 35px;
    justify-content: flex-start;
    font-size: 18px;
    font-family: 'Outfit';
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
}
li#menu-item-650.current-menu-item a {
    color: #fff !important;
}
.elementor-9 .elementor-element.elementor-element-115446d .menu-item a.hfe-menu-item.elementor-button {
    padding: 15px 30px 15px 30px;
    color: var( --e-global-color-f9d8e66 ) !important;
    border-radius: 50px 50px 50px 50px;
}
  #masthead .header_right ul li:last-child a {
      background: transparent;
      border-radius: unset !important;
      color: #fff;
      width: 100% !important;
  }
  #masthead .header_right ul li.current-menu-item:last-child a {
    color: var(--black);
  }
.show .header_right ul {
    transform: translateX(0%);
    background-color: #0b5286;
    top: 0;
    z-index: 9;
}
  .header_right {
      max-width: fit-content;
  }
  .header_left {
      display: contents;
  }
  .header_sec .e-con-inner{
    padding-bottom: 8px !important;
  }
  .header_left a {
    position: relative;
    z-index: 9;
    }
svg.ham.hamRotate.ham7 {
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 44px;
    width: 44px;
    right: 15px;
    background-color: #168ef6;
    padding: 0px;
    z-index: 999;
    top: 12px;
}
.cd-contact-from .cd-row .cd-col {
    width: calc(100% - 0px);
}
.cd-contact-from .cd-row {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
}
/*header css end*/


