﻿
@import "inner-page-style.css";

a, button {
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:focus {
        outline: 0;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /*font-weight: 400;*/
    display: block;
    /*font-family: 'Bebas Neue';*/
}

p, ul {
    margin: 0;
    padding: 0;
}

input:focus {
    box-shadow: none;
    outline: 0;
}

/*p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}*/

body {
    background: #fff;
    font-family: Roboto;
    position: relative;
    font-weight: 400;
    overflow-x: hidden;
}

body, html {
    height: 100%;
    width: 100%;
}

#header {
    transition: all .4s ease-in-out;
}

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0px 0;
    transition: top .6s;
    /* background: rgba(0,0,0,.71); */
    background: -moz-linear-gradient(top,rgba(0,0,0,.71) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(0,0,0,.71)),color-stop(68%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0)));
    /* background: -webkit-linear-gradient(top,rgba(0,0,0,.71) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%); */
    background: -o-linear-gradient(top,rgba(0,0,0,.71) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.71) 0,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, .71) 0, rgb(0 0 0 / 37%) 68%, rgba(0, 0, 0, 0) 100%); */
}

    header.sticky {
        padding: 7px 0px;
        transition: all .4s ease-in-out;
    }

  header.sticky {
    background: #ffffff;
    box-shadow: 0 0 10px #1b1b1b42;
    z-index: 999;
}
    header.sticky .clearfix li a{/* color: black; */}
        header.sticky .logo {
            width: 275px;
        }

        header.sticky .megamenu {
            /* margin-top: 0; */
        }

        header.sticky .lg-logo {
            display: none;
        }

        header.sticky .sm-logo {
            display: block;
            width: 331px;
            /*margin-top: 8px;*/
        }

.logo {
    /* width: 230px; */
    margin-left: 15px;
    z-index: 1;
    margin-top: 0;
}

    .logo img {
        height:80px;


    }
   
.sm-logo {
    display: none;
}

header.sticky .sm-logo {
    animation-name: logo-hover;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.17, 0.57, 0.31, 0.85);
}
@keyframes logo-hover {
    20% {
        /* padding-right: 0em; */
    }

    100% {
        /* padding-right: 2em; */
    }
}
header.sticky .step-one-menu > li > a {
    /* padding: 16px 0; */
    /* color: black; */
}
header.sticky .top-header {
    height: 0;
    display: none;
}
header .iutgubj_tri{
         border-top: 5px solid #1d2d67; 
}
header.yfgyuhgjy_tri .short-menu ul.rgrht_tri{
 background: #1d2d67; 
}
header.yfgyuhgjy_tri .short-menu ul.rgrht_tri ul.under-new-all-dropsown a {
    color: #000;
}
header.yfgyuhgjy_tri .short-menu ul.rgrht_tri a{
    color:#fff;
}
header.sticky .step-two-menu {
    top: 0;
}

/*header.sticky .logo {
    margin-left: 5px;
}*/

header.sticky .megamenu {
    /* margin-right: 5px; */
}

.megamenu {
    width: 100%;
    margin-top: 0;
    /* position: relative; */
}
.step-one-menu {
    /*overflow: auto;*/
    width: 100%;
}
.step-one-menu::-webkit-scrollbar {
  height: 5px;
}
.step-one-menu::-webkit-scrollbar-thumb {
  background: #1156b6; 
}

.step-one-menu {
    /* position: relative; */
    /* background: #ce1013; */
    background: -moz-linear-gradient(-45deg,#ce1013 0,#e82c30 100%);
    /* background: -webkit-linear-gradient(-45deg,#ce1013 0,#e82c30 100%); */
    /* background: #00000059; */
    transition: ease all .4s;
    /*backdrop-filter: blur(10px);*/
    border-radius: 50px;
    padding: 5px 28px 0;
    display: flex;
    white-space: nowrap;
    justify-content:flex-end;
    margin-top: 0px;
}


    .step-one-menu > li {
        float: left;
        list-style-type: none;
    }
    .step-one-menu > li > a{/*text-transform: lowercase;*/}
    .step-one-menu > li > a::first-letter{text-transform: uppercase;}
        .step-one-menu > li > a {
            color: black;
            margin: 0 9px;
            font-size: 19px;
           
            font-family: 'Roboto Condensed';
            padding: 10px 0 8px;
            display: inline-block;
            border-bottom: 3px solid transparent;
            position: relative;
            /*text-transform: lowercase;*/
            font-weight: 500;
            /*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;
            cursor: pointer;
            z-index: 1;
            font-weight: 400;
        }
        .step-one-menu > li:hover >a {
            /* background: #fff; */
            /*color:#0f65df;*/
            border-bottom: 3px solid #1d2d67;
        }

        .step-one-menu > li:hover > a::before{color:black;}
            .step-one-menu > li:hover > a::after {
                opacity: 1;
                visibility: visible;
            }

#search-page i {
    transform: scale(.8);
}

.step-one-menu > li.active .step-two-menu {
    display: block;
}

.dd-menu > a {
    cursor: default;
}

.selected a {
    background: #f5a11a;
}

.step-one-menu > li:hover .step-two-menu {
    opacity: 1;
    visibility: visible;
    transition-duration: 1.1s;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -o-transform: rotateX(0);
    -ms-transform: rotateX(0);
    /* border-bottom: 20px solid #d7d7d7; */
    /* box-shadow: 0 1px 14px 0px rgb(0 0 0 / 31%); */
}
.step-one-menu > li:hover .step-two-menu:before {
        position: absolute;
    content: "";
    width: 110%;
    height: 100%;
    top: 0;
    left: -3.5%;
    background-image: url(../images/menu_bg.jpg);
    background-size: 100%;
    z-index: 0;
    opacity: 0.6;
}
.step-two-menu {
  position: absolute;
  /* background: rgb(255 255 255 / 96%); */
  left: auto;
  right: 2%;
  top: 0;
  bottom: auto;
  z-index: 1;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transition-duration: .3s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition-timing-function: ease;
  padding-bottom: 25px;
  width: 62%;
}
ul.uyfyt_tri.grfgbrf_tri {
    margin-bottom: 0;
}
.efefeioji_tri{
    margin-bottom:40px;
}
    .step-two-menu h3 {
        font-size: 14px;
        padding: 8px 0 1px;
        color: #1d2d67;
        border-bottom: 1px solid #00000000;
        margin-bottom: 4px;
        /* font-family: 'Bebas Neue'; */
        font-weight: 500;
        text-transform: uppercase;
        font-style: italic;
    }

    .step-two-menu ul li {
        list-style-type: none;
        margin-bottom: 0;
        position: relative;
        padding: 0 15px;
    }

        .step-two-menu ul li a {
            font-size: 14px;
            color: #0000007a;
            display: block;
            position: relative;
            white-space: normal;
            font-weight: 400;
        }
        a.tdytd_tri {
    /* border-left: 2px solid #175bbc; */
    padding-left: 0;
    border-bottom: 1px solid #00000000;
    padding: 8px 0;
}

.tftyf_tri {
    font-weight: 400;
    color: #1e1d1dfc;
}
.tftyf_tri:hover{
    color:#1d2d67;
}
p.thtrhyg_tri {
    font-size: 12px;
    line-height: 20px;
    color: #5e5e5e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
            .step-two-menu ul li a:hover {
                color: #0966d7;
            }

            .step-two-menu ul li a::before {
                content: '';
                height: 2px;
                width: 4px;
                background: #ddd;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                opacity: 0;
            }

            .step-two-menu ul li a:hover::before {
                background: #a2c23a;
            }

        .step-two-menu ul li:last-child {
            margin-bottom: 0;
        }

        /*.step-two-menu ul li a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: 0;
            left: 0;
            background-color: #000;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform .5s;
        }*/

        .step-two-menu ul li a:hover:after {
            transform-origin: bottom left;
            transform: scaleX(1);
        }

/*.dd-menu > a::before {
    content: '/f107';
    height: 4px;
    width: 4px;
    background: rgba(255,255,255,.5);
    position: absolute;
    border-radius: 50%;
       right: 3px;
    top: 22px;
}*/
.dd-menu > a {
    position: relative; /* Ensure the parent has positioning */
}
.dd-menu > a::before {
       content: '\f107';
       font: normal normal normal 12px / 1 FontAwesome;
       font-weight: 900;
       height: 4px;
       width: 4px;
       color: white;
       position: absolute;
       right: 3px;
       top: 19px;
       opacity: 0;
}

.step-two-menu.stu-dd {
    width: 250px;
    left: auto;
    background: #fff;
}

    .step-two-menu.stu-dd li a {
        color: #000;
        background: #fff;
    }

#section1 {
    height: 600px;
}

#section2 {
    height: 700px;
}

#section3 {
    height: 450px;
}

.animate-btn {
    color: #91cbad;
    overflow: hidden;
    position: relative;
}

a.ciufguy_tri span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ffffff63, #ffffff);
    animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
.yuftyfy_tri:before{
    opacity:0;
}
.yuftyfy_tri{
        display: flex;
        align-items: center;
        /* margin-right: 10px; */
        padding-left: 6px;
        white-space: nowrap;
}
a.ciufguy_tri {
    font-size: 15px!important;
    position: relative;
    padding: 3px 18px !important;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600!important;
    color: #ffbc01 !important;
}
a.ciufguy_tri span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #ffffff63, #ffffff);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

a.ciufguy_tri span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #ffffff63, #ffffff);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

a.ciufguy_tri span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, #ffffff63, #ffffff);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}
/*========new header css add=========*/
  /*.programme-tabs {
  display: flex;
}*/

ul#programme-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  /* display:flex; */
  /* gap: 15px; */
}

#programme-tabs-content {
  color: white;
}

ul#programme-tabs-nav li {
  border-bottom: 1px solid #4545452b;
  font-weight: bold;
  margin-right: 2px;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  display: block;
  /* width: 25%; */
}

ul#programme-tabs-nav li:hover,
ul#programme-tabs-nav li.active {
  /* border-bottom: 1px solid #f80303!important; */
  color: #c79248;
  /* background-color: #fff; */
}

ul#programme-tabs-nav li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  column-gap:12px;
  justify-content: space-between;
  color: #000000;
  align-items: center;
}

ul#programme-tabs-nav li:hover a {
  color: #0966d7; 
}

#programme-tabs-nav li.active a {
  color: #0f54b8;
}

#programme-tabs-nav li .pro-left-arrow i {
  font-size: 19px;
}

.programme-tab-content {
  padding: 0;
  /* height: 400px; */
  overflow-y: scroll;
  overflow-x: hidden;
}
ul#programme-tabs-nav li.active {
  /* border-bottom: 1px solid #c79248; */
  /* color: #c79248; */
  /* background-color: rgba(255, 255, 255, 0.1); */
}

ul#programme-tabs-nav li:hover {
  border-bottom: 1px solid #c79248; 
  color: #c79248; 
}
.fac-pro-all{font-size: 16px;
    padding: 0px 0px 0px 0px;}
.all-pro-multi-sec{margin-bottom: 0px !important;}
.pro-mt-top-10{margin-top: 13px;}
.dehvdehv_wdhvdehc:before{   position: absolute;
    content: "";
    right: -22px;
    height: 100%;
    border-right: 1px solid #ffffff2b;}
#tab3{
    display: block;
    /* height: 400px; */
    overflow-y: scroll;
    overflow-x: hidden;
}
#tab3::-webkit-scrollbar {
  width: 5px;
}


#tab3::-webkit-scrollbar-track {
  background: transparent; 
}
 

#tab3::-webkit-scrollbar-thumb {
  background: #00000059; 
}
.mar-gjdg{margin-top: 23px;}
.pro-pad-left-30{padding-left: 30px;}
.new-ul-here-all {
  transition-duration: 0.5s;
}

.new-ul-here-all a {
  color: #fff;
}

.new-ul-here-all:hover {
  cursor: pointer;
}

    .under-new-all-dropsown {
        background: white;
        display: none !important;
        /*opacity: 0;*/
        min-width: 200px;
        padding: 8px 3px;
        top:20px;
        /*height: 81px;*/
        position: absolute;
        transition: all 0.5s ease;
        /*margin-top: 1rem;*/
        left: 0;
        /*display: none;*/
        z-index: 2;
    }
.under-new-all-dropsown li a{text-align:start;}
.under-new-all-dropsown li:before{content:'';display: none;}

.new-ul-here-all:hover > .under-new-all-dropsown,
.under-new-all-dropsown:hover {
  display: block !important;
  /*opacity: 1;*/
  /*display: block;*/
}

.under-new-all-dropsown li {
  clear: both;
  width: 100%;
}

.under-new-all-dropsown a {
  color: #fff;
  padding: 0.5rem;
  display: block;
}
/*============new header css end========*/

    .animate-btn span.effect-btn {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #0392ce;
        transition: width .4s ease-in-out,height .4s ease-in-out;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 0;
    }

    .animate-btn:hover {
        color: #dff0e7;
    }

        .animate-btn:hover span.effect-btn {
            width: 225%;
            height: 562.5px;
        }

    .animate-btn:active {
        background-color: #0392ce;
    }

.btn-text {
    z-index: 1;
    display: block;
    position: relative;
}

