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

/* Improved Entrance Animations */
@keyframes fadeDown{from{opacity:0;transform:translate3d(0,-30px,0)}to{opacity:1;transform:none}}@keyframes fadeLeft{from{opacity:0;transform:translate3d(-30px,0,0)}to{opacity:1;transform:none}}@keyframes fadeRight{from{opacity:0;transform:translate3d(30px,0,0)}to{opacity:1;transform:none}}@keyframes fadeUp{from{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}.elementor-element.fadeInDown{animation-name:fadeDown}.elementor-element.fadeInLeft{animation-name:fadeLeft}.elementor-element.fadeInRight{animation-name:fadeRight}.elementor-element.fadeInUp{animation-name:fadeUp}

/* Unorder List */
.inner-block-content ul:not(.elementor-icon-list-items) li::before{content:'';position:absolute;left:0;top:.65em;width:7px;height:7px;background-image:none;background-color:#464646;border-radius:50%}.inner-block-content .white ul li::before{background-color:#fff}.elementor-editor-active .inner-block-content ul li.elementor-editor-element-setting::before,.elementor-editor-preview .inner-block-content ul li.elementor-editor-element-setting::before{display:none}

/* General Styling */
body:not(.elementor-editor-active) .elementor-menu-anchor::before{content:"";display:block;height:90px;margin:-90px 0 0;visibility:hidden;pointer-events:none;z-index:-1;position:relative;}a,.elementor-button,.elementor-widget-jet-mega-menu > .elementor-widget-container,.elementor-widget-media-carousel .elementor-swiper-button,.elementor-posts .elementor-post__card,.elementor-cta__title,.elementor-icon-list-text{transition:color 0.25s ease,background-color 0.25s ease,border-color 0.25s ease,box-shadow 0.25s ease,opacity 0.25s ease;}img{transition:opacity 0.25s ease,transform 0.25s ease;}.grecaptcha-badge{visibility:hidden;opacity:0;}*{outline:0!important;}b,strong{font-weight:700;}textarea{resize:none!important;}ul,ol,p{padding:0;margin:0;}ul li{list-style-type:none;position:relative;}ul.split-two,ol.split-two{padding:0;list-style:none;column-count:2;column-gap:50px;}.inner-block-content ul,.inner-block-content ol,.inner-block-content p{margin-bottom:1.25rem;}.inner-block-content p:last-child,.inner-block-content ul:last-child,.inner-block-content ol:last-child{margin-bottom:0;}.inner-block-content ol{padding-left:2.5em;}.inner-block-content ul ul{margin-top:0.35em;}.inner-block-content ul li{margin:0;padding:0 0 0 15px;}.inner-block-content ul li+li,.inner-block-content ol li+li{margin-top:8px;}.inner-block-content p,.inner-block-content ul li,.inner-block-content ol li{line-height:1.6;}.half-img-left{margin:0 0 0 calc(((100vw - var(--content-width)) / 2) * -1);}.half-img-right{margin:0 calc(((100vw - var(--content-width)) / 2) * -1) 0 0;}.elementor-editor-active .elementor-invisible,.elementor-editor-preview .elementor-invisible{visibility:visible;}.elementor-lightbox footer .elementor-slideshow__title,.wpcf7-form-control-wrap span.wpcf7-not-valid-tip,.elementor-widget-media-carousel .swiper-slide-shadow-left,.elementor-widget-media-carousel .swiper-slide-shadow-right,#header-block .sub-arrow{display:none!important;}

body {
  font-family: "Google Sans", sans-serif;
}

.elementor-editor-active .elementor-invisible,
.elementor-editor-preview .elementor-invisible {
  visibility: visible;
}

.custom-ham-btn {
  width: 90px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  padding-right: 20px;  
}
.custom-ham-line {
  height: 3px;
  background: #ffffff;
  border-radius: 1px;
  transition: all .4s cubic-bezier(.76,0,.24,1);
}

.custom-ham-line:nth-child(1) { width: 30px; }
.custom-ham-line:nth-child(2) { width: 20px; }
.custom-ham-line:nth-child(3) { width: 25px; }
.custom-ham-btn.open .custom-ham-line:nth-child(1) { width: 28px; transform: rotate(45deg) translate(5px,5px); }
.custom-ham-btn.open .custom-ham-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.custom-ham-btn.open .custom-ham-line:nth-child(3) { width: 28px; transform: rotate(-45deg) translate(5px,-5px); }

#custom-mob-ham,
.custom-mob-close {
  touch-action: manipulation;
}

.custom-mob-menu {
  position: fixed; inset: 0;
  font-family: "Poppins", sans-serif;
  background:
    radial-gradient(circle at 85% 8%, rgba(16,72,150,.22) 0%, transparent 45%),
    radial-gradient(circle at 15% 95%, rgba(10,35,66,.5) 0%, transparent 45%), #071A33;
  transform: translateX(100%);
  transition: transform .55s cubic-bezier(.76,0,.24,1);
  z-index: 2000000001;
  display: flex; flex-direction: column;
  overflow: hidden;
}
.custom-mob-menu.open { transform: translateX(0); }

.custom-mob-stripe {
  height: 3px;
  background: #104896;
  flex-shrink: 0;
}

.custom-mob-top {
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 26px;
  flex-shrink: 0;
  position: relative; z-index: 2
}
.custom-mob-logo {
  height: 42px; width: auto; display: block;
  filter: brightness(0) invert(1);
  opacity: .9;
}

.custom-mob-close {
  width: 42px; height: 42px; border-radius: 50%;
  background: #104896; border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .25s;
}
.custom-mob-close:hover { background: #0D3A78; }
.custom-mob-close svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 2; }

.custom-mob-panels {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}
.custom-mob-panels::-webkit-scrollbar { display: none; }

.custom-mob-main { display: flex; flex-direction: column; padding: 8px 0; }

.custom-mob-heading {
  padding: 18px 26px 8px;
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.18); flex-shrink: 0;
}

.custom-mob-item-wrap {
  display: flex; flex-direction: column;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.custom-mob-item-wrap:last-child { border-bottom: none; }

.custom-mob-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 26px; height: 60px; cursor: pointer; flex-shrink: 0;
  transition: background .2s; text-decoration: none;
}
.custom-mob-item-wrap.open > .custom-mob-item { background: rgba(16,72,150,.18); }

.custom-mob-item-txt {
  font-size: 22px; font-weight: 600; letter-spacing: .01em;
  color: rgba(255,255,255,.82)!important; transition: color .2s; line-height: 1;text-transform: uppercase;
  text-decoration: none;margin-bottom: -5px;
}
.custom-mob-item:hover .custom-mob-item-txt,
.custom-mob-item-wrap.open > .custom-mob-item .custom-mob-item-txt { color: #6FB6FF!important; }

.custom-mob-item-right { display: flex; align-items: center; }
.custom-mob-arr-link svg { width: 8px; height: 8px; stroke: rgba(255,255,255,.22); }
.custom-mob-arr-chevron svg {
  width: 12px; height: 8px; stroke: rgba(255,255,255,.28);
  transition: transform .35s cubic-bezier(.76,0,.24,1);
}
.custom-mob-item-wrap.open > .custom-mob-item .custom-mob-arr-chevron svg { transform: rotate(180deg); }

.custom-mob-acc {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.76,0,.24,1);
  background: rgba(0,0,0,.3);
}
.custom-mob-item-wrap.open .custom-mob-acc { max-height: 900px; }

.custom-mob-sub-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 26px 0 38px; height: 50px;
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .2s; text-decoration: none;
}
.custom-mob-sub-item:last-child { border-bottom: none; }

