:root {
  --colContrast1: #00adad;
  --colContrast2: #008b9d;
  --gradBg: linear-gradient(30deg, var(--colContrast2), var(--colContrast1) );
  --gradBgInvert: linear-gradient(30deg, var(--colContrast1), var(--colContrast2) );
}


* {
    padding: 0;
    margin: 0;
}


}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline
	}
html{scroll-behavior:smooth}
body{line-height:1; overflow-x:hidden;}
a{text-decoration-skip-ink:auto}
a[href^="tel"]{color:inherit;text-decoration:none}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}
input[type="search"]{-webkit-appearance:textfield}
table{border-collapse:collapse;border-spacing:0}
th,td{padding:2px}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}




/***********************************************************************************/
/* INTRO END */





/***********************************************************************************/
/* Reflextion button */



.elementor-button{
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
	cursor: pointer;
}

.elementor-button::after{
	content:"";
    transition: all.2s ease-out;
    z-index: -2;
}

.elementor-button::after:hover {
	content:"";
    letter-spacing: .1em;
    color: #333;
	z-index:2; 
}


/*Creating the light source, this is the magic*/
.elementor-button::after{
    border: 0 solid #000;
    content: '';
    height: 155px;
    position: absolute;
    left: -75px;
    top: -50px;
    opacity: .8;
    transform: rotate(35deg);
    width: 50px;
    transition: all 1s cubic-bezier(.175, .52, .165, 1);
    z-index: 1;
}

/*Hover to cause the effect*/
.elementor-button:hover::after{
    background: #fff;
    border: 20px solid #000;
    opacity: 0;
    left: 120%;
    transform: rotate(40deg);
}



/***********************************************/

.gradBg {
	background: var(--gradBg); 
}

.gradBgInvert {
	background: var(--gradBgInvert); 
}


.gradBgBottom {
	background: var(--gradBg); 
	background-size: 90% 55%;
	background-position: left bottom;
	background-repeat: no-repeat;
}


.gradBgTop {
	background: var(--gradBg); 
	background-size: auto 50%;
	background-position: top;
	background-repeat: no-repeat;
}

.gradBgMiddle {
	background: var(--gradBg); 
	background-size: auto 50%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.85;
}




.fadeContainer::before{
    opacity:0 !important;
    transition:opacity 2s;
}.fadeCntainer::before{
}


/**********************************************/

 .fullWidthHeading {
	padding-left: clamp(10vw, calc(50vw - 600px), 30vw);
}



/*********************************************/
/* FORM */

.form {
	
}


.form input{
	
}

.wpforms-field-label {
	
}


.wpforms-required-label {
	color: var(--colContrast1);
}


input {
                    
                    box-sizing: border-box;
                    font-family: inherit;
                    font-size: 14px;
                    vertical-align: baseline;
                    font-weight: 400;
                    line-height: 1.29;
                    letter-spacing: .16px;
                    border-radius: 0;
                    outline: 2px solid transparent;
                    outline-offset: -2px;
                    width: 100%;
                    height: 40px;
                    border: none;
                    border-bottom: 1px solid #8d8d8d;
                    background-color: #f4f4f4;
                    padding: 0 16px;
                    color: #161616;
                    transition: background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);  
                    :focus{
                        outline: 2px solid #0f62fe;
                        outline-offset: -2px;
                    }        
}


input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance:none;
	display: inline;
	width:0;
	height:0;
	margin: 0 20px 0 0;
}

input[type='checkbox']:after {
	content: '';
	width: 12px;
	height: 12px;
	margin:0 0 0 2px;
	background-color: #fff;
	
	outline: 2px solid lightblue;
	box-shadow: none;
	font-size: 12px;     
	cursor: pointer;  
	
	position: absolute;
	top:8px;
	line-height: 12px;
	font-size:12px;
	font-weight: bold;
	padding-left:0.1rem
}

input[type='checkbox']:checked:after {
	content: '\2713';
	color: var(--colContrast2);
}


textarea {
                    
                    box-sizing: border-box;
                    font-family: inherit;
                    font-size: 14px;
                    vertical-align: baseline;
                    font-weight: 400;
                    line-height: 1.29;
                    letter-spacing: .16px;
                    border-radius: 0;
                    outline: 2px solid transparent;
                    outline-offset: -2px;
                    width: 100%;
                    height: 200px;
                    border: none;
                    border-bottom: 1px solid #8d8d8d;
                    background-color: #f4f4f4;
                    padding: 16px 16px;
                    color: #161616;
                    transition: background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);  
                    :focus{
                        outline: 2px solid #0f62fe;
                        outline-offset: -2px;
                    }
                
}

.pseudoHeader {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: semi-bold;
	color: var(--colContrast2);
}

.pseudoHeader2 {
	font-family: Courier Prime !important;
	font-size: 24px !important;
	font-weight: semi-bold !important;
	color: var(--colContrast2) !important;
}