@import "inner-page-style.css";
a,
button {
    text-decoration: none!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    display: block;
    font-family: 'Bebas Neue'
}

p,
ul {
    margin: 0;
    padding: 0
}

input:focus {
    box-shadow: none;
    outline: 0
}

p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}

body {
    background: #fff;
    font-family: Roboto;
    position: relative;
    font-weight: 400;
    overflow-x: hidden
}

body,
html {
    height: 100%;
    width: 100%
}

#header {
    transition: all .4s ease-in-out;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 25px 0;
    transition: top .6s;
    background: rgba(0, 0, 0, .71);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .71) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .71)), color-stop(68%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .71) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .71) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .71) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .71) 0, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 100%)
}

header.sticky {
    padding: 0;
    transition: all .4s ease-in-out;
}

header.sticky {
    background: #efefef;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

header.sticky .logo {
    width: 275px
}

header.sticky .megamenu {
    margin-top: 0
}

header.sticky .lg-logo {
    display: none
}

header.sticky .sm-logo {
    display: block;
    margin-top: 8px
}

.logo {
    width: 230px;
    margin-left: 15px
}

.logo img {
    width: 100%
}

.sm-logo {
    display: none
}

header.sticky .step-one-menu>li>a {
    /*padding:10px 18px*/
    padding: 10px 14px
}

header.sticky .step-two-menu {
    top: 41px
}

header.sticky .logo {
    margin-left: 5px
}

header.sticky .megamenu {
    margin-right: 5px
}

.megamenu {
    width: 100%;
    margin-top: 15px;
    position: relative;
    margin-right: 15px
}

.step-one-menu {
    position: relative;
    background: #ce1013;
    background: -moz-linear-gradient(-45deg, #ce1013 0, #e82c30 100%);
    background: -webkit-linear-gradient(-45deg, #ce1013 0, #e82c30 100%);
    background: linear-gradient(135deg, #ce1013 0, #e82c30 100%)
}

.step-one-menu>li {
    float: left;
    list-style-type: none
}

.step-one-menu>li>a {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    padding: 16px 18px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.step-one-menu>li:hover>a {
    background: #fff;
    color: #000;
    border-bottom: 1px dashed #eee;
}

.step-one-menu>li:hover>a::after {
    opacity: 1;
    visibility: visible
}

#search-page i {
    transform: scale(.8)
}

.step-one-menu>li.active .step-two-menu {
    display: block
}

.dd-menu>a {
    cursor: default
}

.selected a {
    background: #f5a11a
}

.step-one-menu>li:hover .step-two-menu {
    opacity: 1;
    visibility: visible
}

.step-two-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 53px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden
}

.step-two-menu h3 {
    font-size: 20px;
    padding-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
    font-family: 'Bebas Neue'
}

.step-two-menu ul li {
    list-style-type: none;
    margin-bottom: 5px;
    position: relative
}

.step-two-menu ul li a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 2px 10px;
    position: relative
}

.step-two-menu ul li a:hover {
    color: #000
}

.step-two-menu ul li a::before {
    content: '';
    height: 2px;
    width: 4px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.step-two-menu ul li a:hover::before {
    background: #d83135
}

.step-two-menu ul li:last-child {
    margin-bottom: 0
}

.step-two-menu ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s
}

.step-two-menu ul li a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.dd-menu>a::before {
    content: '';
    height: 4px;
    width: 4px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    border-radius: 50%;
    right: 12px;
    top: 18px
}

.step-two-menu.stu-dd {
    width: 250px;
    left: auto;
    background: #fff
}

.step-two-menu.stu-dd li a {
    color: #000;
    background: #fff
}

#section1 {
    height: 600px
}

#section2 {
    height: 700px
}

#section3 {
    height: 450px
}

.animate-btn {
    color: #91cbad;
    overflow: hidden;
    position: relative
}

.animate-btn span.effect-btn {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0392ce;
    transition: width .4s ease-in-out, height .4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.animate-btn:hover {
    color: #dff0e7
}

.animate-btn:hover span.effect-btn {
    width: 225%;
    height: 562.5px
}

.animate-btn:active {
    background-color: #0392ce
}

.btn-text {
    z-index: 1;
    display: block;
    position: relative
}

.logo:hover .logo-infocard {
    opacity: 1;
    visibility: visible;
    top: 70px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

header.sticky .logo-infocard {
    top: 40px!important
}

header.sticky .logo:hover .logo-infocard {
    top: 30px!important
}

.logo-infocard {
    position: absolute;
    top: 80px;
    left: 30px;
    margin-top: 20px;
    width: 440px;
    padding: 20px;
    background: #cd2122;
    border-radius: 2px;
    font-size: 12px;
    display: block;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-backface-visibility: hidden;
    color: #fff
}

.logo-infocard a {
    color: #fff
}

.logo-infocard p {
    font-size: 12px;
    line-height: 16px
}

.logo-infocard p strong {
    margin-bottom: 2px;
    display: inline-block
}

.custom.contact-details p {
    margin-bottom: 6px
}

.infocard-wrapper.text-center p {
    font-size: 11px
}

.logo-small {
    width: 60px;
    display: inline-block;
    border: 2px solid #fff;
    margin-bottom: 6px
}

.logo-small img {
    width: 100%
}

.list-scoial {
    margin-top: 12px
}

.list-scoial a {
    font-size: 16px
}

header.sticky .mobile-header {
    top: 10px
}

.mobile-header {
    position: absolute;
    right: 15px;
    top: 16px;
    background: #d83135;
    height: 39px;
    padding: 0 5px;
    border-radius: 30px
}

.mobile-header span {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.mobile-header span a {
    font-size: 17px;
    color: #fff;
    padding: 5px 10px
}

.mobile-header .menu-toggle {
    display: inline-block;
    vertical-align: middle
}

.mobile-header>span:first-child a i {
    position: relative;
    top: 2px
}

.mobile-header.tog>span {
    display: none
}

.menu-toggle {
    width: 44px;
    padding: 10px
}

.menu-toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu-toggle span:last-child {
    margin-bottom: 0
}

.body-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.menu-toggle.arrow-r span:first-child {
    transform: rotate(42deg);
    position: relative;
    top: 9px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu-toggle.arrow-r span:last-child {
    transform: rotate(-42deg);
    position: relative;
    bottom: 7px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu-toggle.arrow-r span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.body-overlay.swipe {
    opacity: 1;
    visibility: visible
}

.carousel-inner>.item {
    background-attachment: fixed!important
}

.carousel-inner>.item.active .banner-content {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    position: relative
}

.banner-overlay-color {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.banner-content {
    width: 504px;
    background: rgba(245, 161, 26, .9);
    padding: 35px;
    color: #fff;
    padding-bottom: 120px;
    position: absolute;
    bottom: 30px;
    border-radius: 40px 0 40px 0;
    opacity: 0;
    visibility: hidden;
    left: -100px;
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.banner-content h2 {
    font-size: 85px;
    line-height: 85px;
    text-shadow: 3px 0 2px rgba(0, 0, 0, .2)
}

.banner-content h3 {
    font-size: 56px;
    line-height: 50px;
    margin: 5px 0;
    text-shadow: 3px 0 2px rgba(0, 0, 0, .2)
}

.banner-content p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    animation: typing 4s steps(100, end), blink-caret .5s step-end infinite alternate
}

.banner-content:after {
    left: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 161, 26, 0);
    border-left-color: #f5a11a;
    border-left-color: rgba(245, 161, 26, .9);
    border-width: 30px;
    margin-top: -30px
}

#myCarousel .carousel-control {
    height: 56px!important;
    width: 56px!important
}

#myCarousel .carousel-control.left {
    border: 0;
    background: url(../upload/slider-left-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 60px;
    bottom: 60px;
    top: auto
}

#myCarousel .carousel-control.right {
    border: 0;
    background: url(../upload/slider-right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 120px;
    bottom: 60px;
    top: auto
}

.modal-open .modal {
    background: rgba(0, 0, 0, .8)
}

.vdo-modal .modal-body {
    padding: 0
}

.vdo-modal .modal-content {
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
    border: 0
}

.vdo-modal .modal-dialog {
    width: 900px
}

.vdo-popup iframe {
    width: 100%;
    height: 500px
}

.loaded #loader-wrapper {
    display: none
}

#loader-wrapper #loader {
    text-align: center
}

#loader-wrapper #loader p {
    font-size: 12px;
    position: relative;
    top: -6px;
    font-weight: 700
}

#loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .96);
    z-index: 100000
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px
}

