/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/*FOR INTERACTIVE BACKGROUND PARTICLES

https://tympanus.net/Development/InteractiveParticlesSlideshow/

*/
.ip-slideshow-wrapper,
.ip-slideshow {
	position: relative;
	/*background: #f1c40f;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,8915c9+60,a11de0+100 */
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(30,87,153,1) 0%, rgba(137,21,201,1) 60%, rgba(161,29,224,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(30,87,153,1) 0%,rgba(137,21,201,1) 60%,rgba(161,29,224,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(30,87,153,1) 0%,rgba(137,21,201,1) 60%,rgba(161,29,224,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#a11de0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.ip-slideshow canvas {
    margin-top: 70px;
}

.ip-nav-left,
.ip-nav-right {		
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	z-index: 100;		
	position: absolute;
	border: 6px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;				
}
			
.ip-nav-left {
	left: 20px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
				
.ip-nav-right {
	right: 20px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

.ip-nav-left:hover, 
.ip-nav-right:hover {		
	background-color: rgb(255, 165, 0);
	cursor: pointer;
}

.ip-nav-left:after,
.ip-nav-right:after {
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'Lato', sans-serif;		
	font-size: 70px;
	line-height: 62px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
				
.ip-nav-left:after {		
	content: '<';						
}
				
.ip-nav-right:after {		
	content: '>';
}
	
.ip-nav-show {			
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 1;			
}


@media screen and (max-width: 991px) { 
	.hidden-md {
		display: none;
	}
}


@media screen and (max-width: 767px) {
	.ip-slideshow-wrapper,
	.ip-slideshow {
		height: 350px;
	}
	.ip-slideshow canvas {
	    margin-top: 20px;
	    height: 450px;
	    width: 100%;
	}
}/*ends max-width: 767px*/


/*for animated text*/
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css';
#collegium-content .slider-content  {
  padding-bottom: 33vh; 
  padding-top: 26vh;
}
#collegium-content h1, #collegium-content p {
    letter-spacing: 16px;
    line-height: 95px;
    font-size: 95px;
    font-family: "Poppins", Sans-serif, Arial, sans-serif !important;
    font-weight: bold;
    text-transform: uppercase;
}

#collegium-content .name .letter, #collegium-content .name .letter {
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 1000px) {
    #collegium-content .intro h1, header.main h1 {
        font-size: 5.3125rem;
        line-height: 6.3125rem;
        letter-spacing: 14px;
    }
}

@media screen and (max-width: 800px) {
    #collegium-content .intro h1, header.main h1 {
        font-size: 4.375rem;
        line-height: 5.375rem;
        letter-spacing: 10px;
    }
    #collegium-content .slider-content  {
      padding-bottom: 140px; 
      padding-top: 140px;
    } 
}

@media screen and (max-width: 600px) {
    #collegium-content .intro h1, header.main h1 {
        font-size: 2.875rem;
        line-height: 3.875rem;
        letter-spacing: 9px;
    }
    #collegium-content .slider-content  {
      padding-bottom: 100px; 
      padding-top: 100px;
    } 
}

@media screen and (max-width: 400px) {
    #collegium-content .intro h1, header.main h1 {
        font-size: 2rem;
        line-height: 2.85rem;
        letter-spacing: 2px;
    }
}

h1.tlt {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    margin-left: 10%;
    margin-right:10%;
    color: #fff;
    margin-top: 15px;
}

h1.tlt:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

h1.tlt.animated-underline:after {
    width: 100%;
    background: #fff;
}

#header-text-slider h1.static-title span {
    background: #D4AF37;
    padding-left:10px;
}

@media(min-width: 401px){
    h1.tlt {
        padding-bottom: 4px;
    }

    h1.tlt:after {
        height: 3px;
    }
}

@media(min-width: 601px){
    h1.tlt {
        padding-bottom: 5px;
    }

    h1.tlt:after {
        height: 4px;
    }
}

@media(min-width: 801px){
    h1.tlt {
        padding-bottom: 6px;
    }

    h1.tlt:after {
        height: 5px;
    }

    #header-text-slider h1.static-title span {
        padding-left:20px;
    }
}

