@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body{	
	color: #000;
  background-color: #fff; 
  font-size: 14px;
  font-family: 'Merriweather', serif;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
a:hover{text-decoration: none;}


#main {
  transition: margin-left .5s;
}


.header{
  position: relative;
  box-shadow: 0 0 20px rgb(0 0 0 / 50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9;
}
.header:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #c2c7d1;
    z-index: 1;
}


span.d-block.font-weight-bold {
    margin-top: -7px;
}

.navbar-light {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #ffc400;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-light .navbar-nav{
  width: 100%;

}
.navbar-light .navbar-nav .nav-link:hover{
  color: #e40101;
  border-bottom: 2px solid #fff;
}
li.mega-menu-position:hover .nav-link{
  border-bottom: 2px solid #fff;
}
i.fas.fa-square-full.mr-2 {
    font-size: 10px;
}
.google_button {
  text-align: right;
  position: absolute;
  right: -6px;
  top: 0px;
  z-index: 999;
  transform: scale(0.8);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.24);
}
.navbar-light .navbar-nav .nav-link i {
  font-size: 10px;
  color: gray;
}


.top-social li a {
    font-size: 16px;
    margin-left: 8px;
    margin-right: 4px;
    color: #fff !important;
    /*background: #cecece;*/
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    transition: all ease .5s;
}
.top-social li:nth-child(1) a {
  background-color: #4267B2;
}
.top-social li:nth-child(2) a {
  background-color: #1DA1F2;
}
.top-social li:nth-child(3) a {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  
}
.top-social li:nth-child(5) a {
    background-color: #0e76a8;
}
.top-social li:nth-child(4) a {
  background-color: red
}
.top-social li a:hover{
    transition: all ease .4s;
    background: #e40001;
    color: #fff;
}

.navmenu.navbar-shrink {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    border-bottom: 2px solid #c2c7d1;
}

.sec_row {
  padding-top: 0px;
  padding-bottom: 0;
}



/*menu dropdown css start here*/
.sub-menu-parent{position: relative;}
.sub-menu {
  background: rgb(255 255 255) none repeat scroll 0 0;
  min-width: 330px;
  -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.49);
  top: 42px;
  left: 10px;
  padding: 0;
  /*font-weight: 600;*/
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu ul.sub-menu.sub-menu1{
    display: none;
    transform: none;
}
.sub-menu .sub-menu-parent:hover ul.sub-menu.sub-menu1  {
    display: block;
    top: 0;
    left: 170px;
    width: 200px;
}

.sub-menu li {
    display: block;
    border-bottom: 1px solid #cecece;
}
.sub-menu a {
  font-size: 14px;
  color: #000;
  display: block;
  text-transform: capitalize;
  transition: all ease .4s;
  padding: 3px 15px !important;
  width: 100%;
}
.sub-menu-parent:focus .sub-menu, .sub-menu-parent:focus-within .sub-menu, .sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.sub-menu a:hover{
    color: #0062a1;
    transition: all ease .4s;
    padding-left: 20px;
}
.sub-menu .sub-menu-parent:hover ul.sub-menu.sub-menu1 {
    display: block;
    top: 0;
    left: 200px;
    width: 200px;
}
/*menu dropdown css ends here*/


