/*
    
TemplateMo 557 Grad School

https://templatemo.com/tm-557-grad-school

*/
@font-face{
  font-family:myFont;
  src:url("/assets/fonts/BlackwayBrush.otf");
  src:url("/assets/fonts/BlackwayBrush.ttf")
}
/* fontawesom css  */
@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");


/* bootstarp icon */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Roboto+Slab:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');

/* sponsore font */
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

/* important date font  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

@import url(fontawesome.css);
@import url("<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900" rel="stylesheet">");
body {
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
:root{
  --all-color:#ff4027;
  --color-bg1:#442e67;
}
/* Basic */

a {
	color: #3CF;
    text-decoration: none;
}

a:hover {
	color: #FC3;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

p {
    font-size: 13px;
    line-height: 22px;
}


.section-heading {
    text-align: center;
    margin-bottom: 70px;
    /* font-family: 'Dancing Script', cursive; */
    /* font-family: 'Roboto Slab', serif; */
}

.section-heading h2:before {
    width: 1px;
    height: 100px;
    background-color: rgba(250,250,250,0.1);
    position: absolute;
    top: -102px;
    content: '';
    left: 50%;
    transform: translate(-50%);
}

.section-heading h2 {
    margin-top: 100px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 15px 20px;
    border: 2px solid rgba(250,250,250,0.1);
}


/* Buttons */

.main-button a {
    background-color: #f5a425;
    color: #183153;
    font-size: 13px;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    height: auto;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
    outline: none;
    margin-top: 2px;
    border-radius: 5px;
    /* border-top: 2.5px solid #183153 ;
    border-left: 2.5px solid #183153 ;
    border-right: 2.5px solid #183153 ;
    border-bottom: 8px solid #183153; */
    border: 2px solid #18233a;
    border-radius: 12px 0 12px 0;
    transition: all 600ms ease;
  }
  
  .main-button a:hover{
  border-radius: 0 12px 0 12px;
  background-color: tomato;
  /* color: white; */


}

/* externl button */

/* .main-button a {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(194 100% 69% / 1);
  --btn-bg-2: hsla(217 100% 56% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 0.9em 1.4em;
  min-width: 120px;
  min-height: 34px;
  font-size: var(--size, 1rem);
  font-family: "Segoe UI", system-ui, sans-serif;
  font-weight: 500;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.main-button a:hover {
  background-position: right top;
}

.main-button a:is(:focus, :focus-within,:active) {
  outline: none;
  box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
  .main-button a {
    transition: linear;
  }
} */

/* externl button */

a.menu-link { display: none; }

@media screen and (max-width: 950px) {
  a.menu-link {
    float: right;
    display: block;
    font-size: 36px;
    color: #fff;
    padding-right: 30px;
    padding-top: 15px;
  }
  nav[role="navigation"] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role="navigation"] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role="navigation"].active {
    max-height: 20em;
    height: 20em;
    overflow-y: scroll;
  }
  nav[role="navigation"] ul {
    top: 0;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(250,250,250,0.25);
    background-color: rgba(22,34,57,0.99);
  }
  nav[role="navigation"] li a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid rgba(250,250,250,0.25);
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
  }
  nav[role="navigation"] li:hover a,
  nav[role="navigation"] li.active a {
      color: #f5a425;
  }
  
  @media screen and (min-width: 951px) {
    .js nav[role="navigation"] {
      max-height: none;
    }

    nav[role="navigation"] li {
      display: inline-block;
      margin: 0 0.25em;
    }
    nav[role="navigation"] li a {
      border: 0;
    }
  }
}

/* Header */

@media screen and (max-width: 1050px) {
  .main-header .logo {
      padding-left: 30px!important;
  }

  .main-menu {
      padding-right: 30px!important;
  }

  .main-menu li {
      margin-left: 5px!important;
  }
}

.main-header {
    /* background-color: rgba(22,34,57,0.95); */
    background-color: rgba(31, 43, 66, 0.65);
    height: 80px;
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
}