.custom-mob-sub-item-txt {
  font-size: 18px; letter-spacing: .02em;
  color: rgba(255,255,255,.62)!important; transition: color .2s;
  margin-bottom: -4px;
}
.custom-mob-sub-item:hover .custom-mob-sub-item-txt { color: rgba(255,255,255,.88)!important; }
.custom-mob-sub-arr svg { width: 7px; height: 7px; stroke: rgba(255,255,255,.18); }

.custom-mob-sub-wrap {
  display: flex; flex-direction: column;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.custom-mob-sub-wrap:last-child { border-bottom: none; }
.custom-mob-sub-wrap .custom-mob-sub-item { border-bottom: none; }
.custom-mob-sub-wrap.open > .custom-mob-sub-item { background: rgba(16,72,150,.15); }
.custom-mob-sub-wrap.open > .custom-mob-sub-item .custom-mob-sub-item-txt { color: #6FB6FF; }
.custom-mob-sub-wrap.open .custom-mob-arr-chevron svg { transform: rotate(180deg); }

.custom-mob-nested {
  max-height: 0; overflow: hidden;
  transition: max-height .35s cubic-bezier(.76,0,.24,1);
  background: rgba(0,0,0,.35);
}
.custom-mob-sub-wrap.open .custom-mob-nested { max-height: 400px; }

.custom-mob-nested-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 26px 0 52px; height: 42px;
  border-bottom: 1px solid rgba(255,255,255,.03);
  text-decoration: none; transition: background .2s;
}
.custom-mob-nested-item:last-child { border-bottom: none; }
.custom-mob-nested-item-txt {
  font-size: 16px; letter-spacing: .02em;
  color: rgba(255,255,255,.62)!important; transition: color .2s;
}
.custom-mob-nested-item:hover .custom-mob-nested-item-txt { color: rgba(255,255,255,.75)!important; }
.custom-mob-nested-arr svg { width: 6px; height: 6px; stroke: rgba(255,255,255,.2); }

.custom-mob-footer {
  padding: 18px 26px;
  display: flex; align-items: center; justify-content: space-between;
  flex-shrink: 0;
}
.custom-mob-phone { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.custom-mob-phone-icon {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(16,72,150,.22);
  border: 1px solid rgba(111,182,255,.35);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.custom-mob-phone-icon svg { width: 13px; height: 13px; stroke: #6FB6FF; }
.custom-mob-phone-info { display: flex; flex-direction: column; gap: 0; }
.custom-mob-phone-label {
  font-size: 8px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.22);
}
.custom-mob-phone-num {
  font-size: 14px; letter-spacing: .04em;
  color: rgba(255,255,255,.7); transition: color .2s;
}
.custom-mob-phone:hover .custom-mob-phone-num { color: #6FB6FF; }

.custom-mob-quote {
  display: flex; align-items: center; gap: 7px;
  padding: 12px 16px;
  background: #104896; border-radius: 40px;
  text-decoration: none; transition: all .25s; flex-shrink: 0;
}
.custom-mob-quote:hover { background: #0D3A78; transform: translateY(-1px); }
.custom-mob-quote-txt {
  font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; white-space: nowrap;
  margin-bottom: -3px;
}
.custom-mob-quote svg { width: 10px; height: 10px; stroke: rgba(255,255,255,.8); flex-shrink: 0; }

/* Menu Icons circles — dark theme version of the desktop tiles */
.custom-mob-sub-ic {
  width: 32px; height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(111,182,255,.12);
  display: grid; place-items: center;
  color: #6FB6FF;
  margin-right: 12px;
}
.custom-mob-sub-ic svg,
.custom-mob-sub-ic img { width: 16px; height: 16px; display: block; }
.custom-mob-sub-item { justify-content: flex-start; }
.custom-mob-sub-item .custom-mob-sub-item-txt { flex: 1 1 auto; }
.custom-mob-sub-item:hover .custom-mob-sub-ic { background: #104896; color: #fff; }

@media (hover: hover) {
  .custom-mob-item:hover { background: rgba(16,72,150,.1); }
  .custom-mob-sub-item:hover { background: rgba(16,72,150,.08); }
  .custom-mob-nested-item:hover { background: rgba(16,72,150,.06); }
}
.custom-mob-item:active { background: rgba(16,72,150,.1); }
.custom-mob-sub-item:active { background: rgba(16,72,150,.08); }
.custom-mob-nested-item:active { background: rgba(16,72,150,.06); }



/* Add your custom styles here */
.output-div {
  margin-top: 10px;
}
.output-div input {
  border-radius: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 10px;
  color: #13429A;
}

.resultT {
	color:#000 !important
}
.submitarea {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;  
  padding: 25px 0 10px;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;    
}
.qwrapper {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
}
.wrapperinner {
	box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
	border-radius: 13px;
    overflow: hidden;
	background: #0C2534;
}
.qname{
	color: #394c6b;
    font-size: 25px;
    line-height: 36px;
    font-weight: bold;
}
.qnext{
	padding-left:5px
}
.qtitle{
    color: #fff;
    font-size: 22px;
	font-weight:bold;
}
.qcount{
	color:#fff
}
.leftside{
    font-size: 20px;
	width:30%;
	float:left;
	padding: 50px 20px;
	text-align:center
}
.qarea{
	width:70%;
	float:left;
	min-height:293px;
	background:#fff;
    padding: 40px 20px 20px;
    text-align: center;
}
.qnext1{
	text-align:right
}
.qnext{
	background:#fff;
	padding:20px;
}
.qwrapper .nextbtn {
  background: #0C2534;
  color: #fff;
  padding: 12px 45px;
  font-weight: 600;
  border-radius: 35px;
  font-size: 16px;
  float: right;
}
.qwrapper .nextbtn:hover { 
	background: #13429A;
}
.qwrapper .backbtn {
	background: #13429A;
    color: #fff;
    padding: 10px 35px;
    font-weight: 600;
    border-radius: 20px;
    font-size: 15px;
	float:left;
}
.qwrapper .backbtn:hover {  
	background:#0C2534;
}
.qoptions{
	padding: 10px 0px;
}
.qoptions label{
  font-size: 18px;
  font-weight: 600;
  padding: 12px 45px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin: 0px 12px;
  display: inline-block;
  cursor: pointer;
  border:1px solid transparent;
  border-radius:5px
}

label.qactive{
	border: 1px solid transparent;
	color: #fff;
	background: #0d2534;
}

.qarea > div,
.hidden-fields {
  display: none;
}

.count2{
	display:none
}
.count3{
	display:none
}
.count4{
	display:none
}
.count5{
	display:none
}
.count6{
	display:none
}
.count7 {
	display:none
}
.count8 {
	display:none
}
.count9 {
	display:none
}
.count10 {
	display:none
}
.qwrapper button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.resultbox{
	display:none;
	padding:40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background: #fff;
    margin: 0 auto;
    border-radius: 10px;
	max-width: 900px;
    width: 100%;
    text-align: center;
}


.formrow {
	padding:10px 0px;
}
.formrow .wpcf7-not-valid-tip {
  display: none;
}
.formrow p {
  margin-bottom: 0;
}

.formrow input:not([type="submit"]) {
	padding: 8px 15px;
	width:100%;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    font-size: 18px;
}
.formrow input.wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7 .resultbox textarea::moz-placeholder,
.wpcf7 .resultbox input::moz-placeholder,
.wpcf7 .resultbox select::moz-placeholder {
  color: #2d2d2d!important;
}
.wpcf7 .resultbox textarea::-webkit-input-placeholder,
.wpcf7 .resultbox input::-webkit-input-placeholder,
.wpcf7 .resultbox select::-webkit-input-placeholder {
  color: #2d2d2d!important;
}
.wpcf7 .resultbox textarea::placeholder,
.wpcf7 .resultbox input::placeholder,
.wpcf7 .resultbox select::placeholder {
  color: #2d2d2d!important;
}
.wpcf7 form.invalid .resultbox .wpcf7-response-output, 
.wpcf7 form.unaccepted .resultbox .wpcf7-response-output {
  background-color: red;
}
.wpcf7 form.sent .resultbox .wpcf7-response-output {
  padding: 0;
}
.wpcf7 form .resultbox .wpcf7-response-output {
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-align: center!important;
  line-height: normal;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  margin-top: 15px;
}
.row50{
	width:50%;
	float:left
}
.rowleft{
	padding-right:15px;
}

.rowright{
	padding-left:15px;
}

.grecaptcha-badge {visibility: hidden;opacity: 0;}
.formsubmit {
  margin-top: 20px;
}
.formsubmit .wpcf7-spinner {
  position: absolute;
}
.formsubmit input,
.btn-proceed button {
	background: #394c6b !important;
    color: #fff!important;
    padding: 14px 40px;
    font-weight: 700;
    border: 0;
    border-radius: 100px;
    font-size: 16px;
    outline: 0!important;
}
.btn-proceed p {
  margin-bottom: 0;
}
.critical .resultdesc,
.atrisk .resultdesc {
  background-color: red;
  color: #fff;
}
.doinggreat .resultdesc {
  background-color: #f89c24;
  color: #fff;  
}
.Perfect .resultdesc {
  background-color: green;
  color: #fff;
}
.resultdesc {
  padding: 25px 30px;
}
.resultdesc p {
  margin-bottom: 0;
}
.result-heading {
  margin-bottom: 10px;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;  
}
.result-heading span {
  display: none;
}
.Perfect,
.doinggreat,
.atrisk,
.critical {
  font-weight: bold;
  font-size: 27px;
  line-height: 37px;
  display:none;
}
.clear {
	clear:both
}

.form-heading {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-top: 20px;  
}

#hmw_container {
  position:fixed;
  z-index: 9999;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%
}

#hmw_hide {
    background-color: #0056a1;
    -webkit-box-shadow: 0px -2px 9px -1px rgba(0,0,0,.43);
    box-shadow: 0px -2px 9px -1px rgba(0,0,0,.43);
    float: none;
    color: #fff;
    text-align: center;
    padding: 13px 10px 12px;
    text-transform: uppercase;
    cursor: pointer;
    font: 700 18px "Montserrat", Sans-serif;
    letter-spacing: 1px;
    position: relative;
}

#hmw_container .vertical {
  -webkit-writing-mode: horizontal-tb;
  -moz-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  text-orientation: sideways;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  white-space: nowrap;
  display: flex;
  bottom: 0;
  width: auto;
  align-items: center;
  justify-content: center;  
  word-spacing: 1px;
}

@media (max-width: 950px) { 
  .qwrapper {
    width: 100%;
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .leftside,
  .qarea {
    float: none;
    width: 100%;  
  }
  
  .leftside {
    padding: 20px 20px 5px;
  }  
  .qarea {
    padding: 20px 15px 14px;
  }  
  .qname {
    font-size: 21px;
    line-height: 29px;
  }  
  .qoptions label {
    font-size: 15px;
    padding: 11px 22px;
    margin: 0px 4px;  
  }  
  .qnext {
    padding: 0;
  }    
  .resultbox {
    padding: 18px 20px 22px;
  }  
  .formrow input:not([type="submit"]) {
    padding: 9px 15px;
    font-size: 15px ; 
  } 
  .rowleft {
    padding-right: 5px;
  }  
  .rowright {
    padding-left: 5px;
  }
  .formsubmit {
    margin-top: 8px;
  }
    
  .resultdesc {
    padding: 21px 15px 18px;
  }  
  .result-heading {
    margin-bottom: 12px;
    font-size: 30px;
    letter-spacing: 0px;
  }  
  
  .Perfect,
  .doinggreat,
  .atrisk,
  .critical,
  .form-heading {
    font-size: 20px;
    line-height: 27px;
  }  
    
  .Perfect .resultdesc p,
  .doinggreat .resultdesc p,
  .atrisk .resultdesc p,
  .critical .resultdesc p {
    margin-bottom: 0;
  }  
    
  .submitarea {
    font-size: 16px;
    line-height: 25px;
    padding: 14px 10px 0px;  
  }  
    
  .qwrapper .nextbtn {
    font-size: 14px;
    padding: 10px 35px;  
  } 
  .resultT {
    font-size: 23px;
    margin-bottom: -7px;
    display: block;
  }  
    
  body {
    padding-bottom: 47px;
  }
  body.page-id-1077 {
    padding-bottom: 0;  
  }
  body.elementor-page-1077 .site-main {
    height: auto;
    padding-top: 100px;
  }  
  body.page-id-1077 #hmw_container {
    display: none;
  }
    
}