p{
  font-weight: 500;
}

a{
  text-decoration: none !important;
}

/*-------------------- vision ----------------------*/

.backgray{
  background-color: rgba(221, 221, 221, 0.32941176470588235);
  padding: 20px;
  border-radius: 10px;
  margin: 15px 0;
  border: 1px solid rgba(229, 207, 87, 0.5803921568627451);
}

.backgray h5{
  color: rgb(109, 170, 82);
  padding-bottom: 10px;

}

.cont p{
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: rgb(40, 40, 40);
  width: 92%;
  margin: auto;
}

.cont{
  position: relative;
}

.cont::before{
  content: ' ';
  position: absolute;
  background-image: url(../images/quote.png);
  top: 0;
  width: 21px;
  height: 20px;
  left: 0;
}

.cont::after{
  content: ' ';
  position: absolute;
  background-image: url(../images/quote.png);
  width: 20px;
  bottom: 0;
  height: 20px;
  right: 0;
  background-position: right;
}



/*--------------------vision----------------------*/
/*--------------------why us----------------------*/
.backgray h3{
  color: #7bbe5e;
  padding-bottom: 20px;
}

.why_us p{
  color: #494848;
  font-weight: 500;
}

.why_us ul{
  margin: 20px 0px 0px 20px;
}

.imgbox{
  text-align: center;
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin: 20px auto 10px;
  max-height: 360px;
}

.caption{
  padding: 20px;
  width: 100%;
  background-color: #f4f4f4;
  margin: 10px auto 30px;
  border-radius: 10px;
  border: 1px solid #e4cd55;
  max-width: 300px;
}

.caption p{
  text-align: center !important;
  font-weight: 500;
}

.caption h5{
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #000;
}

/*--------------------why us----------------------*/
/*--------------------curriculum----------------------*/
img.img-size{
  width: 100%;
  max-width: 100%;
  height: inherit;
}

.imgbox img{
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

.imgmulti{
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin: 20px 0;
  max-height: 140px;
}

.imgmulti2{
  margin: 15px 0;
  width: 100%;
  height: 250px;
}

img.img-size2{
  width: 100%;
  max-width: 100%;
  height: inherit;
  object-fit: fill;
}

.scholardata p{
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
}

td,
th{
  text-align: center;
  font-size: 15px;
  width: 100px;
  white-space: nowrap;
}

td ul li{
  list-style: none;
}

thead.bookhaed{
  background-color: #3187b1;
}

.tablebox{
  overflow: auto;
}

.entry-content ul li{
  list-style: none !important;
}

.entry-content h4.redText{
  color: #7bbe5e;
  padding-top: 15px;
}

li h4.redText{
  margin-left: -15px;
}

.entry-content li{
  color: #9f9f9f;
}

ul.not li{
  margin: 10px 0 10px 20px;
  color: #bababa;
}

.sub_nav.d-none.d-md-block li a{
  color: #fff !important;
}

header .navbar .navbar_cstm ul li{
  list-style: none !important;
  position: relative !important;
  text-decoration: none !important;
  color: #000 !important;
  font: 600 14px "Montserrat", sans-serif !important;
  display: block !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

header .navbar .navbar_cstm ul li a{
  text-decoration: none;
  color: #000;
  font: 600 14px/1.2 "Montserrat", sans-serif;
  display: block;
  padding: 0px 0 !important;
}





header .sub_nav ul li:last-child .sub_drop{
  right: 0 !important;
  left: auto !important;
}

.color{
  color: #3B9B1F;
  padding: 15px 0;
}

.files input{
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.files input:focus{
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  border: 1px solid #92b0b3;
}

.files{
  position: relative
}

.files:after{
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color input{
  background-color: #f1f1f1;
}

.files:before{
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

button.submitbtn{
  margin: 10px 0;
  padding: 10px 25px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 18px;
  border: 0;
  background-color: rgb(34, 91, 133);
}

form.workwus label{
  margin: 15px 0 0 0;
  font-size: 13px;
  font-weight: 500;
}

form.workwus input.form-control,
form.workwus select.form-control,
form.workwus textarea.form-control{
  margin-bottom: 5px;
  border-radius: 10px;
  border-color: #ddd;
  height: 45px;
}


.top_banner{
  width: 100%;
  overflow: hidden;
  padding: 0;
  height: 100%;
  margin: 0;
  max-height: 500px;
}

img.page-top-banner{
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}

section.page-hero .container-fluid,
section.page-hero .container-fluid .row,
section.page-hero .container-fluid .row .col-md-12{
  padding: 0;
  margin: 0;
}

header .sub_nav ul li{
  font: 500 17px/1.2 "Montserrat", sans-serif !important;
  font-weight: 500 !important;
}

header .navbar .navbar_cstm ul li a{
  font: 400 15px/1.2 "Montserrat", sans-serif !important;
}

.contact_bar{
  display: none !important;
}

header .navbar{
  padding: 10px 15px 10px !important;

}

.backgray3{
  padding: 33px 15px;
  border: 2px solid #e3ca44;
  border-radius: 5px;
  background-color: #ffffff3d;
  max-height: 288px;
}

.backgray3 p{
  color: #ffffff;
  text-align: left;
}


footer .gallery-map .map-area{
  max-height: 250px;
}

.backgray3 .row .col-md-4 p,
.backgray3 .row .col-md-8 p{
  font-weight: 200;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}

.cour ul li{
  list-style: none;
  margin: 12px 0;
  padding: 5px;
  background-color: rgb(228, 228, 228);
  border-radius: 5px;
}

div#tieup .owl-dots{
  display: none;
}

section.tie_upbanner{
  background-color: rgba(221, 187, 69, 0.17);
  margin: 20px 0 0 0;
  border-radius: 10px;
  padding: 20px 0;
  height: auto;
}

div#tieup .item img{
  width: 100%;
  max-width: 100%;
  object-fit: scale-down;
}

section.help-line{
  background-color: #61cd33;
  padding: 30px 0;
}

section.help-line p,
section.help-line a{
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}

section.help-line p span,
section.help-line a span{
  font-size: 20px;
  vertical-align: middle;
  border: 2px solid #ffffff;
  padding: 10px 10px 10px 13px;
  border-radius: 50px;
}

.content_area .content img{
  width: 100%;
  max-width: 100%;
  /*height: 100%;*/
  max-height: 400px;
}

#gallery-slider .owl-item .item img{
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 286px !important;

}

div#tieup .item{
  width: 100%;
  max-width: 240px;
  height: auto;
}

header .msg h1{

  font-family: sans-serif !important;
}

.media-box{
  text-align: center;
  width: 100%;
  margin: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #ddd;
  height: 100%;
  min-height: 250px;
  border-radius: 5px;
}

.imgmediabox{
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
  max-height: 170px;
}

.mediacontentbox{
  text-align: center;
  padding: 10px 5px;
  border-top: 1px solid #e4cf56;
}

.mediacontentbox h5{
  text-transform: capitalize;
  margin-bottom: 10px;
}

.mediacontentbox p{
  text-align: center !important;
  font-size: 10px;
  font-weight: 500;
}

.imgmediabox img{
  width: 100%;
  max-width: 100%;
  object-fit: fill;
}

div#mainNavbar{
  margin-top: 26px;
  margin-bottom: -18px;
}

