@font-face{
    font-family: BuenosAiresTrial-Thin;
    src: url("../fonts/BuenosAiresTrial-Thin.otf");
}
@font-face{
    font-family: BuenosAiresTrial-Book;
    src: url("../fonts/BuenosAiresTrial-Book.otf");
}
@font-face{
    font-family: BuenosAiresTrial-Light;
    src: url("../fonts/BuenosAiresTrial-Light.otf");
}
@font-face{
    font-family: BuenosAiresTrial-Regular;
    src: url("../fonts/BuenosAiresTrial-Regular.otf");
}
@font-face{
font-family:BuenosAiresTrial-Bold;
src: url("../fonts/BuenosAiresTrial-Bold.otf");
}
@font-face{
font-family:BuenosAiresTrial-SemiBoldItalic;
src: url("../fonts/BuenosAiresTrial-SemiBoldItalic.otf");
}
@font-face{
font-family:BuenosAiresTrial-SemiBold;
src: url("../fonts/BuenosAiresTrial-SemiBold.otf");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
a:hover, a:focus, a{
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table td, .table th{
    font-size: 16px;
}

body{
    line-height: 1.42857143;
    font-family: BuenosAiresTrial-Book;
   
}

.scr {
    display: flex;
    justify-content: space-around;
}
i.fa.fa-star {
    color: #edc554;
}
.scr p{
    margin-left: 15px;
}

h1, h2, h3, h4, h5, h6, p, span{
   font-family: BuenosAiresTrial-Book;
}
strong{
    font-weight: bold;
}
img{
    max-width: 100%;
}
header {
  padding: 6px 3px 0;
    background: #fff;
}
ul li {
    list-style: none;
}
ul {
    margin: 0px;
    padding: 0;
}
.hic-slider{
    /*border-top: 7px solid #edc554;*/
}
.fluid_container{
    /*max-width: 80%;*/
    padding:0 15px;
}
.header_top {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position:relative;
}
.header_top .lft {
    display: flex;
    margin-left:0px;
}
.header_top .rht .menu {
    display: -ms-flexbox;
    display: flex;
}

.header_top .rht .menu a {
    display: inline-block;
    padding: 0px 15px;
    font-size: 18px;
    margin-left: 0;
    color: #000;
    -webkit-transition: padding 0.4s;
    transition: padding 0.4s;
    border-bottom: 6px solid transparent;
}

.header_top .rht .menu a:hover, .header_top .rht .menu a:focus, .header_top .rht .menu a:active, .header_top .rht .menu a.active {
    /*border-bottom: 6px solid rgb(222, 242, 241);*/
    border-bottom: 6px solid rgb(254, 246, 0); 
}
.header_top .rht .menu a.top-hicas-menuicon:hover{
    border:none;
}
.header_top .lft img {
    /*width: 250px;*/
      width: 100%;
    margin: 0px 0;
}
.rht {
    position: relative;
}
.rht .highlighted_btns{
 text-align: right;   
}
.rht .highlighted_btns span a{
    background-color: #f76701;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 17px;
    border-radius: 18px;
    margin-left: 12px;
    font-size: 14px;
    border: 2px solid #f76701;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rht .highlighted_btns span a:hover{
    background-color: #fff;
    border-color: #f76701;
    color: #f76701;
}
.hic-icon {
    width: 35px;
    position: absolute;
    top: 0%;
  
}

.hic-discover{
    margin:0 0 4% 0;
    position: relative;
}
.hic-d{
    display: flex;
}
.hic-d-lft {
    width: 50%;
    /*position: absolute;*/
    /*top: 0;*/
    z-index: 1;
    padding-top: 40px;
}
.hic-d-rht {
    background: rgb(32, 40, 51);
    color: #fff;
    padding: 10% 23% 160px;
    width: 70%;
    position: absolute;
    right: 0;
}
.hic-d-rht h2, .hic-d-rht h3{
font-family:BuenosAiresTrial-SemiBold;
}
.hic-d-rht h2{
font-size: 30px;
text-transform: uppercase;
}
.hic-d-rht h3{
font-size: 18px;
}
.hic-d-rht p{
    font-size: 17px;
    font-family: BuenosAiresTrial-Book;
    margin: 30px 0;

}
a.hic-view-more {
    font-family: BuenosAiresTrial-Book;
    font-size: 16px;
    border-bottom: 7px solid rgb(86, 191, 184);
    text-transform: uppercase;
    color: #fff;
    padding: 5px 8px;
}
.hic-facilities{
    background: rgb(16, 100, 102);
    padding: 30px 0;
    margin:4% 0 0px;
}
.hic-facilities p{
    color: #fff;
}
.hic-overlay:hover .hic-ovrelay-btm-facil {
    width: 200px;
    background: rgba(127, 239, 233, 0.86);
    height: 120px;
    z-index: 5;
    transition: .5s ease;
    clip-path: polygon( 100% 0%, /* top left */ 0% 0%, /* top left */ 100% 0%, /* top right */ 100% 0%, /* top right */ 100% 0%, /* bottom right */ 100% 100%, /* bottom right */ 0% 100%, /* bottom left */ 0 100% /* bottom left */ );
}
.hic-overlay:hover .hic-overlay-btm2-facil {
    transition: .5s ease;
    width: 140px;
    background: rgba(17, 167, 162, 0.71);
    height: 92px;
    clip-path: polygon( 0% 0%, /* top left */ 0% 10%, /* top left */ 0% 0, /* top right */ 0% 20%, /* top right */ 100% 0, /* bottom right */ 100% 100%, /* bottom right */47% 160%, /* bottom left */ -7% 0 /* bottom left */ );
}
.hic-ovrelay-btm-facil{
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 1;
    
}
.hic-overlay-btm2-facil{
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 5;
    
}
.hic-overlay-btm2-facil h4 {
    position: absolute;
    z-index: 5;
    bottom: 25px;
    right: 12px;
    font-size: 0px;
}
.hic-overlay:hover .hic-overlay-btm2-facil h4 {
    color: #fff;
    font-size: 16px;
    transition: .5s ease;
    text-transform: uppercase;
}
.hic-overlay-btm2-facil img {
    width: 46%;
    margin: -5px 0px;
}
.hic-facilities h1{
    color: #fff;
    font-size: 29px;
    font-family:BuenosAiresTrial-SemiBold;
    margin: 20px 0;
}
.hic-facilities p {
    color: #fff;
    font-size: 17px;
}
a.hic-view-more2 {
    font-family: BuenosAiresTrial-Book;
    font-size: 16px;
    border-bottom: 5px solid rgb(101, 251, 240);
    text-transform: uppercase;
    padding: 5px 8px;
    float: right;
    color: rgb(101, 251, 240);
    margin-top: 3%;
    width: 135px;
    text-align: center;
}
.header_top .rht .menu a.dropdown-item, .header_top .rht .menu a.dropdown-item:hover{
    border:none !important;
    padding: 5px;
}
.header_top .rht .menu a.dropdown-item:hover {
    background: #fff500;
}
/*social media*/
.hind_media1 i.fa-facebook {
    background: #000;
    color: #fff;
    padding: 7px 10px 0 10px;
    font-size: 15px;
}
.hind_media1 h4{
    font-size: 22px;
    margin:3% 0; 
}
.hind_media1 span{
  font-family:BuenosAiresTrial-Bold;
  margin-left: 6px;
}
.hind_media2 i.fa-youtube-play{
    color:#000;
}
.hind_media2 i.fa-twitter {
    /*color: rgb(96, 177, 210);*/
    color:#000;
    padding: 0px 0px;
    font-size: 25px;
}
.hind_media2 h4{
    font-size: 22px;
    margin:3% 0; 
}
.hind_media2 span{
  font-family:BuenosAiresTrial-Bold;
  margin-left: 6px;
}
.hind_instagram_1, .twitter_feeds{
    height:580px;
    overflow:auto;
}
.hind_social_media {
    padding: 35px 15px 0 15px;
    background: rgb(222, 242, 241);
}
.hind_social_media h1{
    text-align: center;
    margin-bottom:30px;
}

.fb_iframe_widget iframe {
    position: absolute;
    height: 580px !important;
    overflow: auto;
}
.hind_social_media_h1_tag{
    padding:30px;
}
.hind_social_media_h1_tag h1{
    font-family:BuenosAiresTrial-Bold;
    font-size: 28px;
    text-transform: uppercase;
}
/*end social media*/


/*recruiters*/
.hind_rec1{
    background: rgb(32, 40, 51); 

}
.hind_rec{
    padding:1% 5% 3% 5%;
    background: rgb(32, 40, 51);
    position: relative;
}
.hind_rec1 h1{
    color:#fff;
     font-family:BuenosAiresTrial-Bold;
    font-size: 28px;
    padding: 4% 30px 1%;
    text-transform: uppercase;
}
.owl-carousel .nav-btn {
    height: 70px;
    width: 70px;
    cursor: pointer;    
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}
.owl-carousel .prev-slide{
  background: url(../images/icons/prev.png) no-repeat;
  position: absolute;
  left: -70px;
    top: 10px;
  background-size: 100% 100%;
}
.owl-carousel .next-slide{
  background: url(../images/icons/next.png) no-repeat;
  position: absolute;
   right: -70px;
    top: 10px;
  background-size: 100% 100%;
 
}
/*end recruiters*/

.hic_bcl_in{
    display: flex;
    flex-wrap: wrap;
}
.hic_bcl [class*="col"]{
    padding: 0;
}
.hic_bcl{
        /*overflow: hidden;*/
}
.hic_bcl img{
   transition: transform .25s, visibility .25s ease-in;
}

.hic-overlay {
  position: relative;
}
.hic_overlay:hover .hic_bcl img {
    transform: scale(1.09);
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.hic-ovrelay-btm{
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 1;
    
}
.hic-overlay-btm2{
    position: absolute;
    bottom: 5px;
    right: 0px;
    z-index: 5;
    
}
.hic-overlay-btm2 p {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    right: 40px;
    font-size: 0px;
}
.hic-overlay-btm2 i{
    color:#fff;
}
.hic-overlay-btm2 img {
    width: 46%;
    margin: -5px 0px;
}
.hic-overlay-btm3{
     position: absolute;
    top: 0px;
    right: 0;
    left:0;
    z-index: 4;
}
.hic-overlay-btm3 p {
    font-size: 0px;
    position: absolute;
    z-index: 5;
    left: 30%;
    bottom: 50%;
}
.hic-overlay:hover .hic-overlay-btm3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 250px;
    z-index: 5;
    transition: .5s ease;
    clip-path: polygon( 100% 0%, /* top left */ 0% 0%, /* top left */ 100% 0, /* top right */ 100% 0%, /* top right */ 100% 0%, /* bottom right */ 100% 30%, /* bottom right */ 35% 100%, /* bottom left */ -60% 0% /* bottom left */ );
}
.hic-overlay:hover .hic-overlay-btm3 p{
    color: #fff;
    font-size: 22px;
    transition: .5s ease;
}
.hic-overlay:hover .hic-ovrelay-btm{
   width: 250px;
    background: rgba(127, 239, 233, 0.86);
    height: 220px;
    z-index: 5;
    transition: .5s ease;
   clip-path: polygon( 100% 0%, /* top left */ 0% 0%, /* top left */ 100% 0%, /* top right */ 100% 0%, /* top right */ 100% 0%, /* bottom right */ 100% 100%, /* bottom right */ 0% 100%, /* bottom left */ 0 100% /* bottom left */ ); 
}
.hic-overlay:hover .hic-overlay-btm2 {
    transition: .5s ease;
    width: 220px;
    background: rgba(17, 167, 162, 0.71);
    height: 165px;
    clip-path: polygon( 0% 0%, /* top left */ 0% 10%, /* top left */ 0% 0, /* top right */ 0% 20%, /* top right */ 100% 0, /* bottom right */ 100% 100%, /* bottom right */47% 160%, /* bottom left */ -7% 0 /* bottom left */ );
}
.hic-overlay:hover .hic-overlay-btm2 p {
    color: #fff;
    font-size: 22px;
    transition: .8s ease;
    text-transform: uppercase;
}
.hic-testi{
    padding:2% 0 3% 0;
}
.hic-testi-in{
    display: flex;
    margin:4% 0 2% 0;
}
.testi_lft{
     width: 50%;
}
.testi_lft img {
   width: 90% !important;
    margin: 0px;
}
.testi_rht{
       width: 50%;
}
.testi_lft, .testi_rht{
    float: left;
}
.hic-testi h1{
    padding: 30px;
     font-family:BuenosAiresTrial-Bold;
    font-size: 28px;
}
.testi_rht p {
    margin: 10% 0 5% 0;
    font-family: BuenosAiresTrial-SemiBold;
    font-size: 17px;
}
.testi_rht h3 {
    font-family: BuenosAiresTrial-SemiBold;
    border-top: 6px solid rgb(135, 252, 244);
    padding: 20px 0 0 0;
    width: calc(100% - 40%);
}
.testi_rht h4{
    color: rgb(37, 72, 76);
    font-family:BuenosAiresTrial-SemiBoldItalic;
    font-size: 14px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 5px;
    margin: 2px;
    background: #b7b7b7;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    width: 42px;
    background: rgb(76, 165, 162);
}

.hic-unique{
    padding: 4% 0;
}
.hic-unique p {
     font-family: BuenosAiresTrial-Book;
    margin: 4% 0 13% 0;
}
.hic-unique-in{
    margin: 5% 0;
    position: relative;
}
.hic-unique-in_slide, .hic-unique-in {
    display: flex;
}
.hic-unique-in_slide h2{
  font-family: BuenosAiresTrial-SemiBold;
  font-size: 20px;
}
.hic-unique-in h1{
font-family:BuenosAiresTrial-SemiBold;
    font-size: 28px; 
}
a.hic_uniq{
font-family: BuenosAiresTrial-SemiBold;
    font-size: 15px;
    border-bottom: 5px solid rgb(101, 251, 240);
    text-transform: uppercase;
    padding: 0px 8px;
    color: #298085;
    margin-top: 3%;
}
.owl-theme2 .owl-dots .owl-dot span {
    width: 46px;
    height: 2px;
    margin: 2px;
    background: #b7b7b7;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0;
}
.owl-theme2 .owl-dots .owl-dot.active span, .owl-theme2 .owl-dots .owl-dot:hover span{
    background: #000;
}
.owl-theme2 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    left: -52%;
    top: 59%;
}
.hic-cv{
    padding: 3% 0;
}
.hic-cv h1{
    font-family:BuenosAiresTrial-Bold;
    font-size: 28px; 
    text-transform: uppercase;
    border-bottom: 1px solid #c3b2b2;
}
.hic-cv-in{
    display: flex;
}
.hic-cv-in-box{
    margin-top: 10%;
}
.hic-cv-in-box h3{
      font-family: BuenosAiresTrial-Bold;
      font-size: 23px;
      margin:10px 0;
      color: #15827e;
}

.hic-cv img{
    width: 100%;
}
.hic1-1{
    padding: 0;
}
.hic2-2{
    padding-left: 30px;
}
a.view_vir_t {
    font-family: BuenosAiresTrial-SemiBold;
    font-size: 15px;
    border-bottom: 7px solid rgb(101, 251, 240);
    text-transform: uppercase;
    padding: 5px 0;
    color: #298085;
    margin-top: 3%;
}
.hic_view_vir_t {
    display: flex;
    margin: 6% 0 0 0;
}
.hic-placement{
    padding:2% 30px;
}
.hic-placement-in{
    display: flex;
}
.hic-placement h1{
    font-family:BuenosAiresTrial-Bold;
    font-size: 28px; 
    text-transform: uppercase;
    width: 60%;
    border-bottom: 1px solid #c3b2b2; 
}
.hic-placement p {
    margin: 3% 0;
    width: 57%;
    font-size: 18px;
    line-height: 34px;
}
.hic-placement img{
    margin:9% 0 0 0;
}
.table {
    width: 100%;
    /*display: block;*/
    margin: 20px auto;
}
.table th {
    text-transform: uppercase;
    font-family: BuenosAiresTrial-SemiBold;
    font-size: 16px;
    padding: 10px 23px;
    vertical-align: middle !important;
}
.table thead{
    background: rgb(70, 162, 159);
    color: #fff;
}
.table tbody{
  /*background: rgb(102, 252, 241);*/
  color:#000;
  /*font-size: 16px;*/
  /*font-family: BuenosAiresTrial-Bold;*/
  font-family: BuenosAiresTrial-Thin;
}
.owl-carousel .nav-btn1 {
    height: 70px;
    width: 70px;
    cursor: pointer;    
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}
.owl-carousel .prev-slide1 {
    background: url(../images/icons/n1.png) no-repeat;
    position: absolute;
    left: 0;
    top: 80px;
    background-size: 100% 100%;
}
.owl-carousel .next-slide1 {
    background: url(../images/icons/p1.png) no-repeat;
    position: absolute;
    right: 40%;
    top: 80px;
    background-size: 100% 100%;
}
a.view-in-details{
   font-family: BuenosAiresTrial-SemiBold;
    font-size: 15px;
    border-bottom: 5px solid rgb(58, 175, 169);
    text-transform: uppercase;
    padding: 5px 8px;
    color: #298085;
    float: right;
}
.icon-bar {
    position: fixed;
    top: 64%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgb(255, 245, 0);
    padding: 18px 3px 10px 3px;
    z-index: 12;
    border: 3px solid rgb(0, 0, 0);
    border-right: none;
}

.icon-bar a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 20px;
}
.icon-bar i.fa-facebook {
    /*background: #3B5998;*/
    background:#000;
    color: white;
    padding: 8px 7px 0 7px;
    font-size: 16px;
    text-align: center;
}
.icon-bar i.fa-twitter {
  /*color: #55ACEE;*/
  color:#000;
  padding: 8px 12px;
}
.icon-bar i.fa-google{
  /*color: #dd4b39;*/
  color:#000;
  padding: 8px 12px;
}
.icon-bar i.fa-instagram{
/*    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); */
/*background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */
/*background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */
/* padding: 4px;*/
    color: #000;
    border-radius: 5px;
}
.icon-bar i.fa-youtube-play{
  /*color: #bb0000;*/
  color:#000;
  padding: 8px 12px;
      font-size: 23px;
}