.main-header .logo {
    float: left;
    line-height: 80px;
    padding-left: 40px;
}
.main-header .logo img{
  width: 170px;
}
#ieee{
  width: 90px;
}
#comsoc{
  margin-left: 12px ;
  width: 100px;
  height: 42px;
}
.main-header .logo a {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.main-header .logo a em {
    font-style: normal;
    color: #f5a425;
}

.main-menu {
    float: right;
    padding-right: 60px;
}

.main-menu li {
    display: inline-block;
    line-height: 79px;
    margin-left: 15px;
    position: relative;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    padding: 10px 15px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.main-menu li.has-submenu a:after {
    content: '\f107';
    /* content: ''; */
    font-family: "FontAwesome";
    margin-left: 5px;
}

.main-menu li.has-submenu ul li a:after {
    display: none;
}

.main-menu li .sub-menu {
    position: absolute;
    width: 160px;
    background-color: #18233a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.main-menu li .sub-menu li {
    display: block;
    line-height: 20px;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #121b2f;

}

.main-menu li .sub-menu li:first-child {
    padding-top: 15px;
}

.main-menu li .sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu li .sub-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 15px;
    letter-spacing: 0.5px;
    border: none;
    transition: all 0.5s;
}

.main-menu li .sub-menu li a:hover {
    color: cyan;
    border: none;
}

.main-nav li:hover a,
.main-nav li.active a {
    /* border: 2px solid #ff4027; */
    border: 1px dashed cyan;
    border-radius: 10px 0 10px 0;
}

@media (max-width: 950px) {
  .main-nav li:hover a,
  .main-nav li.active a {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}


/* Slider */

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}
.caption_left{
  /* position: absolute; */
  color: yellow;
}
.caption_left p{
  font-size: 18px;

}

/* blink text on home page */
.text_blink em{
  

}

.scrolling_text b{

  font-size: 20px;
  /* font-family:'Courier New', Courier, monospace; */

  background:cyan;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -1.9rem;
  margin-bottom: 2.5rem;
}
.scrolling_text b em{
  font-style: normal;

}
#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(22,34,57,0.45);
    top: 0;
    left: 0;
    right: 0;
    bottom: 7px;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-bottom: 5px;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI";
}

.main-banner .caption h2 {
  margin-top: 30px;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 800;
  color: #c7dbff;
  letter-spacing: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI";
}

.main-banner .caption h2 em {
  font-style: normal;
  /* color: rgba(0, 255, 255, 0.831); */
  background: -webkit-linear-gradient(#D82150, #fbff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

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

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 30px;
  }

  .main-banner .caption h6 {
    font-size: 30px;
  }

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

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 25px;
  }
  .main-banner .caption h6 {
    font-size: 15px;
  }

}


/* Features */

section.features .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.features-post {
  position: relative;
  margin-bottom: 0px;
}

.features-thumb {
  overflow: hidden;
  position: relative;
}

.features-thumb img {
  width: 100%;
}

.features-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 135, 254, 0.498);
  /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
  color: #fff;
  padding: 40px;
  border-radius: 5px;
}
/* .feat-1{
  background-image: linear-gradient(to right bottom, #1d010f, #4e0b28, #870438, #c3003f, #ff003c);
}
.feat-2{
  background-image: linear-gradient(to right top, #2a0436, #520c5d, #801386, #b317ae, #eb12d5);
}
.feat-3{
  background-image: linear-gradient(to right bottom, #04002a, #0e305d, #155e94, #0e91cb, #00c8ff);
} */


.features-content:hover {
    background-color: #005c9e;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
    /* color: black; */
}

.features-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    /* color: #fff; */
    color: #ff9d00;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.features-content h4 i {
    margin-right: 15px;
    font-size: 24px;
}

.features-content p {
    margin-bottom: 0px;
    /* color: black; */
}

.features-content a {
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #fff;
}

.features-content p.hidden-sm {
  display: none;
}

.second-features,
.third-features {
    border-left: 1px solid rgba(250,250,250,0.1);
}

.content-hide {
  margin-top: 15px;
  display: none;
}
img.cont-hide {
  width: 150px;
  height: 150px;
}

.content-hide p {
  color: #fff;
}

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

  .features-content {
    padding: 15px;
  }
  .features-content h4 i {
    display: block;
    margin-bottom: 10px;
  }
  .features-content h4 {
    font-size: 14px;
  }
  .features-content p {
    display: none;
  }
  .features-content p.hidden-sm {
    display: block;
  }
  .features-content a {
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 600;
  }

}



/* Why Choosing Us */

section.why-us {
    background-image: url(../9CJSiT8-textured-desktop-wallpaper.jpg);
    background-color: #172238;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

#tabs {
  text-align: center;
}
#tabs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
#tabs ul::after {
  clear: both;
  content: "";
  display: table;
}
#tabs ul li {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 1px;
  text-align: center;
}
#tabs ul li a {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  outline: 0;
  padding-bottom: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