#loader img {
    width: 60px
}

.banner-phone-no {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1
}

.banner-phone-no span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-right: 70px
}

.banner-phone-no span a {
    font-weight: 500;
    color: #fff;
    margin-left: 10px
}

.banner-phone-no ul {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.banner-phone-no ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px
}

.banner-phone-no ul li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background: #f5a11a
}

.banner-phone-no ul::before {
    content: '';
    height: 1px;
    width: 50px;
    background: #f5a11a;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%)
}

.founder-msg {
    width: 330px;
    padding: 15px;
    background: rgba(24, 27, 28, .9);
    border-radius: 10px 10px 0 10px;
    position: absolute;
    right: 30px;
    bottom: 150px;
    z-index: 1
}

.founder-msg::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 15px 0;
    border-color: transparent rgba(24, 27, 28, .9) transparent transparent;
    position: absolute;
    right: 0;
    bottom: -15px
}

.founder-msg h3 {
    font-size: 18px;
    color: #f3b453;
    margin-bottom: 10px;
    font-family: Roboto;
    font-weight: 500
}

.founder-msg p {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    line-height: 17px
}

.founder-msg small {
    color: #fff
}

.user-avtar {
    background: #0392ce;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -65px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(204, 169, 44, .4);
    animation: user-avtar 4s infinite
}

.user-avtar img {
    width: 100%
}

@-webkit-keyframes user-avtar {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .6)
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes user-avtar {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .6);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, .6)
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

.why-join-sec {
    background: #111
}

.why-join-sec .container-fluid,
.why-join-sec .container-fluid .row {
    height: 100%
}

.why-join-sec .col-md-5.col-sm-6,
.why-join-sec .col-md-7.col-sm-6 {
    height: 100%
}

.black-overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: relative
}

.padd-0 {
    padding: 0
}

.why-join-cont {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.why-join-cont h3 {
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 5px
}

.why-join-cont h2 {
    font-size: 70px;
    line-height: 60px;
    color: #fff
}

.why-join-cont p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px
}

.cta-btn-lg {
    height: 49px;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 2px
}

.cta-btn-lg:hover {
    background: #0392ce;
    color: #fff
}

.box-50-h {
    height: 50%;
    position: relative
}

.rating-no {
    position: absolute;
    bottom: 30px;
    left: 30px
}

.rating-no h2 {
    font-size: 80px;
    color: #fff;
    line-height: 60px
}

.rating-no h2 sup {
    font-size: 30px;
    position: relative;
    top: -35px;
    right: -10px
}

.rating-no h5 {
    font-size: 28px;
    color: #fff
}

.rating-no p {
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

.rating-cu>span {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block
}

.cu-unique-sec {
    background: #d83135
}

.cu-unique-sec .container-fluid,
.cu-unique-sec .container-fluid .row {
    height: 100%
}

.cu-unique-sec .col-sm-5,
.cu-unique-sec .col-sm-7 {
    height: 100%
}

.unique-cu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.unique-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px
}

.unique-content h5 {
    font-size: 32px;
    line-height: 32px;
    color: #fff
}

.unique-content p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 8px 0
}

.cta-btn-sm {
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px
}

.cta-btn-sm:hover {
    background: #0392ce;
    color: #fff
}

.what-cu {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0
}

.what-cu h2 {
    font-size: 70px;
    color: #fff;
    line-height: 60px
}

.what-cu h2 span {
    font-size: 56px;
    color: #fff;
    display: block
}

.what-cu p {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 300
}

.box-100-h {
    height: 100%;
    position: relative
}

.latest-news-sec {
    padding: 30px 25px
}

.latest-news-sec h3 {
    font-size: 36px;
    color: #333
}

.latest-news-sec h2 {
    font-size: 46px;
    line-height: 50px;
    color: #333
}

.latest-news-sec h2 span {
    color: #0392ce
}

.latest-news-sec h5 {
    font-size: 26px;
    color: #333;
    font-family: Roboto
}

.latest-news-sec ul {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 30px
}

.latest-news-sec ul li {
    display: block;
    list-style-type: none;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0
}

.latest-news-sec ul li a {
    display: block;
    text-decoration: none
}

.latest-news-sec ul li a:hover .n-dt span {
    background: #f5a11a
}

.latest-news-sec ul li a:hover p {
    color: #666
}

.latest-news-sec ul li p {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    max-width: 500px
}

.n-dt {
    margin-bottom: 6px
}

.n-dt span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 4px 10px;
    background: #0392ce;
    font-size: 13px;
    font-family: 'Bebas Neue';
    line-height: 12px;
    margin-right: 6px;
    border-radius: 30px;
    letter-spacing: 0
}

.n-dt h6 {
    color: #333;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Bebas Neue'
}

.news-thumb span {
    height: 55%;
    display: block;
    overflow: hidden
}

.news-thumb span img {
    width: 100%
}

.news-cont {
    height: 45%;
    display: block;
    padding: 20px;
    background: #ececec;
    position: relative
}

.news-cont h2 {
    font-size: 26px;
    color: #333;
    line-height: 26px
}

.news-cont p {
    margin: 10px 0
}

.news-slider .owl-nav {
    height: 0
}