@media(min-width: 1001px){
    h1.tlt {
        padding-bottom: 7px;
    }

    h1.tlt:after {
        height: 6px;
    }
}


/*CONTACT FORM STYLE*/
.spacer {
margin-bottom: 14px;
}
.contact_form select ,
.contact_form .select-class ,
.contact_form .spacer ,
.contact_form .wpcf7-form-control-wrap.subject ,
.contact_form .wpcf7-form-control-wrap.file-attachment {
width: 100%;
}
.contact_form .elementor-column.elementor-col-50 ,
.contact_form .elementor-column.elementor-col-100 {
padding-right: 10px;
padding-left: 10px;
}
.contact_form textarea {
height: 150px;
}
.button_row {
  position: relative;
}
.button_row input.wpcf7-form-control.wpcf7-submit {
width: 180px;
margin: 0 auto;
}
.button_row span.ajax-loader {
position: absolute;
right: 0;
}
.contact_form .wpcf7-form-control.wpcf7-submit {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #19BCCF;
    border-color: #19BCCF;
    position: relative;
    border-radius: 50px 50px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: -40px 0px 40px 0px #52DBEB inset;
}
.contact_form .wpcf7-form-control.wpcf7-submit span:after { 
    content: "";
    opacity: 0;
    width: auto;    
    background: url(/wp-content/uploads/2020/10/right-chevron.png) no-repeat center center;    
    position: absolute;
    right: 50px;
    top: 13px;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    transition: all .2s ease;
}
.contact_form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #52DBEB;
    border-color: #52DBEB;
    letter-spacing: 4px;
}
.contact_form .wpcf7-form-control.wpcf7-submit:hover span:after {
    opacity: 1; 
    width: 12px;
    height: 12px;
    right: 40px;
}