.logo{
  max-height: 110px;
}
.logo_div h2 span {
    display: block;
    font-size: 26px;
}
.logo_div h2 span.sp1{

}
.logo_div h2 span.sp3{
  font-size: 16px;
  color: #777777;
}
.LL3 {
    margin-left: 90px;
}
.navbar-light .navbar-nav .nav-item:nth-child(3) .sub-menu-parent a
{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-light .navbar-nav .nav-item:nth-child(3) .sub-menu-parent a i{font-size: 10px}




/*header css ends here */


.Campus{padding-top: 40px;padding-bottom: 40px;}
.cam_box{
  -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
  -moz-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
  background-color: #fff;
  padding: 10px;
  margin:10px;
  position: relative;
  display: inline-block;
}
.cam_box ul li{display: inline;min-width: 100px;margin-bottom: 2px;}
.h320px{min-height: 320px;}
.cam_box ul li a{color: #000;}
.cam_box ul li a:hover{color: #0062a1;font-weight: 600;}
.cam_box h3 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  color: #000;
}
.cam_box:hover h3{
  text-decoration: underline;
}
.icon_a img{max-height: 30px;opacity: .6}
.icon_a {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-top: 10px;
  background: #f9f9f9;
}
.icon_a a:hover img{opacity: 1}

.owl-prev, .owl-next{
  border-radius: 50% !important;
  color: rgb(35 57 76) !important;
}

.add {
  border-bottom: 1px solid;
  padding-bottom: 0;
  margin-bottom: 20px;
  border-color: #cecece;
}



.fa-phone {
    transform: rotate(90deg);
}



#mySidenav ul li{margin-bottom: 10px;}
#mySidenav ul li a{background-color:rgb(20 72 109);}


.latest_list .new_box .media-body p img{max-height: 30px;width: auto;}


.date {    
  padding: 12px;
  width: 50px;
  border-radius: 5px;
  margin-top: -30px;
  margin-right: 10px;
  background: #013a71;
}



.twitter_section{padding: 30px 15px;padding-bottom: 50px;}
.twitter_1{box-shadow: 9px 9px 0px rgb(13 138 99 / 62%);}
.twitter_2{box-shadow: 9px 9px 0px rgb(252 101 76 / 75%)}
.twitter_3{box-shadow: 9px 9px 0px rgb(52 152 219 / 75%)}
.twitter_4{box-shadow: 9px 9px 0px hsl(94deg 100% 41% / 42%)}
.twitter_5{box-shadow: 9px 9px 0px hsl(329deg 98% 47% / 51%)}
.twitter_6{box-shadow: 9px 9px 0px rgb(255 156 0 / 65%)}
.twitter_7{box-shadow: 9px 9px 0px rgb(7 178 99 / 62%);}

.sp1 {
    color: #e40001;
}
.sp2{color: #e40001;}
.sp3{
  color: #2e9958;
}

.owl-carousel-partner .owl-item{
  padding-top: 120px;
  padding-bottom: 20px;
}



@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1)
    }
    to {
      -webkit-transform: scale(1.2);
    }
}

.three {
  /*font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;*/
  padding-bottom: 15px;
  position: relative;
}
.three:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #002855;
}
.three:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
/*.three.center{margin-bottom: 10px;}*/
.three.center:before {left: 50%;transform: translateX(-50%);}
.three.center:after {max-width: initial;width: 100%}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
     opacity: 0;
     -webkit-transform: translateX(-20px);
  }
  100% {
     opacity: 1;
     -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
     opacity: 0;
     transform: translateX(-20px);
  }
  100% {
     opacity: 1;
     transform: translateX(0);
  }
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
} 
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}



.bounce {
  -moz-animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  animation: bounce 1.5s infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
    background: #002855;
  }
  60% {
    transform: translateY(-10px);
        background: #ffc313;
  }
}

@keyframes glow{
  0%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168);}
  
  50%{
  box-shadow: 5px 5px 20px rgb(81, 224, 210),-5px -5px 20px rgb(81, 224, 210)
  }
  100%{
  box-shadow: 5px 5px 20px rgb(93, 52, 168),-5px -5px 20px rgb(93, 52, 168)
  }
}


@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}