/*hicas tab & event section*/ 
.hic-up-events{
    background:#ebc71d;
    padding: 4% 0;
}
.hic-up-events h1{
    font-size: 28px;
    font-family: BuenosAiresTrial-Regular;
    margin-bottom: 3%;
    color:#000;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    /*background-color: #f1f1f1;*/
    border-bottom: 3px solid #106466;
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 21px;
    text-align: center;
    color: #000;
    background: #fdfdfd;
    font-family:BuenosAiresTrial-SemiBold;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color:rgb(33, 33, 35);
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:rgb(33, 33, 35);
  color:#fff;
  border:none;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
}

.tabcontent.active {
    display: block;
}
.tab button:nth-child(1){
    width: 12%;
    text-align: left;
    padding-left: 16px;
}
.tab button:nth-child(2){
    width: 22%;
}
.tab button:nth-child(3){
    width: 22%;
}
.tab button:nth-child(4){
    width: 22%;
}
.tab button:nth-child(5){
    width: 22%;
}
/*end hicas tab*/


.hic-up-e{
    display: flex;
    flex-wrap: wrap;
}
.hic-up1{
    width: 35%;
}
.hic-up2{
   width: 25%; 
}
.hic-up3{
    width:40%;
}
.hic-up1-head {
    color: #fff;
    width: 35%;
    padding: 17px 16px;
    background: #000;
}
.hic-up1-head h2, .hic-up2-head h2, .hic-up3-head h2{
    font-size: 19px;
    font-family: BuenosAiresTrial-SemiBold;
}
.hic-up2-head{
    width: 25%;
     padding: 13px;
    background: rgb(33, 33, 35);
    color:#fff;
}