.elementor-row.button_row {
    text-align: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.contact_form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

#particle-slider .dg.ac ,
.dg.ac {
    display: none;
}

.mission_para {
    width: 95% !important;
    max-width: 100%;
    margin: 0 auto;
}


.has_fancy_border {
	position: relative;
}
.has_fancy_border:before ,
.has_fancy_border:after {
	position: absolute;
    width: 100px;
    height: 100px;
    border-color: #b7d2e6;
    border-style: solid;
    content: ' ';
}
.has_fancy_border:before {
    top: 60px;
    left: 10px;
    border-width: 4px 0 0 4px;
    border-top-left-radius: 80px;
}
.has_fancy_border:after {
    bottom: 60px;
    right:  10px;
    border-width: 0px 4px 4px 0;
    border-bottom-right-radius: 80px;
}


/*FOR PAVE BANNER*/
.pave-banner,
.tube-banner {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.pave-banner .elementor-background-overlay ,
.tube-banner .elementor-background-overlay,
.tube-banner .elementor-widget-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pave-banner .pave-banner-heading ,
.tube-banner .pave-banner-heading ,
.tube-banner .elementor-widget-heading {
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.tube-banner .elementor-widget-html ,
.tube-banner .elementor-widget-html canvas {
    height: 500px;
}
.pave-banner .pave-banner-heading ,
.tube-banner .tube-banner-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.fss-banner {
    height: 500px;
}

.pb_bg { position: relative; }
.pb_row { 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    position: absolute; left: 0; top: 0; z-index: 1; 
    height: calc(100% + 80px);
    top: -80px;
}
.fss-banner canvas {
    height: 100%;
}
.fss-banner .fss-banner-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.vc-energybackground-background-bg {
    background-color: #000;
}
#energybackground canvas {
    width: 100%;
}

form.eael-login-form {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
form.eael-login-form .svgContainer {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1em;
  border-radius: 50%;
  pointer-events: none;
}
form.eael-login-form .svgContainer div {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: 100%;
}
form.eael-login-form .svgContainer .mySVG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
form.eael-login-form .svgContainer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: inherit;
  height: inherit;
  box-sizing: border-box;
  border: solid 2.5px #217093;
  border-radius: 50%;
}
form.eael-login-form .inputGroup {
  margin: 0 0 2em;
  padding: 0;
  position: relative;
}
form.eael-login-form .inputGroup:last-of-type {
  margin-bottom: 0;
}
form.eael-login-form label {
  margin: 0 0 12px;
  display: block;
  font-size: 1.25em;
  color: #217093;
  font-weight: 700;
  font-family: inherit;
}
form.eael-login-form input[type='email'], 
form.eael-login-form input[type="text"], 
form.eael-login-form input[type="number"], 
form.eael-login-form input[type="url"], 
form.eael-login-form input[type="search"], 
form.eael-login-form input[type="password"] {
  display: block;
  margin: 0;
  padding: 0 12px;
  height: 40px;
  background-color: #f3fafd;
  border: solid 2px #217093;
  border-radius: 4px;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  color: #4D5C6D;
  font-weight: 400;
  font-family: inherit;
  -webkit-transition: box-shadow .2s linear, border-color .25s ease-out;
  transition: box-shadow .2s linear, border-color .25s ease-out;
}
form.eael-login-form input[type='email']:focus, 
form.eael-login-form input[type="text"]:focus, 
form.eael-login-form input[type="number"]:focus, 
form.eael-login-form input[type="url"]:focus, 
form.eael-login-form input[type="search"]:focus, 
form.eael-login-form input[type="password"]:focus {
  outline: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border: solid 2px #4eb8dd;
}
/*form.eael-login-form button {
  display: block;
  margin: 0;
  padding: .65em 1em 1em;
  background-color: #4eb8dd;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  width: 100%;
  height: 65px;
  font-size: 1.55em;
  color: #FFF;
  font-weight: 600;
  font-family: inherit;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
form.eael-login-form button:hover, form.eael-login-form button:active {
  background-color: #217093;
}*/
form.eael-login-form .inputGroup1 .helper {
  position: absolute;
  z-index: 1;
  font-family: inherit;
}
form.eael-login-form .inputGroup1 .helper1 {
  top: 0;
  left: 0;
  -webkit-transform: translate(1em, 2.2em) scale(1);
          transform: translate(1em, 2.2em) scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #217093;
  font-size: 1.55em;
  font-weight: 400;
  opacity: .65;
  pointer-events: none;
  -webkit-transition: opacity .2s linear, -webkit-transform .2s ease-out;
  transition: opacity .2s linear, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s linear;
  transition: transform .2s ease-out, opacity .2s linear, -webkit-transform .2s ease-out;
}
form.eael-login-form .inputGroup1.focusWithText .helper {
  -webkit-transform: translate(1em, 1.55em) scale(0.6);
          transform: translate(1em, 1.55em) scale(0.6);
  opacity: 1;
}
form.eael-login-form .inputGroup2 input[type="password"] {
  padding: .4em 1em .5em;
}
form.eael-login-form .inputGroup2 input[type="text"] {
  padding: .025em 1em 0;
}
form.eael-login-form .inputGroup2 #showPasswordToggle {
  display: block;
  padding: 0 0 0 1.45em;
  position: absolute;
  top: .25em;
  right: 0;
  font-size: 1em;
}
form.eael-login-form .inputGroup2 #showPasswordToggle input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
form.eael-login-form .inputGroup2 #showPasswordToggle .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: .85em;
  width: .85em;
  background-color: #f3fafd;
  border: solid 2px #217093;
  border-radius: 3px;
}
form.eael-login-form .inputGroup2 #showPasswordToggle .indicator:after {
  content: "";
  position: absolute;
  left: .25em;
  top: .025em;
  width: .2em;
  height: .5em;
  border: solid #217093;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
}
form.eael-login-form .inputGroup2 #showPasswordToggle input:checked ~ .indicator:after {
  visibility: visible;
}
form.eael-login-form .inputGroup2 #showPasswordToggle input:focus ~ .indicator, form.eael-login-form .inputGroup2 #showPasswordToggle input:hover ~ .indicator {
  border-color: #4eb8dd;
}
form.eael-login-form .inputGroup2 #showPasswordToggle input:disabled ~ .indicator {
  opacity: .5;
}
form.eael-login-form .inputGroup2 #showPasswordToggle input:disabled ~ .indicator:after {
  visibility: hidden;
}

