/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       HEADER STYLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Sub Menu css  
  
.header nav.elementor-nav-menu--dropdown li .arrow {
    display: inline-block;
    vertical-align: middle;
  color: #fff; 
  font-size: 16px;
  cursor: pointer;
  z-index: 12;
  margin-left: -7px;
  position: relative;
}

.header nav.elementor-nav-menu--dropdown li a:hover ~ .arrow  {
  color: #36c1cc;
}

.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li .sub-menu li .sub-menu,
.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li .sub-menu {
  margin: 0 !important;
  display: block !important; 
  height: 0 !important;
  opacity: 0;
  transition: all  0s;
  transition-delay: 0s !important;
}

.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li .sub-menu li.drop-active .sub-menu,
.header nav.elementor-nav-menu--dropdown .elementor-nav-menu li.drop-active .sub-menu {
  height: auto !important;
  opacity: 1;
  transition: all .5s;
  transition-delay: .2s !important;
}

 Sub Menu css   End */ 



/*header*/

.header {
  transition: all .5s !important; 

}
  
.withoutScrl .header {   
    box-shadow: 0 0 0 0 !important;
    
}
.scrolling .header {
     padding: 24px 0px 20px 0px !important;

} 
.header.elementor-sticky__spacer {
  opacity: 0;
  visibility: hidden;  
}
.header .logoBox .elementor-image img {
    position: relative;
    top: 8px;

}

