/*
 Table Of Contents
 1.) Global CSS
 2.) Header CSS
 4.) Footer CSS
 ===============================================*/
/*
 1) Global CSS
 -----------------------------*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 100%;
    color: #000;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
h1 {
    font-size: 3.5em;
    margin: 0 0 15px 0;
    color: #fff;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 3em;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
p {
    font-size: 1.6em;
    line-height: 1.8;
    margin: 0 0 23px 0;
}
input:focus, textarea:focus, a:focus, button:focus, .btn:focus, .btn:active:focus {
    outline: none;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    box-sizing: border-box;
    font-size: 1.3em;
}
[class^="sprite-"] {
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.container .row {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
}
.btn, .btn[disabled] {
    width: 100%;
    height: 55px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    line-height: 41px;
    color: #fff;
    text-transform: initial;
    background: #334d83;
    border: none;
    border-radius: 100px;
    margin-bottom: 2px;
    box-shadow: none !important;
}
.small-text {
    text-transform: lowercase;
}
.btn[disabled] {

    color: #fff !important;
    text-transform: initial;
    background: #334d83 !important;
}
.btn:hover, .btn:focus, .btn:active:focus {
    background:rgba(51, 77, 131, 0.6);
  
    
    color: #fff;
    box-shadow: none !important;
}
.sm-btn {
    height: 40px;
    width: 129px;
    line-height: 27px;
    font-size: 0.926em;
}
.md-btn {
    width: 178px;
    height: 55px;
}
.btn-line {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-bottom: 2px;
    box-shadow: none !important;
    text-align: center;
    width: 100%;
    height: 55px;
}
.btn-line:hover, .btn-line:focus {
    background: #fff;
    color: #316072;
    box-shadow: none !important;
    text-decoration: none;
}
.btn-line-color {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #334d83;
    background: none;
    border: 1px solid #334d83;
    border-radius: 100px;
    margin-bottom: 2px;
    box-shadow: none !important;
    text-align: center;
    width: 100%;
    height: 55px;
}
.btn-line-color:hover, .btn-line-color:focus {
    background: #334d83;
    color: #fff;
    box-shadow: none !important;
    text-decoration: none;
}

.sm-btn-line {
    width: 129px;
    height: 37px;
    line-height: 34px;
}
img {
    max-width: 100%;
}
.media img {
    max-width: none;
}
.container {
    position: relative;
    z-index: 2;
}
.modal-box {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    width: 100%;
    max-width: 785px;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

/*==========Header==========*/
.header {
    padding-bottom: 23px;
}
.logo {
    padding-top: 23px;
}
.logo a {
    display: inline-block;
}
.profile-setting {
    float: right;
    padding-top: 16px;
    font-family: 'Montserrat', sans-serif;
}
.avatar-pic {
    width: 35px;
    float: left;
}
.profile-login {
    float: left;
    padding-left: 14px;
    font-family: 'Montserrat', sans-serif;
}
.profile-login .member-name {
    font-size: 1.4em;
    color: #000;
    font-weight: 700;
    display: block;
    text-decoration: none;
}
.profile-login .member-name a {
    color: #000;
}
.profile-login .acc-logout, .profile-login .acc-profile {
    font-size: 1.1em;
    color: #7a7a7a;
    display: inline-block;
}
.profile-login .acc-logout {
    margin-right: 7px;
}
.profile-login .acc-profile {
    margin-right: 2px;
}
.profile-login span {
    display: block;
    font-size: 1.1em;
    color: rgba(0,0,0,0.5);
}
/*Bar*/
.top-bar {
    padding-top: 12px;
    padding-bottom: 9px;
    background: #53bba5;
    position: relative;
    z-index: 10;
}
.select-box {
    width: 295px;
    font-family: 'Lato', sans-serif;
    padding-left: 8px;
}
.select-box input.select-dropdown {
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    color: #fff;
    height: 36px;
    border-bottom: 2px solid #75c9b7;
    margin-bottom: 0;
    padding-left: 7px;
}
.top-bar .select-wrapper span.caret {
    top: 7px;
    right: 10px;
}
.select-box .input-field {
    margin-top: 0;
}
.top-bar .btn-box {
    text-align: right;
}
.top-bar .btn-box .btn-line {
    margin-left: 7px;
}

