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

body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  background: #ffffff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}

a {
  color: #000;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

sup {
  line-height: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

img {
  max-width: 100%;
}

.btn {
  background: #f26024;
  color: #fff;
  border: none;
}

.clear {
  clear: both;
  padding: 0;
  margin: auto;
}

.Wrapper {
  width: 1200px;
  margin: auto;
}

.HeaderBg {
  overflow: hidden;
  border-top: 10px solid #eee5dc;
}

.Logo {
  float: left;
  width: 170px;
  overflow: hidden;
  margin-top: 15px;
}

.Title {
  float: left;
  overflow: hidden;
  margin: 0 0 0 20px;
}

.Title h1 {
  color: #f15921;
  font-size: 36px;
  font-family: "Oswald", sans-serif;
  margin: 10px 0 0;
  padding: 0;
}

.Title h3 {
  color: #f15921;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px;
}

.Title p {
  font-size: 14px;
  padding: 0;
  line-height: 20px;
  margin: 0;
}

.workshop-gif {
  right: 27px;
  position: absolute;
  /* clear: both; */
  top: 106px;
}

/*Menu Start*/

.MenuBg {
  background: #f26024;
  width: 100%;
  overflow: hidden;
}

.MobMenuBg {
  display: none;
}

.Menu {
  margin: auto;
  text-align: center;
}

.Menu h1 {
  display: none;
}

.Menu ul li {
  display: inline-block;
}

.Menu ul li a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 14px 10px;
  background: url(../images/Menuseparationnew.png) no-repeat right;
  font-size: 12px;
  text-transform: uppercase;
  transition: 2s;
}

.Menu ul li:last-child a {
  background: none;
}

.Menu ul li ul li a {
  background: none;
  padding: 10px 9px 10px 9px;
}

.Menu li:last-child a {
  background: none;
}

.Menu ul li a:hover {
  background: #f68a25;
  color: #ffffff;
}

.Menu ul li ul li a:hover {
  padding: 10px 9px 10px 9px;
}

.Menu ul li ul li a:hover {
  display: block;
}

.Menu li:hover ul {
  display: block;
  padding: 0px;
}

.Menu ul li ul {
  background: #000000;
  display: none;
  height: auto;
  margin: 0px;
  border: 0px;
  position: absolute;
  z-index: 9999;
  padding: 10px 5px;
  color: #ffffff;
}

.Menu ul li ul li {
  display: block;
  clear: both;
  padding: 5px 7px;
  border-bottom: 1px dashed #804302;
  border-right: none;
  position: relative;
  text-align: left;
}

.Menu ul li a:hover ul {
  display: block;
  float: none;
}

.Menu ul li ul li a:hover {
  background: #f26024;
  color: #ffffff;
}

.Menu ul li ul li a {
  min-width: 150px;
}

.Menu li ul li ul {
  background: #f26024;
  display: none;
  height: auto;
  border: 0px;
  position: absolute;
  min-width: 60px;
  z-index: 200;
  left: 160px;
  top: 37px;
  /*top:1em;
		left:0;*/
}

.Menu ul li.active {
  background: #a70e30;
}

.Menu li:hover ul li ul {
  display: none;
}

.Menu li:hover ul li ul li ul {
  display: none;
  left: 100px;
}

.Menu li ul li:hover ul {
  display: block;
  top: 5px;
}

.Menu li:hover ul li ul li:hover ul {
  background: #000;
  display: block;
  position: absolute;
  left: 160px;
  top: 0px;
}

.Menu li:hover ul li ul li:hover ul:hover {
  background: #0f92cb;
}

.Menu li ul li:hover ul li a {
  color: #ffffff;
}

.Menu li ul li:hover ul li a:hover {
  background: #000;
  color: #fff;
}

/*Menu End*/

/*IndexContent*/

/* @media(min-width:767px) {
    #scrollerWrapper {
        display: none;
    }
} */

#scroller_line {
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

div#scrollerWrapper h3 {
  overflow: hidden;
  font-weight: normal;
  width: 151px;
  margin: 0;
  padding: 3px 10px 8px;
  float: left;
  color: #ffffff;
  background: url(../images/news_bg.png) no-repeat left;
  position: relative;
  left: 0;
  z-index: 11111;
  top: 0px;
}