.eael-lr-form-wrapper .eael-lr-form-group label ,
.eael-lr-form-wrapper .eael-forever-forget .forget-pass {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif, Arial, sans-serif !important;
    color: #666;
    margin-bottom: .25rem;
}
.eael-lr-form-group {
    position: relative;
}
.eael-lr-form-group label#showPasswordToggle {
    position: absolute;
    top: -28px;
    right: 0;
}
.eael-lr-form-wrapper .eael-forever-forget .forget-pass a ,
.eael-lr-footer .eael-sign-wrapper a.eael-lr-link  {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif, Arial, sans-serif !important;
    color: #666;
}

/*for contact bg*/
.contact_bg_wrap {
  -webkit-transform: skew(0,-7deg);
          -ms-transform: skew(0,-7deg);
              transform: skew(0,-7deg);
  position: absolute;
  left: 0;
  right: 0;
}
.contact_bg_wrap .stripe {
    position: absolute;
    height: 50px;
    top: auto;
}
.contact_bg_wrap .stripe.s1 {
  background-color: #6772e5;
  bottom: 0;
  left: 0;
  right: calc(100% - 35px);
}
.contact_bg_wrap .stripe.s2 {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(6%,#edf6ff),color-stop(23%,#edf6ff),color-stop(95%,#fff));
    background-image: linear-gradient(90deg,#edf6ff 6%,#edf6ff 23%,#fff 95%);
    bottom: 0;
    left: 355px;
    right: 600px;
}    
.contact_bg_wrap .stripe.s3 {
    background: #9cdbff;
    bottom: 0;
    left: calc(50% + 260px);
    right: 0;
}
.contact_bg_wrap .stripe.s4 {
    opacity: .16;
    background: #9cdbff;
    bottom: -50px;
    left: 0;
    right: calc(50% + 475px);
}
.contact_bg_wrap .stripe.s5 {
    background-color: rgba(0,0,0,.14);
    mix-blend-mode: soft-light;
    bottom: 200px;
    right: 0;
    width: 100px;
}
.contact_bg_wrap .stripe.s6 {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(rgba(0,0,0,.3)),to(transparent));
    background-image: linear-gradient(-90deg,transparent,rgba(0,0,0,.3),transparent);
    mix-blend-mode: soft-light;
    bottom: 100px;
    left: 53px;
    right: calc(50% + 40px);
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
.contact_bg_wrap .stripe.s7 {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(rgba(0,0,0,.3)),to(transparent));
    background-image: linear-gradient(-90deg,transparent,rgba(0,0,0,.3),transparent);
    mix-blend-mode: soft-light;
    bottom: 100px;
    left: calc(50% + 290px);
    right: 0;
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
.contact_bg_wrap .stripe.s8 {
    background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,.24)),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.24),hsla(0,0%,100%,0));
    mix-blend-mode: soft-light;
    bottom: 150px;
    left: 53px;
    right: calc(50% + 220px);
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes animate-stripe-8{
    0%{
        -webkit-transform:translateX(-350px);
        transform:translateX(-350px);
        opacity:0
    }
    30%{
        opacity:1
    }
    60%{
        -webkit-transform:translateX(200px);
        transform:translateX(200px);
        opacity:0
    }
    to{
        -webkit-transform:translateX(200px);
        transform:translateX(200px);
        opacity:0
    }
}
@keyframes animate-stripe-8{
    0%{
        -webkit-transform:translateX(-350px);
        transform:translateX(-350px);
        opacity:0
    }
    30%{
        opacity:1
    }
    60%{
        -webkit-transform:translateX(200px);
        transform:translateX(200px);
        opacity:0
    }
    to{
        -webkit-transform:translateX(200px);
        transform:translateX(200px);
        opacity:0
    }
}
.contact_bg_wrap .stripe.s9 {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(rgba(0,0,0,.4)),to(transparent));
    background-image: linear-gradient(-90deg,transparent,rgba(0,0,0,.4),transparent);
    mix-blend-mode: soft-light;
    bottom: 150px;
    left: 50%;
    right: calc(50% - 360px);
    -webkit-animation: animate-stripe-9 4s infinite;
    animation: animate-stripe-9 4s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    will-change: transfrom,opacity;
}
@-webkit-keyframes animate-stripe-9{
    0%{
        -webkit-transform:translateX(-200px);
        transform:translateX(-200px);
        opacity:0
    }
    30%{
        -webkit-transform:translateX(-200px);
        transform:translateX(-200px);
        opacity:0
    }
    60%{
        opacity:1
    }
    to{
        -webkit-transform:translateX(80px);
        transform:translateX(80px);
        opacity:0
    }
}
@keyframes animate-stripe-9{
    0%{
        -webkit-transform:translateX(-200px);
        transform:translateX(-200px);
        opacity:0
    }
    30%{
        -webkit-transform:translateX(-200px);
        transform:translateX(-200px);
        opacity:0
    }
    60%{
        opacity:1
    }
    to{
        -webkit-transform:translateX(80px);
        transform:translateX(80px);
        opacity:0
    }
}
.contact_bg_wrap .stripe.s10 {
    background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4),hsla(0,0%,100%,0));
    mix-blend-mode: soft-light;
    bottom: 150px;
    left: calc(50% + 220px);
    right: 0;
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
.contact_bg_wrap .stripe.s11 {
    opacity: .12;
    background-image: -webkit-gradient(linear,right top,left top,from(#000),color-stop(97%,#000));
    background-image: linear-gradient(-90deg,#000,#000 97%);
    mix-blend-mode: soft-light;
    bottom: 200px;
    left: calc(50% - 430px);
    right: calc(50% + 200px);
}
.contact_bg_wrap .stripe.s12 {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(rgba(0,0,0,.3)),to(transparent));
    background-image: linear-gradient(-90deg,transparent,rgba(0,0,0,.3),transparent);
    mix-blend-mode: soft-light;
    bottom: 600px;
    left: 53px;
    right: calc(50% + 40px);
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
.contact_bg_wrap .stripe.s13 {
    background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,.24)),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(-90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.24),hsla(0,0%,100%,0));
    mix-blend-mode: soft-light;
    bottom: 550px;
    left: 53px;
    right: calc(50% + 40px);
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}
.contact_bg_wrap .gradient {
    background-image: linear-gradient(-85deg,#a01ddf 1%,#4f4fbf);
    bottom: 0;
    left: 0;
    right: 0;
    height: 650px;
    margin-top: -200px;
}
/*for contact backgrounds*/
@media screen and (min-width: 768px) {
  .contact_bg_wrap .stripe.s1 {
    right: calc(100% - 355px);
  }
  .contact_bg_wrap .stripe.s6 {
    -webkit-animation: animate-stripe-8 5s infinite;
    animation: animate-stripe-8 5s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0;
    will-change: transfrom,opacity;
  }
  .contact_bg_wrap .stripe.s7 {
    opacity: 0;
    -webkit-animation: animate-stripe-7 5s infinite;
    animation: animate-stripe-7 5s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    will-change: transfrom,opacity;
  }
  .contact_bg_wrap .stripe.s8 {
    -webkit-animation: animate-stripe-8 7s infinite;
    animation: animate-stripe-8 7s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    will-change: transfrom,opacity;
  }
  .contact_bg_wrap .stripe.s10 {
    opacity: 0;
    -webkit-animation: animate-stripe-10 6s infinite;
    animation: animate-stripe-10 6s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    will-change: transfrom,opacity;
  }
  .contact_bg_wrap .stripe.s12 {
    -webkit-animation: animate-stripe-8 5s infinite;
    animation: animate-stripe-8 5s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    opacity: 0;
    will-change: transfrom,opacity;
  }
  .contact_bg_wrap .stripe.s13 {
    -webkit-animation: animate-stripe-8 5s infinite;
    animation: animate-stripe-8 5s infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
    will-change: transfrom,opacity;
  }
}

.b-mb-0 .elementor-widget:not(:last-child) {
  margin-bottom: 0!important;
}


/*adding bg in login register page*/
.page-template-custom-login.page-id-2 ,
.page-template-elementor_canvas.page-id-2145 ,
.page-template-elementor_canvas.page-id-2162 ,
.page-template-elementor_canvas.page-id-2176 {
	background: url(/wp-content/uploads/2020/11/snow-banner-2.jpg) no-repeat center center/ cover;
	background-attachment: fixed;
}


/*adding birds effect in Forgot password*/
.login.bb-login #login {
  margin: 0;
  padding: 0;
  position: relative;
}