.logo:hover .logo-infocard {
    opacity: 1;
    visibility: visible;
    top: 70px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

header.sticky .logo-infocard {
    top: 40px !important;
}

header.sticky .logo:hover .logo-infocard {
    top: 30px !important;
}

.logo-infocard {
    position: absolute;
    top: 80px;
    left: 30px;
    margin-top: 20px;
    width: 440px;
    padding: 20px;
    background: #008349;
    border-radius: 2px;
    font-size: 12px;
    display: block;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
    z-index: 1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-backface-visibility: hidden;
    color: #fff;
}

    .logo-infocard a {
        color: #fff;
    }

    .logo-infocard p {
        font-size: 12px;
        line-height: 16px;
    }

        .logo-infocard p strong {
            margin-bottom: 2px;
            display: inline-block;
        }

.custom.contact-details p {
    margin-bottom: 6px;
}

.infocard-wrapper.text-center p {
    font-size: 11px;
}

.logo-small {
    width: 60px;
    display: inline-block;
    border: 2px solid #fff;
    margin-bottom: 6px;
}

    .logo-small img {
        width: 100%;
    }

.list-scoial {
    margin-top: 12px;
}

    .list-scoial a {
        font-size: 16px;
    }

header.sticky .mobile-header {
    top: 10px;
}
/*.mobile-header {
    position: absolute;
    right: 0px;
    top: 1px;
    background: #175bbc;
    height: 57px;
    width: 56px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:1;
}*/

.mobile-header {
   
   
    background: #1d2d67;
    height: 57px;
    width: 56px;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-top: 5px;
}
    .mobile-header span {
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid rgba(255,255,255,.3);
    }

        .mobile-header span a {
            font-size: 17px;
            color: #fff;
            padding: 5px 10px;
        }

    .mobile-header .menu-toggle {
        display: inline-block;
        vertical-align: middle;
    }

    .mobile-header > span:first-child a i {
        position: relative;
        top: 2px;
    }

    .mobile-header.tog > span {
        display: none;
    }
.menu-toggle {
    width: 100%;
    padding: 0 10px;
}

    .menu-toggle span {
        width: 100%;
        height: 3px;
        background: #fff;
        display: block;
        margin-bottom: 8px;
        -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: 8%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.fp-section.fp-table, .fp-slide.fp-table {
    position: relative;
}

.banner-overlay-color {
    background: rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-content {
   width: 50%;
   /* top: 27rem; */
   padding: 22px;
   color: #fff;
   /* padding-bottom: 120px; */
   position: absolute;
   bottom: 12%;
   border-radius: 40px 0 40px 0;
   opacity: 0;
   visibility: hidden;
   left: 8%;
   z-index: 1;
   -webkit-transition: all .4s ease-in-out;
   -moz-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
   /* background: #0000008a; */
}

    .banner-content h2 {
        font-size: 85px;
        line-height: 85px;
        text-shadow: 4px 0 3px rgba(0, 0, 0, 1.2);
    }

    .banner-content h3 {
        font-size: 30px;
        text-transform: uppercase;
        line-height: 38px;
        margin: 5px 0;
        text-shadow: 3px 0 2px rgba(0,0,0,.2);
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .banner-content p {
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
        animation: typing 4s steps(100,end),blink-caret .5s step-end infinite alternate;
        /* border-left: 1px solid #fd0100; */
        /* padding-left: 15px; */
        /* margin-left: 5px; */
    }
    a.uyfyrgrft_tri {
    background: #c30000;
    padding: 5px 18px;
    color: #fff;
    display: inline-block;
    margin-top: 12px;
}
    .fytc_tri {
    border-top: 1px solid #ffffff42;
    padding-top: 15px;
    margin-top: 5px;
}
#myCarousel .carousel-control {
    height: 56px !important;
    width: 56px !important;
}

    #myCarousel .carousel-control.left {
     border: 0;
     background: url(/images/Homeimage/slider-left-arrow.png);
     background-repeat: no-repeat;
     background-size: cover;
     left: 5%;
     top: 50%;
     /* right: 4%; */
     /* bottom: 4%; */
    }

    #myCarousel .carousel-control.right {
        border: 0;
        background: url(/images/Homeimage/slider-right-arrow.png);
        background-repeat: no-repeat;
        background-size: cover;
        /* left: 120px; */
        bottom: 60px;
        right: 5%;
        /* bottom: 4%; */
        top: 50%;
    }

.modal-open .modal {
    background: rgba(0,0,0,.8);
}

.vdo-modal .modal-body {
    padding: 0;
}

.vdo-modal .modal-content {
    box-shadow: none;
    background: 0 0;
    border-radius: 0;
    border: 0;
}

.vdo-modal .modal-dialog {
    width: 900px;
}

.vdo-popup iframe {
    width: 100%;
    height: 500px;
}

.loaded #loader-wrapper {
    display: none;
}

#loader-wrapper #loader {
    text-align: center;
}

    #loader-wrapper #loader p {
        font-size: 12px;
        position: relative;
        top: -6px;
        font-weight: 700;
    }

#loader-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.96);
    z-index: 100000;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 280px;
}

    #loader img {
        width: 60px;
    }

.banner-phone-no {
    position: absolute;
    bottom: 28px;
    right: 290px;
    z-index: 1;
}

    .banner-phone-no span {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        margin-right: 70px;
    }

        .banner-phone-no span a {
            font-weight: 500;
            color: #fff;
            margin-left: 10px;
        }

    .banner-phone-no ul {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .banner-phone-no ul li {
            float: left;
            list-style-type: none;
            margin-left: 5px;
        }

            .banner-phone-no ul li a {
                height: 30px;
                width: 30px;
                border-radius: 50%;
                display: inline-block;
                text-align: center;
                line-height: 32px;
                font-size: 16px;
                color: #fff;
                background: #f5a11a;
            }

        .banner-phone-no ul::before {
            content: '';
            height: 1px;
            width: 50px;
            background: #f5a11a;
            position: absolute;
            left: -50px;
            top: 50%;
            transform: translateY(-50%);
        }

.founder-msg {
    width: 330px;
    padding: 15px;
    background: rgba(24,27,28,.9);
    border-radius: 10px 10px 0 10px;
    position: absolute;
    right: 30px;
    bottom: 150px;
    z-index: 1;
}

    .founder-msg::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 24px 15px 0;
        border-color: transparent rgba(24,27,28,.9) transparent transparent;
        position: absolute;
        right: 0;
        bottom: -15px;
    }

    .founder-msg h3 {
        font-size: 18px;
        color: #f3b453;
        margin-bottom: 10px;
        font-family: Roboto;
        font-weight: 500;
    }

    .founder-msg p {
        color: #fff;
        font-style: italic;
        font-size: 12px;
        line-height: 17px;
    }

    .founder-msg small {
        color: #fff;
    }

.user-avtar {
    background: #0392ce;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -65px;
    height: 52px;
    width: 52px;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(204,169,44,.4);
    animation: user-avtar 4s infinite;
}

    .user-avtar img {
        width: 100%;
    }

@-webkit-keyframes user-avtar {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44,0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44,0);
    }
}

@keyframes user-avtar {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,.6);
        box-shadow: 0 0 0 0 rgba(204,169,44,.6);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44,0);
        box-shadow: 0 0 0 10px rgba(204,169,44,0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 0 0 rgba(204,169,44,0);
    }
}

.why-join-sec {
    background: #111;
}

    .why-join-sec .container-fluid, .why-join-sec .container-fluid .row {
        height: 100%;
    }

    .why-join-sec .col-md-5.col-sm-6, .why-join-sec .col-md-7.col-sm-6 {
        height: 100%;
    }

.black-overlay {
    background: rgba(0,0,0,.5);
    height: 100%;
    position: relative;
}

.padd-0 {
    padding: 0;
}

.why-join-cont {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

    .why-join-cont h3 {
        font-size: 50px;
        color: #fff;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .why-join-cont h2 {
        font-size: 70px;
        line-height: 60px;
        color: #fff;
    }

    .why-join-cont p {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 20px;
    }

.cta-btn-lg {
    height: 49px;
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 2px;
}

    .cta-btn-lg:hover {
        background: #0392ce;
        color: #fff;
    }

.box-50-h {
    height: 50%;
    position: relative;
}

.rating-no {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

    .rating-no h2 {
        font-size: 80px;
        color: #fff;
        line-height: 60px;
    }

        .rating-no h2 sup {
            font-size: 30px;
            position: relative;
            top: -35px;
            right: -10px;
        }

    .rating-no h5 {
        font-size: 28px;
        color: #fff;
    }

    .rating-no p {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
    }

.rating-cu > span {
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
}

.cu-unique-sec {
    background: #d83135;
}

    .cu-unique-sec .container-fluid, .cu-unique-sec .container-fluid .row {
        height: 100%;
    }

    .cu-unique-sec .col-sm-5, .cu-unique-sec .col-sm-7 {
        height: 100%;
    }

.unique-cu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.unique-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}

    .unique-content h5 {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
    }

    .unique-content p {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin: 8px 0;
    }

.cta-btn-sm {
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
}

    .cta-btn-sm:hover {
        background: #0392ce;
        color: #fff;
    }

.what-cu {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .what-cu h2 {
        font-size: 70px;
        color: #fff;
        line-height: 60px;
    }

        .what-cu h2 span {
            font-size: 56px;
            color: #fff;
            display: block;
        }

    .what-cu p {
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        font-weight: 300;
    }

.box-100-h {
    height: 100%;
    position: relative;
}

.latest-news-sec {
    padding: 30px 25px;
}

    .latest-news-sec h3 {
        font-size: 36px;
        color: #333;
    }

    .latest-news-sec h2 {
        font-size: 43px;
        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: 8px 0;
        }

            .latest-news-sec ul li a {
                display: block;
                text-decoration: none;
            }

                .latest-news-sec ul li a:hover .n-dt span {
                    background: #f5a11a;
                }

                .latest-news-sec ul li a:hover p {
                    color: #666;
                }

            .latest-news-sec ul li p {
                font-size: 14px;
                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(../images/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(../images/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: #008349;
        line-height: 45px;
        display: block;
    }

        .uni-heading h2 span {
            color: #333;
            display: inline-block;
        }

.uni-features {
    margin-top: -350px;
}

.uni-feat-thumb {
    border-top: 4px solid #0392ce;
    min-height: 244px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    display: block;
}

.h-inner {
    background: rgba(216,27,30,.92);
    display: inline-block;
    padding: 16px;
    position: absolute;
    bottom: 0;
}

.uni-feat-thumb h3 {
    font-size: 26px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 3px;
}

.uni-feat-thumb p {
    max-width: 195px;
    color: #fff;
    line-height: 16px;
}

.uni-feat-thumb ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 5px;
}

    .uni-feat-thumb ul li a {
        color: #333;
    }

        .uni-feat-thumb ul li a:hover {
            text-decoration: underline !important;
        }

.uni-feat-thumb img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}

.testi-heading {
    text-align: center;
}

    .testi-heading h2 {
        font-size: 60px;
        color: #333;
    }

    .testi-heading ul {
        margin: 15px 0;
        margin-bottom: 50px;
    }

        .testi-heading ul li {
            list-style-type: none;
            display: inline-block;
            margin: 0 4px;
        }

            .testi-heading ul li a {
                padding: 5px 18px;
                background: #b5d7e4;
                color: #fff;
                display: block;
                border-radius: 30px;
            }

                .testi-heading ul li a:hover {
                    background: #0392ce;
                    color: #fff;
                }

.test-slider .item {
    padding: 20px;
    padding-right: 0;
    padding-top: 0;
}

/*.test-slider .owl-item:nth-child(2n) {
    background: #f1f1f1;
}*/

.test-thumb {
    border-right: 1px solid #0392ce;
    padding-top: 20px;
}

    .test-thumb > i {
        font-size: 40px;
        color: #dcdcdc;
    }

    .test-thumb p {
        color: #666;
        margin: 10px 0;
        padding-right: 20px;
    }

.stu-info {
    text-align: right;
    padding-right: 15px;
}

    .stu-info .user-avtar {
        position: static;
        display: inline-block;
        vertical-align: top;
    }

.stu-name {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-top: 4px;
}

    .stu-name h5 {
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
        font-family: Roboto;
        font-weight: 500;
    }

    .stu-name h6 {
        font-size: 11px;
        color: #333;
        font-family: Roboto;
        margin: 2px 0;
    }

    .stu-name ul {
        display: inline-block;
    }

        .stu-name ul li {
            list-style-type: none;
            display: inline;
            font-size: 12px;
            float: left;
            color: #f5a11a;
        }

.test-slider .owl-nav {
    height: 0;
}

    .test-slider .owl-nav .owl-prev span {
        border: 0;
        /*background-image: url(../images/slider-left-arrow-black.png);*/
       background-image: url('../images/homeimage/slider-left-arrow.png');
        background-repeat: no-repeat;
        background-size: cover;
        right: 50px;
        top: -60px;
        position: absolute;
        height: 50px;
        width: 50px;
        font-size: 0;
        background-color: rgba(255,255,255,.2);
        border-radius: 50%;
    }

    .test-slider .owl-nav .owl-next span {
        border: 0;
      background-image: url('../images/homeimage/slider-right-arrow.png');
        /*background-image: url(../images/slider-right-arrow-black.png);*/
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
        top: -60px;
        position: absolute;
        height: 50px;
        width: 50px;
        font-size: 0;
        background-color: rgba(255,255,255,.2);
        border-radius: 50%;
    }

.partner-section {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

  /*Footer*/

  .neofooter .footer-cta {
    border-bottom: 1px solid #ffffff;
        padding: 20px 0px;
}
  .neofooter .single-cta {
    display: flex;
}
  .neofooter .single-cta i {
    display: block;
    padding: 2px 5px;
}
  .neofooter .single-cta i {
    /* width: 46px; */
    /* height: auto; */
    /* color: #fe0000; */
    /* font-size: 21px; */
    /* float: left; */
}
  .neofooter .cta-text {
    padding-left: 0px;
    display: inline-block;
}
  .neofooter .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 16px;
}
  .neofooter .cta-text span {
    color: #ffffff;
    font-size: 15px;
    padding-top: 30px;
}
  .neofooter .footer-content {
    position: relative;
    z-index: 2;
    padding: 34px 0px 0;
}
  .neofooter .footer-logo {
    margin-bottom: 20px;
    padding-top:32px;
}
.fot-img-logo {
    width: 300px;
}
  .neofooter .footer-text p {
    margin-bottom: 14px;
    font-size: 13px;
    color: #fff;
    text-align: justify;
    line-height: 24px;
}
  .neofooter .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
  footer a {
    color: #fff !important;
    text-decoration: none !important;
}
  .neofooter .footer-social-icon i {
   /* border: 1px solid white; */
   height: 34px;
   width: 35px;
   text-align: center;
   line-height: 32px;
}
  .footer-social-icon .fb {
    background-color: #1877F2;
}
  .footer-social-icon .insta {
    background: radial-gradient(circle at 108% 45%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
  .footer-widget-heading h3 {
    margin-top: 50px;
    margin-left: 15px;
    color: #fff;
    font-size: 21px;
    margin-bottom: 40px;
    position: relative;
}
  .neofooter .category {
    margin-left: 16px;
}
  .neofooter .category li {
    list-style-type: none;
    line-height: 28px;
}
  .neofooter .category a {
    text-decoration: none;
    color: white;
    font-size: 13px;
}
  footer a {
    color: #fff !important;
    text-decoration: none !important;
}
  .ms-3 {
    margin-left: 1rem !important;
}
  .neofooter .footer-text p {
    margin-bottom: 14px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}
  .neofooter .single-cta {
    display: flex;
}
  .neofooter .single-cta i {
    display: block;
    /* padding: 2px 5px; */
    /* min-width: 36px; */
    height: auto;
    color: #1d2d67;
    font-size: 15px;
    float: left;
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    /* box-shadow: 1px 1px 10px 0px #e1e1e1e3; */
}
.neofooter .copyright-area {
    background: #2e2e2e;
    padding: 0 0 96px;
    border-top: 2px solid goldenrod;
}
  .neofooter .category a:hover{
      color: #f8d210!important;
  }
  .footer-social-icon a:hover{
 opacity:.7;
  }
  .neofooter .copyright-text p {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
}
  .ytftyfyt_tri {
    color: white !important;
}
  .company {
    color: #f90301 !important;
    font-weight: bold;
}
  .neofooter .footer-section {
    /* background: #113b6d; */
    position: relative;
    /* background: #000000; */
    background-image: url(https://www.futureuniversity.in/images/blizzard.webp);
}
  .credits{
      color:white;
  }
  .single-cta{
      padding-bottom:13px;
  }
  .neofooter .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
  background: linear-gradient(41deg, #4f8fda 30%, #edb000 100%);
}
  .footer-social-icon .youtubeicons{
      background-color:red;
  }
     .footer-social-icon a{
            margin-right: 10px;
    }
  /*=========*/
footer {
    /*background-color: #002213;*/
    background-repeat: repeat;
    /* padding-top: 30px; */
    background-color: #000000;
}

    footer .col-md-3.col-sm-3.col-xs-6 {
        /* border-right: 1px solid #fff; */
    }

        footer .col-md-3.col-sm-3.col-xs-6:last-child {
            border-right: 0;
        }

.ft-links h4 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    /* font-family: 'Bebas Neue'; */
}

.ft-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
}

    .ft-links ul li a {
        font-size: 14px;
        color: #fff;
        position: relative;
        font-weight: 300;
    }

        .ft-links ul li a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: -3px;
            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-color: #002213;*/
    margin-top: 20px;
     background-color: #000000; 
    background-image: url(https://www.transparenttextures.com/patterns/blizzard.png);
}
.newsletter-ft h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    /* font-family: 'Bebas Neue'; */
    font-weight: 400;
}
.newsletter-ft p {
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: justify;
}
.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: #dda61e;
        font-size: 16px;
    }

.news-letter-form small {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.new-course-sel {
    width: 100%;
    height: 40px;
    padding: 0 15px;
}
.subscriber {
    width: 40%;
    border-radius: 2px;
    height: auto;
    background: #dda61e;
    color: #fff;
    text-align: left;
    line-height: 35px;
    /*font-weight: 600;*/
    /*font-family: sans-serif;*/
    border: 0;
    /*font-size: 12px;*/
    padding: 0;
    transition: all 0.3s ease-in;
    background-size: 15px;
    margin-top: 10px;
    text-align: center;
}
.subscriber a{color: white !important;}
.newsletter-ft .col-md-6:first-child {
    /* border-right: 1px solid #fff; */
}

.ab-uni p a {
    color: #f5a11a;
}
.ab-uni ul li {
    list-style-type: none;
    margin-bottom: 10px;
}
.ab-uni ul li a {
    color: #fff;
    text-decoration: underline !important;
    font-size: 13px;
}

        .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: 10px;
    position: relative;
    padding-left: 24px;
    color: #a5a5a5;
}

    .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;
    color:#fff;
}