#tabs ul li a:after {
    transition: all 0.3s;
    width: 10px;
    height: 10px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
}
#tabs ul li a:before {
    transition: all 0.3s;
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    background-color: transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -5px;
}
#tabs ul li span {
  display: block;
  margin-bottom: 0.75em;
}
#tabs ul .ui-tabs-active {
}
#tabs ul .ui-tabs-active a {
  color: #f5a425;
}
#tabs ul .ui-tabs-active a:after {
  background-color: #f5a425;
  width: 15px;
  height: 15px;
}
#tabs ul .ui-tabs-active a:before {
  border-color: #f5a425;
}
#tabs h4 {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 30px;
}

#tabs p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.tabs-content {
    margin-top: 60px;
    text-align: left;
}

@media screen and (max-width: 767px) {
  
  .tabs-content {
      text-align: center;
  }

}

.tabs-content img {
    width: 100%;
    overflow: hidden;
    padding-right: 45px;
}

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

  .tabs-content img {
      padding-right: 0px;
  }

}


/* Coming Soon */

section.coming-soon {
    background-image: url(../images/coming-soon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding: 120px 0px;
}

section.coming-soon .continer .counter div {
  display: inline-block;
}
section.coming-soon .continer h4 {
    margin-top: 100px;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 50px;
}
section.coming-soon .continer h4 em {
    font-style: normal;
    color: #f5a425;
}

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

  section.coming-soon .continer h4 {
    text-align: center;
  }

}

section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes,
section.coming-soon .continer .counter .seconds {
  width: 22%;
  height: 140px;
  float: left;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background-color: rgba(250,250,250,0.1);
}
@media screen and (max-width: 992px) {

  section.coming-soon .continer .counter .days,
  section.coming-soon .continer .counter .hours,
  section.coming-soon .continer .counter .minutes,
  section.coming-soon .continer .counter .seconds {
    font-size: 26px;
  }

  section.coming-soon .continer .counter .days .value,
  section.coming-soon .continer .counter .hours .value,
  section.coming-soon .continer .counter .minutes .value,
  section.coming-soon .continer .counter .seconds .value {
      margin-top: 40px!important;
  }

  section.coming-soon .continer .counter span {
      font-size: 14px!important;
  }

}
section.coming-soon .continer .counter .days,
section.coming-soon .continer .counter .hours,
section.coming-soon .continer .counter .minutes {
    margin-right: 4%;
}
section.coming-soon .continer .counter .days .value,
section.coming-soon .continer .counter .hours .value,
section.coming-soon .continer .counter .minutes .value,
section.coming-soon .continer .counter .seconds .value {
    margin-top: 15px;
    display: block;
    width: 100%;
}

section.coming-soon .continer .counter span {
    font-size: 18px;
    text-transform: uppercase;
    color: #f5a425;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0px;
    display: block;
}

section.coming-soon .right-content {
    margin-left: 30px;
}

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

  section.coming-soon .right-content {
      margin-top: 60px;
      margin-left: 0px;
  }

}

section.coming-soon .top-content {
    margin-bottom: -8px;
}

section.coming-soon .top-content h6 {
    font-size: 14px;
    color: #fff;
    background-color: rgba(250,250,250,0.2);
    padding: 40px;
    text-align: center;
    line-height: 24px;
}

section.coming-soon .top-content h6 em {
    font-style: normal;
    font-weight: 600;
}

section.coming-soon form {
    background-color: rgba(250,250,250,0.1);
    padding: 60px 40px;
    width: 100%;
    text-align: center;
}

section.coming-soon form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