.hic-up3-head{
    width: 40%;
    padding: 13px;
    background: #000;
    color:#fff;
}

.hic-up1-body1 {
    display: flex;
    background: rgb(222, 242, 241);
    flex-wrap: nowrap;
    padding: 18px 16px 0;
    height: 112px;
    overflow:auto;
}
.hic-up1-lft img {
    width: 104px;
    border: 4px solid #fff;
}
.hic-up1-rht{
     width: auto;
}
.hic-up1-rht p {
    /*font-size: 18px;*/
    color: #fff;
    margin: 0;
    padding: 0 14px;
}

.hic-up1-body2 {
    display: flex;
    background: rgb(251, 251, 251);
    flex-wrap: nowrap;
    padding: 19px 16px;
    height: 112px;
    overflow:auto;
}
.hic-up1-lft2, .hic-up1-lft3{
    width: auto
}
.hic-up1-lft2 img {
    width: 176px;
    border: 4px solid #fff;
}
.hic-up1-rht2 p{
    font-family: BuenosAiresTrial-Bold;
    padding: 0 14px;
}
.hic-up1-body3{
   display: flex;
    background: rgb(222, 242, 241);
    flex-wrap: nowrap;
    padding: 17px 16px; 
    height: 130px;
    overflow: auto;
}
.hic-up1-rht3 p{
   padding: 0 14px;
   color: rgb(110, 112, 111); 
}
.hic-up1-lft3 img{
    width: 245px;
    border: 4px solid #fff; 
}
.hic-up2-body1, .hic-up2-body1, .hic-up2-body2, .hic-up3-body2{
     height: 112px;
     overflow:auto;  
}
.hic-up2-body1, .hic-up2-body3 {
    background: rgb(235, 247, 247);
 
}
.hic-up2-body1 p, 
.hic-up3-body1 p{
    color: rgb(110, 112, 111);
    margin: 0;
    padding: 18px 14px;
}
.hic-up2-body2{
    background: rgb(253, 253, 253);
}
.hic-up3-body2{
    background: #fbfbfb;
}
.hic-up3-body3{
    background: #def2f1;
}
.hic-up2-body2 p, .hic-up3-body2 p{
    font-family: BuenosAiresTrial-SemiBold;
    margin: 0;
    padding: 18px 14px;
}
.hic-up2-body3, .hic-up3-body3{
    height: 130px;
    overflow: auto;
}
.hic-up2-body3 p, .hic-up3-body3 p{
    color: rgb(110, 112, 111);
    margin: 0;
    padding: 18px 14px;
 
}
.hic-up3-body1{
    height: 112px;
    overflow:auto;
    background: rgb(222, 242, 241);
}
a.view-event-box11 {
    color: #000;
    border-bottom: 8px solid rgb(0, 0, 0);
    font-family: BuenosAiresTrial-SemiBold;
    font-size: 15px;
    display: block;
    margin-top: 30%;
    width: auto;
    text-align: center;
}
/*end event section*/


footer{
     
}
footer p, footer h2, footer h3 {
    color:#fff;
}
.hic_ftr_top{
 background: rgb(64, 64, 64);
padding: 3% 30px;
}
.hic_ftr1 img{
    width: 90%;
}
.hic_ftr1 p.hic_addr{
    margin: 9% 0;
}
.hic-brd{
    border-right: 1px solid #7c7c7c;
    padding-bottom: 30px;
}
.hic_ftr2 h2, .footer_con h3, .f-map h3{
  padding: 10px;
  background: rgb(33, 33, 33);
  margin: 14px;
}
.hic_ftr2_in{
    display: flex;
}
.hic_ftr2_in ul li {
    margin: 0;
    padding: 5px;
    list-style: none;
}
.hic_ftr2_in a{
    color:#fff;
}
.hic_ftr2_in li{
    color:#fff;
}
.hic_ftr2_in li:hover{
    background: rgb(37, 72, 76);
}
.footer_con{
    display: flex;
}
.footer_con ul li{
     display: inline;
}
ul.footer_con_socio{
    margin-left: 16px;
}
.footer_con_socio li a i{
    color:#fff;
   
    margin:2px;
}
.f1{
    padding: 0;
}
.footer_map iframe{
    padding: 0 16px;
    height: 200px;
}
.hic_ftr_btm{
    background: rgb(33, 33, 33);
    padding: 1% 30px;
}
.hic_ftr_btm img{
    float: right;
    margin-top: 10px;
    padding-right: 16px;
}
.carousel-indicators{
    bottom: 53px;
}
.carousel-indicators .active {
    background-color: #65fdf1;
    width: 50px;
    height: 5px;
}
.carousel-indicators li{
    height: 5px;
    color:#566a6b;
}
.hic-placement-in:hover{
    cursor: pointer;
}
/*graph-coding*/
#chartdiv, #chartdiv2, #chartdiv3, #chartdiv4 {
  width: 100%;
  height: 500px;
}

/*end graph coding*/


.owl-carousel .nav-btn2 {
    height: 170px;
    width: 170px;
    cursor: pointer;    
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}
.owl-carousel .prev-slide2{
  background: url(../images/icons/n11.png) no-repeat;
  position: absolute;
  right: -17%;
    bottom: -12%;
  background-size: auto;
}
.owl-carousel .next-slide2 {
    background: url(../images/icons/p11.png) no-repeat;
    position: absolute;
    right: -17%;
    bottom: -27%;
    background-size: auto;
}
.hic-dfl{
    display: flex;
}
.hic-table1{
    width: 35%;
    display: flex;
    background: rgb(54, 54, 66);
    padding: 18px 16px;
}
.hic-up1-lft img {
    /*width: 104px !important;*/
    border: 4px solid #fff;
}
.hic-table2{
    width: 25%;
    background: rgb(80, 80, 92);
    padding: 18px 16px;
    color: #fff;
}

.hic-table3{
    width: 40%;
    background: rgb(54, 54, 66);
    padding: 18px 16px;
    color: #fff;
}
.hic-up1-lft{
    width:30%;
}
.hic-up1-rht{
    width:70%;
}
a.hic_uniq:hover{
    border-bottom: 5px solid rgb(16, 100, 102);
    color:rgb(16, 100, 102);
}
a.view-event-box11:hover{
    border-bottom: 8px solid rgb(16, 100, 102);
}
a.hic-view-more:hover{
    border-bottom: 7px solid #fff;
}
a.view_vir_t:hover{
    border-bottom: 7px solid rgb(16, 100, 102);
}
a.hic-view-more2:hover {
    border-bottom: 5px solid #fff;
    color: #fff;
}
a.view-in-details:hover{
    color:rgb(16, 100, 102);
    border-bottom: 5px solid rgb(16, 100, 102);
}
.hicas-banner{
    margin: 0 0 3% 0;
}
.acad-abt-in{
    margin-top:13%;
}
.acad-abt-in h1{
 font-family:BuenosAiresTrial-Bold;
    font-size: 30px; 
    color:#000;
    text-transform: uppercase;
}
.acad-abt-in p{
    font-family: BuenosAiresTrial-Regular;
    margin-top: 3%;
    font-size: 20px;
}
.acad-abt{
    margin:2% 0;
}
.acad-courses{
    background: rgb(16, 100, 102);
    padding: 3%;
}
.acad-courses-lft p{
    text-align: left;
    color: #fff;
    margin:1% 10px;
    font-family:BuenosAiresTrial-SemiBold;
    font-size: 20px;
}
.acad-courses-rht p{
    text-align: right;
    color: #fff;
    margin:1% 10px;
    font-family:BuenosAiresTrial-SemiBold;
    font-size: 20px;
}
.acad-courses-in{
    position: relative;
}
.acad-overlay {
    position: absolute;
    top: 6px;
    left: 9px;
    right: 0;
    height: 95%;
    width: 97%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.38);
    border-radius: 0px 175px 0 171px;
}
.acad-overlay2 {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 0;
    height: 95%;
    width: 97%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.47);
    border-radius: 169px 0px 169px 0px;
}
.acad-overlay3 {
    position: absolute;
    top: 7px;
    left: 6px;
    right: 0;
    height: 95%;
    width: 97%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.47);
    border-radius: 176px 0px 169px 0px;
}
.acad-overlay4 {
    position: absolute;
    top: 6px;
    left: 7px;
    right: 0;
    height: 95%;
    width: 97%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.47);
    border-radius: 0px 169px 0 174px;
}
.acad-overlay5 {
    position: absolute;
    top: 4px;
    left: 12px;
    right: 0;
    height: 95%;
    width: 96%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.38);
    border-radius: 0px 175px 0 171px;
}
.acad-overlay6 {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 0;
    height: 95%;
    width: 97%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.47);
    border-radius: 176px 0px 175px 0px;
}
.acad-overlay7 {
    position: absolute;
    top: 6px;
    left: 7px;
    right: 0;
    height: 94%;
    width: 96.5%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(217, 175, 50, 0.38);
    border-radius: 0px 172px 0 173px;
}
.acad-courses-in:hover .acad-overlay, .acad-courses-in:hover .acad-overlay2, .acad-courses-in:hover .acad-overlay3, .acad-courses-in:hover .acad-overlay4, .acad-courses-in:hover .acad-overlay5, .acad-courses-in:hover .acad-overlay6, .acad-courses-in:hover .acad-overlay7{
    cursor: pointer;
    opacity: 1;
}
.acad-d-courses{
    background: rgb(32, 40, 51);
    padding: 3%;
}
.quick-links{
    padding: 3% 0;
    /*background: rgb(240, 240, 240);*/
    background: #46a29f;
        height: 432px;
}
.link1{
    display: flex;
    justify-content: center;
    margin:5% auto;
}
.link2{
    display: flex;
    justify-content: start;
}
.hicas-highlights-courses-n{
    margin: 5% 0;
}
.link1 ul li, .link2 ul li{
    list-style: none;
    display: inline;
}
.link1 li a {
    color: rgb(41, 108, 111);
    /*color:#000;*/
    text-transform: uppercase;
    margin: 18px;
    padding:3px 0;
    border-bottom: 6px solid rgb(59, 175, 168);
    /*border-bottom: 6px solid rgb(241, 90, 38);*/
    font-family:BuenosAiresTrial-SemiBold;
}
.linkSet-top{
        display: flex;
        width: 100%;
       
}
.linkSet {
    display: flex;
  justify-content: initial;
    flex-flow: column;
    width: 25%;
}
.links{
  -webkit-font-smoothing: antialiased;
  /*border-bottom: 6px solid rgb(59, 175, 168);*/
  display: flex;
    align-items: flex-start;
  font-size: 15px;
  text-decoration: none;
  user-select: none;
  letter-spacing: 0.1em;
  color: #000;
    text-transform: capitalize;
    margin: 18px;
    padding: 3px 0;
  transform: translateZ(0);
      margin-bottom: 0px;
  outline: 90px solid transparent !important; }
 .links:hover {
     /*border-bottom: 6px solid rgb(241, 90, 38);    */
}
.links i{
        padding-right: 5px;

} 