.help-nos ul li:nth-child(2)::before {
    content: "\f0e0";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 2px;
    font-size: 13px;
    color:#fff;
}

.help-nos ul li:last-child::before {
    content: "\f041";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 16px;
    color:#fff;
}

.copy-rights {
    position: relative;
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 20px 0 20px;
}

.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 {
    olor: #fff;
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 22px;
    white-space: nowrap;
    font-weight: 400;
}
.mt-17{margin-top: 17px;}
.social-media ul li {
    float: left;
    list-style-type: none;
    margin-left: 5px;
}
.bott-footer{display: flex;}

    .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: #ffffff;
    background: #353535;
    }

        .social-media ul li a:hover {
            opacity: .5;
        }
.inner-banner-overlay {
    /*background: linear-gradient(90deg, #0000008c, #00000040 60%, #00000000);*/
    background:linear-gradient(to right, rgba(53, 53, 53, 0.6) 0%, rgb(42 104 177 / 45%) 100%);
    z-index: 1;
    position: relative;
}
.banner-inner-content {
    padding: 205px 0 20px;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}
.banner-inner-content h2 {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    line-height: 70px;
    text-shadow: 2px 3px 2px rgb(0 0 0 / 65%);
    font-weight: 400;
}
.main_bannertxt {
    color: #fff ;
    line-height: normal ;
    margin: 0 ;
    font-weight: 800 ;
    text-transform: uppercase ;
    font-size: 40px ;
}
.banner_para p{
    color: white;
    font-size: 22px;
    padding-top: 7px;
}
    .banner-inner-content h3 {
        font-size: 55px;
        text-transform: uppercase;
        color: #fff;
        line-height: 50px;
        text-shadow: 2px 3px 2px rgb(0 0 0 / 65%);
    }
    .site-map{color: white;font-size: 12px;}

.video-play-icon {
    margin: 30px 0;
}

    .video-play-icon a {
        display: inline-block;
    }

    .video-play-icon img {
        width: 60px;
    }

    .video-play-icon h6 {
        font-size: 18px;
        color: #d2d0d0;
        margin-top: 5px;
    }

.banner-btns {
    display: inline-block;
}

    .banner-btns li {
        list-style-type: none;
        float: left;
        margin-right: 15px;
    }

        .banner-btns li:last-child {
            margin-right: 0;
        }

        .banner-btns li a {
            height: 41px;
            color: #fff;
            background: #333;
            line-height: 41px;
            font-size: 14px;
            text-transform: uppercase;
            display: block;
            padding: 0 20px;
            border-radius: 2px;
            font-weight: 500;
        }

            .banner-btns li a:hover {
                background: #f5a11a !important;
                color: #fff;
            }

        .banner-btns li:nth-child(1) a {
            background: #161616;
        }

        .banner-btns li:nth-child(2) a {
            background: #0392ce;
        }

        .banner-btns li:nth-child(3) a {
            background: #d83135;
        }

.pagination-page {
    border-bottom: 1px solid #0a0a0a1a;
    padding: 20px 0;
    margin-bottom: 20px;
}

.breadcrumb-style {
    margin-top: -5px;
}

    .breadcrumb-style ul li {
        display: inline-block;
        list-style-type: none;
        color: #ffffff;
        padding: 0px 8px;
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
    }

        .breadcrumb-style ul li a {
            color: #ffffff;
        }

            .breadcrumb-style ul li a:hover {
                color: #d83135;
            }
            .frhgthtbh_tri {
    margin-left: 25px;
    padding-top: 20px;
}
        .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;
            /*color: #edb000;*/ color: #fff;
        }
.share-event li {
    list-style-type: none;
    display: inline-block;
    margin-left: 4px;
}
    .share-event li a {
        height: 33px;
        width: 33px;
        background: #ebebeb;
        color: #000;
        line-height: 33px;
        border-radius: 50%;
        text-align: center;
        display: block;
        font-size: 14px;
        margin: 0;
        border: 1px solid #e4e4e4;
    }

    .share-event li:nth-child(1) a i {
        color: #0392ce !important;
    }

    .share-event li:nth-child(2) a i {
        color: #d83135 !important;
    }

    .share-event li:nth-child(3) a i {
        color: #5e5e5e !important;
    }

.page-content-area p {
    margin-bottom: 10px;
}

.page-content-area h3 {
    margin-bottom: 5px;
}

.page-content-area h4 {
    margin-bottom: 5px;
    font-size: 24px;
}

.prog-feat-box {
    margin: 30px 0;
}

.pro-feat-thumb span {
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

    .pro-feat-thumb span img {
        width: 100%;
    }

.pro-feat-cont {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 15px;
}

    .pro-feat-cont p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }

.prog-list-sec {
    margin: 30px 0;
}

.prog-list-pnl span {
    background: #ddd;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 12px 15px;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
}

.prog-list-pnl ul {
    padding: 15px;
}

    .prog-list-pnl ul li {
        display: block;
        list-style-type: none;
        margin-bottom: 8px;
    }

        .prog-list-pnl ul li a {
            color: #333;
            font-size: 14px;
            line-height: 18px;
        }

            .prog-list-pnl ul li a:hover {
                color: #e5a510;
                font-weight: 500;
            }

.page-content-area h2 {
    font-size: 23px;
    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: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    padding: 15px;
    color: #fff;
}

    .useful-links-list ul li {
        list-style-type: none;
        display: block;
    }

        .useful-links-list ul li a {
            display: block;
            padding: 5px 0;
            color: #fff;
            border-bottom: 1px dashed white;
        }

        .useful-links-list ul li:last-child a {
            border-bottom: 0;
        }

        .useful-links-list ul li a:hover {
            color: white;
            border-color: white;
        }

.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: #000000c7 !important;
}

.orange-btn {
    background: #f5a11a;
    font-size: 16px;
}

.bg-blue {
    background: #0392ce !important;
}

.bg-red {
    background: #d83135 !important;
}

.other-program-sec p {
    margin-bottom: 15px;
}

.other-program-sec h4 {
    margin-bottom: 10px;
    font-size: 24px;
}

.other-program-sec ul li a:hover {
    color: #0392ce;
    font-weight: 500;
}