section.coming-soon form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.coming-soon form::placeholder { color: #fff }
section.coming-soon form input::placeholder { color: #fff; }
section.coming-soon form input::placeholder { color: #fff; }

section.coming-soon form button {
    margin-top: 10px;
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}



/* Courses */

section.courses {
    background-image: url(../all\ bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding-bottom: 100px;
    padding: 0px 30px 100px 30px;
}

section.courses .item img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

section.courses .item .down-content {
    padding: 30px;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section.courses .item .down-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #1e1e1e;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

section.courses .item .down-content p {
    margin-bottom: 25px;
}

section.courses .item .down-content img {
    width: 40px;
    border: 2px solid #f5a425;
    border-radius: 50%;
    text-align: left;
    display: inline-block;
}

section.courses .item .down-content .text-button-pay {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-pay a {
    color: #f5a425;
    font-size: 13px;
}

section.courses .item .down-content .text-button-free {
    float: right;
    display: inline-block;
    margin-top: -30px;
}

section.courses .item .down-content .text-button-free a {
    color: #7a7a7a;
    font-size: 13px;
}

section.courses .owl-carousel .owl-nav {
    display: none;
}

section.courses .owl-carousel .owl-dots {
    text-align: center;
}

section.courses .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 50px 10px 0px 10px;
    outline: none;
}
section.courses .owl-carousel button.active {
    background-color: #f5a425;
}





/* Video */

section.video {
    background-image: url(../images/video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding: 120px 0px;
}

section.video .left-content {
  color: #fff;
}

section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

section.video .left-content h4 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px;
}
section.video .left-content h4 em {
    font-style: normal;
    color: #f5a425;
}
section.video .left-content p {
  font-size: 16px;
  text-align: justify;
}

section.video .left-content .main-button {
  margin-top: 30px;
}

.video-item {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0;
}

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

  section.video .left-content {
    margin-bottom: 45px;
  }

  section.video .first-item .first-content h4,
  section.video .second-item .second-content h4 {
    text-align: center;
  }

}
figure.order-2 img{
  height: 19rem;
  background-size: cover;
  width: 22rem;
}

.video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.video-item figure img {
  width: 100%;
  /* height: 300px; */
  /* mar */
  margin-top: 20px ;
  transition: all 400ms ease;
}
.video-item figure img:hover{
  transform: scale(0.9);
}
/* .video-item figure a:before {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: #f5a425;
  z-index: 10;
} */
.video-item figure a:after {
  content: '';
  position: absolute;
  bottom: 27.5px;
  right: 20px;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}
.video-item figure a:hover:before {
  background-color: #f5a425;
}

.video-item .video-caption {
    position: absolute;
    z-index: 10;
    /* background-color: rgba(245,164,37, 0.75); */
    /* rgb(245,164,37) */
    height: 10px;
    width: 100%;
    padding: 10px;
    bottom: 15px;
}

.video-item .video-caption a h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: black;
    text-align: center;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}



/* Contact */

section.contact {
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #172238;
    padding-bottom: 120px;
}


section.contact form {
    background-color: rgba(250,250,250,0.1);
    padding: 30px;
    width: 100%;
}


@media screen and (max-width: 767px) {  
  section.contact form {
      margin-bottom: 30px;
  }
}

section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.contact form::placeholder { color: #fff }
section.contact form input::placeholder { color: #fff; }
section.contact form input::placeholder { color: #fff; }

section.contact form::placeholder { color: #fff }
section.contact form textarea::placeholder { color: #fff; }
section.contact form textarea::placeholder { color: #fff; }

section.contact form button {
    background-color: #f5a425;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

/* Footer */

/* footer {
    background-color: #152036;
    text-align: center;
}

footer p {
    margin-bottom: 0px;
    padding: 25px 0px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

footer p a,
footer p a:hover {
    color: #f5a425;
} */
/* ************* SPONSORSHIP PAGE START */
 .sponsorship_page {
  --color: rgba(30, 30, 30);
  --bgColor: rgb(215, 215, 215);
  min-height: 100vh;

  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 12rem;

  font-family: "Oxygen", sans-serif;
  color: var(--color);
  /* background: var(--bgColor); */
}

.sponsorship_page h2 {
  text-align: center;
  color: #ff0000;
  margin-top: 0px;
}

.sponsorship_page ol {
  width: min(60rem, 90%);
  margin-inline: auto;

  display: flex;
  flex-wrap: wrap;
  gap: 2rem;

  list-style: none;
  counter-reset: cardnr;
  justify-content: center;
}

.sponsorship_page li {
  --frontColor: white;
  --width: 18em;
  --inlineP: 0.5rem;
  --borderR: 4rem;
  --arrowW: 2rem;
  --arrowH: 1.5rem;

  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  display: grid;
  grid-template:
    "icon" var(--borderR)
    "title"
    "descr" 1fr;
  margin-inline: var(--inlineP);
  margin-bottom: calc(var(--borderR));
  position: relative;
}
.sponsorship_page li .icon,
.sponsorship_page li .title,
.sponsorship_page li .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
.sponsorship_page li .title{
  /* margin-top: 0.5rem; */
}
.sponsorship_page li .icon,
.sponsorship_page li .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

.sponsorship_page li .title,
.sponsorship_page li .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
  
}
.sponsorship_page li .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
}

.sponsorship_page li .icon img{
  width: 80px;
  height: 80px;
  margin-top: -1rem;
  /* position: absolute; */
}

.sponsorship_page li .title {
  grid-area: title;
  font-size: 1.1rem;
  font-weight: bold;
}

.sponsorship_page li .descr {
  grid-area: descr;
  font-size: 0.85rem;
  text-align: center;
}
.sponsorship_page li .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /* background-color: red; */
}

.sponsorship_page li::after {
  content: counter(cardnr, decimal-leading-zero);
  position: absolute;
  z-index: -1;

  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  top: var(--borderR);
  bottom: calc(var(--borderR) * -1);

  display: flex;
  align-items: flex-end;
  background: var(--accent-color);
  background-image: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    transparent 25% 75%,
    rgba(0, 0, 0, 0.25)
  );
  border-radius: 0 0 var(--borderR) 0;

  --pad: 1rem;
  padding: var(--pad);
  font-size: calc(var(--borderR) - var(--pad) * 2);
  color: white;
}


.sponsorship_page li::before {
  content: "";
  position: absolute;
  height: var(--borderR);
  top: calc(100% + var(--borderR) - 2px);
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  border-radius: 0 var(--borderR) 0 0;

  background-image: linear-gradient(var(--accent-color), transparent 60%);
  opacity: 0.5;
  filter: blur(2px);
}

.credits {
  margin-top: 2rem;
  text-align: right;
}
.credits a {
  color: var(--color);
} 


/* ************* SPONSORSHIP PAGE END */
/* ********** Important date page start ************* */
.custome-card .card-header{
  background-color: #0055d9;
  color: white;
  text-align: center;
}


/* ********** Important date page end ************* */


.footer{
  color: white;
  font-size: 10px;
}
.footer p{
  text-align: center;
  font-size: 18px;
  
}
.footer p i{
  color: yellow;
  font-size: 18px;
  /* border: 5px solid red; */
}
.footer  em{
  color: #f5a425;
  font-style: normal;
}

/* footter style  */
	ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
footer .continer{
  margin-bottom: 0px;

}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo p{
  color: white;
  text-align: justify;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading em{
  font-style: normal;
  color:yellow;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #06ffff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  /* background: #202020; */
  padding: 25px 25px;
  margin-top: 25px;
  color: white;
  text-align: center;
}

.copyright-area p {
  /* margin: 0; */
  margin-bottom: 0px;
  font-size: 14px;
  color: white;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 3px solid #ff5e14;
  border-radius: 20px;
}

.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.container-fluid{
  width: 100%;
}
/********************* tourism *********************** */
div.tour_head h4 em{
  color: rgb(255, 204, 0);
  font-style: normal;
  font-size: 25px;
  font-weight: 800;
}
.tourism p{
  color:rgb(255, 255, 255);
  font-style: bold;
  font-weight: 600;
  /* font-family:cursive; */
  line-height: 1.5;
  /* margin-top: 15px; */
}

/******************* committee section******************** */
.card{
  border: 2px solid #ffffff;
  /* border-bottom: 2px solid #ff5e14; */
  border-top: none;
  border-radius: 20px;
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.64);
  padding: 5px;
  outline: none;
  margin-top: 20px;
  height: 90%;
}
.comit {
  text-align: center;
  margin-top: 2rem;

}
.comit_1 {
  text-align: center;
  margin-top: 7rem;

}
.branch_committee h4{
  color: rgb(255, 255, 255);
  background-color: #0050c8;
  border-radius: 5px;

}
.branch_committee ul li{
  list-style-type: disc;
}
.pchairs .branch_committee ul li {
  color: white;
}
.view img{
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-bottom: 10px;
  border: 2px solid white;
}
/* img.committee_img{
} */
/* button */
.choose_button a{
  background-color: #f5a425;
  width: auto;
  height: 50px;
  color: #183153;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 10px 15px;
  display: inline-block;
  outline: none;
  margin-top: 100px;
  margin-bottom: 50px;
  border-radius: 5px;
  text-align: center;
  border: 2px solid #18233a;
  border-radius: 12px 0 12px 0;
  transition: all 600ms ease;
  overflow:hidden;
}
.choose_button a:hover{
  border-radius: 0 12px 0 12px;
  background-color: tomato;
}
.committee_button{
  display: flex;
  /* grid-template-columns: repeat(3,1fr); */
  
  justify-content: space-evenly;
  margin-bottom: 25px;
  background:#183153 ;
}
/* end of commitee section */
/* *********************** contact us ******************* */
/* .contact_card{
  color: rgb(0, 0, 0);
  margin-top: 7rem;
  margin-bottom: 15rem;
  border: 2px solid white;
  border-radius: 8px;
  width:30rem;
  padding:20px;
  background: rgba(199, 199, 199, 0.886);
  margin-right: 2rem;
  box-shadow: 0px 0px 20px rgba(0, 255, 255, 0.831);
}
.contact_card h3{
  font-size: 28px;
font-weight: 700;
} */

.team .member{
  position: relative;
  padding: 20px 20px;
  box-shadow: 0px 0px 10px white;
  background-color: white;
  /* height: 25rem; */
  width: 40rem;
  margin-bottom: 7rem;
  margin-top: 8rem;
  color: rgb(4, 0, 124);
  font-style: bold;
}
.member_info h4{
  color: black;
}
.teampic img{
  width: 130px ;
  height: 150px ;
  border-radius: 50%;
  background: rgb(116, 7, 7);
  margin-right: 10px;
}
.team .member_info span{
  position: relative;
  font-weight: 700;
  display: block;
  padding-bottom: 10px;
}
/* .team .member_info span::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  background-color: black;

} */
.team .member_info p{
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member_info .Social_Links{
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */
  margin-top: 10px;
  background-color: red;
  color: #005c9e;
}
.team .member_info .Social_Links p{
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.team_1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 21rem;
}


/* *********************** contact us end ******************* */

/* ******* Fees start ************* */

/* .thead{
  background-color: #0e305d;
}
thead{
  background-color: #0e305d;
} */
/* ******* Fees end ************* */

/* coming_soon page start  */
/* .coming_soon_1{
  /* display: flex;
  justify-content: center;
  align-items: center;
} */ 

/* coming_soon page end */

/* ************ call for papers********** */
.call_card{
  background: rgba(236, 255, 244, 0.824);
  /* background-color: rgba(255, 255, 255, 0.13); */
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 5px );
  /* -webkit-backdrop-filter: blur( 4px ); */
  /* border-radius: 10px; */
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
  color: black;
  border-top:15px solid #1086e8;

  border-radius:10px;
  
  animation: border-flicker 2s linear infinite;
  transition: all 200ms ease;
  height: auto;

}
.call_card h5{
  text-align: center;
  font-weight: 800;
  color: #00ffeeb6;
  background-color: #052434;
}
@keyframes border-flicker {
  0% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.53);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.53);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.53);
  }
  /* 2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  4% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  } */
  
  25% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 50px 4px rgba(16,134,232,0.23);
-moz-box-shadow: 0px 0px 50px 4px rgba(16,134,232,0.23);
box-shadow: 0px 0px 50px 4px rgba(16,134,232,0.23);
  }
  75% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 50px 4px rgba(16,134,232,0.23);
-moz-box-shadow: 0px 0px 50px 4px rgba(16,134,232,0.23);
box-shadow: 0px 0px 50px 4px rgba(16,134,232,0.23);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.53);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.53);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.53);
  }
}
.call_card:hover{
  /* background: #3CF; */
  color: #000;
}