.headertext{
  padding: 15px 5px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: rgb(216, 231, 238);
  margin-bottom: 5px;
}

header .msg{
  padding-bottom: 0 !important;
}

span.agecret{
  color: rgb(46, 154, 0);
  float: right;
}

.helplinebox{
  background-color: rgb(227, 206, 86);
  padding: 20px;
  border-radius: 10px;
}

.helplinebox div{
  margin: 15px 15px;
  display: inline-flex;
}

.helplinebox div a,
.helplinebox div p{
  color: #000 !important;
  font-size: 20px;
  font-weight: 500;
}

.helplinebox div a span,
.helplinebox div p span{
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-group select.form-control{
  border-bottom: 1px solid #a5a5a5 !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 0 0 13px 0 !important;
  height: 35px !important;
}

.form-control:focus{

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}


.Collnamebox{
  padding: 10px;
}

.Collnamebox p{
  margin: auto;
  text-align: center;
  font-size: 20px;
  color: rgb(79, 79, 79);
  font-weight: 600;
  text-transform: none;
}

a.navbar-brand{
  margin-bottom: -60px;
}

header .msg h6{
  font-size: 17px !important;
  font-family: sans-serif !important;
}

.contt{
  padding: 10px 5px;
}

.contt p.owlcontent{
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 0 10px;
}

span.icon i{
  font-size: 19px;
  color: #7bbe5e;
}

.headlog2{
  width: 100%;
  max-width: 100px;
  margin: 10px 0;
}

/*.heaerimg::before{*/
/*    content: ' UNDER THE PATRONAGE OF ';*/
/*    font-size: 15.8px;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    z-index: 999;*/
/*    font-family: 'Quicksand', sans-serif;*/
/*    font-style:italic;*/
/*    color: #67973f;*/
/*    left: 94px;*/
/*}*/
/*.heaerimg::after{*/
/*    content: ' 18 YEARS OF EXCELLENCE IN EDUCATION';*/
/*    font-size: 15.8px;*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    font-style:italic;*/
/*    z-index: 999;*/
/*    font-family: 'Quicksand', sans-serif;*/
/*    color: */
/*    #67973f;*/
/*    left: 5px;*/
/*}*/
.heaerimg{
  margin: 0px 0;
}

p.helline{
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 0);
}

.helplinebox a{
  font-size: 24px !important;
}

section.tieupstab li.nav-item a img{
  width: 100%;
  max-width: 100px;
  text-align: center;
  height: auto;
}

section.tieupstab ul.nav.nav-pills{
  display: block;
  text-align: left;
}

section.tieupstab .col-md-3,
section.tieupstab .col-md-9{
  padding: 0;
}

section.tieupstab .row,
section.tieupstab .container-fluid{
  padding: 0;
  margin: 0;
}

section.tieupstab{
  background-color: #dfb7363d;
  border: 1px solid #d1bc46;
  margin: 10px 0;
}