.carrer-scope-sec {
    padding: 30px;
    background: #a06a2014;
    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 {
   
       padding: 5px;
    position: absolute;
    z-index: 1000;
    top: 21px;
    right: 4px;
    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: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    }

.body-color-overlay {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    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: #a06a2014;
    padding: 20px;
    border-radius: 4px;
}

    .cse-spcl-pro h3 {
        margin-bottom: 15px;
    }

    .cse-spcl-pro ul li:last-child {
        margin-bottom: 0;
    }

.cursor:after {
    content: "";
    opacity: 0;
    animation: cursor 1s infinite;
}

@keyframes cursor {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.carousel-inner > .item:hover {
    cursor: grab;
}

.combo-box {
    margin-bottom: 10px;
}

    .combo-box .c-box1 {
        text-align: center;
        background: #0392ce;
        color: #fff;
        padding: 8px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .combo-box .c-box2 {
        text-align: center;
        background: #d83135;
        color: #fff;
        padding: 8px;
        border-radius: 6px;
    }

    .combo-box h5 {
        font-size: 18px;
    }

    .combo-box p {
        margin-bottom: 6px;
    }

.m-bott {
    margin-bottom: 6px;
}

.top-30 {
    margin-top: -30px;
}

.head-top {
    margin-top: 20px;
}

.top-15 {
    margin-top: -15px;
}

.logo-top {
    margin-top: -10px;
}

.sub-head {
    font-size: 20px !important;
}

    .sub-head a {
        color: #d83135;
    }

.sub-head1 a {
    color: #d83135;
}

.getouch {
    margin-top: 15px;
}

.getouch-doc {
    margin-top: -20px;
}

.fee_det {
    margin-bottom: 0 !important;
    line-height: 24px !important;
}

.headng {
    margin-bottom: 5px !important;
}

.dur {
    margin-bottom: 25px !important;
}

.pro-feat-thumb-new {
    background-image: linear-gradient(to right,rgba(255,0,0,0),#e6e5e5);
    box-shadow: 0 2px 3px #cecece;
    position: relative;
}

    .pro-feat-thumb-new span {
        display: inline-block;
        border: none;
        border-radius: 0 0 164px 0;
        -moz-border-radius: 0 0 164px 0;
        -webkit-border-radius: 0 0 164px 0;
        border: 0 solid #d3d6d67a;
        width: 100%;
        height: 180px;
        background: rgba(47,47,47,.72);
        overflow: hidden;
        vertical-align: middle;
    }

.prog-list-sec-inner .pro-feat-cont-new {
    padding: 1em 1em;
    width: 100%;
    margin-top: 4px;
    display: inline-block;
}

    .prog-list-sec-inner .pro-feat-cont-new h4 {
        position: absolute;
        top: 118px;
        background-color: rgba(255,255,255,.78);
        display: block;
        width: 50%;
        left: 0;
        padding: 11px 15px;
        margin-bottom: 10px;
        font-size: 20px;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }

.pro-feat-thumb-new span img {
    width: 100%;
}

.custom-list-style-new li {
    list-style-type: none;
    display: block;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
}

    .custom-list-style-new li::before {
        content: "\f0da";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        left: 0;
        top: 2px;
    }

.f-right {
    float: right;
}

.bott-16 {
    margin-bottom: 16px;
}

.bott-36 {
    margin-bottom: 36px;
}

.me-bott {
    margin-bottom: 48px;
}

.design-bott {
    margin-bottom: 20px;
}

.indus-bott {
    margin-bottom: 28px;
}

.sch-bott {
    margin-bottom: 56px;
}

.dept-bott {
    margin-bottom: 64px;
}

.labs-bott {
    margin-bottom: 76px;
}

.shade-lg {
    width: 66% !important;
}

.shade-xl {
    width: 70% !important;
}

.testimonial-btn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100;
}

    .testimonial-btn a {
        display: inline-block;
    }

.testimonial-element {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 1000;
    transform: translateX(-100%);
    overflow: auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    .testimonial-element.open {
        transform: translateX(0);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.closebtn {
    color: #000;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 0;
}

.rating-all {
    display: block;
    margin-bottom: -8px;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
}

    .rating-all span {
        vertical-align: top;
        background: #00a7d7;
        color: #fff;
        font-size: 24px;
        height: 36px;
        display: inline-block;
        line-height: 36px;
        padding: 0 15px;
        border-radius: 30px;
        margin-left: 5px;
    }

        .rating-all span i {
            font-size: 15px;
            position: relative;
            top: -2px;
        }

.rate-rht {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 2px;
    text-align: left;
}

    .rate-rht p {
        margin-bottom: 0;
        display: block;
        line-height: 16px;
    }

.fix-testi-wrap {
    margin-bottom: 30px;
}

.container-slide {
    width: 100%;
    margin: 0 auto;
}

.tab_container .panel-body {
    padding: 0;
}

@media (min-width:768px) {
    .tab_container .tab_content .tab-pane {
        display: block !important;
    }

    .tab_container .panel-title {
        font-size: 18px;
    }

    .tab_container .panel-heading {
        display: none;
    }

    .tab_container .panel {
        border: none;
        box-shadow: none;
    }

    .tab_container .panel-collapse {
        height: auto;
    }

        .tab_container .panel-collapse.collapse {
            display: block;
        }

    .tab_container .panel-title > a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
        font-size: 16px;
    }

    .tab_container .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f067";
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .tab_container .panel-title {
        font-size: 18px;
    }
    .image-container{background:url(../images/admissions.jpg) no-repeat; background-size: cover; height:216px;}
    .hero-heading h1{color:#000!important;}
    .tab_container .tab-content .tab-pane {
        display: block;
    }

    .tab_container .tab_content .tab-pane {
        display: block !important;
    }

    .tab_container .nav-tabs {
        display: none;
    }

    .tab_container .panel-title a {
        display: block;
    }

    .tab_container .panel {
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
    }

    .tab_container .tab-pane:first-child .panel {
        border-radius: 5px 5px 0 0;
    }

    .tab_container .tab-pane:last-child .panel {
        border-radius: 0 0 5px 5px;
    }

    .tab_container .panel-title > a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
        font-size: 16px;
    }

    .tab_container .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f067";
        font-size: 16px;
    }
}

.tabbed {
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    padding: 30px;
    max-height: 100%;
    display: block;
}

.nav-tabbed {
    margin: 0;
    padding: 0;
    border-bottom-color: #eee;
}

.nav-tabbed {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabbed .nav-item {
        margin-bottom: -1px;
    }

.tabbed .nav-tabbed li.active .nav-link, html.dark body .tabbed .nav-tabbed li.active .nav-link {
    border-top-color: #000;
    color: #000;
}

.nav-tabbed li.active .nav-link, .nav-tabbed li.active .nav-link:focus, .nav-tabbed li.active .nav-link:hover {
    background: #fff;
}

.nav-tabbed li .nav-link, .nav-tabbed li .nav-link:hover {
    background: #fdecd1;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #f5a11a;
    color: #ccc;
}

.nav-tabbed li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin-right: 1px;
    font-weight: 700;
    border-top-color: #d83135;
    background: #f7d5d6;
}

.nav-tabbed .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-link {
    display: block;
    padding: .5rem 1.5rem;
}

.tabbed .nav-tabbed .nav-link, html body .tabbed .nav-tabbed .nav-link:hover, html.dark body .tabbed .nav-tabbed .nav-link, html.dark body .tabbed .nav-tabbed .nav-link:hover {
    color: #000;
}

.nav-tabbed li:last-child .nav-link {
    margin-right: 0;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
}

    ul.tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        padding: 0;
        height: 43px;
        line-height: 31px;
        color: #ccc;
        overflow: hidden;
        position: relative;
    }

        ul.tabs li:hover {
            border-top-color: #f5a11a;
            color: #08c;
        }

        ul.tabs li.active {
            color: #333;
            border-bottom: 1px solid #fff;
            display: block;
        }

.tab_container {
    border-top: none;
    width: 100%;
    background: #fff;
    overflow: auto;
    overflow-y: hidden;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.tab_content {
    padding: 30px;
    display: none;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 2 1px 5px 0 rgba(0,0,0,.04);
    background-color: #fff;
    border: 0 solid #eee;
    border-top: 0;
    margin-top: .8rem;
    margin-bottom: -20px;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width:480px) {
    .tabs {
        display: none;
    }

    .tab_content {
        padding: 0;
        display: block !important;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 2 1px 5px 0 rgba(0,0,0,.04);
        background-color: #fff;
        border: 0 solid #eee;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tab_container .panel-body {
        padding: 30px;
    }

    .tab_container {
        box-shadow: none;
    }
}

@media screen and (max-width:767px) {
    .tabs {
        display: none;
    }

    .tab_content {
        padding: 0;
        display: block !important;
        border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 2 1px 5px 0 rgba(0,0,0,.04);
        background-color: #fff;
        border: 0 solid #eee;
        border-top: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tab_container .panel-body {
        padding: 30px;
    }

    .tab_container {
        box-shadow: none;
    }
}

.cta-btn-viewall {
    height: 33px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    margin-left: 14px;
}

.caption-bg {
    background: rgba(25,24,24,.66);
}

.caption-head {
    color: #f5a11a;
}

.cta-bott {
    margin-bottom: 1rem;
}

.ibm-sec {
    margin: 1px 0 30px;
}

.m-20 {
    margin-bottom: 20px;
}

.page-content-area .head-bott {
    margin-bottom: -28px;
}

.head-txt {
    padding: 15px 0 0px;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
}

.star {
    color: #d83135;
}

.line {
    margin-top: 15px;
    margin-bottom: -15px;
}

    .line p {
        font-style: italic;
        font-size: 15px;
        font-weight: 600;
        color: #d83135;
    }

.tagline p {
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
    color: #d83135;
    float: right;
    margin-top: -20px;
}

.cusat-logo {
    width: 80px;
    margin-bottom: 5px;
}

.scrollbar {
    float: left;
    max-height: 360px;
    overflow-y: auto;
}

#notif-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
    border-radius: 10px;
}

#notif-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

#notif-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.44,rgb(245,161,26,.9)),color-stop(.72,rgb(245,161,26,.9)),color-stop(.86,rgb(245,161,26,.9)));
}

.test-thumb {
    border-right: 1px solid #0392ce;
    padding-top: 20px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    padding: 20px;
}

/*.test-slider .owl-item:nth-child(2n) {
    background: #fff;
}*/

.test-slider .item {
    padding: 0;
}

.news-letter-form form .inp-box {
    height: 40px;
    padding: 0 15px;
}

.news-letter-form form .cta-btn-lg {
    position: static;
    height: auto;
    border-radius: 2px;
    line-height: 35px;
    font-size: 14px;
    margin-top: 10px;
}

.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 white;
        }

        .my-rightnav .prog-related-links ul li:last-child a {
            border-bottom: 0;
        }

        .my-rightnav .prog-related-links ul li a:hover {
            color: white;
            border-color: white;
        }

.req-form-edit input[type=text], .req-form-edit select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#animatedModal {
    display: none;
}

.placement-tracker .blockx ul li a {
    cursor: pointer;
}

.short-menu {
    text-align: right;
    position: relative;
    right: 0;
    margin-right: 0;
    top: -5px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

    .short-menu ul {
        display: inline-block;
        padding-bottom: 10px;
    }

        .short-menu ul li {
            float: left;
            list-style-type: none;
            /* margin-left: 12px; */
            padding: 0 10px!important;
            border-right: 1px solid #ffffff40;
        }

            .short-menu ul li a {
                font-size: 15px;
                color: black;
                font-weight:500;
                /*text-transform: uppercase;*/
                font-family: 'Roboto Condensed',sans-serif;
            }
            .short-menu ul li a i{font-size:16px;}
                .short-menu ul li a:hover {
                    color: #1d2d67;
                }

.noti-icon {
    position: relative;
}

    .noti-icon button {
        height: 50px;
        width: 50px;
        background: 0 0;
        font-size: 24px;
        color: #f5a11a;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        border: 0;
        position: absolute;
        right: 30px;
        bottom: 80px;
        border: 1px solid #fff;
    }

        .noti-icon button:focus {
            outline: 0;
            box-shadow: none;
        }

.notifi-listing ul li {
    list-style-type: none;
    display: block;
}

    .notifi-listing ul li a {
        background: rgba(255,255,255,.85);
        border-radius: 6px;
        padding: 15px;
        font-size: 12px;
        line-height: 16px;
        display: block;
        margin-bottom: 5px;
        margin-right: 5px;
        color: #333;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }

        .notifi-listing ul li a span {
            color: #000;
            border: 1px solid #ddd;
            margin-left: 0;
            font-size: 10px;
            padding: 5px 5px;
            border-radius: 30px;
            margin-top: 5px;
            line-height: 10px;
            display: inline-block;
            background: #fbb446;
        }

    .notifi-listing ul li h6 {
        color: #000;
        font-size: 14px;
    }

.notifi-listing {
    position: absolute;
    right: 30px;
    bottom: 140px;
    width: 300px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .notifi-listing.close-swipe {
        transform: scale(0);
        transform-origin: bottom right;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.goto-top {
    height: 40px;
    width: 40px;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    border: 1px dashed #fff;
    font-size: 20px;
    z-index: 100;
    display: none;
    cursor: pointer;
}

    .goto-top i {
        color: #fff;
    }

#cd-nav.is-fixed ul li a {
    padding: .3em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
    color: #000 !important;
    padding: 10px 15px;
}

.block-content h1 {
    margin-bottom: 10px;
}

.block-content h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: inherit;
    line-height: 30px;
}

.block-content p {
    margin-bottom: 10px;
    text-align:justify;
}

.pp-c {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

    .pp-c h3 {
        font-size: 38px;
        line-height: 40px;
    }

    .pp-c h5 {
        background: #d11317;
        display: inline-block;
        color: #fff;
        padding: 3px 6px;
        font-size: 13px;
        font-family: Roboto;
    }

.total-p {
    border: 3px dashed rgba(221,221,221,.30980392156862746);
    padding: 12px;
    text-align: center;
    border-radius: 12px;
}

.whatsapp li {
    width: 25px;
    margin-left: 10px !important;
}

    .whatsapp li a {
        display: inline-block;
    }

        .whatsapp li a img {
            width: 100%;
        }

.on-scroll-whatapp {
    border-right: 1px solid rgba(255,255,255,.3);
    padding-right: 10px;
    display: none;
}

    .on-scroll-whatapp ul li {
        list-style-type: none;
        float: left;
        margin: 0;
    }

        .on-scroll-whatapp ul li a {
            padding: 16px 0;
        }

header.sticky .on-scroll-whatapp {
    display: none;
}

    header.sticky .on-scroll-whatapp ul li a {
        padding: 9px 0;
    }

.footer-fixed-bar {
    display: none;
    background: #fdcb54;
    position: fixed;
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    /* z-index: 100; */
    /* padding: 10px 0; */
    /* display: none; */
    /* width: 68.5%; */
    bottom: 10px;
    left: 26%;
    border-radius: 20px;
    width: 48%;
    height: 45px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    /* border-top-right-radius: 20px; */
    /* border-top-left-radius: 20px; */
    box-shadow: 0 0 9px #00000026;
}

    .footer-fixed-bar p {
        color: #000000;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .footer-fixed-bar .rgrhjbnj_tri {
        /* text-transform: uppercase; */
        font-size: 16px;
        text-decoration: none;
        font-weight: 600;
        line-height: 20px;
        color: #000000;
        display: inline-block;
        vertical-align: top;
        margin: auto;
    }

.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-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    /*filter: grayscale(100%);*/ 
}

.inner-page-banner:before {
    content: "";
    /* z-index: 2; */
    /* background: rgba(0, 0, 0, 0.2); */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
}

.unai-logo {
    text-align: center;
}

    .unai-logo img {
        margin-top: -64px;
    }

    .unai-logo p {
        font-size: 12px;
        color: #a5a5a5;
        line-height: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.cta-btn-lg-new {
    height: 42px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    background: #f5a11a;
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
}



/* video section css */
.youtube-embed {
    position: relative;
    padding-bottom: 36.5%;
    width: 100%;
    text-align: left;
}

    .youtube-embed iframe {
        width: 100%;
        position: absolute;
        height: 100%;
        overflow: hidden;
    }

#hytPlayerWrap { /*display: inline-block;*/ /*margin-top: 0rem;*/
    position: relative;
    width: 100%;
}

    #hytPlayerWrap.ended1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }

    #hytPlayerWrap.paused::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 39px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 66px 66px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }

    #hytPlayerWrap[class="paused"] .ytp-pause-overlay {
        display: none;
    }

.page-content-area .panel-title-head {
    font-size: 20px;
    margin-bottom: -1px;
}

    .page-content-area .panel-title-head .fa {
        font-size: 18px;
    }

.page-content-area .wrap {
    margin-bottom: 0px;
}

#hytPlayerWrapvideo { /*display: inline-block;*/ /*margin-top: 0rem;*/
    position: relative;
    width: 100%;
}

    #hytPlayerWrapvideo.ended1::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 64px 64px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
    }

    #hytPlayerWrapvideo.paused::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 45px;
        right: 0;
        cursor: pointer;
        background-color: black;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 66px 66px;
        background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
    }





/*page load css*/