.cognitive li{
  line-height:1.8;
  list-style-type:"✔️";
  font-size: 15px;
  margin-left: 10px;
}
#cog1 li{
}
/* ************ call for papers********** */
/* ***************** PROCEEDING START *********************** */
.procedding{
  color: white;
  width: 90%;
  padding: 25px;
  text-align: justify;

  
}
.procedding p{
  font-size: 18px;
}
.procedding h3,h4{
  color:#ffe100;
  font-weight: 800;
}
.proceed p{
  font-size: 16px;
  /* margin-left: 15px; */
}
.AllLi ul li{
  font-size: 16px;
  margin-left: 35px;
  padding: 10px;
  list-style-type: "--";
}
.Proper_Citation ul li em{
  font-style: normal;
  color: #FC3;
  font-size: 15px;
}
.AllLi em{
  font-style: normal;
  color: rgb(255, 200, 0);
  font-size: 18px;
}

/* ***************** PROCEEDING END *********************** */
.custom-card{
  min-height: 350px !important;
}
.custom-card .card-header{
  background-color: #034694;
  color: #fff;
  text-align: center;
}
.custom-card li{
  padding: 3px 0px;
  /* border-bottom: 1px solid #ddd; */
}
.custom-card li:last-child{
  border-bottom: none;
}