section.tieupstab li.nav-item a.nav-link{
  background-color: #d0ba4357;
  border-bottom: 3px solid #f8eecf;
  height: 60px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.tieupstab li.nav-item a.nav-link.active{
  background-color: rgb(208, 187, 67);
}

section.tieupstab li.nav-item a.nav-link:hover{
  background-color: rgb(208, 187, 67);
}

section.tieupstab li.nav-item a.nav-link.last{
  border: 0;
}

section.tieupstab .tab-content{
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.Collnamebox{
  background-color: #ecdf9957;
  margin: 5px 0;
}

.cardnews{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f0f8ff99;
  border: 1px solid #ddddddb8;
  border-radius: 5px;
  overflow: hidden;
}

.cardnews .deatils2{
  padding: 20px 20px 20px 0;
}

.row.cardrow{
  padding: 0;
  margin: 0;
}

.col-md-12.cardnews .col-sm-4,
.col-md-12.cardnews .col-sm-8{
  padding: 0 20px 0 0;
}

.col-cstm-md-8.content ul li{
  color: rgb(159, 159, 159);
}

/*.col-cstm-md-8.content ul li.adcourses{
  display: inline-block;
  width: 100%;
}*/

.content ul li.adcourses{
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.backgray ul li{
  color: #494848 !important;
}

.col-md-12.cardnews img{
  /*height: 100%;*/
  width: 100%;
  max-height: 400px;
  max-width: 100%;
}

.map-area{
  margin: auto;
  width: 281px;
  overflow: hidden;
  height: 100%;
  max-height: 130px;
  margin-top: -25px;
}

li.last{
  margin-bottom: 10px !important;
}

.down_brochure a img{
  width: 100% !important;
  max-width: 100px !important;
  margin: 10px;
}

.down_brochure a{
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

iframe.brochure_frame{
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 650px;
  margin: 25px 0;
  border: none;
}

li.adcourses strong{
  color: #000;
}

.content ul li.adcourses strong{
  display: inline-block;
  width: 100%;
  color: #000;
}

.content ul li.adcourses span{
  font: 700 16px/1.2 "Montserrat", sans-serif;
  position: relative;
  padding-bottom: 7px;
  letter-spacing: 1.3px;
  margin: 7px 0;
  display: inline-block;
  width: 100%;
}


.backgray p{
  color: #000;
}


/*nits*/

.content_area .content .deatils2 h6{
  font: 600 16px/1.5 "Montserrat", sans-serif;
}
.content_area .content p,.MsoNoSpacing{
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.5;
}
.content_area .content p b{
 font-weight: 600;
}
.content_area .content span{
  font: 700 16px/1.5 "Montserrat", sans-serif;
  font-weight: 500;
  position: relative;
  padding: 0px;
  letter-spacing: .7px;
  margin: 0px;
  display: inline-block;
  width: 100%;
}

.content_area .content span:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 3px;
  /*background-color: #7BBE5E;*/
  display: none;
}

.content_area .content h1{
  font: 700 17px/1.1 "Montserrat", sans-serif;
  position: relative;
  padding: 7px 0;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/*nits_css start*/

.col-cstm-md-8.content > .content{
  position: relative;
  width: 100%;
  display: inline-block;
}

.our_college{
  float: left;
  width: 100%;
  padding: 30px 0px;
}

.our_college .tab_coll li{
  width: 100%;
  text-align: center;
  background: #043957;
  background-image: linear-gradient(#084161, #135275);
  float: left;
  margin-bottom: 1px !important;
  position: relative;
}

.our_college .tab_coll li a{
  color: #ffffff;
  padding: 12px;
}

.our_college .tab_coll .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,.learningTABinner .nav-tabs .nav-link.active{
  color: #000000;
  background-color: #ffffff;
  border-color: initial;
  border-radius: 0;
  /*background-image: linear-gradient(#de7008, #da7c23, #de7008);*/
  background-color: rgba(208, 187, 67, 1);
  height: 100%;
}

.our_college .tab_coll a.nav-link.active::after{
  content: '';
  border-left: 24px solid #dc7310;
  border-right: 24px solid #0000;
  border-top: 24px solid #0000;
  border-bottom: 24px solid #0000;
  height: 46px;
  width: 119px;
  float: left;
  position: absolute;
  right: -119px;
  top: 1px;
}

.college_me .tab-pane{
  padding: 0;
}

.our_college .college_me{
  background: #ffffff;
  padding: 12px 0px;
  box-shadow: 0px 0px 5px #949494;
  border-radius: 5px;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.set>a{
  display: block;
  padding: 12px 15px;
  background: #f2f2f2;
  font-size: 15px;
  font-weight: 400;
  color: #225b85;
  position: relative;
  transition: all 0.5s ease 0s;
  font-weight: 600;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
  border-bottom: 0;
  border-radius: 0;
}
.set>a i{
  float: right;
  margin-top: 2px;
}
.tab_body{
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  display: none;
}





.learningTAB{
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.learningTABinner{
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.oursemesters{
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 15px;
  margin: 0; 
}

.oursemestersLinks{
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0 0 15px; 
}

.oursemestersLinks:last-child{
  margin: 0px; 
}

.oursemesters a, .linksem, .Senior_faculty_List a{
  position: relative;
  width: auto;
  padding: 0px;
  margin: 0; 
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.oursemesters a:hover, .linksem:hover,
.oursemesters a:focus, .linksem:focus,
.oursemesters a:active, .linksem:active,
.Senior_faculty_List a:hover,
.Senior_faculty_List a:focus,
.Senior_faculty_List a:active{
  color: #0384c9;
  text-decoration: underline;
} 

.learningTABinner .tab-content{
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.learningTABinner .left_side_text{
  padding: 20px 2px;
}

.learningTABinner .nav-tabs .nav-item{
  border: 1px solid #e6e5e3;
  background-color: #f2f2f2;
  -webkit-box-flex: 1 0 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 0 auto;         /* OLD - Firefox 19- */
  width: 16.66%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1 0 auto;          /* Chrome */
  -ms-flex: 1 0 auto;              /* IE 10 */
  flex: 1 0 auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.learningTABinner .nav-tabs .nav-link{
  color: #000000;
}

.learningTABinner .nav-tabs .nav-link:focus, .learningTABinner .nav-tabs .nav-link:hover{
  background-color: #e3ca44;
}

.learningTABinner .nav-tabs .nav-item a, .learningTABinner .nav-tabs .nav-link{
  font-size: 15px;
  line-height: 1.3;
  padding: 12px 8px;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 100%;
}

.guidelinesNote{
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 30px;
}

.guidelinesNote p{
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.guidelinesNote p b{
  font-weight: 600;
  color: #de7008;
  margin-right: 6px;
}

.Senior_faculty{
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 30px;
}

.Senior_faculty h3{
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 10px;
  color: #de7008;
  font-size: 16px;
  font-weight: 600;
}

.Senior_faculty_List{
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.Senior_faculty_List a:hover, .Senior_faculty_List a:focus, .Senior_faculty_List a:active{
  color: #0384c9;
  text-decoration: underline;
}

.info_section .left_side_text h3{
  color: #de7008;
  font-size: 16px;
  font-weight: 600;
}

.learningTABinner .left_side_text{
  padding: 20px 0;
}

.upper-links span, .blueone{
  position: relative;
  padding: 10px 20px;
  border-radius: 63px;
  -ms-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
}

header .upper-links ul li.social-links ul li span a,
header .upper-links ul li.social-links ul li .blueone a{
  position: relative;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  display: inline-block;
}

header .upper-links ul li.social-links ul li a{
  line-height: 35px;
}

header .upper-links ul li.social-links ul li{
  padding-right: 11px;
}

.upper-links span:hover{
  background-color: #ffffff38 !important;
  transition: .4s;
}
.upper-links span.blueone{
  background-color: #0384c9;
}
.upper-links span a{
  color: white;
  text-decoration: none;
  transition: .4s;
  font-weight: 600;
}

/*nits*/
.RegistrationContent{
  position: relative;
  width: 100%;
  padding: 0!important;
}
.RegistrationTitle{
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0 0 20px;
}
.RegistrationTitle h6{
  font-size: 16px;
}
.tableOverflow{
  overflow-x: auto;
}
.RegistrationContent table.tableizer-table{
  position: relative;
  font-size: 14px;
  color: #212529;
  border: 1px solid #CCC; 
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
} 
.RegistrationContent table.tableizer-table b{
  font-weight: 600;
}
.RegistrationContent .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0); 
}
.RegistrationContent .tableizer-table th{
  background-color: #7dbd4b; 
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  width: auto;
  border-right: 1px solid #ffffff;
}
.RegistrationContent .tableizer-table th:last-child{
  border-right: 0px;
}
.RegistrationContent .tableizer-table.table2 th{
  background-color: transparent;
}
.RegistrationContent .table.table2 thead th{
  border: 0px;
}
.RegistrationContent .tableizer-table th:last-child .table.table2 thead th:first-child{ 
  border-right: 1px solid #ffffff;
}
.RegistrationContent .tableizer-table th b br{
  display: none;
}
.RegistrationContent .table.table2{
  margin-bottom: 0px;
}
.width30{
  width: 32% !important;
}
.width70{
  width: 68% !important;
}
.FestAttention{
  position: relative;
  width: 100%;
}
.FestAttentionRow,.FestAttentionRow1{
  position: relative;
  width: 100%;
}
.FestAttentionRow .form-group{
  position: relative;
  width: 49%;
}
.FestAttentionRow .form-group.fullwidth{
  width: 100%;
}
.FestAttentionRow .form-group .form-control{
  position: relative;
  border: 0px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
}
.FestAttentionRow .form-group:first-child {
  padding-left: 20px;
}
.FestAttentionRow .form-group:last-child,
.FestAttentionRow1 .form-group,
.FestAttentionRow1 .form-group:first-child{
  padding-left: 65px;
}
.FestAttentionRow .form-group label{
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px;
}
.RegistrationContent .tableizer-table td{
  position: relative;
  padding: 8px;
  margin: 0px;
  border: 1px solid #CCC;
  width: auto;
  white-space: normal;
  text-align: left;
  color: #212529;
  font-size: 14px;
  width: auto;
}
.width30.pad_zero1 {
  border-left: 0px !important;
}
.width70.pad_zero1 {
  border-right: 0px !important;
}
.RegistrationContent .checkbox input[type=checkbox] {
  left: 0px;
  margin-left: 0px;
  top: 4px;
  position: absolute;
}
.RegistrationContent .tableizer-table td .checkbox{
  position: relative;
  width: 100%;
}
.RegistrationContent .tableizer-table td .checkbox label{
  margin-left: 0px;
  padding-left: 20px;
}
.content_area .content .RegistrationContent p{
  font-size: 13px;
  color: #212529;
  margin-bottom: 0px;
  text-align: left;
  line-height: 1.3;
}
.content_area .content .RegistrationContent .pageContent p{
  margin-bottom: 10px;
  line-height: 1.7;
}
.content_area .content .RegistrationContent .pageContent.note p {
  color: red;
}
.content_area .content .RegistrationContent .FestAttentionRow .pageContent p {
  margin-bottom: 0px;
}
.DetailTable{
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0px;
}
.DetailTableinner{
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.DetailTitle{
  position: relative;
  width: 100%;
  padding: 0;
  clear: both;
}
.DetailTitle h3{
  position: relative;
  background-color: #104E8B;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 10px;
}


/*form start*/
.registrationform{
  position: relative;
  width: 100%;
  padding: 0!important;
  margin-bottom: 20px;
}
.applyBox{
  position: relative;
  width: 100%;
  padding: 0 10px;
  background-color: #f2f2f2;
}
.dsu-form{
  position: relative;
  width: 100%;
}
.contact_fild{
  position: relative;
  min-height: 400px;
  height: 100%;
}
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{ 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
/* Firefox */
input[type=number]{
  -moz-appearance: textfield;
}
.noborder{
  border: 0px !important;
}
.pad_zero{
  padding: 0px !important;
}
.padzero{
  padding-left: 0px;
  padding-right: 0px;
}
.marzero{
  margin-left: 0px;
  margin-right: 0px;
}
.formDiv{
  position: relative;
  width: 100%;
  padding: 10px 5px;
  border-radius: 0px;
  margin: 0;
  overflow: hidden;
  border-radius: 0px;
  max-width: 100%;
  /*background-color: rgba(33, 36, 45, .75);*/
  /*background-color: rgba(102, 102, 102, 0.8);*/
}
.inner_border{
  /*border: 7px solid transparent;
  box-shadow: inset 0px 0px 0px 1px #8083ff;
  box-sizing: border-box;*/
}
.forminner{
  position: relative;
  width: 100%;
  text-align: left;
}

.formTitle{
  position: relative;
  width: 100%;
  padding: 10px 0px 0;
}
.content_area .content .formTitle h4{
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
}
.content_area .content .formTitle label{
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
  padding: 0px;
  width: 100%;
  font-weight: 700;
}
.content_area .content .formTitle label span{
  display: inline-block;
  background-color: #ffe10c;
  padding: 10px 15px;
  width: auto;
  font-weight: inherit;
}
.formTitle ul{
  width: 100%;
  display: inline-block;
  clear: both;
}
.formTitle ul li{
  display: block;
  margin-bottom: 10px;
}
.formContent{
  position: relative;
  width: 100%;
  float: left;
  padding: 10px;
}
.forminner h4{
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  padding-bottom: 10px;
  margin: 0px;
  color: #212529;
  letter-spacing: .4px;
  border: 0;
}
.forminner h4 small{
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
  margin: 15px 0 0;
}
.forminner form{
  position: relative;
  width: 100%;
  float: left;
}
.forminner .form-group{
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  float: left;
}
.forminner .tableCol2{
  position: relative;
  width: 100%;
  float: left;
}
.forminner .tableCol2 .form-group{
  width: 48.5%;
}
.forminner .form-group p{
  margin-bottom: 0px;
}
.forminner .form-control,
.forminner .form-group:last-child{
  margin-bottom: 0px;
}
.forminner .form-group:nth-last-child(2){
  /*margin-bottom: 10px;*/
}
.forminner form select::-webkit-input-placeholder,form .forminner select::-webkit-input-placeholder{
  color: #212529;
}
.forminner form select::-moz-placeholder,form .forminner  select::-moz-placeholder{
  color: #212529;
}
.forminner form select:-ms-input-placeholder,form .forminner select:-ms-input-placeholder{
  color: #212529;
}
.forminner form select:-moz-placeholder,form .forminner select:-moz-placeholder{
  color: #212529;
}
.forminner form input[type="text"]::-webkit-input-placeholder,form .forminner input[type="text"]::-webkit-input-placeholder{
  color: #212529;
}
.forminner form input[type="text"]::-moz-placeholder,form .forminner input[type="text"]::-moz-placeholder{
  color: #212529;
}
.forminner form input[type="text"]:-ms-input-placeholder,form .forminner input[type="text"]:-ms-input-placeholder{
  color: #212529;
}
.forminner form input[type="text"]:-moz-placeholder,form .forminner input[type="text"]:-moz-placeholder{
  color: #212529;
}
.forminner form input[type="email"]::-webkit-input-placeholder,form .forminner input[type="email"]::-webkit-input-placeholder{
  color: #212529;
}
.forminner form input[type="email"]::-moz-placeholder,form .forminner input[type="email"]::-moz-placeholder{
  color: #212529;
}
.forminner form input[type="email"]:-ms-input-placeholder,form .forminner input[type="email"]:-ms-input-placeholder{
  color: #212529;
}
.forminner form input[type="email"]:-moz-placeholder,form .forminner input[type="email"]:-moz-placeholder{
  color: #212529;
}
.forminner form textarea::-webkit-input-placeholder,form .forminner textarea::-webkit-input-placeholder{
  color: #212529;
}
.forminner form textarea::-moz-placeholder,form .forminner textarea::-moz-placeholder{
  color: #212529;
}
.forminner form textarea:-ms-input-placeholder,form .forminner textarea:-ms-input-placeholder{
  color: #212529;
}
.forminner form textarea:-moz-placeholder,form .forminner textarea:-moz-placeholder{
  color: #212529;
}
.forminner form input,form .forminner input,
.forminner form select,form .forminner select,
.forminner form textarea,form .forminner textarea
.forminner form .form-control,form .forminner .form-control,
.forminner form select.form-control,form .forminner select.form-control{
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  height: auto;
  border: 0px;
  border-bottom: 1px solid #A5A5A5;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #212529;
  background-color: transparent;
  border-radius: 0px;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 36px;
  border-radius: 0px;
}
.forminner form select,form .forminner select,
.forminner form select.form-control,form .forminner select.form-control{
  background: url(../images/logos/DDownarow.html) no-repeat 96.5% center;
  padding-right: 35px;
  background-color: #ffffff;
}
.forminner form select option,form .forminner select option{
  color: #212529;
}
.forminner form input:hover,form .forminner input:hover
.forminner form input:focus,form .forminner input:focus,
.forminner form input:active,form .forminner input:active,
.forminner form select:hover,form .forminner select:hover,
.forminner form select:focus,form .forminner select:focus,
.forminner form select:active,form .forminner select:active,
.forminner form .form-control:hover,form .forminner .form-control:hover,
.forminner form .form-control:focus,form .forminner .form-control:focus,
.forminner form .form-control:active,form .forminner .form-control:active{
  color: #212529;
  background-color: #ffffff;
  border-color: #212529;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.forminner form label,form .forminner label{
  display: block;
  text-align: left;
  font-weight: 600;
}
.forminner form button,form button.submitbtn,
.submitbtn{
  background-color: #E3CA44;
  font: 600 18px/1.2 "Montserrat", sans-serif;
  width: auto;
  letter-spacing: .5px;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 12px 35px;
  min-width: 165px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  -webkit-border-radius: 30px; 
  -moz-border-radius: 30px; 
  border-radius: 30px; 
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.forminner form button:hover,form button:hover,
.forminner form button:focus,form button:focus,
.forminner form button:active,form button:active{
  color: #ffffff;
  /*background-color: rgb(125, 189, 75);*/
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0px 5px 10px rgba(29, 109, 219, 0.4);
  box-shadow: 0px 5px 10px rgba(29, 109, 219, 0.4);
}
.forminner .form-group.otherDetail{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  border-top: 6px solid rgba(125, 189, 75, 1);
}
.forminner form p,form .forminner p{
  color: #212529;
  line-height: 1.5;
  font-weight: 400;
}
.forminner form p,form .forminner p b{
  font-weight: 600;
  margin-right: 10px;
}

/*form close*/
.onloadbanner h4{
  font-size: 18px;
  display: block;
  text-align: center;
  width: 100%;
}
.onloadbanner .modal-body{
  padding-top: 0px;
  text-align: center;
}
.onloadbanner .modal-body button.submitbtn {
  margin: 10px 0 0;
  background-color: #ffef00;
  color: #000000;
}
.onloadbanner .modal-body button.submitbtn:hover,
.onloadbanner .modal-body button.submitbtn:focus,
.onloadbanner .modal-body button.submitbtn:active{
  color: #ffffff;
  background-color: rgb(34, 91, 133);
}
.onloadbanner .modal-header .close{
  position: absolute;
  right: 10px;
  margin: 0px;
  padding: 0px;
  top: 10px;
}
.onloadbanner figure{
  margin: 0px;
}
.onloadbanner button:focus{
  outline: none;
  border: 0px;
}
.onloadbanner .modal-header {
  position: relative;
  padding: 15px 0 10px;
  border: 0px;
}

/*glow*/
@-webkit-keyframes glowing{
  0%{ background-color: #61cd33; box-shadow: 0 0 5px #61cd33; }
  50%{ background-color: #62e22b; box-shadow: 0 0 20px #62e22b; }
  100%{ background-color: #5af717; box-shadow: 0 0 5px #5af717; }
}

@keyframes glowing{
  0%{ background-color: #61cd33; box-shadow: 0 0 5px #61cd33; }
  50%{ background-color: #62e22b; box-shadow: 0 0 20px #62e22b; }
  100%{ background-color: #5af717; box-shadow: 0 0 5px #5af717; }
}

.glow{
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
}

/*glow2*/
@-webkit-keyframes glowing2{
  0%{ color:#000000; background-color: #e3ca44; box-shadow: 0 0 5px #e3ca44; }
  50%{ color:#000000; background-color: #efce20; box-shadow: 0 0 20px #efce20; }
  100%{ color:#000000; background-color: #fdd606; box-shadow: 0 0 5px #fdd606; }
}

@keyframes glowing2{
  0%{ color:#000000; background-color: #e3ca44; box-shadow: 0 0 5px #e3ca44; }
  50%{ color:#000000; background-color: #efce20; box-shadow: 0 0 20px #efce20; }
  100%{ color:#000000; background-color: #fdd606; box-shadow: 0 0 5px #fdd606; }
}

.glow2{
  -webkit-animation: glowing2 1300ms infinite;
  -moz-animation: glowing2 1300ms infinite;
  -o-animation: glowing2 1300ms infinite;
  animation: glowing2 1300ms infinite;
}

/*nits_css close*/


@media only screen and (min-width: 1300px) and (max-width: 1336px){
  .backgray3{
    padding: 39px 0px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1299px){
    footer .gallery-map .map-area{
        max-height: 235px;
    }

    #gallery-slider .owl-item .item img{

        max-height: 232px !important;
    }

    .backgray3 .row .col-md-4 p,
    .backgray3 .row .col-md-8 p{

        font-size: 13px;


    }

    .backgray3{
        padding: 0px 0px;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px){
    footer .gallery-map .map-area{
        max-height: 235px;
    }

    #gallery-slider .owl-item .item img{

        max-height: 232px !important;
    }

    .backgray3 .row .col-md-4 p,
    .backgray3 .row .col-md-8 p{

        font-size: 11px;


    }

    .backgray3{
        padding: 0px 0px;

    }
}

@media only screen and (min-width: 1200px){
    header .navbar .navbar-brand{
        max-width: 400px !important;
    }

    .content_area .content .cards-sec{
        padding-bottom: 10px !important;
    }

    header .navbar{
        padding: 40px 0 0px !important;
    }



    header .msg h1{
        padding-top: 10px !important;
    }

    header .msg h6{
        font-size: 17px !important;
        font-family: sans-serif !important;
    }

    header .msg h6 span{
        text-transform: capitalize;
        font-size: 21px;
    }

    header .msg h1{
        font-size: 20px;
    }

    a.navbar-brand{
        margin-bottom: -70px;
    }

    .wrp{
        white-space: nowrap;
    }

    footer .foot_about .inner ul li:nth-child(3):after{
        right: 0 !important;
    }

    footer .foot_about .inner ul li a{

        margin-left: auto;
        margin-right: auto;
    }


}

@media only screen and (min-width: 992px) and (max-width:1199px){
    header .navbar .navbar-brand{
        max-width: 287px !important;
    }

    a.navbar-brand{
        margin-bottom: -40px;
    }
}


@media only screen and (min-width: 991px){
    header .navbar .navbar_cstm ul li{
        padding-right: 96px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 991px){
    header .sub_nav ul li ul.sub_drop{
        width: 188px;
    }

    header .msg h1{
        padding-top: 10px !important;
    }

    header .msg h6{
        font-size: 14px !important;
        font-family: initial !important;
    }

    header .navbar .navbar-brand{
        max-width: 260px !important;
    }

    a.navbar-brand{
        margin-bottom: -40px;
    }

    header .msg h1{
        font-size: 15px;
    }

    .content_area{
        padding: 20px 0 20px;
    }

    .content_area{
        padding: 20px 0 20px;
    }

    .backgray3{
        padding: 5px 0px;
 
    }
     .backgray3 P{
    font-size: 12px;

    }
    #gallery-slider .owl-item .item img{

    max-height: 219px !important;
}

    footer .gallery-map .map-area{
        margin-top: 0px !important;
    }
}


@media only screen and (min-width: 769px){
    header .navbar{
        padding: 1px 0 0px !important;
    }

    .content_area .content .cards-sec{
        padding-bottom: 10px !important;
    }

    header .msg h1{
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 1199px){
.RegistrationContent .tableizer-table th b br{
  display: block;
}

}

@media only screen and (max-width: 1024px){

.upper-links span{
  font-size: 11px;
}

header .upper-links ul li.contact_numbers a{
  display: inline-block;
}

.learningTABinner .nav-tabs .nav-item{
  width: 33.33%;               /* For old syntax, otherwise collapses. */
}
.onloadbanner h4{
  font-size: 14px;
}
.formDiv{
  padding: 0px;
}
.formContent{
  padding: 12px 0px;
}

}

@media only screen and (max-width: 767px){

    .upper-links span, .blueone{
      display: inline-block;
    }

    header .upper-links ul li.social-links ul li{
      padding-right: 10px;
    }

    header .navbar .navbar_cstm ul li span a,
    header .navbar .navbar_cstm ul li .blueone a {
      font: 600 13px/1.3 "Montserrat", sans-serif !important;
    }

    header .navbar .navbar_cstm ul li span a:hover, header .navbar .navbar_cstm ul li .blueone a:hover,
    header .navbar .navbar_cstm ul li span a:focus, header .navbar .navbar_cstm ul li .blueone a:focus, 
    header .navbar .navbar_cstm ul li span a:active, header .navbar .navbar_cstm ul li .blueone a:active{
      color: #000000;
      outline: 0;
    }

    div#mainNavbar{
      margin-top: 0 !important;
    }

    section.help-line p,
    section.help-line a{
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        margin: 40px 0 0;
        letter-spacing: 3px;
        text-align: left;
    }

    header .navbar .navbar-brand{
        padding: 0;
        max-width: 230px !important;
        width: 100%;
    }

    a.navbar-brand{
        margin-bottom: 0;
    }

    .contt{
        display: none;
    }

    section.tie_upbanner{
        height: auto;
    }

    .backgray3{
        height: auto;
        max-height: none;
        margin-top: 20px;
    }

    .content_area{
        padding: 20px 0 20px;
    }

    .admission_form{

        margin-top: 10px;
    }

    footer .foot_about .inner ul li{

        text-align: center;

    }

    footer .foot_about .inner ul li a{

        width: 100%;

    }

    footer .gallery-map .map-area{
        margin-top: 20px !important;
    }

    section.tieupstab .tab-content{

        padding: 0 0 20px 0;
    }

    li.last{
        margin-bottom: 40px !important;
    }

    .msg{
        display: none;
    }

    .backgray3 p{
        text-align: center;
    }

}

@media only screen and (max-width: 575px){
    div#tieup .item{
        padding: 10px 10px;
    }

    header .msg h1{
        padding-top: 10px !important;
    }

    header .msg h6{
        font-size: 13px !important;
        font-family: initial !important;
    }

    .container [class*="col-"]{
        padding: 0 30px;
    }

    section.tie_upbanner{
        margin: 0px 0 0 0;

        padding: 0px 0;

    }

    .h3,
    h3{
        font-size: 1.2rem !important;
    }
  .DetailTitle h3{
    font-size: 14px !important;
    line-height: 1.4;
  }
  .RegistrationContent .tableizer-table th{
    font-size: 13px;
  }
  .content_area .content .RegistrationContent p{
    font-size: 13px;
  }
  .forminner .form-group.otherDetail{
    padding: 14px;
  }
    li.adcourses{
        font-size: 13px;
    }
    .content ul li.adcourses strong{
        font-size: inherit;
    }

    .content ul li.adcourses span{
        font-size: 14px;
    }

    .backgray3 .row .col-md-4 p,
    .backgray3 .row .col-md-8 p{

        text-align: center;
    }

    .backgray3 p{
        text-align: center;
    }

    .msg{
        display: none;
    }

    .col-md-12.cardnews .col-sm-4,
    .col-md-12.cardnews .col-sm-8{
        padding: 0 0px 0 0;
    }

    .cardnews .deatils2{
        padding: 20px 20px 20px 20px;
    }

    li.last{
        margin-bottom: 20px !important;
    }

    .map-area{

        width: 100%;
        margin-top: 0px;
    }
footer .gallery-map #gallery-slider .owl-dots button{
    width: 5px;
    height: 5px;

}

    #gallery-slider .owl-item .item img{

        max-height: 200px !important;
    }
    footer .foot_about h4:after{
    background: #ffffff;
    border-radius: 1.5px;
    width: 100%;
}
.down_brochure a img{
    width: 100% !important;
    max-width: 43px !important;
    margin: 10px;
}

.FestAttentionRow .form-group {
  position: relative;
  width: 100%;
}
.forminner .tableCol2 .form-group {
  position: relative;
  width: 100%;
}
.forminner .tableCol2 .form-group:last-child {
  margin-bottom: 10px;
}

}
.msg{
    background: #ffffff;
    text-align: center;
    font-weight: 500;
    padding: 2px 0 2px 0;
}
.msg2{
    background: #ffffff;
    text-align: center;
    font-weight: 500;
    padding: 0;
}

/* Spinner */

.lds-roller{
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 300px;
  left: 46%;
}
.lds-roller div{
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after{
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1){
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after{
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2){
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after{
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3){
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after{
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4){
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after{
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5){
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after{
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6){
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after{
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7){
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after{
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8){
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after{
  top: 56px;
  left: 12px;
}
.red{
  color:red;
}
@keyframes lds-roller{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

/* Page Loader */
.page-loader-component{
  background: #000000c2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; 
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
}
.disp_loader{
  display: none;
}



/*09-01-2020*/
.spot_box a h5{
    color: #000;
}
/*09-01-2020*/

/*dflex start*/
.dflexCNTR,.dflexCNTR2,.dflexSTRH,
.dflexSTRHCNTR,.dflexSTRHstart,.dflexSTRHBTM {
  align-items: center; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex; 
  -webkit-flex-wrap: wrap; 
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap; 
  list-style: none; 
  justify-content: space-between; 
  flex-direction: row; 
}

.dflexSTRH {align-items: stretch; }
.dflexCNTR2 {justify-content: center; }
.dflexSTRHCNTR {align-items: stretch; justify-content: center;}
.dflexSTRHstart {justify-content: flex-start; }
.dflexSTRHBTM {align-items: flex-end; }

.dflexCNTR > div,
.dflexCNTR2 > div,
.dflexSTRH > div,
.dflexSTRHCNTR > div,
.dflexSTRHstart > div,
.dflexSTRHBTM > div,
.dflexCNTR > li,
.dflexCNTR2 > li,
.dflexSTRHCNTR > li,
.dflexSTRHstart > li,
.dflexSTRHBTM > li,
.dflexSTRH > li {
  margin-left: -1px; 
}
/*dflex close*/