/*Login Page*/
html {
    height: 100%;
}
.login-block {
    width: 325px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.form-sectin {
    text-align: left;
    margin-top: 73px;
}

.login-page, .result-section {
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#305f71+0,000000+97 */
      background: #334d83; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #334d83 0%,#000000 90%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, #334d83 -26%, #000000 90%);
    background: linear-gradient(to bottom, #334d83 -26%,#000000 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334d83', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#305f71', endColorstr='#000000',GradientType=0 );*/ /* IE6-9 */
    position: relative;
}
.login-page .container {
    height: 100vh;
    height: calc(100vh);
    height: -webkit-calc(100vh);
    display: table;
    width: 100%;
    min-height: 320px;
}
.login-page .row {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-page:after, .result-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/login-banner.jpg) 0 0 no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.result-section:after {
    background: url(../images/bg.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
}
.login-logo {
    margin-bottom: 30px;
}
.login-page .input-text {
    width: 100%;
    height: 55px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-size: 1.3em;
    color: #fff;
    font-weight: 400;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 100px;
    margin-bottom: 2px;
    padding-left: 60px;
    border: none !important;
    box-shadow: none !important;
}
.login-block .btn {
    text-transform: lowercase;
}
.login-page ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
    font-size: 1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.login-block ::-moz-placeholder {/* Firefox 19+ */
    font-size: 1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.login-block :-ms-input-placeholder {/* IE 10+ */
    font-size: 1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.login-block :-moz-placeholder {/* Firefox 18- */
    font-size: 1em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.input-topspace {
    margin-top: 17px;
}
.login-block .select-wrapper span.caret {
    top: 0;
}
.sprite-login, .sprite-password {
    position: absolute;
    top: 15px;
    left: 22px;
    width: 23px;
    height: 23px;
    background-position: -47px -62px;
}
.sprite-password {
    width: 20px;
    height: 27px;
    background-position: -47px -108px;
}
.login-page .select-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    color: #fff;
}
.login-page .input-field label {
    left: 60px;
    top: 1rem
}
.login-page .input-field label.active {
    color: #334d83 !important;
}
.login-page .select-wrapper input.select-dropdown {
    padding-left: 27px;
    font-size: 0.8em;
}
.select-wrapper span.caret {
    border: none;
    width: 25px;
    height: 21px;
    background: url(../images/sprite.png) 0 -30px no-repeat;
    font-size: 0;
    top: 19px;
}
.btn-wrap {
    margin-top: 44px;
}

/*============Banner Section=============*/
.inner-banner {
    padding: 28px 0 10px;
        background: #334d83; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #334d83 0%,#000000 80%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, #334d83 -26%, #000000 80%);
    background: linear-gradient(to bottom, #334d83 -26%,#000000 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334d83', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    position: relative;
    z-index: 9;
}
.tutor-banner {
    min-height: 388px;
}
.inner-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/login-banner.jpg) 0 35% no-repeat;
    background-size: cover;
    opacity: 0.1;
}

/*.inner-banner{
 background: url(login-banner.gif) 0 0 no-repeat;
 }*/
.process-heading {
    font-size: 1.2em;
    color: #fff;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.process-step {
    padding: 33px 0 60px 24%;
}
.process-step ul {
    padding-top: 17px;
    position: relative;
    z-index: 9;
}
.process-step li {
    width: 12.7%;
    float: left;
    position: relative;
}
.process-step li:last-child {
    width: 25px;
}
.process-step li:last-child:after {
    display: none;
}
.process-step li:after {
    width: calc(100% - 34px);
    height: 3px;
    background: #596365;
    float: left;
    margin-top: 12px;
    content: '';
}
.process-step li .dot {
    width: 25px;
    height: 25px;
    line-height: 22px;
    border: 1px solid #596365;
    border-radius: 100px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 4px;
}
.process-step li .dot:before {
    width: 5px;
    height: 5px;
    background: #596365;
    border-radius: 100px;
    display: inline-block;
    content: '';
}
.process-step li.active .dot {
    border: 1px solid #fff;
    cursor: pointer;
}

.process-step li.active-dot span:before, .process-step li.active:after {
    background: #fff;
}
.banner-btn-wrap {
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
}
.step-text {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
}
.tooltip_popup {
    width: 375px;
    position: absolute;
    top: 60px;
    left: -173px;
    padding: 18px 0 34px;
    background: #53bba5;
    color: #fff;
    z-index: -999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s, top 0.2s linear 0s;
    transition: opacity 0.2s linear 0s, visibility 0.2s linear 0s, top 0.2s linear 0s;
}
.tooltip_popup.open_tooltip {
    z-index: 9;
    opacity: 1;
    visibility: visible;
    top: 43px;
    -webkit-transition: opacity 0.2s linear 0s, top 0.2s linear 0s;
    transition: opacity 0.2s linear 0s, top 0.2s linear 0s;
}
.tooltip_popup:after {
    content: '';
    width: 100%;
    height: 24px;
    position: absolute;
    top: -23px;
    left: 0;
}
.tooltip_popup:before,
.top-arrow {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #316072;
    border-left: 7px solid transparent;
}
.top-arrow{
    display: none;
}
.tooltip_popup h3 {
    font-size: 2.2em;
    color: #fff;
    padding: 2px 0 8px;
    font-weight: 400;
    margin: 0;
}
.text-wrap {
    border-bottom: 1px solid #5a7f8f;
    border-top: 1px solid #5a7f8f;
    padding: 14px 26px;
}

.text-wrap span {
    font-size: 1.1em;
    display: inline-block;
}
.text-wrap .your_rank {
    float: left;
    text-transform: uppercase;
}
.text-wrap .rank_position {
    float: right;
    margin-right: 18px;
}
.notice-text {
    font-size: 1.1em;
    display: block;
    padding-top: 22px;
    text-align: left;
    padding-left: 27px;
}
.sprite-close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 21px;
    right: 19px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -47px 0;
}
.down-arrow-text {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 5px auto;
}
.sprite-down-arrow {
        width: 20px;
    height: 20px;
    display: block;
    margin: 10px auto;
  
    
/*
    width: 14px;
    height: 14px;
    display: block;
    margin: 10px auto;
    background-position: -47px -30px;
*/
}
.sprite-down-arrow {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.sprite-down-arrow {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
40% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
60% {-webkit-transform: translateY(-5px);transform: translateY(-5px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
40% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}
60% {-webkit-transform: translateY(-5px);transform: translateY(-5px);}
}
/*========Modal=========*/
.modal-box {
    background: #53bba5;
    
    
}
.modal-text {
    padding: 40px 34px 47px;
}
.sprite-modal-off {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 21px;
    right: 19px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: -47px 0;
}
.modal-text .profile_name {
    font-size: 1.3em;
    color: rgba(255,255,255,0.8);
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.modal-text h4 {
    font-size: 2.2em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.modal-text p {
    font-size: 2em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 0;
}
.modal-text:after, .modal-text:before {
    background: #75c9b7;
}
.mamber-pic-wrap {
    width: 82px;
    height: 82px;
    position: relative;
    margin: 0 auto 17px;
}
.mamber-pic-wrap img {
    position: relative;
    z-index: 2;
}
.mamber-pic-wrap:after, .mamber-pic-wrap:before {
    content: '';
    width: 55px;
    height: 55px;
    display: inline-block;
    background: #75c9b7;
    border-radius: 100%;
    position: absolute;
    top: 12px;
}

.mamber-pic-wrap:after {
    left: 55px;
}
.mamber-pic-wrap:before {
    right: 55px;
}
.share-links {
    width: 103px;
    margin: 0 auto;
}
.share-links li {
    float: left;
    list-style: none;
}
.share-links a {
    width: 28px;
    height: 28px;
    display: block;
}
.share-links .sprite-facebook {
    background-position: -47px -185px;
}
.share-links .sprite-twitter {
    background-position: 0 -185px;
    margin: 0 9px;
}
.share-links .sprite-linkedin {
    background-position: 0 -228px;
}
/*========Tutor Section=========*/
.tutor-section {
    padding: 86px 0 46px;
    background: #324d83;
    
    position: relative;
}
.tutor-section h2 {
    color: #fff;
}
.group-pic {
    width: 508px;
    margin: 0 auto;
}
.tutor-section .profile-pic {
    width: 196px;
    float: left;
    margin: 42px 22px 42px 36px;
}
.tutor-pic {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto 23px;
}
.tutor-pic img {
    position: relative;
    z-index: 2;
}
.tutor-pic:after, .tutor-pic:before {
    content: '';
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #5c719c;
    border-radius: 100%;
    position: absolute;
    top: 22px;
}



.select-file {
    position: relative;
}
.select-file .btn {
    font-size: 1.1em;
}
.file-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.tutor-pic:after {
    left: 90px;
}
.tutor-pic:before {
    right: 90px;
}

.profile-pic .full-name {
    display: block;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.profile-pic .full-name a {
    color: #fff;
    text-decoration: none;
}
.profile-pic .designation-name {
    display: block;
    font-size: 1.1em;
    color: #fff;
}
/*===========Message Section=========*/
.message-section {
    padding-top: 85px;
}
.heading h2 {
    margin-bottom: 7px;
}
.heading .sub-text {
    font-size: 1.4em;
    color: rgba(0,0,0,0.74);
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin-left: 4px;
}
.messanger-list .profile-setting {
    float: none;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 16px;
}
.messanger-list ul {
    margin-top: 28px;
}
.messanger-list ul li {
    border-top: 1px solid #f2f2f2;
    padding-left: 11px;
    padding-bottom: 15px;
    min-height: 97.5px;
}
.messanger-list ul li:last-child {
    border-bottom: 1px solid #f2f2f2;
}
.messanger-list .avatar-pic {
    width: 55px;
}
.messanger-list .profile-login {
    margin-top: 5px;
}
.check-box {
    position: absolute;
    top: 6px;
    right: 16px;
    width: 30px;
}
[type="checkbox"].filled-in:not(:checked)+ label:after, [type="checkbox"].filled-in:checked+ label:after {
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 0;
}
[type="checkbox"].filled-in:checked+ label:after {
    border: 1px solid #334d83;
    background-color: #334d83;
}
[type="checkbox"].filled-in:not(:checked)+ label:before {
    left: 13px;
    top: 13px;
}
[type="checkbox"].filled-in:checked+ label:before {
    top: 2px;
    left: 5px;
    width: 9px;
    height: 17px;
}
.dropdown-content li > a, .dropdown-content li > span {
    color: #334d83;
}
.button-section {
    position: relative;
    margin-top: 29px;
}
.message-group {
    padding-left: 31px;
}
.comment-box {
    padding-top: 27px;
    border-bottom: 1px solid #f2f2f2;
}
.media-heading {
    text-transform: initial;
    font-size: 1.38em;
    color: #000;
}
.media-heading a {
    color: #000;
    text-decoration: none;
}
.media {
    border-top: 1px solid #f2f2f2;
    padding-top: 40px;
    padding-left: 9px;
    margin-top: 0;
}
.media-first {
    padding-top: 23px;
}
.media p {
    text-transform: initial;
    font-size: 1.38em;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.media-body {
    padding-left: 14px;
    padding-top: 8px;
}
.media-block {
    float: left;
    width: 80%;
}
.message-time {
    float: right;
    width: 20%;
    text-align: right;
    padding-right: 6px;
    margin-top: -8px
}
.date-time {
    font-size: 0.986em;
    display: block;
    color: rgba(0,0,0,0.5);
    font-family: 'Montserrat', sans-serif;
}
.remove-message {
    font-size: 1.078em;
    display: block;
    color: #334d83;
    font-weight: 700;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
.sprite-time {
    width: 15px;
    height: 15px;
    background-position: -47px -147px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.form-box {
    padding-top: 33px;
    overflow: hidden;
}
.text-field {
    width: 100%;
    height: 55px;
    border: 1px solid #777777;
    resize: none;
    border-radius: 100px;
    padding-left: 44px;
    font-size: 1.4em;
    padding-top: 17px
}
.text-box {
    width: 390px;
    width: calc(100% - 202px);
    width: -webkit-calc(100% - 202px);
    position: relative;
    float: left;
    margin-right: 19px;
}
.sprite-msg {
    position: absolute;
    top: 18px;
    left: 17px;
    width: 21px;
    height: 23px;
    background-position: 0 -147px;
}
.sprite-left-arrow {
    background-position: 0 60px;
}
.sprite-left-arrow {
/*
    width: 14px;
    height: 24px;
    background-position: 0 -107px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
*/
    display:none;
}
.value-graph {
    padding-top: 53px;
    padding-left: 38px;
}
.rank-block {
    width: 200px;
    float: left;
    font-family: 'Montserrat', sans-serif;
}
.rank-block span {
    display: block;
    font-size: 1.1em;
    color: #000;
}
.mamber-box {
    float: right;
}
.rank-block .our-rank {
    color: #334d83;
    font-size: 1.1em;
}

.rank-block .pwd {

    font-size: 1.5em;
}


.block-space {
    padding-top: 13px;
}
.mamber-box {
    margin-top: -10px;
    padding-right: 10px;
    position: relative;
}
.mamber-box:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: -1px;
    background: #334d83;
    border-radius: 10px;
}
.line-group {
    padding-top: 24px;
    padding-right: 41px;
}
.graph-line {
    height: 25px;
    width: 0;
    background: #dcdedd;
    margin-bottom: 2px;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
}
.line-color {
    background: #334d83;
}
.certificate {
    padding-top: 48px;
}
.certificate-icon {
    float: left;
    margin-top: 28px;
}
.certificate-block {
    float: left;
    margin-top: 61px;
    padding-left: 19px;
}
.certificate-block span {
    display: block;
    font-size: 1.38em;
    color: #1d1d26;
    font-family: 'Montserrat', sans-serif;
}
.footer {
    padding: 65px 10px;
    margin-top: 63px;
    background: #53bba5;
}
.footer .copyright {
    font-size: 1.4em;
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
}

/*Prework page*/
.banner-height {

    padding-top: 70px;
       padding-bottom: 105px;
}
.form-field {
    padding-top: 85px;
}
.form-field .input-block {
    margin-bottom: 59px;
}
.input-block p {
    font-size: 2em;
    line-height: 1.4;
    color: rgba(0,0,0,0.8);
    font-family: 'Lato', sans-serif;
    margin-bottom: 16px;
}
.input-block p span {
    display: block;
}
.input-block .input-field {
    margin-top: 30px;
}
.input-block .input-line {
    border-bottom: 2px solid #d9d9d9;
    height: 44px;
}
.input-block .md-width {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}
.input-block .input-field label, .input-block .select-wrapper input.select-dropdown {
    color: #8c8a8a;
    font-size: 1.3em;
    font-family: 'Montserrat', sans-serif;
}
.input-block .select-wrapper input.select-dropdown {

    height: 48px;
    border-bottom: 2px solid #d9d9d9;
}
.input-block .select-wrapper span.caret {
    background-position: 0 0;
    top: 3px;
}
.form-field .input-block.top-space {
    padding-top: 26px;
}
.form-field .input-block.top-space p {
    padding-bottom: 28px;
}
.form-field .top-space .input-field {
    margin-bottom: 17px;
}
.form-field .pad-top {
    padding-top: 13px;
}
.form-field .radio-box {
    display: inline-block;
    margin-right: 21px;
}
.input-block .input-field .radio-box label {
    font-size: 1.4em;
    color: #000;
    padding-left: 44px;
    line-height: 39px;
    height: 32px;
}
.form-field .radio-field p {

    margin-bottom: 11px;
}
.input-block [type="radio"]+ label:before, .input-block [type="radio"]+ label:after {
    width: 32px;
    height: 32px;
}
.input-block [type="radio"].with-gap:checked+ label:after {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
[type="radio"]:not(:checked)+ label:before, [type="radio"]:not(:checked)+ label:after, [type="radio"]:checked+ label:after, [type="radio"].with-gap:checked+ label:before, [type="radio"].with-gap:checked+ label:after {
    border: 2px solid #334d83;
}
[type="radio"]:checked+ label:after, [type="radio"].with-gap:checked+ label:after {
    background-color: #334d83;
}
.input-block [type="checkbox"].filled-in:not(:checked)+ label:after, .input-block [type="checkbox"].filled-in:checked+ label:after {
    border: 2px solid #323232;
}
.input-block [type="checkbox"].filled-in:checked+ label:after {
    border: 2px solid #334d83;
}
.form-field .check-field {
    padding-top: 24px;
}
.form-field .check-field .input-field {
    margin-top: 19px;
    margin-bottom: 31px;
    padding-left: 3px;
}
.input-block.check-field label {
    padding-left: 48px;
    color: #000;
    font-size: 1.4em;
}
.input-block.check-field label.input-color {
    color: #b5b3b3;
}
.input-block.check-field [type="checkbox"].filled-in:checked+ label:before {
    top: 0;
    left: 3px;
    width: 10px;
    height: 22px;
}

.input-block.check-field .input-text label {
    padding-left: 0;
}
.input-block .small-text {
    font-size: 1.3em;
    color: rgba(0,0,0,0.8);
    font-family: 'Lato', sans-serif;
    display: block;
    padding-left: 25px;
    margin-bottom: 32px;
}
.input-block.pad-up {
    padding-top: 25px;
}
.input-block.pad-up p {
    margin-bottom: 0;
}
.input-block .box-field {
    margin-top: 35px;
}
input[type=text].text-input {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #777777 !important;
    box-shadow: none !important;
    resize: none;
    border-radius: 100px;
    font-size: 1.4em;
    padding-left: 37px;
}
input[type=text].text-input:focus {
    border: 1px solid #334d83 !important;
}
.form-field .feedback-field {
    margin-bottom: 47px;
}
.feedback-field p {
    letter-spacing: -0.1px;
}
.input-block .field-title {
    font-size: 1.9em;
    color: rgba(0,0,0,0.8);
    font-family: 'Lato', sans-serif;
    display: block;
    margin-bottom: 16px;
    padding-top: 24px;
}
.input-block .input-wrap .input-field {
    float: left;
    width: 50%;
}
.input-block .input-wrap label {
    font-size: 1.4em;
    color: rgba(0,0,0,1);
    font-family: 'Lato', sans-serif;
    left: 37px;
    top: 16px;
}
.input-block .input-wrap label {
    font-size: 1.4em;
    color: rgba(0,0,0,1);
    font-family: 'Lato', sans-serif;
    left: 37px;
    top: 16px;
}
.input-block .input-wrap ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
    font-size: 1em;
    color: rgba(0,0,0,1);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.input-block .input-wrap ::-moz-placeholder {/* Firefox 19+ */
    font-size: 1em;
    color: rgba(0,0,0,1);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.input-block .input-wrap :-ms-input-placeholder {/* IE 10+ */
    font-size: 1em;
    color: rgba(0,0,0,1);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.input-block .input-wrap :-moz-placeholder {/* Firefox 18- */
    font-size: 1em;
    color: rgba(0,0,0,1);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.input-block .input-wrap  .text-input {
    margin-bottom: 40px;
}
.input-block .input-wrap .last-field .text-input {
    margin-bottom: 8px;
}
.input-block .pr {
    padding-right: 10px;
}
.input-block .pl {
    padding-left: 10px;
}
.top-gradient {
    position: relative;
}
.top-gradient:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d8+0,ffffff+90 */
    background: rgb(216,216,216); /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 90%);
    background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    content: '';
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}
.bottom-gradient {
    position: relative;
}
.bottom-gradient:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+10,d8d8d8+100 */
    background: #ffffff; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 10%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, #ffffff 10%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #ffffff 10%,#d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    content: '';
}
.prework-block {
    padding: 72px 0 68px;
    min-height: 352px;
    background: #324d83;
}

.prework-block.basso {
    
    min-height: 200px;

}

.prework-block .sub-heading-text {
    font-size: 1.4em;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 22px;
}
.prework-block .heading {
    margin-bottom: 44px;
}
.prework-block h2 {
    color: #fff;
}
.prework-block p {
    font-size: 2em;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
}
.prework-block .lead {
    font-size: 2.4em;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 17px;
    font-weight: 400;
}
.btn-box {
    width: 316px;
    display: inline-block;
}
.btn-block-wrap .btn-box:last-child {
    margin-left: 18px;
}
/*Portfolio*/

.profile-space {
    padding: 71px 0 29px;
}
.our-pic {
    width: 116px;
    margin-top: 33px;
    margin-bottom: 50px;
}
.our-pic:after, .our-pic:before {
    content: '';
    width: 75px;
    height: 75px;
    background: #f3f3f3;
}
.heading-section {
    padding: 53px 0 54px;
    background: #334d83;
}
.heading-section h2 {
    font-size: 2.8em;
    color: #fff;
}
.heading-section.video-page h2 {
    font-size: 3em;
}
.heading-section span {
    font-size: 1.3em;
    display: block;
    color: #fff;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.photo-wrap {
    padding-right: 27px;
    width: 266px;
    float: right;
}
.photo-wrap h2 {
    padding-left: 15px;
}
.input-wrap-field .field-title {
    font-size: 1.9em;
    color: #000;
    display: block;
    margin-bottom: 18px;
}
.input-wrap-field input[type=text].text-input {
    margin-bottom: 3px;
    color: #000;
    font-size: 1.4em;
    padding-left: 27px;
}
.input-wrap-field ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
    color: #b5b3b3;
    font-size: 1em;
}
.input-wrap-field ::-moz-placeholder {/* Firefox 19+ */
    color: #b5b3b3;
    font-size: 1.4em;
}
.input-wrap-field :-ms-input-placeholder {/* IE 10+ */
    color: #b5b3b3;
    font-size: 1.4em;
}
.input-wrap-field :-moz-placeholder {/* Firefox 18- */
    color: #b5b3b3;
    font-size: 1.4em;
}
.input-wrap-field .help-text {
    font-size: 1.2em;
    color: rgba(0,0,0,0.5);
    display: block;
    margin-bottom: 26px;
}
.description {
    color: #fff;
    padding: 65px 0 0;
}
.description h2 {
    color: #fff;
    margin-bottom: 41px;
    padding-left: 35px;
}
.description p {
    font-size: 2em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    line-height: 0.9;
    padding-bottom: 10px;
}
.text-me {
    font-size: 4em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    line-height: 0.9;
    font-family: 'Lato', sans-serif;
    border: none;
    border-bottom: 1px solid #3a3f43;
    resize: none;
    min-height: 70px;
    padding: 0 35px;
}
.text-me ::-webkit-input-placeholder {/* Chrome/Opera/Safari */
    font-size: 4em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    line-height: 0.9;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.text-me::-moz-placeholder {/* Firefox 19+ */
    font-size: 4em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    line-height: 0.9;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.text-me :-ms-input-placeholder {/* IE 10+ */
    font-size: 4em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    line-height: 0.9;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.text-me :-moz-placeholder {/* Firefox 18- */
    font-size: 4em;
    color: rgba(255,255,255,0.8);
    font-style: italic;
    font-weight: 300;
    line-height: 0.9;
    font-family: 'Lato', sans-serif;
    opacity: 1;
}
.our-intro {
    padding-bottom: 88px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5e6e+0,000000+100 */
    background: #334d83; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #334d83 0%,#000000 90%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, #334d83 -26%, #000000 90%);
    background: linear-gradient(to bottom, #334d83 -26%,#000000 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334d83', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.bnt-box-wrap {
    padding: 79px 0 0;
}
.bnt-box-wrap .btn-block-wrap .waves-effect {
    font-size: 1.1em
}
.bnt-box-wrap .btn-line-color, .bnt-box-wrap .btn {
    text-transform: uppercase;
}
.element-field {
    padding-top: 65px;
}
.section-field p {
    font-size: 2em;
    line-height: 1.4;
    color: rgba(0,0,0,0.8);
    margin-bottom: 16px;
}
.custom-check [type="radio"].filled-in:not(:checked)+ label:after, .custom-check [type="radio"].filled-in:checked+ label:after {
    width: 80px;
    height: 80px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
}
.custom-check [type="radio"].filled-in:checked+ label:after {
    border: 1px solid #334d83;
    background-color: #334d83;
}
.custom-check [type="radio"].filled-in:checked+ label:before {

    display: none;
}
.section-field, .custom-check {
    padding-top: 21px;
    position: relative;
}
.section-field .input-field label {
    left: -70%;
    /*transition:left 0.8s linear 1s*/
}
.section-field .input-field {
    position: relative;
    right: 100%;
    /*transition:right 0.8s linear 0s*/
}
.section-field  .slide-1 {
    -webkit-transition: right 0.5s linear 0.3s;
    transition: right 0.5s linear 0.3s
}
.section-field  .slide-2 {
    -webkit-transition: right 0.5s linear 0.6s;
    transition: right 0.5s linear 0.6s
}
.section-field  .slide-3 {
    -webkit-transition: right 0.5s linear 0.9s;
    transition: right 0.5s linear 0.9s
}
.section-field  .slide-4 {
    -webkit-transition: right 0.5s linear 1.1s;
    transition: right 0.5s linear 1.1s
}
.section-field  .slide-1 label {
    -webkit-transition: left 1s linear 0s;
    transition: left 1s linear 0s
}
.section-field  .slide-2 label {
    -webkit-transition: left 1.2s linear 0.2s;
    transition: left 1.2s linear 0.2s
}
.section-field  .slide-3 label {
    -webkit-transition: left 1.5s linear 0.4s;
    transition: left 1.5s linear 0.4s
}
.section-field  .slide-4 label {
    -webkit-transition: left 1.6s linear 0.6s;
    transition: left 1.6s linear 0.6s
}
.section-field .input-field.slide_active label {
    position: relative;
    left: 0;
    /*transition:left 0.8s linear 1s*/
}
.section-field .input-field.slide_active {
    position: relative;
    right: 0;
    /*transition:right 0.8s linear 0s*/
}
.checkbox-block {
    overflow: hidden;
    padding-bottom: 5px;
    margin-left:0px;
    padding-left:0px;
}
.section-field {
    margin-bottom: 80px;
    overflow: hidden;
    padding-bottom: 5px;
}
.section-field .input-field {
    margin-top: 0;
}
.section-field .input-field label {
    height: 80px;
    line-height: 80px;
    padding-left: 119px;
    margin: 0 0 0 8px;
    font-size: 1.8em;
/*    color: rgba(0,0,0,0.9);*/
    display: block;
    top: 0;
}
.section-field .input-field:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -5px;
    left: 93px;
    width: 100%;
    width: calc(100% - 89px);
    width: -webkit-calc(100% - 89px);
    background: #f3f3f5;
}
.section-field [type="radio"].filled-in:checked+ label {
    color: rgba(0,0,0,0.4);
}
.custom-check .input-field label span {
    font-size: 2em;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 31px;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 300;
}
.checkbox-block [type="radio"].filled-in:not(:checked)+ label:after, .checkbox-block [type="radio"].filled-in:checked+ label:after {
    width: 80px;
    height: 80px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    webkit-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
}
.checkbox-block [type="radio"].filled-in:checked+ label:after {
    border: 1px solid #334d83;
    background-color: #334d83;
}

.checkbox-block [type="radio"].filled-in:not(:checked)+ label:before {
    border-radius: 0;
    top: 20px;
    left: 22px;
    -webkit-transform: rotateZ(44deg);
    transform: rotateZ(44deg);
    width: 15px;
    height: 29px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.checkbox-block [type="radio"].filled-in:checked+ label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    top: 20px;
    left: 22px;
    width: 15px;
    height: 29px;
    -webkit-transform: rotateZ(44deg);
    transform: rotateZ(44deg);
    z-index: 999999;
    border-radius: 0;
}

/*.checkbox-block [type="radio"].filled-in:checked+ label:before {
 width: 15px;
 height: 29px;
 }*/

.checkbox-block {
    padding-top: 23px;
}
.element-field .radiobox-field {
    padding-top: 33px;
}
.radiobox-field .radio-box {
    margin-bottom: 32px;
}
.element-field .btn-block-wrap {
    padding-left: 112px;
    padding-top: 55px;
}
/*message send pop up*/

.popup_Section {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    max-width: 780px;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}
.modal-content-text {
    position: relative;;
    padding: 36px 29px 21px 30px;
}
.modal-subtext {
    font-size: 1.3em;
    color: rgba(255,255,255,0.8);
    display: block;
}
.modal-content-text .modal-heading h4 {
    font-size: 2.2em;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}
.checkbox_group {
    border-top: 1px solid rgba(255,255,255,0.52);
    border-bottom: 1px solid rgba(255,255,255,0.52);
    margin-top: 26px;
    padding-top: 7px;
    padding-bottom: 26px;
}
.left-block {
    width: 22px;
    float: left;
    font-size: 1.1em;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
    padding-top: 15px;
}
.subject-input span {
    display: block;
    font-size: 1.1em;
    color: rgba(255,255,255,0.5);
    font-weight: 300;
    padding-top: 3px;
    text-transform: uppercase;
}
.subject-input .input-line {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,0.52);
    font-size: 1.4em;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}
.textarea-box {
    border: none;
    height: 127px;
    resize: none;
    border-bottom: 1px solid rgba(255,255,255,0.52);
    font-size: 1.4em;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
}
.textarea-box:focus {
    border-bottom: 1px solid #334d83;
    box-shadow: 0 1px 0 0 #334d83;
}
.right-block {
    width: calc(100% - 22px);
    float: left;
}
.right-block .input-field {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 8px;
}
.modal-content-text label {
    font-size: 1.346em;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
}
.modal-content-text .btn-block {
    margin-top: 17px;
}
.modal-content-text [type="checkbox"].filled-in:not(:checked)+ label:after, .modal-content-text [type="checkbox"].filled-in:checked+ label:after, .modal-content-text [type="checkbox"].filled-in:checked+ label:after {
    border: 1px solid rgba(255,255,255,0.5);
    background-color: transparent;
}
.modal-content-text [type="checkbox"].filled-in:not(:checked)+ label:before {
    border: none;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    left: 7px;
    top: 6px;
}
.modal-content-text [type="checkbox"].filled-in:checked+ label:before {
    border: none;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    left: 7px;
    top: 6px;
    width: 16px;
    height: 13px;
    background-image: url(../images/sprite.png);
    background-position: -47px -228px;
    background-repeat: no-repeat;
}
/*======Scroll======*/
.content-scroll {
    max-height: 430px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f2f2f2;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #334d83;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    opacity: 0.5;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #900f28;
}
.mCustomScrollBox {
    padding-right: 8px;
}
.pie_progress path {

    stroke: #eff0f0;
}
.pie_progress ellipse {
    stroke: rgba(255,255,255,0.1);
}
.pie_progress__number {
    font-size: 2.157em;
    color: #fff;
}
.pie_progress {
    width: 88px;
    margin: 10px auto;
}
.pie_progress__number span {
    font-size: 0.5em;
}
/*=================== Styling Step-2 Page===================*/

.subpage-banner {
    min-height: inherit;
    padding: 88px 0 24px;
}
.header-danger {
    padding: 75px 0;
    background: #334d83;
}
.header-danger h2 {
    font-size: 2.8em;
    color: #fff;
}
.heading-text h2 {
    font-size: 3em;
}
.header-default {
    padding: 53px 0 50px;
}
.header-default h3, .action-plan-content h3 {
    text-transform: none;
    font-size: 2.4em;
}
.action-plan-content {
    padding: 51px 0 270px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f5d6d+0,000000+75 */
       background: #334d83; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #334d83 0%,#000000 90%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, #334d83 -26%, #000000 90%);
    background: linear-gradient(to bottom, #334d83 -26%,#000000 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334d83', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5d6d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.action-plan-content h3 {
    font-weight: 400;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}
.action-plan-block {
    min-height: 230px;
    padding: 35px 15px 10px 35px;
    margin-right: 60px;
    background: rgba(49,96,114,0.47);
}
.action-plan-block-right {
    margin-left: 60px;
    margin-right: 0;
}
.action-plan-block h4 {
    text-transform: none;
    color: #fff;
    font-size: 2.0em;
    font-weight: 400;
    margin-bottom: 30px;
}
.action-plan-block p {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 300;
    color: rgba(255,255,255,0.62);
}
.last-row p {
    font-size: 1.4em;
    line-height: 1.4;
}
.action-plan-content .plan-row {
    margin-bottom: 59px;
}
.medium-height-block {
    min-height: 280px;
}
.action-plan-content .medium-plan-row {
    margin-bottom: 22px;
}
.top-height-block {
    min-height: 500px;
}
.action-plan-content  .top-plan-row {
    margin-bottom: 75px;
}
.three-level-plan-block {
    margin-right: 28px;
}
.three-levelcenter-plan-block {
    margin-left: 20px;
    margin-right: 10px;
}
.three-level-block-right {
    margin-left: 25px;
    margin-right: 0;
}
.three-block-content.top-height-block {
    padding: 20px 15px 10px 19px;
    min-height: 429px;
}
.three-block-content.top-height-block  h4 {
    font-size: 1.8em;
    margin-bottom: 15px;
}
.container .row-space {
    margin-top: 18px;
}
.bottom-space {
    padding: 124px 0 0;
}
.action-plan-content .row {
    position: relative;
}
.sprite-arrow {
    width: 24px;
    height: 22px;
    background-position: 0 -108px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -ms-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
    -webkit-transform: translate(-50% ,-50%);
}
.top-height-block {
    margin-bottom: 20px;
}
.pos-first {
    left: 33%;
}
.pos-second {
    left: 67.3%;
}
.video-block {
    padding: 71px 0 0;
}
.video-frame {
    position: relative;
    padding-top: 57%;
    margin-top: -54px;
    overflow: hidden;
}
.video-frame iframe {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-frame .mouse_out-hide {
    display: none;
}
.video-frame:hover .mouse_out-hide {
    display: block;
}
.text-video {
    font-size: 2.4em;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.btn-group-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 65px;
    height: 45px;
    margin-top: 29px;
}
.sprite-vimeo {
    position: absolute;
    width: 65px;
    height: 45px;
    left: 0;
    top: 0;
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent !important;
}
.btn-group-wrap .play {
    background-position: 0 -386px;
}
.btn-group-wrap .pause {
    background-position: 0 -321px;
}
.hide-btn {
    display: none;
}
.result-section {
    padding-top: 48px;
    color: #fff;
}
.result-section h3 {
    text-transform: initial;
    font-weight: 400;
    font-size: 2em;
}
.chart-block h3 {
    padding-bottom: 27px;
    color: rgba(255,255,255,0.5);
}
.commenti-box {
    padding-top: 17px;
}
.chart-wrap {
    display: inline-block;
    width: 100%;
    background: #29535f;
    background: rgba(51, 77, 131, 0.47);
    
    
}
.result_circle {
    float: left;
    width: 60%;
    width: calc(100% - 58px);
    width: -webkit-calc(100% - 58px);
}
.score-board {
    width: 100%;
    text-align: center;
}
.circle_chart {
    width: 58px;
    float: left;
}
.chart-wrap span {
    font-size: 1.4em;
    display: block;
}
.chart-wrap .title-box {
    font-family: 'Montserrat', sans-serif;
}
.chart-wrap .score-board span {
    font-size: 1.3em;
}
.chart-wrap .result_number, .chart-wrap .score-board .result_number {
    font-size: 1.8em;
    font-weight: 700;
    margin-top: 4px;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.chart-wrap .score-board .result_number {
    margin-top: 12px;
}
.circle_chart .pie_progress {
    width: 58px;
    margin: 0 auto;
}
.circle_chart .pie_progress ellipse {
    stroke: #5c719c;
}
.chart-wrap {
    color: #fff;
    padding: 9px 10px 10px 12px;
}
.commenti-box {
    padding-bottom: 31px;
}
.commenti-box p {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 300;
}
.space-tb {
    margin-top: 12px;
    margin-bottom: 10px;
}
.space-tb .chart-wrap {
    padding-bottom: 17px;
    padding-left: 28px;
}
.chart-wrap .result-text {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}
.result_face-block {
    text-align: center;
    padding: 9px 10px 10px 12px;
    background: #29535f;
}
.result_face-block span {
    font-size: 1.8em;
    display: block;
}
.result_face-block .heading-text {
    font-weight: 700;
}
.result_face-block .sub-text {
    font-size: 1.4em;
    margin-top: 6px;
}
.result-section .btn-block-wrap .btn-box:last-child, .btn-block-space .btn-box:last-child {
    margin-left: 0;
}
.result-section .btn-box {
    margin: 0 63px;
}
.result-section .btn-block-wrap {
    margin-top: 66px;
    margin-bottom: 107px;
}

.btn-block-space {
    padding-top: 65px;
}
.btn-block-space .btn-box {
    margin: 0 63px;
}
.counter_bar svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 264; /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 264;
}
.z-depth-1 {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.05);
}
.btn-group-wrap {
    position: absolute;
}
.circle_animation.off{
    -webkit-transition:inherit;
    transition:inherit;
}

/*Simone*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;

}

.error {
 font-weight:800;
    margin:0px;
    padding:0px;
    color:#334d83;
      text-align:center;
}

.success {
 font-weight:800;
    margin:0px;
    padding:0px;
    color:#009900!important;
    text-align:center;
}

.invalid {border-bottom:2px solid #B61835!important;}

/* WD specifici */
.faccia{
	text-align:center;
}

.faccia img{
	width:60px;
}

.copyright{font-size:16px !important;}

.copyright sup{
	font-size:90%;
	top: -0.4em;
 }
 
 
 /*2021*/
 .etmin, .etmax{
	 font-weight:bold;
	 font-size:16px;
	 display:block;
	 padding-top:12px !important;
 }
 
 .etmin{float:left;}
 .etmax{float:left;}
 
 .sixchecks{
	 float:left;
	 width:395px;
	 height:50px;
	 padding-left:15px;
 }
 
 .checkclearer{
	 height:80px;
	 margin:0px !important;
	  padding:0px !important;
 }
 
 .checkclearer label{
	 margin:0px !important;
	 display:block;
	 padding:20px !important;
	 text-align:center !important;
 }
 
  .checkclearer .leval{
	  text-align:center !important;
  }
  
  .smallsub{
	  margin-left:20px;
	  font-size:16px;
  }