/*


.gif-logo{ 
		position: fixed;
		width: 40px;
		right: 15px;
		top: 15px;
	}
	.preloader-wrap {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0; 
	  bottom: 0;
	  background: #fff;
	  z-index : 100000; 
	}

	.percentage {
	  z-index: 100;
	  border: 1px solid #ccc;
	  text-align:center; 
	  color: #000;
	  line-height: 50px;
	  font-size : 12px;
	}

	.loader,
	.percentage{
	  height: 6px;
	  max-width: 300px; 
	  border: 1px solid #ce1013;
	  border-radius: 30px;
	  position: absolute; 
	  top: 0; 
	  bottom: 0; 
	  left: 0; 
	  right: 0;
	  margin : auto; 
	}
	.loader:after,
	.percentage:after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}

	.trackbar {
	  width: 100%;
	  height: 100%;
	  border-radius: 30px;
	  color: #fff;
	  text-align: center;
	  line-height: 10px;
	  overflow: hidden;
	  position: relative;
	  opacity: 0.99;
	}

	.loadbar {
	  width: 0%;
	  height: 100%;
	  background: #ce1013;
	  box-shadow: 0px 0px 14px 1px #ce1013; 
	  position: absolute;
	  top: 0;
	  left: 0;
	  animation: flicker 5s infinite;
	  overflow: hidden;
	}

	.glow {
	  width: 0%;
	  height: 0%;
	  border-radius: 20px;
	  box-shadow: 0px 0px 60px 10px #ce1013;
	  position: absolute;
	  bottom: -5px;
	  animation: animation 5s infinite;
	}

	@keyframes animation {
	  10% {
		opacity: 0.9; 
	  }
	  30% {
		opacity: 0.86;
	  }
	  60% {
		opacity: 0.8;
	  }
	  80% {
		opacity: 0.75;
	  }
	}







.banner-content::before {
    content: '';
    background: black;
    position: absolute;
    left: -50px;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(100px);
    z-index: -1;
	width: 100%;
	opacity: 0.5;
}
.banner-content{
	background-color: transparent;
}


.banner-content h2 {
    color: #ffffff;
    background: #dd2023;
    display: inline-block;
    padding: 18px;
    line-height: 90px;
    padding-bottom: 5px;
	margin-bottom: 5px;
}


.banner-content:after{
	display: none;
}


#my-iframe{
	width: 380px !important; 
	height: 60% !important;
}
#closeB{
	bottom: 58% !important;
}

#closeB{
	right: 38px !important;
	margin-top: -5px !important;
}


@media only screen and (max-width: 479px){
	.banner-content{
		width: 300px !important;
		background-color: transparent !important;
		padding-left: 0 !important;
	}
	.banner-content h2{
		padding-bottom: 12px;
	}
	.noti-icon button {
		right: 15px;
		bottom: auto;
		top: 50%;
		z-index: 10;
		background: #dd2023;
		border-color: #dd2023;
		position: fixed;
		transform: translateY(-50%); 
	}
}
*/

/* new css */
.m-left {
    margin-left: 3px;
}
/*.microsoft-logo {
   width: 180px;
}
.google-logo {
   width: 148px;
}
.deloitte-logo {
   width: 178px;
}*/
.banner-content p.std-name {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Bebas Neue';
}

.section-blog-1 .post-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .section-blog-1 .post-item * {
        z-index: 3;
        position: relative;
    }

    .section-blog-1 .post-item .post-image {
        position: relative;
        padding-top: 60%;
        margin-right: 15px;
        margin-bottom: 20px;
        background: no-repeat #ffa500 center center / cover;
        transition: all 600ms;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        filter: grayscale(0%);
        border-bottom: 4px solid #FFA500;
    }

        .section-blog-1 .post-item .post-image:hover {
            filter: grayscale(100%);
        }

    .section-blog-1 .post-item .post-content {
        position: relative;
        padding-left: 60px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

        .section-blog-1 .post-item .post-content .post-icon {
            top: 0;
            left: 0;
            width: 36px;
            height: 36px;
            display: block;
            text-align: center;
            position: absolute;
        }

            .section-blog-1 .post-item .post-content .post-icon img {
                top: 5px;
                width:25px;
                height:25px
                /*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: #fff;
    }

.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;
}
.copy-r a{color:#f5a11a;}
/*============new css=============*/ 
.new-d-all{display: flex;
    justify-content: center;
    align-items: center;}
.border-1-px-yell{ border: 1px solid #f5a11a;padding: 4px 19px;}
.yfgyuhgjy_tri:before{
    content: "";
    /*background: url(https://www.srmup.in/images/banner-top-shadow.png);*/
    /* width: 100%; */
    /* height: 155px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* opacity: .3; */
    /*background: linear-gradient(to bottom, rgb(255 255 255 / 94%) 25%, rgb(255 255 255 / 65%) 75%, rgb(255 255 255 / 0%) 100%);*/
}

.iutgubj_tri {
    position: relative;
    /* margin-top: 8px; */
}
.poujkjn_tri{
    position:unset;
    padding-left: 0;
}
.uydfvghj_tri {
    margin-top: 83px;
    /* max-width: 1260px; */
    /* min-width: 1260px; */
    float: right;
    border-top: 3px solid #1d2d67;
    padding: 8px 0;
    margin-right: 0;
    width: 100%;
    border-radius: 8px;
    background: #ffffffed;
    backdrop-filter: blur(10px);
}
.blnkingclassheader{
      /* text-align: center; */
      /* margin-top: 20%; */
      /* font-size: 24px; */
      /* animation: blink 1s infinite; */
      /* padding: 7px; */
      /* border-radius: 5px; */
      /* color:white!important; */
}
 @keyframes blink {
            0% {
                background-color:#f90201;
                opacity: 1;
              
               
            }
            50% {
                opacity: .8;
                background-color: #f90201;
            }
            100% {
               background: #1056b4;
                 opacity: 1;
            }
        }





.uyfyt_tri{padding-left: 0;position: relative;}
ul.uyfyt_tri:before{
    position: absolute;
    content:"";
    right: 60px;
    /*right: 60px;*/
    height: 100%;
    /* border-right: 1px solid #ffffff2b; */
}
ul.pro-pad-left-30.iuguyguy_tri {
    padding-left: 18px;
}
.iuguyguy19_tri {
    padding-left: 0;
}

ul.pro-pad-left-30.iuguyguy1_tri {
    padding-left: 0;
}

ul.pro-pad-left-30.iuguyguy2_tri {
    padding-left: 0;
}

ul.pro-pad-left-30.iuguyguy3_tri {
    padding-left: 35px;
}

ul.pro-pad-left-30.iuguyguy5_tri {
    padding-left: 35px;
}

ul.pro-pad-left-30.iuguyguy8_tri {
    padding-left: 35px;
}

ul.pro-pad-left-30.iuguyguy11_tri {
    padding-left: 35px;
}

ul.pro-pad-left-30.iuguyguy14_tri {
    padding-left: 18px;
}

ul.pro-pad-left-30.iuguyguy12_tri {
    padding-left: 18px;
}

ul.pro-pad-left-30.iuguyguy13_tri {
    padding-left: 18px;
}

ul.pro-pad-left-30.iuguyguy10_tri {
    padding-left: 18px;
}

ul.pro-pad-left-30.iuguyguy9_tri {
    padding-left: 18px;
}

ul.uyfyt_tri.iuguyguy15_tri {
    padding-left: 35px;
}

ul.uyfyt_tri.iuguyguy17_tri {
    padding-left: 35px;
}

ul.uyfyt_tri.iuguyguy16_tri {
    padding-left: 35px;
}

ul.uyfyt_tri.iuguyguy16_tri:before {
    border: 0;
}

ul.uyfyt_tri.iuguyguy17_tri:before {
    border: 0;
}
ul.uyfyt_tri.ththt_tri {
    padding-left: 20px;
}
ul.uyfyt_tri.rgrgreh_tri {
    padding-left: 35px;
}
ul.grfgbrf_tri.gvrfgrfh_tri {
    padding-left: 0;
}
ul.uyfyt_tri.sdwsc_tri.rgrhbr_tri:before {
    /*right: 0;*/
}
ul.uyfyt_tri.sdwsc_tri.rgrhbr_tri a {
    white-space: normal;
}
.step-two-menu ul li {
    /* padding-right: 60px; */
}
.uyfytgrfg_tri {
    position:relative;
}
.uyfytgrfg_tri:before {
    position: absolute;
    content: "";
    right: -5px;
    height: 100%;
    border-right: 1px solid #ffffff2b;
}
header.yfgyuhgjy_tri.sticky:before {
   display:none;
}
/*.uydfvghj_tri.edfegreg_tri {
    max-width: 1050px;
}*/
.uydfvghj_tri.edfegreg_tri {
    /* max-width: 1170px; */
    /* min-width: 1170px; */
}
/*.row.uoih_tri .col-md-3 {
    width: 20%;
}*/
.step-two-menu.defcdsxe_tri {
     /* height: 70vh; */
     height: auto;
}
.grfgbrf_tri{
    margin-bottom:20px;
}
ul.sdwsc_tri {
    padding-left: 0;
}
.ytdtrf_tri {
    margin-top: 45px;
}
.iutugvyuhj_tri{
    position:relative;
}
.iutugvyuhj_tri:before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #ffffff;
    height: 100%;
    top: 0;
}
.ab-uni ul li .subscriber a{
        text-decoration: none !important;
}
.uygfh_tri {
    padding: 0 50px;
}
.iutguy_tri{
    margin-top:60px;
}
.ouigiku_tri:before{
    display:none;
}
.help-nos ul li.ouigiku_tri {
    padding: 0;margin-top: 12px;
}
.uig_tri{
    margin-top:20px;
}

/*================css=================*/
/*=============placement sections===================*/
.img-fluid{max-width: 100%;height: auto;}
.ougbui_tri{
        background: #ffffff;
}
span.yugfftyfv_tri {
    color: #0f54b4;
}
span.fdgfvd_tri {
    display: block;
}
.common-heading {
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 18px;
    line-height: 44px;
    position:relative;
    text-transform: uppercase;
}
.common-heading:before {
    content: "";
    width: 16%;
    height: 3px;
       background: linear-gradient(41deg, #f7f7f7 30%, #0f56ba 100%);
    left: 0;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
}
.common-heading:after {
    content: "";
    width: 3%;
    height: 3px;
      background: linear-gradient(41deg, #f7f7f7 30%, #0f56ba 100%);
    left: 17%;
    position: absolute;
    bottom: 0;
    border-radius: 50px;
}
 .marquee {
  width: 100%;
  overflow: hidden;
  /*background-color: #f2f2f2;*/
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: marquee 15s linear infinite; /* Infinite animation */
  animation-play-state: running; /* Default running state */
}

.marquee:hover .marquee-content {
  animation-play-state: paused; /* Pause the animation on hover */
}
.utfty_tri {
    padding: 0px;
}
.marquee-item-tri {
    width: 16%;
    padding: 0 7px 10px;
}
.marquee-item-tri img {
    width: 100%;
    height: 86px;
    object-fit: contain;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.marquee-item {
  flex-shrink: 0;
  /*width: 144px;*/
 
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 20px;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.marquee-item img{width:100px;}

.marquee:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}

.marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.2);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
   .student-name{ font-size: 14px;
    font-weight: 500;
    color: #088654;
    margin-bottom: 0px;
    text-transform: uppercase;display: inline-block !important;}

    .com-name{   font-size: 14px;
    color: rgb(49 49 50 / 77%);
    margin-left: 6px;
    /*margin-bottom: 15px;*/
    font-weight: 500; display:inline-block !important;}
    .position{    font-size: 15px;
    color: rgb(49 49 50 / 77%);
    font-weight: 500;
    text-align: center;
    margin: 6px 0px;}
    .company_name{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    /*padding: 0px 0px 15px;*/
    }
    .st-com{display: flex;align-items:center;justify-content: center;}
    .all-place-details{padding:5px;}
    .place-head{    font-size: 15px;
    margin-bottom: 10px;}
.place-con {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 15px;
}
    .button-new {
   display: inline-flex;
    background: #088654;
    border: 2px solid #088654;
    padding: 5px 25px;
    /*text-transform: uppercase;*/
    font-size: 13px;
    margin-top: 25px;
    position: relative;
    z-index: 99;
    font-weight: 600;
}
    .button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.button-6 a {
  position: relative;
  color: white;
  transition: all .45s ease-Out;
}

.spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .5s ease-Out;
}

.button-6:hover .spin {
  width: 200%;
    height: 500%;
    opacity: 1;
    left: -70px;
    color: black;
    top: -70px;
    background: #ffc107;
    transform: rotate(84deg);
}

    .button-6:hover a {
        color: #003060 !important;
    }
    /*==========Events=========*/
     .news-box {
    background: #fff;
    position: relative;
    border-bottom: 1px solid #088654;
}
  .news-box .banner {height:180px;background-repeat:no-repeat;background-size:cover;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 calc(95% - 1vw));clip-path:polygon(0 0,100% 0,100% 100%,0 calc(95% - 1vw));}
     .news-box .content {
    padding: 15px 15px 35px 15px;
    position: relative;
    min-height: 150px;
}
     .news-box .content .title {
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    top: -60px;
    left: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    display: table;
    word-break: break-all;
    padding: 4px;
}
     .color-theme1 {
    color: #3498db;
    background: #088654;
}
     .news-box .content .title span {
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}
     .news-box .content h5 {
    height: 85px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    overflow: hidden;
}
     .news-box .content h5 a {
    text-decoration: none;
    color: #000;
}
     .news-box .content .icons {
    float: right;
    font-size: 15px;
    position: absolute;
    color: #088654;
    border: 2px solid #088654;
    right: 10px;
    padding: 4px;
    border-radius: 50%;
    bottom: 10px;
}
     /*=======Lates news =========*/
     .birth-day {
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, .12);
    height: 100%;
}
     .circular-header {
    background: #088654;
    padding: 8px 10px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0px;
    text-align: center;
}
     .latest-news-marquee-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 295px;
    overflow: hidden;
    /*background: white;
    box-shadow: 1px 0px 20px rgb(0 0 0 / 16%);*/
}