.news-slider .owl-nav .owl-prev span {
    border: 0;
    background-image: url(../upload/slider-left-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 45%;
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%
}

.news-slider .owl-nav .owl-next span {
    border: 0;
    background-image: url(../upload/slider-right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 45%;
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%
}

.video-btn {
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-btn img {
    width: 100%
}

.video-btn:hover {
    width: 100px
}

.news-slider .item,
.news-slider .news-thumb,
.news-slider .owl-carousel,
.news-slider .owl-item,
.news-slider .owl-stage,
.news-slider .owl-stage-outer {
    height: 100%
}

.top-aro:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236, 236, 236, 0);
    border-bottom-color: #ececec;
    border-width: 20px;
    margin-left: -20px
}

.bottom-aro:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(236, 236, 236, 0);
    border-top-color: #ececec;
    border-width: 20px;
    margin-left: -20px
}

.friendly-uni-sec {
    position: relative;
    padding-bottom: 50px
}

.uni-pic {
    position: relative
}

.uni-pic img {
    width: 100%
}

.uni-heading {
    background: #fff;
    outline: 8px solid rgba(255, 255, 255, .1);
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px 15px
}

.uni-heading h2 {
    font-size: 50px;
    color: #d83135;
    line-height: 45px;
    display: block
}

.uni-heading h2 span {
    color: #333;
    display: inline-block
}

.uni-features {
    margin-top: -350px
}

.uni-feat-thumb {
    border-top: 4px solid #0392ce;
    min-height: 244px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    display: block
}

.h-inner {
    background: rgba(216, 27, 30, .92);
    display: inline-block;
    padding: 16px;
    position: absolute;
    bottom: 0
}

.uni-feat-thumb h3 {
    font-size: 26px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 3px
}

.uni-feat-thumb p {
    max-width: 195px;
    color: #fff;
    line-height: 16px
}

.uni-feat-thumb ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px
}

.uni-feat-thumb ul li a {
    color: #333
}

.uni-feat-thumb ul li a:hover {
    text-decoration: underline!important
}

.uni-feat-thumb img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block
}

.testi-heading {
    text-align: center
}

.testi-heading h2 {
    font-size: 60px;
    color: #333
}

.testi-heading ul {
    margin: 15px 0;
    margin-bottom: 50px
}

.testi-heading ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 4px
}

.testi-heading ul li a {
    padding: 5px 18px;
    background: #b5d7e4;
    color: #fff;
    display: block;
    border-radius: 30px
}

.testi-heading ul li a:hover {
    background: #0392ce;
    color: #fff
}

.test-slider .item {
    padding: 20px;
    padding-right: 0;
    padding-top: 0
}

.test-slider .owl-item:nth-child(2n) {
    background: #f1f1f1
}

.test-thumb {
    border-right: 1px solid #0392ce;
    padding-top: 20px
}

.test-thumb>i {
    font-size: 40px;
    color: #dcdcdc
}

.test-thumb p {
    color: #666;
    margin: 10px 0;
    padding-right: 20px
}

.stu-info {
    text-align: right;
    padding-right: 15px
}

.stu-info .user-avtar {
    position: static;
    display: inline-block;
    vertical-align: top
}

.stu-name {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-top: 4px
}

.stu-name h5 {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500
}

.stu-name h6 {
    font-size: 11px;
    color: #333;
    font-family: Roboto;
    margin: 2px 0
}

.stu-name ul {
    display: inline-block
}

.stu-name ul li {
    list-style-type: none;
    display: inline;
    font-size: 12px;
    float: left;
    color: #f5a11a
}

.test-slider .owl-nav {
    height: 0
}

.test-slider .owl-nav .owl-prev span {
    border: 0;
    background-image: url(../upload/slider-left-arrow-black.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 50px;
    top: -60px;
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%
}

.test-slider .owl-nav .owl-next span {
    border: 0;
    background-image: url(../upload/slider-right-arrow-black.png);
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: -60px;
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%
}

.partner-section {
    border-top: 1px solid #ddd;
    padding: 10px 0
}

footer {
    background: url(../upload/pattren.jpg);
    background-repeat: repeat;
    padding-top: 30px
}

footer .col-md-3.col-sm-3.col-xs-6 {
    border-right: 1px solid #343434
}

footer .col-md-3.col-sm-3.col-xs-6:last-child {
    border-right: 0
}

.ft-links h4 {
    font-size: 22px;
    color: #d3d3d3;
    margin-bottom: 10px;
    font-family: 'Bebas Neue'
}

.ft-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 3px
}

.ft-links ul li a {
    font-size: 12px;
    color: #a5a5a5;
    position: relative
}

.ft-links ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #a5a5a5;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s
}

.ft-links ul li a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.newsletter-ft {
    padding: 30px 0 0;
    background: rgba(255, 255, 255, .02);
    margin-top: 20px
}

.newsletter-ft h4 {
    font-size: 22px;
    color: #d3d3d3;
    margin-bottom: 10px;
    font-family: 'Bebas Neue'
}

.newsletter-ft p {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 18px;
    margin-bottom: 10px
}

.news-letter-form form {
    position: relative
}

.news-letter-form form .inp-box {
    height: 49px;
    border: 0;
    background: #fff;
    padding: 0 15px;
    width: 100%;
    border-radius: 2px;
    padding-right: 140px
}

.news-letter-form form .cta-btn-lg {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0 15px;
    border-radius: 0 2px 2px 0;
    background: #d83135;
    font-size: 16px
}

.news-letter-form small {
    color: #a5a5a5;
    font-size: 12px;
    margin-top: 10px;
    display: block
}

.newsletter-ft .col-md-6:first-child {
    border-right: 1px solid #343434
}

.ab-uni p a {
    color: #f5a11a
}

.ab-uni ul li {
    list-style-type: none;
    margin-bottom: 4px
}

.ab-uni ul li a {
    color: #a5a5a5;
    text-decoration: underline!important
}

.ab-uni ul li a:hover {
    text-decoration: none!important
}

.cu-address p {
    position: relative;
    padding-bottom: 4px;
    padding-left: 24px
}

.cu-address p::after {
    content: "\f015";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 16px
}

.help-nos ul li {
    display: block;
    list-style-type: none;
    margin-bottom: 4px;
    position: relative;
    padding-left: 24px;
    color: #a5a5a5
}

.help-nos ul li a {
    color: #a5a5a5;
    font-size: 12px;
    position: relative
}

.help-nos span {
    display: block;
    width: 152px;
    margin-top: 20px
}

.help-nos span a {
    display: block
}

.help-nos span img {
    width: 100%
}

.help-nos ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #a5a5a5;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s
}

.help-nos ul li a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.help-nos ul li:first-child::before {
    content: "\f095";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 16px
}

.help-nos ul li:nth-child(2)::before {
    content: "\f0e0";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 2px;
    font-size: 13px
}

.help-nos ul li:last-child::before {
    content: "\f041";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 16px
}

.copy-rights {
    position: relative;
    border-top: 1px solid #343434;
    margin-top: 30px;
    padding: 20px 0 60px
}

.copy-links {
    margin-top: 10px
}

.copy-links ul li {
    float: left;
    list-style-type: none;
    padding: 0 8px;
    border-right: 1px solid #a5a5a5;
    line-height: 10px
}

.copy-links ul li a {
    color: #a5a5a5;
    font-size: 12px;
    position: relative
}

.copy-links ul li:first-child {
    padding-left: 0
}