.relative {
  position: relative;
}
.curved_toggle .elementor-toggle-item .elementor-tab-title {
  padding-left: 50px!important;
  background: url(/wp-content/uploads/2020/10/curved-check-gold.svg) no-repeat left 15px center;
  background-size: 24px 24px;
}
.curved_toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  background: url(/wp-content/uploads/2020/10/curved-check.svg) no-repeat left 15px center;
  background-size: 24px 24px; 
}

.page_header .site_nav_col .elementor-nav-menu--main .menu-item .elementor-item:hover:after ,
.page_header .site_nav_col .elementor-nav-menu--main .menu-item.current-menu-item .elementor-item:after ,
.page_header .site_nav_col .elementor-nav-menu--main .menu-item.current-menu-item .elementor-item:hover:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e0072+0,d278ff+100 */
  background: rgb(62,0,114); 
  background: -moz-linear-gradient(45deg,  rgba(62,0,114,1) 0%, rgba(210,120,255,1) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(62,0,114,1) 0%,rgba(210,120,255,1) 100%);
  background: linear-gradient(45deg,  rgba(62,0,114,1) 0%,rgba(210,120,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e0072', endColorstr='#d278ff',GradientType=1 );

}
.elementor-col-100 .wpcf7-form-control-wrap {
    width: 100%;
}

#elementor-popup-modal-1033 .dialog-widget-content ,
#elementor-popup-modal-1033 .dialog-message {
  border-radius: 20px;
}