.links a{text-decoration: none; color: #ffffff;}


.link2 li a{
     color:rgb(41, 108, 111);
    text-transform: uppercase;
    margin: 18px;
    padding:3px 0;
     border-bottom: 6px solid rgb(59, 175, 168);
     font-family:BuenosAiresTrial-SemiBold;
}
.quick-links h1{
    font-family:BuenosAiresTrial-SemiBold;
    font-size: 30px; 
    text-transform: uppercase;
    color: #ffffff;
}
.link1 li a:hover{
    /*border-bottom: 6px solid rgb(59, 175, 168);*/
    border-bottom: 6px solid rgb(241, 90, 38);
    /*border-bottom: 6px solid #000;*/
}
.link2 li a:hover{
   border-bottom: 6px solid rgb(241, 90, 38);
}
.acad-content{
    padding: 3% 0;
}
.hicas-about{
    margin:3% 0;
}
.hicas-about h1, .hicas-growth-dev h1{
    font-family:BuenosAiresTrial-SemiBold;
    font-size: 30px; 
    /*text-transform: uppercase;*/
    color: #000;
    margin:10px 0;
}
.hicas-growth-dev {
    margin: 3% 0;
    padding: 4% 0;
    background: rgb(255, 245, 0);
}
.hicas-growth-dev-box{

}
.hicas-growth-dev-box table td{
       border: 1px solid #000000 !important;
           padding: 10px;
}
.hicas-about-box1{
    box-shadow: 1px 3px #07daceb8;
}
.hicas-about-box2{
     box-shadow: 1px 3px #710179b8;
}
.hicas-about-box1, .hicas-about-box2 {
    text-align: center;
    padding: 30px;
    border-radius: 60px;
}
.hicas-about-box1 h3, .hicas-about-box2 h3{
    font-family:BuenosAiresTrial-Regular;
    font-size: 26px; 
    text-transform: uppercase;
    margin:12px auto;
    color: #000;
}
.acad-content h1{
   font-family:BuenosAiresTrial-Regular;
    font-size: 30px; 
    text-transform: uppercase;
    margin:12px auto;
    color: #000; 
}

/*COURSES*/
.hicas-breadcrumbs{
    padding:12px;
    background: rgb(222, 222, 222);
    font-size: 18px;
}
.hicas-breadcrumbs p{
    color: #000;
}
.fluid-container {
    max-width: 80%;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}
.hicas-department{
    margin:2% 0;
}
.hicas-department h1{
   font-family:BuenosAiresTrial-SemiBold;
    font-size: 28px; 
    text-transform: inherit;
    margin:10px 0 30px;
    color: #000;  
}
.hicas-department h2, .hicas-highlights h2, .hicas-highlights-courses-n h2{
   font-family:BuenosAiresTrial-Regular;
    font-size: 26px; 
    text-transform: inherit;
    margin:12px 0;
    color: #f76701;  
}
.hicas-department p{
    font-size: 19px;
    text-align:justify;
}
.hicas-department ul li{
    font-size: 19px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 18px; 
    padding-top: 5px;
}
.hicas-department ul li:before{
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 3px;
    color: #f23717;
}

.hicas-highlights {
    margin: 2% 0;
}
.hicas-highlights-new {
    margin: 0;
    background: #52a8a5;
    z-index: -1;
    position: relative;
    margin-top: -76px;
    padding: 5% 0 4%;
}
.hicas-highlights-new h2{
    font-family: BuenosAiresTrial-Regular;
    font-size: 26px;
    text-transform: capitalize;
    margin: 12px 0;
    color: #fff;
}
.hicas-highlights-in{
  /*  display: flex;
    flex: wrap;*/
}
.ul_style li:before {
    content: "\f054";
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 3px;
    color: #f23717;
}
.ul_style li {
    padding-bottom: 14px;
    padding-left: 24px;
    position: relative;
    padding-right: 12px;
    font-size: 19px;
}
.hicas-new-course{
    padding:3% 0;
    margin-bottom: 0;
     background: rgb(255, 245, 0);
}
.hicas-new-course h2{
    font-size: 24px;
    font-family:BuenosAiresTrial-Regular;
    text-transform: capitalize;
   
}
.hicas-new-course-in{
    margin: 30px 0;
}
.ul_style2 li {
    padding-bottom: 14px;
    padding-left: 24px;
    position: relative;
    padding-right: 12px;
    font-size: 17px;
}
.ul_style2 li:before {
    content: "\f054";
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    font-size: 17px;
    top: 3px;
    color: #fff;
}
.hic-d2 {
    display: flex;
    background: linear-gradient(to left, rgb(32, 40, 51) 0%,rgb(32, 40, 51) 50%,rgb(32, 40, 51)70%,transparent 70%,transparent 100%);
    padding: 40px 0;
}
.hic-d-lft2 {
    width: 50%;
}
.hic-d-rht-course {
    width: 50%;
    color: #fff;
    padding: 50px;
}
.hic-d-rht-course h2 {
    font-size: 32px;
    text-transform: uppercase;
}
.hic-d-rht-course p {
    font-size: 17px;
    font-family: BuenosAiresTrial-Book;
    margin: 10px 0;
}
.hic-d-rht-course h3{
    font-size: 19px;
    margin:30px 0 10px 0;
}
.hic-discover2 {
    margin: 30px 0;
}
/*END COURSES*/

.hic-d-rht-discover{
    width: 50%;
    color: #fff;
    padding:5% 50px;
}
.hic-d-rht-discover p{
    width: 50%;
}
.hic-discover-main{
    margin-bottom:40px;
}
.hic-d-rht-discover h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: BuenosAiresTrial-SemiBold;
}
.hic-d-rht-discover  h3 {
    font-size: 18px;
    font-family: BuenosAiresTrial-SemiBold;
}
.hic-d-rht-discover p{
    margin:30px 0;
    font-size: 18px;
}
.hicas-new-placement{
    line-height:0;
}
.hicas-highlights11{
    padding:40px;
    background: #ebc71d;
    position:relative;
}
.hicas-highlights11 h1{
    font-size:30px;
    text-align:center;
    margin:20px auto;
}
.hicas-highlights11 img{
    width:50px;
    margin-bottom:30px;
}

.hicas-highlights-in11 [class *="col"]{
  
}
.h1-box1 {
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
}
.highlights1-in {
    
    padding: 20px;
}
.highlights1-in p {
    font-size: 16px;
}
.highlights1-overlay {
    height: 100%;
    background: #fff;
    color: #000;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.highlights1-overlay h3 {
    -webkit-transition: -webkit-transform 0.8s;
    /*position: relative;*/
    transition: transform 0.8s;
    /*-webkit-transform: translate3d(0,200%,0);*/
    /*transform: translate3d(0,200%,0);*/
    color: #000;
    text-align: center;
    /*bottom: 26%;*/
}
.highlights1-overlay p {
    color: #000;
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    -webkit-backface-visibility: hidden;
}
.h1-box1:hover .highlights1-overlay{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    height: 100%;
    /*cursor: pointer;*/
}

/*.h1-box1:hover .highlights1-overlay h3 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}*/
.h1-box1:hover .highlights1-overlay p {
    opacity: 1;
}