.copy-links ul li:last-child {
    border-right: 0
}

.copy-links ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #a5a5a5;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s
}

.copy-links ul li a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.copy-r {
    color: #a5a5a5;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 36px;
}

.social-media ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px
}

.social-media ul li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #8c8c8c;
    background: #363636
}

.social-media ul li a:hover {
    opacity: .5
}

.inner-banner-overlay {
    background: rgba(96, 125, 139, .75)
}

.banner-inner-content {
    padding: 150px 0 30px;
    position: relative;
    z-index: 9;
}

.banner-inner-content h2 {
    font-size: 90px;
    color: #fff;
    line-height: 80px;
    text-shadow: 3px 0 2px rgba(0, 0, 0, .2);
}

.banner-inner-content h3 {
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    text-shadow: 3px 0 2px rgba(0, 0, 0, .2);
}

.video-play-icon {
    margin: 30px 0
}

.video-play-icon a {
    display: inline-block
}

.video-play-icon img {
    width: 60px
}

.video-play-icon h6 {
    font-size: 18px;
    color: #d2d0d0;
    margin-top: 5px
}

.banner-btns {
    display: inline-block
}

.banner-btns li {
    list-style-type: none;
    float: left;
    margin-right: 15px
}

.banner-btns li:last-child {
    margin-right: 0
}

.banner-btns li a {
    height: 41px;
    color: #fff;
    background: #333;
    line-height: 41px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    border-radius: 2px;
    font-weight: 500
}

.banner-btns li a:hover {
    background: #f5a11a!important;
    color: #fff
}

.banner-btns li:nth-child(1) a {
    background: #161616
}

.banner-btns li:nth-child(2) a {
    background: #0392ce
}

.banner-btns li:nth-child(3) a {
    background: #d83135
}

.pagination-page {
    border-bottom: 3px solid #eaeaea;
    padding: 20px 0;
    margin-bottom: 20px
}

.breadcrumb-style {
    margin-top: 10px
}

.breadcrumb-style ul li {
    display: inline-block;
    list-style-type: none;
    color: #333;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px
}

.breadcrumb-style ul li a {
    color: #333
}

.breadcrumb-style ul li a:hover {
    color: #d83135
}

.breadcrumb-style ul li:first-child {
    padding-left: 0
}

.breadcrumb-style ul li::after {
    content: '/';
    position: absolute;
    right: -2px
}

.breadcrumb-style ul li:last-child::after {
    display: none
}

.breadcrumb-style ul li:last-child {
    font-weight: 600
}

.share-event li {
    list-style-type: none;
    display: inline-block;
    margin-left: 4px
}

.share-event li a {
    height: 33px;
    width: 33px;
    background: #ebebeb;
    color: #000;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    border: 1px solid #e4e4e4
}

.share-event li:nth-child(1) a i {
    color: #0392ce!important
}

.share-event li:nth-child(2) a i {
    color: #d83135!important
}

.share-event li:nth-child(3) a i {
    color: #5e5e5e!important
}

.page-content-area p {
    margin-bottom: 10px
}

.page-content-area h3 {
    margin-bottom: 5px
}

.page-content-area h4 {
    margin-bottom: 5px;
    font-size: 24px
}

.prog-feat-box {
    margin: 30px 0
}

.pro-feat-thumb span {
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.pro-feat-thumb span img {
    width: 100%
}

.pro-feat-cont {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 15px
}

.pro-feat-cont p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.prog-list-sec {
    margin: 30px 0
}

.prog-list-pnl span {
    background: #ddd;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 12px 15px;
    border-radius: 4px 4px 0 0;
    font-weight: 500
}

.prog-list-pnl ul {
    padding: 15px
}

.prog-list-pnl ul li {
    display: block;
    list-style-type: none;
    margin-bottom: 8px
}

.prog-list-pnl ul li a {
    color: #333;
    font-size: 14px;
    line-height: 18px
}

.prog-list-pnl ul li a:hover {
    color: #0392ce;
    font-weight: 500
}

.page-content-area h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px
}

.box-shadow-common {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    border: 1px solid #eee
}

.custom-list-style li {
    list-style-type: none;
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px
}

.custom-list-style li::before {
    content: '';
    height: 5px;
    width: 5px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.custom-list-style li a {
    color: #333;
    font-weight: 400
}

.instuite-info {
    padding: 15px
}

.instuite-info h4 {
    margin-bottom: 2px;
    margin-top: 5px;
    font-size: 20px
}

.instuite-info h6 {
    margin-bottom: 2px;
    font-size: 16px
}

.instuite-info span {
    display: block
}

.instuite-info span img {
    max-width: 100%
}

.useful-links-list {
    background: #0392ce;
    padding: 15px
}

.useful-links-list ul li {
    list-style-type: none;
    display: block
}

.useful-links-list ul li a {
    display: block;
    padding: 7px 0;
    color: #fff;
    border-bottom: 1px dashed #37a4d2
}

.useful-links-list ul li:last-child a {
    border-bottom: 0
}

.useful-links-list ul li a:hover {
    color: #99e1ff;
    border-color: #99e1ff
}

.apply-btn-div {
    margin: 15px 0
}

.apply-btn-div a {
    display: block;
    text-align: center
}

.apply-btn-doc {
    margin: 15px 0;
    margin-top: 1px
}

.apply-btn-doc a {
    display: block;
    text-align: center
}

.red-btn {
    background: #d83135
}

.orange-btn {
    background: #f5a11a;
    font-size: 16px
}

.bg-blue {
    background: #0392ce!important
}

.bg-red {
    background: #d83135!important
}

.other-program-sec p {
    margin-bottom: 15px
}

.other-program-sec h4 {
    margin-bottom: 10px;
    font-size: 24px
}

.other-program-sec ul li a:hover {
    color: #0392ce;
    font-weight: 500
}

.carrer-scope-sec {
    padding: 30px;
    background: #e3f3fa;
    margin: 30px 0;
    border-radius: 4px
}

.graphics-thumbnails {
    margin: 30px 0 60px
}

.h-350 {
    height: 350px;
    background: #fff;
    position: relative
}

.h-350:hover {
    transform: scale(1.01)
}

.welcome-stu-thumb img {
    width: 100%;
    margin: 20px 0
}

.wel-thumb-cont {
    text-align: center;
    padding: 0 20px;
    margin-top: 15px
}

.wel-thumb-cont h3 {
    font-size: 28px;
    color: #333
}

.wel-thumb-cont p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #333
}

.wel-thumb-cont h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0392ce;
    font-family: Roboto
}

.career-stu-thumb>img {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px
}

.carr-thumb-cont {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1
}

.carr-thumb-cont p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 6px
}

.carr-thumb-cont h2 {
    font-size: 38px;
    line-height: 36px;
    color: #333
}

.carr-thumb-cont-btm {
    position: absolute;
    bottom: 15px;
    left: 15px
}

.carr-thumb-cont-btm p {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    margin-bottom: 4px
}

.carr-thumb-cont-btm h2 {
    font-size: 36px;
    font-weight: 900;
    color: #0392ce;
    font-family: Roboto
}

