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%
}

#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: 50px;
    -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: 50px;
    left: 30px;
    margin-top: 20px;
    width: 440px;
    padding: 20px;
    background: #1a4895;
    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: 4px
}
.mobile-header {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #fdc800;
    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: #0c47ad;
    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: #0c47ad;
    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-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: #fdc800;
    border-left-color: rgba(245, 161, 26, .9);
    border-width: 30px;
    margin-top: -30px
}

#myCarousel .carousel-control {
    height: 35px!important;
    width: 35px!important
}

#myCarousel .carousel-control.left {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    left: 60px;
    bottom: 40px;
    top: auto
}
.titlean {
    color: #fff;
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}
.modal-open .modal {
    background: rgb(0 0 0 / 39%) !important;
}

.vdo-modal .modal-body {
    padding: 0
}

.vdo-modal .modal-content {
    box-shadow: none;
    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;
    left: 30px;
    z-index: 1;
    background-color: #ffffffe0;
    padding: 5px 10px;
    border-radius: 25px;
    border: 2px dotted #1a4895;
	z-index: 99;
}

.banner-phone-no span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    color: #1a4895;
    margin-right: 10px
}

.banner-phone-no span a {
    font-weight: 500;
    color: #1a4895;
    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: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #000;
    background: #fdc800
}

.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: #fdc800;
    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: 50px;
    color: #fff;
    line-height: 32px;
}

.rating-no h2 sup {
    font-size: 30px;
    position: relative;
    top: -35px;
    right: -10px
}
.rating-no h5 {
    font-size: 24px;
    color: #fff;
}

.rating-no p {
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

.rating-ibinstitute>span {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block
}

.cu-unique-sec {
    background: #1a4895
}

.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-ibinstitute {
    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 {
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    background: #fdc800;
    display: inline-block;
    padding: 6px 26px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0 20px 20px 20px;
    margin-top: 17px;
}

.cta-btn-sm:hover {
    background: #0392ce;
    color: #fff
}

.what-ibinstitute {
    padding: 0 30px;
    position: absolute !important;
    bottom: 30px;
    left: 15px
}

.what-ibinstitute h2 {
    font-size: 70px;
    color: #fff;
    line-height: 60px
}

.what-ibinstitute h2 span {
    font-size: 54px;
    color: #fff;
    display: block
}

.what-ibinstitute 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: #fdc800
}

.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: #1a4895;
    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-title {
    margin-top:0;
    text-align:center;
    margin-bottom:45px;
    font-size: 36px;
}
.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: #f5a21d;
    color: #fff;
    display: block;
    box-shadow: 1px 0px 12px 3px #0000001f;
    border: 1.5px dotted #fff;
}

.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;
    -webkit-text-stroke: 1px #fbeec1;
    color: #fff !important;
}

.test-thumb p {
    color: #666;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
        line-height: normal;
    margin-bottom: 10px;
}

.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: 10px;
    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: #1a4895
}

.test-slider .owl-nav {
    height: 0
}

.test-slider .owl-nav .owl-prev span {
    border: 0;
	background-image: url(../../img/left-icon.png);
	background-position: center;
    background-size: 23px;
    background-repeat: no-repeat;
    right: 55px;
    top: -60px;
    position: absolute;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%
}
.owl-nav button span {
    /* background-color: #00000063 !important; */
    /* color: #fff !important; */
    /* margin: 0 11px; */
    /* border: 2px dotted #fff !important; */
    display: none;
}
.test-slider .owl-nav .owl-next span {
    border: 0;
    background-repeat: no-repeat;
	background-image: url(../../img/right-icon.png);
	background-position: center;
	background-size: 23px;
	background-repeat: no-repeat;
    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-repeat: repeat;
    padding-top: 30px;
	background-color: #001b48;
}

footer .col-md-3.col-sm-3.col-xs-6 {
    border-right: 1px solid #ffffff0f
}

footer .col-md-3.col-sm-3.col-xs-6:last-child {
    border-right: 0
}

.ft-links h4 {
    font-size: 22px;
    color: #fff;
    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: #dedede;
    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: #fff;
    margin-bottom: 10px;
    font-family: 'Bebas Neue'
}

.newsletter-ft p {
    font-size: 12px;
    color: #fff;
    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: #f5a21d;
    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 #ffffff0f
}

.ab-uni p a {
    color: #fdc800
}

.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: #fff
}

.help-nos ul li a {
    color: #fff;
    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 #ffffff0f;
    margin-top: 30px;
    padding: 20px 0 10px
}

.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: #fff;
    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: #fff;
    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: #052a3e;
    background: #fff;
}

.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: #fdc800!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: #1a4895
}

.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: #1a4895
}

.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: #1a4895!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: #1a4895
}

.orange-btn {
    background: #fdc800;
    font-size: 16px
}

.bg-blue {
    background: #0392ce!important
}

.bg-red {
    background: #1a4895!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: 18px;
    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: #1a4895;
    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: #1a4895
}

.sub-head1 a {
    color: #1a4895
}

.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
    }
    .testi-title {
        font-size: 30px;
    }    
}

.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: #f5a21d;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #fdc800;
    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: #1a4895;
    background: #00a7d7
}

.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: #fdc800;
    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: #fdc800;
    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: #fdc800
}

.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: #1a4895
}

.line {
    margin-top: 15px;
    margin-bottom: -15px
}

.line p {
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    color: #1a4895
}

.tagline p {
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    color: #1a4895;
    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: 35px 35px 0 35px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 20px;
    border: 2px dashed #fbeec1;
	min-height: 235px;
	background-color: #fff;
}

.test-slider .owl-item:nth-child(2n) {
    background: #f1f1f100
}

.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;
}

.short-menu ul.menulinks {
    display: inline-block;
	float: left;
    padding: 5px 15px;
}

.short-menu ul.menulinks li:first-child{border:0;}
.short-menu ul.menulinks li {
    float: left;
    list-style-type: none;
    padding: 0 5px;
    border-left: 1px solid #eeeeee26;
}

.short-menu ul.menulinks li a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif
}

.short-menu ul.menulinks li a:hover {
    color: #fdc800
}

.noti-icon {
    position: relative
}

.noti-icon button {
    height: 50px;
    width: 50px;
    background: 0 0;
    font-size: 24px;
    color: #fdc800;
    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
}

.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
}