header.page_header {
  width: 100%!important;
}

.br-c-element {
  position: relative;
}
.br-c-element:before {
  content: "";
  background: url(/wp-content/uploads/2021/01/blob-2.svg) no-repeat right bottom;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -20px;
  right: -70px;
  background-size: 150px 150px;
}

.interactive_particles_logo .draw {
  width: 100%;
}
.interactive_particles_logo .slides_desktop {
  display: block;
}
.interactive_particles_logo .slides_mobile {
  display: none;
}


/*FOR REGISTRATION PAGES*/
.login-page-wrap.login-page-wrap-2 .b_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mx-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}


#particle-slider .draw {
  margin-bottom: -30px;
}

#particle-slider .draw {
  height: 490px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #particle-slider .draw {
    height: 280px;
  }
}
.has-pink-circle-overlay {
  position: relative;
}
.has-pink-circle-overlay .elementor-background-overlay {
  position: absolute;
  left: -100px;
  top: -50px;
  z-index: 10;
}
.info_video {
  position: relative;
  z-index: 14;
}

.rad-app-circle:after {
  content: "";
  background: url(/wp-content/uploads/2021/04/circle-101.png) no-repeat center center;
  position: absolute;
  left: 120px;
  bottom: -70px;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
}
.orange-app-circle:after {
  content: "";
  background: url(/wp-content/uploads/2021/04/circle-102.png) no-repeat center center;
  position: absolute;
  left: 120px;
  bottom: -70px;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
}


/*@media screen and (min-width: 641px){
  .panimation_wrap > .elementor-background-overlay {
    display: none;
  }
}*/