/*footer css start here*/
.footer{
  background: linear-gradient(rgb(255 255 255 / 85%),rgb(255 255 255 / 1%)),url(../images/bg.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 60px;
}
.footer_div h5{
  color: #09255f;
  margin-bottom: 10px;
}
.footer_div.a_grp a{
 display: block;
 padding: 15px 15px;
 text-align: center;
 color: #fff;
 margin-bottom: 25px;
 font-size: 16px;
 border-radius: 3px;
 transition: all ease .5s;
}

.footer_div.a_grp a:first-child{
  background-color: #bf346c;
}
.footer_div.a_grp a:nth-child(2){
  background-color: #6198c8;
}
.footer_div.a_grp a:nth-child(3){
  background-color: #14456d;
}
.footer_div.a_grp a:hover{
  background: #e40101;
  border-color: #e40101;
  color: #fff;
  transition: all ease .5s;
}
.footer_div ul li a{color: #000;}
.footer_div ul li a:hover{text-decoration: underline;}
.footer_bottom{
  padding-top: 40px;
  padding-bottom: 10px;
  color: #fff;
}
.footer_bottom a, .footer_bottom ul li a{
  color: #fff;
}
.footer_bottom ul li a{margin-left: 10px;}
.footer_bottom a:hover{text-decoration: underline;}


/*.footer_div .top-social{display: none;}*/


.abouttext h3, .v_div h4{color: #121c4d;margin-bottom: 20px;}
.abouttext p{color: #000  ;font-size: 15px;}
.aboutSection{padding-top: 40px;}
/* .aboutSection p{
  font-family: 'Open Sans', sans-serif;
} */

.Course_div{margin-top: 20px;}
.Course_div > div{position: relative;}
.Course_div > div h5{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  /*background: rgba(0, 51, 102, 0.7);*/
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.Course_div p{
  margin-bottom: 0;
  padding-top: 5px;
}
.Course_div img{
  min-height: 195px;
}

.bg1{background-color: rgb(191 52 108 / 71%)}
.bg2{background-color: rgb(220 154 45 / 78%)}
.bg3{background-color: rgb(97 152 200 / 72%);}
.bg4{background-color: #142667c9;}


.v_div p{
  font-size: 16px;

}
.v_div ul li{font-size: 18px;border-bottom: 1px dotted;padding-bottom: 10px;}
.v_div ul li a{color: #000;}
.videoSection{
  padding-bottom: 40px;
}

.btn_com{
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  font-size: 12px;
  border-radius: 30px;
  background: #121c4d;

}

.testimonialSection{
  background:linear-gradient(rgb(255 255 255 / 1%) 70%,rgb(255 255 255 / 97%)),url(../images/banner/bannerImg.png);
  background-size: cover;
  width: 100%;
  min-height: 440px;
}
.director_speakImg{height: 130px;width: 130px;overflow:hidden;}
.director_speakImg img{
  height: 130px;
  width: 130px;
  border-radius: 50%;
}
.director_speak{margin-top: 0px;}
.director_speakText h5{
  color: #007bff
}
.director_speakText h6{padding-top: 5px;padding-bottom: 5px;color: #464545;}
.openSans{font-family: 'Open Sans', sans-serif;}
.director_speakText .d_link a{font-size: 24px;margin-right: 8px;}
.director_speakText .d_link .fa-facebook {
    color: #4267B2;}
.director_speakText .d_link .fa-twitter {
    color: #1DA1F2;}
.director_speakText p{margin-bottom: 5px;}

.eventSection h2, .social_section h2, .titleHead{
  color: #e40001;
}

.date_box {
    margin-right: 15px;
    text-align: center;
}
.date_box .datep {
    background-color: #06479a;
    color: #fff;
    margin-bottom: 0;
    min-width: 80px;
    padding: 5px;
    font-size: 12px;
}
.date_box .yearp {
    color: #fff;
    background-color: #A50A2C;
    margin-bottom: 0;
    padding: 5px;
    font-size: 12px;
}

.v_div ul li {
  margin-bottom: 20px;
}


.linear_line1, .linear_line2, .linear_line3, .linear_line4, .linear_line5, .linear_line6 {
    height: 3px;
}
.linear_line1 {
    background-color: #3ad69e;
}
.linear_line2 {
    background-color: #13a1e1;
}
.linear_line3 {
    background-color: #ff6269;
}
.linear_line4 {
    background-color: #4bc47d;
}
.linear_line5 {
    background-color: #f1c629;
}
.linear_line6 {
    background: #2db487;
}

.LL3_img1{
  max-height: 100px;
  padding-top: 10px;
}
.LL3_img2{
  max-height: 50px;
  margin-left: 15px;
  margin-top: 10px;
}



/*other pages css start*/
.About_page, .SnowskiingCourse_section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.titleHead{padding-bottom: 15px;}



.con_box{
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 1px 4px 12px 0px #d0d0d0;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 350px;
}
.con_box i{font-size: 40px;margin-bottom: 10px;}
.con_box h6{color: #e40001;margin-bottom: 15px;}
table.table{
  border:1px solid #cecece;
}

.Principal_p{
  border-left: 4px solid #cecece;
  padding-left: 15px;
}
.Booking_info p{
  font-size: 18px;
}
.TenderPage ul li {border-bottom: 1px dashed #cecece;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px
}
.TenderPage ul li a{
  color: #000;
}
.TenderPage ul li a i{
  margin-right: 10px;
  font-size: 14px;
}

.brochureIISM_Page ul li {margin-bottom: 10px;}
.brochureIISM_Page ul li i{margin-right: 5px;}
.th_member img {
    height: 130px;
}
.BOG_box_img img {
  max-height: 230px;
  box-shadow: 4px 6px 8px rgb(0 0 0 / 27%);
  border-radius: 10px;
}
.BOG_box_text h3 {
  text-transform: capitalize;
  font-size: 16px;
  color: #121c4d;
}
.BOG_box_text h4 {
    font-size: 14px;
    color: #6d6d6d;
    padding: 5px 0px;
}
.BOG_box_text p {
    font-size: 12px;
}
.BOG_box {
    border: 1px solid #cecece;
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
}
.equipmentPage .gallery a img{
  max-height: 220px;
}
.equipmentPage.CourseGraduationPage .gallery a img{
  min-height: 220px;
}

.about_iism h5{ margin-bottom: 10px; }
.menu_mobile{display: none;}

.incredibleindia_img{max-height: 60px;}

.top1_twt {
    box-shadow: 0px 9px 0px rgb(252 101 76 / 75%);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.top2_twt{box-shadow: 0px 9px 0px rgb(76 130 252 / 48%);
    padding-bottom: 20px;
    margin-bottom: 10px;min-height: 170px;}
.top3_twt{
box-shadow: 0px 9px 0px rgb(73 252 236 / 78%);
    padding-bottom: 20px;
    margin-bottom: 10px;min-height: 170px;}

.twitter_1 {
    box-shadow: 0px 9px 0px hsl(329deg 98% 47% / 51%);
    min-height: 160px;
    margin-top: 20px;
}
.twitter_2 {
    box-shadow: 0px 9px 0px rgb(13 138 99 / 62%);
    min-height: 160px;
    margin-top: 20px;
}
.twitter_3 {
    box-shadow: 0px 9px 0px rgb(52 152 219 / 75%);
    min-height: 160px;
    margin-top: 20px;
}
.twitter_4 {
    box-shadow: 0px 9px 0px hsl(94deg 100% 41% / 42%);
    min-height: 160px;
    margin-top: 20px;
}

.twitter_5{
  box-shadow: 0px 9px 0px rgb(255 156 0 / 65%);
  min-height: 160px;
    margin-top: 20px;
}
.twitter_6 {
    box-shadow: 0px 9px 0px rgb(7 178 99 / 62%);
    min-height: 160px;
    margin-top: 20px;
}

.gen_inst ul li, .Training_page ul li {margin-bottom: 10px;font-weight: 600;}

.ll2 {
    margin-top: 20px;
    margin-left: 60px;
}
.btn_com{transition: all ease .4s;}
.btn_com:hover{transition: all ease .4s;transform: scale(1.1);color: #fff;}
.box_add {
    padding: 30px 0px;
}

.box_add ul{
  padding-left: 20px;
}
.box_add ul li{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.online_admission .form-group i{position: absolute;right: 15px;bottom: 10px;}

.shadow.box_add{
  max-width: 1250px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgb(0 0 0 / 50%) !important;
}

fieldset {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #e4e4e4;
    margin-bottom: 30px;
}
legend {
    display: block;
    width: auto !important;
    margin-bottom: 10px;
    font-size: 21px;
    color: #333;
    border-bottom: 0;
}

.shadow.box_add label, .shadow.box_add p, .shadow.box_add small, .shadow.box_add input[type=checkbox], 
.shadow.box_add span, .shadow.box_add div{
    color: #444444;
    font-size: 13px;
}
.shadow.box_add label{
  font-size: 13px;
    margin-bottom: 5px;
}



.Signature input[type=file] {
    display: block;
}

.Signature input[type=file] {
        font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    
}

.btn_com.bg_reds{
  background-color: #e40001;
}

.focus_link{
  padding:20px 20px;
  border:1px solid #cecece;
  border-radius: 4px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}


.main_points h4{
  margin: 20px 0;
}

.main_points ul li {
  font-size: 16px;margin-bottom: 15px;
}


.main_points ul li span {
    display: inline-block;
    color: #e60001;
    font-weight: 600;
}

.text_color{color: #e60001;}

.cor_cat li, .cor_cat li p{font-size: 16px;}
.cor_cat li p span{color: #e60001 !important;font-size: 16px !important;}
.cor_cat li p {margin-top: 10px;margin-bottom: 0;font-size: 16px !important;}


.bank_detail{width: 50%}
.bank_detail tr td{padding-bottom: 5px;padding-top: 5px;}

input[type="file" i]{font-size: 12px;}

.rgt_btn a img{
  position: absolute;
  top: 0;
  width: 38px;
}
.term-page ol li{font-size: 16px;margin-bottom: 10px;}
.gif-img{
  position: absolute;
  right: -23px;
  top: 0;
}
.sidebar_navigation .rgt_btn{display: none;}

@media (min-width:992px){
  a.btn.btn_com.bg_red.px-4.mb-1.position-relative{margin-right: 20px;}
}




.gif-img{display: none;}



















