.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    transform: translateZ(0) scale(1, 1);
    -webkit-transform: translateZ(0) scale(1, 1);
    -moz-transform: translateZ(0) scale(1, 1);
    -ms-transform: translateZ(0) scale(1, 1)
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    display: inline-block
}

.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -15px;
    position: absolute;
    font-size: 30px;
    top: 50%
}

.owlDot .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px
}

.owlDot .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owlDot .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 7px 3px 7px 2px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc
}

.owlDot .owl-dots .owl-dot.active span,.owlDot .owl-dots .owl-dot:hover span {
    background-color: #da3836
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.banner-block {
    position: absolute;
    z-index: 11;
    top: 0;
    width: 100%
}

.banner-content {
    display: inline-block;
    vertical-align: middle
}

.banner-heading {
    font-size: 70px
}

.banner-heading span {
    font-family: "opensansregular",sans-serif
}

.heading2 {
    margin-bottom: 20px
}

.nav.nav-tabs {
    border: none;
    padding: 0 10px
}

.nav.nav-tabs li a {
    color: #444;
    border: none;
    border-bottom: 3px solid #fff;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 6px 15px
}

.nav.nav-tabs li.active a {
    border: none;
    border-bottom: 3px solid #a4365d;
}

.tab-content {
    -webkit-box-shadow: 0 0 10px #a7a7a7;
    -moz-box-shadow: 0 0 10px #a7a7a7;
    -ms-box-shadow: 0 0 10px #a7a7a7;
    -o-box-shadow: 0 0 10px #a7a7a7;
    box-shadow: 0 0 10px #a7a7a7;
    padding: 20px;
    line-height: 30px;
    margin-top: 10px
}

.course .nav.nav-tabs li {
    float: none
}

.course .nav.nav-tabs li a {
    border: none
}

.course .nav>li>a:focus,.nav>li>a:hover,.nav.nav-tabs li.active a {
    background-color: transparent
}

.course .nav.nav-tabs li.active a {
    color: #a4365d;
    background-color: rgba(241, 241, 241, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.course .nav.nav-tabs li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.course .nav.nav-tabs li a:hover {
    background-color: #f1f1f1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.course .tab-content {
    padding: 0;
    margin-top: 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.fee-details {
    background-color: rgba(0,0,0,0.6)
}

.fd-block i {
    font-size: 50px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: none;
    border-top: 1px solid
}

.recruiter {
    background-color: #fff;
    padding: 20px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px
}

.testi-block {
    margin: 0 100px
}

.testi-block img {
    float: left;
    margin-right: 20px;
    width: 300px;
    height: 300px
}

.testi-inner {
    position: absolute;
    right: 20px;
    width: 60%;
    background-color: rgba(255,255,255,0.92);
    padding: 50px;
    top: 50%;
    margin-top: -120px;
    color: #111
}

.testi-block p strong {
    display: block;
    margin-top: 10px
}

.thankyou-content {
    padding: 168px 0;
    text-align: center
}

.thankyou-content h1 {
    font-size: 32px;
}

.thankyou-content p {
    font-size: 18px;
    margin: 0;
}

.dynamic_theme_block .tab-pane .form-group {
    margin-bottom: 10px;
}

.dynamic_theme_block .form-custom .form-group.captcha-txt {
    margin-top: 12px;
}

.dynamic_theme_block .form-custom .captcha {
    margin-top: -11px;
}

.form-custom {
    padding-right: 0;
}

.dynamic_theme_block .form-custom .checkbox {
    margin-top: 10px;
}

#registerForm > div.form-custom > div.form-group.label-floating.Mobile {
    width: 48%;
    float: left;
}

.dynamic_theme_block .form-custom .Mobile .otpverifylink {
    top: -1px;
    right: 0;
}

.dynamic_theme_block .form-custom .form-group.OTP {
    width: 48%;
    display: inline-block;
    float: right;
    margin-top: -33px;
    margin-bottom: 10px;
}

.dynamic_theme_block .form-custom .verify-no-txt .verifytxt {
    display: none;
}

.otpresendlink {
    margin-top: -22px;
}

.or-seperator {
    margin: 10px 0 5px 0;
}

.dynamic_theme_block .panel-body {
    height:380px;
}

.otptimer {
    margin-top: -22px;
}

.otpunverified {
    margin-top: 13px;
    right: 0;
}