/*div#scrollerWrapper h3:after{
  position: absolute;
z-index: 1;
top: 50%;
left: 100%;
width: 0;
height: 0;
margin-top: -20px;
content: ' ';
pointer-events: none;
border: solid transparent;
border-width: 20px;
border-left-width: 10px;
border-left-color: #373c43;
}*/

/*scroller_line*/

#scroller_line li {
  width: auto;
  float: left !important;
  height: 45px;
  padding: 12px 10px 0;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  color: #535353;
}

#scroller_line a {
  text-decoration: none;
  color: #f3782e;
}

#scrollerWrapper {
  float: left;
  height: 45px;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  padding: 0px;
  margin: 0 0 10px;
}

.Credit {
  text-align: center;
  margin-top: 5px;
}

.Credit img {
  text-align: center;
}

/*scroller_line*/

.Banner {
  position: relative;
}

/*WelcomeMsg*/

.WelcomeMsg {
  background: #f5f5f5;
  padding: 20px;
  overflow: hidden;
  margin: 10px 0;
}

.WelcomeMsg h2 {
  color: #f26024;
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: normal;
}

.WelcomeMsg p {
  line-height: 24px;
  margin: 0 0 20px;
  text-align: justify;
  font-size: 15px;
}

.WelcomeMsg a {
  color: #fff;
  background: #333333;
  padding: 8px 20px;
  transition: 0.5s;
  border-radius: 2px;
  float: left;
  margin: 5px 0 10px;
}

.WelcomeMsg a:hover {
  background: #000;
}

/*WelcomeMsg*/

.Leftsidebar {
  background: #fff;
  width: 68%;
  /*width: 100%;*/
  float: left;
  box-shadow: 5px -2px 28px -7px #d4cdcd;
  /*	padding: 50px 20px 0px 20px;*/
  padding: 12px 20px 0px 20px;
}

.left {
  box-shadow: none;
}

.Rightsidebar {
  width: 30%;
  float: right;
  overflow: hidden;
  padding: 0px 15px 0px 0;
  margin-bottom: 20px;
}

/*Courses_Container*/

.ih-item.square.effect6.from_top_and_bottom {
  display: inline-block;
}

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item a {
  color: #333;
}

.ih-item a:hover {
  text-decoration: none;
}

.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;
  width: 32%;
  height: auto;
  margin: 5px 4px;
  vertical-align: top;
}

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 {
  overflow: hidden;
}

.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}

.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}

.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.square.effect6 .info h3 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 0px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #fff;
}

.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}

.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.Leftsidebar p.Courses_Description {
  font-size: 13px;
  border-bottom: 3px solid #cecece;
  background: #f5f5f5;
  padding: 7px;
}

/*Courses_Container*/

/*member login START*/

.quicklinks {
  margin: 13px 0 0 0;
}

.quicklinks ul li a {
  color: #535353;
}

.quicklinks ul {
  background: #eee5dc;
  overflow: hidden;
  padding: 10px 0 10px;
  width: 100%;
}

.quicklinks ul li {
  margin: 8px;
}

.quicklinks ul li a {
  font-size: 14px;
  line-height: 19px;
  margin: 6px 0 0 0;
  color: #000;
  background: #f5f5f5;
  padding: 12px 11px;
  display: block;
  overflow: hidden;
}

.quicklinks ul li a img {
  overflow: hidden;
  float: left;
  margin: 0 18px 0 0;
}

.quicklinks ul li a h3 {
  font-weight: normal;
  float: left;
  overflow: hidden;
  margin: 4px 0 0 0;
  font-size: 18px;
}

.quicklinks ul li a:hover {
  background: #f68a25;
  padding: 12px 11px 12px 20px;
  transition: all 300ms ease-out 0s;
}

.member-login h2,
.quicklinks h2 {
  border-bottom: 2px solid #ce242a;
}

.member-login h2 span,
.quicklinks h2 span {
  background: #ce242a;
  color: #ffffff;
  padding: 5px 15px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
}

.member-login ul li {
  color: #fff;
  list-style-type: none;
}

.member-login {
  overflow: hidden;
  padding: 0 0 0px;
}

.member-login h3 {
  color: #000;
  margin: 15px 20px 15px;
  text-align: left;
  border-bottom: 1px solid #285fab;
  padding: 0px 0px 10px;
}

.member-login h3 span {
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}

.member-login input[type="text"]::placeholder,
.member-login input[type="password"]::placeholder {
  padding-left: 10px;
}