.eael-lr-form-wrapper .eael-lr-btn {
  transition: all .2s ease;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#896cef+0,b8a5fa+100 */
  background: rgb(137,108,239); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(137,108,239,1) 0%, rgba(184,165,250,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  rgba(137,108,239,1) 0%,rgba(184,165,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  rgba(137,108,239,1) 0%,rgba(184,165,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#896cef', endColorstr='#b8a5fa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 14px 16px;
  text-transform: uppercase;
  font-size: 14px;  
  width: 140px;
}
.eael-lr-form-wrapper .eael-lr-btn span {
  background: url(/wp-content/uploads/2020/10/right-chevron.png) no-repeat center center;
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  position: absolute;
  left: auto;
  top: 11px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: 0;
}
.eael-lr-form-wrapper .eael-lr-btn:hover {
  letter-spacing: 2px;
  background-color: #896CEF;
  background: #896CEF;
}
.eael-lr-form-wrapper .eael-lr-btn:hover span {
  visibility: visible;
  opacity: 1;
  width: 12px;
  margin-left: 6px;
}
.about_little_waves:after {
  content: "";
  background: url(/wp-content/uploads/2021/04/waves-1.png) no-repeat center center;
  background-size: 130px 78px;
  width: 130px;
  height: 78px;
  position: absolute;
  bottom: -20px;
  right: 10%;
}
.d-none:not(#eael-register-form-wrapper) {
  display: none!important;
}


























@media screen and (min-width: 1024px) {
  .page_header .site_nav_col ul.elementor-nav-menu {
      width: 1360px !important;
      max-width: 100%;
  }
}


/*for menu items*/
@media screen and (min-width: 1399px) {

  .page_header .elementor-nav-menu--main .elementor-item {
    height: 80px;
    width: 110px;
    padding-top: 0!important;
    padding-bottom: 0!important;
    white-space: normal;
    display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;  
  }

}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .page_header .elementor-nav-menu--main .elementor-item ,
    .page_header .elementor-nav-menu--main .elementor-item:hover { 
      padding-right: 6px;
      padding-left: 6px;
      max-width: initial;
    }
}



@media screen and (max-width: 1023px) {

  .page_header ul.elementor-nav-menu li.menu-item .elementor-item:hover ,
  .page_header ul.elementor-nav-menu li.menu-item .elementor-item.elementor-item-active ,
  .page_header ul.elementor-nav-menu li.menu-item .elementor-item.elementor-item-active:hover {
      background: rgb(30,87,153); 
      background: -moz-linear-gradient(45deg,  rgba(30,87,153,1) 0%, rgba(79,0,145,1) 2%, rgba(186,70,244,1) 100%); 
      background: -webkit-linear-gradient(45deg,  rgba(30,87,153,1) 0%,rgba(79,0,145,1) 2%,rgba(186,70,244,1) 100%);
      background: linear-gradient(45deg,  rgba(30,87,153,1) 0%,rgba(79,0,145,1) 2%,rgba(186,70,244,1) 100%); 
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ba46f4',GradientType=1 );
  } 

  }/*ends max-width 1023px*/

@media screen and (max-width: 991px) {
    .pave-banner ,
    .tube-banner ,
    .fss-banner  ,
    .tube-banner .elementor-widget-html ,
    .tube-banner .elementor-widget-html canvas ,
    .tube-banner .tube-banner-heading ,    
    .tube-banner .elementor-widget-heading {
        height: 420px;
    }
    .pave-banner .pave-banner-heading {
        height: 380px;
    }

}/*ends max-width 991px*/


@media screen and (max-width: 767px) { 
  .has_fancy_border:before ,
    .has_fancy_border:after {
        display: none;
    }
    #particles-js {
      background-position: center bottom;
    }
}
@media screen and (max-width: 575px) {
    .pave-banner ,
    .tube-banner ,
    .fss-banner  ,
    .tube-banner .elementor-widget-html ,
    .tube-banner .elementor-widget-html canvas ,
    .tube-banner .tube-banner-heading ,
    .tube-banner .elementor-widget-heading {
        height: 300px;
    }
    .pave-banner .pave-banner-heading {
        height: 260px;
    }    
    .hidden-sm {
        display: none;
    }

}/*ends max-width 575px*/