.carr-thumb-cont-btm a {
    position: relative;
    left: 35px
}

.carr-thumb-cont-btm a img {
    width: 200px
}

.predict-career-report-thumb {
    overflow: hidden
}

.predict-career-report-thumb img {
    width: 100%
}

.predict-carr-thumb-cont {
    position: absolute;
    left: 15px;
    top: 15px
}

.predict-carr-thumb-cont p {
    font-size: 22px;
    font-weight: 300;
    color: #fff
}

.predict-carr-thumb-cont h2 {
    font-size: 42px;
    color: #fff
}

.predict-carr-thumb-cont a {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    border: 1px dashed #fff;
    display: inline-block;
    padding: 3px 10px
}

.placement-tracker-thumb img {
    width: 200px;
    display: block;
    margin: auto
}

.placement-tracker-thumb-cont {
    padding: 15px
}

.placement-tracker-thumb-cont h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    font-family: Roboto
}

.placement-tracker-thumb-cont ul {
    margin: 5px 0
}

.placement-tracker-thumb-cont ul li {
    list-style-type: none;
    display: block;
    margin: 2px 0
}

.placement-tracker-thumb-cont ul li a {
    font-size: 14px;
    color: #333
}

.placement-tracker-thumb-cont ul li a:hover {
    color: #0392ce
}

.placement-tracker-thumb-cont>a {
    background: #0392ce;
    display: block;
    color: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 4px
}

.inner-pp .banner-inner-content h3 {
    font-size: 68px;
    line-height: 60px
}

.inner-pp .banner-inner-content h3 small {
    color: #fff;
    font-size: 34px
}

.prog-list-sec-inner .pro-feat-cont {
    width: 60%;
    vertical-align: top
}

.prog-list-sec-inner .prog-feat-box {
    margin-top: 0
}

.prog-list-sec-inner .pro-feat-cont h4 {
    margin-bottom: 10px;
    font-size: 20px
}

.scrollable-table {
    overflow: auto
}

.scrollable-table table {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.scrollable-table table tr:hover {
    background: #f1f1f1
}

.scrollable-table th {
    background: #eee;
    border-bottom: 0!important
}

.searchbar {
    background: #ddd;
    padding: 5px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    display: none
}

.searchbar form {
    max-width: 480px;
    margin: auto;
    position: relative
}

.searchbar form input {
    width: 100%;
    background: #fff;
    height: 36px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    border: 0
}

.searchbar form input:focus {
    outline: 0;
    border: 0;
    box-shadow: none
}

.searchbar .se-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 35px;
    color: #333;
    width: 40px;
    text-align: center;
    border: 0;
    background-color: #fff;
    border-radius: 0 4px 4px 0;
    background-image: url(../upload/search-icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center
}

.searchbar .close-btn {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.body-color-overlay {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none
}

.noscroll {
    overflow: hidden
}

@media only screen and (max-width:568px) {
    .searchbar form {
        max-width: 300px
    }
}

@media only screen and (max-width:479px) {
    .searchbar form {
        max-width: 90%;
        margin-left: 0
    }
    .close-btn {
        right: 5px!important
    }
}

.view.hm-white-light.jarallax {
    height: 100%
}

.cse-spcl-pro {
    background: #e3f3fa;
    padding: 20px;
    border-radius: 4px
}

.cse-spcl-pro h3 {
    margin-bottom: 15px
}

.cse-spcl-pro ul li:last-child {
    margin-bottom: 0
}

.cursor:after {
    content: "";
    opacity: 0;
    animation: cursor 1s infinite
}

@keyframes cursor {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.carousel-inner>.item:hover {
    cursor: grab
}

.combo-box {
    margin-bottom: 10px
}

.combo-box .c-box1 {
    text-align: center;
    background: #0392ce;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 15px
}

.combo-box .c-box2 {
    text-align: center;
    background: #d83135;
    color: #fff;
    padding: 8px;
    border-radius: 6px
}

.combo-box h5 {
    font-size: 18px
}

.combo-box p {
    margin-bottom: 6px
}

.m-bott {
    margin-bottom: 6px
}

.top-30 {
    margin-top: -30px
}

.head-top {
    margin-top: 20px
}

.top-15 {
    margin-top: -15px
}

.logo-top {
    margin-top: -10px
}

.sub-head {
    font-size: 20px!important
}

.sub-head a {
    color: #d83135
}

.sub-head1 a {
    color: #d83135
}

.getouch {
    margin-top: 15px
}

.getouch-doc {
    margin-top: -20px
}

.fee_det {
    margin-bottom: 0!important;
    line-height: 24px!important
}

.headng {
    margin-bottom: 5px!important
}

.dur {
    margin-bottom: 25px!important
}

.pro-feat-thumb-new {
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #e6e5e5);
    box-shadow: 0 2px 3px #cecece;
    position: relative
}

.pro-feat-thumb-new span {
    display: inline-block;
    border: none;
    border-radius: 0 0 164px 0;
    -moz-border-radius: 0 0 164px 0;
    -webkit-border-radius: 0 0 164px 0;
    border: 0 solid #d3d6d67a;
    width: 100%;
    height: 180px;
    background: rgba(47, 47, 47, .72);
    overflow: hidden;
    vertical-align: middle
}

.prog-list-sec-inner .pro-feat-cont-new {
    padding: 1em 1em;
    width: 100%;
    margin-top: 4px;
    display: inline-block
}

.prog-list-sec-inner .pro-feat-cont-new h4 {
    position: absolute;
    top: 118px;
    background-color: rgba(255, 255, 255, .78);
    display: block;
    width: 50%;
    left: 0;
    padding: 11px 15px;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px
}

.pro-feat-thumb-new span img {
    width: 100%
}

.custom-list-style-new li {
    list-style-type: none;
    display: block;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px
}

.custom-list-style-new li::before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 2px
}

.f-right {
    float: right
}

.bott-16 {
    margin-bottom: 16px
}

.bott-36 {
    margin-bottom: 36px
}

.me-bott {
    margin-bottom: 48px
}

.design-bott {
    margin-bottom: 20px
}

.indus-bott {
    margin-bottom: 28px
}

.sch-bott {
    margin-bottom: 56px
}

.dept-bott {
    margin-bottom: 64px
}

.labs-bott {
    margin-bottom: 76px
}

.shade-lg {
    width: 66%!important
}

.shade-xl {
    width: 70%!important
}

.testimonial-btn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100
}

.testimonial-btn a {
    display: inline-block
}

.testimonial-element {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 1000;
    transform: translateX(-100%);
    overflow: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.testimonial-element.open {
    transform: translateX(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.closebtn {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 0
}

.rating-all {
    display: block;
    margin-bottom: -8px;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px
}

.rating-all span {
    vertical-align: top;
    background: #00a7d7;
    color: #fff;
    font-size: 24px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 30px;
    margin-left: 5px
}

.rating-all span i {
    font-size: 15px;
    position: relative;
    top: -2px
}

.rate-rht {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 2px;
    text-align: left
}

.rate-rht p {
    margin-bottom: 0;
    display: block;
    line-height: 16px
}

.fix-testi-wrap {
    margin-bottom: 30px
}

.container-slide {
    width: 100%;
    margin: 0 auto
}

.tab_container .panel-body {
    padding: 0
}

@media (min-width:768px) {
    .tab_container .tab_content .tab-pane {
        display: block!important
    }
    .tab_container .panel-title {
        font-size: 18px
    }
    .tab_container .panel-heading {
        display: none
    }
    .tab_container .panel {
        border: none;
        box-shadow: none
    }
    .tab_container .panel-collapse {
        height: auto
    }
    .tab_container .panel-collapse.collapse {
        display: block
    }
    .tab_container .panel-title>a:before {
        float: right!important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
        font-size: 16px
    }
    .tab_container .panel-title>a.collapsed:before {
        float: right!important;
        content: "\f067";
        font-size: 16px
    }
}

@media (max-width:767px) {
    .tab_container .panel-title {
        font-size: 18px
    }
    .tab_container .tab-content .tab-pane {
        display: block
    }
    .tab_container .tab_content .tab-pane {
        display: block!important
    }
    .tab_container .nav-tabs {
        display: none
    }
    .tab_container .panel-title a {
        display: block
    }
    .tab_container .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px
    }
    .tab_container .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0
    }
    .tab_container .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px
    }
    .tab_container .panel-title>a:before {
        float: right!important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
        font-size: 16px
    }
    .tab_container .panel-title>a.collapsed:before {
        float: right!important;
        content: "\f067";
        font-size: 16px
    }
}

.tabbed {
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    padding: 30px;
    max-height: 100%;
    display: block
}

.nav-tabbed {
    margin: 0;
    padding: 0;
    border-bottom-color: #eee
}

.nav-tabbed {
    border-bottom: 1px solid #dee2e6
}

.nav-tabbed .nav-item {
    margin-bottom: -1px
}

.tabbed .nav-tabbed li.active .nav-link,
html.dark body .tabbed .nav-tabbed li.active .nav-link {
    border-top-color: #000;
    color: #000
}

.nav-tabbed li.active .nav-link,
.nav-tabbed li.active .nav-link:focus,
.nav-tabbed li.active .nav-link:hover {
    background: #fff
}

.nav-tabbed li .nav-link,
.nav-tabbed li .nav-link:hover {
    background: #fdecd1;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #f5a11a;
    color: #ccc
}

.nav-tabbed li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin-right: 1px;
    font-weight: 700;
    border-top-color: #d83135;
    background: #f7d5d6
}