.latest-news-marquee-wrapper .box {
    padding: 2em 1em;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0em;
}

.latest-news-marquee-wrapper .scroll {
    position: absolute;
    width: 94%;
    left: 10px;
    right: 10px;
}

.latest-news-marquee-wrapper .scroll li {
    list-style: none;
}

.latest-news-marquee-wrapper .events p {
    margin-bottom: 0 !important;
}

.latest-news-marquee-wrapper .events .widget-wrapper-news-inv div {
    background: no-repeat;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    padding-left: 0px;
}

.jobsBoxes .details-event-s {
    line-height: 20px !important;
}

.latest-news-marquee-wrapper .events .widget-wrapper-news-inv div cite {
    margin-right: 25px;
}

/*.latest-news-marquee-wrapper h3 {
    padding: 5px 0;
    margin: 0;
    width: 100%;
    background: #043a5b;
    color: #fff;
    text-align: center;
}*/

.latest-news-marquee-wrapper .events .widget-wrapper-news-inv div h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

marquee.marquee-newsdiv {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 422px;
    overflow: hidden;
    background: white;
}
    .events li:last-child {
    border-bottom: 0 dotted #bfbfbf;
}
.events li {
    border-bottom: 1px dotted #bfbfbf;
    list-style: none;
    padding: 12px 0;
        display: flex;
    margin-bottom: 10px;
    padding: 11px 17px;
    margin-top: 12px;
}
.anchorLink {
    padding: 0 72px 0 35px;
  
    font-size: 14px;
   
    line-height: 24px;
    color: #fff;
    background-color: #0370c0;
    display: inline-block;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    position: relative;
}
.detail-news-inv p {
    color: #464646;
}
.latest-news-marquee-wrapper .events{padding-left:5px;}
 .etl-related-post-left img {
    height: 63px;
}
 .etl-related-post-right {
    padding-left: 13px;
    width: 100%;
}
 .etl-related-post-right h3 {
    margin: 1px 0px !important;
    line-height: 20px;
    color: #000 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
 .cal-new {
font-size: 12px;
    color: #5e5b5b;
}
 .etl-related-post-right p {
    font-size: 12px;
    margin-bottom: 5px !important;
    color: #000;
}
 .job_tags_ps{display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;}
 .lat-news{margin-top: 1px !important;
    padding: 2px 7px !important;
    font-size: 9px !important;}
 section.upcoming-events-sec{
    background: #e7f1f2;
}
 .simple-text {
    margin-top: 22px;
}

  /*===============strip==============*/
 .announcement-colm1-main{
     display: flex;
     /* background: #121212; */
     /*padding-bottom: 10px;*/
     width: 101%;
     }
 .grgrgr_tri {
    display: flex;
    align-items: center;
}
 .yiugffuy_tri .announcement-btn a:before {
     content:"";
     border-right: 1px solid #00000029;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0px;
     transform: rotate(165deg);
 }
.yiugffuy_tri {
    background: #e6f4ff;
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
}
 .announcement-btn{
    display: inline-block;
    /* background-color: #f5a11a; */
    height: 100%;
       padding: 10px 21px 10px 49px;
    position: relative;
    }
 .announcement-btn a{color: #fe0100;font-size: 18px;font-weight: 400;}

 .announcement-details {
	 width: 100%;
	 overflow: hidden;
	 white-space: nowrap;
}
 .announcement-details:hover .marquee__item {
	 animation-play-state: paused;
}
 .announcement-details__seperator {
	 margin: 0 2rem;
}
 .announcement-details__item {
	 display: inline-block;
	 will-change: transform;
	 animation: announcement 25s linear infinite;
}
 @keyframes announcement {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(-100%);
	}
}
 .announcement-details {
	 /*background-color: red;*/
	 padding: 1rem 0;
	 color: #000000;
}
 /*===============strip end==============*/

 
@-webkit-keyframes NAME-YOUR-ANIMATION2 {
    0%, 49% {
        color: #fde92a;
    }

    50%, 100% {
        color: #ffffff;
    }
}

.register .fr {
    background: #108cdf;
}

.changecolor2 {
    -webkit-animation: NAME-YOUR-ANIMATION2 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION2 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION2 1s infinite;
    animation: NAME-YOUR-ANIMATION2 1s infinite;
}
.short-menu ul.rgrht_tri li:before {
    content:'';
    border-right: 1px solid #1156b645;
    position: absolute;
    right: 0;
    height: 80%;
    top: 2px;
}
/*ul.clearfix {
    border-bottom: 1px solid #00000024;
}*/


ul.clearfix li:nth-child(8):before, ul.clearfix li:nth-child(9):before, ul.clearfix li:nth-child(7):before {display:none}

ul.clearfix li {
    position: relative;
}

.icon-bar {
    position: fixed;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}
.icon-bar .link-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position: absolute;
    z-index: -1;
    white-space: nowrap;
    opacity: 0;
    left: -600%;
    transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    bottom: 0;
    top: 0;
    padding: 11px 20px 11px 20px;
    display: flex;
  border-radius:0px 10px 10px 0px;
}
.icon-bar a:hover .link-label {
    left: 50%;
    opacity: 1;
    width: auto;
}
.icon-bar a {
    display: block;
    padding: 9px 14px 9px 10px;
    transition: .3s;
    color: #fff;
    position: relative;
   border-radius:0px 10px 10px 0px;
    font-size: 15px;
}

.SideOption a.hhgdggdheaderggsg{
    top:-103px!important;
}
.social ul li.facebook:hover {
    background: #3b5998;
    color: #fff
}

.twitter {
    background: #55acee;
    color: #fff
}