/*about-us*/
.hicas-aboutus-test1{
    padding:80px 0; 
    background: url(../images/banner/hicas-bg2.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin:3% 0 0 0;  
}
.hicas-aboutus-test1 h1{
    color: #FC9928;
    font-size: 36px;
    text-transform: uppercase;
    font-family: BuenosAiresTrial-Bold;
}
.hicas-aboutus-test1 p{
    font-size: 18px;
    color:#fff;
}
.hicas-about-2{
    margin: 0;
}
.hicas-about-2 h1{
    font-family: BuenosAiresTrial-Regular;
    font-size: 26px;
    text-transform: capitalize;
    margin: 12px 0;
    color: #f76701;
}
/*end about us*/


/*contact us*/
.hicas-contactus{
    margin:5% 0;
    position:relative;
}
.c-left {
    position: absolute;
    left: 20%;
    top: 7%;
    width: 670px;
    padding: 30px;
    box-shadow: 1px 3px 2px #a08d8d;
    z-index: 5;
    background: #fff;
}
.c-left h1{
    font-size:33px;
    margin:3% 0;
}
.contact-form-new {
    padding: 30px;
    background: #444d4f;
}
.btny1{
    background:yellow;
}
.hicas-contactus h2{
        font-size: 26px;
    margin-bottom: 2%;
}
/*end contact us*/


/*placement*/
.hicas-placement{
    margin:3% 0;
}
.hicas-placement h1{
   color: #FC9928;
    font-size: 34px;
    /*text-transform: uppercase;*/
    font-family: BuenosAiresTrial-Bold; 
}
.hicas-placement p{
    margin:10px 0;
    text-align: justify;
}

/*end placement*/


/*naac coding start*/
.hicas-naac-new{
    margin:15px 0 7% 0;
}
.naac-i1 li:before {
    content: '';
    background: #46a29f;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}
.naac-i1 li a {
    float: left;
    width: calc(100% - 20px);
    font-size: 17px;
    font-family: auto;
    color:#000;
    font-family:BuenosAiresTrial-SemiBold;

}
.naac-box-1 {
    background: #46a29f;
    color: #fff;
    font-size: 19px;
    padding: 10px 15px;
}
.naac-box-2 {
    padding: 14px 10px 20px 16px;
    border: 1px solid #46a29f;
    border-top: none;
    float: none;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.naac-i1 li {
    padding-bottom: 4%;
    display: flex;
}

.hicas-naac-new-in:hover .naac-box-1{
    background: rgb(44, 53, 50);
}
.hicas-naac-new-in:hover .naac-i1 li:before{
    background: rgb(44, 53, 50);
}
/*naac coding end*/


/*new course design*/
.hicas-c-new-l {
    margin-left: 8%;
    border-left: 1px solid rgb(177, 177, 177);
    padding: 0 15px;
}
.hicas-c-new-l-box1{
    display:flex;
        align-items: flex-start;
        margin-bottom:3%;
}
.hicas-c-box-n-lft{
    width:10%;
}
.hicas-c-new-l-box1 img {
    width: 70%;
    margin: 18%;
}
.hicas-c-box-n-rht{
    width:80%;
}
.hicas-c-new-l-box1 h2{
    text-transform:uppercase;
    color:#000;
    margin:0 0 6px 0;
    border-bottom:1px solid rgb(177, 177, 177);
}
.hicas-faculty{
    padding:3% 0;
}
.hicas-faculty [class*="col"]{
    margin:2% 3%;
}
.hifc-1 {
   box-shadow: 0px 0px 3px #847676;
    padding: 14px 33px 14px 25px;
    border-bottom: none;
}
.hifc-1 img {
    margin-bottom: 10%;
    width: 100%;
    
}

.hifc-1 h2 {
    text-align: left;
    font-family:BuenosAiresTrial-Bold;
    font-size:20px;
    margin: 0;
}
.hifc-1-box{
    background: #202833;
    padding:10px;
}
.hifc-1-box p {
    color: #04f1ec;
    text-align: right;
    text-decoration: underline;
    font-size: 17px;
}

.hifc-1 a{
      color:#000;
}
.hicas-faculty [class*="col"]:hover{
    cursor:pointer;
}
.hicas-faculty [class*="col"]:hover .hifc-1 img{
    box-shadow: 12px 12px 1px #52a8a5;
}
.hicas-faculty [class*="col"]:hover .hifc-1{
    background:#00fef4;
    cursor:pointer;
}
.hicas-faculty h1{
    font-family:BuenosAiresTrial-Bold; 
    font-size:26px;
    margin-bottom:2%;
    color:#f76701;
}

.hicas-new-alumni{
    background:rgb(82, 168, 165);
    padding:25px 0;
}
.hicas-new-alumni h1{
    font-family:BuenosAiresTrial-SemiBold; 
    font-size:26px;
    margin-bottom:2%;
    color:#fff;
    text-transform:uppercase;
}
.hic-na-box{
    display:flex;
    justify-content:space-between;
      flex-wrap:wrap;
}
.hic-na-box-lft {
    width: 15%;
}

.hic-na-box-rht {
    width: 83%;
     position:relative;
}
.hic-na-box-rht p {
    line-height: 36px;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: -5px 4px 3px rgba(86, 82, 82, 0.4196078431372549);
}
.hic-na-box-rht-btm{
    margin-top:3%;
   display:flex;
   flex-wrap:wrap;
}
.hic-na-box-rht-btm i{
    color:#02fdf6;
}
.hic-na-box-rht:before {
    content: '';
    border-width: 0px 0px 23px 23px;
    border-color: rgba(255, 255, 255, 0) #ffffff;
    border-style: solid;
    display: block;
    position: absolute;
    left: -15px;
    top:18px;
    transform: rotate(-180deg);
}
.hic-na-box-rht-btm span {
    color: #fff;
    margin-left: 5px;
    position: relative;
    bottom: 3px;
}
.hic-na-box-rht-btm p {
    line-height: unset;
    background: transparent;
    padding: unset;
    border-radius: 0px;
    box-shadow: unset;
}
/*end new course design*/



/*UG Courses*/
h1.hicasline{
    font-size: 30px;
    font-family:BuenosAiresTrial-Bold;
    text-align: center;
}
.grid1 {
    display: flex;
    /*padding: 3% 0;*/
    flex-wrap: wrap;
    margin: 0 -10px;
}
 
/* Common style */
.grid1 figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 1% 20px;
    width: 33.33%;
    height: auto;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    margin: 15px 0;    
    cursor: pointer;
}
.grid1 figure a{
    display: block;
    height: 100%;
    box-shadow: 0px 1px 7px #ddd;
    border-radius: 6px; 
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.grid1 figure a:hover{
    box-shadow: 0px 1px 8px #ccc;
}
.grid1 figure img {
	position: relative;
	display: block;
	/*opacity: 0.8;*/
	width:100%;
}

.grid1 figure figcaption {
	padding: 1em;
	color: #fff;
	font-size: 1.2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption > a {
	/*position: absolute;
	top: 0;
	left: 0;*/

}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid1 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid1 figure h2 span {
	font-family: BuenosAiresTrial-Bold; 
	    margin-left: 5px;
}

.grid1 figure h2,
.grid1 figure p {
	margin: 0;
}

.grid1 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


.hicas-ug-course-list h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #f07609;
    font-weight: 600;
    margin: 20px 0 0 ;
}

/* Individual effects */

/*---------------*/
/***** hicas *****/
/*---------------*/

figure.effect-hicas {
	/*background: #2f3238;*/
}

figure.effect-hicas img {
	max-width: none;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-hicas figcaption {
	text-align: left;
}

figure.effect-hicas h2 {
    position: relative;
    padding: 5px 0;
    font-size: 21px;
    color: #f07609;
}

figure.effect-hicas p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0;
	/*background: rgba(255,255,255,0.9);*/
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	/*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);*/
}

figure.effect-hicas p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-hicas p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-hicas p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-hicas:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-hicas:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-hicas:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-hicas:hover img {
	/*opacity: 0.4;*/
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-hicas:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/

/*end ug courses*/




/*LATEST  NEWS*/
.hicas-ne-lft h2{
    font-family: BuenosAiresTrial-Bold;
    font-size:25px;
    margin-bottom:20px;
}
.hicas-ne-rht h2{
 font-family: BuenosAiresTrial-Bold;
    font-size:21px;
    margin-bottom:2%;
}
.hln_box1{
    padding: 10px 6px;
    margin-bottom: 13px;
}
.hln_box1 a{
    color:#000;
}
.hln_box1 p{
    font-family: BuenosAiresTrial-Book;
}
.hln_box1 h4{
    font-family: BuenosAiresTrial-Light;
}
.hicas-ne-rht{
    background:#fff;
    padding:30px;
}
/*END LATEST NEWS*/

/*Achievements*/
.hicas-a1-box {
    margin: 0 0 3%;
    background: rgb(255, 255, 87);
    border-radius: 10px 30px 33px 20px;
    padding: 4px 14px 28px;
    border-bottom: 2px solid #f23718;
    box-shadow: 0px 2px 3px #352323;
}
.hicas-achieve-in h1{
     font-family:BuenosAiresTrial-Bold;
    font-size: 28px;
    margin-bottom:2%;
}
.hicas-a1-box h2{
    font-family:BuenosAiresTrial-SemiBold;
    font-size: 23px;
    margin: 20px 0 10px 0;
}
.hicas-a1-box img{
        width: 95px;
    margin: 0px 15px;
}
/*end achievements*/


/*campus-life*/
.campus-life{
    margin-bottom:3%;
}
.well {
    padding: 8px 0 8px 0px;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    opacity: 1;
    border-left: 0;
    border-top: none;
    border-radius: 0px;
    /* background: linear-gradient(rgb(255, 228, 135), rgba(255, 228, 135, 0.45)), url(../images/ngp/bg2.jpg)no-repeat; */
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000000;
    background-color: #ffffff;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
    
}
.profil {
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    background: #edc554;
}
.nav-stacked>li {
    float: none;
    width: 100%;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
#nav-tabs-wrapper i {
    margin: 0 10px;
    color: orangered;
}    
#nav-tabs-wrapper span {
    font-size: 19px;
}


.nav-tabs>li>a {
    margin-right: 0;
    border:none;
    border-radius: 0px;
    }
.tab-content > .active {
    display: block;
    visibility: visible;

}
.nav-tabs {
    border-bottom: none;
}

h3.heading_11 {
    color: #000;
    text-align: left;
    padding: 0;
    font-size: 2.5em;
    line-height: 50px;
    margin-bottom: 7px;
}

.nav-pills>li>a {
    border-radius: 0;
    color: #000000;
    padding: 8px 12px;
    float: left;
    width:100%;
    border-bottom: 1px dashed #ccc;
    font-size: 17px;    
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    /*background-color: #fff500;*/
    transition: all .5s cubic-bezier(0.65, 0.05, 0.36, 1) 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    float: left;
    width: 100%;
    color:#b88d15;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #b88d15;
    cursor: pointer;
    background-color: #fff;
    /*border: none;*/
    width: 100%;
    float: left;
}
.fade:not(.show) {
    opacity: 1;
}
.hicas-ai-cam{
    margin:10px 0;
}
.hicas-ai-cam h2{
    font-size: 23px;
        color: #f76701;
        margin:10px 0 5px 0;
}
/*end campus life*/

/*footer start*/
.hic_ftr2_in a{
    text-transform:uppercase;
}
.hic_ftr2_in ul li {
    margin-right: 7px;
    padding: 5px;
    list-style: none;
    display: inline-block;
}

.hic_ftr2_in li.f_hie1 {
    padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
    background: rgb(77, 69, 142);
    font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
}

.hic_ftr2_in li.f_hie2 {
    padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
    background: rgb(243, 76, 138);
    font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
}
.hic_ftr2_in li.f_hie3{
     padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
    background: rgb(236, 97, 64);
     font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
}
.hic_ftr2_in li.f_hie4{
    background:rgb(157, 84, 144);
     padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
       

}

.hic_ftr2_in li.f_hie5{
    background:rgb(171, 191, 70);
     padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
   margin: 15px 10px 15px 40px;

}
.hic_ftr2_in li.f_hie6{
    background:rgb(84, 130, 226);
     padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);

}
.hic_ftr2_in li.f_hie7{
  padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
    background: rgb(12, 151, 170);
}
.hic_ftr2_in li.f_hie8{
  padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
    background: rgb(219, 37, 34);
        
}
.hic_ftr2_in li.f_hie9{
  padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
    background: rgb(55, 137, 13);
    margin-left: 95px;
}
.hic_ftr2_in li.f_hie10{
  padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
    background: rgb(255, 119, 1);
}
.hic_ftr2_in li.f_hie11{
  padding: 9px 12px;
    border-radius: 25px 0px 21px 0px;
      font-size: 11px;
    box-shadow: 0px -1px 2px rgba(207, 201, 255, 0.7607843137254902);
    background: rgb(0, 164, 198);
}

.hic_ftr2_in li.f_hie1:hover, .hic_ftr2_in li.f_hie2:hover, .hic_ftr2_in li.f_hie3:hover, .hic_ftr2_in li.f_hie4:hover, .hic_ftr2_in li.f_hie5:hover, .hic_ftr2_in li.f_hie6:hover, .hic_ftr2_in li.f_hie7:hover, .hic_ftr2_in li.f_hie8:hover, .hic_ftr2_in li.f_hie9:hover, .hic_ftr2_in li.f_hie10:hover, .hic_ftr2_in li.f_hie11:hover{
        border-radius: 0px 25px 0px 21px;
        cursor:pointer;
            transition: border-radius ease 0.5s;
}
body.wh-widget-send-button-mobile div.wh-widget-send-button-wrapper div.wh-widget-send-button-wrapper-list>a.wh-widget-button div.wh-widget-button-icon svg {
    width: 48px;
    background: #fff500;
    color: #000;
}

/*footer end*/

/*trust details*/
.hicas-trust{
    margin:3% 0;
    position:relative;
}
.hicas-trust > .container > .row > .col-md-9 {
    padding: 0;
}
.hicas-trust > .container > .row > .col-md-9.mob_order {
    padding: 0 15px;
}
.hicas-trust-rht {
    /*position: absolute;*/
    position: relative;
    left: -15px;
    background: #ffffffe0;
    top: 0;
    box-shadow: 4px 2px 8px #525151;
    padding: 31px;
    border-radius: 0;
    /*height: 328px;*/
    height: 100%;
}
.hicas-trust-rht h2, .hicas-trust-lft h2{
    font-size:26px;
    margin-bottom:2%;
}
.hicas-trust-lft {
    /*position: absolute;*/
    position: relative;
    right: -4%;
    bottom: 2%;
    box-shadow: 4px 2px 8px #525151;
    padding: 31px;
        /*height: 326px;*/
        height: 100%;
}
.hicas-trust-rht p{
    font-size:16px;
}
/*end trust details*/



/*campus life*/
.hicas-campus-images-box{
    margin:2% 0;
}
.hicas-campus-images-box1{
    border-radius: 0px 130px 0px 130px;
}
.hicas-campus-images-box2{
    border-radius: 130px 0px 130px 0px;
}
/*end campus life*/

/*coe start*/
.hicas-coe-prof{
    margin: 6% 0 9%;
    position: relative;
}
.hicas-coee-rht {
    position: absolute;
    left: -4%;
    top: -18%;
    box-shadow: 4px 2px 8px #525151;
    padding: 31px;
}
.hicas-coee-rht h2{
        font-size: 27px;
    color: rgb(255, 129, 0);
}
.hicas-coee-rht p{
    font-size:16px;
    text-align:justify;
}
/*end coe */


/*news tab*/

.news-tab button:nth-child(1) {
    width: 25%;
    text-align: center;
    padding-left: 16px;
}
.news-tab button:nth-child(2), .news-tab button:nth-child(3), .news-tab button:nth-child(4) {
    width: 25%;
}
h3.news-heading {
    color: #000;
    text-align: left;
    padding: 10px;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 0px;
    border: 1px solid #000;
    border-bottom: none;
    width: 50%;
    text-align: center;
}
.hicas-ai-cam-news{
    padding:10px;
    height: 400px;
    overflow:hidden;
    border:1px solid #000;
}
.cam-news-box1{
    margin:0 0 3% 0;
}
.cam-news-box1 h2{
     font-family:BuenosAiresTrial-SemiBold;
     margin:5px 0;
}
.cam-news-box1 p{
    font-size:16px;
}
/*end news tab*/



/*HINDUSTHAN INSTITUTIONS BLOG CSS */

.hind_ins_p_1 h1 {
font-size: 32px;
}
.hind_header_blogs {
    background: rgb(4, 21, 51);
    padding: 20px;
    z-index: 99;
}
.hind_header_blogs img{
    width:50%;
}
.hind_header_blogs ul li{
    display:inline;
    list-style:none;
        font-family: BuenosAiresTrial-Book;
}
.hind_header_blogs li a{
    color:#fff;
    padding:14px;
    font-size: 20px;
}
.hind-blogs-content{
    margin:2% 0 5%;
}
.act-new1 {
    float: left;
    margin: 6% 0 0 0;
}
.act-new1, .act-new2 {
    width: calc(50% - 19px);
    padding: 0px;
    position: relative;
    display: block;
    border: 2px solid #c9b000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fcfcfc;
    padding: 20px;
}
.timeline-line + .act-new1 {
    margin-top: 0px;
}
.act-new1 h2, .act-new2 h2{
    text-align: right;
    font-size: 34px;
   margin-bottom: 2%;
    background-color: rgb(0, 77, 149);
    color:#fff;
    padding: 13px 18px;
}
.act-new1 h3, .act-new2 h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 10px;
    padding: 0;
}
.act-new1 p, .act-new2 p {
    font-size: 16px;
    color: rgb(131, 114, 114);
    margin: 2% 0;
}
.act-new1 .ult-timeline-arrow {
    right: -1px;
    top: 30px;
    position: absolute;
    height: 0;
    width: 1px;
}
.act-new1 .ult-timeline-arrow s {
    border-width: 9px 0 9px 10px;
    border-color: rgba(255,255,255,0) #d0d0d0;
    border-style: solid;
    display: block;
    position: relative;
    top: 0;
}
.act-new1 .ult-timeline-arrow {
    right: -1px;
    top: 30px;
    position: absolute;
    height: 0;
    width: 1px;
}
.act-new2 {
    float: right;
    margin: 6% 0 0 0;
}

.act-new2 .ult-timeline-arrow {
    left: -2px;
    top: 65px;
    position: absolute;
    height: 0;
    width: 1px;
    transform: rotate(180deg);
}
.act-new2 .ult-timeline-arrow s {
    border-width: 9px 0 9px 10px;
        border-color: rgba(255,255,255,0) #d0d0d0;
    border-style: solid;
    display: block;
    position: relative;
    top: 0;
}
.timeline-line {
    position: absolute;
    left: 50%;
    margin-left: 0;
    height: 100%;
    border-right: 1px solid #d0d0d0;
    z-index: -1;
    top: 0;
    bottom: 0;
}
.timeline-line2 {
    position: absolute;
    left: 50%;
    margin-left: 0;
    height: 100%;
    border-right: 1px solid #d0d0d0;
    z-index: -1;
    top: 155%;
}
.timeline-dot {
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    position: absolute;
    top: 32px;
    display: block;
    padding: 3px;
    background-color: rgb(201, 176, 0);
    right: -32px;
}


.act-new2 .timeline-dot {
    left: -28px;
    top: 47px;
}
.act-new-box{
    width: 100%;
    display: block;
    margin: 0 auto; 
        position: relative;
}
.blog-box{
    width:100%;
    height:300px;
    overflow: hidden;
}
.blog-slider {
    position: relative;
}

.act-new-box h4{ 
    padding: 5px 0;
    font-size: 14px;
    background: #f8f8f8;
    width: 15%;
    color: #ef8900;
    text-align: center;
    margin-top: 14px;
    box-shadow: 1px 2px 3px #a9a6a6;
}
.blog-icons{
    font-size: 15px;
    color: #5f5e5e;
    display: inline;
    padding:0 3px 0 0;
    margin-bottom: 10px;
}
.blog-icons .fa{
    color: #7f7462;
    font-size: 14px;
    padding: 0px 4px;
}
.act-new24{
    margin-top: 10%;
}
.hind-pagination{
    margin: 2% 0;
}
.flx_it {
    display: flex;
    justify-content: center;
}
.blog-desc-right{
    box-shadow: 1px 2px 5px #c6c0c0;
    padding-bottom: 3%;
}
.blog-desc-right img{
    width:100%;
}
.blog-desc-right h4 {
    padding: 5px 0;
    font-size: 18px;
    color: #ef8900;
    margin-top: 10px;
}
.blog-desc-right-top, .blog-desc-right-in{
    padding: 20px;
}
.blog-desc-right-in h2, .blog-desc-right-article h2 {
    color: #6c6464;

    font-size: 28px;}
.hind-blog-description{
    margin: 3% 0;
}
.hind-blog-description p {
    font-size: 16px;
}
.hind-blog-description h1 {
    font-size: 35px;
}
.blog-desc-right-article {
    padding: 4px 20px;
}

.hind-blog-left1-lp {
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
    margin:10px 0;
     color: #000;
}
a.hind-blog-left1-lp:hover {
    color: #f75d44;
}
/*.lp-lft {
    width: 160px;
    border: 1px solid rgb(242, 137, 0);
    padding: 5px;
    color: rgb(220, 136, 11);
    text-align: center;
    margin-top: 10px;
}*/
.lp-lft {
    border: 1px solid rgb(242, 137, 0);
    padding: 10px 20px;
    color: rgb(220, 136, 11);
    text-align: center;
    margin-top: 10px;
    flex: 0 0 94px;
        padding: 9px;
        font-size: 15px;
}
.lp-rht {
    margin: 8px 20px;
}
.hind-blog-left1 {
    padding: 5px;
    
}
.hind-blog-left1 h3, .hind-blog-left2 h3{
    font-size: 25px;
    color: #676664;
}
.make-border{
    border-left: 1px solid rgb(208, 205, 205);
}
.hind-blog-left2{
    margin:14px 0;
}
.hind-blog-left2 p{
        font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #d1cccc;
}
.hind-blog-left2-in a{
    color: #000;
}
.hind-blog-left2-in a:hover{
        color: #f75d44;
}

/*blog categories*/

.blog_categories {
    padding: 4% 0;
    background: #fbfbfb;
}
.blog_categories h2{
    text-align: center;
    margin-bottom: 30px;
    font-family:BuenosAiresTrial-Bold;
    color: #000;
}

.blg_c_in_box {
    width: 100%;
    box-shadow: 0px 1px 7px 4px #86868663;
    padding: 20px 0px 0px 0;
    display: block;
    margin: 3% auto;
    background: #fff;
}

.blg_c_in_box_f{
    display: flex;
    flex-wrap: wrap;
}
a.bt_categories {
    line-height: 4.19em;
    border: 2px solid #ff8a00;
    text-align: center;
    padding: 10px;
    color: #ff8a00;
    font-family: BuenosAiresTrial-Book;
}
.blg_c_in_box h5 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 14px;
        padding: 0 16px;
}
.blg_c_in_box span{
    color: #ff8a00;
    font-family: BuenosAiresTrial-Book;
}
.blg_c_in_box h4{
    color: #ff8a00;
    font-family: BuenosAiresTrial-Bold;
        padding: 0 16px;
}
.blg_c_in_box h3 {
    font-size: 35px;
    font-family: BuenosAiresTrial-Bold;
    color: #565252;
        padding: 0 16px;
}
.blg_c_in_box_f p{
    text-align: justify;
    font-size:16px;
}
.blg_c_footer{
    padding: 16px;
    border-top:1px solid rgb(179 179 179 / 43%);
}
span.flot-rht{
    float: right;
}
.blog_categories h2 {
    text-align: center;
    margin-bottom: 0px;
    font-family: BuenosAiresTrial-Bold;
    color: #000;
    font-size: 40px;
}
/*end blog categories*/