.nav-tabbed .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-link {
    display: block;
    padding: .5rem 1.5rem
}

.tabbed .nav-tabbed .nav-link,
html body .tabbed .nav-tabbed .nav-link:hover,
html.dark body .tabbed .nav-tabbed .nav-link,
html.dark body .tabbed .nav-tabbed .nav-link:hover {
    color: #000
}

.nav-tabbed li:last-child .nav-link {
    margin-right: 0
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 0;
    height: 43px;
    line-height: 31px;
    color: #ccc;
    overflow: hidden;
    position: relative
}

ul.tabs li:hover {
    border-top-color: #f5a11a;
    color: #08c
}

ul.tabs li.active {
    color: #333;
    border-bottom: 1px solid #fff;
    display: block
}

.tab_container {
    border-top: none;
    width: 100%;
    background: #fff;
    overflow: auto;
    overflow-y: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.tab_content {
    padding: 30px;
    display: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 2 1px 5px 0 rgba(0, 0, 0, .04);
    background-color: #fff;
    border: 0 solid #eee;
    border-top: 0;
    margin-top: .8rem;
    margin-bottom: -20px
}

.tab_drawer_heading {
    display: none
}

@media screen and (max-width:480px) {
    .tabs {
        display: none
    }
    .tab_content {
        padding: 0;
        display: block!important;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 2 1px 5px 0 rgba(0, 0, 0, .04);
        background-color: #fff;
        border: 0 solid #eee;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .tab_container .panel-body {
        padding: 30px
    }
    .tab_container {
        box-shadow: none
    }
}

@media screen and (max-width:767px) {
    .tabs {
        display: none
    }
    .tab_content {
        padding: 0;
        display: block!important;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 2 1px 5px 0 rgba(0, 0, 0, .04);
        background-color: #fff;
        border: 0 solid #eee;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .tab_container .panel-body {
        padding: 30px
    }
    .tab_container {
        box-shadow: none
    }
}

.cta-btn-viewall {
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    margin-left: 14px
}

.caption-bg {
    background: rgba(25, 24, 24, .66)
}

.caption-head {
    color: #f5a11a
}

.cta-bott {
    margin-bottom: 1rem
}

.ibm-sec {
    margin: 1px 0 30px
}

.m-20 {
    margin-bottom: 20px
}

.page-content-area .head-bott {
    margin-bottom: -28px
}

.head-txt {
    padding: 15px 0 0px;
    font-size: 18px;
    color: #fff;
    line-height: 24px
}

.star {
    color: #d83135
}

.line {
    margin-top: 15px;
    margin-bottom: -15px
}

.line p {
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    color: #d83135
}

.tagline p {
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    color: #d83135;
    float: right;
    margin-top: -20px
}

.cusat-logo {
    width: 80px;
    margin-bottom: 5px
}

.scrollbar {
    float: left;
    max-height: 360px;
    overflow-y: auto
}

#notif-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
    border-radius: 10px
}

#notif-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

#notif-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.44, rgb(245, 161, 26, .9)), color-stop(.72, rgb(245, 161, 26, .9)), color-stop(.86, rgb(245, 161, 26, .9)))
}

.test-thumb {
    border-right: 1px solid #0392ce;
    padding-top: 20px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    padding: 20px
}

.test-slider .owl-item:nth-child(2n) {
    background: #fff
}

.test-slider .item {
    padding: 15px
}

.news-letter-form form .inp-box {
    height: 45px;
    padding: 0 15px
}

.news-letter-form form .cta-btn-lg {
    position: static;
    height: 41px;
    border-radius: 4px;
    line-height: 41px;
    font-size: 14px;
    margin-top: 5px
}

.padd-50 {
    padding: 50px 0
}

.div_details {
    display: none;
    margin-top: 20px
}

#cd-nav {
    display: none
}

.inn-body-main .is-fixed,
.page-wrapper .is-fixed {
    display: block!important
}

.ad-title {
    font-size: 44px!important;
    line-height: 40px
}

.ad-title span {
    font-size: 24px!important
}

.plac-banner {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat
}

.padd-wrapper {
    background: #fff;
    padding: 35px 24px;
    margin-top: -70px;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
    position: relative
}

.prog-content {
    padding: 0!important
}

.dowanload-registration {
    margin-bottom: 15px
}

.dowanload-registration a {
    background-image: linear-gradient(to right, #02b3e4 0, #02ccba 100%);
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    background-color: #02b3e4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    border-radius: 6px;
    text-align: center;
    padding: 15px 0
}

.dowanload-registration a:hover {
    background: #333;
    color: #fff
}

.university-placement-tracker-wrap {
    margin-top: 0!important
}

.dowanload-registration ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
    margin-bottom: 10px
}

