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

@font-face {
  font-family: Switzer; /* set name */
  font-weight:900;
  src: url(./assets/fonts/Switzer-Black.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:900;
  font-style:italic;
  src: url(./assets/fonts/Switzer-BlackItalic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:700;
  src: url(./assets/fonts/Switzer-Bold.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:700;
  font-style:italic;
  src: url(./assets/fonts/Switzer-BoldItalic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:800;
  src: url(./assets/fonts/Switzer-Extrabold.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:800;
  font-style:italic;
  src: url(./assets/fonts/Switzer-ExtraboldItalic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:200;
  src: url(./assets/fonts/Switzer-Extralight.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:200;
    font-style:italic;
  src: url(./assets/fonts/Switzer-ExtralightItalic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:400;
      font-style:italic;
  src: url(./assets/fonts/Switzer-Italic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:400;
  src: url(./assets/fonts/Switzer-Regular.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:300;
  src: url(./assets/fonts/Switzer-Light.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:500;
  src: url(./assets/fonts/Switzer-Medium.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:500;
        font-style:italic;

  src: url(./assets/fonts/Switzer-MediumItalic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:600;
  src: url(./assets/fonts/Switzer-Semibold.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:600;
          font-style:italic;

  src: url(./assets/fonts/Switzer-SemiboldItalic.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:100;
  src: url(./assets/fonts/Switzer-Thin.woff); /* url of the font */
}
@font-face {
  font-family: Switzer; /* set name */
  font-weight:100;
font-style:italic;
  src: url(./assets/fonts/Switzer-ThinItalic.woff); /* url of the font */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    font-family: "Switzer", sans-serif !important;

}

body ,* {
  font-family: "Switzer", sans-serif;
}
img{
	width:100%;
	height:auto;
}
.topHeader{
    background-color:#fff;
    *{
        color:#000;
    }
    a{
        background-color: #f3feff;
        color: #000;
        border-radius: 30px;
        padding: 4px 13px;
        display: inline-block;
        text-decoration: none;
        margin-left: 10px;
        border: 1px #8fc0ff solid;
        font-size: 12px;
    }
    p{
        margin-bottom:0;
		font-size:14px;
    } 
}
.case_back {
    color: #fff;
    display: flex; 
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none;
	svg path{
		fill: #fff;
	}
	&:hover{
		color:#fff;
		opacity:0.9;
	}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1170px;
  }

}
@media (min-width: 540px) {
  .container {
    max-width: 1170px;
  }
}
.topHeader {
  border-bottom: 1px #eeeeee2e solid;
  padding: 7px 0;
}
.topHeader .phoneOptions,
.topHeader .registerOptions {
  display: flex;
  list-style: none;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
.topHeader .phoneOptions li a,
.topHeader .registerOptions li a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 7px;
  display: block;
  text-transform: uppercase;
}
.topHeader .phoneOptions li a:hover,
.topHeader .registerOptions li a:hover {
  color: #565535;
}
.topHeader .phoneOptions li a:hover path,
.topHeader .registerOptions li a:hover path {
  stroke: #565535;
}
.topHeader .phoneOptions li:nth-child(1) a,
.topHeader .registerOptions li:nth-child(1) a {
  padding-left: 0;
}
.topHeader .phoneOptions li:last-child a,
.topHeader .registerOptions li:last-child a {
  padding-right: 0;
}
.topHeader .phoneOptions svg,
.topHeader .registerOptions svg {
  height: 20px;
  width: 20px;
}

.registerOptions {
  justify-content: flex-end;
}
.registerOptions li a {
  color: #fff !important;
  background-color: #565535;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 4px;
  border: 1px #565535 solid;
}
.registerOptions li a svg path {
  stroke: #fff;
}
.registerOptions li a:hover {
  background-color: transparent;
  color: #000 !important;
}
.registerOptions li a:hover svg {
  fill: #000 !important;
}

/* .menuHeader:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #001723;
} */
.menuHeader {
        backdrop-filter: blur(20px);
    background-color: #0aa7ee0a;
    padding: 11px 0;
    position: relative;
}
#quadmenu.quadmenu-default_theme{
background-color: transparent !important;
}
#quadmenu.quadmenu-default_theme.quadmenu-sticky-top {
    background-color: #0017237d !important;
    backdrop-filter: blur(42px);
}
#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover, #quadmenu.quadmenu-default_theme .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open {
    background-color: transparent;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu {
    background-color: rgb(0 23 35 / 98%);
    backdrop-filter: blur(1px);
    border: 1px #eeeeee2e solid;
    max-width: 1035px;
    margin: 0 auto;
    border-radius: 30px;
}

.logoBox img {
  max-width: 120px;
}

.MenuUl {
  display: flex;
  gap: 25px;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: flex-end;
}
.MenuUl * {
  transition: 0.3s ease-in-out all;
}
.MenuUl li {
  position: relative;
  list-style: none;
}
.MenuUl li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 6px;
}
.MenuUl li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight:   700;
  text-transform: uppercase;
}
.MenuUl li a i {
    margin-right: 4px;
}
.MenuUl li a:hover {
  color: #565535;
}
.MenuUl li a:hover svg {
  fill: #565535;
}
.MenuUl li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  background-color: #fff;
  top: 100%;
  border: 1px #eee solid;
  min-width: 220px;
  margin-bottom: 0;
  padding-left: 0;
  transform: translateY(-10px);
  z-index: 99;
}
.MenuUl li > ul li a {
  font-size: 16px;
  padding: 10px 10px;
  display: block;
  border-bottom: 1px #eee solid;
}
.MenuUl li > ul li:last-child a {
  border-bottom: 0;
}
.MenuUl li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.siteFooter {
  padding: 60px 0 30px 0px;
}

.footerBox h4.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footerBox ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footerBox ul li {
  line-height: 2;
}
.footerBox ul li a {
  color: #565535;
  text-decoration: none;
}
.footerBox p,
.footerBox li {
  font-size: 16px;
  font-family: "Mulish", "Barlow", sans-serif;
}

.hamMenu {
  display: none;
}

.smallShow {
  display: none;
}
.breadcum ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 15px;
}
.breadcum ul * {
    color: #fff;
}
.breadcum ul li:after {
    content: '|';
    padding-left: 15px;
}
.breadcum ul li:last-child:after {
    display:none;
}
.testimonail-iconBox img{
    height:50px;
    width:50px;
    object-fit:cover;
}
.h-fixed img{
	height:250px;
	object-fit:cover;
}
.elementor-widget .elementor-icon-list-item.elementor-inline-item{
	margin-bottom:10px;
}
div.wpforms-container-full:not(:empty) {
    margin-top: 0;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea{
	width:100%;
	max-width:100%;
}
.whatsAppIcon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(77, 194, 71) !important;
    text-align: right;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 14px;
    right: 16px;
}
.crossBtn{
	display:none;
}
.bannerVideo:after {
    content: '';
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.revieIocn{
	svg{
		height:18px;
	}
}
.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
    margin-bottom: 0;
}
#fluentform_2 fieldset {
    display: flex;
    gap: 10px;
}
.ff-el-group.ff-el-form-hide_label {
    margin-bottom: 0 !important;
}
.ff-el-group.ff-el-form-hide_label {
    flex: 1;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
	    background: linear-gradient(90deg, #35B8F3 0%, #50C2F6 50%, #60C8F9 100%) !important;
    outline: 2px #8fdbff solid !important;
    outline-offset: 2px;
}
.outlinedBox{
	    outline: 2px #8fdbff solid !important;
    outline-offset: 2px;
	border-radius:8px;
}
.videoHolder{
	cursor:pointer;
}
.videoHolder iframe{
    border-radius:15px;
}
span.quadmenu-item-content .quadmenu-text >  div {
    display: flex;
    align-items: center;
    gap: 10px;
}
span.quadmenu-item-content .quadmenu-text >  div  img{
	max-width:60px;
}
span.quadmenu-item-content .quadmenu-text >  div {
	font-size:15px;
	p{
		font-size:12px;
		margin-top:5px;
		margin-bottom:0;
	}
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item:not(.quadmenu-item-type-tab):not(:last-child):not(:only-child) > a {
    border-color: #f4f4f41f;
}
header.siteHeader {
    position: relative;
    z-index: 12;
}
	body ul li.buttonBox a {
		
        box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.15) 0px -1px 0px 0px inset;
		background: linear-gradient(
  90deg,
  #35B8F3 0%,
  #50C2F6 50%,
  #60C8F9 100%
) !important;
    background-repeat: no-repeat, repeat !important;
    background-attachment: scroll, scroll !important;
    flex: 0 auto;
    order: 0;
    align-self: auto !important;
    width: auto;
    min-width: auto;
    padding: 1rem 1rem 1rem 0.8rem !important;
    display: block;
    border-radius: 4px !important;
    outline: 2px #8fdbff solid !important;
		outline-offset:2px;
}
#quadmenu:before, #quadmenu:after, #quadmenu .quadmenu-container:before, #quadmenu .quadmenu-container:after, #quadmenu .quadmenu-navbar-header:before, #quadmenu .quadmenu-navbar-header:after, #quadmenu .quadmenu-navbar-collapse:before, #quadmenu .quadmenu-navbar-collapse:after{
	display:none;
}
body ul li.buttonBox a:hover{
	opacity:0.9 !important;
}
.hueFilter{
	    filter: hue-rotate(315deg);
    aspect-ratio: .843137;
}
.hueFilterright{
	    filter: hue-rotate(315deg);
    aspect-ratio: .627966;
}
.overflow-hidden{
	overflow:hidden;
}
.ff-message-success {
    border: 0;
    box-shadow: unset;
    text-align: center;
}
div#gallery-1 img {
    max-width: 110px;
}
#quadmenu .quadmenu-container {
    max-width: 1140px;
}
#quadmenu.quadmenu-default_theme.quadmenu-is-horizontal.js .quadmenu-navbar-nav > li.quadmenu-item{
	height:40px !important; 
}
.swiperChnage  {
    .swiper-wrapper {
        transition-timing-function: linear;
    }
	.swiper-slide-inner img {
    height: 150px;
    object-fit: contain;
    padding: 20px;
    background-color: #0000002e;
		height:70px;
               background-color: transparent;
    background-image: linear-gradient(3deg, #0F1D5070 0%, #FFFFFF00 100%);
		    box-shadow: 0px 0px 5px 0px rgba(0, 118.63043478260863, 255, 0.43);
		border-radius:8px;
}
}
.bgBlur{
	               background-image: linear-gradient(3deg, #0F1D5070 0%, #FFFFFF00 100%);
        box-shadow: 0px 0px 5px 0px rgba(0, 118.63043478260863, 255, 0.43);
	        background-color: transparent;
}
.heightIocn {
    height: 68px;
    width: 68px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

#quadmenu.quadmenu-default_theme .quadmenu-navbar-brand > img {
    height: 35px !important;
}
.strikeBox del{
	    color: #ffffffa6;
    text-decoration: line-through;
}
.imgFold  img{
	min-width:80px;
	min-height:80px;
}
.e-n-accordion-item {
    border-radius: 8px;
    overflow: hidden;
}
section.holderCntainer {
padding-top: 120px;
    padding-bottom: 40px;
    background-color: #000;
    margin-top: -75px;
	&:after{
		    content: '';
    background-image: url(/wp-content/uploads/2026/01/whitedark.svg);
    --background-overlay: '';
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
	}
	.container{
		z-index:1;
		position:relative;
	}
        h1{
    font-size: 64px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8FC0FF;
			
    background: linear-gradient(135deg, #8FC0FF 0%, #8FFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
        }
        h2{
            font-size: 42px;
    font-weight: 600;
    color: #8FC0FF;
    margin-bottom:20px;
        }
        .shortDesp,.shortDesp p{
                text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
        }
        
}
.customButtonHolder{
    margin-top:30px;
}
.openPopup{
text-decoration:none;
	max-width:375px;
	width:375px;
	text-align:center;
	display:block;
    .headBtnTitle{
    font-weight: 500;
    display:block;
    color:#fff;
		            font-size: 18px;
		background: linear-gradient(90deg, #35B8F3 0%, #50C2F6 50%, #60C8F9 100%) !important;
    background-repeat: no-repeat, repeat !important;
    background-attachment: scroll, scroll !important;
    font-weight: 400;
		    padding: 1rem 1rem 1rem 0.8rem !important;
		    border-radius: 4px !important;
    outline: 2px #8fdbff solid !important;
    outline-offset: 2px;
		width:100%;
		    padding: 12px 20px 12px 20px;
		margin-bottom:7px;
    }
    .spanBtnText{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.1px;
		    color: var(--e-global-color-primary);
		    line-height: 1.3em;
		display:block;
    }
    &:hover{
        opacity: 0.9;
    }
}
.subntitleHolder{
    padding: 7px 15px 7px 15px;
    z-index: 1;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FDFDFD0F;
    border-radius: 70px 70px 70px 70px;
    box-shadow: 0px 10px 10px -1px rgba(200.4632608695652, 228.62070793950846, 249.9, 0.12);
	color:#fff;
	display:inline-block;
	margin-bottom:20px;
}
.listBox{
    p,li{
        text-decoration:none;
        color:#fff;
        margin-bottom:20px;
        font-size:16px;
    }
}
.listBox ul{
    margin-left:0;
    padding-left:0;
}
.listBox li {
    list-style: unset;
    position: relative;
    padding-left: 0;
    margin-left: 20px;
}

/* .listBox li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-2.4 -2.4 28.80 28.80' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0' transform='translate(4.199999999999999,4.199999999999999), scale(0.65)'%3E%3Crect x='-2.4' y='-2.4' width='28.80' height='28.80' rx='14.4' fill='%234ea8c6' strokewidth='0'%3E%3C/rect%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.096'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 35px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;

} */
.case-studies-pagination:empty {
    display: none;
}
.ff-message-success {
    border: 0;
    box-shadow: unset;
}
body.admin-bar .dialog-lightbox-widget{
	z-index:9999999999999999;
}
body {
	#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item.open > a > .quadmenu-item-content > .quadmenu-caret {
    background-color: #001723;
}
	#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu li.quadmenu-item > a {
    border-color: #f4f4f417;
}
	#quadmenu.quadmenu-default_theme .quadmenu-navbar-nav .quadmenu-dropdown-menu{
		background-color:transparent;
	}
}
.elementor-icon-box-title a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.textGradient h2{
  background: linear-gradient(135deg, #8FC0FF 0%, #8FFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.iconBox .elementor-icon svg {
    z-index: 1;
    background-color: #fff;
    border: 1px solid #3c1bbf33;
    border-radius: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    display: flex;
    position: relative;
	padding:10px;
}
.iconBox:after {
    content: '';
    height: 2px;
    width: 153%;
    position: absolute;
    top: 28px;
        right: -30%;
    border-bottom: 2px rgba(255,255,255,0.3) dashed;
}
.w-100 img{
	width:100% !important;
	max-width:100% !important; 
}
.holderCntainer img {
    max-width: 450px;
    object-fit: contain;
    object-position: center;
}
.ebook-thumb {
    text-align: center;
	img{
		max-width:150px !important;
	}
}
@media(min-width:768px){
    .sticky{
        height:max-content;
        top:5rem;
        position:sticky;
    }
	#quadmenu .quadmenu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
@media(min-width:1024px){
	.buttonBox {
    	padding-left: 200px !important;
	}
}
@media(max-width:767px){
	.buttonBox .quadmenu-item-content{
		padding:0 !important
	}
	.buttonBox {
    padding: 7px 30px !important;
}
	section.holderCntainer {
		h1,h2{
			font-size:32px;
		}
		.shortDesp, .shortDesp p{
			font-size:16px;
			text-align:center;
		}
		img{
			margin-top:35px;
			max-width:250px;
		}
		.listBox {
			p, li {
				font-size:14px;
			}
		}
		.listBox{
			li{
				padding-left: 25px;
				&:before{
					height: 20px;
    				width: 20px;
					background-size: 20px;
				}
			}
		}
	}
	.openPopup {
		padding:10px 15px;
		width:100%;
		.headBtnTitle {
			font-size:18px;
		}
		.spanBtnText{
			font-size:12px;
		}
	}
}
@media (max-width: 991px) {
	
	.MenuUl ul.sub-menu {
    position: unset !important;
		display:none;
}
	.MenuUl li:hover > ul.sub-menu{
		display:block;
	}
  .MenuUl {
    display: block;
	  position:fixed;
	  top:0;
	  left:-300px;
	  height:100vh;
	  overflow-y:auto;
	  width:300px;
	          background-color: #fff;
	  z-index:9;
	          padding-top: 20px;
  }
	.MenuUl li a {
    padding: 15px;
    display: block;
}
	.crossBtn{
	display:block;
		        position: absolute;
        left: 320px;
        top: 9px;
}
	.crossBtn svg{
		height: 30px;
        width: 30px;
	}
  .hamMenu {
    display: block;
    font-size: 32px;
    text-align: right;
  }
	.MenuUl.show{
		left:0;
	}
  .smallHide {
    display: none;
  }
  .smallShow {
    display: block;
  }
  .menuHeader .registerOptions {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .menuHeader .registerOptions li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
  }
  .menuHeader .registerOptions li a svg {
    height: 20px;
    width: 20px;
  }
  .siteFooter {
    padding: 30px 0 20px 0px;
  }
  body .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item {
    max-width: 40%;
}
	
}
@media (max-width: 656px) {
  .topHeader .phoneOptions,
  .topHeader .registerOptions {
    gap: 0px;
  }
  .topHeader .phoneOptions li a,
  .topHeader .registerOptions li a {
    font-size: 14px;
  }
  .menuHeader .registerOptions li a {
    font-size: 14px;
  }
  div#gallery-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.imgFold .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
		align-items:center;
}
}
@media (max-width: 550px) {
  .phoneOptions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerBox {
    margin-bottom: 30px;
  }
  .footerBox h4.wp-block-heading {
    font-size: 20px;
  }
	a.quadmenu-navbar-brand.img {
    padding: 0 !important;
}
	#quadmenu.quadmenu-align-center .quadmenu-navbar-header .quadmenu-navbar-toggle, #quadmenu.quadmenu-align-right .quadmenu-navbar-header .quadmenu-navbar-toggle {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
	body ul li.buttonBox a {
    text-align: center !important;
    padding: 10px 30px !important;
    width: max-content !important;
}
	span.quadmenu-caret {
    padding: 0 !important;
    font-size: 20px !important;
}
	#quadmenu .quadmenu-navbar-toggle .icon-bar-top, #quadmenu .quadmenu-navbar-toggle .icon-bar-middle, #quadmenu .quadmenu-navbar-toggle .icon-bar-bottom {
    height: 2px !important;
    width: 24px !important;
}
	#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-bottom{
		bottom:7px;
	}
	#quadmenu .quadmenu-navbar-toggle.collapsed .icon-bar-container .icon-bar-top{
		top:7px;
	}
	.menuHeader{
		padding:0 ;
	}
	#quadmenu:not(.quadmenu-is-horizontal).quadmenu-mobile-shadow-show{
	box-shadow:unset !important;	
}
.quadmenu-navbar-collapse{
	    position: absolute !important;
    top: 60px  !important;
    width: 100%  !important;
    background-color: rgb(0, 0, 0)  !important;
    margin-left: -10px  !important;
	    background-image: url(https://manofyv1.glitchzen.com/wp-content/uploads/2026/01/whitedark.svg);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    background-blend-mode: color;
    width: calc(100% + 28px);
	padding:25px 0;
}
}
header.siteHeader, header.siteHeader *{
	transition:0.3s ease-in-out;
}
header.siteHeader.scrolled {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
	.topHeader{
		height:0;
		overflow:hidden;
		padding:0;
		opacity:0;
	}
	.quadmenu-badge-bubble{
		display:none !important;
	}
}

a.page-link {
    background-color: #fff;
    padding: 12px;
}
a.page-link:hover{
	 background-color: #fff;
	opacity:0.9;
}
.casestudiesSec .case-studies-pagination,.casestudiesSec .case-studies-filter-wrapper {
    display: none !important;
}
.elementor-heading-title {
    line-height: 1.3em;
}
.videoopacity video{
	opacity:0.1;
}
.opacity05 video{
	opacity:0.3;
}
a.quadmenu-navbar-brand.img {
    padding: 0 !important;
}
.outlineButton{
	outline: 2px #8fdbff solid !important;
    outline-offset: 2px;
	&:hover{
		opacity:0.9;
	}
}
.imageShadow img{
	background-image: linear-gradient(3deg, #0F1D5070 0%, #FFFFFF00 100%);
		    box-shadow: 0px 0px 5px 0px rgba(0, 118.63043478260863, 255, 0.43);
}
span.quadmenu-item-content img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
@media(max-width:768px){
	#quadmenu .quadmenu-container {
    max-width: 720px;
		padding-left:15px;
		padding-right:15px;
}
	.quadmenu-navbar-collapse {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px) !important;
}
	span.quadmenu-caret {
    right: 68px;
    width: 50px;
    background-color: transparent;
}
	    section.holderCntainer {
			h1, h2{
				text-align:center;
			}
	.subntitleHolder{
		text-align:center;
	}
	}
		
}