.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: #fdc800;
    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 #1a4895;
	  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: #1a4895;
	  box-shadow: 0px 0px 14px 1px #1a4895; 
	  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 #1a4895;
	  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;
    }
}
#header {
   background-image: linear-gradient(white, #ffffff);
    box-shadow: 2px 6px 12px 4px #0000001c;
}
header {
    background-image: linear-gradient(#ffffff7d, #ffffff73) !important;
}
.innerHeroBanner{ min-height: 700px;}

.innerHeroBanner .owl-stage-outer,
.innerHeroBanner .owl-stage,
.innerHeroBanner .owl-item{ height: 100%;}

.innerHeroBanner::before{
	content: '';
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0; 
	right: 0;
	top: 0; 
	bottom: 0;
	z-index: 10
}

.innerBannerContent{ position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 10}
.innerBannerContent .container-fluid{ padding: 0 30px;}
.h-100{ height: 100%;}
.h-50{ height: 50%;}
.mr-0{ margin: 0}
.bannerheadings{ position: absolute; top: 50%; transform: translateY(-50%)}
.bannerheadings h1{ font-size: 84px; color: #fff; line-height: 70px;}
.bannerheadings h1 span{ font-size: 54px; color: #fdc800; line-height: 50px; display: block}


.programForm-sec{ width: 464px; position: absolute; top: 50%; transform: translateY(-50%); background: #fff; right: 100px}
.programForm-header{ background: #fdc800; padding: 20px 25px;}
.programForm-header h2{ font-size: 30px; color: #222325;}
.programForm-header p{ font-size: 14px; color: #333;}

.programForm-area{ padding: 20px 25px 30px 25px;}
.programForm-area input[type=submit]{
	background: #2077c8;
	height: 47px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding: 15px 30px;
	border-radius: 4px;
	text-transform: uppercase;
	border: 0
}


/****  floating-Lable style start ****/
.floating-label { 
    position:relative; 
    margin-bottom: 15px;
  }
  .floating-input , .floating-select {
    font-size:14px;
	border: 0;
    border-bottom: 1px solid #ddd;
    display:block;
    width:100%;
    height:45px;
    background-color: transparent;
    padding: 0;
	color: #000;
    border-radius: 0;
	  -moz-appearance: none;
	  -webkit-appearance: none;
  }
  
  .floating-input:focus , .floating-select:focus {
       outline:none;
       border-color: #1a73e8; 
  }
  
  .floating-label label {
    color:#999; 
    font-size:14px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:0;
    top:14px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
  }
  
  .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-8px;
    left: 0;
    font-size:11px; 
    color:#1a73e8;
    background: #fff;
  }
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-8px;
    left: 0;
    font-size:11px; 
    color:#1a73e8;
    background: #fff;
  }
  
  /* active state */
  .floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width:50%;
  }
  


/**/

.bannerBottomNav{ margin-top: -70px; position: relative; z-index: 10; padding: 0 30px; margin-bottom: 48px;}
.bannerBottomNav ul li{ float: left; margin-right: 40px; list-style-type: none;}
.bannerBottomNav ul li a{ padding: 15px 0; font-size: 16px; font-weight: 500; color: #fff; text-transform: uppercase; border-bottom: 4px solid transparent;}
.bannerBottomNav ul li:last-child{ margin-right: 0}
.bannerBottomNav ul li a:hover{ border-color: #fdc800}


.popularFeature-sec{ height: 650px;}

.popularFeat-leftSide .owl-stage-outer,
.popularFeat-leftSide .owl-stage,
.popularFeat-leftSide .owl-item{ height: 100%;}

.featLogo{ position: absolute; top: 30px; right: 30px; z-index: 1}
.popluarFeat-cont{ background: rgba(255,255,255,0.8); position: absolute; bottom: 30px; left: 30px; padding: 30px; z-index: 1; right: 30px;}
.popluarFeat-cont h3{ font-size: 40px; color: #333; letter-spacing: 10px;}
.popluarFeat-cont h2{ font-size: 62px; color: #333;}
.popluarFeat-cont h2 span{ color: #ed1c23}
.popluarFeat-cont h2 span sup{ font-size: 60%;}

.popularFeat-leftSide .owl-item::before{
	content: '';
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0; 
	right: 0;
	top: 0; 
	bottom: 0;
	z-index: 1
}

.popularFeat-rightSide{}
.popularFeat-rightSide .col-xs-6{}
.popularFeat-rightSide .col-xs-6 h3{ position: absolute; left: 30px; bottom: 30px; font-size: 30px; line-height: 30px; color: #fff; padding-right: 100px;}
.popularFeat-rightSide .col-xs-6 h3 a{
	background: #fdc800;
	height: 43px;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	border-radius: 4px;
	text-transform: uppercase;
	border: 0;
	font-family: Roboto;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	line-height: 43px;
	width: 120px;
	text-align: center;
}
.popularFeat-rightSide .col-xs-6:nth-child(1){ background: #fdc800;}
.popularFeat-rightSide .col-xs-6:nth-child(3){ background: #ed1c24;}
.popularFeat-rightSide .col-xs-6:nth-child(2){ background: #333333;}
.popularFeat-rightSide{}


.acadmicSlider .owl-stage-outer,
.acadmicSlider .owl-stage,
.acadmicSlider .owl-item{ height: 100%;}



.programDetailsLeft{ padding: 50px 30px;}
.aboutProgram{ margin-bottom: 30px;}
.aboutProgram h3{font-family: Roboto; font-size: 24px; font-weight: bold; color: #111; margin-bottom: 15px;}
.aboutProgram p{}
.aboutProgram h2{ font-size: 36px; color: #111; margin-bottom: 15px; line-height: 35px;}
.listStyle-1 li{ list-style-type: none; margin-bottom: 15px; position: relative; padding-left: 40px;}
.listStyle-1 li::after{
	content: "\f046"; 
    font-family: FontAwesome;
    left:0;
    position:absolute;
    top:-3px;
	font-size: 24px;
}


.programList{}
.programList span{ background: #e3e3e3; display: block; font-size: 18px; font-weight: bold; color: #111; padding: 15px 20px; line-height: 18px;}
.programList ul{ padding: 20px}
.listStyle-2 li{ list-style-type: none; margin-bottom: 8px;padding-left: 15px; }
.listStyle-2 li a{ position: relative; font-size: 14px; color: #333; transition:all .4s ease-in-out;}
.listStyle-2 li a::after{ content: ''; height: 5px; width: 5px; background: #e3e3e3; border-radius: 50%; left: -15px; top: 5px; position: absolute;}
.listStyle-2 li a:hover{ margin-left: 5px; transition:all .2s ease-in-out; color: #2077c8}

.listStyle-3 li{ list-style-type: none; margin-bottom: 15px; position: relative; padding-left: 30px;}
.listStyle-3 li::after{
	content: "\f058"; 
    font-family: FontAwesome;
    left:0;
    position:absolute;
    top:-3px;
	font-size: 18px;
}




.programDetailsRight{ background: #f0f0f0;}
.importantLinks-sec{ padding: 50px 50px;}
.levelOfStudy{ background: #fff; padding: 30px; box-shadow: 0 0 30px rgba(0,0,0,0.03); margin-bottom: 30px;}
.levelOfStudy img{ max-width: 100%; display: block; margin-bottom: 20px;}
.levelOfStudy span{ display: block; margin-bottom: 5px;}
.levelOfStudy span b{ color: #fdc800}
.levelOfStudy p{}

.messageDirector{ background: #e3e3e3; padding: 30px; margin-bottom: 30px; position: relative; z-index: 10;}
.messageDirector h4{ font-size: 24px; color: #111; font-family: Roboto; font-weight: bold; margin-bottom: 10px;}
.messageDirector h5{ font-size: 18px; font-weight: normal; color: #111; font-family: Roboto;}
.messageDirector p{}
.directorName{ margin-top: 20px;}
.directorName span{ width: 64px; height: 64px; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle; margin-right: 10px;}
.directorName img{ width: 100%;}
.d-Name{ display: inline-block; vertical-align: middle;}
.d-Name h6{  font-family: Roboto; font-size: 16px; font-weight: bold; color: #111;}
.d-Name p{ font-size: 12px;}

.impLinks{ background-color: #c2dce7; padding: 30px; padding-bottom: 200px}
.impLinks h3{}
.impLinks ul li{ list-style-type: none; display: block;}
.impLinks ul li a{ color: #111; font-size: 14px; display: block; border-bottom: 1px dashed #b2c6ce; padding: 8px 0}

.studentCapPhoto{ margin-top: -150px; position: relative; z-index: 1; display: inline-block}
.studentCapPhoto img{ width: 100%; display: block;}

.studentTestimonials-block{ background: #e1e48b; padding: 50px; margin-top: -6px;}
.stuSlider-area{ max-width: 530px;}

.studentTestimonials-block span{ width: 90px; height: 90px; border-radius: 50%; overflow: hidden; display: inline-block}
.studentTestimonials-block span img{ width: 100%;}
.studentTestimonials-block h2{ font-size: 64px; line-height: 54px; color: #111; margin-bottom: 30px;}
.studentTestimonials-block p{ font-size: 24px; line-height: 30px; color: #111; font-weight: 300; max-width: 447px; margin: 15px 0;}
.studentTestimonials-block h5{font-family: Roboto; font-size: 16px; font-weight: bold; color: #111;}
.studentTestimonials-block small{}


.fortune-sec{ padding: 100px 0 350px;}
.fortune-sec h2{ font-size: 36px; color: #111; margin-bottom: 30px;}
.fortune-sec ul li{ list-style-type: none; display: inline-block; vertical-align: middle; margin: 0 30px;}
.fortune-sec ul li img{ max-width: 100%;}

.faqPageSec{ padding: 80px 0;}
.faqPageSec h2{ font-size: 48px; color: #111; text-align: center; margin-bottom: 40px;}
.faq-block{ box-shadow: 0 0 20px rgba(0,0,0,0.08); padding: 30px; margin-bottom: 20px;}
.faq-block h4{ font-family: Roboto; font-size: 20px; font-weight: bold; color: #111; margin-bottom: 15px;}
.faq-block p{}



.faqPageSec .panel{ margin-bottom: 10px;}
.faqPageSec .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faqPageSec .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.faqPageSec .panel-title > a:hover, 
.faqPageSec .panel-title > a:active, 
.faqPageSec .panel-title > a:focus  {
    text-decoration:none;
}

.faqPageSec .panel-title > a{
	font-family: Roboto; font-size: 14px; font-weight: bold; color: #111; margin-bottom: 15px;
}



.modalVdo .modal-body{ padding: 0;}
.modalVdo iframe{ width: 100%; height: 500px;}
.modalVdo .modal-content{ box-shadow: none; border: 0; }
.modalVdo .close{ position: fixed; right: -30px; top: 0; color: #fff; opacity: 1; text-shadow: none; font-size: 24px;}

@media (min-width: 992px){
	.modal-dialog {
		width: 900px;
		margin: 30px auto;
	}
}

.highlight-block {
    background: rgba(49, 116, 241, 0.07);
    padding: 30px;
}

.numberhighlights{ background: #2077c8; padding: 30px 15px; margin-bottom: 30px; margin-top: 30px; text-align: center;
/*

background: #1c418c;
background: -moz-linear-gradient(left, #1c418c 0%, #2077c8 100%);
background: -webkit-linear-gradient(left, #1c418c 0%,#2077c8 100%);
background: linear-gradient(to right, #1c418c 0%,#2077c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c418c', endColorstr='#2077c8',GradientType=1 );
*/
	
}
.numberhighlights h2{ font-size: 50px; color: #fff} 
.numberhighlights h2 sup{ font-size: 28px; margin-left: 5px;}
.numberhighlights span{ font-weight: 500; color: #fff}


/* responsive media queries */


@media only screen and (max-width: 1599px){
	.programAllDetails-sec > .row > .col-lg-7{ width: 50%;}
	.programAllDetails-sec > .row > .col-lg-5{ width: 50%;}
	.popluarFeat-cont{ width: 75%;}
	.popluarFeat-cont h2{ line-height: 53px;}
	.featLogo img{ max-width: 100%;}
}

@media only screen and (max-width: 1365px){
	.importantLinks-sec{ padding: 50px 20px;}
	.programForm-sec{ right: 15px}
	.popularFeat-rightSide .col-xs-6 h3{ font-size: 24px; line-height: 26px; padding-right: 64px;}
	.popluarFeat-cont h2{ font-size: 50px; line-height: 44px;}
	.popluarFeat-cont h3{ font-size: 32px; margin-bottom: 5px;}
}

@media only screen and (max-width: 1199px){
	.programAllDetails-sec > .row > .col-lg-7{ width: 100%;}
	.programAllDetails-sec > .row > .col-lg-5{ width: 100%;}
	.popularFeat-rightSide .col-xs-6 h3{ padding-right: 20px;}
	.featLogo{ right: 15px; padding: 0 0 0 25px;}
	.studentCapPhoto{ display: none;}
	.bannerheadings h1{ font-size: 70px; line-height: 62px;}
	.bannerheadings h1 span{ font-size: 48px;}
}

@media only screen and (max-width: 991px){
	.innerHeroBanner{ min-height: 1000px;}
	.bannerheadings{ position: static; transform: none; margin-bottom: 30px; text-align: center}
	.programForm-sec{ position: static; transform: none; margin: auto}
	.innerBannerContent .col-sm-6{ width: 100%; height: auto}
	.innerBannerContent{ padding-top: 150px;}
	.popularFeature-sec{ height: auto;}
	.popularFeat-leftSide{ height: 600px !important;}
	.h-50{ height: 250px;}
	.modalVdo iframe{ width: 100%; height: 300px;}
}

@media only screen and (max-width: 767px){
	.importantLinks-sec{ padding: 30px;}
	.programDetailsLeft{ padding: 30px;}
	.studentTestimonials-block{ padding: 30px;}
	.studentTestimonials-block h2,
	.faqPageSec h2{ line-height: 35px; font-size: 36px;}
	.faqPageSec{ padding: 60px 0;}
	.bannerBottomNav ul li{ margin-right: 32px;}
	.bannerBottomNav ul li a{ font-size: 14px;}
	.impLinks{ padding-bottom: 250px;}
	.studentTestimonials-block p{ max-width: 100%;}
	.modalVdo .close{ top: 0; right: 0; z-index: 1}
	.placement-h{ padding: 15px;}
	.numberhighlights{ margin: 0; margin-bottom: 15px}
}

@media only screen and (max-width: 567px){
	.bannerheadings h1{ font-size: 56px;}
	.bannerheadings h1 span{ font-size: 36px;}
	.programForm-sec{ width: 390px;}
	.bannerBottomNav{ padding: 0 15px;}
	.popluarFeat-cont{ left: 15px; bottom: 15px;}
	.popularFeat-rightSide .col-xs-6 h3{ left: 15px; bottom: 15px;}
	.programDetailsLeft{ padding: 30px 15px;}
	.importantLinks-sec{ padding: 15px;}
	.levelOfStudy{ margin-bottom: 15px;}
	.messageDirector{ margin-bottom: 15px;}
	.studentTestimonials-block{ padding: 30px 15px;}
	.studentTestimonials-block p{ font-size: 20px; line-height: 26px;}
	.fortune-sec{ padding: 60px 0 350px;}
	.fortune-sec ul li img{ height: 36px;}
	.fortune-sec ul li{ margin: 0 15px 15px;}
	.studentCapPhoto{ display: block; margin-top: -90px;}
	.studentCapPhoto img{ width: 100%;}
	.popularFeat-leftSide{ height: 400px !important;}
	.popluarFeat-cont h2{ font-size: 40px; line-height: 36px;}
	.popluarFeat-cont h3{ font-size: 20px; letter-spacing: 5px;}
}

@media only screen and (max-width: 479px){
	.bannerheadings h1{ font-size: 44px; line-height: 36px;}
	.bannerheadings h1 span{ font-size: 28px; line-height: 36px;}
	.programForm-sec{ width: 100%;}
	.innerBannerContent .container-fluid{ padding: 0 15px;}
	.programForm-area .col-xs-6{ width: 100%;}
	.innerHeroBanner{ min-height: 1100px;}
	.bannerBottomNav ul li a{ font-size: 12px;}
	.bannerBottomNav ul li{ margin-right: 15px;}
	.popluarFeat-cont{ width: 85%; padding: 20px;}
	.popluarFeat-cont h2{ font-size: 34px; line-height: 30px;}
	.popularFeat-rightSide .col-xs-6 h3{ font-size: 18px; line-height: 19px;}
	.h-50{ height: 200px;}
	.featLogo img{ height: 50px; max-width: inherit;}
	.popularFeat-rightSide .col-xs-6:nth-child(3) .featLogo img{ height: 22px;}
	.aboutProgram h2{ font-size: 28px; line-height: 27px;}
	.programList span{ font-size: 14px;}
	.aboutProgram h3{ font-size: 18px;}
}
a{cursor:pointer;}
.no-padding{padding:0px !important;}
.no-margin{margin:0px !important;}
.socialicons {
    list-style: none;
    display: flex;
    padding: 5px 9px;
    background-color: #fdc800;
    float: right;
}
ul.clearfix.socialicons li a {
    color: #fff !important;
	font-size: 12px;
}
ul.clearfix.socialicons li {
    margin: 0 8px;
}
.menuactive{
	background-color: #0c48ad;
    color: #fff !important;
}
.headint{
	
}
.headint span{
	-webkit-text-stroke: 1px black;
    color: #fff !important;
    stroke-dasharray: 9em;
}
#myModalLoad{ display: none; 
                position: fixed;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                z-index: 100;
            }
            
            .myModelPopup{ width: 800px; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1000; display: none;}
            .myModelPopup img{ width: 100%;}
			.myModelPopup iframe{ width: 100%; height: 400px;}
            .myModelPopup .close1,
            .myModelPopup .close1:hover,
            .myModelPopup .close1:focus{ position: absolute; z-index: 1; color: #fff; box-shadow: 0; text-shadow: none; right: 30px; top: 30px; /*bottom: 30px;*/ opacity: 1; box-shadow: none; outline: none;}
            .myModelPopup.slideLeft{ left: 15px; bottom: 15px; transform: none; top: auto; width: 500px;  transition: all .2s ease-in-out}
            .moveLeft{ background: transparent !important; z-index: inherit !important; transition: all .2s ease-in-out}
            .myModelPopup .close1{ background: #f5a01f; padding: 0 5px;}
            .myModelPopup.slideLeft .close1{ display: none; }
            .myModelPopup.slideLeft .close1.hidden{ display: block !important;}
			.close1{color:#fff;text-shadow:none;opacity:1}
			.myModelPopup.slideLeft iframe{ height: 250px;}
            button.close1 {
				-webkit-appearance: none;
				padding: 0;
				cursor: pointer;
				background: 0 0;
				border: 0;
			}
			.close1 {
				float: right;
				font-size: 21px;
				font-weight: 700;
				line-height: 1;
				color: #000;
				text-shadow: 0 1px 0 #fff;
				filter: alpha(opacity=20);
				opacity: .2;
			}
            @media only screen and (max-width:767px){
                .myModelPopup{ width: 500px}
                button.close1{ right: 20px !important; top: 15px !important; /*bottom: 10px !important;*/}
                .myModelPopup.slideLeft{ width: 400px;}
                .myModelPopup .modal-body{ padding: 0}
            }
            
            @media only screen and (max-width:567px){
                .myModelPopup{ width: 300px}
                button.close1{ right: 10px !important; top: 10px !important; /*bottom: 10px !important;*/}
                button.close1{ right: 20px; top: 15px; /*bottom: 15px;*/}
                .myModelPopup.slideLeft{ width: 250px;}
            }
            .owl-carousel,
            .btn-text{ z-index: inherit;} .logo{
			position: relative;
		}
		.logo-fix{
			position: absolute;
			width: 100%;
			color: #fff;
			font-size: 12px;
			right: -164px;
			top: 13px;
			font-family: 'Roboto Condensed';
			width: 150px;
		}
		.logo-fix img{ width: 100%;}
		header.sticky .logo-fix{
			display: none;
		}
		.logo-infocard{ left: 0}
		.mob-logo {
            display: none;
        }
		@media only screen and (max-width: 567px){
			.logo-fix{ top: 91px; right: auto; left: 0px;}
			
		}
		
		@media only screen and (max-width: 991px){
			.mob-logo {
				display: none;
			}


			header.sticky .mob-logo {
				display: block;
			}
		}.footer-fixed-bar span {
		text-transform: inherit;
	}
	 
	.highlight-sec {
		padding: 15px 25px;
	}
	.highlight-sec .una-logo, .highlight-sec .una-content {
		display: inline-block;
		vertical-align: middle;
	}			
	.highlight-sec .una-logo img {
		width: 80px;
		margin-right: 8px;
	}
	
	.highlight-sec .una-content h3, .highlight-sec .una-content h5 {
		color: #472783;
	}			
	
	.covid-logo{ width: 250px; position: absolute; right: 40px; bottom: 30px;}
	.covid-logo img{ width: 100%;}
	
	/* 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);
	  }
	}
	
	.ranking-list {
		position: absolute;
		top: 210px;
		padding: 0px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.ranking-list ul li {
		list-style-type: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 25px;
	}
	.ranking-list ul li img {
		max-width: 100%;
	}
	
	
	/* end live-video css */
	
	@media only screen and (max-width: 480px) {
		.highlight-sec .una-logo img {
			margin-bottom: 8px;
		}
	}
	
	@media only screen and (max-width: 767px){
		.covid-logo{ width: 180px; bottom: 20px}
		
		.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;
		}
	}
	@media only screen and (max-width:1400px) {
		.highlight-sec {
			display: flex;
		}            
		.highlight-sec h3 {
			font-size: 32px!important;
		} 
		.highlight-sec h5 {
			font-size: 20px!important;
		}             
	}
	@media only screen and (min-width: 1024px) and (max-width:1300px) { 
		.highlight-sec h3 {
			font-size: 30px;
		} 
		.highlight-sec h5 {
			font-size: 16px!important;
		}            
		.highlight-sec .una-logo img {
			margin-bottom: 8px;
		}
	}        

	#mascot{
		right:55px !important;
	}
	
	/* virtual-tour button css */
	.virtual-tour {
		position: relative;
	}
	.virtual-tour img {
		position: fixed;
		bottom: 30px;
		left: 30px;
		z-index: 999;
		max-width: 118px;
		background: rgba(255, 255, 255, .85);
		border-radius: 30px;
		padding: 10px 20px;
		box-shadow: 0 0 0 rgb(200 204 205 / 100%);
		animation: virtual-tour 1500ms ease-out infinite;
	}
	@-webkit-keyframes virtual-tour {
		0% {
			-webkit-box-shadow: 0 0 0 0 rgba(200, 204, 205, .8)
		}
		70% {
			-webkit-box-shadow: 0 0 0 10px rgba(200, 204, 205, 0)
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(200, 204, 205, 0)
		}
	}

	@keyframes virtual-tour {
		0% {
			-moz-box-shadow: 0 0 0 0 rgba(200, 204, 205, .8);
			box-shadow: 0 0 0 0 rgba(200, 204, 205, .8)
		}
		70% {
			-moz-box-shadow: 0 0 0 10px rgba(200, 204, 205, 0);
			box-shadow: 0 0 0 10px rgba(200, 204, 205, 0)
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(200, 204, 205, 0);
			box-shadow: 0 0 0 0 rgba(200, 204, 205, 0)
		}
	}
	/* end virtual-tour button css */
		.container-fluid{ padding: 0 15px !important;}
		
		/*.why-join-cont { right: 30px;left: unset;}*/
		.brk-tiles-simple__content h4 {
    font-size: 35px;
    font-weight: 400;
    margin: 0;
    line-height: unset;
}.brk-tiles-simple__content p {
    font-size: 14px !important;
    line-height: unset !important;
    padding: 11px 0 !important;
    color: #f3f3f3 !important;
}
h4.font__family-montserrat.highlight-underline.line__height-26.font__size-21.font__weight-light.mt-0.mb-0.mr-50 {
    padding: 0 0 0 17px;
    font-size: 26px;
    line-height: unset;
}
i {
    font-style: unset !important;
}
h4.font__family-montserrat.font__size-28.font__weight-bold {
    font-size: 47px;
    font-weight: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: unset;
}
p.font__family-open-sans.font__size-14.line__height-21 {
    font-size: 14px;
    line-height: normal !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.subtitle {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
}
.hautoibinew{height:auto;}
.videoWrapper {
  height:100%;
  width:100%;
  position:relative;
  overflow:hidden;
}
.videoWrapper iframe {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
}
ul.awardlist {
    list-style: unset;
    margin-left: 24px;
    color: #fff;
	font-size: 14px;
    line-height: 20px;
}
.bg-darky i{color:#fff !important;}
.bg-darky{
	background-color: #fdc800 !important;
}
.icon__btn>.after, .icon__btn>.before {
    background-color: #fdc800 !important;
}
a.carousel-control i {
    font-size: 10px;
    text-shadow: unset !important;
    padding: 5px 5px;
}

a.carousel-control {
    background-color: #00000094;
    opacity: 1;
    background-image: none;
    border-radius: 50%;
    border: 2px dotted #fff !important;
}
.shadow {
    background-color: #fff;
}
.btn-adjustnew{
	position: absolute;
    left: 50%;
    top: 50%;
}
.brk-tiles-simple__link .after, .brk-tiles-simple__link .before {
    background-color: #fdc800 !important;
}
.brk-tiles-simple__link {
    background-color: #fdc800 !important;
	box-shadow: unset !important;
}
.white-bg{background-color:#fff !important;}
.brk-tiles-simple__content {
    position: absolute !important;
    bottom: 0 !important;
}
.p-logo-carasoul a {
    border: 1px solid #eee;
    padding: 0 10px;
    margin: 0 0;
    display: inline-block !important;
}
.col-lg-8.rightdiv p{
	font-size:12px;
	text-align:justify;
}
.col-lg-8.rightdiv{
	background-color: #fff;
    box-shadow: 1px 1px 6px 4px #0000001f;
    padding: 50px 40px 50px 80px;
    border-radius: 30px 0;
}
.col-lg-8.rightdiv:before {
    content: '-';
    width: 100px;
    height: 100px;
    background-color: #f99900;
    color: red;
    position: absolute;
    right: -5px;
    top: -4px;
    z-index: -8;
    border-radius: 30px 0;
}

.imgdiv img {
    position: absolute;
    right: -50px;
    z-index: 9;
    top: 30px;
    border-radius: 30px 0;
}
.imgdiv:before {
    content: '-';
    width: 100px;
    height: 100px;
    background-color: #f99900;
    color: red;
    position: absolute;
    left: 41px;
    bottom: -99px;
    z-index: -8;
    border-radius: 30px 0;
    box-shadow: 1px 1px 6px #0000004f;
}
.achivements-sec .hightlights .placementbox .placementNo h2 {
    font-size: 54px;
    font-weight: 700;
	color: #0c48ad;
    margin-bottom: 0;
}
.achivements-sec .hightlights .placementbox .placementNo h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 0;
}
.prfmnc-chrt-wrp {
    background-color: #ffffffe0;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 10px 30px 40px 30px;
}
.main-heading p {
    font-size: 16px;
    margin: 5px 0 20px 0;
}
.main-heading h2 {
    text-align: left;
    margin: 0 !important;
    font-weight: 500;
    line-height: unset !important;
}
.placementbox.d-flex.text-center {
    padding: 20px 10px;
    border: 1px solid #eee;
    margin: 7px;
}
.prfmnc-chrt-wrp:before {
    content: '-';
    color: #455385;
    background-color: #0c48ad;
    position: absolute;
    width: 2px;
    height: 80px;
    top: 7px;
    right: 23px;
}
.prfmnc-chrt-wrp:after {
    content: '-';
    color: #455385;
    background-color: #0c48ad;
    position: absolute;
    width: 2px;
    height: 80px;
    bottom: 7px;
    left: 23px;
}
.recruitsecnew{
	bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
	box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 15px;
}
.p-logo-carasoul .owl-item{
	padding:0 5px;
}



.bluemenubg{
	background-color: #0c48ad;
}
.logoa{
	display: block;
}
.new-title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    right: 15px;
    z-index: 2;
    top: 0;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    background-color: #1a4895;
    color: #fff;
    padding: 10px 5px;
}
.extrawid{
	position: absolute;
    left: -10%;
    right: -10%;
    top: -10%;
    bottom: -10%;
    background-color: #0c48ad;
}
.prfmnc-chrt-wrp2 {
    background-color: #fff;
    box-shadow: 0 0 9px 3px #0000001f;
    padding: 50px;
	border-radius: 10px;
	
}
.lightb-color{
	background-color: #c8e1f7;
}
.zi1{z-index:1;}
.zi0{z-index:0;}
.newsimg img {
    border-radius: 6px;
    box-shadow: 4px 5px 5px 0px #00000014;
    width: 80%;
}
.newstxt p {
	font-size: 10px;
    margin: 0;
    line-height: normal;
}
.newstxt h2 {
    font-size: 19px;
    font-weight: 400;
    text-transform: unset;
    margin: 0;
}
.newstxt{
	padding:0px !important;
}
.newstxt h4 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 4px;
    margin: 3px 0 0 0;
}
.newsmdiv .newdiv {
    border-bottom: 2px dotted #eee;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
}
.newsmdiv .newdiv:last-child{
	border:0px;
}
.newsbrn{
	position: absolute;
    right: -30px;
    display: block;
    top: 0;
    bottom: -12px;
    padding: 25px 6px;
    text-align: center;
    background-color: #0c48ad;
    color: #fff;
    font-size: 12px;
}
a.newsreadm i {
    background-color: #0c48ad;
    color: #fff;
    padding: 1px 6px;
    margin-left: 8px;
}
.newsreadms {
    background-color: #0c48ad;
    color: #fff !important;
    padding: 1px 14px;
    margin-left: 8px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}
a.newsreadm {
    border: 1px solid #0c48ad;
    padding: 0px 0 0 13px;
    font-size: 10px;
    text-transform: uppercase;
	margin-top: -2px;
}
.awardwithbg {
	background-image: url(../../img/award-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px;
    display: inline-block;
}
.awardwithbg h5 {
    text-align: center;
    font-size: 14px;
}
.awardwithbg h4 {
    text-align: center;
    font-size: 18px;
    padding: 0 50px;
	color: #1b4894;
}
.awardwithbg h3 {
    text-align: center;
    padding: 0 35px;
    font-size: 28px;
    font-weight: 600;
    text-shadow: unset !important;
	color: #bd1010;
}
.awardwithbg h2 {
    text-align: center;
    font-weight: 100 !important;
    font-size: 20px;
    color: #4e3000;
}

ul.awardul li span{font-weight:600;}
ul.awardul li {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #1a479626;
}
ul.awardul {
    list-style: initial;
    margin-left: 22px;
	padding:20px 0 0 0;
}
.event-wrapper > li {
    margin-bottom: 5px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
}
.event-wrapper > li .event-calender-holder {
    position: relative;
    margin-right: 10px;
    text-align: center;
    width: 70px;
    border: 0.1px dashed #0c48ad;
}
.event-wrapper > li .event-calender-holder h3 {
	font-size: 24px;
    color: #364C88;
    margin-bottom: 0;
    line-height: 19px;
    margin-top: 6.0px;
}
.event-wrapper > li .event-calender-holder p {
    font-size: 10px !important;
}
.event-wrapper > li .event-calender-holder p {
    color: #364C88;
    margin-bottom: 5px;
    text-transform: uppercase;
	line-height: normal;
}.event-wrapper > li .event-calender-holder span {
    line-height: 1.8;
    background: #0c48ad;
    height: 24px;
    display: block;
	line-height: inherit;
    color: #FFFFFF;
}
.event-wrapper > li .event-content-holder {
    -webkit-box-flex: 3;
    -moz-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.event-wrapper > li .event-content-holder h3 {
    font-size: 18px;
    font-weight: 500;
	font-size: 16px;
}
.event-wrapper > li .event-content-holder p {
    margin-bottom: 5px;
    line-height: normal;
	font-size: 10px;
}
ul.event-wrapper li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #eee;
}
a{cursor:pointer !important;}
.newsreadms2 {
    background-color: #0c48ad;
    color: #fff !important;
    padding: 5px 15px;
    margin-left: 0;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}
.firsth {
    -webkit-text-stroke: 1px #ffffff9e;
    color: #fff0 !important;
    position: absolute;
    left: -36px;
    top: 16px;
    font-size: 28px;
    z-index: 1;
    writing-mode: vertical-rl;
}
.brk-team-staff__description h4 span {
    font-size: 16px;
}
.brk-team-staff__description h4 a:hover {color:#fff !important;}
.brk-team-staff__description h4 a {
    font-size: 22px;
}
.before.brk-base-bg-gradient-90deg-96 {
    background: #1b4995 !important;
}
ul.clearfix.socialicons li a {
    color: #000 !important;
}
.black-color{
	color:#000 !important;
}
.pointss{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
	left:0;
}
.pointss2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
	right: 58.3%;
    border-right: 1px dashed #eeeeee8a;
    padding: 4px 10px;
}
.blueg {
    background: linear-gradient(135deg ,rgb(187 34 38) 0,rgb(187 34 38) 18%,#0c658a 16%,#0c658a 100%)!important;
}
.miniblueg {
    background: linear-gradient( 180deg ,rgb(187 34 38) 0,rgb(187 34 38) 50%,#0c658a 50%,#0c658a 100%)!important;
}
.js-item p {
    line-height: revert;
}
.newsticker{cursor:default;overflow:hidden;color:#fff;width:100%;height:23px;}
.newsticker:hover{color:#fff;}
.newsticker ul li{width:100%;overflow:hidden;white-space:nowrap;display:none;}
.titlean i {
    font-size: 12px;
    color: #ffffff;
    background-color: #194895;
    padding: 6px;
    margin-right: 2px;
}
#myCarousel .carousel-control.right {
    border: 0;
    background-repeat: no-repeat;
    background-size: cover;
    left: 100px;
    bottom: 40px;
    top: auto
}
.numbers {
		padding: 5px 40px;
    border-right: 1px dashed rgba(255,255,255,.3);
    position: relative;
}
.red-bg {
    background: #bb2226;
}.numbers h3 {
    font-size: 35px;
    color: #ffffff;
    line-height: 42px;
    margin-bottom: -5px;
    justify-content: left;
    align-items: baseline;
}.numbers span {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}.numbers p {
    font-size: 14px;
    color: #ffffff;
    line-height: 8px;
    margin-top: 0;
    white-space: nowrap;
}.lpa35 {
    background: linear-gradient(135deg,rgb(8 182 255) 0,rgb(15 136 187) 59%,#0c658a 59%,#0c658a 100%)!important;}
.respop{
	display:none;
}
section.awardspoint {
    height: 100vh;
}
@media (max-width:720px){
	.txtdiv {
    bottom: 5px !important;
    padding: 3px !important;
    right: 0;
    left: 0;
}section.why-join-sec {
    height: auto !important;
}
	.why-join-sec .col-md-5.col-sm-6, .why-join-sec .col-md-7.col-sm-6{
		    height: auto;
	}
	.hautoibi {
    height: auto;
}
.autoshow{
	display:block !Important;
}
	section.awardspoint {
    height: auto !important;
}
	div#myCarousel, div#myCarousel div, div#myCarousel li, .section.hero-banner.box-100-h {
    height: 35vh !important;margin-top: 20px;
}
.right,.left{
    display: none;
}
section.hero-banner.box-100-h {
    height: auto;
}
	.pointss{position:unset !important;}
	.dsnone{
		display:none !important;
	}
	.respop{
		display:block !important;
	}
	
}
.brandh6 {
    margin: 11px 0 0 0 !important;
    padding: 0 !important;
    font-size: 22px !important;
}
p.font__family-open-sans.font__size-14 {
    margin: 5px 0 !important;
    font-size: 13px !important;
}
.gridbg {
    background: linear-gradient(135deg,rgb(26 72 149) 0,rgb(26 72 149) 59%,#173f82 59%,#173f82 100%)!important;
}
.gridbg h6, .gridbg p{
	color:#fff !important;
}
.yellow-strk{
	stroke: #fdc800 !important;
}
.brandnewf li{
	font-size: 14px !important;
}

.rating_ibi span img {
    position: absolute;
    right: 20px;
    top: 20px;
}

.bgtxt{
	font-size:22px !important;
	font-weight:400 !important;
	text-transform:uppercase;
}
.textdivne {
    font-size: 16px !important;
    font-weight: 600 !important;
}.datediv {
    font-size: 12px;
    color: #000 !important;
}
.social-media.pull-right ul li a {
    color: #000;
}
.yhgrid{
	background: linear-gradient(135deg,rgb(255 175 47) 0,#ffaf2f 59%,#e29e31 59%,#e29e31 100%)!important;
}
.testiname {
    font-size: 18px !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
}.testidesgi {
    font-size: 12px !important;
}
.testitxt {
    font-size: 14px !important;
    line-height: normal !important;
    color: #000 !important;
    font-weight: 400 !important;
    
}
.testitxt001 {
    font-size: 14px !important;
    line-height: normal !important;
    color: #000 !important;
    font-weight: 400 !important;
    text-align: justify !important;
}


.brk-testimonials-dash-three__caption {
    padding-left: 5px !important;
}.brk-testimonials-dash-three__item {
    min-height: unset !important;
    padding: 40px 40px 70px !important;
}.innetesti{
	background-color:#fff !important;
    box-shadow: 4px 4px 9px 3px rgb(0 0 0 / 19%) !important;
    border-radius: 35px !important;
}.swiper-pagination-base.swiper-pagination-base_lite-white.positionnew.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: absolute;
    bottom: 80px;
	left: 8%;
    z-index: 9;
}
.swiper-pagination-base_lite-white .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
background: #07bdff !important;}
.ft24{
	font-size:14px !important;
	font-weight:600 !important;
}
.newbgbl{
    background-color: #333333 !important;
    color: #fff !important;
}
.newcolorb{
	color: #333333 !important;
}
.whtgrid {
    background: linear-gradient( 
135deg
 ,#edecea47 0,#edecea47 59%,#edeceade 59%,#edeceade 100%)!important;
}
hr.brk-wave-line.mt-0.mb-lg-60.mb-10 {
    background-image: url(../../img/ibi/wave-line.png) !important;
}
.swiper-slide{background-color:unset !important;}
.innetestiupper {
    padding: 20px !important;
}.innetesti {
    background-color: #fff !important;
    box-shadow: 4px 4px 9px 3px rgb(0 0 0 / 19%) !important;
    border-radius: 35px !important;
    padding: 30px 40px 60px !important;
}
p.applytxt a {color: #fff !important;}
p.applytxt {
    font-size: 14px !important;
    padding: 18px;
    background-color: #bb2226;
    color: #fff !important;
}
header.sticky >* p.applytxt {
    padding: 12.5px 15px;
}

.bdblack:before {
    background: #1a4895 !important;
}
.bdblack:after{
    background: #1a4895 !important;
}
.lifediv img {
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border-radius: 15px;
}
.txtdiv{
	position: absolute;
    bottom: 30px;
    padding: 16px;
}
.txtdiv h2 {
    font-size: 18px;
    font-weight: 600;
    text-align:center;
}.txtdiv p {
    font-size: 12px !important;
    line-height: normal;
}.txtdiv a {
    color: #fff !important;
    font-size: 10px !important;
    background-color: #bb2226;
    padding: 3px 10px;
    border-radius: 0;
}
.txtdiv a i {
    padding: 1px 0 0 3px;
}
.curvbtn {
    color: #fff !important;
    font-size: 10px !important;
    background-color: #bb2226;
    padding: 3px 10px;
    border-radius: 0;
}
.curvbtn i {
    padding: 1px 0 0 3px;
}
.curvbtn2 {
    color: #fff !important;
    font-size: 10px !important;
    background-color: #bb2226;
    padding: 3px 10px;
    border-radius: 0;
	margin-top:10px;
}
.curvbtn2 i {
	width: auto !important;
    padding: 2px 0 0 05px !important;
}
.abt-txt{
	margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
}
.divider-cross.new {
    margin: 11px auto 11px;
}
.brk-team-persone-table__title_dark.new {
    background-color: #f7f7f7;
	border-bottom: 2px dashed #fff;
}
.brk-team-persone-table__title_white.new {
    background-color: #ffffff ;
	border-bottom: 2px dashed #f7f7f7;
}
.brk-team-persone-table__name-position h4 {
    font-size: 24px;
    font-weight: 400;
}
.brk-team-persone-table__name-position span {
    font-size: 12px;
}
.newfacd li a{
	font-size: 12px;
    line-height: normal;
}
.brk-testimonials-circle.new {
height: 380px;}
.brk-testimonials-circle .circle-pagination-bullet {
margin: 0 10px !important;}
.brk-testimonials-circle__parallax-bg:before{
	background-color: rgb(255 255 255 / 0%) !important;
}
.brk-testimonials-circle__comment {
    color: #000 !important;
    line-height: normal !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    background-color: #ffffff8a !important;
    padding: 10px !important;
    border-radius: 20px !important;
}
.brk-testimonials-circle__item i {
	margin-bottom: 15px !important;
    color: #bb2226 !important;
}
.brk-testimonials-circle__name {
    margin-top: 10px !important;
    color: #bb2226 !important;
    font-size: 15px !important;
}
.brk-testimonials-circle .circle-pagination-bullet {
border: 2px solid #bb2226 !important;}
.flip-box__split-info {
    background-color: unset !important;
}.flip.flip_vertical.flip-box__split {
    border-radius: 15px !important;
}
.flip-box__split-overlay.brk-base-bg-gradient-10deg {
    background-image: red;
    background: #1a4895;
    background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);
    background: linear-gradient(to right, #235ab7, #123a7d);
}
.brk-ic-left-slide.mb-30.brk-library-rendered {
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
}
.icon__btn_reverse .after {
    background-color: #bb2226 !important;
    opacity: 1 !important;
}
.icon__btn_reverse .before {
    background-color: #bb2226 !important;
}
button.icon__btn.icon__btn_reverse.icon__btn-anim.icon__btn-md.brk-ic-left-slide__btn.brk-library-rendered i {
    color: #fff !important;
}
.icon__btn_reverse {
    background-color: #bb2226 !important;
}
.brk-ic-left-slide__title {
    font-size: 19px !important;
    color: #000 !important;
    text-align: left;
    line-height: 19px !important;
	border-left-color: #bb2226 !important;
	padding: 0px 8px !important;
}
.cfa__image .bg-after:after {
	background: unset !important;
}
.redgrid {
    background: linear-gradient(135deg, #60d0ff 0,#60d0ff 59%,#41b3e2 59%,#41b3e2 100%)!important;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 6px 6px 4px 0px #00000059;    
}
.mw90{
	min-width: 90%;
}
.mainhead {
    padding: 150px 40px 0 !important;
}
.headc {
    background-image: url(../../img/header/about.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
/*My Modal Css Rohit*/
.modal-dialog{max-width:850px!important}@media (max-width: 768px){.modal-dialog{top:0;right:0;left:0;bottom:0;width:100%!important;max-width:unset!important;margin:0;padding:0;z-index:99999999999}.modal{padding:0!important}.modal-content{width:100%!important}}.modal-title{font-size:22px;text-transform:uppercase;font-weight:800;color:#cd2122}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}@media (min-width: 800px){.modal{padding:0!important}}@media (max-width: 990px){.magic-d{padding-right:15px!important}.new-sr-img{display:block;margin:auto;margin-top:35px!important}}.mb-30{margin-bottom:10px;}
	@media (max-width: 767px){
        .btn-fullwidth {width: 100% !Important;}
        .position-normal{position: unset !important;}
        .recruiters-logo img {
            width: 20% !important;}
}.modal-dialog {
    margin: 20px auto !important;
}.modal button.close {
    background-color: #bb2226 !important;
    opacity: 1 !important;
    text-shadow: 0 0 black !important;
    color: #fff !important;
    font-size: 26px !important;
    padding: 11px 16px !important;
}
/*My Modal Css Rohit*/
.fac-div {
    background-color: #fff;
    padding: 10px;
    box-shadow: 5px 4px 6px 0px #00000012;
    margin: 5px 0;
}.minheight {
    padding: 0 7px;
}

.fac-div h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 7px 0 0 0 !important;
}.fac-div p {
    font-size: 12px;
    margin: 4px 0 !important;
    line-height: normal;
}.fac-div {
    min-height: 365px;
}.fac-div p:last-child {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}h4.text-theme-colored.font-14.mt-10.mb-0.text-center strong {
    font-weight: 400;
}p.mt-5.font-13.text-theme-colored2.text-center {
    margin: 0 !important;
}
.fac-div{cursor:pointer;}.modal-body .row {
    padding: 20px !important;
    margin: 0 !important;
}
.fac-div2 p:last-child {
    font-size: 10px !important;
}.fac-div2 {
    min-height: 260px;
}.icon-box.left.media.bg-deep.p-20.mb-10 {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    display: inline-block;
	width: 100%;
	    padding: 15px;
}.form-control {
    background-color: #fff !important;
    padding: 8px !important;
    font-size: 12px !important;
}input.btn {
    margin: 0;
    color: #000 !important;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
}.dsblockd.lpa35 {
    display: block !important;
    padding: 20px !important;
    text-align: center !important;
	width:100% !important;
}header{z-index: 99 !important;}.navbar-right.megamenu.row.swipe a:hover {
    color: #000 !important;
}.hovereffectnew {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient( 
45deg
 ,#1b55b7 0,#bb2226 100%);
    background: linear-gradient( 
45deg
 ,#bb2226 0,#1b56b7 100%);
}.hovereffectnew img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s,-webkit-transform .45s;
    transition: opacity .35s,transform .45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

.hovereffectnew img {
    height: 302px;
}.hovereffectnew .overlaynew {
    width: 90%;
    height: 90%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
    border: 1px solid #eee;
    margin: 5%;
}.hovereffectnew h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 26px;
    background-color: transparent;
    padding: 10px 10px;
    text-align: center;
	margin-top":20px !important;
}

.hovereffectnew:hover img{opacity:.6;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.hovereffectnew:hover .overlaynew:before,.hovereffectnew:hover a,.hovereffectnew:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.hovereffectnew a{color:#fff !important;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .45s;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}
.abtn a{color:#fff !important;}
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }


.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
.no-bg {
    background-color: unset !important;
    background: unset !important;
}
span.brk-base-gradient-persone-table.brk-team-persone-table__overlay {
    background-image: linear-gradient(#00000000, #00000000, #000000d4) !important;
}

.icon-bar {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
}

/* Style the icon bar links */
.icon-bar a:hover{color:#fff;}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsappc {
  background: #25d366;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.no-bg:hover {
    background-color: #00000061 !important;
}
#job-opportunity .job-opportunity-wrapper {
  margin-top: -30px;
  padding:40px 0;
}
.single-job-opportunity {
  border: 1px solid #d4d4d4;
  padding: 30px 0;
  margin-top: 30px;
  color: #3a3b3c;
  font-size: 14px;
  line-height: 22.4px;
  font-size: 1.4rem;
  line-height: 2.2399999999999998rem;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.single-job-opportunity .job-opportunity-text {
  padding: 0 20px;
}
.single-job-opportunity .job-opportunity-text .job-oppor-logo {
  height: 80px;
}
.single-job-opportunity .job-opportunity-text .job-oppor-logo img {
  max-width: 80px;
  max-height: 80px;
  margin: auto;
}
.single-job-opportunity .job-opportunity-text h3 {
  margin: 20px 0 25px;
}
.single-job-opportunity .job-opportunity-text h3 a {
  font-size: 17px;
  line-height: 27.2px;
  font-size: 1.7rem;
  line-height: 2.72rem;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  color: #131c33;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.single-job-opportunity .job-opportunity-text h3 a:hover {
  color: #3b60c9;
}
.single-job-opportunity .btn-job {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 40px;
}
.single-job-opportunity:hover {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
}
p.date-new {
    padding: 0 9px;
    margin: 2px 0 0 0;
    font-size: 11px;
    background-color: #ffaf2f;
    display: table-cell;
}
.fa-pos-new{
	position: absolute;
    left: 8px;
    top: 19px;
    background-color: #bb2226;
    color: #fff;
    padding: 8px;
}
.main-t-n{
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	right: 23px;
	z-index: 2;
	top: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	background-color: #142d73;
	color: #fff;
	padding: 12px 3px;
	margin: 0;
	font-size: 11px;
	line-height: 17px;
}
.new-pd{
	padding: 30px 32px !important;
}
.new-n-t li a{color:#000;}
.new-n-t li:last-child{border-bottom:unset !important;}
.new-i-p-ul li:last-child{border-bottom:unset !important;}
.new-n-t li{
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	color: #000;
	border-bottom: dashed 1px #eee;
	margin: 8px;
	padding-bottom: 10px;
}
.new-i-p-ul li{
	font-size: 14px;
    text-align: left;
    line-height: 17px;
    color: #000;
    border-bottom: dashed 1px #888;
    margin: 8px;
    padding-bottom: 10px;
	list-style:disc;
}
.new-m-b-n:hover{color:#fff045;}
.new-m-b-n{
	text-align: left;
	color: #fff;
	background-color: #bb2226;
	padding: 5px 15px;
	bottom: 3px;
	font-size:12px;
	margin: 0 0 15px 0;
	float: left;
	display: inline-block;
	position: absolute;
	right: 32px;
}.date-tab{
	background-color: #142d73;
    border: 1px solid #1a4895;
}
.date-tab p{
	margin: 0px;
	padding: 6px 0;
	text-align: center;
	display: block;
}
.date-s{
	color: #fff;
	font-weight: 900;
	font-size: 27px;
	line-height: 26px;
	/* padding: 0 5px; */
	display: block;
	text-align: center;
}
.month-s{
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
}
.year-s{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 12px;
	display: block;
	text-align: center;
}
.text-tab{
	font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
}
.new-main-b-f-e{
	
}

img{max-width:100%;}
.b-d-n {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.29);
    margin-top: 20px;
}
.pd-30{padding:30px !important;}
.container-fluid.headc .row {
    background-image: linear-gradient(to right, white,white,#ffffffd9,#ffffff52,#ffffff00,#ffffff00,#ffffff00);
}
.img-tab {
    border: 1px dashed #1a4895;
    padding: 7px !important;
}
.img-tab img {
    width: 56px;
    display: block;
    margin: auto;
}
a.btn-new-m {
    position: fixed;
    right: -83px;
    z-index: 9999;
    width: 196px;
    padding: 10px;
    text-align: center;
    color: #fff!important;
    background-color: #1a4895;
    top: 30%;
    height: 44px;
    transform: rotate( 
270deg
 );
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: -6px -6px 7px 1px #00000038;
    border-radius: 8px;
}
a.btn-new-m2 {
    position: fixed;
    right: -83px;
    z-index: 9999;
    width: 196px;
    padding: 10px;
    text-align: center;
    color: #fff!important;
    background-color: #1a4895;
    top: 60%;
    height: 44px;
    transform: rotate( 
270deg
 );
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: -6px -6px 7px 1px #00000038;
    border-radius: 8px;
}
.wd100p{width:100% !important;}
.awardsvg {
    width: 60px;
	float: left;
}.awardsec {
    padding: 80px 10px 0 30PX;
}.awardsvg path {
    fill: #fff;
}
.awardtitle {
    text-transform: uppercase !important;
    font-size: 14px;
    line-height: 13px;
    color: #fff;
    font-weight: 500 !important;
    font-family: revert;
}.awardsubt {
    line-height: 20px;
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: none !important;
    font-weight: 100 !important;
    font-family: revert;
}

.awardsubt span {
   
    background-color: #e71b3c;
    padding: 0px 1px 3px 2px;
    display: inline-block;
}.awardedby {
    font-family: revert;
    margin-top: 2px;
	font-size: 11px;
    color: #fff;
    margin-left: 60px;
}.award-main-div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ffffff40;
}
.awardbg {
    background: linear-gradient(
135deg,#052a66 0,#052a66 59%,#001434 59%,#001434 100%)!important;
}
ul.js-frame {
    padding-left: 22px;
}




/* code by sharad 12-11-2021*/
.blueg2{
    background-color: #0c658a;
    text-align: center;
}

.bottom-space{

}
.banner-heading{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 20px;
}
.logo-space{
    padding: 10px;
}
.text-space{
    padding: 20px 40px;
    border-right: 1px dashed rgba(255,255,255,.3);
    position: relative;
}
.text-space h3{
    color: white;
}
.text-space span{
    color: white;
}
.top-space{
    margin-top: 42px;
}
.program-box{
    padding: 25px 25px;
}
.bg-blue{
    background: linear-gradient( 
    135deg,#052a66 0,#052a66 59%,#001434 59%,#001434 100%)!important;
}
.pgdm-heading{
    color: white;
}
.program-text{
    background-color: #ffffff9e;
    padding: 25px 40px;
    border-radius: 0px 25px 0px 25px;
    border: 1px dashed black;
}
.inner-heading{
    
}
.pgdm-inner-head{
    background-color: #e71b3c;
    width: max-content;
    padding: 2px 5px;
    margin: 0px 0px 5px 0px;
    padding: 2px 10px;
    color: white;
    position: relative;
}
.pgdm-inner-head::after{
    content: "";
    background-color: #e71b3c;
    position: absolute;
    left: 20px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
}
.pgdm-list{
    margin-top: 10px;
}
.pgdm-list li{
    list-style: none;
    line-height: 1.3;
}
.program-inner-box{
    margin: 10px 0px 0px 0px;
}
.apply-form-padding{
    padding: 0px 5px !important;
}


/* 16-11-2021 code by sharad */

.collapse-bg{
    background: linear-gradient( 
        135deg,#052a66 0,#052a66 59%,#bb2225 59%,#bb2225 100%);
}
.coll-top-m{
    margin-top: 10px;
}
.for-margin{
    margin: 10px;
}
.Program-heading{
    color: white;
}
.Program-heading span{
    font-size: 22px;
    background-color: #e71b3c;
    color: white;
    width: max-content;
    padding: 4px 10px;
    text-transform: uppercase;
    margin: 13px 0px 0px 0px;
    display: inline-block;
    letter-spacing: 4px;
}
.card-header:hover{
    background-color: #052a66;    
    cursor: pointer;
}

.hover-white{
    color: white;
}
.step-bg-color{
    background-color: #f8f8f8;
    padding: 34px 10px 10px 25px;
}
.card-color{
    background: none !important;
    border: 1px solid white !important;
}
.rowItem{
    margin: 8px 0px;
}



.card-header-padding{
    padding: 10px !important;
    min-height: 50px !important;
}
.list-item{
    color: white !important;
}
.award-padding{
    padding-top: 40px;
}
.placement-heading{
}
.placement-heading span{
    font-size: 22px;
    background-color: #e71b3c;
    color: white;
    width: max-content;
    padding: 4px 10px;
    text-transform: uppercase;
    margin: 13px 0px 0px 0px;
    display: inline-block;
    letter-spacing: 4px;
}
.overview-heading{
    font-size: 30px !important;
    font-weight: 400;
    color: #0c48ad;
    margin-bottom: 0;
}
.overview-para {
    font-size: 13px;
    text-align: center;
    line-height: normal;
}
.recru-top-space {
    box-shadow: 1px 8px 16px rgb(0 0 0 / 20%);
    margin: 50px 0px 60px 0px;
    padding-left: 60px !important;
}
.rowItem{
    height: 100px;
    margin: 0 0px;
}
.sTxt p{
    text-align: center;
    color: white;
}
.sTxt .dash h4{
    text-align: center;
    color: white;
    border-bottom: 1px solid #bb2226;
}
.sIcon{
    text-align: center;
    margin-bottom: 10px;
}
.sIcon img{
    border-radius: 10px;
}
.al-list{
    box-shadow: 0px 0px 2px 0px #0000001a;
    padding: 60px 10px;
	margin-bottom:20px;
	min-height:180px;
}
.al-list .a-li{
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #052a66;
}
.al-list .a-li2 {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: normal;
}
.alumini{
    margin-top: 14px;
}
.head-logo {
    transform: scale(0.8);
    border: 1px dashed #bb2226;
    border-radius: 0;
    overflow: hidden;
}
.head-logo img {
    transform: scale(0.7);
    display: block;
    margin: auto;
}
.counseling-header{
    font-size: 50px;
    color: white;
    padding: 20px 0px 10px 0px;
}
.key-highlight-header {
    font-size: 38px;
    padding: 40px 0px 0 0;
    color: #052a66;
    text-align: center;
}
.title-design span{
    -webkit-text-stroke: 1px #052a66;
    color: white !important;
    stroke-dasharray: 9em;
}
.title-design2 span{
    -webkit-text-stroke: 1px #ffffff;
    color: #052a66 !important;
    stroke-dasharray: 9em;
}
.recru-cont{
    margin-bottom: 30px;
}
.for-apply{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 346px;
    height: 100px;
    border-radius: 25px 0px 0px 0px;
    background-color: #052a66;
}
.apply-btn a{
    color: white;
    margin: 10px 0px 10px 46px;
    display: block;
    font-size: 30px;
}
.apply-btn a:hover{
    color: white;
}
.img-sec{
    position: relative;
}
.apply-form{
    position: absolute;
    left: 51px;
    bottom: 0;
    height: 469px;
    width: 408px;
    top: 150px;
    background-color: white;
    padding: 10px 20px 10px 20px
}
.recru-border{
    border: 1px solid #1a4895;
}
.stylish-title {
    background-color: #ffffff;
    font-size: 32px;
    font-weight: 100;
    padding: 10px 19px 0px 12px;
    color: #0c48ad;
    margin: auto;
    text-align: center;
    width: 400px;
    margin-bottom: 10px;
}
.stylish-span {
    -webkit-text-stroke: 1px #0c48ad;
    color: #fff0 !important;
    stroke-dasharray: 9em;
}
.stylish-para{
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
}
.height-for-res{
    height: 80vh;
}

/* 19-11-2021 */

.white-bg{
    background-color:#fff !Important;
    padding:15px ​25px !important;
}
.recruiters-top-space{
    margin-top: 20px;
}

.fixed {
    position: fixed;
    z-index: 100;
  }
  .cc-contactpop { 
    background-color: #ffffff;
    color: #fff;
    width: 32%;
    bottom: 0;
    left: 10px;
  }
  .cc-contactpop h5 {
    text-align: left;
    color: #fff;
    text-shadow: none;
    font-size: 22px;
    font-weight: 500;
    background-color: #bb2226;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    letter-spacing: 3px;
  }
  

  .cc-contactpop i {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    /* font-weight: 500; */
    font-size: 29px;
    padding: 15px;
    cursor: pointer;
    background: #0c658a;
  }


@media only screen and (max-width: 767px) {
    .stylish-title {
        transform: rotate(0deg);
    }
    .height-for-res{
        height: 200vh;
    }

    
  }

  @media (max-width:720px){
    .cc-contactpop { 
        background-color: #ffffff;
        color: #fff;
        width: 100%;
         left: 0;
      } 

  }
  

  
  
  .sh-div {
    background-color: #fff;
    padding: 40px 10px;
    margin-top: 30%;
    margin-right: 25px;
    box-shadow: 0 0 14px 8px #0000002b;
    border-radius: 0 87px;
}

/**** Menu New STYLES ****/


/*section.hero-banner.box-100-h.respons {*/
    
/*  background-image: url(img/Final_Banner.jpg);background-size: cover;background-repeat: no-repeat;*/
/*}*/


.btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.text-white {
    color: #fff!important;
}
.text-red {
    color: #bb2226!important;
}
.text-dark-grey {
    color: #111111!important;
}
.text-yellow {
    color: #ffb900!important;
}
.red-bg {
    background: #bb2226;
}
.gray-filter {
    filter: grayscale();
}
.white-bg {
    background: #ffffff;
}
.transparent-bg {
    background: transparent;
}
.offwhite-bg {
    background: #f4f4f4;
}
.grey-bg {
    background: #b6b6b6;
}
.default-bg {
    background: #252324;
}
.purple-bg {
    background: #4d4958;
}
.dark-grey-bg {
    background: rgba(18, 39, 87, 0.98);
}
.yellow-bg {
    background: #f1851c;
}
.cyan-bg {
    background: #155d8d!important;
}
.blue-gradient-bg {
    background: linear-gradient(135deg,rgb(27, 59, 115) 0,rgb(17, 37, 85) 59%,rgb(15, 23, 57) 59%,rgb(21, 24, 68) 100%)!important;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%);
}
.cu-btn {
    border-radius: 6px;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 12px 24px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.cu-btn:hover {
    color: #fff;
    background: #161a4d;
}
.cu-btn svg {
    margin-left: 10px;
    margin-top: -2px;
}
.patent-section, .unique-section, .copyright-section {
    padding-top: 80px;
    max-width: 1140px;
    margin: 0px auto;
}


/**** RESPONSIVE STYLES ****/

@media (max-width: 767px) {
    a.btn-new-m2 {display:none !important;}
    .cu-btn {
        font-size: 12px;
        padding: 5px 10px!important;
    } 
} 

@media (min-width: 801px) and (max-width:991px) {
    .step-one-menu > li > a {
        padding: 16px 19px!important;
    } 
    .dd-menu > a::before {
        right: 10px!important;
        top: 20px!important;
    }    
    .cu-btn {
        font-size: 12px;
        padding: 10px 10px;
    }     
}

@media (min-width: 1400px) { 
    .patent-section, .unique-section, .copyright-section {
        max-width: 1320px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    } 
} 

@media (min-width: 1599px) { 
    .patent-section, .unique-section, .copyright-section {
        max-width: 1400px;
    } 
} 

@media (min-width: 1920px) { 
    .patent-section, .unique-section, .copyright-section {
        max-width: 1470px;
    } 
    .cu-btn {
        padding: 13px 25px;
    }    
} 


/**** HEADER CSS ****/

.body-color-overlay {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    display: none;
    transition: all 0.3s ease-in-out;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    z-index: 9;
}.modal-backdrop.fade.show, .modal-backdrop.fade.in {
    display: none !important;
}.mobile-header {
    z-index: 9999999;
}
header .side-call .red-call, header.dark-grey-bg .side-call .white-call {
    display: block;
}
header.dark-grey-bg .logo-border, header.dark-grey-bg .step-one-menu {
    border-bottom: 0;
    border-right: 1px solid rgba(54, 88, 166, 0.3);
}
header.dark-grey-bg .step-one-menu {
    border-top: 1px solid rgba(54, 88, 166, 0.3);
}
header.dark-grey-bg .text360 span {
    color: #ffffff;    
}
header.dark-grey-bg .white-call-box {
    top: 0;
}
header.dark-grey-bg .side-call {
    background: #154c8b;
}
header.dark-grey-bg .need-help a {
    color: #fff;
}
header.dark-grey-bg .need-help span {
    color: #dfdfdf;
} 
header.dark-grey-bg .side-call .red-call, header .side-call .white-call {
    display: none;
}
.noscroll {
    overflow: hidden;
}
.mobile-header {
    position: absolute;
    right: 10px;
    top: 15px;
    height: 39px;
    padding: 0 5px;
    transition: all 0.3s ease-in-out;
    display: none;
}
.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 > span:first-child a i {
    position: relative;
    top: 2px;
}
.mobile-header .menu-toggle {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.menu-toggle {
    width: 55px;
    padding: 10px;
}
.menu-toggle span {
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin-bottom: 7px;
    -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;
}
#header {
    transition: all .4s ease-in-out;
}
.logo-border {
    border-bottom: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
}    
.logo {
    margin: auto;
    display: block;
    width: 262px;
    padding: 10px 0;
    position: relative;
}
.logo img {
    width: 100%;
}
.logo-fix {
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 12px;
    right: -160px;
    top: 13px;
    width: 130px;
}        
.logo-fix img {
    width: 100%;
}
.logo-infocard {
    position: absolute;
    top: 80px;
    left: -30%;
    margin-top: 65px;
    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;
}
.infocard-wrapper.text-center p {
    font-size: 11px;
}
.logo-infocard p {
    font-size: 12px;
    line-height: 16px;
}
.logo-small {
    width: 147px;
    display: inline-block;
    border: 2px solid #fff;
    margin-bottom: 6px;
}
.logo-small img {
    width: 100%;
}
.custom.contact-details p {
    margin-bottom: 6px;
}
.logo:hover .logo-infocard {
    opacity: 1;
    visibility: visible;
    top: 30px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}        
.logo-infocard p strong {
    margin-bottom: 2px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.logo-infocard a {
    color: #fff;
}
.gap {
    padding: 8px 0 !important;
}
.megamenu a {
    text-decoration: none;
    outline: 0;
}
.upper-menu {
    position: relative;
    padding-left: 2px;
}header .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.upper-menu ul {
    display: inline-flex;
    padding-left: 0;
    margin-bottom: 0;
}
.upper-menu ul li {
    list-style-type: none;
}
header.dark-grey-bg .upper-menu .menu-options li:last-child, header.dark-grey-bg .on-scroll-whatapp {
    border-right: 1px solid rgba(54, 88, 166, 0.3);
}
.upper-menu .menu-options li:last-child {
    padding-right: 10px;
    border-right: 1px solid rgba(255,255,255,.3);
}
.upper-menu ul li a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 9px 10px;
}
.whatsapp li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;    
}
.step-one-menu {
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,.3);       
}  
.step-one-menu > li {
    list-style-type: none;
    font-size: 14px;
}

.step-one-menu > li.dd-menu:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
}

.step-one-menu > li.dd-menu:hover:after{
    opacity: 1;
    visibility: visible;
}

.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;
    margin: 0;
}
.cvalues a {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    padding-left: 35px !important;
    cursor: unset;
}
.cvalues a::after, .cvalues a::before {
    display: none;
}
.cvalues svg {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.step-one-menu > li > a {
    color: #fff;
    font-size: 14px;
    padding: 13px 19px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    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;
    outline: none;
    white-space: nowrap;
}
.step-one-menu > li:hover > a {
    background: #152D5D;
    color: #fff;
}


.step-one-menu > li:hover .step-two-menu {
    opacity: 1;
    visibility: visible;
    
    
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    
}
.step-one-menu > li.active .step-two-menu {
    display: block;
}
.step-two-menu {
    position: absolute;
    /*left: -100px;
    right: 0;*/
    top: 51px;
    background: #ffffffd9;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    
    
    
    /*CSS animation applied for sub menu : Slide from Top */
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
      transform: rotateX(90deg);
      -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
      transform-origin: top center;
    
}
.step-two-menu h3 {
    font-size: 18px;
    padding-bottom: 5px;
    color: #bb2226;
    margin-bottom: 8px;
}
.step-two-menu ul {
    padding-left: 0;
}
.step-two-menu ul li {
    list-style-type: none;
    position: relative;
}
.step-two-menu ul li a {
    font-size: 12px;
    color: #000;
    display: inline-block;
    padding: 2px 0;
    position: relative;
}
.step-two-menu ul li a:hover {
    color: #333;
}       
/*
.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::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::before {
    background: #d83135;
}
.step-two-menu ul li a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.step-two-menu ul li:last-child {
    margin-bottom: 0;
}
.list-social li a {
    margin-right: 15px;
    font-size: 16px;
}
.white-call-box {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: -1px;
    top: -1px;
}
.side-call {
    display: flex;
    background: #fff;
    padding: 6px 20px;
}
.call-icon {
    margin-right: 10px;
}
.need-help span {
    font-size: 12px;
    color: #666666;
}
.need-help a {
    font-size: 20px;
    color: #000;
    margin-top: -8px;
}
.text360 {
    display: flex!important;
    align-items: center;
    text-transform: capitalize!important;
}
.text360:hover {
    cursor: default;
}
#search-page-mob:hover, #vt-bt:hover {
    cursor: pointer;
}
.text360 span{
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    position: relative;
}
.mlgc{
    margin-left: 0.7rem!important;
}
.corner-search {
    border-right: none!important;
}
.deg::before {
    content: '';
    height: 4px;
    width: 4px;
    position: absolute;
    border-radius: 50%;
    right: -4px;
    top: 2px;
    border: 1px solid rgba(255,255,255,.5);
}

/**** FOOTER CSS ****/

footer {
    background: #282828;
}
.ft-links {
    margin-bottom: 36px;
}
.ft-links h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}
.ft-links ul, .copy-links ul, .social-media ul {
    padding: 0;
    margin-bottom: 10px;    
}
.ft-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    line-height: 12px;
}
.ft-links ul li a, .copy-links ul li a, .copy-r, .unai-logo p, .e-lead p, .git {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    line-height: 14px;
    display: block;
}
.ft-links ul li a {
    display: unset;
}
.ft-links ul li a::after, .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;
}
.ft-links ul li a:hover::after, .copy-links ul li a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.foot-address {
    cursor: default;
}
.foot-address:hover::after {
    transform: scaleX(0)!important;
}
.git a:hover::after {
    background-color: #ffb900;
}
.footer-mid {
    padding-top: 8px;
    padding-bottom: 5px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}
.copy-links ul li, .social-media ul li {
    list-style-type: none;
    padding: 0 8px;
    display: inline-flex;
}
.copy-links ul li:first-child, .social-media ul li:first-child {
    padding: 0 8px 0 0;
}
.social-media ul li a {
    color: #ffffff;
    font-size: 14px;
}
.goto-top {
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 70px;
    right: 2.8%;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    z-index: 99;
    display: none;
    cursor: pointer;
}
.footer-fixed-bar {
    background: rgba(30, 30, 30, 0.95);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11;
    padding: 5px 0;
}
.footer-fixed-bar p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}
.searchbar-input {
    width: 100%;
    background: #fff;
    height: 36px;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 14px;
    border: 0;
    outline: 0;
}
.se-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 35px;
    color: #333;
    width: 40px;
    text-align: center;
    border: 0;
    outline: 0;
    background-color: #ccc;
    border-radius: 0 4px 4px 0;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}
.modal-title {
    color: #fff;
}
.modal-backdrop.show {
    opacity: 0.85;
}

/*mega menu styling*/
.mt--20 {
    margin-top: -20px;
}
.st-common .drop-down-graphic h3 {
    padding: 30px 25px 0;
}
.st-about {
    width: 860px;
    height: 400px;    
}
.st-academics {
    width: 630px;
    height: 250px;
    padding-right: 33px !important;
}
.st-programs {
    width: 1240px;
    height: 477px;    
    left: -139px;
}
.st-admissions {
    width: 745px;
    height: 300px;
}
.st-campus {
    width: 500px;
    height: 335px;    
}
.st-placements {
    width: 607px;
    height: 240px;
    right: -190px;
}
.st-research {
    width: 700px;
    height: 320px;
    right: 0;
}

.drop-down-graphic h3{ text-align: center; color: #fff; font-size: 22px; padding: 30px 30px 0;}
.drop-down-graphic h3 span{ display: block; color: #60d0ff; font-size: 28px;}
.dd--title{ color: #000; text-align: center; font-size: 11px; line-height: 15px; text-align: center}
.dd--title span{ display: block; text-align: center; margin-bottom: 10px;}
.dd--title img{ display: inline-block;}
.dd-menu{ position: relative}
.dd-graphic-cont .col-6{ border: 1px solid rgba(255,255,255,0.3); height: 120px;}
.dd-graphic-cont .col-6:nth-child(1){ border-top: 0; border-left: 0;}
.dd-graphic-cont .col-6:nth-child(2){ border-top: 0; border-right: 0; border-left: 0}
.dd-graphic-cont .col-6:nth-child(3){ border-top: 0; border-left: 0; border-bottom: 0}
.dd-graphic-cont .col-6:nth-child(4){ border: 0}
.program-drop-down-graphic{ padding: 20px}
.program-drop-down-graphic h3{ color: #000; font-size: 22px;}
.program-drop-down-graphic h3 span{color: #60d0ff; font-size: 32px;display: block}
.placement--ddNumbers li{ list-style-type: none;}
.placement--ddNumbers li span{ background: #60d0ff; display: inline-block; padding: 10px;}
.rni-stats li span{background: #4441428f;border-radius: 6px;}
.placement--ddNumbers li span h4{ margin: 0; color: #000; font-weight: bold; font-size: 30px; line-height: 24px;}
.placement--ddNumbers li span small{ color: #000; /*font-weight: bold;*/ font-size: 11px; line-height: 10px;}
.placement--ddNumbers li p{ color: #000; font-size: 10px; line-height: 12px; padding-left: 0px; margin-top: 5px; margin-bottom: 0}
.placement--ddNumbers li span h4 div{ font-size: 18px; display: inline}

.dd--title span i{ font-size: 44px;}
.program-drop-down-graphic.text-center h3{
    text-align: left;
    margin-left: 8px;
}
.placement--ddNumbers.ri-ul li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
}
.placement--ddNumbers.ri-ul li span {
    width: 88%;
    text-align: left;
}
.placement--ddNumbers.ri-ul li span small {
    line-height: 15px;
    display: block;
}

.gx-25 {--bs-gutter-x: 2.5rem;}
.redbox-applynow {
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 15px;
}
.redbox-applynow h3 {
    color: #000;
    margin-bottom: 0;
    text-align: center; 
}

/**** RESPONSIVE STYLES ****/

@media (max-width: 1599px) {
    .desktop-logo.lg-logo {
       width: 95%;
    }   
    .logo-fix {
        right: -123px;
        top: 13px;
        width: 125px;
    }
    .mlgc {
        margin-left: 0 !important;
    }       
    .upper-menu ul li a {
        padding: 9px 5px;
    }
    .step-one-menu > li > a {
        padding: 13px 12px;
    }
    .step-two-menu{
        top: 54px;
    }
    .dd-menu > a::before {
        right: 4px;
        top: 20px;
    }
    .white-call-box {
        top: 0;
    }    
    .side-call {
        padding: 5px 6px;
    } 
    .st-programs {
        left: -232px;
    }    
}

@media (max-width: 1399px) {
    .step-one-menu > li > a {
        padding: 13px 11px;
    }
    .st-programs {
        left: -285px;
    }
    .st-placements {
        right: -207px;
    }    
}

@media (max-width: 1350px) {
    .desktop-logo.lg-logo {
       width: 90%;
    }
    .logo-fix {
        right: -83px;
        top: 13px;
        width: 100px;
    }
    .mlgc {
        display: none;
    }   
    .upper-menu ul li a {
        padding: 9px 4.5px;
    }
    .step-one-menu > li > a {
        padding: 12px 6.4px;
    }
    .side-call {
        padding: 7.5px 6px;
    }   
}

@media (max-width: 1199px) {
    .desktop-logo.lg-logo {
       width: 100%;
    }
    .logo-fix {
        right: -40px;
        top: 13px;
        width: 95px;
    }
    .white-call-box {
        top: unset!important;
        bottom: 0;
    }           
    .upper-menu ul li a {
        padding: 9px 5px;
    }
    .on-scroll-whatapp {
        padding-right: 3px;
    }
    .step-one-menu > li > a{
        padding: 7px 7px;
    }
    .dd-menu > a::before {
        right: 1px;
        top: 16px;
    }
    .step-two-menu{
        top: 35px;
    }   
}

@media (max-width: 991px) {
    .row-border-bottom {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }    
    .logo-border{
        border-right: none;     
    }       
    .menu-options {
        display: none!important;
    }    
    .mobile-header {
        display: block;
    }
    .white-call-box {
        position: relative;
        display: block;
    }
    .side-call {
        padding: 10px 30px;
    }
    .dd-menu.active{
        background: #152D5D;
    }    
    .step-one-menu {}
    .step-one-menu {
        display: block;
        width: 100%;
        top: 0;
        bottom: 0;
        margin: 0;
        overflow: auto;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        background: linear-gradient(135deg,rgb(27, 59, 115) 0,rgb(17, 37, 85) 59%,rgb(15, 23, 57) 59%,rgb(21, 24, 68) 100%) !important;
        z-index: 2;
        padding-right: 0;
    }
    .step-one-menu.swipe {
        right: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        box-shadow: 0 0 30px black;
    }
    .step-one-menu > li > a {
        display: block;
    }
    .step-one-menu > li:hover > a {
        background: #fff;
        color: #000;
    }    
    .step-two-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 15px;
    }
    .step-two-menu h3{
        margin-top: 15px;
    }
    .course-details + img {
        height: 300px;
        object-fit: cover;
    }    
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .white-call-box {
        display: none;
    } 
    .st-about {
        width: 768px;
    }
    .st-programs {
        left: -318px;
        width: 1024px;
        height: auto;
    } 
    .st-admissions {
        right: -385px;
    }
    .st-campus {
        right: -195px;
    }
    .st-placements {
        right: -190px;
    }    
}

@media (min-width: 500px) and (max-width: 1023px) {
    .step-two-menu .col-md-4, .step-two-menu .col-md-6, .step-two-menu .col-md-8 {
        width: 100%;
    }
    .upper-menu {
        display: none!important;
    }
    .mobile-header{
        top: 16px;
    }   
}

@media (max-width: 768px) {
    .mlgc {
        margin-left: 0 !important;
        display: block;
    }    
    .desktop-logo.lg-logo {
    width: 60%;
    margin: auto;
    padding: 10px;
}

/*section.hero-banner.box-100-h.respons {*/
/*    height: 50vh;*/
/*    background-image: url(img/FinalBanner_mob.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/
    .logo-fix {
        right: -83px;
        top: 10px;
        width: 110px;
    }    
    .upper-menu ul li a{
        padding: 9px 4px;
    }    
    .on-scroll-whatapp{
        padding-right: 5px;
    }
    .step-one-menu > li > a {
        padding: 16px 19px;
    }
    .dd-menu > a::before {
        right: 12px;
        top: 24px;
    }
    .cvalues a {
        margin-bottom: 15px;
    }
    .cu-btn {
        font-size: 12px;
        padding: 10px 10px;
    }
    .st-common {
        transform: rotateX(0deg);
        height: auto;
        width: auto;
    }
}

@media (max-width: 576px) {
    header.dark-grey-bg .upper-menu {
        border-bottom: 1px solid rgba(54, 88, 166, 0.3);
    }
    .upper-menu {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media (max-width: 360px) {
    .upper-menu ul li a{
        padding: 9px 3px;
    }
}

@media (max-width: 320px) {    
    .desktop-logo.lg-logo {
        width: 70%;
    }
    .logo-fix {
        right: -40px;
        width: 90px;
    }
    .menu-toggle span{
        margin-bottom: 7px;
    }    
    .mlgc {
        display: none;
    }
    .upper-menu ul li a {
        padding: 9px 6px;
    }
    .pl-8px{
        padding-left: 8px;
    } 
}

@media (min-width: 992px) {
    .menu-options li a:hover {
        color: #ffeb00;
    }  
}

@media (min-width: 1600px) {
    header.dark-grey-bg .side-call {
        padding: 5px 20px;
    }    
}

@media (min-width: 1920px) {
    .logo {
        width: 220px;
        margin-top: 5px;
    }    
    .logo-fix {
        width: 150px;
    }     
    .mlgc {
        margin-left: 15rem !important;
    }   
    .ft-links h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .ft-links ul li a, .copy-links ul li a, .copy-r, .unai-logo p, .e-lead p, .git {
        font-size: 14px;
        line-height: 18px;
    }
    .social-media ul li a {
        font-size: 16px;
    }
    .st-programs {   
        left: 0px;
    }    
}
.need-help a {
    font-weight: 600;
}
.placement--ddNumbers p {
    display: block;
    background: #ffffffa1;
    padding: 5px !important;
    width: 85px;
}


.mt-05{
    margin-top:-15px;
}
.navbar-right.megamenu.row {
    margin: 0;
}
.step-one-menu .row{
        --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}


.modal-body{font-size:2.3em;text-transform:uppercase}a.pre-order-btn{color:#000;background-color:gold;border-radius:1em;padding:1em;display:block;margin:2em auto;width:50%;font-size:1.25em;font-weight:6600}.top-home-block__links{background-color:#fff}.top-home-block__content{color:#fff;background-color:#003a70;text-align:center}.top-home-block__links-menu{margin:0;padding:0;list-style:none}.top-home-block__title{font-size:2.125rem;font-weight:700;color:#fff;line-height:1.1;padding-top:20px}.top-home-block__cards{margin:20px 0 0}.top-home-block__card{background-color:#fff;color:#003a70;height:100%;display:block}.top-home-block__card-label{font-size:16px;line-height:1.1;font-weight:500}@media (min-width:1024px),print{.top-home-block__links__title{display:none}.top-home-block__links-menu{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:15px 30px 15px 15px;}.top-home-block__links-item{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;border-right:1px solid #fff}.top-home-block__links-item:last-child{border:none}.top-home-block__links-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 24px;font-weight:700;text-transform:uppercase;color:#fff!important;font-size:13.5px;height:100%;line-height:18px;text-align:center}.top-home-block__card,.top-home-block__links-link{display:-webkit-box;display:-ms-flexbox;display:flex}.top-home-block__card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:1023.98px){.top_hom{width:100%}.top-home-block__content{padding:0px 0 0px}.top-home-block__links{background-color:#003a70;padding:8px 0px 0px 0px}.top-home-block__links__title{text-align:center;font-size:1.75rem;font-weight:700;color:#fff;line-height:1.1}.top-home-block__links-menu{-webkit-column-count:2;column-count:2;-webkit-column-gap:1rem;column-gap:1rem;margin:20px 0 0}.top-home-block__links-item{border-bottom:1px solid #fff;padding: 0px 0px 1px 0px!important; width: max-content!important;}.top-home-block__links-link{color:#fff!important;font-size:1.125rem;font-weight:500}.top-home-block__title{font-size:1.75rem}.top-home-block__cards-item{margin:5px 0}.top-home-block__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px}.top-home-block__card-picto{-webkit-box-flex:0;-ms-flex:0 0 75px;flex:0 0 75px;background:#444}.top-home-block{background:#444}.top-home-block__card-label{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:calc(100% - 76px);flex-basis:calc(100% - 76px);text-align:left;margin:0}}.top-home{position:relative}@media (min-width:1024px),print{.cartridge,.link{display:inline-block;font-weight:700}.cartridge,.link:after{background-color:#003a70}.para,.psn,.testimonial_9{text-align:center}.link,.testimonial_9 .name,.testimonial_9 .title{text-transform:uppercase}.btn,.slick-list:focus{outline:0}.top-home{height:1062px}@media screen and (max-width:1023.98px){.top-home-content{background-color:#003a70}}.cartridge{line-height:21px;color:#fff;padding:0 10px;font-size:.75rem;vertical-align:top}.link{font-family:DINProCondensed,Arial,sans-serif;color:#003a70;position:relative}.link,.link:after{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;opacity:1}.link:after{content:"";position:absolute;bottom:0;right:0;height:1px;left:0}.color-yiq .link:after,.link.color-yiq:after{background-color:#fff}.link:hover{color:#003a70;text-decoration:none;opacity:.8}.link:hover:after{left:calc(100% - 13px);opacity:.8}.link--no-border{text-transform:inherit;font-family:DINPro,Arial,sans-serif;font-weight:500}.link--no-border:after,.slick-arrow.slick-hidden,.slick-slide.slick-loading img{display:none}.link--bg{background-color:#f2f2f2;border-radius:15px;padding:1px 15px 4px}.anchor-menu-block__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.anchor-menu-block__item{padding:30px 0 0}.top_hom{width:70%}.centered1{position:absolute;top:-40%;left:19%;width: 61%;}.slick-list,.slick-track{position:relative;display:block}.centered1 img{width:150px;margin-left:16px}.para{font-size:14px;color:#fff}.awardsec{padding:45px 10px 0 30px}.slick-slide{margin:0 5px}.slick-slide img{width:80%;margin-top:10px;margin-bottom:10px;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:55%;min-height:1px;margin-top:10px;margin-bottom:10px}.center,.slick-initialized .slick-slide{display:block}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slide1{box-shadow:rgba(0,0,0,.35) 0 5px 15px;height:125px;width:180px;border-radius:50px 0}.center{margin:auto;width:55%;padding:15px 0 0}.stylish-title{position:absolute;top:-50px;background:0 0;left:0;font-size:35px;font-weight:100;padding:10px 17px;color:#000}.recruitsecnew{background-color:#fff;bottom:0;position:absolute;right:0;left:0;box-shadow:0 5px 16px rgb(0 0 0 / 20%);border-radius:15px}.testimonial_9{padding-top:70px;margin:50px 15px 0;border:1px solid #fff;position:relative;transition:.7s}.testimonial_9:hover{border-color:#e7e3e3;border-color:2px solid #000}.testimonial_9 .pic{width:95px;height:95px;border-radius:50%;background:#fff;padding:7px;position:absolute;top:-50px;left:50%;overflow:hidden;transform:translateX(-50%);transition:.7s}.btn:after,.testimonial_9:hover .pic{background:#d63213}.testimonial_9 .pic img{width:100%;height:auto;border-radius:50%}.testimonial_9 .title{font-size:16px;font-weight:700;color:#eabd44;margin:0 0 10px}.testimonial_9 .description{font-size:14px;color:#000;line-height:22px;border-bottom:1px solid #000;padding:34px 3px 25px 0;margin:0;text-align:justify}.testimonial_9 .testimonial_9-content{padding:12px 7px 2px;border:1px solid #f7f7f7;border-top:none;position:relative;text-align:left;transition:.5s}.testimonial_9:hover .testimonial_9-content{border-color:#000}.testimonial_9 .testimonial_9-content:after{content:"";width:100%;height:0;background:#000;position:absolute;bottom:0;left:0;z-index:-1;transition:.7s}.testimonial_9:hover .testimonial_9-content:after{height:100%}.testimonial_9-content .testimonial_9-profile{display:inline-block}.testimonial_9 .name{font-size:16px;font-weight:600;color:#000;margin:0 0 3px;transition:.7s}.testimonial_9 .post{font-size:14px;color:#000;text-transform:capitalize}.testimonial_9 .rating{display:inline-block;padding:1px 5px;margin:0;list-style:none;color:#000;position:absolute;right:25px}.testimonial_9 .rating li{display:inline-block;font-size:14px;color:#fff}.owl-theme .owl-controls{width:100%;position:absolute;top:50%}.owl-theme .owl-controls .owl-buttons div{width:45px;height:40px;line-height:37px;border-radius:3px;background:#fff;border:1px solid #ececec;padding:0;opacity:1;transition:.4s ease-in-out}.owl-theme .owl-controls .owl-buttons div:hover{background:#eabd44;border-color:#eabd44}.owl-next,.owl-prev{position:absolute;left:-3%}.btn,.btn span,.single_slid{position:relative}.owl-next{left:auto;right:-3%}.owl-next:before,.owl-prev:before{content:"\f104";font-family:"Font Awesome 5 Free";font-weight:900;font-size:25px;color:#ececec}.owl-next:before{content:"\f105"}@media only screen and (max-width:990px){.owl-next,.owl-prev,.owl-theme .owl-controls{position:relative;left:0;right:0}}@media only screen and (max-width:768px){.testimonial_9 .testimonial_9-content{padding:15px 10px 12px}.testimonial_9 .rating{right:12px}}.testimonial_subtitle{color:#000;font-size:14px}.testimonial_btn{background-color:#373d4b!important;color:#fff!important}.blk,.link a,.para1{color:#000}.seprator{height:2px;width:56px;background-color:#0aaa7a;margin:7px 0 10px}.para1{font-weight:500;font-size:16px;font-style:italic}.single_slid{background-color:#fff;text-align:left;padding:17px 19px;border-radius:10px;margin-bottom:30px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn{border:none;text-align:center;cursor:pointer;overflow:hidden;color:#fff;font-weight:700;font-size:14px;background-color:#444;padding:15px 15px 15px 45px;margin:0 auto;box-shadow:0 5px 15px rgba(0,0,0,.2)}.btn span{z-index:1}.btn:after{content:"";position:absolute;left:0;top:0;height:490%;width:140%;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;-webkit-transform:translateX(-98%) translateY(-25%) rotate(45deg);transform:translateX(-98%) translateY(-25%) rotate(45deg);z-index: -1;}.btn:hover:after{-webkit-transform:translateX(-9%) translateY(-25%) rotate(45deg);transform:translateX(-9%) translateY(-25%) rotate(45deg);color:#fff!important}.link{font-size:20px;margin-top:30px}.link a{font-size:25px}}

.btn.btn-primary {
    background-color: #194880;
    border-color: #194880;
    font: 800 18px 'Open Sans',Helvetica, Arial, sans-serif;
}

.btn.btn-warning {
    background-color: #d5a935;
    border-color: #d5a935;
    font: 800 18px 'Open Sans',Helvetica, Arial, sans-serif;
}

.btn:hover {
    opacity: 0.8;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

.form-group {
    position: relative;
}

.padTop30 {
    padding-top: 30px !important;
}

/*body.noScroll {
    height: 100%;
    overflow: hidden;
}
*/
/*footer.mydiv, .testimonials_section.mydiv, .mydiv.home-sec4 {
    height: auto;
}*/

header.mydiv {
    height: 100vh;
}

.visible-xs {
    display: none
}

.breadcrumb {
    background: none;
    padding: .75rem 0;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
    float: right;
    display: none;
}

    .breadcrumb a {
        color: #edba16;
        font-weight: 700;
        padding-right: 5px
    }

        .breadcrumb a:after {
            background: url(../images/arrow-icon.png) no-repeat 3px 1px;
            content: '';
            width: 8px;
            height: 10px;
            display: inline-block;
            background-size: 65%;
            margin-left: 5px
        }

.inner-page p {
    color: #191919;
    font-size: 14px;
    line-height: 1.5;
}

    .inner-page p strong {
        line-height: inherit;
    }

#mainNav .container {
    position: relative;
    padding-left: 50px;
    padding-right: 0px;
}

#mainNav.navbar-shrink .microsite_links {
    top: 85px;
}

#mainNav .microsite_links {
    position: absolute;
    top: 85px;
    left: 89px;
    margin: 0;
    list-style: none;
}

    #mainNav .microsite_links li {
        margin: 0;
        list-style: none;
        padding: 0;
        font-weight: 800;
        font-size: 12px;
        position: relative;
    }

        #mainNav .microsite_links li ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            margin: 0;
            padding: 0;
            width: 150px;
        }

            #mainNav .microsite_links li ul li {
                background: #fff;
                margin: 0;
                padding: 0;
                border-bottom: 1px solid #c39e38;
            }

                #mainNav .microsite_links li ul li a {
                    background: #dba921;
                    margin: 0;
                    padding: 5px 7px;
                    display: block;
                }

                    #mainNav .microsite_links li ul li a:hover {
                        opacity: 0.9;
                    }

        #mainNav .microsite_links li:hover ul {
            display: block;
        }

#mainNav {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0;
    padding-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    #mainNav .navbar-toggler {
        font-size: 14px;
        padding: 11px;
        color: white;
        border: 1px solid white;
    }

    #mainNav .navbar-brand {
        font-weight: 700;
    }

        #mainNav .navbar-brand a {
            display: inline-block;
            vertical-align: top;
        }

            #mainNav .navbar-brand a.site-logo {
                position: relative;
                left: -4px;
            }

.navbar-light .main-menu li a.nav-link {
    color: #fff;
    font-size: 20px;
    padding: 12px;
    display: block;
    position: relative;
}

    .navbar-light .main-menu li a.nav-link:hover, .navbar-light .main-menu li a.nav-link:focus {
        color: rgb(234, 183, 22);
    }

#mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    font-weight: 800;
    margin-bottom: 0px;
}

    #mainNav .navbar-nav .nav-item a.apply_btn {
        background: #dba921;
        color: #000;
        margin-left: 10px;
        margin-right: 70px;
    }

        #mainNav .navbar-nav .nav-item a.apply_btn:hover {
            opacity: 0.9
        }

    #mainNav .navbar-nav .nav-item:hover {
        outline: none;
        background-color: transparent;
    }

    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
        outline: none;
        background-color: transparent;
    }

.masthead {
    display: table;
    width: 100%;
    height: auto;
    text-align: left;
    color: white;
}

    .masthead .carousel-item {
        z-index: inherit;
        -webkit-perspective: inherit;
        perspective: inherit;
    }

    .masthead .carousel-inner:before {
        content: '';
        background: rgba(0,0,0,0.0);
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.7);
        max-width: 32%;
        opacity: 1;
    }

    .masthead .carousel-caption {
        left: 0;
        right: auto;
        text-align: left;
        width: 100%;
        bottom: 0;
        padding: 0;
        top: 0;
        height: 100%;
        position: relative;
        z-index: 3;
        background: url(../images/banner_shadow.png);
        background-repeat: repeat-x;
    }

.carousel-content {
    background: none;
    max-width: 32%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 50px;
    padding-left: 35px;
    padding-top: 0;
    z-index: 1
}
/*.carousel-caption:before{content:'';background-color:rgba(0, 0, 0, 0.7);max-width:32%;position:fixed;height:100%;top:0;bottom:0;display:block;width:100%;z-index:2}*/
/*.carousel-content:before {content: '';right: 100%;width: 2000%;  height: 100%;background-color: rgba(0, 0, 0, 0.7); position: absolute; top: 0px;}*/
.masthead .carousel-caption .container {
    max-width: 100%;
    padding: 0;
}

.masthead .carousel-indicators-main .container {
    max-width: 100%;
}

#mainNav .container {
    max-width: 100%;
}

.carousel-item.next .carousel-caption {
    opacity: 0;
}

.carousel-caption {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.masthead .carousel-caption h2 {
    width: 100%;
    text-align: left;
    font-weight: 300;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 30px;
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 15px;
}

.masthead .carousel-caption p {
    width: 100%;
    font-weight: 300;
    line-height: 1.5;
    display: inline-block;
    vertical-align: bottom;
    font-size: 19px;
    padding-bottom: 0px;
}

.masthead .carousel-indicators {
    right: auto;
    margin-left: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    max-width: 100px;
    text-align: right;
    padding-left: 29%;
}

    .masthead .carousel-indicators li {
        display: block;
        margin-bottom: 8px;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        margin-right: 0;
        margin-left: 0;
        cursor: pointer;
    }

    .masthead .carousel-indicators .active {
        background-color: #eab716;
    }

.carousel-indicators li::before, .carousel-indicators li::after {
    display: none;
}

.content-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.carousel-indicators-main {
    position: absolute;
    width: 100%;
    top: 45%;
    display: block;
    z-index: 110
}

.logo img {
    max-width: inherit;
}

.carousel-content.row {
    margin: 0;
}
/*.carousel-content .col{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;left:-400px;}
.carousel-item.active .carousel-content .col{left:0;}*/
.btn {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-default {
    color: #fff;
    border: 1px solid #dcaa21;
    background-color: #dcaa21;
    font-size: 16px;
    font-weight: 700;
    padding: .625rem 1.7rem;
    position: relative;
}

    .btn-default:focus, .btn-default:hover {
        color: #fff;
        border: 1px solid #bf9520;
        outline: none;
        background-color: #dcaa21;
    }

.right_bar.navbar-shrink .right_bar_toggler {
    top: 27px
}

.right_bar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
    background: #0d0d0d;
    padding: 0px 0px 10px 50px;
    height: 100vh;
    width: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

    .right_bar.open {
        width: 100%;
        background: #1a1a1a;
    }

        .right_bar.open.menubar {
            background: #292929;
            padding: 0px 20px 10px 20px;
        }

    .right_bar .right_bar_toggler {
        color: #fff;
        padding: 0 6px;
        font-size: 21px;
        outline: none;
        position: absolute;
        top: 40px;
        right: 10px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 1050;
    }

.right_bar_toggler .fa-bars:before {
    content: '';
    background: url(../images/sprite.png) no-repeat 0px -453px;
    width: 24px;
    height: 23px;
    display: block;
}

.right_bar .right_bar_toggler.clicked {
    font-weight: 300;
    font-size: 18px;
    z-index: 10000
}

    .right_bar .right_bar_toggler.clicked .fa-bars:before {
        content: '';
        background: url(../images/sprite.png) no-repeat 0px -305px;
        width: 18px;
        height: 18px;
        display: block;
    }

.mega_menu_left .mega_menu_brand {
    display: block;
    text-align: left;
}

    .mega_menu_left .mega_menu_brand a {
        display: inline-block;
        vertical-align: top;
    }

        .mega_menu_left .mega_menu_brand a.main-site-logo {
            width: 17%;
            display: none
        }

        .mega_menu_left .mega_menu_brand a.site-logo {
            width: 70%;
        }

.right_bar.open.menubar .mega_menu_left .mega_menu_brand a.main-site-logo {
    width: 100%;
}

.mega_menu_left .mega_menu_brand img {
    max-width: 100%;
}

.container.admission_menu {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 49px;
}

.right_bar_admission {
    position: absolute;
    bottom: 55px;
    right: -77px;
    color: #000;
    transform: rotate(-90deg);
    padding: 10px 35px 19px 27px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 21px;
    z-index: 1050;
    background: #dba921
}

    .right_bar_admission:focus, .right_bar_admission:hover {
        color: #000;
    }

    .right_bar_admission .fa {
        position: absolute;
        bottom: 30px;
        right: 10px;
    }

    .right_bar_admission.clicked .fa {
        bottom: 25px;
        right: 10px;
    }

    .right_bar_admission.clicked {
        background: #212121;
        color: #FFF;
    }

        .right_bar_admission.clicked .fa:before {
            content: '';
            background: url(../images/sprite.png) no-repeat 0px -305px;
            width: 18px;
            height: 18px;
            display: block;
        }

    .right_bar_admission .fa-long-arrow-up:before {
        content: '';
        background: url(../images/sprite.png) no-repeat 0px -372px;
        width: 18px;
        height: 6px;
        display: block;
        transform: rotate(90deg);
    }

.menu_items, .admission_menu {
    display: none;
}

    .menu_items ul li {
        text-transform: uppercase;
        font-weight: 700;
        text-align: right;
    }

        .menu_items ul li a {
            border-top: 1px solid #464646;
            padding: 10px 0;
            display: block;
        }

        .menu_items ul li:first-child a {
            border-top: none;
        }

.mega_menu_nav_admission {
    border-bottom: 0px solid #595959;
    margin: 0 20px;
}

    .mega_menu_nav_admission li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        font-size: 13.5px;
    }

        .mega_menu_nav_admission li a {
            color: #fff;
            display: block;
        }

            .mega_menu_nav_admission li a:before {
                display: block;
                width: 68px;
                height: 63px;
                content: '';
                background: url(../images/sprite.png) no-repeat -136px 0px;
                margin: 0 auto 15px;
                zoom: 0.5;
                -moz-transform: scale(0.5);
                -moz-transform-origin: 0 0;
            }

        .mega_menu_nav_admission li:nth-child(2) a:before {
            background-position: -136px -69px;
        }

        .mega_menu_nav_admission li:nth-child(3) a:before {
            background-position: -136px -134px;
        }

        .mega_menu_nav_admission li:nth-child(4) a:before {
            background-position: -136px -196px;
        }

        .mega_menu_nav_admission li:nth-child(5) a:before {
            background-position: -136px -261px;
        }

        .mega_menu_nav_admission li:nth-child(6) a:before {
            background-position: -136px -327px;
        }

        .mega_menu_nav_admission li:nth-child(7) a:before {
            background-position: -136px -391px;
        }

        .mega_menu_nav_admission li:nth-child(8) a:before {
            background-position: -136px -458px;
        }

        .mega_menu_nav_admission li a:hover {
            opacity: 0.7;
        }

.last_date {
    position: relative;
    margin: 0px 20px;
    padding: 0px 0px;
    font-family: 'Montserrat','Lato','Open Sans', sans-serif;
    color: #fff;
}
    /*.last_date:before{content:'';position:absolute;top:0;left:-15px;bottom:0;width:15px;background:#ebb816;}*/
    .last_date p {
        font-weight: 200;
        font-size: 48px;
        line-height: 1;
    }

        .last_date p span.date {
            font-weight: 600;
            font-size: 18px;
            display: block;
            margin: 15px 0 0;
        }

    .last_date h4 {
        font-weight: 300;
        font-size: 24px;
        text-transform: uppercase;
    }

        .last_date h4 span {
            font-weight: 600;
            display: block;
        }

    .last_date h5 {
        font-weight: 600;
        font-size: 21px;
        text-transform: capitalize;
        color: #FFF;
    }

    .last_date h6 {
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        color: #ebb816;
        padding-top: 20px;
    }

        .last_date h6 span {
            font-weight: 500;
            font-size: 15px;
            display: block;
            color: #fff;
            padding-top: 10px;
        }

            .last_date h6 span a {
                color: #fff;
            }

.right_bar.open .menu_items > .row > div, .right_bar.open .admission_menu > .row > div {
    height: 100vh;
    padding-top: 40px;
}

.right_bar.open .admission_menu > .row {
    margin-right: 0;
}

    .right_bar.open .admission_menu > .row > div.mega_menu {
        background: #212121;
    }

.right_bar_search {
    position: absolute;
    bottom: 190px;
    right: 10px;
    color: #fff;
    padding: 0 6px;
    font-size: 16px;
    outline: none;
    z-index: 1050;
}

    .right_bar_search .fa-search:before {
        content: '';
        background: url(../images/sprite.png) no-repeat 0px -341px;
        width: 20px;
        height: 21px;
        display: block;
    }

.searchoverlay.open {
    display: flex !important;
    margin-top: 0
}

.searchoverlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000000000;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -100vh
}

.closesearch {
    background: url(../images/sprite.png) no-repeat 0px -305px;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
}

.searchform {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    position: relative;
}

    .searchform input[type=text] {
        width: 100%;
        max-width: 610px;
        border: none;
        outline: none;
        padding: 0 30px 0 10px;
        font-size: 24px;
        font-weight: 600;
        line-height: 50px;
        height: 50px;
        background: transparent;
        color: #fff;
    }

    .searchform input[type=submit] {
        border: none;
        outline: none;
        background: url(../images/sprite.png) no-repeat 0px -341px;
        width: 20px;
        height: 21px;
        text-indent: -99999px;
        position: absolute;
        top: 15px;
        right: 10px;
    }

#colorbox {
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
}

#cboxTopCenter, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleRight, #cboxMiddleLeft {
    background: #fff;
    height: 10px;
    width: 10px;
}

.home-sec1 {
    display: block;
    width: 100%;
    background-color: #006690;
    padding: 80px 0;
}

    .home-sec1 .container {
        padding-left: 100px;
        padding-right: 100px;
    }

.top-home-sec1.row h2 {
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 10px;
    text-align: right;
    text-transform: uppercase;
    text-align: left;
    text-transform: uppercase;
    padding-left: 30px;
}

.top-home-sec1.row p {
    font-weight: 400;
    color: #fff;
    text-align: right;
}

.top-home-sec1 ul {
    padding-top: 0px;
    padding-left: 30px;
}

    .top-home-sec1 ul li h3 {
        font-size: 62px;
        font-weight: 900;
        color: #fff;
        padding-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .top-home-sec1 ul li {
        float: left;
        width: 33%;
        border-left: 1px solid #eff5f8;
    }

        .top-home-sec1 ul li span {
            text-align: center;
            color: #fff;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            display: block;
            margin: 0 auto;
        }

.tab-home-sec1 .nav-tabs li a {
    font-size: 18px;
    background-color: #fff;
    width: 100%;
    padding: 12px;
    text-align: center;
    display: block;
}

.tab-home-sec1 .nav-tabs {
    width: 100%;
    border-bottom: none;
}

    .tab-home-sec1 .nav-tabs li {
        width: 50%;
    }

        .tab-home-sec1 .nav-tabs li.active a {
            background-color: #1a1a1a;
            color: #fff;
        }

.tab-home-sec1 {
    display: block;
    padding-top: 30px;
}

.tab-home-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}

.tab-home-sec1 .tab-content {
    background-color: #1a1a1a;
    width: 100%;
    display: block;
}

.tab-home-content {
    padding: 50px;
    overflow: hidden;
}

.tab-home-sec1 .tab-content {
    overflow: hidden;
}

.tab-home-content input {
    background-color: inherit;
    border: 1px solid #fff;
    width: 80%;
    float: left;
    padding: 12px;
    outline: none;
    color: #fff;
}

.tab-home-content .submit-btn {
    float: left;
    width: 20%;
    padding-left: 20px;
}

    .tab-home-content .submit-btn a {
        color: #fff;
        font-size: 32px;
    }

.tab-home-content ul {
    display: table;
    width: 100%;
    padding-top: 40px;
}

    .tab-home-content ul li {
        width: 30%;
        float: left;
        color: #87bdd5;
        font-size: 20px;
        border-left: 1px solid #87bdd5;
        text-align: center;
    }

        .tab-home-content ul li a {
            color: #87bdd5;
        }

        .tab-home-content ul li:first-child {
            border-left: none;
            text-align: left;
        }

.home-sec2 {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

    .home-sec2 .container {
        padding: 0;
        padding-right: 50px;
    }

.home-sec2-content {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 49px;
}

.home-why-amity {
    margin: 70px auto 0;
    display: table;
    max-width: 1000px;
    width: 100%;
    margin-right: 20%;
}

.why-amity-left {
    float: left;
    width: 50%;
    padding-right: 40px;
}

.why-amity-right {
    float: left;
    width: 50%;
    margin-top: 80px;
    border-left: 1px solid #fff;
    padding-left: 40px;
    min-height: 180px;
}

.home-why-amity h2 {
    font-weight: 900;
    font-size: 38px;
    color: #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: right;
}

.why-amity-left h3 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-align: right;
    line-height: 1.4;
    padding-bottom: 20px;
}

.why-amity-left a {
    float: right;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    font-size: 18px;
    font-weight: 600;
    width: 280px;
    height: 50px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.why-amity-right h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    width: 60%;
}

.why-amity-right h3 {
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    width: 100%;
    line-height: 110px;
}

.home-ranking-amity .owl-carousel1 ul li h3 {
    font-size: 38px;
    color: #fff;
}

.home-ranking-amity {
    max-width: 16%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    z-index: 9;
    height: 100%;
    width: 100%
}

    .home-ranking-amity .owl-carousel1 ul li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #52585f;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .home-ranking-amity .owl-carousel1 ul {
        width: 100%;
        display: block;
        padding: 20px;
        padding-top: 70px;
    }

        .home-ranking-amity .owl-carousel1 ul li p {
            color: #fff;
        }

        .home-ranking-amity .owl-carousel1 ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .home-ranking-amity .owl-dots {
        display: none;
    }

    .home-ranking-amity .owl-nav [class*=owl-] {
        border-radius: 0;
        font-size: 0;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 18px;
        margin: 0;
        float: right;
    }

    .home-ranking-amity .owl-nav .owl-prev:before {
        background-image: url('../images/left-aerrow.png');
        width: 10px;
        height: 20px;
        display: inline-block;
        content: '';
    }

    .home-ranking-amity .owl-nav .owl-next:before {
        background-image: url('../images/right-aerrow.png');
        width: 10px;
        height: 20px;
        display: inline-block;
        content: '';
    }

    .home-ranking-amity .owl-nav {
        display: table;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .home-ranking-amity .owl-carousel2 {
        width: 100%;
        display: block;
        height: 100%;
    }

        .home-ranking-amity .owl-carousel2 .item img {
            text-align: center;
            margin: auto;
            width: auto;
        }

        .home-ranking-amity .owl-carousel2 .owl-nav {
            position: absolute;
            bottom: 0;
            right: 0;
        }

.home-sec2-campus {
    position: absolute;
    width: 100%;
    bottom: 0;
    max-width: 100%;
    left: 49px;
    right: 0;
    padding-right: 390px;
}

    .home-sec2-campus ul li {
        float: left;
        padding-top: 13px;
        width: 18%;
    }

        .home-sec2-campus ul li a {
            color: #fff;
            border-right: 1px solid #fff;
            padding: 0px 0;
            width: 100%;
            display: block;
            text-align: center;
        }

    .home-sec2-campus ul h3 {
        float: left;
        background-color: #ddab21;
        font-weight: 600;
        font-size: 18px;
        padding: 12px 0;
        width: 22%;
        text-align: center;
    }

    .home-sec2-campus ul li:last-child a {
        border-right: none;
    }

.home-sec2 .owl-dots {
    display: none;
}

.home-sec2 .owl-nav [class*=owl-] {
    border-radius: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    margin: 0;
    float: right;
}

.home-sec2 .owl-nav .owl-prev:before {
    background-image: url('https://www.ibusinessinstitute.org/css/css_place/right-aerrow.png');
    width: 10px;
    height: 20px;
    display: inline-block;
    content: '';
}

.home-sec2 .owl-nav .owl-next:before {
    background-image: url('https://www.ibusinessinstitute.org/css/css_place/left-aerrow.png');
    width: 10px;
    height: 20px;
    display: inline-block;
    content: '';
}

.home-sec2 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    right: 420px;
}

.home-sec2 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 3%;
}

.home-sec2 .home-ranking-amity .owl-nav .owl-prev {
    top: auto;
    right: auto;
    position: relative;
}

.home-sec2 .home-ranking-amity .owl-nav .owl-next {
    top: auto;
    left: auto;
    position: relative;
    margin-right: 1px;
}

.home-sec2 .owl-dots {
    display: none;
}

.home-sec2 .owl-theme .owl-nav {
    margin-top: 0;
}

.home-sec3 {
    display: block;
    width: 100%;
    background-color: #006690;
    padding: 80px 0;
}

    .home-sec3 h2 {
        font-weight: 900;
        font-size: 56px;
        color: #fff;
        padding-bottom: 15px;
        text-transform: uppercase;
        text-align: left;
        width: 100%;
        max-width: 400px;
        line-height: 40px;
    }

    .home-sec3 .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .home-sec3 h2 span {
        font-weight: 300;
        text-align: right;
    }

    .home-sec3 .nav-tabs {
        float: right;
        margin-top: -132px;
        width: 100%;
        max-width: 690px;
    }

        .home-sec3 .nav-tabs li a {
            font-size: 24px;
            color: #a3bdcc;
            font-weight: 700;
            display: block;
            padding: 0px 20px 25px;
            position: relative;
            -webkit-transition: all 0.92s cubic-bezier(0.56, 0.38, 0.3, 1.13);
            -moz-transition: all 0.92s cubic-bezier(0.56, 0.38, 0.3, 1.13);
            transition: all 0.92s cubic-bezier(0.56, 0.38, 0.3, 1.13);
        }

.home-sec1 {
    margin-top: -8px
}

.home-sec3 .responsive-tabs-container .tab-pane {
    height: 348px;
    overflow: hidden
}

.home-sec3 .nav-tabs li.active a {
    color: #fff;
}

    .home-sec3 .nav-tabs li.active a:before {
        content: '';
        background-image: url('../images/tab-hover-stu-life.png');
        width: 16px;
        height: 9px;
        position: absolute;
        bottom: -9px;
        left: 40%;
    }

.stu-life-ul {
    background-color: #ddab21;
    height: 50%;
    padding: 20px 20px 10px;
}

.stu-life-ul2 {
    background-color: #ddab21;
    padding: 20px 20px 10px;
    height: 50%;
}

    .stu-life-ul2 li a:hover {
        opacity: .7;
    }

    .stu-life-ul2 li a {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ecd082;
    }

.pro {
    padding-right: 5px;
}

.pro1 {
    padding-right: 5px;
    padding-left: 5px;
}

.pro2 {
    padding-left: 5px;
}

.home-sec3 .tab-content span img {
    height: auto;
    width: 100%;
    max-width: unset;
}

.stu-life-ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ecd082;
}

.home-sec3 .tab-content {
    padding-top: 20px;
}

.home-sec4 {
    width: 100%;
    display: block;
    padding: 80px 0;
}

    .home-sec4 .container {
        padding-left: 100px;
        padding-right: 100px;
    }

.home-sec4-colm3 {
    position: relative;
    width: 100%;
    max-width: 360px;
    display: block;
    overflow: hidden;
}

.home-sec4-colm1 h2 {
    font-weight: 900;
    font-size: 56px;
    color: #e3b121;
    padding-bottom: 40px;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    max-width: 400px;
    line-height: 40px;
}

    .home-sec4-colm1 h2 span {
        display: block;
        font-weight: 400;
        text-align: right;
        color: #000;
    }

.home-sec4-colm1 h3 {
    font-weight: 300;
    font-size: 30px;
    text-align: right;
    padding-bottom: 70px;
}

.home-sec4-colm1 ul li a {
    text-align: right;
    font-size: 22px;
    display: block;
    padding: 12px 10px;
    border-top: 1px solid #dee4f0;
    color: #393636;
    position: relative;
}

    .home-sec4-colm1 ul li a:after {
        font-family: FontAwesome;
        content: "\f105";
        color: #617cb6;
        padding-left: 15px;
    }

.home-sec4-colm2 ul li h3 {
    font-size: 48px;
    font-weight: 900;
    padding-bottom: 5px;
    display: block;
    line-height: 1;
}

.home-sec4-colm2 ul li p {
    font-weight: 600;
}

.home-sec4-colm2 ul li {
    margin-bottom: 40px;
    overflow: hidden;
}

    .home-sec4-colm2 ul li:last-child {
        padding-bottom: 0;
    }

.home-sec4-colm2 {
    border-left: 1px solid #ececec;
    padding-left: 60px;
    padding-right: 30px;
}

.home-sec4-colm1 {
    padding-right: 30px;
}

.home-sec4-colm3 .owl-carousel4 ul li h4 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.home-sec4-colm3 .owl-carousel4 ul li span {
    display: block;
    padding-bottom: 20px;
}

.home-sec4-colm3 .owl-carousel4 ul li {
    padding-bottom: 20px;
}

    .home-sec4-colm3 .owl-carousel4 ul li h4:before {
        content: "";
        background-color: #e2b025;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
    }

.home-sec4-colm3 .owl-dots {
    display: none;
}

.home-sec4-colm3 .owl-nav [class*=owl-] {
    border-radius: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.21);
    padding: 10px 15px;
    margin: 0;
    float: right;
    margin-right: 1px;
}

.home-sec4-colm3 .owl-nav .owl-prev:before {
    background-image: url('../images/left-aerrow.png');
    width: 10px;
    height: 20px;
    display: inline-block;
    content: '';
}

.home-sec4-colm3 .owl-nav .owl-next:before {
    background-image: url('../images/right-aerrow.png');
    width: 10px;
    height: 20px;
    display: inline-block;
    content: '';
}

.home-sec4-colm3 .owl-nav {
    float: left;
}

abbr.all-research-btn {
    display: block;
    float: right;
    margin-top: -32px;
    position: relative;
    z-index: 1;
}

    abbr.all-research-btn a img {
        float: right;
        padding-left: 10px;
    }

    abbr.all-research-btn a {
        font-weight: 600;
    }

.home-sec5 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.home-sec4-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.home-sec5 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #e3b121;
    padding: 50px 0;
    height: 100vh;
}

.home-sec4-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.home-sec5 .container {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    height: 100%;
}

.home-sec5 span img {
    width: 100%;
}

.home-sec5-carousel {
    max-width: 555px;
    background-color: #e2b025;
    padding: 50px;
    margin-left: 50px;
}

.home-sec5 h2 {
    font-weight: 900;
    font-size: 56px;
    color: #000;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    line-height: 40px;
}

    .home-sec5 h2 span {
        font-weight: 400;
        color: #fff;
    }

.home-sec5 p {
    font-size: 24px;
    font-weight: 300;
    text-align: right;
}

.home-sec5-carousel .owl-nav [class*=owl-] {
    border-radius: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    margin: 0;
    float: right;
    margin-right: 1px;
}

.home-sec5-carousel .owl-nav .owl-prev:before {
    background-image: url('../images/left-aerrow.png');
    width: 10px;
    height: 20px;
    display: inline-block;
    content: '';
}

.home-sec5-carousel .owl-nav .owl-next:before {
    background-image: url('../images/right-aerrow.png');
    width: 10px;
    height: 20px;
    display: inline-block;
    content: '';
}

.home-sec5-carousel .owl-nav {
    position: absolute;
    right: 0px;
}

abbr.all-achiv-btn {
    position: relative;
    display: block;
    padding-top: 30px;
}

    abbr.all-achiv-btn a img {
        padding-left: 15px;
        top: 3px;
        position: relative;
    }

    abbr.all-achiv-btn a {
        font-weight: 600;
    }

.home-sec6 {
    width: 100%;
    padding: 80px 0;
}

    .home-sec6 .container {
        padding-left: 15px;
        padding-right: 65px;
    }

    .home-sec6 .nav-tabs {
        margin: 0;
        display: table;
        border-bottom: none;
        padding-left: 20px;
    }

        .home-sec6 .nav-tabs li {
            float: left;
        }

    .home-sec6 .tab-content ul li {
        padding: 3px;
    }

    .home-sec6 .nav-tabs li a {
        font-size: 18px;
        font-weight: 500;
        color: rgba(51, 51, 51, 0.83);
        margin-right: 32px;
        padding: 8px 0px;
        border-top: 3px solid #fff;
    }

    .home-sec6 .nav-tabs li.active a {
        font-weight: 500;
        color: #000;
        border-top: 3px solid #f14241;
    }

    .home-sec6 .nav-tabs li a:hover {
        color: #000;
    }

    .home-sec6 .tab-content .happ-content ol li {
        font-size: 14px;
        font-weight: 900;
        padding-right: 10px;
        position: relative;
        float: left;
        color: #fff;
        padding-bottom: 0;
    }

.happ-content ol li:before {
    content: "|";
    padding-right: 10px;
}

.happ-content ol li:first-child:before {
    display: none;
}

.happ-content ol {
    width: 100%;
    display: table;
    padding-bottom: 20px;
}

.happ-content h3 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.happening-colm-img .happ-content {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.happening-colm-img {
    position: relative;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
}

    .happening-colm-img span img {
        max-width: unset;
        min-height: 230px;
    }

.happ-content {
    padding: 30px 30px 0;
}

.home-sec6 .tab-content {
    padding-top: 70px;
    display: block;
}

.happening-colm-color {
    background: #5e5e5e;
    height: 100%;
    width: 100%;
    min-height: 250px;
}

.happening-colm-img span {
    display: block;
    height: 100%;
}

    .happening-colm-img span:before {
        content: "";
        background-image: url(../images/tab-content-shadow.png);
        display: block;
        width: 100%;
        position: absolute;
        height: 100%;
        background-repeat: repeat;
        background-size: 100% 100%;
    }

.happ-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 80%;
}

img.video-icon-home {
    float: left;
    padding-right: 20px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.happening-btn {
    display: table;
    margin: 0 auto;
}

    .happening-btn a {
        display: block;
        padding: 12px 40px;
        border: 1px solid #808080;
        font-size: 18px;
        font-weight: 700;
    }

.testimonials_section {
    width: 100%;
    background-color: #e3b121;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 378px;
}

    .testimonials_section .container-fluid {
        max-width: 1540px;
        padding: 0;
        position: relative;
        padding-right: 70px;
    }

.testimonials-content h3 {
    color: #191919;
    font-size: 24px;
    font-weight: 300;
    padding-top: 120px;
    padding-bottom: 30px;
}

.testimonials-content h4 {
    color: #191919;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.testimonials-content p {
    width: 50%;
    padding-bottom: 0;
}

.testimonials_section .nav-tabs {
    position: absolute;
    top: 10%;
    z-index: 99;
    border-bottom: none;
    left: 28%;
}

    .testimonials_section .nav-tabs li a {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 20px;
        background-color: #b68e1a;
        color: #fff;
        display: block;
        position: relative;
    }

    .testimonials_section .nav-tabs li.active a {
        background-color: #000;
    }

        .testimonials_section .nav-tabs li.active a:before {
            content: "";
            background-image: url(../images/home-testi-hover.png);
            width: 15px;
            height: 12px;
            position: absolute;
            bottom: -11px;
            right: 0;
        }

.testimonials_section .owl-nav {
    display: none;
}

.testimonials_section .owl-dots {
    position: absolute;
    right: -10px;
    top: 48%;
}

    .testimonials_section .owl-dots .owl-dot {
        display: block;
    }

        .testimonials_section .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
        }

        .testimonials_section .owl-dots .owl-dot.active span {
            background-color: #000;
        }

.testimonials_section .responsive-tabs-container .tab-pane {
    margin-bottom: 0;
}

.navbar-light .navbar-nav li:focus .nav-link, .navbar-light .navbar-nav li:hover .nav-link {
    color: rgb(234, 183, 22);
}

.tab-home-sec1 .nav-tabs li a:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.why-amity-left a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    color:#fff;
    background-color: #D63213;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.why-amity-left a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.why-amity-left a {
    position: relative;
}

    .why-amity-left a span {
        z-index: 2;
        display: block;
        position: absolute;
    width: 100%;
        height: 100%;
    }

    .why-amity-left a:hover {
        color: #000;
        border-color: #bb2226;
    }

.home-sec2-campus ul li a:hover {
    color: #ddab21;
}

.home-sec3 .nav-tabs li a:hover {
    color: #fff;
}

.stu-life-ul li a:hover {
    opacity: .7;
}

.home-sec4-colm1 ul li a:hover {
    opacity: .7;
}

abbr.all-research-btn a:hover {
    opacity: .7;
}

.testimonials_section .nav-tabs li a:hover {
    background-color: #000;
}

    .testimonials_section .nav-tabs li a:hover:before {
        content: "";
        background-image: url(../images/home-testi-hover.png);
        width: 15px;
        height: 12px;
        position: absolute;
        bottom: -11px;
        right: 0;
    }

footer ul li a:hover {
    color: #ffffff;
}

.ftr-colm1 {
    max-width: 13%;
    -ms-flex: 13%;
    flex: 13%;
}

.ftr-colm2 {
    max-width: 23%;
    -ms-flex: 23%;
    flex: 23%;
}

.happening-btn a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(234, 183, 5, 0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.happening-btn a {
    position: relative;
    height: 50px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    width: 290px;
}

    .happening-btn a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .happening-btn a span {
        z-index: 2;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .happening-btn a:hover {
        border: 1px solid #eec537;
    }

/*
footer {
    padding: 60px 0 30px;
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    footer h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff !important;
        padding-bottom: 20px;
    }

    footer ul li a {
        font-size: 14px;
        color: #999999;
        padding-bottom: 10px;
        display: table;
    }

    footer .brand-icon li {
        float: left;
    }

        footer .brand-icon li a {
            font-size: 26px;
            color: #fff;
            padding-right: 15px;
        }

            footer .brand-icon li a img {
                padding-top: 8px;
            }

ul.brand-icon {
    display: table;
    width: 100%;
    padding-bottom: 30px;
}

ul.brand-icon2 li a img {
    float: left;
    padding-right: 12px;
}

ul.brand-icon2 li a i {
    font-size: 26px;
    padding-left: 5px;
    color: #fff;
}

ul.brand-icon2 {
    padding-top: 10px;
}

.input-ftr input {
    border: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    outline: none;
}

.input-ftr {
    padding-bottom: 20px;
}

.social-media li {
    float: left;
}

    .social-media li a {
        display: block;
        font-size: 26px;
        padding-right: 15px;
        color: #1da1f2;
    }

        .social-media li a:hover, .social-media li:nth-child(2) a:hover, .social-media li:nth-child(3) a:hover {
            color: #fff;
        }

    .social-media li .fa:before {
        content: '';
        background: url(../images/sprite.png) no-repeat;
        width: 27px;
        height: 24px;
        display: inline-block;
    }

    .social-media li .fa-twitter:before {
        background-position: -73px -22px
    }

    .social-media li .fa-facebook:before {
        background-position: -73px -63px
    }

    .social-media li .fa-youtube:before {
        background-position: -73px -113px
    }

.social-media {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

footer .container {
    padding-right: 45px;
}

footer h4 {
    padding-bottom: 10px;
    font-size: 16px;
}

footer p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

    footer p a {
        color: #CCC;
    }*/

.home-sec4-content .owl-dots {
    display: none;
}

.mega_menu_nav a {
    color: #fff;
}

.innerPage #inner_section .container {
}

.innerPage h1 {
    font-size: 48px;
    font-weight: 700;
    padding: 40px 0 0
}

.innerPage .content-section.course_pages {
    padding-bottom: 50px;
}

    .innerPage .content-section.course_pages p {
        font-family: 'Open Sans'
    }

.program_menu {
    margin-top: 40px;
}

.right_bar.open .menu_items > .row > div, .right_bar.open .admission_menu > .row > div {
    padding-top: 28px;
}

.right_bar.open.menubar {
    padding: 0px 0px 10px 20px
}

    .right_bar.open.menubar .container {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }

.mega_menu_nav_menu {
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    text-align: right;
    padding-right: 50px;
}

    .mega_menu_nav_menu li {
        display: inline-block;
        vertical-align: top;
        font-family: 'Montserrat','Lato';
        font-weight: 700;
        font-size: 14px;
        padding: 14px 30px;
    }

.menu_items ul.mega_menu_nav_menu li a {
    border: none;
    color: #fff;
}

    .menu_items ul.mega_menu_nav_menu li a.active, .menu_items ul.mega_menu_nav_menu li a:hover {
        color: #ffb905;
    }

.right_bar .right_bar_toggler.clicked {
    display: none;
}

.right_bar.open.menubar .menu_items ul.mega_menu_nav li {
    text-transform: none;
    text-align: left;
    font-weight: 400;
    font-family: 'Montserrat','Lato';
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
    line-height: 1.2
}

    .right_bar.open.menubar .menu_items ul.mega_menu_nav li b {
        font-family: 'Montserrat','Lato';
        font-size: 21px;
        font-weight: 500;
        display: block;
        padding: 35px 0 15px;
        color: #ffb905;
        text-transform: uppercase;
    }

    .right_bar.open.menubar .menu_items ul.mega_menu_nav li strong {
        text-transform: uppercase;
    }

    .right_bar.open.menubar .menu_items ul.mega_menu_nav li a {
        border: none;
        padding: 0;
    }

.close_btn.selected {
    background: url(../images/sprite.png) no-repeat 0px -305px;
    width: 18px;
    height: 18px;
}

.close_btn {
    background: url(../images/sprite.png) no-repeat 0px -453px;
    width: 24px;
    height: 23px;
    display: block;
    position: absolute;
    top: 53px;
    right: 23px;
    z-index: 1000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.close_btn2.selected {
    background: url(../images/sprite.png) no-repeat 0px -305px;
    width: 18px;
    height: 18px;
    top: 30px;
}

.close_btn2 {
    background: url(../images/cross-btn.png) no-repeat 0 0;
    width: 17px;
    height: 18px;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#mainNav.navbar-shrink {
    padding-top: 8px;
    padding-bottom: 0;
    background: #363636;
    z-index: 99;
}

#mainNav:before {
    content: '';
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 100px;
    height: 1px;
}

#mainNav.hasMegaMenu:before {
    background: #000;
    margin-top: 0;
    height: 120px;
}

.inner-page .container, .responsive_tabs .responsive-tabs, .responsive_tabs .tab-container .tab-content {
    max-width: 100%;
    width: 100%;
    padding-right: 90px;
    padding-left: 90px;
}

.inner-page {
    width: 100%;
}

.academia-sec1 {
    display: block;
    width: 100%;
}

#mainNav.inner-nav {
    background: #363636;
    padding-bottom: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.inner-page {
    width: 100%;
    margin-top: 133px;
}

#mainNav.inner-nav.navbar-shrink {
    padding-bottom: 0px;
}

.mobile_nav {
    display: none;
}

.scholarship-scheme-sec2.responsive_tabs {
    padding-bottom: 0px;
}

.responsive_tabs .container-fluid {
    padding: 0
}

.responsive_tabs .responsive-tabs {
    margin: 0 auto;
    border-bottom: none;
    padding-bottom: 0px;
}

    .responsive_tabs .responsive-tabs.nav-tabs li {
        padding: 0px;
        border-bottom: 4px solid transparent;
        min-height: 130px;
    }

        .responsive_tabs .responsive-tabs.nav-tabs li:hover, .responsive_tabs .responsive-tabs.nav-tabs li.active {
            border-bottom: 4px solid #cf6e5e;
        }

        .responsive_tabs .responsive-tabs.nav-tabs li a {
            display: block;
            width: 100%;
            height: 100%;
            padding-bottom: 50px;
            padding-right: 30px;
            font-size: 32px;
            font-weight: 300;
        }

.responsive_tabs .tab-container {
    background: #fffaf7
}

    .responsive_tabs .tab-container .tab-content {
        padding-top: 60px;
        padding-bottom: 60px;
        margin: 0 auto
    }

        .responsive_tabs .tab-container .tab-content strong {
            color: #000
        }

.inner-hadding {
    width: 100%;
    display: table;
}

    .inner-hadding h1 {
        padding-top: 50px;
        padding-bottom: 25px;
        font-weight: 700;
        line-height: 1.1;
        font-size: 50px;
    }

.academia-sec1 h2 {
    font-size: 32px;
    font-weight: 300;
    padding-bottom: 50px;
}

.academia-sec1-main {
    display: table;
    width: 100%;
    background-color: #dddbed;
}

    .academia-sec1-main ul {
        padding-top: 50px;
        padding-left: 40px;
    }

        .academia-sec1-main ul li {
            list-style-type: disc;
            font-size: 16px;
            font-weight: 300;
            padding-bottom: 30px;
            padding-left: 0;
            padding-right: 50px;
            line-height: 1.5;
        }

    .academia-sec1-main span {
        display: block;
        margin-top: -100px;
    }

.academia-sec1 p {
    width: 47%;
    float: right;
}

.academia-sec2 {
    padding-top: 70px;
    width: 100%;
    display: block;
}

    .academia-sec2 h2 {
        font-size: 32px;
        font-weight: 300;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

        .academia-sec2 h2 span {
            margin: 0 auto;
            display: table;
            position: relative;
            background: #fff;
            z-index: 1;
            padding: 0 50px;
        }

        .academia-sec2 h2:before {
            content: "";
            width: 100%;
            background-color: #dfdfdf;
            height: 2px;
            top: 56%;
            position: absolute;
        }

    .academia-sec2 h5 {
        font-size: 20px;
        font-weight: 300;
        text-align: center;
    }

    .academia-sec2 .row {
        padding: 70px 0 50px;
    }

    .academia-sec2 h3 {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 20px;
        text-align: left;
    }

.pro-ac {
    padding-right: 8%;
}

.pro-ac2 {
    padding-left: 4%;
}

.academia-sec3 {
    width: 100%;
    background-color: #fff7f4;
}

    .academia-sec3 h3 {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 20px;
    }

.academia-sec3-right {
    padding: 40px 50px 0px 30px;
}

.academia-sec3 span img {
    height: 100%;
}

.top-minus {
    padding-top: 0;
}

.academia-sec4 {
    background-image: url(../images/academia-bg1.jpg);
    width: 100%;
    height: 100%;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.academia-sec4-right {
    float: right;
    width: 55%;
    padding-top: 70px;
    padding-bottom: 40px;
}

.academia-sec4 h3 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 30px;
}

.academia-sec4 ul li .colm-ac-sec4 {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 30px;
    height: 100%;
}

.academia-sec4 h4 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}

.academia-sec4 p {
    padding-bottom: 0;
}

.academia-sec4 ul li {
    margin-bottom: 30px;
}

    .academia-sec4 ul li .colm-ac-sec4 ol li {
        list-style-type: disc;
        margin-bottom: 15px;
    }

    .academia-sec4 ul li .colm-ac-sec4 ol {
        padding-left: 20px;
    }

.academia-sec5-left {
    float: right;
    padding-left: 85px;
    padding-right: 20px;
    padding-top: 50px;
    width: 100%;
    max-width: 685px;
}

.academia-sec5 h3 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px;
}

.academia-sec5 {
    width: 100%;
}

.academia-sec6 {
    width: 100%;
    padding: 70px 0;
}

    .academia-sec6 h3 {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 20px;
        text-align: center;
    }

.academia-sec5 p:last-child {
    padding-bottom: 0;
}

.academia-sec6 p {
    text-align: center;
}

.ac-sec5-download a {
    display: table;
    margin: -25px auto 0;
    margin-bottom: 30px;
    padding: 10px 30px;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.ac-sec5-download {
    border: 1px solid #ccc;
    margin-top: 70px;
    width: 100%;
    display: table;
    padding-bottom: 20px;
}

    .ac-sec5-download a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #dcaa21;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .ac-sec5-download a span {
        position: relative;
        z-index: 2;
    }

    .ac-sec5-download a:hover {
        color: #dcaa21;
    }

    .ac-sec5-download a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border: 1px solid #dcaa21;
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        background-color: #fff;
    }

    .ac-sec5-download a:hover::before {
        opacity: 0;
        -webkit-transform: scale(0.5,0.5);
        transform: scale(0.5,0.5);
    }

    .ac-sec5-download a:hover::after {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

.academia-sec7 {
    background-color: #684639;
}

    .academia-sec7 img {
        display: block
    }

.academia-sec7-left {
    text-align: right;
    padding-right: 50px;
}

    .academia-sec7-left h4 {
        font-size: 24px;
        color: #fff;
        font-weight: 300;
        line-height: 1.5;
        padding-bottom: 30px;
    }

    .academia-sec7-left h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        padding-bottom: 10px;
    }

    .academia-sec7-left p {
        color: #fff;
        padding-bottom: 0;
    }

.top-menu-sec {
    width: 100%;
    display: table;
    padding-top: 15px;
    border-bottom: 1px solid #dfdfdf;
}

    .top-menu-sec h4 {
        color: #edba16;
        font-size: 16px;
        font-weight: 900;
        float: left;
        margin-top: 10px;
        padding-left: 0;
        border-right: 2px solid #bfbfbf;
        padding-right: 20px;
        margin-right: 10px;
    }

    .top-menu-sec ul {
        float: left;
    }

        .top-menu-sec ul li {
            float: left;
        }

            .top-menu-sec ul li a {
                font-size: 14px;
                color: #8a7777;
                display: block;
                padding: 10px 6px 10px 5px;
                border-bottom: 3px solid rgba(255, 255, 255, 0);
                padding-bottom: 25px;
                font-weight: 600;
            }

                .top-menu-sec ul li a:hover {
                    border-bottom: 3px solid #dcaa21;
                    color: #194883;
                }

            .top-menu-sec ul li.active a {
                border-bottom: 3px solid #dcaa21;
                color: #194883;
                font-weight: 700;
            }

.scholarship-scheme-sec1 {
    width: 100%;
}

    .scholarship-scheme-sec1 h2 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 20px;
    }

.scholarship-sec1-main {
    width: 100%;
    display: table;
    background-color: #e5f4f1;
    margin-top: 20px;
}

    .scholarship-sec1-main span {
        display: block;
        padding-top: 50px;
        float: right;
    }

    .scholarship-sec1-main .container-fluid {
        padding: 0;
    }

.scholarship-sec1-right {
    width: 100%;
    padding-top: 70px;
    max-width: 500px;
    float: left;
    padding-left: 20px;
    padding-right: 50px;
}

.scholarship-scheme-sec2 {
    width: 100%;
    background-color: #f5faf8;
    padding: 70px 0;
}

    .scholarship-scheme-sec2 ul.nav-tabs li a {
        font-size: 32px;
        font-weight: 300;
    }

    .scholarship-scheme-sec2 ul.nav-tabs li {
        float: left;
        width: 25%;
        border-bottom: 8px solid rgba(207, 110, 94, 0);
        padding-right: 30px;
        padding-bottom: 20px;
        min-height: 130px;
    }

    .scholarship-scheme-sec2 ul li:hover {
        border-bottom: 8px solid #cf6e5e;
    }

    .scholarship-scheme-sec2 ul li.active {
        border-bottom: 8px solid #cf6e5e;
    }

    .scholarship-scheme-sec2 ul {
        padding-bottom: 50px;
        border-bottom: none;
    }

.scholarship-sec2-right {
    background: #fff;
    padding: 50px;
    display: inline-block;
}

    .scholarship-sec2-right h3 {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 20px;
    }

.scholarship-scheme-sec3 {
    width: 100%;
    padding-top: 70px;
}

    .scholarship-scheme-sec3 h3 {
        color: #000;
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .scholarship-scheme-sec3 ul li a, .scholarship-scheme-sec3 ul li span {
        display: table;
        height: 55px;
        position: relative;
        font-size: 20px;
        background-color: #cf6e5e;
        color: #fff;
        padding: 14px 50px;
    }

    .scholarship-scheme-sec3 ul li {
        padding-bottom: 15px;
    }

        .scholarship-scheme-sec3 ul li a:before, .scholarship-scheme-sec3 ul li span:before {
            content: '';
            position: absolute;
            background-image: url(../images/btn-side-icon.png);
            width: 28px;
            height: 55px;
            top: 0;
            left: 0;
        }

        .scholarship-scheme-sec3 ul li span {
            display: block;
            max-width: 370px;
            width: 100%
        }

.padding-30 {
    padding-right: 30px;
}

.scholarship-sec3-right {
    border-left: 1px solid #bfbfbf;
    height: 100%;
    padding-left: 50px;
}

.scholarship-scheme-sec3 ul li a:hover {
    background-color: #a6584b;
}

.scholarship-scheme-sec4 {
    width: 100%;
    margin-top: 100px;
    background-color: #684639;
    padding: 100px 50px;
    position: relative;
}

    .scholarship-scheme-sec4 h4 {
        font-size: 24px;
        font-weight: 300;
        padding-bottom: 50px;
        color: #fff;
        line-height: 1.5;
    }

    .scholarship-scheme-sec4 h5 {
        color: #fff;
        font-size: 21px;
        padding-bottom: 10px;
        font-weight: 400;
    }

    .scholarship-scheme-sec4 p {
        color: #fff;
        padding-bottom: 0;
    }

    .scholarship-scheme-sec4 span {
        position: absolute;
        top: -95px;
        right: -6px;
    }

.scholarship-scheme-sec5 {
    width: 100%;
    background-color: #e5f4f1;
    margin-top: 50px;
    padding: 70px 0;
}

.scheme-sec5-content {
    background: #fff;
    height: 100%;
    padding-bottom: 30px;
}

    .scheme-sec5-content p {
        padding: 0 30px;
        font-weight: 700;
    }

    .scheme-sec5-content h4 {
        padding: 30px;
        font-size: 22px;
        color: #194880;
        padding-bottom: 15px;
        font-weight: 300;
    }

    .scheme-sec5-content h5 {
        padding: 0 30px;
        font-size: 18px;
        color: #333;
        padding-bottom: 10px;
        font-weight: 400;
    }

.scholarship-scheme-sec6 {
    width: 100%;
    padding: 70px 0;
}

    .scholarship-scheme-sec6 h3 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 20px;
        text-align: center;
    }

    .scholarship-scheme-sec6 p {
        text-align: center;
    }

    .scholarship-scheme-sec6 h4 {
        font-size: 18px;
        font-weight: 300;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }

        .scholarship-scheme-sec6 h4:before {
            content: "";
            width: 100%;
            background-color: #e5e5e5;
            height: 1px;
            top: 56%;
            position: absolute;
        }

        .scholarship-scheme-sec6 h4 span {
            margin: 25px auto;
            display: table;
            position: relative;
            background: #fff;
            z-index: 1;
            padding: 0 50px;
        }

    .scholarship-scheme-sec6 ul li {
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
    }

    .scholarship-scheme-sec6 ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.scholarship-scheme-sec7 {
    width: 100%;
    overflow: hidden;
}

.scheme-sec7-colm1 {
    padding: 50px;
    background: #231f20;
    padding-left: 0;
    position: relative;
}

    .scheme-sec7-colm1 h3 {
        font-size: 22px;
        color: #fff !important;
        font-weight: 300;
        padding-bottom: 25px;
        text-align: right;
    }

    .scheme-sec7-colm1 h4 {
        font-size: 20px;
        color: #fff;
        font-weight: 300;
        padding-bottom: 10px;
        text-align: right;
    }

    .scheme-sec7-colm1 p {
        color: #fff;
        padding-bottom: 0;
        text-align: right;
    }

    .scheme-sec7-colm1:before {
        content: "";
        background: #231f20;
        position: absolute;
        height: 100%;
        right: 100%;
        width: 2000%;
        top: 0;
    }

.scheme-sec7-colm2 h3 {
    font-size: 22px;
    color: #194880;
    font-weight: 300;
    padding-bottom: 20px;
}

.scheme-sec7-colm2 h4 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding-bottom: 10px;
}

.scheme-sec7-colm2 {
    padding-top: 50px;
    position: relative;
    padding-right: 50%;
}

    .scheme-sec7-colm2 span {
        position: absolute;
        top: 0;
        right: 0;
    }

    .scheme-sec7-colm2 p {
        font-weight: 700;
    }

.scholarship-scheme-sec8 {
    width: 100%;
    padding: 30px 0 70px;
}

    .scholarship-scheme-sec8 p {
        padding-top: 20px;
    }

.faculty-overview-sec1 {
    width: 100%;
    padding-top: 20px;
}

    .faculty-overview-sec1 h2 {
        color: #194883;
        font-size: 72px;
        font-weight: 300;
        padding-bottom: 10px;
    }

    .faculty-overview-sec1 h4 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        border-top: 1px solid #7f7f7f;
        margin-top: 10px;
        padding-top: 30px;
    }

.faculty-overview-sec2 {
    padding-top: 70px;
}

    .faculty-overview-sec2 h4 {
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 30px;
        line-height: 1.4;
    }

    .faculty-overview-sec2 h3 {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px;
    }

.faculty-distinguished-sec1 {
    padding-top: 50px;
    width: 100%;
    padding-bottom: 50px;
}

    .faculty-distinguished-sec1 h2 {
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .faculty-distinguished-sec1 h5 {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 10px;
    }

.faculty-select select {
    border: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #757575;
    font-size: 14px;
}

.faculty-select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 6px;
    right: 0px;
}

.faculty-select {
    position: relative;
    width: 150px;
    margin-right: 15px;
    float: left;
}

.faculty-select-main {
    float: right;
    margin-top: -75px;
}

.search-sec {
    float: left;
    position: relative;
    padding-left: 25px;
}

.search-colm {
    position: absolute;
    top: 0px;
    right: 25px;
}

    .search-colm input {
        background: url(../images/search-icon.png) no-repeat;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        background-position: right;
        float: right;
        border: none;
        color: #999;
        outline: none;
        padding: 6px 12px;
        border-radius: 0px;
        width: 0;
        padding-left: 20px;
        color: transparent;
        cursor: pointer;
        font-size: 14px;
        border-bottom: none !important;
        text-indent: -99999px;
    }

        .search-colm input:focus, .search-colm input:hover {
            width: 200px;
            color: #000;
            background-color: #fff;
            cursor: auto;
            background-position: 177px;
            border-left: 0px solid #9fa5aa;
            border-bottom: 1px solid #ccc !important;
            text-indent: 0px;
        }

.teaching-faculty-sec1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
}

    .teaching-faculty-sec1 ul li a {
        background-color: #fafafa;
        display: block;
        height: 100%;
        padding-bottom: 25px;
        border: 1px solid #dcdcdc
    }

    .teaching-faculty-sec1 ul li h3 {
        font-size: 24px;
        font-weight: 300;
        padding: 0 20px;
        padding-top: 25px;
        padding-bottom: 20px;
        color: #194880;
    }

    .teaching-faculty-sec1 ul li h4 {
        font-size: 18px;
        font-weight: 400;
        padding: 0 20px;
        padding-bottom: 5px;
    }

    .teaching-faculty-sec1 ul li p {
        padding: 0 20px;
    }

    .teaching-faculty-sec1 ul li {
        padding-bottom: 30px;
    }

        .teaching-faculty-sec1 ul li a:hover {
            background-color: #dcaa21;
        }

            .teaching-faculty-sec1 ul li a:hover h3 {
                color: #000;
            }

        .teaching-faculty-sec1 ul li span {
            width: 100%;
            height: 270px;
            overflow: hidden;
            display: block
        }

        .teaching-faculty-sec1 ul li img {
            width: 100%;
            height: auto !important
        }

.teaching-faculty-detail-sec1 {
    padding-top: 70px;
    width: 100%;
    padding-bottom: 70px;
}

    .teaching-faculty-detail-sec1 h3 {
        font-size: 48px;
        font-weight: 300;
        padding-bottom: 30px;
        color: #194880;
    }

    .teaching-faculty-detail-sec1 h4 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
        display: table;
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 10px;
    }

    .teaching-faculty-detail-sec1 h5 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 10px;
        display: table;
        border-bottom: 1px solid #bfbfbf;
        margin-bottom: 10px;
    }

    .teaching-faculty-detail-sec1 abbr {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 5px;
        display: table;
    }

    .teaching-faculty-detail-sec1 .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: none;
        background-clip: border-box;
        border: none;
        border-radius: none;
    }

    .teaching-faculty-detail-sec1 .card-header {
        padding: 20px 0;
        margin-bottom: 0;
        background-color: transparent;
        font-size: 26px;
        font-weight: 700;
        cursor: pointer;
    }

        .teaching-faculty-detail-sec1 .card-header.collapsed:after {
            transform: rotate(-90deg)
        }

        .teaching-faculty-detail-sec1 .card-header:after {
            font-family: 'FontAwesome';
            content: "\f107";
            float: right;
            font-weight: 400;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s
        }

    .teaching-faculty-detail-sec1 .faculty-detail-faq {
        border-bottom: 1px solid #a7b6cd;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .teaching-faculty-detail-sec1 .card-header.collapsed {
        border-bottom: 1px solid #a7b6cd;
    }

    .teaching-faculty-detail-sec1 .card-header {
        border-bottom: 1px solid rgba(167, 182, 205, 0);
    }

    .teaching-faculty-detail-sec1 .faculty-detail-faq ul li {
        font-size: 16px;
        color: #333;
        padding-bottom: 15px;
        position: relative;
        line-height: 1.5;
        padding-left: 20px;
    }

        .teaching-faculty-detail-sec1 .faculty-detail-faq ul li:before {
            content: "";
            position: absolute;
            background-color: #e2af16;
            width: 7px;
            height: 7px;
            left: 0;
            top: 8px;
        }

    .teaching-faculty-detail-sec1 .accordion {
        border-top: 1px solid #d2d2d2;
        width: 100%;
    }

.recognitions-accreditations-sec1 {
    padding-top: 0px;
    width: 100%;
}

    .recognitions-accreditations-sec1 h2 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 40px;
    }

    .recognitions-accreditations-sec1 h3 {
        text-align: center;
        padding: 30px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

        .recognitions-accreditations-sec1 h3 img {
            margin: 0 auto;
        }

.recognitions-accreditations-sec2 {
    padding-top: 70px;
    width: 100%;
}

    .recognitions-accreditations-sec2 .nav-tabs li {
        float: left;
        width: 16.65%;
        padding: 0 15px;
    }

        .recognitions-accreditations-sec2 .nav-tabs li span {
            display: table;
            margin: 0 auto 20px;
        }

        .recognitions-accreditations-sec2 .nav-tabs li p {
            text-align: center;
        }

    .recognitions-accreditations-sec2 .tab-content {
        position: relative;
        background-color: #cf6e5e;
        width: 100%;
        padding: 50px;
    }

    .recognitions-accreditations-sec2 .nav-tabs {
        border: none;
    }

    .recognitions-accreditations-sec2 .tab-content h2 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 30px;
        color: #fff;
        text-align: center;
    }

    .recognitions-accreditations-sec2 .tab-content p {
        text-align: center;
        width: 70%;
        margin: 0 auto;
        display: table;
        color: #fff;
    }

    .recognitions-accreditations-sec2 .nav-tabs li.active:before {
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        bottom: -49px;
        font-size: 65px;
        z-index: 1;
        color: #fff;
        left: 40%;
    }

    .recognitions-accreditations-sec2 .nav-tabs li {
        position: relative;
    }

    .recognitions-accreditations-sec2 .tab-content:before {
        content: "";
        height: 100%;
        width: 2000%;
        background-color: #cf6e5e;
        right: 100%;
        position: absolute;
        top: 0;
    }

    .recognitions-accreditations-sec2 .tab-content:after {
        content: "";
        height: 100%;
        width: 2000%;
        background-color: #cf6e5e;
        left: 100%;
        position: absolute;
        top: 0;
    }

.recognitions-accreditations-sec3 {
    padding-top: 70px;
    width: 100%;
}

    .recognitions-accreditations-sec3 h3 {
        font-size: 26px;
        font-weight: 700;
        padding-bottom: 30px;
    }

    .recognitions-accreditations-sec3 ul {
        padding-top: 40px;
    }

    .recognitions-accreditations-sec3 h4 {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .recognitions-accreditations-sec3 span {
        margin: 0 auto 30px;
        display: table;
    }

    .recognitions-accreditations-sec3 ul li {
        padding-bottom: 50px;
    }

        .recognitions-accreditations-sec3 ul li a {
            color: #7c6fb2;
        }

.recognitions-accreditations-sec4 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fafafa;
    margin-top: 30px;
}

    .recognitions-accreditations-sec4 h2 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 20px;
        text-align: center;
        line-height: 1.5;
    }

    .recognitions-accreditations-sec4 p {
        text-align: center;
    }

    .recognitions-accreditations-sec4 ul li h4 {
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 20px;
        text-transform: uppercase;
    }

    .recognitions-accreditations-sec4 ul {
        padding-top: 40px;
    }

        .recognitions-accreditations-sec4 ul li p {
            text-align: left;
        }

        .recognitions-accreditations-sec4 ul li {
            padding-bottom: 50px;
        }

            .recognitions-accreditations-sec4 ul li a {
                color: #7c6fb2;
            }

.recognitions-accreditations-sec5 {
    width: 100%;
    padding: 70px 0;
}

    .recognitions-accreditations-sec5 h2 {
        font-size: 36px;
        font-weight: 700;
        padding-bottom: 50px;
        text-align: center;
    }

    .recognitions-accreditations-sec5 span {
        margin: 0 auto 30px;
        display: table;
    }

    .recognitions-accreditations-sec5 li {
        -ms-flex: 20%;
        flex: 20%;
        max-width: 20%;
    }

.test-content span {
    margin: 0 auto;
    display: flex;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    justify-content: center
}

    .test-content span img {
        display: block;
    }

.test-popup #cboxMiddleLeft {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxMiddleRight {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxBottomLeft {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxBottomCenter {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxBottomRight {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxTopCenter {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxTopLeft {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxTopRight {
    background: rgba(226, 175, 22, 0);
}

.test-popup #cboxContent {
    background: rgba(226, 175, 22, 0);
}

.test-content-main {
    padding: 50px;
    text-align: center;
    background-color: #e2af16;
    margin-top: -120px;
    padding-top: 140px;
}

    .test-content-main h3 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .test-content-main h4 {
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .test-content-main h5 {
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 30px;
    }

.test-popup #cboxClose {
    background: url(../images/test-close.png) no-repeat 0px 0;
    width: 28px;
    height: 28px;
    top: 137px;
    right: 10px;
}


.careers-sec1 {
    width: 100;
    padding-top: 30px;
    padding-bottom: 70px;
}

    .careers-sec1 .accordionBlock {
        margin: 0;
    }

.career {
    padding: 90px 0 95px;
}

    .career .app {
        border: solid 1px #cccccc;
    }

    .career .apply_online_box {
        position: relative;
        top: 14%;
        text-align: center;
        background: #FFF;
        width: 225px;
        margin: 0 auto;
    }

    .career .about_sub_heading {
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        text-align: center;
        padding: 47px 0 0px;
    }

    .career .apply_online_box .apply_box {
        width: 180px;
        margin: 0 auto;
        font-size: 18px;
        font-weight: 800;
        background: #dbaa21;
        color: #FFF;
        padding: 10px;
        text-transform: uppercase;
    }

        .career .apply_online_box .apply_box a {
            color: #FFF;
        }

.careers-sec1 .career_sub_head {
    font-size: 26px;
    font-weight: 700;
    color: #194880;
    display: block;
    padding-bottom: 30px;
    text-align: center;
}

.career .ac-sec5-download {
    border: 1px solid #ccc;
    margin-top: 0px;
    width: 100%;
    display: table;
    padding-bottom: 0px;
    position: relative;
}

    .career .ac-sec5-download a {
        display: table;
        margin: 0px auto 0;
        margin-bottom: 30px;
        padding: 10px 30px;
        font-weight: 900;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        bottom: -53px;
    }

        .career .ac-sec5-download a:hover {
            color: #dcaa21;
        }

.careers-sec1 .career_sub_head2 {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    display: block;
    padding-bottom: 30px;
    text-align: center;
    padding: 80px;
}

.careers-sec1 .career_box {
    border-bottom: solid 1px #ccc;
    padding: 50px 0;
    height: 230px
}

.careers-sec1 .career_box2 {
    border-bottom: solid 0px #ccc;
    padding: 50px 0;
    height: 230px
}

.careers-sec1 .career_box .img_left {
    float: left;
    margin-right: 30px;
    padding-bottom: 62px;
}

.careers-sec1 .career_box2 .img_left {
    float: left;
    margin-right: 30px;
    padding-bottom: 62px;
}

.careers-sec1 .career_box p {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
}

.career2 {
    padding: 50px 0 95px;
}

    .career2 .ac-sec5-download {
        border: 1px solid #ccc;
        margin-top: 0px;
        width: 100%;
        display: table;
        padding-bottom: 0px;
        position: relative;
    }

        .career2 .ac-sec5-download a {
            display: table;
            margin: 0px auto 0;
            margin-bottom: 30px;
            padding: 10px 30px;
            font-weight: 900;
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
            position: relative;
            bottom: -53px;
        }

            .career2 .ac-sec5-download a:hover {
                color: #dcaa21;
            }

.careers-sec1 .career2 .about_sub_heading {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    padding: 47px 0 0px;
}

.careers-sec1 .career_bot_text {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    padding-top: 80px;
}

.infra_it h5 {
    padding-bottom: 40px;
}

.infra_it .paragraph {
    color: #191919;
    font-size: 18px;
    line-height: 30px;
}

.infra_it .full_box {
    background-color: #f3755d;
}

.infra_it .name {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    padding: 31px 0 20px 0;
}

.infra_it .designation {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #FFF
}

.infra_it .text {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #FFF;
    padding: 30px 0;
}

.infra_it .infra_head {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    padding: 90px 0 0;
}


/*tvcs page start*/
.tvcs-section .tvcs-inner {
    position: static;
    width: 100%;
    background: #fafafa;
    border: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

    .tvcs-section .tvcs-inner .tvcs-inner-text {
        font-size: 18px;
        color: #191919;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

.tvcs-section .tvcs-right-panel {
    border-left: 1px solid #dfdfdf;
    padding-left: 30px;
}

    .tvcs-section .tvcs-right-panel ul li {
        margin-bottom: 40px;
        font-size: 18px;
        color: #191919;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

.no-margin {
    margin-bottom: 0px !important;
}

.tvcs-section .tvcs-section-box {
    padding-right: 30px;
}

.infra_eng .bullet_list {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    margin-bottom: 50px;
}

    .infra_eng .bullet_list li {
        padding-right: 70px;
        padding-top: 15px;
        line-height: 1.6;
    }

        .infra_eng .bullet_list li:before {
            top: 24px;
        }

.owl-carousel .owl-item img {
    width: 100%;
}

/*programme page start*/
.inner_section.programmes_list {
    padding-top: 0px
}

.programmes_list h2 {
    font-weight: 300;
    margin-top: 0px
}

.program_list {
    border-top: 1px solid #d8d8d8;
    margin-top: 40px
}

    .program_list h3 {
        margin-top: 40px;
        color: #194880;
    }

    .program_list ul {
        margin-bottom: 30px
    }

        .program_list ul li:first-child {
            padding: 0px 0 20px;
            font-size: 24px;
            font-weight: 700;
        }

            .program_list ul li:first-child span {
                display: block;
                padding-top: 30px;
                font-size: 18px;
                color: #000
            }

        .program_list ul li.item {
            padding: 10px 10px 10px 0;
            font-size: 22px;
            font-weight: 400;
            position: relative
        }

            .program_list ul li.item > a:before {
                content: '';
                background: url(../images/sprite.png) no-repeat 0 -274px;
                width: 8px;
                height: 11px;
                display: inline-block;
                margin-right: 20px
            }

            .program_list ul li.item > a {
                display: block;
            }

                .program_list ul li.item > a.open {
                    color: #194880;
                    font-weight: 700;
                }

                .program_list ul li.item > a .fa {
                    position: absolute;
                    top: 20px;
                    right: 12px;
                    margin-top: -4px;
                    color: #7d98b7
                }

        .program_list ul[class*='col-'] li.item {
            padding-right: 60px
        }

            .program_list ul[class*='col-'] li.item > a .fa {
                left: 88%
            }

        .program_list ul li.item > a.open .fa:before {
            content: '';
            background: url(../images/sprite.png) no-repeat 0 -407px;
            width: 29px;
            height: 29px;
            display: block;
            transform: rotate(-45deg);
            position: relative;
            top: -7px
        }

        .program_list ul li.item .slide_content {
            background: #ebf5ed;
            padding: 30px;
            margin: 20px 0 0 28px;
            display: none
        }

        .program_list ul li.item .modal.show .modal-dialog {
            margin: 14% auto 0;
            width: 100%;
            max-width: 1000px
        }

        .program_list ul li.item .modal.show .modal-content {
            border: none
        }

        .program_list ul li.item .modal-body {
            padding: 0
        }

            .program_list ul li.item .modal-body .slide_content {
                display: block;
                margin: 0;
                background: #fff;
                padding-bottom: 40px
            }

            .program_list ul li.item .modal-body a.close {
                position: absolute;
                top: 7px;
                right: 7px;
                z-index: 10;
                color: #bbb
            }

            .program_list ul li.item .modal-body .slide_content h4 {
                padding: 30px 0 10px
            }

        .program_list ul li.item .slide_content.show {
            display: block
        }

        .program_list ul li.item .slide_content p {
            font-size: 16px
        }

            .program_list ul li.item .slide_content p a {
                color: #194880;
                font-weight: 600
            }

            .program_list ul li.item .slide_content p strong {
                font-size: 18px;
                display: block
            }

            .program_list ul li.item .slide_content p span {
                font-weight: 700;
                float: right
            }

            .program_list ul li.item .slide_content p:after {
                content: '';
                clear: both
            }

.course_btns {
    margin-top: 40px
}

    .course_btns a.btn-primary {
        margin-left: 10px
    }

.inner_section.programmes_detail {
    padding-top: 0px
}

    .inner_section.programmes_detail .program_menu {
        margin-top: 0px
    }

.program_menu p span {
    color: #245897
}

.bg_brown {
    background: #2a251a;
}

.bg_yellow1 {
    background: #d6a837;
    width: 100%;
}

.bg_offwhite {
    background: #fbf7eb;
}

.programmes_detail .left_panel .course_info {
    margin-top: 60px;
    color: #fff;
    padding: 0 15px;
}

.inner_section.programmes_detail .course_info p {
    color: #fff;
    padding: 60px 0;
    font-size: 18px;
    line-height: 1.4;
}

.course_info .bg_offwhite {
    padding: 0px 0px 40px;
    color: #000;
}

.inner_section.programmes_detail .course_info .bg_offwhite p {
    color: #000;
    padding-left: 40px;
}

.programmes_detail .left_panel .course_info:before, .programmes_detail .left_panel .course_info:after {
    display: none
}

.programmes_detail .left_panel .course_info .bg_brown {
    padding: 0
}

    .programmes_detail .left_panel .course_info .bg_brown ul {
        padding: 0
    }

        .programmes_detail .left_panel .course_info .bg_brown ul li {
            padding: 0 20px 0 30px
        }

.programmes_detail .left_panel .course_info .bg_offwhite ul li {
    display: block;
    width: auto;
    border-right: none;
    border-top: 1px solid #7d7b75;
    padding: 30px 0 0;
    margin: 30px 20px 0 40px
}

    .programmes_detail .left_panel .course_info .bg_offwhite ul li:first-child {
        border-top: none;
        padding: 0;
        margin-top: 0
    }

.right_panel .department_menu {
    padding: 0
}

    .right_panel .department_menu ul {
        border-bottom: none
    }

        .right_panel .department_menu ul li {
            padding: 0;
            border-top: 1px solid #fbf5e2;
            display: block
        }

            .right_panel .department_menu ul li:first-child {
                border-top: none
            }

            .right_panel .department_menu ul li a {
                padding: 10px 0;
                display: block;
                color: gray
            }

            .right_panel .department_menu ul li.selected a, .programmes_detail .right_panel .department_menu ul li a:hover {
                color: #194882
            }

p.lead, .content-section p.lead {
    font-size: 21px;
    padding-top: 30px;
    padding-bottom: 0
}

.course_info {
    position: relative;
    margin: 80px 0 0
}

    .course_info:before, .course_info:after {
        content: '';
        position: absolute;
        top: 0;
        display: block;
        width: 30%;
        height: 100%;
        z-index: -1
    }

    .course_info:before {
        background: linear-gradient(to bottom,#d7aa37 0%,#d7aa37 50%,#000 50%,#2a251a 50%,#2a251a 100%);
        left: 0;
        width: 70%
    }

    .course_info:after {
        background: #d7aa37;
        right: 0
    }

.content-section .course_info p {
    color: #fff;
    padding: 60px 0;
    font-size: 18px;
    line-height: 1.4
}

.course_info p strong {
    font-size: 36px;
    display: block
}

.course_info .bg_offwhite {
    padding: 0 0 40px;
    color: #000
}

    .course_info .bg_offwhite p {
        color: #000;
        padding-left: 40px
    }

    .course_info .bg_offwhite ul li {
        display: table-cell;
        vertical-align: top;
        padding: 0 20px 0 40px;
        font-size: 21px
    }

        .course_info .bg_offwhite ul li:first-child {
            border-right: 1px solid #7d7b75
        }

        .course_info .bg_offwhite ul li span {
            display: block;
            color: #194880;
            font-size: 36px;
            font-weight: 700
        }

.course_applybtn {
    text-align: center;
    padding: 60px 0
}

    .course_applybtn a.btn.btn-primary {
        padding: 12px 40px;
        text-transform: none;
        font-weight: 700
    }

    .course_applybtn + .accordionBlock {
        margin-top: 20px
    }

        .course_applybtn + .accordionBlock h2.heading {
            margin-bottom: 50px
        }

.accordionBlock .accordion .accordion-body ul.bullet_list li {
    padding: 20px 0 0 25px;
}

.program_obj {
    padding: 20px 0 0
}

    .program_obj > ul {
        border-color: #999;
        text-align: center;
        display: block
    }

        .program_obj > ul > li {
            display: inline-block;
            font-size: 24px;
            font-weight: 700
        }

            .program_obj > ul > li > a {
                display: block;
                padding: 8px 20px;
                position: relative;
                top: 1px;
                background: #cce5d2;
                color: #4c4c4c;
                border: 1px solid transparent;
                border-bottom: 1px solid #999
            }

                .program_obj > ul > li > a.active {
                    background: #fff;
                    color: #000;
                    border: 1px solid #999;
                    border-bottom: 1px solid #fff
                }

    .program_obj .panel-body {
        padding: 40px 20px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        height: 350px;
        overflow: hidden;
        position: relative
    }

        .program_obj .panel-body.open {
            height: auto;
            padding-bottom: 0
        }

            .program_obj .panel-body.open:after {
                display: none
            }

        .program_obj .panel-body:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            display: block;
            height: 115px;
            background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0)
        }

        .program_obj .panel-body ul {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2
        }

            .program_obj .panel-body ul li {
                padding: 10px 10px 10px 25px;
                font-size: 18px;
                font-weight: 300;
                position: relative;
                background: url(../images/sprite.png) no-repeat 0 -255px
            }

    .program_obj .view_more {
        padding-bottom: 0
    }

        .program_obj .view_more a {
            display: inline-block;
            border: 1px solid #bfbfbf;
            padding: 10px 30px;
            font-weight: 700
        }

.career_opp {
    padding: 80px 0;
    text-align: center
}


.inner_section.research_page {
    padding-bottom: 0;
}

.research .accordion .accordion-heading a {
    padding: 0
}

.research .accordion-toggle:after {
    margin-top: -15px
}

.research {
    padding-top: 30px
}

    .research .research-inner h5 {
        font-size: 62px;
        font-weight: 300;
        font-family: 'Open Sans',Helvetica,Arial,sans-serif !important;
        line-height: 1.2
    }

        .research .research-inner h5 span {
            color: #d3a121;
            font-weight: 900;
            font-family: 'Open Sans',Helvetica,Arial,sans-serif;
            font-size: 62px;
            display: block;
            line-height: 0.8
        }

    .research .research-row-3 {
        margin-bottom: 60px
    }

    .research .research-inner-2 {
        border-left: 2px solid #d3a121;
        padding-left: 20px
    }

.research-inner-2 h5 {
    font-size: 36px;
    font-weight: bolder;
    color: #194880;
}

.research .research-row-3 .research-inner-2 p {
    color: #191919 !important;
    font-weight: 700;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif !important;
    padding: 5px 30px 0 0
}

.research .research-row-3 .research-inner p {
    padding-top: 0;
    color: #191919 !important;
    font-size: 21px;
    line-height: 30px
}

    .research .research-row-3 .research-inner p span {
        font-weight: 900
    }

.research .happ_ece p a {
    padding: 0;
    font-size: 25px;
    color: #FFF;
    font-weight: 500
}

.research .happ_ece .bg_no .content a {
    position: absolute;
    bottom: 20px;
    color: #FFF;
    left: 20px;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 10px
}

.research2 .research-inner h5 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif !important
}

    .research2 .research-inner h5 span {
        color: #d3a121;
        font-weight: 700
    }

.research2 .research-row-3 {
    margin-bottom: 60px
}

.research2 .research-inner-2 {
    border-left: 2px solid #d3a121;
    padding-left: 20px
}

.research2 .research-row-3 .research-inner-2 p {
    color: #191919 !important;
    font-weight: 700;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif !important
}

.research2 .research-row-3 .research-inner p {
    padding-top: 0;
    color: #191919 !important
}

.research2 .happ_ece p a {
    padding: 0;
    font-size: 25px;
    color: #FFF;
    font-weight: 500
}

.research2 .happ_ece .bg_no .content a {
    position: absolute;
    bottom: 20px;
    color: #FFF;
    left: 20px;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 10px
}

.research_page .accordionBlock {
    background: #fffaf8;
    padding: 70px 0;
    margin: 0
}

.container-fluid.accordionBlock .accordion .accordion-heading a.collapsed + .program_menu {
    display: none;
}

.container-fluid.accordionBlock .accordion .accordion-heading a + .program_menu {
    position: absolute;
    top: 25px;
    right: 80px;
    font-weight: 400;
    width: 150px;
    margin: 0;
}

.research_page .accordionBlock .accordion .accordion-body .accordion-inner {
    padding-right: 30px
}

    .research_page .accordionBlock .accordion .accordion-body .accordion-inner .table_style {
        margin-top: 30px
    }

.accordionBlock .accordion .accordion-body .accordion-inner .btn-apply {
    margin-top: 30px;
    color: #fff;
    font-weight: 800;
    font-size: 18px
}

.table_style td, .table_style th {
    border-top: 1px solid #dfdfdf;
    padding: 13px 20px;
    font-size: 16px;
}

.accordionBlock .accordion .accordion-body p strong, .accordionBlock .accordion .accordion-body ul li strong {
    font-weight: 600
}

.accordionBlock .accordion .accordion-body h4 {
    font-weight: 600;
    font-size: 21px;
    padding: 30px 0 0
}

.inner_section.scholarship-scheme-sec1 {
    padding-bottom: 0;
}

.row.campus_program {
    margin-top: -50px
}

.campus_program [class*=col-] {
    padding-bottom: 40px
}

    .campus_program [class*=col-] h4 {
        padding-top: 50px
    }

    .campus_program [class*=col-]:after {
        content: '';
        border-bottom: 1px solid #cf6e5e;
        position: absolute;
        bottom: 1px;
        left: 15px;
        right: 15px;
    }

    .campus_program [class*=col-] p {
        padding: 30px 0 0
    }

        .campus_program [class*=col-] p b {
            font-weight: 600;
            display: block
        }

.campus_program ul.bullet_list {
    margin: 10px 0 0;
    padding-bottom: 0
}

    .campus_program ul.bullet_list li:hover {
        border-bottom: none;
    }

    .campus_program ul.bullet_list.small li {
        font-size: 100%;
        padding-top: 10px;
    }

        .campus_program ul.bullet_list.small li:first-child {
            padding-top: 20px;
        }

            .campus_program ul.bullet_list.small li:first-child:before {
                top: 27px
            }

        .campus_program ul.bullet_list.small li:before {
            top: 17px
        }

.text-red {
    color: #f00;
}

.home-sec2-campus ul {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: relative;
    display: table;
}

.life-ul-img {
    height: 50%;
    padding-top: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
}

    .life-ul-img span {
        width: 100%;
        display: block;
        height: 100%;
    }

.navbar-shrink .logo {
    overflow: hidden;
    width: 60px;
}

/*.navbar-shrink ul.navbar-nav {
    margin-top: 56px;
}*/

.home-ranking-colm1 {
    position: relative;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.4);
}

.home-ranking-colm2 {
    position: relative;
    height: 100%;
}

.home-ranking-amity .owl-carousel1 {
    height: 100%;
}

.home-sec2 .nivo-controlNav {
    display: none;
}

.home-sec2 .theme-default .nivo-directionNav a.nivo-prevNav:before {
    background-image: url(../images/right-aerrow.png);
    width: 10px;
    height: 20px;
    display: block;
    content: '';
}

.home-sec2 .theme-default .nivo-directionNav a.nivo-nextNav:before {
    background-image: url(../images/left-aerrow.png);
    width: 10px;
    height: 20px;
    display: block;
    content: '';
}

.home-sec2 .theme-default .nivo-directionNav a {
    background: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: auto;
    height: auto;
    font-size: 0;
    opacity: 1;
    padding: 10px 15px;
}

.home-sec2 .theme-default a.nivo-prevNav {
    left: 3%;
}

.home-sec2 .theme-default a.nivo-nextNav {
    right: 410px;
}

.home-sec2 .nivo-directionNav a {
    top: 50%;
}

    .home-sec2 .nivo-directionNav a:hover {
        background-color: #000;
    }

.hidden-xs {
    display: none
}

.contact_us h3 {
    text-transform: uppercase
}

.contact_us .form-control {
    border-radius: 0;
    color: #000;
    border-color: #bfbfbf;
    height: 54px !important;
    line-height: 54px;
}

.contact_us textarea.form-control {
    resize: none;
    height: 100px !important;
}

.contact_us input[type=submit] {
    background: url(../images/sprite.png) no-repeat -174px -520px;
    border: none;
    outline: none;
    width: 60px;
    height: 30px;
    text-indent: -99999px;
    cursor: pointer
}

.contact_us .alert-primary.inline {
    background: none;
    color: #000;
    border: none;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 95%;
    padding: 24px 30px 24px 65px
}

    .contact_us .alert-primary.inline:before {
        left: 0;
        top: 24px
    }

.contact_us .accordionBlock .accordion .accordion-body .accordion-inner {
    padding-right: 20px
}

.inner_section.contact_info_centres {
    padding-top: 0;
    margin-top: -20px
}

    .inner_section.contact_info_centres h3 {
        padding: 3rem 0 1rem;
    }

.form-group .has_select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 .75rem
}

.form-group .has_select:after {
    content: '';
    background: url(../images/sprite.png) no-repeat -74px 0px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 19px;
    height: 10px;
    display: block
}

.form-group ::-webkit-input-placeholder {
    color: #000;
}

.form-group ::-moz-placeholder {
    color: #000;
}

.form-group :-ms-input-placeholder {
    color: #000;
}

.form-group :-moz-placeholder {
    color: #000;
}

.accordion-inner .table_style th {
    border-top: none
}

.home-sec2 .slider-wrapper {
    height: calc(100vh - 70px);
}

.home-ranking-amity .owl-carousel1, .home-ranking-colm2 {
    display: flex;
    align-items: center
}

.home-ranking-colm1 .owl-stage-outer {
    top: 0 !important;
}

.home-ranking-amity .owl-carousel2 {
    padding: 0
}

.live-counselling-sec1 {
    display: table;
    width: 100%;
}

    .live-counselling-sec1 h3 {
        padding-bottom: 20px;
    }

.chatnow-box {
    width: 100%;
    background: #f93;
    position: relative;
    margin-top: 20px;
}

    .chatnow-box h4 {
        padding: 0 50px;
        font-size: 28px;
    }

    .chatnow-box img {
        display: block;
    }

.hepline-line-number h4 {
    padding-bottom: 20px;
    font-size: 26px;
}

.hepline-line-number {
    padding: 0 50px;
}

    .hepline-line-number p {
        padding-bottom: 0;
    }

.live-counselling-sec2 {
    display: table;
    width: 100%;
    padding: 70px 0;
}

    .live-counselling-sec2 ul li:before {
        border-left: 2px solid #d3a121;
        content: "";
        position: absolute;
        left: 15px;
        height: 100%;
    }

    .live-counselling-sec2 ul li h5 {
        font-size: 28px;
        font-weight: bolder;
        color: #194880;
        line-height: 1.3;
    }

    .live-counselling-sec2 ul li {
        padding-left: 50px;
    }

.home-sec1, .home-sec3 {
    display: flex;
    align-items: center;
    height: 100vh;
}

.home-sec4, .home-sec6 {
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: auto;
    padding-top: 40px
}

.testimonials_section .responsive-tabs-container .tab-pane {
    padding-right: 60px
}

.course_list li {
}

    .course_list li > ul {
        margin: 0;
        padding: 0 0 20px 28px;
        position: relative;
    }

.program_list .course_list li.item .slide_content {
    margin: 0;
    margin-left: 0px;
    font-weight: 400;
    z-index: 100
}

.course_list li > ul > li {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 6px 0px;
    padding: 0 28px;
    border-left: 1px solid #e3e3e3;
    width: 21%;
}

    .course_list li > ul > li:first-child {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin: 6px 0px;
        padding: 0 28px;
        border-left: 1px solid #e3e3e3;
    }

.course_list li em {
    display: block;
    font-style: normal;
    max-width: 95%;
    margin-left: 28px;
}

.program_list .course_list li.item > a:before {
    display: none
}

.program_list .course_list li.item:before {
    content: '';
    background: url(../images/sprite.png) no-repeat 0 -274px;
    width: 8px;
    height: 11px;
    display: block;
    margin-right: 20px;
    position: absolute;
    top: 22px;
    left: 0;
}

.program_list .course_list li.item > ul > li > a.link {
    display: inline-block;
    color: #194880;
}

    .program_list .course_list li.item > ul > li > a.link.disabled {
        pointer-events: none;
    }

    .program_list .course_list li.item > ul > li > a.link.open {
        color: #194880;
    }

.program_list .course_list li.item .slide_content p span {
    padding-top: 0
}

.program_list ul li.item .modal-body a.close span {
    padding-top: 0;
}

.modal.fade {
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

    .modal.fade.show {
        opacity: 1
    }

.program_list ul li.item:nth-child(odd) .slide_content {
    margin-left: 30px;
    width: 98% !important;
}

.program_list .course_list li.item:nth-child(odd) .slide_content {
    margin-left: 0;
}

.program_list ul li.item > a.disabled {
    pointer-events: none;
}

.program_list ul li.item .slide_content {
    position: relative;
    z-index: 100
}

.slide_close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99;
}

.program_list ul li.item .modal-body a.close {
    z-index: 1000
}

.reco_box .modal-header span {
    cursor: pointer;
}

.academia-sec6 .career p {
    padding: 50px 0 0;
}

.academia-sec6 .career {
    padding: 20px 0 95px;
}

.programe_list_box {
    display: inline-block;
    width: 48%;
    float: left;
    line-height: 30px;
}

.footer_submit .btnsubmit {
    background: url(../images/footer_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    position: relative;
    width: 40px;
    font-size: 0;
}

.footer_submit {
    margin-top: 10px;
    text-align: right
}

.faculty-select-main input {
    border: none;
    border-radius: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #757575;
    font-size: 14px;
}

    .faculty-select-main input[type="text"] {
        border: 1px solid #bbb;
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        margin: 5px 0;
    }

    .faculty-select-main input[id*="txtsearch"] {
        border: none;
    }

.faculty-select-main .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgba(0,123,255,.25)
}

.faculty-select-main .btn_submit {
    background: #FFF url(../images/arrowe.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    position: relative;
    width: 40px;
    float: right;
    font-size: 0;
    border-bottom: 0;
    top: 15px;
}

.home-sec1 .tab-home-sec1 .search-bar .submit_btn {
    background: url(../images/search_btn.png);
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    height: 42px;
    cursor: pointer;
    width: 40px;
}

.home-sec2 .carousel-indicators {
    position: relative;
    top: 108px;
}

.home-sec2 .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #ddab21;
    color: #000000;
}

.home-sec2 .carousel-indicators {
    position: absolute;
    top: auto;
    bottom: 74px;
    left: 100px;
    right: 0;
    margin: 0;
    display: block;
    background: #ddab21;
    width: 74.5%;
}

    .home-sec2 .carousel-indicators li {
        display: inline-block;
        vertical-align: top;
        text-indent: 0;
        background: none;
        width: auto;
        margin: 0;
        float: left;
        height: auto;
        padding: 0 17px;
    }

        .home-sec2 .carousel-indicators li a {
            background: #ddab21;
            padding: 9px 0px 17px 0;
            display: block;
            border-top: 7px solid transparent;
            font-weight: 600;
        }

        .home-sec2 .carousel-indicators li.active a {
            border-color: #194880;
        }

.home-sec2 .carousel-control-prev-icon {
    background: rgba(0, 0, 0, 0.6) url(../images/right-aerrow.png) no-repeat;
    width: auto;
    height: auto;
    font-size: 0;
    opacity: 1;
    padding: 19px 19px;
    background-position: center;
}

.home-sec2 .carousel-control-next-icon {
    background: rgba(0, 0, 0, 0.6) url(../images/left-aerrow.png) no-repeat;
    width: auto;
    height: auto;
    font-size: 0;
    opacity: 1;
    padding: 19px 19px;
    background-position: center;
}

.home-sec2 .carousel-control-next, .carousel-control-prev {
    height: 20px;
    top: 50%;
    opacity: 1;
    width: 5%;
}

.home-sec2 .carousel-control-next {
    right: 18%;
}

.home-sec2 .home_slider_text {
    position: absolute;
    width: 80%;
    padding: 12px 12px 12px 12px;
    left: 54px;
}


@media only screen and (max-width:568px){

.home-sec2 .home_slider_text {
    
    left: 0px;
}
}

@media only screen and (max-width:479px){

.home-sec2 .home_slider_text {
    
    left: 0px;
}


}


.home-sec2 .why_box {
    width: 48%;
    float: left;
}

    .home-sec2 .why_box .home-why-amity {
        margin: 20px auto 0;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
    }

    .home-sec2 .why_box .why-amity-left h3 {
        font-size: 24px;
        padding: 0 0 10px 140px;
    }

.home-sec2 .why-amity-left a {
    margin: 15px 0px 0;
}

.home-sec2 .why-amity-left {
    width: 100%;
    padding-right: 50px;
}

    .home-sec2 .why-amity-left .text_why {
        text-align: right;
        font-size: 22px;
        font-weight: 300;
        color: #fff;
        display: table;
        float: right;
    }

        .home-sec2 .why-amity-left .text_why h4 {
            text-align: right;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            float: left;
            padding-right: 15px;
        }

    .home-sec2 .why-amity-left .text_why2 {
        float: right;
        font-size: 28px;
        text-transform: capitalize;
        color: #FFF;
        font-weight: 700;
        line-height: 1;
    }

.home-sec2 #carouselExampleIndicators .carousel-item img {
    width: 100%;
    height: 100vh;
}

.home-sec2 .carousel {
    width: 100%;
}

.home-sec2 .why_box2 {
  width: 50%;
    float: left;
    padding: 15px 60px 0px 60px;
    background: hsla(0, 0%, 0%, 0.5);
    /* padding-top: 74px; */
    margin-top: 50px;
}

    .home-sec2 .why_box2 .owl-carousel1 .owl-item ul li {
        width: 32.5%;
        float: left;
        padding-right: 25px;
        padding-bottom: 5px;
    }

    .home-sec2 .why_box2 .owl-carousel1 .owl-item ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 12 12px !important;
    }

    .home-sec2 .why_box2 .owl-carousel1 ul li h3 {
        /*font-size: 36px;*/
        color: #FFF
    }

    .home-sec2 .why_box2 .owl-carousel1 ul li p {
        color: #FFF;
        font-size: 16px;
    }

.home-sec2 .home_slider_text .owl-nav .owl-next {
    position: absolute;
    right: auto;
    top: auto;
    left: 40px;
}

.home-sec2 .home_slider_text .owl-nav .owl-prev {
    position: absolute;
    right: auto;
    top: auto;
    left: 0px;
}

.home-sec2 .home_slider_text .owl-nav [class*=owl-] {
    background-color: rgba(0, 0, 0, 0.2);
}

.home-sec2 .home_slider_text .owl-nav .owl-next:hover {
    background-color: #000;
}

.home-sec2 .home_slider_text .owl-nav .owl-prev:hover {
    background-color: #000;
}

.secon_banner_campus {
    padding: 20px 20px !important;
    background: #000 !important;
    color: #FFF !important;
    font-size: 16px !important;
    position: absolute;
    bottom: 63px;
}

.reco_box .modal {
    top: 70px;
}

    .reco_box .modal ul {
        padding-top: 0px;
    }

        .reco_box .modal ul li {
            padding-bottom: 15px;
        }

    .reco_box .modal .bullet_list li {
        padding: 0px 0 0 25px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
    }

    .reco_box .modal .bullet_list {
        margin: 0;
    }

        .reco_box .modal .bullet_list li:before {
            top: 8px;
        }

    .reco_box .modal .recognitions-accreditations-sec3 span {
        margin: 0 auto 30px;
        cursor: pointer;
    }

.text_why-main {
    width: 100%;
    display: inline-block;
}

.reco_box input[type=submit] {
    background: url(../images/sprite.png) no-repeat -174px -520px;
    border: none;
    outline: none;
    width: 60px;
    height: 30px;
    text-indent: -99999px;
    cursor: pointer;
}

.reco_box h3 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
}

.text_why-main {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}

.home-ranking-amity .owl-carousel2 .item ul li {
    display: flex;
    width: 100%;
    height: 25%;
    align-items: center;
}

.home-ranking-amity .owl-carousel2 .owl-stage-outer {
    height: 100%;
}

.home-ranking-amity .owl-carousel2 .owl-stage {
    height: 100%;
}

.home-ranking-amity .owl-carousel2 .item ul {
    height: 100%;
}

.home-ranking-amity .owl-carousel2 .item {
    height: 100%;
}

.home-ranking-amity .owl-carousel2 .owl-item {
    height: 100%;
}

.home-ranking-amity .owl-carousel2 .item ul li:first-child {
    background: hsla(0, 0%, 0%, 0.5);
}

.home-ranking-amity .owl-carousel2 .item ul li:nth-child(3) {
    background: hsla(0, 0%, 0%, 0.5);
}

.home-ranking-amity .owl-carousel2 .item ul li span {
    width: 100%;
}

    .home-ranking-amity .owl-carousel2 .item ul li span img {
        max-height: 100%;
    }

.home-ranking-amity .owl-carousel2 .item ul li {
    padding: 20px 0;
}

.home-sec3 .student-home span {
    width: 100%;
    display: block;
    height: 100%;
}

.home-sec3 .student-home .stu-span {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    height: 50%;
    position: relative;
}

.home-sec3 .student-home .stu-span2 {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
    height: 50%;
    position: relative;
}

.home-sec3 .student-home .stu-span1 {
    height: 50%;
    position: relative;
}

.home-sec3 .student-home span img {
    display: block;
    height: 100%;
    width: 100%;
}

.student-home .col-md-4 {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
}

.student-home .col-md-5 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}

.student-home .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.stu-btn {
    position: absolute;
    right: 5px;
    bottom: 0;
}

    .stu-btn a {
        background-color: #ddab21;
        padding: 15px;
        display: block;
    }

.home-sec3 .student-home .stu-span1 .stu-btn {
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.home-sec3 .student-home .stu-span2 .stu-btn {
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.home-sec3 .student-home .stu-span .stu-btn {
    right: 5px;
    bottom: 0px;
    position: absolute;
}

.home-sec3 .student-home .stu-span3 .stu-btn {
    right: 15px;
    bottom: 0px;
    position: absolute;
}

.home-sec3 .student-home .stu-span3 {
    height: 100%;
    width: 100%;
}

.home-sec5 .container {
    padding-left: 100px;
    padding-right: 100px;
}

.pro3 {
    padding-right: 10px;
}

.pro4 {
    padding-left: 10px;
}

.home-sec5-content span img {
    display: block;
}

.home-sec5-content .margin-10 {
    margin-top: 20px;
}

.home-sec5-colm {
    background-color: #fff;
    height: 100%;
    position: relative;
}

    .home-sec5-colm span {
        position: relative;
        display: block;
    }

        .home-sec5-colm span:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0,0,0,0)
        }

.home-sec5-colm1 span {
    position: relative;
    display: block;
}

    .home-sec5-colm1 span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0)
    }

.home-sec5-colm2 span {
    position: relative;
    display: block;
}

    .home-sec5-colm2 span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0)
    }

.home-sec5-colm h4 {
    position: relative;
    padding: 30px 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.home-sec5-colm1 h4 {
    position: absolute;
    padding: 30px 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    bottom: 20px;
}

.home-sec5-colm2 h4 {
    position: absolute;
    padding: 30px 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    bottom: 20px;
    color: #fff;
}

.home-sec6 .happ-content span {
    background-color: #edbf36;
    height: auto;
    width: auto;
    display: table;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 15px;
}

    .home-sec6 .happ-content span:before {
        display: none;
    }

.home-sec6 .tab-content ul li:first-child {
    padding-right: 5px;
}

.home-sec6 .tab-content ul li:nth-child(2) {
    padding-right: 5px;
    padding-left: 5px;
}

.home-sec6 .tab-content ul li:nth-child(4) {
    padding-right: 5px;
}

.home-sec6 .tab-content ul li:nth-child(5) {
    padding-right: 5px;
    padding-left: 5px;
}

.home-sec6 .tab-content ul li:last-child {
    padding-left: 5px;
}

.home-sec6 .container {
    position: relative;
}

.home-sec6 abbr.all-achiv-btn {
    position: absolute;
    top: 5%;
    right: 8%;
    padding-top: 0px;
}

.mega_menu .menu_col4 {
    padding-left: 37px;
}

.mega_menu .manu_one {
    padding-left: 22px;
}

.banner_text {
    position: absolute;
    bottom: 140px;
    left: 20px;
    font-size: 18px;
    color: #FFF;
}

.event-colm-img {
    position: relative;
    height: 100%;
    max-height: 310px;
    overflow: hidden;
    min-height: 280px;
}

    .event-colm-img span {
        display: block;
        height: 100%;
        background-size: cover !important
    }

.page-item.active .page-link {
    z-index: 2;
    color: #fff !important;
    background-color: #dba921 !important;
    border-color: #dba921 !important;
}

.page-link {
    color: #191919 !important;
}

    .page-link:focus, .page-link:hover {
        color: #ffffff !important;
        text-decoration: none;
        background-color: #194880 !important;
        border-color: #194880 !important;
    }

.modal-body h4 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

.menubox .link_active {
    color: #194883;
    font-weight: 600;
}

.menubox ul li a:hover {
    color: #194883;
    font-weight: 600;
}

.text_center {
    text-align: center;
}

.arrow_right_panel {
    padding-right: 20px;
}

.alert-success {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-align: left;
    font-weight: 600;
}


.faculty-select .dropdown button#dropdownMenuButton {
    border: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    color: #757575;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 14px;
    background: none;
}

.faculty-select .dropdown-toggle::after {
    color: #FFF;
}

.faculty-select .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0 rgba(134,142,150,.5);
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    box-shadow: 0 0 0 0 rgba(134,142,150,.5) !important;
}


.faculty-select .dropdown-menu {
    margin: 0.025rem 0 0;
    border-radius: 0;
    min-width: -webkit-fill-available;
}

.faculty-select .dropdown-item {
    padding: 0.35rem 0.8rem;
    font-size: 14px
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}



.last_date2 {
    position: relative;
    margin: 0px 0;
    padding: 0 15px 32px 0px;
    font-family: 'Montserrat','Lato','Open Sans', sans-serif;
    color: #fff;
}

    .last_date2 p {
        font-weight: 200;
        font-size: 48px;
        line-height: 1.5;
    }

        .last_date2 p span.date {
            font-weight: 600;
            font-size: 18px;
            display: block;
            margin: 15px 0 0;
        }

    .last_date2 h4 {
        font-weight: 300;
        font-size: 24px;
        text-transform: uppercase;
    }

        .last_date2 h4 span {
            font-weight: 600;
            display: block;
            padding: 15px 0;
        }

    .last_date2 h5 {
        font-weight: 300;
        font-size: 21px;
        text-transform: uppercase;
        color: #FFF;
    }

    .last_date2 h6 {
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        color: #ebb816;
        padding-top: 20px;
    }

        .last_date2 h6 span {
            font-weight: 700;
            font-size: 14px;
            display: block;
            color: #fff;
            padding-top: 10px;
        }

            .last_date2 h6 span a {
                color: #fff;
            }

.campus_name_box h4 {
    padding-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}


.last_date3 {
    position: relative;
    margin: 30px 20px;
    padding: 10px;
    font-family: 'Montserrat','Lato','Open Sans', sans-serif;
    color: #fff;
}

    .last_date3 p {
        font-weight: 200;
        font-size: 48px;
        line-height: 1;
    }

        .last_date3 p span.date {
            font-weight: 600;
            font-size: 18px;
            display: block;
            margin: 15px 0 0;
        }

    .last_date3 h4 {
        font-weight: 300;
        font-size: 24px;
        text-transform: uppercase;
    }

        .last_date3 h4 span {
            font-weight: 600;
            display: block;
        }

    .last_date3 h5 {
        font-weight: 300;
        font-size: 21px;
        text-transform: uppercase;
        color: #FFF;
    }

    .last_date3 h6 {
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        color: #ebb816;
        padding-top: 20px;
    }

        .last_date3 h6 span {
            font-weight: 700;
            font-size: 14px;
            display: block;
            color: #fff;
            padding-top: 10px;
        }

            .last_date3 h6 span a {
                color: #fff;
            }

.top_menubar .slimScrollBar {
    background: #6f6f6f !important;
}

.top_menubar .slimScrollRail {
    background: #949494 !important;
}

.slimScrollBar {
    background: #c3c3c3 !important;
}

.slimScrollRail {
    background: #b5b5b5 !important;
}



.bg_offwhite {
    background: #eeba16;
}

.bg-xs-dark_gray {
    background: #edba16;
}

.bg-xs-brown_white {
    background: #f8e3a2;
    height: 201px;
}

.bg-xs-black_box {
    background: #303030;
}

.bg-xs-black_box2 {
    background: #3b3b3b;
}

.course_info p strong {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.inner_section.programmes_detail .course_info p {
    color: #000;
    font-size: 18px;
}

.course_text_box p strong {
    color: #FFF !important;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
}

.course_text_box p {
    color: #FFF !important;
    font-size: 18px;
}

.course_info:before {
    background: linear-gradient(to bottom,#ffffff 0%,#ffffff 50%,#3b3b3b 50%,#3b3b3b 50%,#3b3b3b 100%);
    left: 0;
    width: 70%;
}

.course_info:after {
    background: linear-gradient(to bottom,#ffffff 0%,#ffffff 50%,#3b3b3b 50%,#3b3b3b 50%,#3b3b3b 100%);
    right: 0;
}

.course_info .bg_offwhite p {
    padding: 0;
}

.inner_section.programmes_detail .course_info .bg_offwhite p {
    padding-bottom: 0;
}

.course_info .bg_offwhite ul li span {
    padding-top: 40px;
    padding-bottom: 10px;
}

.course_info .bg_offwhite ul li {
    padding: 0 30px 0 40px
}

    .course_info .bg_offwhite ul li:first-child {
        border-right: 1px solid #b28c11;
    }

.btn.btn-white {
    background-color: #FFF;
    border-color: #bfbfbf;
    font: 800 18px 'Open Sans',Helvetica, Arial, sans-serif;
    border: solid 2px #bfbfbf;
}

.course_applybtn a.btn.btn-white {
    padding: 12px 40px;
    text-transform: none;
    font-weight: 700;
}

.programe_tabbing .responsive-tabs-container {
    background: #fafafa;
    padding-top: 40px;
    border-bottom: solid 4px #1a4981
}

.programe_tabbing {
    padding-top: 10px;
    width: 100%;
}

    .programe_tabbing .nav-tabs li {
        float: left;
        width: 21%;
        padding: 0 15px;
        border-bottom: solid 5px #194880;
        padding-left: 50px;
    }

        .programe_tabbing .nav-tabs li span {
            display: table;
            margin: 0 auto -5px;
            font-size: 30px;
        }

        .programe_tabbing .nav-tabs li p {
            text-align: center;
            font-size: 21px;
            color: #4d4d4d;
        }

    .programe_tabbing .tab-content {
        position: relative;
        background-color: #fafafa;
        width: 100%;
        padding: 50px;
    }

    .programe_tabbing .nav-tabs {
        border: none;
    }

    .programe_tabbing .tab-content h2 {
        font-size: 32px;
        font-weight: 300;
        padding-bottom: 30px;
        color: #fff;
        text-align: center;
    }

    .programe_tabbing .tab-content p {
        text-align: center;
        width: 70%;
        margin: 0 auto;
        display: table;
        color: #fff;
    }

    .programe_tabbing .nav-tabs li.active:before {
        font-family: 'FontAwesome';
        content: "";
        position: absolute;
        bottom: -49px;
        font-size: 65px;
        z-index: 1;
        color: #fff;
        left: 40%;
        border-bottom: solid 4px #ecbb18
    }

    .programe_tabbing .nav-tabs li {
        position: relative;
        padding-left: 20px
    }

        .programe_tabbing .nav-tabs li.active span {
            border-bottom: solid 5px #ecbb18 !important;
            color: #18457e;
            padding-bottom: 20px;
        }

        .programe_tabbing .nav-tabs li:first-child {
            padding-left: 70px;
        }

        .programe_tabbing .nav-tabs li:last-child {
            padding-right: 20px;
        }

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99990000
}

.rank_top {
    background: #184471;
    padding: 60px;
    color: #FFF
}

    .rank_top h3 {
        color: #FFF !important
    }

    .rank_top p {
        color: #FFF;
    }

.ranked_color {
    background: #2b2b2b;
}

.inner-page .ranking_bg h3 {
    color: #FFF;
}

.ranking_bg p {
    color: #FFF;
}

.ranking_bg h3 span {
    color: #dbaa1d !important;
}

.ranking_bg {
    background: url(../images/ranking_book.jpg);
    background-size: cover !important;
}

.rnaking_col h3 {
    text-align: center;
    margin-bottom: 30px;
}

.rnaking_col .col {
    border: solid 1px #e3c05a !important;
    margin: 00px;
    padding: 25px;
    text-align: center
}

.rank_logo {
    position: absolute;
    top: -70px;
    text-align: center;
    right: 0;
    left: 0;
}

.col-box {
    border: solid 1px #e3c05a !important;
    padding: 25px;
    text-align: center
}

.slide_content label {
    font-size: 14px;
    line-height: 30px;
}

.program_list .course_list li.item .slide_content p span {
    padding-top: 0;
    padding-left: 15px;
    font-size: 16px;
}

    .program_list .course_list li.item .slide_content p span label {
        padding-left: 15px;
        font-size: 16px;
    }

.course_list li > ul {
    margin: 0;
    padding: 10px 0 20px 28px;
    position: relative;
}

    .course_list li > ul > li {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin: 6px 0px;
        padding: 0 28px;
        border-left: 1px solid #e3e3e3;
        width: 19%;
        color: #009;
    }

.home-sec5-colm2 {
    position: relative;
}

.home-sec5-colm1 {
    position: relative;
}

    .home-sec5-colm1 h4 {
        position: absolute;
        padding: 13px 30px 9px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.6);
        color: #FFF;
        width: 100%;
    }

.home-sec5-colm2 h4 {
    position: absolute;
    padding: 13px 30px 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    width: 100%;
}

abbr.all-research-btn2 {
    right: 0% !important;
}

abbr.all-research-btn2 {
    display: block;
    float: right;
    margin-top: -32px;
    position: relative;
    z-index: 1;
}


.eleg p {
    padding: 0 33px;
}

.modal-header2 button.close {
    position: absolute;
    right: 10px;
}

.modal-header2 .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}

.reco_box .modal-header2 span {
    cursor: pointer;
}

i.lnr.lnr-plus-circle {
    color: #FFF;
    font-size: 17px;
    padding: 10px;
}

    i.lnr.lnr-plus-circle:hover {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }

.view_arrow_img {
    width: 8px;
}

.new_big_line .program_list .course_list li.item:before {
    content: '';
    background: #dba921;
    width: 4px;
    height: 60px;
    display: block;
    margin-right: 20px;
    position: absolute;
    top: 15px;
    left: 0;
}

.newss-details2 .news_text img {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.test-content span img {
    max-width: initial;
    height: initial;
    width: auto !important;
    border-radius: 0 !important;
}

.test-content p span {
    margin: 0;
    display: inline;
    border-radius: 0;
    overflow: visible;
    width: auto;
}

span.testim_img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 250px;
    max-height: 250px;
    background-position: top center !important;
    background-repeat: no-repeat;
}

.section-placements .placement-inner-box {
    padding: 70px 0 !important;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.section-placements .placement-image-ad {
    padding: 0;
}

.section-placements .placement-inner-box img {
    display: block;
    margin: auto;
}

.section-placements .border-top {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0;
}

.no_record_bot {
    padding-bottom: 250px;
    !important
}

.subscribe {
    position: fixed;
    top: 40%;
    left: 0;
    padding: 0;
    z-index: 9999;
}

.campus_name_box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.subscribe_pop .modal {
    top: 70px;
}

.subscribe_pop .modal-body {
    padding-bottom: 0px;
}

.subscribe_pop .modal ul {
    padding-top: 0px;
}

    .subscribe_pop .modal ul li {
        padding-bottom: 15px;
    }

.subscribe_pop .modal .bullet_list li {
    padding: 0px 0 0 25px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.subscribe_pop .modal .bullet_list {
    margin: 0;
}

    .subscribe_pop .modal .bullet_list li:before {
        top: 8px;
    }

.subscribe_pop .modal .recognitions-accreditations-sec3 span {
    margin: 0 auto 30px;
    cursor: pointer;
}

.subscribe_pop h3 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 15px;
    line-height: 0.9
}

.subscribe_pop input[type=submit] {
    color: #fff;
    border: 1px solid #dcaa21;
    background-color: #dcaa21;
    font-size: 16px;
    font-weight: 700;
    padding: .625rem 1.7rem;
    position: relative;
    cursor: pointer;
}

.mega_menu_left h4 {
    margin: 30px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.thankyou {
    padding: 50px 0;
}

    .thankyou h5 {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
    }

.valid_text {
    font-size: 12px;
    padding: 10px 0;
}

#mainNav.fixed-top {
    top: 36px;
    z-index: 9 !important;
}

aside.right_bar {
    display: none;
}

.top_menubar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 99
}

    .top_menubar > ul {
        text-align: right
    }

        .top_menubar > ul > li {
            display: inline-block;
            vertical-align: top;
            font: 700 14px/1.2 'Open Sans';
            padding: 0 10px
        }

            .top_menubar > ul > li .lnr-chevron-down {
                font-size: 10px;
                position: relative;
                top: 1px;
                margin-left: 3px
            }

            .top_menubar > ul > li > a {
                color: #fff;
                padding: 9px 0 6px;
                display: block;
                position: relative
            }

                .top_menubar > ul > li > a:after {
                    content: '';
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    width: 0;
                    background: #eab716;
                    height: 4px;
                    position: absolute;
                    bottom: -5px;
                    left: 0;
                    z-index: 2
                }

            .top_menubar > ul > li:hover > a:after {
                width: 100%;
            }

    .top_menubar ul li .top_megamenu {
        display: none;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1;
        box-shadow: 0px 8px 15px rgba(0,0,0,0.2);
    }

        .top_menubar ul li .top_megamenu .admission_menu, .top_menubar ul li .top_megamenu .menu_items {
            display: block;
        }
/*.top_menubar ul li:hover .top_megamenu,.top_menubar .menu_items, .top_menubar .admission_menu{display:block;}*/
.top_megamenu .container.admission_menu, .top_megamenu .container.menu_items {
    padding: 40px;
    max-width: 1470px;
    margin: 0 auto;
}

.top_megamenu .mega_menu_left, .top_megamenu .menu_items ul li {
    text-align: left;
}

    .top_megamenu .mega_menu_left .apply_btn {
        margin: 10px 20px 0;
        background: #dba921;
        color: #000;
        font-size: 16px;
        padding: 8px 30px;
        display: inline-block;
        text-transform: uppercase
    }

        .top_megamenu .mega_menu_left .apply_btn:hover {
            background: #f0bc2c;
        }

    .top_megamenu .mega_menu_left .mega_menu_brand a.site-logo {
        width: 100%
    }

.top_megamenu .last_date {
    color: #000;
    text-align: left;
}

.top_megamenu .mega_menu_nav_admission li a {
    color: #000;
}

.top_megamenu .mega_menu_nav_admission {
    border-bottom: none;
    margin-top: 50px;
    margin-right: 0
}

    .top_megamenu .mega_menu_nav_admission li {
        padding-bottom: 10px;
        text-align: left;
        font-weight: 600;
    }

        .top_megamenu .mega_menu_nav_admission li a {
            line-height: 2
        }

            .top_megamenu .mega_menu_nav_admission li a:before {
                background: url(../images/sprite-admission.png) no-repeat 0px 0px;
                width: 50px;
                height: 30px;
                zoom: 1;
                -moz-transform: scale(1);
                display: inline-block;
                vertical-align: top;
                margin: 0
            }

        .top_megamenu .mega_menu_nav_admission li:nth-child(2) a:before {
            background-position: 0px -53px;
        }

        .top_megamenu .mega_menu_nav_admission li:nth-child(3) a:before {
            background-position: 0px -106px;
        }

        .top_megamenu .mega_menu_nav_admission li:nth-child(4) a:before {
            background-position: 0px -159px;
        }

        .top_megamenu .mega_menu_nav_admission li:nth-child(5) a:before {
            background-position: 0px -210px;
        }

        .top_megamenu .mega_menu_nav_admission li:nth-child(6) a:before {
            background-position: 0px -259px;
        }

        .top_megamenu .mega_menu_nav_admission li:nth-child(7) a:before {
            background-position: 0px -310px;
        }
        /*.top_megamenu .mega_menu_nav_admission li:nth-child(8) a:before{background-position:0px -366px;}*/
        .top_megamenu .mega_menu_nav_admission li:nth-child(8) a:before {
            background-position: 0px -417px;
        }

.top_megamenu .last_date h5, .mega_menu .apply_at h4 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1
}

.top_megamenu .last_date h6, .top_megamenu .menu_items ul li b {
    color: #184472;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 18px
}

.top_megamenu .last_date span + h6 {
    padding-top: 8px
}

.top_megamenu .last_date ul li:first-child h6 {
    padding-top: 30px
}

.top_megamenu .last_date span {
    font-weight: 600;
    line-height: 24px
}

.top_megamenu .last_date .side_border {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0 0 0 40px
}

.top_megamenu .last_date .apply_at {
    padding: 0 0 0 40px
}

.top_megamenu .last_date2, .top_megamenu .last_date2 h6 span {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

    .top_megamenu .last_date2, .top_megamenu .last_date2 p {
        font-weight: 600;
        padding: 8px 0 12px;
        line-height: 1.2;
        color: #333
    }

        .top_megamenu .last_date2, .top_megamenu .last_date2 p span.date {
            font-weight: 700;
        }

.top_megamenu .menu_items ul li {
    font-weight: 400;
    text-transform: none;
}

    .top_megamenu .menu_items ul li b {
        display: block;
        padding-top: 0
    }

    .top_megamenu .menu_items ul li:first-child {
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .top_megamenu .menu_items ul li strong {
        text-transform: uppercase
    }

.top_megamenu .mega_menu_nav a {
    color: #000;
    border-top: none;
    padding: 6px 0
}

.top_menubar > ul {
    padding-right: 0
}

    .top_menubar > ul > li > a.right_bar_search {
        background: #1c1c1c;
        bottom: auto;
        right: auto;
        padding: 9px 15px 6px
    }

        .top_menubar > ul > li > a.right_bar_search:after {
            display: none;
        }

    .top_menubar > ul > li:last-child {
        padding-right: 0
    }

#mainNav .navbar-nav .nav-item a.apply_btn {
    margin-right: 50px
}

.subscribe {
    right: 0;
    left: auto;
}

.home-sec2 .container-fluid {
    padding: 0
}

.home-sec2 .row.slider-wrapper {
    margin: 0
}

.home-ranking-amity {
    right: 25px
}

.home-sec2 .why_box .home-why-amity {
    margin-top: 50px
}

.logo {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .logo a {
        position: relative
    }

#mainNav.navbar-shrink .logo a {
    top: -4px
}

.inner_section.programmes_detail .course_info p {
    padding: 40px 25px
}

.course_text_box {
    position: relative;
}

    .course_text_box div[class*="col-"] {
        height: 201px;
        position: relative;
        z-index: 2
    }

    .course_text_box:before, .course_text_box:after {
        content: '';
        background: #3b3b3b;
        height: 100%;
        width: 2000px;
        display: block;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .course_text_box:before {
        left: -100%;
    }

    .course_text_box:after {
        right: -100%;
    }

.course_info:before, .course_info:after {
    display: none;
}

.course_info p strong {
    padding-bottom: 40px
}

.bg_offwhite.feebox {
    background: none;
}

    .bg_offwhite.feebox li {
        background: #fafafa;
        margin-bottom: 3px
    }

        .bg_offwhite.feebox li span[class="col-md-4"] {
            background: #f3f3f3;
        }

        .bg_offwhite.feebox li:first-child {
            background: #fff;
        }

            .bg_offwhite.feebox li:first-child span {
                padding: 34px 40px 14px
            }

                .bg_offwhite.feebox li:first-child span[class="col-md-4"] {
                    background: #fff;
                }

        .bg_offwhite.feebox li span {
            display: block;
            padding: 14px 40px
        }

.inner_section.infra_other_facility h3 {
    margin-top: 20px !important;
}

    .inner_section.infra_other_facility h3 + p {
        margin-top: 0 !important;
    }


/*New CSS STYLE 5th Apr 2018*/
span.footer_collapse {
    width: 100%;
    display: block;
    max-width: 77%;
}

    span.footer_collapse > .row > div[class*="col-"] {
        max-width: 22%;
        flex: 0 0 22%
    }

        span.footer_collapse > .row > div[class*="col-"].ftr-colm1 {
            max-width: 16%;
        }

.collapsible_heading {
    display: none;
    background: #e5eaee;
    padding: 10px 20px;
    font-size: 21px;
    color: #231f20;
    font-weight: 400;
    position: relative;
    margin-bottom: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.footer_collapsible_heading {
    display: none;
    background: #fff;
    padding: 10px 20px;
    font-size: 21px;
    color: #231f20;
    font-weight: 400;
    position: relative;
    margin-bottom: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

    .collapsible_heading .lnr, .footer_collapsible_heading .lnr {
        position: absolute;
        top: 15px;
        right: 15px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .collapsible_heading .lnr:before, .footer_collapsible_heading .lnr:before {
            content: '\e881'
        }

    .collapsible_heading.open .lnr, .footer_collapsible_heading.open .lnr {
        transform: rotate(-45deg)
    }

    .collapsible_heading.open, .footer_collapsible_heading.open {
        background: #363636;
        color: #fff;
    }

.tab-pane.collapse.open {
    margin-bottom: 5px
}

.top_placements .top_text h3 {
    color: #000 !important
}

/*New CSS STYLE 10th Apr 2018 For Sitemap*/
.sitemap h1 {
    padding-bottom: 25px;
    font-weight: 300;
    font-size: 50px;
    line-height: 1.1;
    padding-top: 50px;
}

.sitemapTable {
    display: table;
    width: 100%;
}

    .sitemapTable ul {
        margin: 0;
        padding: 0 0 16px;
        width: 100%;
    }

        .sitemapTable ul li {
            margin: 0;
            padding: 0;
            font: inherit;
            display: inline-block;
            margin-bottom: 5px;
            margin-right: 38px;
            padding-bottom: 12px;
            padding-left: 15px;
            width: 21%;
            border-bottom: 1px solid #ebebeb;
            color: #000;
            font-size: 14px;
        }

            .sitemapTable ul li:before {
                content: '';
                position: relative;
                background: #edba16;
                top: 14px;
                left: -15px;
                width: 6px;
                height: 6px;
                display: block;
                border-radius: 26px;
            }

.main-point {
    display: table;
    width: 100%;
}

.sitemapTable h4 {
    font: inherit;
    line-height: 1.3;
    margin: 0 0 5px 0;
    padding: 0 0 12px 0;
    color: #194880;
    font-weight: 600;
    font-size: 21px;
}

    .sitemapTable h4 a {
        font: inherit;
        line-height: 1.3;
        margin: 0 0 15px 0;
        padding: 0;
        color: #194880;
        font-weight: 600;
        font-size: 18px;
    }

        .sitemapTable h4 a:focus, .sitemapTable h4 a:hover {
            color: #edba16;
        }

.sitemapTable h5 {
    color: #194880;
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0 0 12px 0;
}

    .sitemapTable h5 a {
        color: #194880;
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 5px 0;
        padding: 0 0 12px 0;
    }

        .sitemapTable h5 a:focus, .sitemapTable h5 a:hover {
            color: #edba16;
        }

.sitemapTable ul li a:hover {
    color: #edba16;
}

.sitemapTable h3 {
    font: inherit;
    margin: 15px 0;
    padding: 0;
    line-height: 1.3;
    color: #194880;
    ;
    font-size: 24px;
    font-weight: 600;
}

    .sitemapTable h3 a {
        font: inherit;
        padding: 0;
        line-height: 1.3;
        color: #194880;
        font-size: 24px;
        font-weight: 600;
        margin: 15px 0;
    }

        .sitemapTable h3 a:focus, .sitemapTable h3 a:hover {
            color: #edba16;
        }

.main-point h4 {
    float: left;
    width: 25%;
}

.sitemap-mg-top {
    margin: 35px 0 20px 0 !important;
}

.sub-h-margin {
    margin: 0 0 15px 0 !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-16 {
    font-size: 16px !important;
}

.ul_width li {
    width: 42% !important;
}

.sitemapTable ul li a:hover {
    color: #edba16;
}
/*CSS STYLE Sitemap End*/


@media (max-width:991px) and (min-width:320px) {
    .responsive-tabs-container.accordion-sm .accordion-link {
        display: none;
    }

    .collapsible_heading, .footer_collapsible_heading {
        display: block;
    }

    .tab-pane.collapse {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .tab-pane.collapse.open {
            display: block;
        }

    .home-sec6 abbr.all-achiv-btn {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        text-align: right
    }

    .home-sec6 .tab-content {
        padding: 0 !important;
    }
}

div[id*="UpdateProgress"] {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.7);
    left: 0;
    right: 0;
    z-index: 1000000;
    padding: 0;
    text-align: center;
    bottom: 0;
    padding-top: 150px
}

    div[id*="UpdateProgress"]:before {
        content: 'Loading...';
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }

    div[id*="UpdateProgress"] img {
        margin: auto;
        display: block;
        position: absolute;
        top: 180px;
        left: 0;
        right: 0;
    }

.name_head span {
    font-size: 24px;
    font-weight: 700;
}

.career .about_sub_heading {
    padding: 50px 0;
    line-height: 1
}

.career .ac-sec5-download a, .career .ac-sec5-download a {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    display: block;
    width: 240px;
    text-align: center;
    margin-bottom: 0;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    font-size: 18px;
}

.social-media li .fa-linkedin:before {
    background-position: -73px -160px;
}

.careers-sec1 .career2 .about_sub_heading {
    padding: 50px 0
}

.career2 .ac-sec5-download a {
    margin: 0;
    position: absolute;
    bottom: -24px;
    width: 240px;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

    .career2 .ac-sec5-download a.btn-left {
        margin: 0;
        position: absolute;
        bottom: -24px;
        width: 416px;
        text-align: center;
        display: block;
        left: 8%;
        right: 0;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }

    .career2 .ac-sec5-download a.btn-right {
        margin: 0;
        position: absolute;
        bottom: -24px;
        width: 290px;
        text-align: center;
        display: block;
        left: 66%;
        right: 40%;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
    }


#mainNav:before {
    display: none;
}

.campusList .slimScrollDiv {
    height: 100vh !important;
}

#globalcampuslist {
    height: 75% !important;
}


.navbar-light .main-menu li a.nav-link {
    z-index: 10
}

#mainNav .mega_menu .row {
    position: relative;
    z-index: 1;
    background: #000;
}

#mainNav .mega_menu:after {
    content: '';
    position: absolute;
    top: -100px;
    right: 0;
    background: #000;
    left: 0px;
    z-index: 0;
    width: calc(100% + 250px);
    height: calc(100% + 100px);
}

.modal-dialog {
    max-width: 1000px;
}

.gsib_a {
    padding: 0 !important;
}

input#gsc-i-id1 {
    text-indent: 10px !important;
}

.fast-track {
    color: #194880;
    text-shadow: 5px 2px 0px #ddd;
}

.red {
    color: #f00 !important;
}

.olympic {
    border: 1px solid;
    padding: 15px;
}

    .olympic p {
        margin-bottom: 5px !important;
        padding-bottom: 7px;
    }

.yellow-back {
    background: #edba1647;
    text-align: center;
    padding: 0px;
    padding: 15px;
    color: #8e6800;
    margin-bottom: 30px;
}

.new-box-faculty {
    display: flex;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .new-box-faculty img {
        height: 280px;
        width: 300px;
        object-fit: cover;
        margin-right: 20px;
    }

.modal-body li {
    padding: 10px;
}

    .modal-body li a {
        font-size: 14px;
        color: #000 !important;
    }

.modal-dialog {
    margin-top: 6%;
}

.image-grid {
  width: 100%;
padding: 10px;
  margin-bottom: 0px;
  background-color: #fff;
/*  overflow: hidden;*/
}


.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}


.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
  padding: 100px 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
  filter: unset;
  opacity: 1;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;

}

.gallery-p figure.softeffect h4 i {
  font-weight: lighter;
}


.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}

.gallery-p figure.softeffect p {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  background: rgb(26 72 149 / 75%);
  margin-top: 0px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;

}

.leap-bg {
  background: url(../images/leap.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.grid_bottom{
  text-align: center; font-weight: bolder; font-size: 15px;
}


.carousel {
/*  margin: 50px auto;*/
}
.carousel .carousel-item {
  color: #999;
  overflow: hidden;
    min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #1A4895;
  padding: 15px;
  margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #0F5AE0;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
  margin-left: 0;
}
.carousel .testimonial p {
  text-indent: 40px;
    line-height: 21px;
  margin: 0;
}
.carousel .testimonial p::before {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 0px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #000;
}
.carousel-control-prev, .carousel-control-next {
  width: 30px;
  height: 30px;
    background: #000;
    text-shadow: none;
  top: -30px;
}
.carousel-control-prev i, .carousel-control-next i {
  font-size: 16px;
}
.carousel-control-prev {
  left: auto;
  right: 40px;
}
.carousel-control-next {
  left: auto;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 17px;
    height: 17px;
  border-radius: 0;
  margin: 1px 5px;
    box-sizing: border-box;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #000;
    border: 5px double;    
}
.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}

.caption{
    margin-top: 5px;
  }

  .single_what_we_do {
    background-color: #ffffff;
    text-align: left;
    padding: 17px 19px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-service {
    border: 1px solid #ddd;
    padding: 17px 19px;
 
    box-shadow: 0 5px 30px -5px #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
}

.single_what_we_do: hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);

} 

 .owl-nav {
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  .image-grid {
  width: 100%;
padding: 10px;
  margin-bottom: 0px;
  background-color: #fff;
/*  overflow: hidden;*/
}


.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}


.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
  padding: 100px 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;

}

.gallery-p figure.softeffect h4 img {
  filter: unset;
  opacity: 1;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;

}

.gallery-p figure.softeffect h4 i {
  font-weight: lighter;
}


.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}

.gallery-p figure.softeffect p {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  background: rgb(26 72 149 / 75%);
  margin-top: 0px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;

}

.leap-bg {
  background: url(../images/leap.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.grid_bottom{
  text-align: center; font-weight: bolder; font-size: 15px;
}


.carousel {
/*  margin: 50px auto;*/
}
.carousel .carousel-item {
  color: #999;
  overflow: hidden;
    min-height: 120px;
  font-size: 13px;
}
.carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
.carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #1A4895;
  padding: 15px;
  margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
  background: #0F5AE0;
  box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
  margin-left: 0;
}
.carousel .testimonial p {
  text-indent: 40px;
    line-height: 21px;
  margin: 0;
}
.carousel .testimonial p::before {
  content: "\201D";
    font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
  padding: 3px 0 0 15px;
}
.carousel .overview .details {
  padding: 0px 0 8px;
}
.carousel .overview b {
  text-transform: uppercase;
  color: #000;
}
.carousel-control-prev, .carousel-control-next {
  width: 30px;
  height: 30px;
    background: #000;
    text-shadow: none;
  top: -30px;
}
.carousel-control-prev i, .carousel-control-next i {
  font-size: 16px;
}
.carousel-control-prev {
  left: auto;
  right: 40px;
}
.carousel-control-next {
  left: auto;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
  width: 17px;
    height: 17px;
  border-radius: 0;
  margin: 1px 5px;
    box-sizing: border-box;
}
.carousel-indicators li { 
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
  color: #fff;
    background: #000;
    border: 5px double;    
}
.star-rating li {
  padding: 0 2px;
}
.star-rating i {
  font-size: 14px;
  color: #ffdc12;
}

.caption{
    margin-top: 5px;
  }

  .single_what_we_do {
    background-color: #ffffff;
    text-align: left;
    padding: 17px 19px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-service {
    border: 1px solid #ddd;
    padding: 17px 19px;
 
    box-shadow: 0 5px 30px -5px #ccc;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
}

.single_what_we_do: hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);

} 

 .owl-nav {
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }

  /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;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-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}