@charset "utf-8";
/* CSS Document */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
}
.loadertildo {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader-line {
    height: 2px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}
.loader-line:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #000;
    animation: loading 2s linear infinite;
}
.loadertildo > img {
    width: 140px;
    height: auto;
}
@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


.protildo-singlepage {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-evenly;
}

.is-light-grey {
	background-color: #EFF4F7;
	background-image: linear-gradient(141deg, #d0e0ec 0%, #f5f7fa 71%, white 100%);
}
.protildo-singlepage.is-fullheight {
	min-height:100vh;
}

.form-section {
	background-image: url(images/Background_Blocks.svg),url(images/Background_Blocks.svg),url(images/Background_Blocks.svg);
	background-position: 110% 76%,-29px 32%,0 0;
	background-size: 450px,432px,3px;
	background-repeat: no-repeat,no-repeat,repeat;
}

.form-container {
	display: flex;
	width: 100%;
	height: auto;
	max-width: none;
	min-width: 0;
	padding: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: transparent;
}
.form-text-column {
	width: 44%;
	margin-top: 60px;
}
.form-text-column {
	width: auto;
}
.leftside-container {
	position: relative;
	z-index: 100;
	float: left;
	z-index: 1;
	box-shadow: none;
}
.header-row {
	padding: 30px 40px 0;
}
.header-row.header-gray {
	position: relative;
	z-index: 3;
	width: 100%;
	background-color: #999;
}
.hero-heading {
	max-width: 290px;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: -.2px;
	margin-top: 0;
	margin-bottom: 0;
}
.bold {
	letter-spacing: .2px;
	font-weight: 700;
	color:#fff;
}
.extra-bold {
	letter-spacing: .2px;
	font-weight: 900;
	color:#fff;
}
.tip-container {
	display: flex;
	height: 26px;
	margin-top: 8px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #fafafa;
}
.tip-left {
	width: 10%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-bottom-right-radius: 100px;
	background-color: #999;
}
.tip-right {
	width: 90%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom-left-radius: 100px;
	background-color: #999;
}
.paragraph-row {
	position: relative;
	z-index: 2;
	padding: 30px 40px;
	background-color: #fafafa;
	box-shadow: -3px 14px 45px -20px rgba(0,0,0,.18);
	transform-style: preserve-3d;
	opacity: 1;
	transform: translateX(0px) translateY(0px) translateZ(0px);
	transition: opacity 300ms ease 0s, transform 400ms ease-in-out 0s;
}

.hero-paragraph {
	margin-bottom: 0;
	max-width: 380px;
	font-size: 13px;
	letter-spacing: 0.3px;
	font-weight: 400;
	line-height: 20px;
	color: #555;
}


.form-wrapper {
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 350px;
	min-height: 0;
	margin: 0;
	padding-right: 25px;
	padding: 20px 25px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 5px 42px -24px #0f0f0f;
}

.column .form-wrapper {
	width:100%;
}

.protildo-form {
	width:100%;
}

.protildo-form p {
	display: block;
	height: auto !important;
}

.protildo-form .contact-heading {
	color: #666;
    margin-bottom: 0px;
    font-size: 18px;
    line-height:21px;
    font-weight: 600;
    padding-bottom: 17px;
}

.protildo-form p label {
	float: none;
	min-height: 16px;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: left;
	display: block;
	margin-bottom: 0px;
	color: #444f60;
	font-size: 15px;
	line-height: 14px;
	font-weight: 400;
	text-transform: none;
	text-align: left;
}

.protildo-form input {
	color: #222;
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	height: 32px;
	max-width: 100%;
	width: 100%;
	min-height: 22px;
	margin-top: 0;
	margin-bottom: 0px;
	padding: 0px 0px;
	border:none;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color:#fff;
	outline: none !important;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.protildo-form input:hover, .protildo-form input:focus {
	border-bottom-color: #333;
	outline: none !important;
}

.protildo-form p.submit input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	height: 42px;
	float: left;
	width: auto;
	min-width: 100px;
	margin-top: 20px;
	margin-left: 0px;
	padding: 10px 21px;
	border-radius: 0px;
	cursor:pointer;
	outline: none !important;
	border-bottom: hidden;
	background-color: #999;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.protildo-form p.submit input[type="submit"]:hover, .protildo-form p.submit input[type="submit"]:focus {
	color: #333;
	background-color: #efefef;
	outline: none !important;
}

.protildo-form p.submit {
	margin-left: 0;
	margin-top:25px;
}


.text-dark {
	color:#666 !important;
}
.text-light {
	color:#fff !important;
}
.hero-body .title {
    font-size: 32px;
    font-weight: 900;
    line-height: 50px !important;
	margin-bottom:10px
	color:#fff !important;
}
.hero-body .subtitle {
     font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 !important;
}

.top-loginscreen  {
	background-color:none !important;
	background:#4881c8;
	background:url(./images/login-image.jpg) left center no-repeat, url(./images/Background_Blocks.svg);
    background-position: left top,50% 0;
    background-size: cover,3px;
    background-repeat: no-repeat,repeat;
	position:relative;
}

.hero.hero-wavy:before {
    background: transparent url(../images/wavy-alt.png) no-repeat scroll 0 bottom/100% auto;
    content: "";
    height: 321px;
    width: 100%;
    z-index: 0 !important;
    position: absolute;
    bottom: -1px;
    left: 0;
}
	
@media screen and (max-width:991px) {
	.hero-body .title {
		font-size: 24px !important;
		line-height:26px !important;
	}	
}


@media screen and (max-width:767px) {
	.form-container {
		padding:40px 20px;
		-webkit-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items:center;
	}
	.form-text-column {
		margin-top: 0;
	}	
	.top-loginscreen  {
		background:#4881c8;
	background:url(../images/login-image.jpg) left center no-repeat, url(../images/Background_Blocks.svg);
		background-size:cover !important;
	}
	.hero-body .subtitle {
		font-size: 14px;
		line-height: 18px;
	}
}
@media screen and (max-width:500px) {
	.form-wrapper {
		width:100%;
	}
}


			
@-webkit-keyframes levitate {
	from {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0)
	}
	50% {
	-webkit-transform:translate(0, 10px);
	transform:translate(0, 10px)
	}
	to {
		-webkit-transform:translate(0, 0);
		transform:translate(0, 0)
	}
	}
	@keyframes levitate {
	from {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0)
	}
	50% {
	-webkit-transform:translate(0, 10px);
	transform:translate(0, 10px)
	}
	to {
		-webkit-transform:translate(0, 0);
		transform:translate(0, 0)
	}
}
	
	
.levitate {
	-webkit-animation-name:levitate;
	animation-name:levitate;
	-webkit-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	animation-timing-function:ease-in-out
}