.dowanload-registration ul li a {
    padding: 15px 15px
}

.dowanload-registration ul li.active a {
    background: #333;
    color: #fff
}

.admissions-quick-link {
    display: block!important
}

.para p {
    margin-bottom: 15px
}

@media only screen and (max-width:479px) {
    .dowanload-registration a {
        padding: 12px 13px!important;
        display: block!important
    }
}

.pop-listing li {
    list-style-type: none;
    margin-bottom: 5px
}

.pop-listing {
    margin-bottom: 15px
}

.my-rightnav .prog-related-links .related-links-nav {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    display: block
}

.my-rightnav .prog-related-links {
    background: #0392ce;
    padding: 15px
}

.my-rightnav .prog-related-links ul li {
    list-style-type: none;
    display: block
}

.my-rightnav .prog-related-links ul li a {
    display: block;
    padding: 7px 0;
    color: #fff;
    border-bottom: 1px dashed #37a4d2
}

.my-rightnav .prog-related-links ul li:last-child a {
    border-bottom: 0
}

.my-rightnav .prog-related-links ul li a:hover {
    color: #99e1ff;
    border-color: #99e1ff
}

.req-form-edit input[type=text],
.req-form-edit select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#animatedModal {
    display: none
}

.placement-tracker .blockx ul li a {
    cursor: pointer
}

.short-menu {
    text-align: right;
    position: absolute;
    right: 0;
    top: -30px
}

.short-menu ul {
    display: inline-block
}

.short-menu ul li {
    float: left;
    list-style-type: none;
    margin-left: 25px
}

.short-menu ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif
}

.short-menu ul li a:hover {
    color: #ce1013
}

.noti-icon {
    position: relative
}

.noti-icon button {
    height: 50px;
    width: 50px;
    background: 0 0;
    font-size: 24px;
    color: #f5a11a;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 0;
    position: absolute;
    right: 30px;
    bottom: 80px;
    border: 1px solid #fff
}

.noti-icon button:focus {
    outline: 0;
    box-shadow: none
}

.notifi-listing ul li {
    list-style-type: none;
    display: block
}

.notifi-listing ul li a {
    background: rgba(255, 255, 255, .85);
    border-radius: 6px;
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.notifi-listing ul li a span {
    color: #000;
    border: 1px solid #ddd;
    margin-left: 0;
    font-size: 10px;
    padding: 5px 5px;
    border-radius: 30px;
    margin-top: 5px;
    line-height: 10px;
    display: inline-block;
    background: #fbb446
}

.notifi-listing ul li h6 {
    color: #000;
    font-size: 14px
}

.notifi-listing {
    position: absolute;
    right: 30px;
    bottom: 140px;
    width: 300px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.notifi-listing.close-swipe {
    transform: scale(0);
    transform-origin: bottom right;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.goto-top {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, .7);
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    border: 1px dashed #fff;
    font-size: 20px;
    z-index: 100;
    display: none;
    cursor: pointer
}

.goto-top i {
    color: #fff
}

#cd-nav.is-fixed ul li a {
    padding: .3em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
    color: #000!important;
    padding: 10px 15px
}

.block-content h1 {
    margin-bottom: 10px
}

.block-content h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: inherit;
    line-height: 30px
}

.block-content p {
    margin-bottom: 10px
}

.pp-c {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px
}

.pp-c h3 {
    font-size: 38px;
    line-height: 40px
}

.pp-c h5 {
    background: #d11317;
    display: inline-block;
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    font-family: Roboto
}

.total-p {
    border: 3px dashed rgba(221, 221, 221, .30980392156862746);
    padding: 12px;
    text-align: center;
    border-radius: 12px
}

.whatsapp li {
    width: 25px;
    margin-left: 10px!important
}

.whatsapp li a {
    display: inline-block
}

.whatsapp li a img {
    width: 100%
}

.on-scroll-whatapp {
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding-right: 10px;
    display: none
}

.on-scroll-whatapp ul li {
    list-style-type: none;
    float: left;
    margin: 0
}

.on-scroll-whatapp ul li a {
    padding: 16px 0
}

header.sticky .on-scroll-whatapp {
    display: block
}

header.sticky .on-scroll-whatapp ul li a {
    padding: 9px 0
}

.footer-fixed-bar {
    background: rgba(0, 0, 0, .95);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    padding: 10px 0;
    display: none
}

.footer-fixed-bar p {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0
}

.footer-fixed-bar a {
    font-size: 16px;
    text-decoration: none;
    /*text-transform:uppercase;font-weight:700;*/
    color: #fff;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

.opp-modal .modal-header .close {
    color: #fff;
    text-shadow: none;
    opacity: 1
}

.opp-modal .modal-header {
    background: #673ab7;
    border-radius: 4px 4px 0 0;
    text-align: center
}

.opp-modal h4 {
    font-weight: 700;
    color: #fff
}

.opp-modal p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px
}

.inner-page-banner {
    position: relative
}

.pro-highlight {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #e2262a;
    padding: 10px 15px;
    z-index: 9;
}

.pro-highlight p {
    color: #fff
}


/* new css */

.side-img {
    margin-top: -0.8em;
    margin-bottom: -1em;
}

.list-bott {
    margin-bottom: 20px;
}

.tagline {
    font-size: 10px;
}

.gap {
    padding: 8px 0!important;
}

.heading-tag {
    display: none;
}

#div_top {
    position: relative;
}

#div_first_element {
    width: 100%
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: 0%;
    left: 0%;
    /*transform: translateX(-50%) translateY(-50%);*/
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #e82c30;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #e82c30;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-icon {
    margin: 18px 0;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: 6px;
    left: 3px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center center;*/
    filter: grayscale(100%);
    /*filter: opacity(50%);*/
}

.inner-page-banner:before {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.unai-logo {
    text-align: center;
}

.unai-logo img {
    margin-top: -64px;
}

.unai-logo p {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.cta-btn-lg-new {
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
}


/* video section css */

.youtube-embed {
    position: relative;
    padding-bottom: 36.5%;
    width: 100%;
    text-align: left;
}

.youtube-embed iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

#hytPlayerWrap {
    /*display: inline-block;*/
    /*margin-top: 0rem;*/
    position: relative;
    width: 100%;
}

#hytPlayerWrap.ended1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

#hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 39px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66px 66px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}

#hytPlayerWrap[class="paused"] .ytp-pause-overlay {
    display: none
}

.page-content-area .panel-title-head {
    font-size: 20px;
    margin-bottom: -1px;
}

.page-content-area .panel-title-head .fa {
    font-size: 18px;
}

.page-content-area .wrap {
    margin-bottom: 0px;
}

#hytPlayerWrapvideo {
    /*display: inline-block;*/
    /*margin-top: 0rem;*/
    position: relative;
    width: 100%;
}

#hytPlayerWrapvideo.ended1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