.member-login input[type="text"],
.member-login input[type="password"] {
  padding: 11px 0px;
  width: 95%;
  margin: 5px 0px;
  background: #ffffff;
  border: 0px solid #168da2;
  font-size: 10px;
}

.member-login input[type="submit"] {
  border: none;
  background: #303030;
  color: #fff;
  margin: 5px;
  cursor: pointer;
  padding: 7px 20px;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.5s;
}

.member-login input[type="submit"]:hover {
  background: #ce242a;
  color: #ffffff;
}

.member-login ul li a {
  color: #424040;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
}

.member-login label {
  width: 25%;
  display: inline-block;
  /* margin-left: 15px; */
  text-align: left;
}

.member-login ul {
  width: auto;
  margin: 10px auto 0px;
  text-align: center;
}

.top_lmenu_content ul li {
  border-radius: 2px;
  padding: 0px;
  margin: 0px 2px 10px 2px;
  width: 45%;
  display: inline-block;
  text-align: left;
}

.top_lmenu_content ul li a {
  font-size: 12px;
  padding: 7px 9px;
  border-radius: 2px;
  width: 90%;
  background: rgba(0, 0, 0, 0.3);
}

.top_lmenu_content ul li a:hover {
  background: #0b2952;
}

.top_lmenu_content ul li a img {
  vertical-align: middle;
  padding-right: 5px;
}

.member-login ul li:last-child {
  border-right: none;
}

.RightSide .member-login ul.login {
  float: right;
  width: 73%;
  margin: auto;
}

.member-login ul.login {
  float: right;
  margin: auto;
  width: 55%;
}

.member-login form {
  width: 100%;
  overflow: hidden;
}

.member {
  background: #f0f0f0;
}

/*member-login END*/

/*IndexContent*/

.innerheading {
  text-align: left;
  overflow: hidden;
  margin: auto;
}

.innerheading h1 {
  font-size: 32px;
  float: left;
  overflow: hidden;
  padding: 10px 17px;
  text-align: left;
  font-weight: normal;
  line-height: 40px;
}

.innerpage {
  padding: 10px 17px 10px 0;
  margin: auto;
  overflow: hidden;
}

.orange {
  background: #f68a25;
  color: #fff;
}

.InnerContent {
  overflow: hidden;
}

.Leftsidebar .more {
  margin: 21px auto;
}

.Leftsidebar .more a {
  background: #ce242a;
  padding: 5px 14px;
  color: #fff;
  font-size: 12px;
}

.Leftsidebar .more a:hover {
  background: #000;
}

.Leftsidebar h3 {
  font-size: 23px;
  color: #ce242a;
  margin: 0 0 14px 0;
}

.Leftsidebar p {
  font-size: 15px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
}

/*FooterBg*/

.FooterBg {
  background: #808080;
  overflow: hidden;
}

.FooterBg h1 {
  font-size: 25px;
  font-weight: normal;
  line-height: 20px;
  margin: auto auto 10px auto;
}

.FooterCol1 {
  background: #808080;
  float: left;
  overflow: hidden;
  width: 50%;
  padding: 20px 20px;
  color: #ffffff;
}

.FooterCol1Left {
  float: left;
  overflow: hidden;
}

.FooterCol1Left p {
  line-height: 24px;
  color: #fff;
}

.FooterCol1 h1,
.FooterCol2 h1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #989898;
  color: #ffffff;
}

.FooterCol1 iframe {
  width: 100%;
}

.FooterCol2 {
  background: #868686;
  float: right;
  overflow: hidden;
  width: 40%;
  padding: 15px 20px 14px 15px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.FooterCol2 ul li {
  display: inline-block;
  margin: 2px 0px;
}

.FooterCol2 ul li a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  padding: 1px 7px 1px 3px;
  border-radius: 2px;
  transition: 0.5s;
  border-right: 1px solid #ffffff;
}

.FooterCol2 ul li:last-child a {
  border-right: none;
}

.FooterCol2 ul li a:hover {
  color: #000;
}

.FooterCol1Left a {
  color: #fff;
  text-decoration: none;
}

.FooterCol1Left a:hover {
  text-decoration: none;
}

.FooterCol3 {
  background: #1f2446;
  float: left;
  overflow: hidden;
  width: 30%;
  padding: 20px 20px;
  color: #ffffff;
}

.BottomBg {
  background: #ffffff;
  overflow: hidden;
}