.header .applyBox ul li span.elementor-icon-list-text {
   font-family: 'Conv_Montserrat-ExtraBold';
    font-size: 22px;   
    display: inline-block;
    background: -webkit-linear-gradient(left, #2d76b8 35%, #319ad3 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 0;
}

.header .applyBox ul li a label {
  cursor: pointer;
}
.header .applyBox ul li {
  padding-right: 26px;      
}
.header .applyBox ul li span.elementor-icon-list-icon {
  position: absolute;
    right: 0;
    top: 4px;

}

.header .applyBox ul li span.elementor-icon-list-icon svg path {
  fill: #a0a0a0 !important;        
    stroke: #a0a0a0 !important;
    transition: all .5s;
}
.header .applyBox ul li a:hover span.elementor-icon-list-icon svg path {
  fill: #2d76b8 !important;        
    stroke: #2d76b8 !important;
}
.header .menuBox .elementor-menu-toggle {
   background: transparent;
   padding: 0;  
   position: relative;
   /*top: 4px; */  
}    
.menu-active .header .menuBox .elementor-menu-toggle {   
    position: fixed;
    top: 20px;              
    z-index: 999;
}
.header .menuBox .elementor-menu-toggle svg {
  display: none;
}
.header .menuBox .elementor-menu-toggle .parent {
  width: 30px;
  height: 12px;
  position: relative;
  transition: all .5s;
  display: inline-block;
  vertical-align: middle;
}
.menu-active .header .menuBox .elementor-menu-toggle .parent {
  height: 20px;

}
.header .menuBox .elementor-menu-toggle span.elementor-screen-only {
  position: static;
    width: auto;
    height: auto;
    margin-left: 13px;
    font-family: 'Conv_Montserrat-ExtraBold';
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;   
    background: -webkit-linear-gradient(left, #2d76b8 35%, #319ad3 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header .menuBox .elementor-menu-toggle .parent label {
  background: #a1a1a1;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    cursor: pointer;
}
.header .menuBox .elementor-menu-toggle .parent label:last-child {
  top: 8px;
}
.menu-active .header .menuBox .elementor-menu-toggle .parent label:first-child {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
   top: 8px;
}
.menu-active .header .menuBox .elementor-menu-toggle .parent label:last-child {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

/*menuBox*/
.header .menuBox nav.elementor-nav-menu--dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    visibility: hidden;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-delay: 1.2s;
    margin: 0;
    transform-origin: inherit;
    transform: inherit !important;
    max-height: 100% !important;
    background-color: transparent;
    padding: 50px;
    text-align: center;
}
.menu-active .header .menuBox nav.elementor-nav-menu--dropdown {
  visibility: visible;
    transition-delay: 0s;
}
.header .menuBox nav.elementor-nav-menu--dropdown:before {
  background-color: #F0F5F9;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .5s cubic-bezier(.77,0,.175,1);
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition-delay: 1.2s;
}
.menu-active .header .menuBox nav.elementor-nav-menu--dropdown:before {
  -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    transition: transform 1s cubic-bezier(.77,0,.175,1);
    transition-delay: 0s;
}
.header .menuBox .menuTop img {
  width: 250px;
  -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    transition: opacity 1s cubic-bezier(.165,.84,.44,1),transform 0s linear 1s;
     transition: all 1s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.menu-active .header .menuBox .menuTop img {
   opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .5s,opacity 1s cubic-bezier(.165,.84,.44,1);
    transition-delay: 1.4s;
    
}
.header .menuBox .menuTop a {
  display: inline-block;
  position: relative;
  padding-bottom: 18px !important;      
}
.header .menuBox .menuBottom {
  display: inline-block;
  position: relative;
  padding-top: 40px;
}
.header .menuBox .menuTop,
.header .menuBox .mobmenu,
.header .menuBox .menuBottom {
  opacity: 0;
  transition: all 1s;

}
.header .menuBox .mobmenu ul li.buttonMenu a:hover {
  letter-spacing: 0px;   
}
.menu-active .header .menuBox .menuTop,
.menu-active .header .menuBox .mobmenu,
.menu-active .header .menuBox .menuBottom {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
  
}
.header .menuBox .outerRow {
     z-index: 9;
    overflow-y: auto;
    max-height: 100vh;
    padding: 20px;
}
.header .menuBox .mobmenu {
  padding: 33px 0 12px;

}
.header .menuBox .mobmenu ul {
    text-align: center;
}
.header .menuBox .mobmenu ul li {
  display: table;
  margin: 0 auto;
  margin-bottom: 20px !important;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    transition: opacity 1s cubic-bezier(.165,.84,.44,1),transform 0s linear 1s;
     transition: all 1s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.menu-active .header .menuBox .mobmenu ul li {
   opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .5s,opacity 1s cubic-bezier(.165,.84,.44,1);
    transition-delay: 1.4s;

    
}
.header .menuBox .mobmenu ul li:last-child {
  margin-bottom: 0px !important;
}
.header .menuBox .mobmenu ul li a {
  font-size: 26px;
  font-family: 'Conv_Montserrat-Bold';
  display: inline-block;
  text-transform: uppercase;   
        
}
.header .menuBox .mobmenu ul li a:focus {
  background: transparent !important;
}
.header .menuBox .mobmenu ul li a:hover {
  letter-spacing: 1px;
}
.header .menuBox .mobmenu ul li a .sub-arrow {
  display: inline-block;
}
.header .menuBox .mobmenu ul li ul {
  margin-top: 18px;

}
.header .menuBox .mobmenu ul li ul li {
  margin-bottom: 10px !important;
}
.header .menuBox .mobmenu ul li ul li a {
  border-left: none !important;
  font-size: 20px;
}
.header .menuBox .menuBottom .socialBox .elementor-grid-item {
  margin-right: 20px !important;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    transition: opacity 1s cubic-bezier(.165,.84,.44,1),transform 0s linear 1s;
     transition: all 1s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.menu-active .header .menuBox .menuBottom .socialBox .elementor-grid-item {
   opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1) .5s,opacity 1s cubic-bezier(.165,.84,.44,1);
    transition-delay: 1.4s;

    
}

.header .menuBox .menuBottom .socialBox .elementor-grid-item:last-child {
  margin-right: 0px !important;
}
.header .menuBox .menuBottom .socialBox .elementor-grid-item a {
      background: linear-gradient(130deg, #2d76b8 20%, #319ad3 60%);
    border-radius: 50px;
    box-shadow: 0 0 20px 0 #aaa;
    width: 60px;
    height: 60px;
    transition: all .3s;    
       
}
.header .menuBox .menuBottom .socialBox .elementor-grid-item a:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,.8);
}
.header .menuBox .menuBottom .socialBox .elementor-grid-item a path {
  fill: #fff;
    stroke: transparent;
}

.header .menuBox .menuBottom .socialBox .elementor-grid-item a path {
    stroke: transparent;
}

.header .menuBox .mobmenu ul li.current_page_parent>a {
  color: #2D76B8;

}







/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                       ADDITIONAL 1 STYLE --- MAIN CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*animation*/
.scnTitle .elementor-heading-title,
.bannerWrap .elementor-widget-heading h1 {
    background-size: 200% auto !important;
    animation: shine 10s linear infinite;


}     
 @keyframes shine {
    to {
      background-position: 200% center;
  }
}

.bannerWrap .elementor-widget-image img {
      opacity: .021;
      -webkit-transform: translate3d(100px, 0px, 0px);
      -o-transform: translate3d(100px, 0px, 0px);
      -moz-transform: translate3d(100px, 0px, 0px);
      transform: translate3d(100px, 0px, 0px);
      transition: all 2s;

}
.page-loaded .bannerWrap .elementor-widget-image img {
     opacity: 1;
     -webkit-transform: translate3d(0px, 0px, 0px);
      -o-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
     transition-delay: 2.5s;
}
.borderBox .elementor-divider,
.ratedWrap:after {
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -o-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -moz-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 1s;
}  
.borderBox.in-viewport-once .elementor-divider, 
.ratedWrap.in-viewport-once:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 1s;
}

.dealWrap .elementor-widget-shortcode>.elementor-widget-container {
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%) !important;
    transition: all 1s;
}
.dealWrap .elementor-widget-shortcode.in-viewport-once>.elementor-widget-container {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%) !important;
    transition-delay: 1s;
}
.lenderWrap .someBox {
  opacity: 0;
  -webkit-transform: translate3d(0,20px,0);
  -o-transform: translate3d(0,20px,0);
  -moz-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
  transition: all 1s !important;
}
.lenderWrap .someBox.in-viewport-once {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition-delay: 1s !important;
}