/*end news events*/

/*principal desk*/
.hicas-principal{
    margin-bottom:3%;
}
.hicas-principal h2 {
    font-size: 24px;
}
.hicas-principal h1 {
    font-size: 29px;
    font-family: BuenosAiresTrial-Bold;
}
.hicas-principal h3 {
    padding: 30px;
    background: #fff500;
    font-size: 17px;
}
.hicas-princi-rht1{
    margin:5% 0;
}
.hicas-princi-para1 {
    box-shadow: 1px 2px 3px #545454;
    padding: 20px;
    margin: 2% 0;
}
/*end principal desk*/

/*li-menu-icon*/
.menuIcon {
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    bottom: 20%;
}
.bar1, .bar2, .bar3 {
    width: 32px;
    height: 4px;
    background-color: #000;
    margin: 4px 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 4px;
}
.bar3 {
    width: 22px;
    margin-left: 10px;
}
.more_menu {
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #1a1a1a;
    z-index: 91;
    min-width: 250px;
    display: none;
}
.header_top .more_menu ul {
    display: block;
}
.more_menu li {
    display: block;
}
.header_top .more_menu ul li:first-child, .header_top .more_menu ul li {
    margin: 0px;
}
.header_top .more_menu ul a {
    color: #fff !important;
    padding: 8px 12px !important;
    margin: 0px !important;
    border-bottom: 1px solid rgb(169, 169, 169) !important;
    width: 100%;
}
.menuIcon2{
    display:none;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
/*end li-menu-icon*/


/*bluebox*/
.hicas-pl-bluebox{
    margin:2% 0;
    padding:30px 0;
    background:rgb(0 254 244);
}
.bb1 {
    display: flex;
    justify-content: center;
    align-items: self-end;
}
.bb2 {
    display: flex;
    justify-content: center;
    align-items: self-end;
    margin:20px auto;
}
.bb1 img, .bb2 img{
    padding:8px;
}
.hicas-pl-bluebox p{
    text-align:center;
}
.hicas-placement-graphics1{
    margin-top:2%;
}
.hicas-placement-graphics1 h2{
    font-family: BuenosAiresTrial-Regular;
    font-size: 26px;
    text-transform: capitalize;
    margin: 12px 0;
    color: #f76701;
}
.hicas-placement-graphics1-in{   
    padding:20px 0;
    background: #33bfd8;
}
.acad-boxes-placement{
    padding:6% 0;
   background: rgb(16, 100, 102);
}
.d-hfordesk, .d_hide{
    display:none;
}
/*end bluebox*/



/*alumni*/
.hicas-alumni, .griev{
    margin-bottom:3%;
}
.hicas-alumni h1, .griev h1 {
    color: #FC9928;
    font-size: 34px;
    /* text-transform: uppercase; */
    font-family: BuenosAiresTrial-Bold;
}
.hicas-alumni h3, .griev h3{
    font-size: 19px;
    margin: 10px 0;
    font-family: BuenosAiresTrial-Bold;
}
.hicas-alumni h2, .griev h2 {
    font-size: 25px;
    margin: 8px 0;
    font-family: BuenosAiresTrial-Regular;
}
input.btn.btny11 {
    background: #000;
    color: #fff;
}


/*end*/

/*grievance*/
.griev input, .griev textarea{
    border: none;
    border-bottom: 1px solid #d2cfcf;
    border-radius: 0px;
}

/*end*/

/*home scroll*/
.hicas-scroll-news{
    padding:10px;
    background:#000;
    color:#fff;
}
.hicas-scroll-news {
    padding: 14px 0;
    background: rgb(33 33 35);
}
.hicas-scroll-news a, .hicas-scroll-news p{
    color: #fff;
    font-size:16px;
}
.hicas-scroll-news span{
    margin: 0 5px 0 0;
}
.hicas-scroll-news span.sph2{
    margin-left:13px;
}
.hicas-scroll-news img{
    width: 40px;
}
.hicas-scroll-news span.flash-news {
    text-align: right !important;
    display: block;
}
/*end*/



/*new coe*/
.hicas-princi-desk {
    margin: 3% 0 2% 0;
    position: relative;
}
.hicas-coes-rht {
    position: absolute;
    left: -34px;
    background: #ffffffe0;
    top: 30%;
    box-shadow: 4px 2px 8px #525151;
    padding: 40px;
    border-radius: 0;
    height: auto;
    width: 100%;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #99202f;
    box-shadow: 1px 2px 3px #adadad;
}
.coes-boxes-top h2 {
    position: absolute;
    top: -36px;
    left: 6%;
    width: auto;
    color: #fff;
    background: #72030c;
    padding: 10px 25px;
    font-size: 22px !important;
}
.coes-princi-para1 {
    margin-top: 10%;
    height: auto;
    width: 100%;
    padding: 30px;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #72030c;
    box-shadow: 1px 2px 3px 1px #a09696;
}
.coes-btm h2 {
    position: absolute;
    top: -36px;
    left: 8%;
    width: auto;
    color: #fff;
    background: #72030c;
    padding: 10px 25px;
    font-size: 22px !important;
}
.coes-princi-para1 p {
    text-align: justify;
}


/*end new coe*/


.on-fee {
    position: absolute;
    right: 0px;
    top: 17%;
}
.on-fee li {
    background: #ed6301;
    color: #fff;
    padding: 9px 10px;
    box-shadow: 1px 2px 3px #828282;
    border-radius: 10px;
}
.on-fee li:hover {
    background: #333298;
}

.on-fee ul li {
    display: inline;
    margin: 0 10px;
}
.on-fee a{
    color:#fff;
}
.on-fee a:hover {
    color: #fff;
}


.clearfix{
    clear:both;
}
img.three60-hic1 {
    width: auto !important;
    float: right;
    margin-right: 80px;
    margin-top: -38px;
}

.on-fee li.hicas-results{
    -webkit-animation-name: hicas-results-anime;
    -webkit-animation-duration: 1.5s;
    animation-name: hicas-results-anime;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    background-color:  #333298 !important;
}
.on-fee li.hicas-results2 {
    -webkit-animation-name: hicas-results-anime;
    -webkit-animation-duration: 1.5s;
    animation-name: hicas-results-anime;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    background-color: #ff349b !important;
}
@-webkit-keyframes hicas-results-anime {
  50%   {
    background-color:  #333298;
  }
  100% {
  	background-color: #4caf50;
  }
}


@keyframes hicas-results-anime {
  50%   {
  	background-color:  #333298;
  }
  100% {
  	background-color: #4caf50;
  }
}




/*top menu*/
/*ul.rht-men-hics{*/
/*    float:right;*/
/*}*/
.topmenu li:after {
    content: "";
    border-right: 1px solid #000;
    padding-left: 20px;
}

.topmenu li {
    margin: 0 10px;
}
.topmenu ul li {
    display: inline-block;
    font-size:15px;
}
.topmenu {
    background: #edc554;
    padding: 10px 20px;
     display:flex;
         justify-content: flex-end;
}
.topmenu li a{
    color:#000;
}
.topmenu li a:hover{
    color:blue;
}
.fluid-container2 {
    max-width: 90%;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
}
section.campus-life img {
    border-radius: 0px 130px 0px 130px;
    margin: 2% 0;
}
section.campus-life h2 {
    font-size: 23px;
    color: #f76701;
    margin: 10px 0 5px 0;
}



/*news and events marquee*/

/*news and events*/

.news-events{
    padding: 4em 0;
    background: url(../images/bg/02.jpg)repeat;
    background-size: cover;
}
.news-events h2{
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3%;
        font-family: BuenosAiresTrial-SemiBold;
}
.all-news-box marquee {
    height: 445px !important;
}
.news-events a{
    color:#000;
}
.ne-in{
    margin: 3% 0;
}
.latest-news-w {
    background: #fff;
    padding: 10px;
    height: 253px;
    overflow: auto;
}
.latest-news-w h4 {
    font-size: 16px;
    font-family: BuenosAiresTrial-Book;
    margin: 10px 0;
}
.latest-news-w h3 {
    font-size: 22px;
    margin-bottom: 1%;
    text-transform: uppercase;
      font-family: BuenosAiresTrial-SemiBold;
}
.all-boxes-nur .row {
    align-items: center;
}
.all-boxes-nur {
    background: #fff;
    padding: 10px;
    margin:0 0 2%;
}
.all-boxes-nur h4 {
   font-family: BuenosAiresTrial-Book;
    font-size: 16px;
    margin-bottom: 5px;
}
.all-boxes-nur h3 {
     font-family: BuenosAiresTrial-SemiBold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.all-boxes-nur a{
    color: #000;
}
.all-boxes-nur:hover {
    background-color: rgb(246 241 135);
}
.all-boxes-nur:hover a{
    /*color: #fff;*/
}
.nur-view-all{
    float: right;
    margin:3% 0;
}
.nur-view-all a {
    border-bottom: 8px solid rgb(1 107 222);
    text-transform: uppercase;
        font-family: BuenosAiresTrial-SemiBold;
    color: #000;
}
/*end news and events*/

/*end*/

.campus-life-right  li {
    padding-bottom: 14px;
    padding-left: 24px;
    position: relative;
    padding-right: 12px;
    font-size: 19px;
}
.campus-life-right table{
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.campus-life-right table thead {
    background: rgb(70, 162, 159);
    color: #fff;
    border: 1px solid #efefef;
}
.campus-life-right table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.campus-life-right td {
    padding: 10px;
    border: 1px solid #efefef;
}
.campus-life-right li:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    font-size: 19px;
    top: 0px;
    color: #f23717;
}
.top-menu-mob{
    display:none;
}
.header_top .rht a.dropdown-item {
    font-size: 14px;
}
.admis-icon{
    position:fixed;
      top: 35%;
        
    right: 0;
    z-index: 99;
    display: flex;
   
    align-items: center;
        text-transform: uppercase;
    /*-webkit-transform: translate3d(65%,0,0);
    -moz-transform: translate3d(65%,0,0);
    transform: translate3d(65%,0,0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;*/
    /*-webkit-transform: rotate( -90deg);*/
    /*transform: rotate(-90deg);*/
    
    
    
 }
@keyframes blink {
    from {
       background: #fff;
    }
    to {
           background: #ffed00;
    }
}
@-webkit-keyframes blink {
    from {
        background: #fff;
    }
    to {
           background: #ffed00;
    }
}


.admis-icon a{ 
    text-align: center;
    color: #000;
    font-weight: 700;
    display: flex;
    flex-flow: column;
    font-size: 15px;
    line-height: 1.3;
    padding: 14px;
    /*transition: all 0.3s;*/
    background: #ffed00;
    border: 3px solid rgb(0, 0, 0);
    
    animation-duration: 500ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 500ms infinite;
}
.admis-icon a:hover{
    background: #edc554;
}
/*360 degree sidebar code*/
.three-six {
    position: fixed;
    top: 70%;
    right: -5px;
    z-index: 99;
    display: flex;
    background: #041533;
    align-items: center;
    padding: 5px;
    -webkit-transform: translate3d(65%,0,0);
    -moz-transform: translate3d(65%,0,0);
    transform: translate3d(65%,0,0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.three-six a{ display: flex;
    color: #fff;
	
}
.three-six:hover{ 
	-webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}

.three-six a img {
    margin-right: 10px;
    width: 35px;
}

.three-six span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 100;
        margin-top: 3px;
}

.gCdMUP {
    display: none !important;
}





.campus-life-left{
    max-width: 85%;
}
.common_template .nav-tabs .nav-link.active{
    /*background-color: #edc554;*/
    color: #f76701;
}
.common_template .nav-tabs .nav-link{
    border-width: 2px;
    color: #212529;    
    font-size: 17px;
    font-weight: 600;
}
.common_template .nav-tabs .nav-item.show .nav-link,.common_template .nav-tabs .nav-link.active, .common_template .nav-tabs .nav-link:hover{
    border-color: #f76701 #f76701 #fff;
}
.common_template .nav-tabs{
    border-bottom: 2px solid #f76701;
}
.common_template .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.common_template .flex-column{
    margin-top: 15px;    
}
.common_template .flex-column .nav-link{
    color: #212529;
    border-bottom: 1px dotted #ccc;
    padding: 15px 5px;
    font-size: 16px;    
}
.common_template .flex-column .nav-link.active{
    color: #edc554;
}
.common_template .col-md-3{
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;    
}
.common_template .col-md-9{
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%;
    padding: 0;
    padding-left: 30px;
} 
.common_template .col-md-9 .container{
    padding: 0;
}
.common_template a:hover{
    color: #edc554 !important;
}
.common_template table {
    border: 1px solid #dee2e6;
    width: 100%;
}
.common_template table td, .common_template table th {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
}
.button-new-o a{
   background-color: #f76701;
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
        transition: all 0.3s;
}
.common_template  .button-new-o a:hover{
    
    color:#ffffff !important;
     background-color:#f76701bf !important;
    
 
}



.button-new-r a{
   background-color: #db2522;
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
        transition: all 0.3s;
}
.common_template  .button-new-r a:hover{
    
    color:#ffffff !important;
     background-color: #f75b58 !important;
    
 
}


.button-new-b a{
   background-color: #00a4c6;
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
        transition: all 0.3s;
}
.common_template  .button-new-b a:hover{
    
    color:#ffffff !important;
     background-color: #23c5e7 !important;
    
 
}


.button-new-g a{
  
    background-color: #0c97aa ;
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
        transition: all 0.3s;
}
.common_template  .button-new-g a:hover{
     background-color: #47abb9 !important;
    color:#ffffff !important;

}

button:focus{
    
    outline:none;
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    animation-direction: normal;
    animation-duration: 0.7s;
    box-shadow: 3px 3px 3px #0000003d;
}

.dropdown-menu{
        /*max-height: 600px;*/
    /*overflow-y: scroll;*/
}