.BottomLeft {
  float: left;
  width: 27%;
  height: 312px;
  background: #262c56;
  padding: 0px 2px 10px 20px;
}

.BottomRight {
  float: left;
  margin: 0 33px;
  padding: 10px;
  text-align: center;
  width: 64%;
}

.BottomRight ul {
  margin-top: 7px;
}

.BottomRight .More {
  margin-top: 20px;
}

.BottomLeft h1 {
  color: #ffffff;
  margin: 24px 0 0 2px;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  padding-bottom: 10px;
}

.BottomRight h1 {
  color: #2e4479;
  margin: 24px 0 0 2px;
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  padding-bottom: 10px;
}

.BottomRight ul li {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.BottomRight ul li:last-child {
  margin-right: 0px;
}

.FooterBottomBg {
  background: #333333;
  overflow: hidden;
  color: #868686;
  padding: 10px 0;
  font-size: 12px;
}

.FooterBottomLeft {
  float: left;
  overflow: hidden;
}

.FooterBottomRight {
  float: right;
  overflow: hidden;
}

.FooterBottomRight a {
  text-decoration: none;
  color: #ffffff;
}

/*FooterBg*/

/*Course*/

.leftsideleft {
  width: 54%;
  float: left;
  overflow: hidden;
  margin: 0 47px 0 0;
}

.leftsideleft img {}

.leftsideright {
  width: 40%;
  float: left;
  overflow: hidden;
}

.leftsideright table {
  border-collapse: collapse;
  width: 94%;
}

.leftsideright table tr td {
  padding: 12px 10px;
  border-bottom: 1px solid #e4e3e3;
  line-height: 17px;
}

.leftsideright table tr.admission {
  background: #f68a25;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.leftsideright table tr.admissionheading {
  background: #fdcc8d;
  text-align: center;
}

.leftsideright table tr.odd {
  background: #f5f5f5;
}

.leftsidelist {
  margin: 44px auto;
  background: #f7f7f7;
  padding: 22px;
  border: 1px solid #eaeaea;
}

.leftsidelist ul li {
  list-style: disc;
  margin: 0 0 7px 20px;
  line-height: 24px;
}

/*Course*/

.coming_soon {
  text-align: center;
  margin: auto;
}

.contact {
  width: 37%;
  margin: 0px 27px 0px 0px;
  text-align: center;
  padding: 31px 16px;
  background: #fdf6ef;
  float: left;
  overflow: hidden;
}

.contact p {
  font-size: 16px;
  line-height: 27px;
}

.contact a {
  color: #f68a25;
  font-weight: bold;
}

.contact a:hover {
  color: #000;
}

.map {
  width: 55%;
  float: left;
  overflow: hidden;
}

.feedback {
  margin: 50px 0;
  background: #fbfbfb;
  padding: 16px;
}

.feedback ul li {
  width: 90%;
  margin: 0 0px 20px;
}

.feedback ul li.Security {
  width: 50%;
  overflow: hidden;
  float: left;
}

.feedback label {
  width: 15%;
  display: inline-block;
  text-align: left;
  margin: 0 20px 0 0;
  vertical-align: top;
}

.feedback input[type="text"] {
  width: 57%;
  padding: 10px 8px;
  border: none;
  background: #e4e4e4;
}

.feedback textarea {
  width: 59%;
  padding: 9px 0;
  border: none;
  background: #e4e4e4;
}

.Security label {
  width: 175px;
  display: inline-block;
  vertical-align: top;
}

.feedback .SecurityImage {
  display: inline-block;
  vertical-align: top;
}

.feedback .SecurityCode {
  display: inline-block;
}

.feedback .SecurityCode input[type="text"] {
  background: #e4e4e4;
  /* border: solid 1px #C7C7C7; */
  width: 89px;
  height: 9px;
}

.feedback .SubmissionSubmit {}

.feedback .SubmissionSubmit input[type="submit"] {
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  border: none;
  padding: 6px 15px;
  background: #f26024;
  color: #fff;
}

.Online_Submit input[type="submit"] {
  padding: 8px 30px;
  background: #f68a25;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  /* font-family: 'Raleway', sans-serif; */
  /* font-weight: bold; */
  font-family: "Oswald", sans-serif;
}

.Online_Submit input[type="submit"]:hover {
  background: #000;
}

.SubmissionSubmit {
  margin-top: 15px;
}

.rare2017_daywise {}

.rare2017_daywise table {
  border-collapse: collapse;
  margin: 0 auto 80px auto;
  width: 90%;
}

.rare2017_daywise table tr td {
  padding: 11px;
}

.rare2017_daywise table tr.daywiseday {
  background: #f9a960;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.rare2017_daywise table tr.daywisetopics {
  background: #ffdebf;
  font-weight: bold;
  font-size: 14px;
}

.rare2017_daywise table tr.odd {
  background: #f3f3f3;
}

.rare2017_daywise table tr.break {
  text-align: center;
  background: #fff5eb;
  font-weight: bold;
}

.topics {
  text-align: center;
  margin: 0 auto 30px auto;
}

.topics ul li {
  display: inline-block;
  width: 42%;
  text-align: center;
  margin: 6px;
  /* background: #f7f7f7; */
  padding: 13px;
  min-height: 39px;
  vertical-align: top;
  line-height: 20px;
  font-size: 15px;
  box-shadow: inset 0px 0px 7px 3px #f7eadd;
}

.awards {
  text-align: center;
  margin: auto;
}

.awards ul li {
  width: 39%;
  display: inline-block;
  text-align: center;
  /* background: #f5f5f5; */
  color: #f68a25;
  padding: 8px 24px;
  margin: 16px;
  line-height: 22px;
  font-size: 15px;
  box-shadow: 0px 0px 5px 3px #f7f7f7;
  font-weight: bold;
}

.awards ul li span {
  display: block;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
}

.awards ul li img {
  display: block;
  text-align: center;
  margin: 10px auto;
}

.alumni {}

.alumni table {
  border-collapse: collapse;
  width: 66%;
  margin: auto;
}

.alumni table tr td {
  padding: 10px;
  font-size: 15px;
}

.alumni table tr.alumnitopics {
  background: #f26024;
  color: #fff;
}

.alumni table tr.odd {
  background: #f0f0f0;
}

.this_icon {
  margin: 50px auto;
}

.this_icon ul li {
  margin: 31px auto;
  display: block;
  background: #fbfbfb;
  overflow: hidden;
  padding: 15px 10px;
  border: 1px solid #f5f5f5;
}

.this_icon ul li img {
  width: auto;
  float: left;
  margin: 0 27px 0 0;
}

.this_icon ul li span {
  font-size: 21px;
  color: #f26024;
  display: block;
  font-weight: bold;
}

.this_icon ul li p {
  float: left;
  /* display: block; */
  width: 81%;
}

.rare2018_programe_schedule {
  margin: 20px auto 0 auto;
  text-align: center;
}

.rare2018_programe_schedule ul li {
  text-align: left;
  width: 83%;
  display: block;
  padding: 15px;
  font-size: 14px;
  line-height: 30px;
  /* background: #fff; */
  /* color: #000; */
  border: 1px solid #f5f5f5;
  margin: 0px auto 30px auto;
}

.rare2018_programe_schedule table {}

.rare2018_programe_schedule h2 {
  font-size: 26px;
  color: #f00;
  padding: 0 0 23px 0;
  margin: 10px 0;
  font-style: italic;
  font-weight: normal;
}

.rare2018_programe_schedule table tr td {
  vertical-align: top;
}

.rare2018_programe_schedule h3 {
  color: #ce242a;
  font-size: 18px;
}

.rare2018_registration {
  margin: 21px auto 50px auto;
}

.registration ul li {
  margin-bottom: 15px;
}

.Leftsidebar h4 {
  font-size: 18px;
  margin: 12px auto;
  color: #f26024;
  font-weight: normal;
}

.rare2018_registration table {
  border-collapse: collapse;
  width: 100%;
}

.rare2018_registration table.reg_details {
  margin: 0 26px 0 0;
}

.rare2018_registration table tr.reg_heading {
  background: #f26024;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.rare2018_registration table tr td {
  padding: 10px;
  border: 1px solid #ecebeb;
}

.rare2018_registration ul li {
  list-style: disc;
  margin-left: 30px;
  line-height: 18px;
  padding-bottom: 10px;
}



.rare2018_programe_schedule table.conference {
  border-collapse: collapse;
  width: 100%;
}

.rare2018_programe_schedule table.conference tr td {
  border: 1px solid #e4e1e1;
  padding: 5px 10px;
  font-size: 13px;
}

.rare2018_programe_schedule table.conference tr.conferencedate {
  background: #f9a960;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.rare2018_programe_schedule table.conference tr.conferencetopics {
  background: #ffdebf;
  font-weight: bold;
  font-size: 14px;
}

.rare2018_programe_schedule table.conference tr.break {
  text-align: center;
  background: #fff5eb;
  font-weight: bold;
}

.rare2018_programe_schedule table.conference tr.conference_time td {
  border: none;
  font-weight: bold;
}

.rare2018_programe_schedule table.conference tr.odd {
  background: #f3f3f3;
}

.acc_details {
  /*margin: 30px auto;*/
  margin: auto auto 30px;
  border: 1px solid #e8e8e8;
  padding: 22px;
}

.acc_details table {
  width: 77%;
  margin: 23px 0 23px 0;
}

.acc_details table tr td {
  border: none;
}

.acc_draft {
  margin: 0 0 30px 0;
  border: 1px solid #e8e8e8;
  padding: 22px;
}

.acc_draft p {
  background: #f5f5f5;
  padding: 16px;
}

.acc_instruction {
  border: 1px solid #e8e8e8;
  padding: 22px;
}

.acc_instruction ul li {
  font-size: 14px;
  line-height: 25px;
  list-style: disc;
  margin: 0 0 0 46px;
}

.acc_details table tr.odd {
  background: #f5f5f5;
}

.registration_link {
  margin: 0px auto 0 auto;
  text-align: center;
  overflow: hidden;
}

.registration_link ul li {
  display: inline-block;
  width: 33%;
  margin: 9px auto;
  text-align: center;
  vertical-align: top;
}

.registration_link ul li img {
  display: inline-block;
  overflow: hidden;
  margin: 0 8px 0 0;
  vertical-align: middle;
}

.registration_link ul li a {
  text-decoration: none;
  background: #f26024;
  padding: 8px 0 8px 10px;
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin: auto;
}

.registration_link ul li a p {
  color: #fff;
  margin: 1px 0 2px 0;
  display: inline-block;
  vertical-align: middle;
}

.registration_link ul li a:hover {
  background: #000;
  transform: scale(0.8);
  transition: 1.55s all;
}

.registration_announcement {
  margin: 30px auto;
  /* border: 1px solid #e8e8e8; */
  padding: 22px;
  background: #fdefdb;
  font-weight: bold;
}

.registration_announcement ul li {
  font-size: 16px;
  line-height: 30px;
  list-style: disc;
  margin: 0 0 0 30px;
}

/*.office_bearers
{
}
.office_bearers ul
{
	margin:0 auto 23px auto;
}
.office_bearers ul li
{
	    width: 38%;
    text-align: center;
    margin: auto;
    background: #f5f5f5;
  
    padding: 0 0 19px 0px;
}
.office_bearers h1
{
	    background: #f68a25;
    color: #fff;
    font-weight: normal;
    padding: 1px;
    font-size: 25px;
	text-align:center;
}
.office_bearers ul li img
{
	margin:15px auto;
}
.office_bearers ul li p
{
	    text-align: center;
    font-weight: bold;
}
.office_bearers ul.office
{
	    width: 56%;
}
.office_bearers ul.office li
{
	    display: inline-block;
    overflow: hidden;
    padding: 1px;
    width: 49%;
}
.office_bearers .border
{
	    border-bottom: 1px solid #f5f4f4;
		overflow:hidden;
		margin:0 0 23px 0;
}*/

/************onlineregistration************/

.regis {
  width: 100%;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0 0 15px auto;
}

.regis ul {
  overflow: hidden;
  margin: auto;
}

.regis ul li label {
  display: block;
  margin-right: 5px;
  vertical-align: top;
  line-height: 18px;
  font-weight: bold;
}

.registration label.error {
  position: absolute;
  padding: 5px 0 5px;
  /* margin-left: 278px; */
  /* top: 649px; */
  overflow: hidden;
  line-height: 9px;
  font-size: 12px;
}

.registration .PaymentList label.error {
  padding: 1.5% 10% 1%;
}

label.error {
  color: #f00;
  display: block;
}

.regis ul li {
  list-style: none;
  margin: 16px 0px 0px 16px;
  padding: 0 0 11px 0;
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

.regis input[type="text"],
.regis input[type="email"],
.regis textarea {
  width: 240px;
  padding: 5px 10px;
  height: 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #d6d5d5;
  border-left: 1px solid #d0d0d0;
  position: relative;
}

.regis select {
  width: 258px;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #d6d5d5;
  border-left: 1px solid #d0d0d0;
}

.regis input[type="text"]:hover,
.regis input[type="email"]:hover,
.regis textarea:hover {
  border-color: #ccc;
  background: #fff;
  border-bottom: 1px solid #f68a25;
}

.registration table tr td {
  /*background: #fbfbfb;*/
  font-size: 16px;
  padding: 8px;
}

.regis ul li.food label {
  float: left;
}

.regis input[type="radio"] {
  float: left;
  margin: 3px 24px 0 6px;
}

.registration {
  margin: auto;
}



.registration table tr.title td p {
  color: #fff;
}

.registration table tr.title td {
  background: #f68a25;
  color: #000;
}

.registration table tr.title {
  background: #ccc;
  color: #000;
}

.paymentdetails h3 span {
  background: #ce242a;
  color: #ffffff;
  padding: 5px 15px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
}

.paymentdetails h3 {
  border-bottom: 1px solid #f00;
}

.registration h3 span {
  background: #f68a25;
  display: inline-block;
  color: #fff;
  padding: 6px 10px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}

.registration h3 {
  border-bottom: 1px solid #f68a25;
  font-size: 18px;
  font-weight: normal;
}

.registration h2 {
  font-weight: normal;
  font-size: 20px;
  color: #f68a25;
}

.PaymentList {
  text-align: center;
  margin: 0px auto auto auto;
  background: #ecebeb;
  padding: 10px 0;
  font-size: 18px;
  position: relative;
}

li.bank {
  width: 74% !important;
}

.PaymentList li input[type="text"] {
  width: 201px;
  padding: 5px 10px;
  height: 24px;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #d6d5d5;
  border-left: 1px solid #d0d0d0;
  position: relative;
}

.inner_col {
  background: #fbfbfb;
  overflow: hidden;
  margin: 0px 0 10px;
  padding: 10px;
}

.AbstractSubmissionSubmit {
  text-align: center;
  margin: 30px 0 0 0;
}

.onlinereg p {
  margin: 45px 0px 20px 0;
  background: #ecebeb;
  padding: 15px;
  font-size: 14px;
}

.AbstractSubmissionSubmit {
  text-align: center;
  margin: 30px 0 0 0;
}

.AbstractSubmissionSubmit input {}

.AbstractSubmissionSubmit input[type="submit"] {
  padding: 10px 15px;
  text-align: center;
  margin: auto;
  background: #1a55a5;
  color: #fff;
  cursor: pointer;
  border: none;
  font-family: "Poppins", sans-serif;
}

.AbstractSubmissionSubmit input[type="submit"]:hover {
  background: #ecebeb;
  color: #1a55a5;
  font-weight: bold;
}

.onlinereg h3 {
  background: #1a55a5;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  margin: 45px 0 0px 0px;
  color: #fff;
}



.inner_col {
  background: #fbfbfb;
  overflow: hidden;
  margin: 0px 0 10px;
  padding: 10px;
}

.inner_col table {
  width: 94%;
  margin: auto;
  margin-top: 10px;
}

.PaymentList label {
  font-size: 14px;
  font-weight: normal;
}

.inner_col label {
  font-size: 13px;
}

.Online_Submit {
  text-align: center;
  margin: 15px 0;
}

.inner_col input[type="text"] {
  width: 180px;
  padding: 5px 10px;
  border: 1px solid #ececec;
  border-bottom: 1px solid #d6d5d5;
  border-left: 1px solid #d0d0d0;
  background: #ffffff;
  height: 20px;
  margin-bottom: 10px;
}

.inner_col input[type="text"]:hover {
  border-color: #ccc;
  background: #fff;
  border-bottom: 1px solid #f68a25;
}

.registration input[type="radio"] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.inner_col label {
  font-size: 13px;
  margin-right: 20px;
}

.registration span {
  color: #000;
  font-size: 21px;
  vertical-align: middle;
  font-weight: bold;
}

.PaymentTotalBg {
  background: #eaeaea;
}

/************onlineregistration************/

.message {}

.message p {}

.message ul li {
  width: 33%;
  float: left;
  overflow: hidden;
  font-size: 15px;
  color: #f26024;
  line-height: 20px;
}

.message ul li span {
  display: block;
  color: #000;
  font-size: 12px;
}

.rare2018_faculty {
  text-align: center;
  margin: auto;
}

.rare2018_faculty ul li {
  width: 24%;
  padding: 21px;
  display: inline-block;
  /* border: 1px solid #eaeaea; */
  margin: 10px;
  font-weight: bold;
  background: #f9f9f9;
  text-transform: uppercase;
}

.rare2018_faculty p {
  text-align: center;
  color: #f26024;
  font-size: 25px;
  margin: 30px auto;
}

.eposter {
  box-shadow: 0px 0px 10px 2px #f3f3f3;
  width: 61%;
  margin: 29px auto 63px auto;
  padding: 39px 30px;
}

.eposter ul li {
  line-height: 28px;
  list-style: url(../images/list_icon.png);
  width: 100%;
  margin: auto;
  font-size: 15px;
}

.eposter ul li a {
  color: #f68a25;
  font-weight: bold;
}

.eposter ul li a:hover {
  color: #000;
}

.box {
  background: #f5f5f5;
  padding: 10px 10px 10px 10px;
  margin: 2px 0 0 0;
}

/*h2.box1 {
	width: 34%;
	float: left;
	overflow: hidden;
}*/

.view_reg_fee {
  overflow: hidden;
  background: #f5eee7;
  padding: 6px 0 7px 9px;
  margin: 0 0 12px 0;
}

h3.view_reg_main {
  margin: 0;
}

.inner_col1 {
  background: none;
  padding: 0px;
}

.submit_proceed {
  text-align: center;
  margin: auto;
}

.submit_proceed input[type="submit"] {
  padding: 8px 30px;
  background: #f68a25;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  border: none;
  border-radius: 2px;
  /* font-family: 'Raleway', sans-serif; */
  /* font-weight: bold; */
  font-family: "Oswald", sans-serif;
}

.submit_proceed input[type="submit"]:hover {
  background: #000;
}

.result {
  background: #ce242a;
  color: #fff;
  padding: 13px 22px;
  text-align: center;
  margin: 99px auto;
  width: 84%;
  font-size: 23px;
}

.result table {}

.result table tr td {}

.rightside_venue h2 span {
  background: #ce242a;
  color: #ffffff;
  padding: 5px 15px;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
}

.rightside_venue h2 {
  border-bottom: 2px solid #ce242a;
  font-size: 18px;
}

.rightside_venue {
  margin: 24px 0 0 0;
}

.rightmap {
  width: 100%;
  display: block;
  padding: 7px;
  margin: 0 0 7px 0;
}

.rightmap a.venue_more {
  background: #d0cdcc;
  padding: 7px 12px;
  display: block;
  width: 35%;
  margin: 6px 0 0 0;
  /* color: #fff; */
  font-weight: bold;
}

.rightmap a.venue_more:hover {
  background: #000;
  color: #fff;
}

.rightmap1 {
  width: 95%;
  float: left;
  overflow: hidden;
}

.rightmap2 {
  width: 49%;
  float: right;
  overflow: hidden;
  display: block;
}

.rightmap1 img,
.rightmap2 img {
  width: 100%;
}

.registration_close {
  margin: 81px auto;
  width: 57%;
  background: #f5f5f5;
  padding: 17px;
}

.registration_close ul li {
  list-style: disc;
  margin: 0 0 0 18px;
  font-size: 19px;
  line-height: 36px;
  font-weight: bold;
}

.programe_schedule {
  text-align: center;
  margin: 20% auto;
}

.programe_schedule ul li {
  display: inline-block;
  margin: 10px;
  width: 37%;
}

.programe_schedule ul li a {
  background: #c31010;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  transition: 1s;
}

.programe_schedule ul li a:hover {
  background: #000;
}

.eposter ul li {
  padding-bottom: 10px;
  list-style: disc;
  margin-left: 10px;
  line-height: 19px;
}

/*rare-2023*/

.rare-2023 {
  background: #2f3492;
  padding: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  border-radius: 0.255rem;
}

.rare-2023::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: url("../images/raresrmc-2023-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.25;
}

.rare-2023 p {
  color: #fff;
}

.rare-2023 li a {
  background: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  display: block;
  padding: 0.5rem 0.8rem;
  border-radius: 0.255rem;
  color: #ce242a;
  transition: 0.3s;
}

.rare-2023 li a:hover {
  background: #eee5dc;
}

.rare-2023 li a h3 {
  margin-bottom: 0;
}

.rare-2023 li a span {
  display: block;
  font-size: 12px;
  color: var(--bs-gray-600);
}