.head-bg {
    background: url("../../images/head-bg.png") 0 0 / cover no-repeat;
    color: rgba(255, 255, 255, .8);
    padding: 3em 0;
}

.zopim {
    display: none !important;
}

.height_570 {
    min-height: 670px;
}

.tkMainNav #tkNavbar ul > li.nav-item.active > a {
    display: none;
}

#output_bhavyam .dropdown-menu {
    display: block !important;
}

#output_bhavyam > a {
    display: none !important;
}

#tkNavbar.collapse:not(.show) {
    display: block !important;
}
.heading-parallax {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .1)), to(rgba(0, 0, 0, .9))), url(../../images/newtkimages/heading-parallax.png);
    background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .9)), url(../../images/newtkimages/heading-parallax.png);
    background-image: -o-linear-gradient(left top, rgba(255, 255, 255, .1), rgba(0, 0, 0, .9)), url(../../images/newtkimages/heading-parallax.png);
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, .1), rgba(0, 0, 0, .9)), url(../../images/newtkimages/heading-parallax.png);
    min-height: auto;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
    overflow: hidden;
    background-blend-mode: multiply;
}
.corporate-parallax {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .2)), to(rgba(255, 0, 0, .1))), url(../../images/corporate-training.png);
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .2), rgba(255, 0, 0, .1)), url(../../images/corporate-training.png);
    background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .2), rgba(255, 0, 0, .1)), url(../../images/corporate-training.png);
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .2), rgba(255, 0, 0, .1)), url(../../images/corporate-training.png);
    height: 130vh;
    /* margin-bottom: -54px; */
    min-height: 37rem;
}
#Speak-to-our-training-advisor {
    height: auto;
}
.bg-gray {
    background-color: #ebebeb;
}
.lblca {
    overflow: hidden;
}
.awu-form {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 20px #5d5d5d;
    box-shadow: 0 0 20px #5d5d5d;
    padding: 3rem;
}

.awu-form p {
    margin-bottom: 0
}

.awu-form select.form-control {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #ebebeb url("../../images/fancy-arrow.png") 97% 50% no-repeat !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #000 !important;
    height: 40px !important;
    margin: 15px 0
}

.awu-form select.form-control.error {
    border: solid 1px #fa0000 !important
}

.m-select {
    width: 100%;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: url("../../images/fancy-arrow.png") 95% center no-repeat !important;
    border: 0;
    border-radius: 0;
    color: #000;
    height: 32px !important;
    border-bottom: solid 1px #c4c4c4 !important;
    padding-left: 0
}

.awu-form select.form-control {
  /* for Firefox */
  -moz-appearance: none !important;
  /* for Chrome */
  -webkit-appearance: none !important; 
  appearance: none !important;
}

/* For IE10 */
.awu-form select::-ms-expand {
  display: none;
}

.tk_checkbox {
    display: block;
    background-color: #ddd;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    margin-bottom: 20px;
    font: 400 1rem/1rem "Roboto", sans-serif;
    color: #000;
    padding: 20px;
    width: 100%
}

.tk_checkbox::after {
    overflow: hidden;
    position: absolute;
    content: '';
    right: 15px;
    top: 13px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #d0d0d0 url("../../images/payment-mode-arrow-white.png") center no-repeat
}

.tk_checkbox > input {
    display: none;
}

.tk_checkbox.active {
    background-color: #00a0e1;
    color: #fff
}

.tk_checkbox.active::after {
    background: #fff url("../../images/payment-mode-arrow-blue.png") center no-repeat
}
.input {
    position: relative;
    z-index: 1;
    padding-top: 25px
}

.input__field {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    position: relative;
    display: block;
    border: 0;
    border-radius: 0;
    color: #000;
    font: 500 1.14rem/2.14rem "Roboto", sans-serif
}

.input__field:focus {
    outline: 0
}

.input__label {
    color: #000;
    font-size: .9rem
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none
}

.icon {
    color: #ddd;
    font-size: 150%
}

.input--hoshi {
    overflow: hidden
}

.input__field--hoshi {
    width: 100%;
    background: transparent
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1em);
    text-align: left;
    pointer-events: none
}

.input__label-content--hoshi {
    position: absolute
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    border-bottom: 1px solid #a7a7a7
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid #db0404;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.input__label--hoshi-color-1::after {
    border-color: hsl(200, 94%, 47%)
}

.error+.input__label--hoshi-color-1:after {
    border-color: #db0404
}

.input__field--hoshi:focus+.input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.input__field--hoshi:focus+.input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 .3s forwards;
    animation: anim-1 .3s forwards
}

.tk_texarea {
    position: relative;
    padding-bottom: 1px
}

.tk_texarea:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #a7a7a7
}

.tk_texarea textarea {
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 45px;
    font-weight: 500;
    color: #000;
    width: 100%;
    position: relative
}

.tk_texarea textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tk_texarea.active::before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: hsl(200, 94%, 47%);
    -webkit-animation: width-full .3s ease-in-out;
    animation: width-full .3s ease-in-out
}

.tk_texarea textarea::-webkit-input-placeholder,
.feadbackForm input::-webkit-input-placeholder {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    opacity: 1;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px
}

.tk_texarea textarea:-ms-input-placeholder,
.feadbackForm input:-ms-input-placeholder {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    opacity: 1;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px
}

.tk_texarea textarea::-ms-input-placeholder,
.feadbackForm input::-ms-input-placeholder {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    opacity: 1;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px
}

.tk_texarea textarea::placeholder,
.feadbackForm input::placeholder {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    opacity: 1;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px
}

.tk_filetype {
    display: block;
    width: 100%
}

.tk_filetype:before {
    text-align: center;
    width: 100%;
    border-radius: 5px;
    content: 'Choose File';
    padding: 10px;
    background: #0d72da;
    display: block;
    color: #fff
}

.tk_filetype input {
    display: none
}

.feadbackForm .error .input__label--hoshi::before {
    border-bottom: 1px solid #db0404
}

.tk_texarea.error::before {
    background-color: #db0404
}

.feadbackForm select.form-control.error {
    color: #db0404 !important;
    border-bottom: solid 1px #db0404 !important
}

.feadbackForm .error input::-webkit-input-placeholder,
.feadbackForm .error textarea::-webkit-input-placeholder {
    color: #db0404 !important
}

.feadbackForm .error input:-ms-input-placeholder,
.feadbackForm .error textarea:-ms-input-placeholder {
    color: #db0404 !important
}

.feadbackForm .error input::-ms-input-placeholder,
.feadbackForm .error textarea::-ms-input-placeholder {
    color: #db0404 !important
}

.feadbackForm .error input::placeholder,
.feadbackForm .error textarea::placeholder {
    color: #db0404 !important
}
.btn-xl {
    font-weight: 500;
    font-size: 1.5rem;
    display: table-cell;
    vertical-align: middle;
    height: 3.4rem;
}
.btn {
    line-height: 1.7rem;
    border-radius: 10px;
    font-family: "Roboto";
    font-weight: 500;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    outline: 0;
    transform: translateY(0);
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0)
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0)
    }
}

@-webkit-keyframes width-full {
    0% {
        width: 0
    }

    51% {
        width: 51%
    }

    100% {
        width: 100%
    }
}

@keyframes width-full {
    0% {
        width: 0
    }

    51% {
        width: 51%
    }

    100% {
        width: 100%
    }
}
@media (max-width: 768px) {
    .tkMainNav{
        position: relative;
    }   
}