#hytPlayerWrapvideo.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 45px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66px 66px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}


/*page load css*/


/* body{ opacity: 0;} */


/*


.gif-logo{ 
		position: fixed;
		width: 40px;
		right: 15px;
		top: 15px;
	}
	.preloader-wrap {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0; 
	  bottom: 0;
	  background: #fff;
	  z-index : 100000; 
	}

	.percentage {
	  z-index: 100;
	  border: 1px solid #ccc;
	  text-align:center; 
	  color: #000;
	  line-height: 50px;
	  font-size : 12px;
	}

	.loader,
	.percentage{
	  height: 6px;
	  max-width: 300px; 
	  border: 1px solid #ce1013;
	  border-radius: 30px;
	  position: absolute; 
	  top: 0; 
	  bottom: 0; 
	  left: 0; 
	  right: 0;
	  margin : auto; 
	}
	.loader:after,
	.percentage:after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}

	.trackbar {
	  width: 100%;
	  height: 100%;
	  border-radius: 30px;
	  color: #fff;
	  text-align: center;
	  line-height: 10px;
	  overflow: hidden;
	  position: relative;
	  opacity: 0.99;
	}

	.loadbar {
	  width: 0%;
	  height: 100%;
	  background: #ce1013;
	  box-shadow: 0px 0px 14px 1px #ce1013; 
	  position: absolute;
	  top: 0;
	  left: 0;
	  animation: flicker 5s infinite;
	  overflow: hidden;
	}

	.glow {
	  width: 0%;
	  height: 0%;
	  border-radius: 20px;
	  box-shadow: 0px 0px 60px 10px #ce1013;
	  position: absolute;
	  bottom: -5px;
	  animation: animation 5s infinite;
	}

	@keyframes animation {
	  10% {
		opacity: 0.9; 
	  }
	  30% {
		opacity: 0.86;
	  }
	  60% {
		opacity: 0.8;
	  }
	  80% {
		opacity: 0.75;
	  }
	}







.banner-content::before {
    content: '';
    background: black;
    position: absolute;
    left: -50px;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(100px);
    z-index: -1;
	width: 100%;
	opacity: 0.5;
}
.banner-content{
	background-color: transparent;
}


.banner-content h2 {
    color: #ffffff;
    background: #dd2023;
    display: inline-block;
    padding: 18px;
    line-height: 90px;
    padding-bottom: 5px;
	margin-bottom: 5px;
}


.banner-content:after{
	display: none;
}


#my-iframe{
	width: 380px !important; 
	height: 60% !important;
}
#closeB{
	bottom: 58% !important;
}

#closeB{
	right: 38px !important;
	margin-top: -5px !important;
}


@media only screen and (max-width: 479px){
	.banner-content{
		width: 300px !important;
		background-color: transparent !important;
		padding-left: 0 !important;
	}
	.banner-content h2{
		padding-bottom: 12px;
	}
	.noti-icon button {
		right: 15px;
		bottom: auto;
		top: 50%;
		z-index: 10;
		background: #dd2023;
		border-color: #dd2023;
		position: fixed;
		transform: translateY(-50%); 
	}
}
*/


/* new css */

.m-left {
    margin-left: 3px;
}


/*.microsoft-logo {
   width: 180px;
}
.google-logo {
   width: 148px;
}
.deloitte-logo {
   width: 178px;
}*/

.banner-content p.std-name {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue';
}

.section-blog-1 .post-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.section-blog-1 .post-item * {
    z-index: 3;
    position: relative;
}

.section-blog-1 .post-item .post-image {
    position: relative;
    padding-top: 60%;
    margin-right: 15px;
    margin-bottom: 20px;
    background: no-repeat #ffa500 center center / cover;
    transition: all 600ms;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    filter: grayscale(0%);
    border-bottom: 4px solid #FFA500;
}

.section-blog-1 .post-item .post-image:hover {
    filter: grayscale(100%);
}

.section-blog-1 .post-item .post-content {
    position: relative;
    padding-left: 60px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.section-blog-1 .post-item .post-content .post-icon {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    position: absolute;
}

.section-blog-1 .post-item .post-content .post-icon img {
    top: 12px;
    left: 12px;
}

.section-blog-1 .post-item .post-content .post-icon:after {
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #FFA500;
}

.section-blog-1 .post-item:after {
    top: 15px;
    left: 15px;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: transparent;
}

.section-blog-1 h3 {
    font-size: 24px;
    line-height: 24px;
    color: #000;
    margin-bottom: 3px;
}

.section-blog-1 p {
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.uni-features {
    margin-top: -350px;
    margin-bottom: -26px;
}

.e-lead {
    text-align: center;
}

.e-lead img {
    width: 86px;
    margin-top: 15px;
}

.e-lead p {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.page-content-area h3.mb-15 {
    margin-bottom: 15px;
}

.footer-fixed-bar span {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #f7b400;
    display: inline-block;
    vertical-align: top;
}

.footer-fixed-bar {
    display: block;
    padding-bottom: 2px;
}


/* live video css */

.video-wrap {
    position: relative;
}

.video-content {
    content: "";
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    padding: 8px;
    padding-bottom: 3px !important;
    background: #b9b9bb;
    border-radius: 4px;
    border-top-right-radius: 0px !important;
}

.video-wrap .close {
    background: #b9b9bb;
    padding: 0 5px 0px 5px;
    border-top-right-radius: 4px !important;
}

.video-wrap .close,
.video-wrap .close:focus {
    position: fixed;
    z-index: 99;
    color: #fff;
    box-shadow: 0;
    text-shadow: none;
    left: 325px;
    bottom: 234px;
    opacity: 1;
    box-shadow: none;
    outline: none;
}

.toolbar {
    position: relative;
}

.toolbar .btn {
    content: "";
    position: fixed;
    bottom: 231px;
    left: 220px;
    font-weight: 700;
    padding: 2px 6px;
    background-color: #b9b9bb;
    text-decoration: none;
    color: #333;
    border: 0px solid white;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 1;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 60px;
    margin-left: 45px;
    border-radius: 0;
    z-index: 99;
    border-top-left-radius: 4px !important;
}

.toolbar .btn_live {
    padding-right: 0px;
}

span.live-icon {
    display: inline-block;
    top: calc(50% - 5px);
    background-color: red;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 1px;
}

span.live-icon:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 0, 0, 0.6);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: live 2s ease-in-out -1s infinite;
    animation: live 2s ease-in-out -1s infinite;
    z-index: -1;
}

@-webkit-keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

@keyframes live {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(3.5, 3.5);
        transform: scale(3.5, 3.5);
        background-color: rgba(255, 0, 0, 0);
    }
}

@media only screen and (max-width: 767px) {
    .video-wrap .close {
        bottom: 210px !important;
        left: 284px !important;
        padding: 0 5px 1px 5px;
    }
    .video-content {
        left: 15px;
        bottom: 40px;
    }
    .video-content iframe {
        width: 274px;
        height: 154px;
    }
    .toolbar .btn {
        bottom: 208px;
        left: 179px;
    }
}