.google {
    background: #dd4b39;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}
.social ul li.instagram:hover{
    background: #ae1ba0;
    color: #fff
}
.pinterest{
     background: #b00;
    color: #fff
}
.iuju_tri {
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    border-radius: 50px;
    display: flex;
    padding: 5px 26px 5px 15px;
    color: #fff;
}

.fvhvyt_tri {
    width: 21%;
    margin-right: 11px;
}

.fvhvyt_tri img {
    width: 32px;
}

.uytdtyfty_tri {
    text-align: left;
    white-space: nowrap;
}

.yrdrt-tri {
    font-size: 11px;
}
.short-menu ul.rgrht_tri {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    border-radius: 0 0 0 100px;
    padding: 3px 10px 8px 60px;
    background: #0735701f;
    width: auto;
}
header.yfgyuhgjy_tri.sticky .short-menu ul.rgrht_tri {
    /* padding: 7px 10px; */
}
.short-menu ul.rgrht_tri:after{
      /* background: rgb(159 159 159 / 51%); */
      content: "";
      width: 895px;
      height: 1px;
      display: block;
      position: absolute;
      right: 0;
      bottom: -3px;
}
.newafterclashsgfasdd:before {
    content: "";
    height: 44%;
    right: 0;
    position: absolute;
    top: 30px;
    width: 102%;
    z-index: 0;
    /* background-image: -webkit-linear-gradient(145deg, #1156b6 69%, rgba(238, 237, 237, 0) 47%); */
}
 
.short-menu ul.rgrht_tri .yrdgfrt-tri {
    font-weight: 600;
    font-size: 15px;
}
.short-menu ul.clearfix.rgrht_tri li.utgiuyi_tri {
    padding-right: 0!important;
}
h1.ougou_tri {
    padding-bottom:3px;
}
.ougou_tri span{
    font-size: 23px;
    font-weight: 700;
    text-align:center;
    color:#ee2323;
}
span.yiufuy_tri {
    width: 92px;
    margin-left: 10px;
}
a.iguygyu_tri span {
    color: #c6970a;
    margin: 0;
}
.event-happy .owl-carousel .owl-dot.active{
        background: #353535!important;
}
img.iuguyg_tri {
    width: 100%;
}
img.iugfgfguyg_tri {
    /*height: 200px;*/
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.last-cha-msg{    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    font-style: italic;}
.esrsxr_tri {
    display: flex;
}
.new-jus-all{justify-content: center;margin-top: 25px;}
a.eewrs_tri {
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    /* background: #b78613; */
    border-radius: 4px;
    padding: 8px 22px;
    display: flex;
    align-items: center;
    color: #ffffff;
    /* border: 1px solid #f5a11a; */
}

/*========core values Css======*/

a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
a:hover{ text-decoration: none; }
ul{ padding: 0; margin: 0;}
h1,h2,h3,h4,h5,h6{ margin: 0; }
/*p{ margin: 0; font-size: 14px; line-height: 24px;}*/

body{font-family: 'Roboto', sans-serif; /*font-weight: 300;*/}

html, body{ height: 100%; width: 100%;}

.main-heading{ margin-bottom: 26px;text-align: left;max-width: 100%;}
.main-heading h2{ vertical-align: middle; font-size: 40px; color: #000; text-transform: uppercase;margin-bottom:0;}
.main-heading h6{ display: inline-block; vertical-align: middle; font-size: 20px; color: #000; font-weight: 300; position: relative;text-transform: lowercase;}
/*.main-heading h6::after{ content: ''; width: 40px; height: 2px; background: #fff; position: absolute; left: -30px; top: 7px;}*/

.main-heading.black-color h2{ color: #000;}
.main-heading.black-color h6{ color: #000;}
.main-heading.black-color h6::after{ background: #ca1d20}

.vison-block{}
.vison-block p{ display: inline-block; vertical-align: middle; font-size: 16px; color: #000; font-weight: 300; position: relative;}

.values-list{ margin-top: 0px;margin-bottom: 14px;}
.values-list .li{ background: rgba(117, 117, 117, 0.3); padding: 15px; border-radius: 6px; margin-bottom: 20px; box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.values-list .li span{ width: 22%; float: left; padding-left: 15px;}
.value-cont{ float: left; width: 63%;}
.value-cont h4{font-size: 20px; color: #fff; margin-bottom: 10px;}
.value-cont ul li{ font-size: 16px; font-weight: 300; color: #fff; margin-bottom: 10px; list-style-type: none; position: relative;}
.value-cont ul li::before{ content: ''; height: 5px; width: 5px; background: #fff568; border-radius: 50%; position: absolute; left: -15px; top: 9px;}
.value-cont ul li:last-child{ margin-bottom: 0;}
.yellow-bg {
	min-height: 142px;
}

@media only screen and ( max-width: 1199px){
	.main-heading h2{ font-size: 34px;}
	.values-list .li span{ width: 30%;}
	.value-cont{ width: 70%;}
}
@media only screen and ( max-width: 991px){
	.main-heading h2{ font-size: 30px;}
	.main-heading h6{ font-size: 11px;}
	.values-list .li span{ width: 40%;}
	.value-cont{ width: 60%;}
	.main-heading h6{ display: block; padding-left: 0;}
	.main-heading h6::after{ display: none}
	.feat-thumb{ min-height: 290px;}
}
@media only screen and ( max-width: 767px){
	.vison-block{ margin: 0 0 30px 0}
	.values-list .li span{ width: 30%;}
	.value-cont{ width: 70%;}
	.job-thumb{ margin: 15px 0}
	.feat-thumb{ min-height: inherit;}
}
@media only screen and ( max-width: 575px){
	.values-list .li span{ padding-left: 0}
	.values-list .li span img{ width: 45px;}
	.main-heading h2{ font-size: 28px;}
}




.iqac-header{ background: #20c997; padding: 200px 0 60px; text-align: center;}
.iqac-header h1{ color: #fff; font-weight: bold; font-size: 60px;}
.iqac-header h3{ color: #fff; font-size: 30px; margin-top: 10px;}

.iqac-content{ padding: 0px 0;}

.breadcrumb{ padding: 0 !important; background: #fff !important; }

.h4-heading{ border-bottom: 1px solid #ddd; padding: 10px 0; font-size: 24px; margin-bottom: 15px;}
.side-nav{}
.side-nav ul li{ list-style-type: square !important; display: block; margin-bottom: 5px; }
.side-nav ul li a{ display: block; font-size: 14px; color: #000;}
.side-nav ul li a:hover{ text-decoration: underline !important}

.data-block{ margin-bottom: 20px;}
.data-block h3{ font-size: 20px; margin-bottom: 10px;}
.data-block p{ font-size: 14px; line-height: 18px;}

.data-block ul{ padding-left: 18px}
.data-block ul li{ list-style-type: disc !important; margin-bottom: 5px;}

.highlight {
	font-size: 14px;
	background: #673AB7;
	color: #fff;
	padding: 8px 18px;
	display: inline-block;
	border-radius: 10px 0;
	font-weight: bold;
	margin-bottom: 5px;
}

.data-block table td{ font-size: 14px;}

.co-ord{border: 1px dashed #999; padding: 15px; border-radius: 6px;}
.data-block.co-ord h3{ font-size: 16px; padding-top: 0}
.bott-5 { margin-bottom: 5px;}
.values-list .clearfix img{width: 51px;}

@media only screen and (max-width: 567px){
	.iqac-header{ padding: 250px 0 50px;}
	.iqac-content{ padding: 50px 0;}
}
.leadershipnameintro{text-align: end;}
.leadershipnameintro h3{font-size: 20px;}
.leadershipnameintro p{margin-top: 4px;}
.chan-p{font-size: 14px;text-align:justify;}
.mar-bot-new-here{margin-bottom: 13px;}
.SideOption {
    position: fixed;
    top: 299px;
    z-index: 99;
    right: 0;
    display: grid;
}
.SideOption a.uyfvyuy_tri {
  
    background: linear-gradient(41deg, #8ab1de 30%, #1154b5 100%);
    /* background: #2c8e48; */
    padding: 10px 11px;
    margin-right: 10px;
    transform: rotate(270deg);
    float: right;
    right: -75px;
    position: relative;
    color: #fff;
    font-weight: 600;
    display: block;
    top: 110px;
    width: 170px;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
    box-shadow: 0 -0.5rem 12px rgb(0 0 0 / 18%);
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.df-btn-text {
    border-radius: 50%;
    color: white ;
    display: flex ;
    align-items: center ;
    justify-content:center ;
    font-weight: 500 ;
    letter-spacing: .25px ;
    transition: all .08s linear ;
    cursor: pointer ;
     padding-right: 12px ; 
     padding-left: 12px ; 
     padding-top: 12px ; 
     padding-bottom: 12px ; 
    font-size: 16px ;
    margin-top: 15px ;
    background-color: #4dc247 !important;
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 0.428571rem 0px ;
    /*width: 62px;
    height: 62px;
    min-width: 62px;*/
}
.df-bottombar-btn{background-color: #4dc247 !important;}
.df-btn {
    padding: 0 ;
    border: none ;
    outline: none ;
       border-radius: 24px ;
    transition: all 2s linear ;
    position: fixed ;
    bottom: 30px ;
    right: 30px ;
    display: flex ;
    flex-direction: column ;
    z-index: 999 ;
    align-items: flex-end ;
    line-height: 1 ;
}
.df-btn-text i {
    font-size: 36px;
    margin-right: 0;
}

/*==========CSR Activities Css===========*/
.social-res-head{margin-bottom:10px;}
.social-p{text-align: justify;}
.pulloutbox__grey {
    background-color: #ececed;
    border-left: 6px solid #976026;
}
.pulloutbox {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 25px;
    font-size: 1.384615em;
    margin: 15px 0 20px 0;
}
.pulloutbox h1, .pulloutbox h2 {
    font-size: 27px;
    color: #976026;
    padding-bottom: 20px;
}
.pulloutbox :last-child {
    padding-bottom: 0;
}

.pulloutbox ul li{    font-size: 14px;
    margin-bottom: 10px;}

.dt-sc-image-caption.type9 {
    position: relative;
    overflow: hidden;
}

.dt-sc-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px;
    padding: 0px;
        margin-bottom: 20px;
}
.dt-sc-image-caption.type9 .dt-sc-image-wrapper {
    position: relative;
}
.dt-sc-image-caption.type9 .dt-sc-image-overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    margin: 0px;
}
.dt-sc-image-caption.type9 .dt-sc-image-overlay p, .dt-sc-image-caption.type9 .dt-sc-image-overlay ul.dt-sc-fancy-list {
    color: #d3d3d3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 30px;
    text-align: center;
}
.dt-sc-image-caption.type9 .dt-sc-image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 30px 10px;
}
.dt-sc-image-caption.type9 .dt-sc-image-title {
    margin-bottom: 0;
}
.dt-sc-image-caption .dt-sc-image-title {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.dt-sc-image-caption.type9 .dt-sc-image-content h3 {
    color: #ffffff;
}

.dt-sc-image-caption.type9 .dt-sc-image-content h3 {
    font-size: 22px;
    text-transform: none;
    line-height: 30px;
}
.dt-sc-image-caption .dt-sc-image-title h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}
.dt-sc-image-caption.type9:hover .dt-sc-image-overlay {
    opacity: 1;
    right: 0;
}
.dt-sc-image-caption .dt-sc-image-content {
    display: inline-block;
    clear: both;
    margin: 30px 0px 0px;
   
}
.dt-sc-image-caption.type9 .dt-sc-image-content{ transition: all 0.3s linear;}
 .dt-sc-image-caption.type9 .dt-sc-image-content h3 {
    color: #ffffff;
}
 .dt-sc-image-caption .dt-sc-image-title h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    top: -2px;
}
 .dt-sc-image-caption.type9:hover .dt-sc-image-content {
    opacity: 0;
    left: -100%;
}

.dt-sc-image-caption.type9 .dt-sc-image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px 0px;
    width: 80%;
}
.panel-title {
    font-size: 14px !important;
}
.panel-heading{padding: 6px 15px !important;}

.only_mobile{
    display:none;
}


/*===================Home page===============*/



/*-------------Infrastructure css------------------*/
.future-infra-banner{background-image:url('/images/campus-life/future-infra-banner.jpg')}
.infra-top{background: #f3ebd8;padding: 29px 0px;}
.new-pad-infra{padding: 221px 56px 139px 56px !important;}
.infra-cul{text-align: center;padding: 0px 0px 9px 0px;}
.infra-p{text-align: center;}
.bg-gold {
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    border-bottom: 4px solid black;
}
.pl-0 {
    padding-left: 0px;
}
.pr-0{padding-right: 0px;}
.offer-content.pl-4 {
       padding: 0px 34px;
     color: white;
}
.font24 {
    font-size: 24px;
}
.infra-all-fac{margin:30px 0px;}
.infra-all-fac-con{    display: flex;
    align-items: center;}
.campus-security .owl-dots{    position: absolute;
    bottom: 19px;
    left: 27rem;}


/*----------Campus Facilities-------------*/
.campus-sec{padding-bottom:30px;}
 .dt-sc-team.type2 {
    background: #f8f8f8;
        border-color: #fafaf6;
}
    .dt-sc-team.type2 {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 24%);
    float: left;
    border-top:3px solid #00000094;
    clear: both;
    width: 100%;
    border-left: none;
    border-right: none;
}
    .dt-sc-team {
    /*float: left;
    clear: both;
    width: 100%;*/
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s linear;
}
.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details {
    color:white !important;
    width: 50%;
    float: left;
    background: none;
}
.dt-sc-team.type2 .dt-sc-team-thumb {
    border-right: none;
    position: relative;
}
.vc_column_container img, .wpb_column img {
    max-width: 100%;
    height: auto;
    display: inherit;
}
.dt-sc-team.type2 .dt-sc-team-details {
    padding: 40px 25px 0px;
}
.dt-sc-team.type2 .dt-sc-team-details {
    text-align: left;
    padding: 70px 25px 0px;
    position: relative;
}
/*.dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details {
    width: 50%;
    float: left;
    background: none;
}*/
.dt-sc-team.type2 .dt-sc-team-details:before {
    border-right-color: #000000c2 !important;
}
/*.dt-sc-team.type2 .dt-sc-team-details:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid;
    z-index: 1;
}*/
.dt-sc-team.type2 .dt-sc-team-details h4 {
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.dt-sc-team .dt-sc-team-details h4 {
    font-weight: 600;
    /*margin-bottom: 10px;*/
}
.dt-sc-team.type2 .dt-sc-team-details h5 {
    margin-bottom: 0px;
}
.dt-sc-team.type2 .dt-sc-team-details h5 {
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.dt-sc-team.type2 .dt-sc-team-details h5 {
    color: rgba(0, 0, 0, 0.4);
}
.dt-sc-team.type2 .dt-sc-team-details h5 {
    color:white !important;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0px;
    border-bottom: 1px solid;
    display: inline-block;
    padding: 0px 20px 15px 0px;
}
.mt-5{margin-top: 29px;}

.dt-sc-team.type2 .dt-sc-team-details p {
    color:white;
    font-size:14px;
    margin-top: 10px;
}
.attachment-full{height:auto;}
.dt-sc-team.type2.alter .dt-sc-team-thumb {
    float: right;
    border-left: none;
    border-right: 0px;
}
.dt-sc-team.type2.alter .dt-sc-team-details:before {
    left: inherit;
    right: -15px;
    border-right: 0px;
    border-left: 15px solid #ff9934 !important;
}
@media only screen and (max-width: 767px){
.dt-sc-team .dt-sc-team-thumb img, .dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details {
    width: 100%;
}
}
@media only screen and (max-width: 767px){
.dt-sc-team.type2 .dt-sc-team-details:before {
    border-bottom-width: 16px;
    top: -22px;
    left: 30px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
}
@media only screen and (max-width: 767px){
.dt-sc-team.type2.alter .dt-sc-team-details::before {
    border-right: 15px solid #ff9934 !important;
        border-left: none !important;
    left: 30px;
    right: auto;
    border-left: transparent;
}
}
.blue-color{background:linear-gradient(41deg, #976026 30%, #d7ab00 100%) !important;}
.all-padding{padding:40px 0px !important;}
.campus-facilities .owl-dots {
    position: absolute;
    bottom: 14px;
    left: 9rem;
}

/*---------Academic Facilities------------*/
.chairman_img figure {
    margin-bottom: 0px;
}
.chairman_img figure img {
    width: 100%;
}
.academic_support {
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    height: 60vh;
    padding: 60px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0rem 0.5rem 1rem #00000040;
    border-bottom: 4px solid #000000d9;
}
.academic_support .arrow-left {
    position: absolute;
    content: "";
    width: 20px;
    height: 25px;
    left: -19px;
    z-index: 999;
    background-color: #000000d9;
    -webkit-clip-path: polygon(100% 0, 0 49%, 100% 100%);
    clip-path: polygon(100% 0, 0 49%, 100% 100%);
}
.academic_support p {
    font-size: 14px;
    color: white;
}
.academic_support p:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f10d";
    color: #ffffff8f;
    left: 21px;
    font-size: 30px;
  
}
.academic_support p:after {
    position: relative;
    font-family: 'FontAwesome';
    content: "\f10e";
    color: #ffffff8f;
    font-size: 30px;
      top: 14px;
    left: 12px;
}
.aca-fec-row{display: flex;align-items: center;}
.aca-head{font-size:20px !important;}
.academic-facilities .owl-dots{position: absolute;    bottom: 25px;
    left: 21rem;}
.academic_support_yellow_box {
    background: linear-gradient(41deg, #976026 30%, #d7ab00 100%);
    border-bottom: 4px solid #000000d9;
    height: 60vh;
    padding: 60px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0rem 0.5rem 1rem #00000040;
}
.academic_support_yellow_box .arrow-right {
    content: "";
    height: 50px;
    position: absolute;
    z-index:999;
    right: -32px;
    border-top: 24px solid #08865400;
    border-right: none;
    border-left: 30px solid #000000d9;
    border-bottom: 25px solid transparent;
}
.academic_support_yellow_box p {
    font-size: 14px;
    color: white;
}
.academic_support_yellow_box p:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f10d";
    color: #ffffff8f;
    font-size: 30px;   
   left: 23px;
}
.academic_support_yellow_box p:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f10e";
    color: #ffffff8f;
    font-size: 30px;
   right: 78px;
}
.aca-main-sec{padding: 30px 0px;}


/*---------transportation-----------*/
.tra{margin-bottom: 10px;}
.swiper-container {
  width: 100%;
  max-width: 940px;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  overflow: hidden;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img{width: 100%;}
.new-type-slider{margin-top:25px;}
.thumbnail-only{justify-content: center;}
  .thumbnail-only .swiper-slide{width:169px !important;margin: 15px 8px !important;    border: solid 3px #FFF;
     box-shadow: 0 0 10px #555;    background-color: #FFF;}

/*-------------Hostel Facilities-------------*/
  .hos-fac-head{text-align: center;}
   ul.list-inhouse-research {
	margin: 20px 0 0;
}
ul.list-inhouse-research li {
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	color: #595959;
	display: inline-block;
	/*float: left;*/
	font-size: 16px;
	
	line-height: 20px;
	padding: 30px 24px;
	text-align: center;
	vertical-align: top;
	width: 33%;
}
ul.list-inhouse-research li span {
	display: block;
	margin-bottom: 15px;
}
ul.list-inhouse-research li span img {
	display: inline-block;
    width:70px;
}
ul.list-inhouse-research li:nth-of-type(3n) {
	border-right: 0 none;
}

.sservice {
    background: rgba(125, 42, 232, 0.8) none repeat scroll 0 0;
    color: #fff;
    padding: 80px 0;
    position: relative;
    width: 100%;
}
@media (max-width:480px) {
ul.list-inhouse-research li {
	border-right: 0 none !important;
}
ul.list-inhouse-research li {
	border-bottom: 1px solid #e7e5e5;
	border-right: 0 none;
	font-size: 13px;
	padding: 10px;
	width: 49%;
}
.banner-txt{
	padding: 180px 0 40px;
}
}

/*---------------placement policy------------*/
.para-over{margin-top:22px;}
    .pla-h{margin-bottom:10px;}
        .pla-pol{padding:30px 0px;}

/*-------------student testimonial-------------*/
 .stu-h{text-align: center;
    margin-bottom: 31px;
    font-size: 29px;
}
   .stu-tes .item-bg {
    background-color: white;
    height:260px;
    /*border-top: 3px solid #976026;*/
    padding: 12px 8px 15px 13px;
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
}
   .stu-tes .rating-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .stu-tes .rating {
    font-size: 12px;
    color: #ffce4a;
}
    .stu-tes h5 {
    color: black;
    text-align: center;
    height: 69px;
    line-height: 24px;
    padding-right: 2px;
}
    .dis-jus {
    display: flex;
    justify-content: center;
}
    .stu-tes h4 {
    color: #f2ae2b;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0;
}
    .stu-tes .location {
    color: black;
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}
    .stu-tes .item-bg .dis-jus img {
    width: 56px;
     margin: 0 auto; 
    border: 1px solid #8080804f;
     margin-top: 12px; 
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
    .stu-tes .student-testimonial .owl-dots{    display: flex;
    justify-content: center;margin-top: 11px;}

    /*-----------contact placement cell------------*/
     .cont-place-sec-all{padding:0px 0px 30px 0px;}
    .pla-cell-deta-inn{display:flex;background: #f3ebd8;box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);}
    .pla-cell-deta-inn .pla-cel-img img{width: 200px;}
    .pla-cel-deta h5{font-size:20px;font-weight:bold;margin-bottom: 8px;}
    .pla-cel-deta .name{font-size: 15px;
    font-weight: 400;}
    .pla-cel-deta{    padding: 21px 0px 0px 25px;}
    .pla-cel-deta h6{font-size: 14px;margin-bottom:5px;
    margin-top: 20px;
    color: #5c5353;}
    .pla-cel-deta .lin a{color: black;}
    .bor-new-pla-after:after{    content: "";
    width: 70px;
    position: absolute;
    bottom: 21px;
    right: 275px;
    height: 1px;
    background-color: #976026;}

        /*chancellor_and_prochancellor*/
@media screen and (max-width: 991px) {
    .leadershipnameintro{
            padding-top: 20px;
    }
    .newresponsiveclass12{
        margin-top:13px;
         margin-bottom:13px!important;
    }

}

ul.uyfyt_tri.sdwsc_tri.rgrhbr_tri {
    padding-left: 8px;
    /*padding-right:�30px;*/
}


/*---------Popup css-------*/ 
.popu-all-new-tri {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.68);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-inn-sect-tri-all {
    margin: auto;
    width: 38%;
    color: black;
    background: white;
    padding: 25px 52px;
    border-radius: 5px;
    text-align: center;
}

p.heading_tri_p {
    margin-bottom: 7px;
    font-size: 22px;
    margin-top: 10px;
}

p.text_p {
    font-size: 14px;
    margin-bottom: 9px;
}
.pop-cls-btn {
    border-radius: 24px;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 500;
    letter-spacing: 0.25px;
    transition: all 0.08s linear 0s;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0px;
    background: #1d2d67;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
    padding: 6px 22px;
    border: 0;
    margin: auto;
}
@media screen and (max-width:991px){
    .pop-inn-sect-tri-all{width:100%;margin: auto 12px;padding: 23px 19px;}
}
/*.step-one-menu li:hover .hoverclajcolorres{
    color:black!important;
}*/

/*---------Popup css end-------*/ 
header.yfgyuhgjy_tri.sticky {
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    background: #ffffffcf;
    backdrop-filter: blur(10px);
}
header.yfgyuhgjy_tri.sticky ul.step-one-menu.pull-right.newafterclashsgfasdd {
    /* padding-bottom: 0; */
}

header.yfgyuhgjy_tri.sticky a.hoverclajcolorres {/* padding: 6px 0!important; */}
.khfgyg_tri {
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: marquee_footer 10s linear infinite;
    margin: auto;
    display: flex;
    justify-content: center;
    height: 100%;
}
.khfgyg_tri a span {
    background: #175bbc;
    font-size: 13px;
    padding: 4px 10px 3px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
    font-weight: 400;
}
.footer-fixed-bar .khfgyg_tri:hover {
    animation-play-state: paused;
}
.footer-fixed-bar.fgergr_tri {
    width: 25%;
    left: auto;
    right: 50px;
    background: #175bbc;
}
.footer-fixed-bar .fixed-social {
    display: flex;    height: 100%;
}
ul.defrdf_tri {
    display: flex;
    list-style:none;
    width: 40%;
    align-items: center;
}
ul.uyftyhj_tri {
    display: flex;
    list-style:none;
    width: 60%;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .3);
    top: 7px;
    height: 16px;
    line-height: 20px;
}
ul.defrdf_tri a, ul.uyftyhj_tri a {
    color:#fff;
}
ul.defrdf_tri a span, ul.uyftyhj_tri a span {
    display: block;
    font-size: 9px;
    line-height: 13px;
}
ul.defrdf_tri li, ul.uyftyhj_tri li {
    margin-left: 22px;
}
ul.uyftyhj_tri li {
    margin-left: 25px;
    line-height: 20px;
    height: auto!important;
}

ul.uyftyhj_tri:before {
    content: "Get Social with us";
    position: absolute;
    bottom: -21px;
    right: 28px;
    font-size: 10px;
    color: #fff;
    transform: translate(-50%);
}
ul.uyftyhj_tri i {
    font-size: 13px;
}
.active_btn{
    color: black;
}
p.rlkgjrud_tri {
    margin-bottom: 12px;
}
.content.rgrsgrf_tri {
    padding-bottom: 0!important;
}
img.img-fluid.fot-img-logo {
    background: white;
    padding: 5px;
    width: 68%;
}
@media (max-width:992px){
    .footer-fixed-bar{
       bottom: 35px;
       left: 50px;
       width: 75%;
       display: none !important;
    }
    .footer-fixed-bar.fgergr_tri{
    width: 90%;
    right: 16px;
    bottom: 27px;
    }
}
.ali-end{display: flex;align-items: flex-end;}
.clr-red-new{color: red;}


/*...top header csss....*/


.iughk_tri {
    background: #1d2d67;
    color: #dd2608;
    padding: 0;
    display: flex;
    height: 36px;
}
.uyfuyf_tri {
  width: 100%;
    text-align: right;
    font-weight: 600;
    font-size: 17px;
    padding-right: 28px;
    background: #f8d210;
    color: black;
    padding: 3px 0px 4px 0;
    line-height: 31px;
    margin-left: 0px;
}
img.new-img {
    width: 100%;
}
.morque-txt{
    padding-top:10px;
    z-index: 999;
    position: relative;
    text-align: center;
}
.morqueeee {
    display: inline-block;
    width: 100%;
}
.marquee {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    width: 570px;
}
.marquee--inner {
    display: block;
    width: 100%;
    position: absolute;
    animation: marquee 20s linear infinite;
    color: #fff;
    z-index: 999;
}
@keyframes marquee_footer{
    0% {
    left: 0;
}
100% {
    left: -100%;
}
}
.marquee span {
    width: 63%;
}
.marquee span {
    /* float: left; */
    width: 100%;
    overflow: hidden;
}

.morque-btn {
    display: flex;
    margin: 0 18px;
}
button.btn1 {
    padding: 0 17px;
    font-size: 13px;
    white-space: nowrap;
    margin: 0 6px;
    /* line-height: 9px; */
    height: 26px;
    margin-top: 5px;
    background: linear-gradient(45deg, #f7c600, #edd162);
    border: none;
    color: black;
    font-weight: 500;
    border-radius: 3px;
}
.yguhb_tri {
    /* border: 1px solid #2967af; */
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 6px; */
    /* padding-bottom: 6px; */
}
.top-header {
    /* z-index: 999; */
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%; */
    /* left: 0; */
    /* right: 0; */
    display: none;
}
  .dejd-dbn{
    /*background: #ffffffcf;*/
    top: 0 !important;
    }


  .footer_div{
      border-right:1px solid #ffffff7a;
  }
  .footer-logo-part{
      background: #2e2e2e;
      height: 404px;
      /* margin-bottom: -42px; */
      margin-top: -34px;
  }
  .footer1 {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    align-items: center;
}
  .footer-back {
    background: #edb000;
}
  .footer1 p{
      font-size: 23px;
    font-weight: bold;
    color: #175aab;
  }
  .footer1 phone_icon{
      color: #225ca0;
    margin-right: 10px;
    font-size: 28px;
  }
  .text-gradient {
    animation: gradient1 3s ease infinite, rocking 3s ease infinite;
}
  @keyframes rocking{
      0%, 100%, 25% {
    transform: rotate(0);
}
50% {
    transform: rotate(15deg);
}
75% {
    transform: rotate(-15deg);
}
}
  span.glyphicon.glyphicon-chevron-left, span.glyphicon.glyphicon-chevron-right {
   background: #00000082;
    color: white;
    font-size: 12px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid white;
}

  
  /*===============]*/
  .social ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(-276px);
}
.fefge_tri {
    position: fixed;
    top: 40%;
    width: 105px;
    z-index: 9;
}
.social ul li {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 30px 30px 0;
    display: block;
    margin: 3px;
    padding: 6px 8px;
    text-align: right;
    transition: 1s;
    width: 320px;
}
.social ul li:hover {
    transform: translatex(110px);
}
.social ul li i, .social ul li img {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    height: 32px;
    margin-left: 14px;
    padding: 7px;
    text-align: center;
    transform: rotate(0);
    width: 32px;
}
.social ul li a {
    color: #fff;
    margin-bottom: 100px;
    text-decoration: none;
}
.social ul li.phone:hover {
    background-color: #55acee;
}
.social ul li.view:hover {
    background-color: #3b5999;
}

  /*===============]*/



  /*========== options ============*/
  .step-two-menu.option1_tri {
    width: 15%;
    left: 46%;
}
    .step-two-menu.option2_tri {
    width: 20%;
    left: 48%;
}
        .step-two-menu.option5_tri {
    width: 13%;
    left:auto;
    right: 22%;
}
    .step-two-menu.option3_tri {
    width: 20%;left:auto;
        right: 3%;
}
.step-two-menu .uefdg_tri li {
     padding:0;
}
.uefdg_tri {
    margin: 0;
}
ul.uyfyt_tri.sgrfdwsc_tri {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000017;
}
.footer-fixed-bar .morqueeee {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.footer-fixed-bar .marquee--inner:hover {
    animation-play-state: paused;
}
.footer-fixed-bar .marquee--inner {
    width: 100%;
}
.footer-fixed-bar .marquee{
     width: 100%;
}
.footer-fixed-bar .marquee span {
   width: 100%;
}
.social ul li.view:hover {
    background: #03b748;
}
.social ul li.phone:hover {
    background: #1d2d67;
}

.convocation-link{
   display: inline-flex;
    align-items: center;
    white-space: normal;
    color: white!important;
    font-size: 11px!important;
    font-style: normal;
    font-weight: 700!important;
    padding: 0.5rem 1rem;
    /* letter-spacing: -0.5px; */
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ffbc01;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    animation: rainbow-bg 3.5s infinite;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
    text-align: center;
    height: 33px;
    line-height: 15px;
}
@keyframes rainbow-bg{
    0% {
    background-color: black;
}

28.56% {
    background-color: #1d2d67;
}
}

.apply_bottom{
    background: #1d2d67;
    font-size: 13px;
    padding: 6px 10px 5px;
    border-radius: 5px;
    color: #fff;
    margin-left: 5px;
    font-weight: 400;
}
.banner-txt {
  color: black;
    background: #f0c55a;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
}
.kl-bottommask--mask3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 57px; */
}
.kl-bottommask--mask3 .svgmask {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -20px;
    z-index:1;
}
.kl-bottommask.kl-bottommask--mask3 svg path {
    fill: #e0e6ee;
}
.kl-bottommask--mask3 .banner_angle {
  position: absolute;
    bottom: 15px;
    left: 50%;
    display: block;
    width: 30px;
    text-align: center;
    font-size: 30px;
    opacity: 0.2;
    height: 15px;
    /* top: auto; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    margin-left: 1px;
    z-index: 2;
}
.banner-inner-content:before{
   content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: -103px;
    top: 0;
    background: linear-gradient(270deg, #2a67b0, #00000040 60%, #00000000);
}
.banner_para {
    position: relative;
    top: -21px;
}
.banner_para span{
    color:white;
}
.banner_background{
    background-image:url(../../image/Building.jpg);
    background-position: top;
}

.ougou_tri a{
    display: flex;
    column-gap: 8px;
    align-items:center;
}


.title-name-details .title-first-class{
    font-size: 35px;
    text-align: center;
    font-weight:900;
    line-height:1;
}
.title-name-details .title-second-class{
    font-size:22px;
    line-height:1;
}

.about-us{
    text-align: center;
    padding-right: 0;
}

.facitilies-ul{
    margin: 10px 0 10px 10px !important;
}
.facitilies-ul li{
    font-size:16px;
}
.course_para ul li{
    column-gap:15px;
}
@media (max-width:992px){
    .footer-logo-part{
        height:445px;
    }
      header .iutgubj_tri{
             border:none;
         }
}
@media (max-width:992px) {
    .banner-inner-content {
        display: block;
        padding: 260px 0 20px;
    }

    .breadcrumb-style {
        position: absolute;
    }

    .banner_para {
        top: -160px;
    }
    .single_word{
        bottom:90px;
    }
  .transportation_banner_heading{
      font-size:37px;
  }
    .facilities_tabing{
      display:block!important;
      }
    .facilities_btn{
        width:30%!important;
    }
    .facility_tab1{
        padding:0!important;

    }
    .facilities_img img{
        width:100%!important;
    }
    .inner_logo{
        margin-right:0!important;;
    }
    .hbjh_logo:before{
        left:91px!important;
    }
    .row.trips{
        padding:30px 0!important;
    }
    .placement_txtt{
        padding:5px 15px 30px;
    }
    .cou-box h3{
        font-size:19px!important;
    }
    .prospectus_div h3{
        position:absolute!important;
        right:0;
        top:34px!important;
    }
    .campus_placement{
        padding:20px 0 15px 0px!important;
    }
    .recruiters_hkhk{
        margin-left:12px!important;
    }
    .middle_prt {
        bottom: 31px!important;
    left: 26px!important;
    }
    .counter_training1{
        width:100.5%!important;
        padding-bottom:25px;
    }
    .counter_training{
         width:100%!important;
    }
    .counter-itm-tile{
        left: 12px;
    width: 96%;
    }
    .border_div{
        padding:20px!important;
    }
    .col-md-6.resource_img{
        top:0!important;
        left:0!important;
    }
    .resource_centerimg img{
        width:100%;
    }
    .blog-post .blog-content .content-box{
        top: -55px!important;
    left: 5px!important;
    }
    .blog-post{
        margin-bottom:195px!important;
    }
    .resource_banner_txt{
        font-size:36px!important;
    }
    .resource_img img{
        width:100%!important;
    }
    div#horizontalTab {
    margin-left: -37px;
    width:133%;
    padding: 0px;
    background-color: #fff;
    clear: left;
   
}
    .courses_heading{
        padding:30px 0px 20px;
    }
    .course_para{
        padding:10px!important;
    }
    .course_para p{
        text-align:justify;
    }
    .col-md-12.mba_div {
    margin-left: -18px;
    text-align: justify;
}
    .mba_div ul li{
        padding-left:28px!important;
    }
    .course_img img{
        left: -14px!important;
        width:111%!important;
    }
    .fdgf, .ba_ul{
        display:block!important;
    }
    .bca_bhh{
        padding-left:0!important;
    }
    .bca_PEDAGOGY li:after{
        width:100%!important;
    }
    .economics_gy li::after{
        width:180px!important;
    }
    .searchbar{
        display:block;
    }
    .mobile-content{
        margin-left:45px;
    }
    .mobile-none{
        display:none;
    }
}