.object_ok
{
border: 1px solid green; 
color: #333333; 
}

.object_error
{
border: 1px solid #AC3962; 
color: #333333; 
}

.heading3{font-size:18px; font-weight:bold;}
.heading4{font-size:14px; font-weight:bold;}

.paddingtop0{padding-top:0px !important;}
.paddingbottom0{padding-bottom:0px !important;}


.title-wrap .special-divider {
    position: absolute;
    right: 0;
    left: 0;
    top: -10px;
    z-index: 1;
    max-width: 90px;
    margin: 0 auto;
}

.title-wrap {
    position: relative;
}
.has-text-centered {
    text-align: center !important;
}
.title.is-3 {
    font-size: 2rem;
}
.title-wrap h3, .title-wrap h2 {
    position: relative;
    z-index: 2;
}
.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}
.title, .subtitle {
    word-break: break-word;
}

@mixin placeholder {
  $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input';
  @each $placeholder in $placeholders {
    &:#{$placeholder}-placeholder {
      @content; } } }


.vertical-process .vertical-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 40px;
}

.vertical-process .vertical-block .process-icon {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: 1px solid #cecece;
    transition: all .3s;
}

.vertical-process .vertical-block .process-icon i {
    color: #281789;
    font-size: 22px;
    font-weight: 600;
    transition: all .3s;
}

.vertical-process .vertical-block:before {
    position: absolute;
    left: -24px;
    bottom: 3px;
    content: '';
    height: 1px;
    width: 88px;
    background: #cecece;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}
a, a:active, i, i:active, div, div:active, div:focus, span:focus, span:active {
    outline: none !important;
}
*, *::before, *::after {
    box-sizing: inherit;
}



.vertical-process .vertical-block .vertical-text {
    margin: 0 20px;
}

.vertical-process .vertical-block .vertical-text h4 {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 6px;
    transition: all .3s;
}
.vertical-process .vertical-block .vertical-text p {
    font-size: .95rem;
    color: #999;
}


.vertical-process {
    .vertical-block {
        position: relative;
        display: flex;
        align-items: start;
        margin-bottom: 40px;
        &:before {
            position: absolute;
            left: -24px;
            bottom: 3px;
            content: '';
            height: 1px;
            width: 88px;
            background: $placeholder;
            transform: rotate(90deg) !important;
        }
        &:last-child {
            &:before {
                display: none;
            }
        }
        &:hover {
            .process-icon {
                background: $secondary;
                border-color: $secondary;
                i {
                    color: $smoke-white;
                }
            }
            .vertical-text {
                h4 {
                    color: $secondary;
                }
            }
        }
        .process-icon {
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            width: 40px;
            min-width: 40px;
            border-radius: 50%;
            border: 1px solid $placeholder;
            transition: all .3s;
            i {
                color: $secondary;
                font-size: 22px;
                font-weight: 600;
                transition: all .3s;
            }
        }
        .vertical-text {
            margin: 0 20px;
            h4 {
                font-family: 'Nexa Bold', sans-serif;
                font-size: 1.2rem;
                font-weight: 500;
                margin-bottom: 6px;
                transition: all .3s;
            }
            p {
                font-size: .95rem;
                color: $muted-grey;
            }
        }
    }
}

.vertical-process .vertical-block .process-icon {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: 1px solid #cecece;
    transition: all .3s;
}