/* ***************** REGISTRATION START *********************** */

.centerIt img{
  width: 450px;
}
.regist .table {
  color: rgb(0, 0, 0);
  background-color: rgba(199, 199, 199, 0.886);
}
.regist .table table td{
  
  padding: 0.20rem;
  background-color: rgb(243, 238, 238);
}
.fees_sub p{
  font-size: 18px;
  color: white;
}

/* ***************** REGISTRAION END *********************** */

/* ***************** IMPORTANT DATES START *********************** */
.blink{
  /* width:200px;
  height: 50px; */
  padding: 15px;	
  text-align: center;
  line-height: 50px;
}
.blink span{
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.tb_head{
  background-color: rgb(32, 5, 238);
  color: white;
  padding: 0px;
}
/* ***************** IMPORTANT DATES end *********************** */


/* ***************** speaker start *********************** */
.speaker_item img{
  height:150px;
  width:auto;
  color: wheat;
}

.speaker_item{
  padding-left:5px;
  padding-right:5px;
}
.item-card{
  transition:0.5s;
  cursor:pointer;
}
.item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.item-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.speaker_card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.card-text{
  height:80px;  
}

.speaker_card::before, .speaker_card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.speaker_card::before {
  transform-origin: left top;
}
.speaker_card::after {
  transform-origin: right bottom;
}
.speaker_card:hover::before, .speaker_card:hover::after, .speaker_card:focus::before, .speaker_item:focus::after {
  transform: scale3d(1, 1, 1);
}

/* ******************* speaker main section **************** */
.dis{
display: grid;
place-items: center;
}
.sp_card{
  
  position: relative;
  width: 55rem;
  height: 425px;
  /* background-color: red; */
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.326);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.2px);
-webkit-backdrop-filter: blur(4.2px);
/* border: 5px solid rgba(0, 0, 0, 0.712); */
outline: none;
color: white;
/* padding: 10px; */

 
}
.sp_head p{
  text-align: justify;
  padding: 15px;
  margin-left:5rem;
  font-size: 16px;
  /* color: #000; */
  line-height: 1.5;
}
.sp_head h6{
  color: rgb(58, 56, 56);
  font-style: bold;
  font-family: 'Roboto Slab', serif;
}
.sp_card .imgbx
{
  position:absolute;

  /* background-color: green; */
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}
.sp_card .imgbx img{
  height: 170px;
  width: 170px;
  border-radius: 50%;
}
/* ******************* speaker main section end **************** */