/* 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                                   ADDITIONAL 1 STYLE --- RESPONSIVE CSS START

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* Laptop screen */


@media (min-width: 1025px) and (max-width: 1440px) { 


}
@media (min-width: 1200px) and (max-width: 1440px) { 
 .header .applyBox ul li span.elementor-icon-list-text,
 .header .menuBox .elementor-menu-toggle span.elementor-screen-only {
  font-size: 20px;
 }
 .header .menuBox .elementor-menu-toggle {
  /*top: 6px;*/
 }

}
@media (min-width: 1025px) and (max-width: 1199px) { 
 .header .applyBox ul li span.elementor-icon-list-text,
 .header .menuBox .elementor-menu-toggle span.elementor-screen-only {
  font-size: 20px;
 }
 .header .menuBox .elementor-menu-toggle {
  /*top: 5px;*/
 }
 .scrolling .header {
   padding: 15px 0px 20px 0px !important;
  }

}

/* Large desktop */
@media (min-width: 1025px) {
  
    
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
    .header .applyBox ul li span.elementor-icon-list-text,
   .header .menuBox .elementor-menu-toggle span.elementor-screen-only {
    font-size: 18px;
   }
   .header .menuBox .elementor-menu-toggle {
    /*top: 6px;*/
   }
   
   .scrolling .header {
     padding: 5px 0px 10px 0px !important;
    }
    .header .applyBox ul li span.elementor-icon-list-icon {
      top: 3px;
    }
}

     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  
  @media screen and (orientation: landscape) {

  }
  .header .applyBox ul li span.elementor-icon-list-text,
   .header .menuBox .elementor-menu-toggle span.elementor-screen-only {
    font-size: 16px;   
   }
   .header .menuBox .elementor-menu-toggle {
    /*top: 6px;*/
   }
   
   .header .applyBox ul li span.elementor-icon-list-text label {
    display: none;
   }
   .header .applyBox ul li {
      padding-right: 20px;
  }
   .scrolling .header {
     padding: 10px 0px 10px 0px !important;
  }
  .header .logoBox .elementor-image img {
      position: relative;
      top: 0;
  }   
  .header .applyBox .elementor-widget-icon-list .elementor-widget-container {
    overflow: visible !important;  
  } 
  .header .applyBox ul {
    position: relative;
    top: 1px;
  }
  .header .menuBox .menuTop img {
      width: 200px;
  }
  .header .menuBox .mobmenu ul li a {
      font-size: 22px;
      line-height: 26px;
  }
  .header .menuBox .mobmenu ul li ul li a {
      font-size: 18px;
      line-height: 22px;
  }
  .header .menuBox .mobmenu ul li {
      margin-bottom: 10px !important;
  }
  .header .menuBox .mobmenu ul li ul {
      margin-top: 10px;
  }
  .header .menuBox .mobmenu {
    
  }
  .header .menuBox .menuBottom .socialBox .elementor-grid-item a {
      width: 50px;
      height: 50px;
  }
  .header .menuBox .menuBottom .socialBox .elementor-grid-item {
    margin-right: 10px !important;
  }
  
  
}
@media (max-width: 575px) { 
  .header .applyBox,
  .header .menuBox {
    width: 25% !important;
  }
  .header .logoBox {
    width: 50% !important;
  }
  .header .menuBox .elementor-menu-toggle .parent {
    width: 20px;
    height: 10px;
    top: -1px;
  }
  .header .applyBox ul li span.elementor-icon-list-text, 
  .header .menuBox .elementor-menu-toggle span.elementor-screen-only {
      font-size: 14px;
  }
  .header .menuBox .elementor-menu-toggle span.elementor-screen-only {
    margin-left: 6px;
  }
  .header .logoBox .elementor-image img {
    width: 150px !important;
  }  
  
  .header .applyBox ul li {
      padding-right: 18px;
  }
  .header .applyBox .elementor-widget-icon-list {
    --e-icon-list-icon-size: 14px !important;   
  }
  .header .menuBox .elementor-menu-toggle {
      /*top: 5px;*/
  }
  .header .applyBox ul {
    top: 0px;
  }
  
}
        
/* Landscape phones and down */     
@media (max-width: 480px) { 


}