/* ********************** text animation ******************** */


.line-up {
  animation: 2.5s anim-lineUp infinite alternate  ;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(90%);
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* .text_typing{
  border-right: 5px solid;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 2.5s steps(95 ), cursor .4s  step-end infinite alternate ;
  animation-duration: 2s;
}
@keyframes cursor {
  50%{
    border-color: orangered;
  }
100%{
  border-right: 0px;
}
}
@keyframes typing{
 0%{
  width: 0;
 }

 100%{
  width: 100%;
 }
} */
h2.text_typing_tour {
  margin-bottom: 20px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 5px 5px 20px black;

}
.text_typing_tour em{
  font-style: normal;
  color: orangered;
  text-shadow: 5px 5px 20px black;
}
.auto-typed{
  /* text-shadow: 0 0 5px #008cff, 0 0 15px #00f2ff, 0 0 20px #0077ff, 0 0 40px #0037ff, 0 0 60px #0022ff, 0 0 10px #ff1100, 0 0 98px #ff0000; */
  /* text-shadow: 0px 0px 20px rgb(129, 255, 3); */
  text-shadow: 5px 5px 20px black;
  /* font-family: "Sacramento", cursive; */
  color: #00da0be1;

  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black; */
  

}
/* ********************* text animation end ***************** */




/* * ************************** background for pages ******************** */

section.speaker{
  background-color: red;
  background-attachment: fixed;
  background-size:cover;
}
section.speaker_head{
  background:url("../head-speaker.jpg");
  /* background-color: red; */
  background-attachment: fixed;
  background-size:cover;
}

section.bbsr{
  /* background:url("../About_bbsr_bg.jpg"); */
  background-image: linear-gradient(to right top, #aac3ff, #88a7f7, #678cef, #4270e5, #0055d9);
}
section.pchairs{
  background-image: linear-gradient(to right top, #063a8a, #004a95, #005a9e, #0069a5, #0078aa);
}

section.ic-cgu{
  /* background-image: url("/assets/images/ic-cgu-bg.jpg") */
  /* background-image: linear-gradient(to left bottom, #002252, #632c6b, #af3667, #e15d4c, #ee9a27); */
  /* background-color: #19002B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0' gradientTransform='rotate(40,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(319,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23F00'/%3E%3Cstop offset='1' stop-color='%23FC0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='3.3'%3E%3Cpath d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='1.1' transform='' cx='500' cy='100' r='40'/%3E%3Cpath transform='' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='1'%3E%3Cpath transform='' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='2.2' transform='' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; */
  background-image: linear-gradient(to right bottom, #051937, #005181, #00909f, #00ce7b, #b0ff00);
  background-attachment: fixed;
background-size: cover;

}

section.tourism{
  background-color: #320047;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%234c006c' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23660091' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%238000b5' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%239a00da' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23B400FF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ba15ff' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23c02aff' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23c63eff' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23cc53ff' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23D268FF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E"); */
  background-image: url("../Tourism_bg.png");
  
  background-attachment: fixed;
  background-size: cover;
  
}

section.about{
  /* background-color: #330000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D18'/%3E%3Cstop offset='1' stop-color='%23330000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FA3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FA3' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover; */
background-image: linear-gradient(to right top, #aac3ff, #88a7f7, #678cef, #4270e5, #0055d9);
  background-attachment: fixed;
background-size: cover;
}
section.proceddingbg{
  /* background-image: linear-gradient(to left bottom, #00132d, #001537, #001742, #00174c, #021755);
  background-attachment: fixed;
background-size: cover; */
/* 
  background-color: #8F0051;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23F00'/%3E%3Cstop offset='1' stop-color='%23FC0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='' cx='500' cy='100' r='40'/%3E%3Cpath transform='' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover; */
  background-color: white;
}


section.commitee_bg{
  background-image: url("../comit-bg.jpg");
  /* background:red; */
  background-attachment: fixed;
  background-size: cover;
}

section.contactbg{
  background-image: url("../contact_bg.jpg");
  /* background:red; */
  background-attachment: fixed;
  background-size: cover;

}
/* ***************** background for pages end *********************** */


@media screen and (max-width: 992px) {
  .features { background-color: #0c1228; }
  .features-content { position: relative; }
  .features-post { border-left: 0 }
}

@media screen and (max-width: 950px) {
  .main-menu { padding-right: 0!important; }
  .main-header .logo {
    line-height: 73px;
  }
  .main-menu li {
    display: block;
    line-height: 1;
    margin-left: 0 !important;
  }

  .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

  }
  .main-menu li .sub-menu li:last-child {
    border-bottom: 1px solid rgba(250,250,250,0.25);
  }
}

@media screen and (max-width: 950px) and (max-height: 400px) {
  nav[role="navigation"].active {
    max-height: calc(80px + 100vh);
    overflow-y: auto;
  }
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
  }
}
@media screen  and (max-width:500px){
  img#comsoc{
    display: none;
  }
  
}
@media  screen and (max-width:450px) {
  .procedding{
    text-align:start;
  }
}
@media screen and (max-width:450px) {
  .contact_card{
    width: 23rem;
  }
}
@media screen and  (max-width:378px){
  .contact_card{
    width: 21rem;
  }
}
@media screen and  (max-width:378px){
  .contact__ h1{
   font-size: 18px;
  }
 
}
@media screen and  (max-width:375px){

  .text_blink h3{
    font-size: 16px;
    /* margin-top: -20px; */
   }
}
@media screen and  (max-width:375px){

  .pchair_head h1{
    font-size: 17px;
    /* margin-top: -20px; */
   }
}
@media screen and (max-width:450px) {
  .contact__ h1{
    font-size: 25px;
   }
  
}
@media screen and (max-width:450px) {
  .pchair_head h1{
    font-size: 25px;
   }
  
}
@media screen and (max-width:450px) {

   .text_blink h3{
    font-size: 14px;
    margin-top: -1rem;
    margin-bottom: 4rem;
   }
}
/* @media screen and  (max-width:378px){
  .team_1{
    margin-left: 0;
  }
} */
@media screen and  (max-width:378px){
  video.Myvideo{
    width: 400px;
  }
}
video.Myvideo{
  width: 100px;
}