@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25em;
}

h6, .form-wrapper.accordion .accordion-item h2, .form-wrapper.accordion .accordion-item .h2, .h6 {
  font-size: 1em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

/*smoke*/
.smoke-base {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.smoke-base.smoke-visible {
  opacity: 1;
  visibility: visible;
}

.smokebg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.smoke-base .dialog {
  position: absolute;
}

.dialog-prompt {
  margin-top: 15px;
  text-align: center;
}

.dialog-buttons {
  margin: 20px 0 5px 0
}

.smoke {
  font-family: Menlo, 'Andale Mono', monospace;
  text-align: center;
  
  line-height: 150%;
}

.dialog-buttons button {
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  font-family: Menlo, 'Andale Mono', monospace;
  font-style: normal;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 5px;
  -webkit-background-clip: padding-box;
 
  line-height: 13px;
  font-weight: normal;
  padding: 9px 12px;
}

.dialog-prompt input {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  outline: none;
  font-family: Menlo, 'Andale Mono', monospace;
  border: 1px solid #aaa;
  width: 75%;
  display: inline-block;
  background-color: transparent;
  
  padding: 8px;
}

.smoke-base {
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#900000000);
}

.smoke-base .dialog {
  top: 25%;
  width: 40%;
  left: 50%;
  margin-left: -20%;
}

.smoke-base .dialog-inner {
  padding: 15px;
  color: #fff;
  font-family: var(--main-para-family);
  background-color: var(--main-subheading);
}

.smoke {
  background-color: rgba(255,255,255,0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);
  box-shadow: 0 2px 8px #666;
}


.dialog-buttons button {
  background-color: rgba(0,0,0,.85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222222,endColorstr=#222222);
  border-radius: 0;
  color: #fff;
}

button.cancel {
  background-color: var(--accent-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444,endColorstr=#444444);
}

.queue{
  display:none;
}
/*smoke ends*/

header {
    background: linear-gradient(45deg, #dd3641 0%, #800000 100%);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
}
header .bg-dark {
    background-color: transparent !important;
    position: relative;
}


.top-navigations{
    padding: 5px 10px;
    background-color: #e4e4e4;
    margin: 0px;
    width: 100%;
}
.top-navigations .container {
    display: flex;
    justify-content: flex-end;
}

.rightLinks{
    display: flex;
    align-items: center;
}
.rightLinks li{
  list-style: none;
}
.rightLinks a {
    color: var(--main-subheading);
    font-size: 0.875em;
    font-weight: 500;
    padding: 0px 5px;
    font-family: var(--main-para-family);
}
.rightLinks a:hover {
    color: #000 !important;
}
.rightLinks .textResizeWrapper{
  display: flex;
}
.textResizeWrapper li{
  padding-left: 5px;
}
.textResizeWrapper li:after{
  margin-left: 5px !important;
}
.langDropDown{
  display: flex;
}
.block-language ul {
    display: flex;
    flex-direction: row;
}
.links{
  display: flex;
}
.rightLinks li:not(.fontResize):not(:has([data-block="language"])):not(:last-child):after,.textResizeWrapper li:last-child:after{
    content: '';
    border: solid 1px var(--main-subheading);
    font-size: 1em!important;
    margin: 0;
}
.rightLinks input{
   color: var(--main-subheading);
   border-radius: 5px;
   font-weight: 500;
   border: 1px solid var(--main-subheading);
   margin: 0px 0px 0px 2px;
   font-size: 0.875em;
   padding: 2px;
   aspect-ratio: 1;
   width: 22px;
}
.rightLinks input#contrast_normal{
  background-color: #fff;
  color: #000;
}
.rightLinks input#contrast_wob{
  background-color: #000;
  color: rgba(255, 255, 0, 0.986);
}


.toggle-nav-right {
  /* position: fixed!important; */
} 

.hidden-input{
    position: absolute;
    top: 64px;
    right: 8%;
    z-index: 9999;
}

.new-search-icon .toggle-box {
    display: none; 
  }
  
.new-search-icon  .link {
    cursor: pointer; 
  }
  
.new-search-icon  .toggle-box + label + .hidden-input {
    display: none; 
  }
  
.new-search-icon  .toggle-box:checked + label + .hidden-input {
    display: block; 
  }
  .link .fas{
    font-size: 28px;
    margin: 10px 10px 0px 10px;
}

.new-search-icon .svg-inline--fa.fa-magnifying-glass {
    font-size: 1.75rem;
    margin: 10px 10px 0px 10px;
}

.hidden-input #edit-submit {
    background-color:var(--main-subheading);
    border:1px solidÂ #fff;
}
Â 
/*nav*/

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  body {
      font-family: 'Lato', sans-serif;
      margin: 0;
  }

  @font-face {
font-family: 'Canela Deck Web';
src: url('fonts/CanelaDeck-Regular-Web.woff2') format('woff2'),
 url('fonts/CanelaDeck-Regular-Web.woff') format('woff');
font-weight:  400;
font-style:   normal;
font-stretch: normal;
}

.CanelaDeck-Regular-Web {
font-family: 'Canela Deck Web';
font-weight:  400;
font-style:   normal;
font-stretch: normal;
}

@font-face {
font-family: 'Canela Deck Web';
src: url('./assets/fonts/CanelaDeck-Bold-Web.woff2') format('woff2'),
 url('./assets/fonts/CanelaDeck-Bold-Web.woff') format('woff');
font-weight:  700;
font-style:   normal;
font-stretch: normal;
}

.CanelaDeck-Bold-Web {
font-family: 'Canela Deck Web';
font-weight:  700;
font-style:   normal;
font-stretch: normal;
}


@font-face {
font-family: 'Canela Deck Web';
src: url('fonts/CanelaDeck-Light-Web.woff2') format('woff2'),
 url('fonts/CanelaDeck-Light-Web.woff') format('woff');
font-weight:  300;
font-style:   normal;
font-stretch: normal;
}

.CanelaDeck-Light-Web {
font-family: 'Canela Deck Web';
font-weight:  300;
font-style:   normal;
font-stretch: normal;
}

:root {
      --font-CanelaDisplay: 'Canela Deck Web', serif;
}
.nav-overlay{
      height: 100vh;
      width: 100%;
      display: none;
      position: fixed;
      z-index: 4;
      top: 0;
      background-size: cover;
      left: 0;
       background-color: #800000f0;
     /* background-image: url("../images/nifm2.png");*/
      overflow-y: auto;
      font-family: var(--font-CanelaDisplay);
}
.overlay-content {
position: relative;
top: 10%;
text-align: left;
padding: 20px;
display: flex;
margin: 180px 100px;
margin-bottom: 0px;
}
ul.menu {
width: 50%;
}
.menu-designs .offcanvas {
    position: fixed;
    visibility: hidden !important;
    background: #800000 !important;
    width: 20% !important;
}

#style-1 {
    display: grid;
     overflow-x: auto;
}

.menu-designs .offcanvas-header {
    display: flex !important;
}
.menu-designs .offcanvas.show {
    visibility: visible !important;
    z-index: 9999;
}

  .nav-overlay a {
      font-size: 25px;
      font-weight: 500;

      color: #f1f1f1;
      transition: 0.3s;
      padding: 12px 12px 0px 5px;
      text-decoration: none;
      display: block;
      /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  }

  .nav-overlay a:hover,
  .nav-overlay a:focus {
      color: #818181;
  }

  .nav-overlay .closebtn {
      position: absolute;
      top: 20px;
      right: 45px;
    
  }

  .menu,
  .submenu ,.submenu-new{
      list-style-type: none;
      padding: 0;
      margin: 0;
  }


  .submenu {
      display: none;
      position: absolute;
      left: 50%;
      top: 0px;
      /* background-color: #1b2f6e; */
      background-color: #621b20;
      box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
      border-radius: 12px;
      padding: 0px;
      border: 1px solid #ffffff1f;
      width: 50%;
      max-width: 470px;
  }

  .submenu-new {
display: none;
position: relative;
left: 0px;
top: 0px;
background-color: #621b20;
padding: 20px;
width: 100%;
}
ul.submenu-new li {
position: inherit;
}
ul.submenu-new i {
position: absolute;
left: -10px;
top: 17px;
}
ul.submenu li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  background-color: #fff;
  padding:16px 10px;
  color: #800000;
  border-bottom: 1px solid #800000;
}
ul.submenu li a i {
float: right;
}
ul.submenu li:hover a {
background-position: right 0px center;
}
ul.submenu-new li a {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
li.menu-item ul.submenu li:nth-child(2) a{
font-weight: 700 !important;
}
li.menu-item ul.submenu li:nth-child(2) a i.fa-solid.fa-arrow-right {
display: none;
}
.backbtn {
      display: none;
     
      color: #f1f1f1;
      margin-bottom: 20px;
      cursor: pointer;
  }

  .menu-item:hover .submenu {
      display: block;
  }

  .submenu-item:hover .submenu-new {
      display: block;
  }
  .toggle-nav-right {
    position: absolute;
    top: 25px;
    right: 100px;
    z-index: 6;
    color: #fff;
}
  .top-nav li:hover a {
font-weight: 800;
transition: all .3s ease;
opacity: 1;
}

@media screen and (max-height: 992px) {
.overlay-content {
margin: 50px 0px;
margin-bottom: 0px;
}
}

@media screen and (max-width: 768px) {
.submenu {
left: 0;
width: 100%;
height: 100vh;
}
.backbtn {
display: block !important;
}
ul.menu {
width: 100%;
}

}
@media screen and (max-height: 450px) {
.nav-overlay .closebtn {

top: 15px;
right: 35px;
}
}     
 

header.header-sec {
    position: fixed;
    top: 0px;
    width: 100%;
    background-image: linear-gradient(45deg, #dd3641 0%, #800000 100%);
    z-index: 5;
  }
  
  .submenu {
   /* max-height: 240px;*/
    overflow: hidden;
  }
  
  .submenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  
  .submenu::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
  }
  
  .submenu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-image: -webkit-linear-gradient(0deg, rgb(253, 200, 48) 0%, rgb(243, 115, 53) 100%);
  }
  
  .menu-item:hover .submenu {
    /*max-height: 420px;*/
    overflow-y: auto;
    overflow-x: hidden;
  }

  .navbar-icons{
    border-radius: 50px;
    border: 3px solid #dd36415e;
    padding: 16px;
    margin-right: 10px;
    background-color: #fff;
    color: #dd3641;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  }

  


  /* Set the offcanvas to full height */
.offcanvas {
  height: 100vh; /* Makes the offcanvas full height of the viewport */
}

/* Hide the submenu by default */
.submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; /* Places the submenu to the right of the menu */
  width: 20vw; /* You can adjust the width */
  height: 100%; /* Makes the submenu take the full height of the offcanvas */
  background-color: #800000f3!important;
  border-radius:0px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #ccc;
  overflow-y: auto; /* Ensures submenu items can scroll if there are many */
  opacity: 0; /* Start with the submenu invisible */
  transform: translateX(20px); /* Start slightly shifted to the right */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Animate opacity and position */
}

/* Show the submenu when hovering or focusing on the parent menu item */
.menu-container:hover .submenu,
.menu-container:focus-within .submenu {
  display: block; /* Show the submenu */
  opacity: 1; /* Make the submenu fully visible */
  transform: translateX(0); /* Move the submenu to its original position */
}

/* Styling for submenu */
.menu-designs .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  border-left: 1px solid #666;
}

.menu-designs .submenu ul li {
  padding: 10px;
  width: fit-content;
}
.menu-designs .submenu ul li a svg {
    padding-top: 0.25em;
}

.menu-designs .submenu ul li:hover.list-menus:after {
    width: 90%;
}

.menu-designs .submenu ul li a {
  text-decoration: none;
  font-size: 1em;
  color: #fff!important;
  display: flex;
}

.menu-designs .submenu ul li a:hover {
  color: #007bff;
  background-color: #f1f1f115;
}
.menu-container .menu-item::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #666;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 0.2s;
}
.list-menus::after{
  content: "";
  display: block;
  width: 35px;
  background: #666;
  height: 1px;
  transition: all 0.2s;
  margin-top: 4px;
  margin-left: 22px;
}

.menu-container {
  justify-content: center;
  display: grid;
}
.menu-container .menu-item{
  text-align: center;
}
.offcanvas {
  background-color: #800000f8!important;
}
.menu-paragraph {
  line-height: 25px;
  margin-bottom: 0px!important;
  color: #f8f9fa;
}
.afnim-icon{
  font-weight: 900;
  color: #cbc5c5e8;
  font-size: 1.75rem;
  margin-top: 20px;
}

.menu-paragraph:hover {
  line-height: 25px;
  margin-bottom: 0px !important;
  color:  #cbc5c5;
}
.afnim-icon:hover {
  font-weight: 900;
  color: #f8f9fa;
  margin-top: 20px;
}
.offcanvas-header .btn-close {
  background-color: #Ffff!important;
}
.news122{
  margin:auto!important;
}


/*
 *  STYLE 1
 */
 #style-1::-webkit-scrollbar-track
 {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border-radius: 10px;
   background-color: #f5f5f50a;
 }
 
 #style-1::-webkit-scrollbar
 {
   width: 5px;
   background-color: #f5f5f51e;
   display: none;
 }
 
 #style-1::-webkit-scrollbar-thumb{
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #fff;
 }

 .menu-designs .btn-primary{
  background-color: transparent!important;
  border: 1px solid #fff!important;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  /* Adjust the submenu to appear below the menu item on mobile */
  .submenu {
    position: static; /* Removes absolute positioning */
    width: 100%; /* Full width */
    height: auto;
    opacity: 1;
    transform: translateX(0); /* Reset transform */
    box-shadow: none; /* Remove shadow for a cleaner look on mobile */
    border-left: none;
    border-top: 1px solid #ccc; /* Add a top border for separation */
    transition: none; /* Disable animation for mobile for smoother performance */
  }

  /* Show submenu when clicking or tapping on the menu item */
  .menu-container:focus-within .submenu,
  .menu-container:hover .submenu {
    display: block;
  }
}


.cool-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s;
}

.cool-link:hover::after {
  width: 100%;
  transition: width .3s;
}
/*nav end*/

/* Registering FontAwesome using @font-face */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1600px!important;
  }
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: auto;
  font-family: var(--main-para-family);
  font-size: 1em;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: var(--white-color);
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: var(--bs-danger-text-emphasis);
}
.infoTemplate{margin-top: 122px;min-height: 20vh;display: flex;align-content: center;align-items: center;margin-bottom: 1em;}
a:hover {
  color: #FC3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: var(--main-para-family);
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 1em;
  font-family: var(--main-para-family);
  line-height: 25px;
  color: #2a2a2a;
  margin-bottom: 10px;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: var(--white-color);
  /* font-family: 'Poppins', sans-serif; */
}

::selection {
  background: var(--main-yellow-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--main-yellow-color);
  color: var(--white-color);
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  color: var(--white-color);
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  color: var(--white-color);
  background-color: var(--main-yellow-color);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  text-transform: uppercase;
  color: #0f0e0b;
  font-family: var(--main-heading-family);
  font-weight: var(--font-bold);
  font-style: normal;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #1f272b;
  position: var(--ots-position);
  z-index: 1111;
}

.sub-header .left-content p {
  color: var(--white-color);
  padding: 8px 0px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: var(--white-color);
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: var(--main-yellow-color);
}

.sub-header .left-content p em {
  font-style: normal;
  color: var(--main-yellow-color);
}

.background-header {
  background-color: #8dd1f0 !important;
  height: 90px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849 !important;
}

.background-header .nav li a.active {
  color: #fb5849 !important;
}

.header-area {
  background-color: rgba(250, 250, 250, 0.15);
  position: var(--ots-position1);
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: var(--white-color);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
   position: var(--ots-position);
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: var(--main-yellow-color) !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: var(--main-yellow-color) !important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
   position: var(--ots-position);
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  color: var(--white-color);
   position: var(--ots-position1);
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
   position: var(--ots-position1);
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
   position: var(--ots-position);
  font-weight: 400;
  border-bottom: 1px solid var(--main-light-bg);
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: var(--white-color);
  color: var(--main-yellow-color) !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
   position: var(--ots-position1);
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
   position: var(--ots-position1);
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
   position: var(--ots-position1);
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: var(--main-yellow-color);
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: var(--main-yellow-color) !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid var(--main-light-bg);
  }

  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: var(--white-color);
    border-bottom: 1px solid var(--main-light-bg);
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: var(--main-yellow-color) !important;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
     position: var(--ots-position);
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
   position: var(--ots-position);
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#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: var(--ots-position1);
  background-color: #1f272b38;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

.main-banner .caption {
   position: var(--ots-position1);
  top: 50%;
  transform: translateY(-50%);
}
.caption [data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}

.caption [data-aos=fade-up] {
    transform: translate3d(0, 0, 0);
}

.main-banner .caption h6 {
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: var(--font-semi-bold);
  color: var(--white-color);
  letter-spacing: 1px;
}

.main-banner .caption h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--white-color);
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: var(--main-yellow-color);
  font-weight: 900;
}

.main-banner .caption p {
  color: var(--white-color);
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }


}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  width: 100%;
  padding: 60px 0px;
  background-color: var(--main-light-bg);
}


.services .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: var(--white-color);
  padding: 40px;
   position: var(--ots-position);
}

.services .library {
  background-image: url(../images/library.jpeg);
}

.services .hostel {
  background-image: url(../images/hostel.jpg);
}

.services .flower {
  background-image: url(../images/flower.jpg);
}

.services .campus {
  background-image: url(../images/campus-g.jpg);
}

.services .cultural {
  background-image: url(../images/cultural.jpeg);
}



.background-overlay {
   position: var(--ots-position1);
  background-color: #a12c30d2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
  z-index: 2;
  position: inherit;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
   font-weight: var(--font-semi-bold);
  z-index: 2;
  position: inherit;
}

.services .item p {
  color: var(--white-color);
  z-index: 2;
  position: inherit;
}

.down-content {
  position: inherit;
}


.services .owl-nav {
  display: inline-block !important;
  text-align: center;
   position: var(--ots-position1);
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}

.services .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
   position: var(--ots-position1);
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-weight: var(--font-bold);
  content: '\f104';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
   position: var(--ots-position1);
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-weight: var(--font-bold);
  content: '\f105';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/


.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .features .features-item+.features-item {
    margin-top: 150px;
  }
}

.features .features-item h3 {
  font-weight: var(--font-bold);
  font-family: var(--main-para-family);
}

.features .features-item .btn-get-started {
  font-weight: 700;
  background-color: #fff;
  color: var(--main-subheading);
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}

.features .features-item .btn-get-started:hover {
  background-color: var(--main-yellow-color);
}

.features .features-item ul {
  list-style: none;
  padding: 10px;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.features .features-item ul li:last-child {
  padding-bottom: 10px;
}

.features .features-item ul i {
 
  padding-right: 4px;
  color: var(--accent-color);
}

.features .features-item img {
  border: 6px solid var(--white-color);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}




/* feature section ends */


/* autoscroller */
.autoscroll-container {
  width: 100%;
  /* Adjust width as needed */
  height: 150px;
  /* Adjust height as needed */
  overflow: hidden;
   position: var(--ots-position);
}

.autoscroll-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
   position: var(--ots-position1);
  top: 0;
  animation: scroll 10s linear infinite;

}

.autoscroll-list li {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

@keyframes scroll {
  0% {
    top: 0;
  }

  100% {
    top: -100%;
    /* Adjust this value based on the number of items */
  }
}

/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

@media (max-width: 992px) {
  section.upcoming-meetings {
    padding-top: 100px !important;
  }
}

section.upcoming-meetings {
  background-color: var(--main-light-bg);
  padding-top: 80px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
   font-weight: var(--font-semi-bold);
   color: #1f272b;
   margin-bottom: 30px;
   padding-bottom: 20px;
   border-bottom: 1px solid var(--main-light-bg);
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 1em;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid var(--main-light-bg);
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
   position: var(--ots-position);
}
.harvard-sec .card{
  min-height: 500px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.our-courses .card{
  min-height: 500px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.meeting-item .thumb img {
  border-top-right-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-top-left-radius: 20px;
  height: 280px;
}

.meeting-item .thumb .price {
   position: var(--ots-position1);
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
 font-size: 1em;
  color: #1f272b;
   font-weight: var(--font-semi-bold);
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: var(--white-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
      min-height: 10em;
    max-height: 10em;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
 
  text-transform: uppercase;
   font-weight: var(--font-semi-bold);
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  margin-top: 7px;
}

.meeting-item .down-content h4 {

color: #1f272b;

font-weight: var(--font-semi-bold);

display: inline-block;

font-size: 1em;

margin-bottom: 15px;
}

.meeting-item .down-content p {
  color: #1f272b;
 
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/apply-bg1.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
   position: var(--ots-position);
}

.overlay-dark {
   position: var(--ots-position1);
  background-color: #1f272bb8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

section.apply-now .item {
  background-color: rgba(250, 250, 250, 0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: var(--white-color);
  text-transform: uppercase;
 
  font-weight: var(--font-bold);
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: var(--white-color);
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: var(--white-color);
  margin-left: 45px;
}

.accordions .accordion {
  border-bottom: 1px solid var(--main-light-bg);
}

.accordions .last-accordion {
  border-bottom: none;
}

.accordion-head {
  padding: 20px;

  font-weight: var(--font-bold);
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid var(--white-color);
}

@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1em;
    font-size: 1.2rem;
  }
}

.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}

.accordion-head.is-open {
  color: var(--main-yellow-color);
  border-bottom: none;
}

.accordion-head.is-open .icon {
  transform: rotate(45deg);
}

.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid var(--white-color);
}

.accordion-body>.content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/

section.our-courses {
  background-color: #e9e1e1;
  padding: 60px 0px;
}

.our-courses .item .down-content {
  background-color: var(--white-color);
  border-radius: 0px 0px 8px 8px;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  margin:0px;
  font-family: var(--main-para-family);
  color: #1f272b;
  text-align: center;
  font-size: 1.25em;
  border-bottom: 1px solid var(--main-light-bg);
  height: 100px;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: var(--main-yellow-color);
 
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
   font-weight: var(--font-semi-bold);
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
   position: var(--ots-position1);
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: var(--main-subheading);
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}

.our-courses .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: var(--ots-position1);
  left: -1%;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: var(--white-color);
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f053';
  border: 1px solid var(--main-subheading);
  background-color: var(--main-subheading);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: var(--ots-position1);
  right: -1%;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color:var(--white-color);
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f054';
  border: 1px solid var(--main-subheading);
  background-color: var(--main-subheading);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/* card harvard start */
/* .card:hover i {
  background-color: #282828;
  border: 1px solid #282828;
} */

.card:hover h2 {
  background-size: 100% 2px;
}

.card h2 {
 
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
   position: var(--ots-position);
  transition: background-size .3s;
  margin-bottom: 12px;
}

.card__img {
  width: 100%;
  height: 15rem;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.card__img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.cart__content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
}
 

@media screen and (min-width: 991px) {
  .cards {
    display: flex;
    flex-direction: row;
  }
}

.card {
  transition: transform 0.3s ease;
}

.card:hover .card__img img {
  transform: scale(1.1);
}

.card__img img {
  transition: transform 0.3s ease;
}

.card-title {
  transition: text-decoration 0.3s ease;
}

.card-title:hover {
  text-decoration: underline;
}

.card__content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.card__content a:hover {
  text-decoration: underline;
}

.card__content a .bi {
  margin-right: 0.5rem;
}

/* card harvard ends */

/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/facts-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
   position: var(--ots-position);
}

section.our-facts h2 {
  color: var(--white-color);
  line-height: 50px;
  font-weight: var(--font-bold);
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
  margin: 5px 0px;
  color: var(--main-yellow-color);
  font-weight: var(--font-bold);
}

.count-title {

  font-weight: 500;
  color: var(--white-color);
  letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
  background-color: var(--white-color);
  padding: 140px 0px 60px 0px;
}

section.contact-us #contact {
  background-color: var(--main-light-bg);
  border-radius: 20px;
  padding: 40px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid var(--main-light-bg);
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-weight: var(--font-bold);
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
 
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
 
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us #contact button {
 
  color: var(--white-color);
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}
.menu-container .svg-inline--fa {
 margin-top:20px;
}
section.contact-us #contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: var(--white-color);
   font-weight: var(--font-semi-bold);
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;

  color: var(--white-color);
  font-weight: var(--font-bold);
}

.footer {
  text-align: center;
  
  border-top: 1px solid rgba(250, 250, 250, 0.15);
  padding: 50px 0px;
}

.footer p {
 
  color: var(--white-color);
}

.footer p a {
  color: var(--main-yellow-color);
}

.footer-about p {
  text-align: left;
}

.footer-top-wrapper ul {
  display: inline-block;
  padding: 12px 0px 7px 0px;
}

.footer-top-wrapper ul li {
  display: inline;
}

.footer-top-wrapper ul li a {
  padding: 0px 12px;
  color: var(--white-color);
}

.footer-top-wrapper ul li:before {
  content: '|';
}

.footer-top-wrapper ul li:first-child:before {
  content: '';
}

.credits {
  color: var(--white-color);
}

.container.footer-list {
  margin-top: 80px;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
 
  text-transform: uppercase;
   font-weight: var(--font-semi-bold);
  color: var(--white-color);
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
 
  text-transform: uppercase;
  font-weight: 800;
  color: var(--white-color);
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-color: var(--main-subheading);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

section.meetings-page .bef-links {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .bef-links li {
 
  color: #a12c2f;
  background-color: var(--white-color);
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
   font-weight: var(--font-semi-bold);
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}
section.meetings-page .bef-links li a{color: #a12c2f;  }
section.meetings-page .bef-exposed-form {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
section.meetings-page .bef-links ul li.active ,
section.meetings-page .bef-links ul li:hover ,section.meetings-page .bef-links li:has(.bef-link--selected){
  background-color: #a12c2f;
  color: var(--white-color);
}
section.meetings-page .bef-links ul li.active a,
section.meetings-page .bef-links ul li:hover a,section.meetings-page .bef-links li a.bef-link--selected {
  color: var(--white-color);
}


section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
   font-weight: var(--font-semi-bold);
 
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: var(--white-color);
}

.meeting-single-item .thumb {
   position: var(--ots-position);
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
   position: var(--ots-position1);
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
 font-size: 1em;
  color: #1f272b;
   font-weight: var(--font-semi-bold);
  background-color: rgba(250, 250, 250, 0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: var(--white-color);
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
   position: var(--ots-position1);
  background-color: rgba(250, 250, 250, 0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
 
  text-transform: uppercase;
   font-weight: var(--font-semi-bold);
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  
  color: #1f272b;
   font-weight: var(--font-semi-bold);
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {

  color: #1f272b;
  font-weight: var(--font-bold);
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
 
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--main-light-bg);
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--main-light-bg);
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--main-light-bg);
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
 
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: var(--main-yellow-color);
}

/* Meeting item column */
.templatemo-item-col {
  width: 31%;
}

@media (max-width: 992px) {
  .templatemo-item-col {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .templatemo-item-col {
    width: 100%;
  }
}

#meetings2 .grid {
    display: flex;
    min-height: min-content;
    margin: auto;
    justify-content: center;
    align-items: center;
}
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next {
    right: -70px;
  }

  .services .owl-nav .owl-prev {
    left: -65px;
  }

  .our-courses .owl-nav .owl-next {
    right: -70px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next {
    right: -30px;
  }

  .services .owl-nav .owl-prev {
    left: -25px;
  }

  .our-courses .owl-nav .owl-next {
    right: -30px;
  }

  .our-courses .owl-nav .owl-prev {
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next {
    display: none;
  }

  .services .owl-nav .owl-prev {
    display: none;
  }

  .our-courses .owl-nav .owl-next {
    display: none;
  }

  .our-courses .owl-nav .owl-prev {
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #1f272b;
  }

}

/* client css start */
/****************/
/*   BX-SLIDER  */
/****************/
div#client-logo .owl-nav {
  display: none;
}

section.client {
  padding: 4em 0em;
  background-color: var(--main-light-bg);

}

section.client .section-title {
  margin-bottom: 6em;
}

.bx-controls {
   position: var(--ots-position);
}

.bx-wrapper .bx-pager {
  text-align: center;
  padding-top: 30px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  /* *zoom: 1;
    *display: inline; */
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* client css end */
/* footer css start */

.footer {
  color: var(--default-color);
  background-color: var(--background-color);
 
  padding-bottom: 50px;
   position: var(--ots-position);
  background-image: var(--main-headbg-image);
  overflow: hidden;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--white-color);
  font-size: 1.5rem;
  font-weight: var(--font-bold);
  letter-spacing: 1px;
  font-family: var(--main-heading-family);
}

.footer .footer-about p {
  font-size: 1em;
  font-family: var(--main-para-family);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: 1px solid #ffffff47;
 font-size: 1em;
  color:#fff;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
h5#block-ajnifm-usefullinks-menu{ color: #fff; }
.footer h4, h5#block-ajnifm-usefullinks-menu {
   font-size: 1.5rem;
   font-weight: bold;
   position: var(--ots-position);
   padding-bottom: 12px;
   text-align: left;
   font-family: var(--main-heading-family);
   margin-bottom: 18px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.menu--footer ul,.menu--footer ul li {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-family: var(--main-para-family);
}

.menu--footer {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: var(--main-yellow-color);
  display: inline-block;
  line-height: 1;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0.5em 0 0;
  margin: 0;
  text-align: left;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
  font-size: 0.875em;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #a7272763;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
 
}

footer#footer {
   position: var(--ots-position);
  overflow: hidden;
}

footer#footer h4 {
  color: var(--white-color);
}

.footer .footer-links ul a {
  color: var(--white-color);
}
.footer .footer-links ul li {
    margin: 0;
    padding: 0;
}

.footer-shape img {
   position: var(--ots-position1);
  bottom: 0px;
  right: -21%;
  height: 430px;
  width: 480px;
}

.social-links a i {
  color: var(--white-color);
}


.rotate-img {
  animation: rotation 90s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.footer_video_wrap {
   position: var(--ots-position1);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.35;
}

/* footer css end */
/* svg image css start */
svg {
  width: 100%;
  overflow: visible;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  background-color: var(--maroon-color);
}

.drop {
  background-color: var(--maroon-color);
  animation: drop 3.2s linear infinite normal;
  transform: translateY(25px);
  transform-box: fill-box;
  transform-origin: 50% 100%;
}

.drop2 {
  animation-delay: 3s;
  animation-duration: 3s;
}

.drop3 {
  animation-delay: -2s;
  animation-duration: 3.4s;
}

.drop4 {
  animation-delay: 1.7s;
}

.drop5 {
  animation-delay: 2.7s;
  animation-duration: 3.1s;
}

.drop6 {
  animation-delay: -2.1s;
  animation-duration: 3.2s;
}

.gooeff {
  filter: url(#goo);
}

#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: .6
}

#wave3 {
  animation-duration: 7s;
  opacity: .3;
}

@keyframes drop {
  0% {
    transform: translateY(25px);
  }

  30% {
    transform: translateY(-10px) scale(.1);
  }

  30.001% {
    transform: translateY(25px) scale(1);
  }

  70% {
    transform: translateY(25px);
  }

  100% {
    transform: translateY(-10px) scale(.1);
  }
}

@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}

/* svg image css end */
section.footer-sec {
   position: var(--ots-position);
}

svg.svg-wave {
   position: var(--ots-position1);
/*  top: -200px;*/
  display: none;
}

/* custom css start */
.header-logo img {
  max-width: 100px;
  height: 100%;
}

section#apply>.container {
  z-index: 2;
  position: inherit;
}

section.our-facts>.container {
  position: inherit;
  z-index: 2;
}

.background-overlay {
  content: "";
   position: var(--ots-position1);
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 5076px;
  background-size: 100%;
  background-image: url(../images/Header_Circles-1.svg);
  animation: 120s infiniteScroll linear infinite;
  background-repeat: repeat;
}

.background-overlay:hover {}

@-webkit-keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}

@keyframes infiniteScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -1692px, 0);
    transform: translate3d(0, -1692px, 0);
  }
}

.circles {
   position: var(--ots-position1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
   position: var(--ots-position1);
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 15s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

.box-rgt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.box-rgt .svg-inline--fa {
  align-items: center;
  background-color: #656f77;
  border: 1px solid #656f77;
  border-radius: 50%;
  content: "";
  padding: 5px;
  display: flex;
  flex-shrink: 0;
  height: 30px;
  justify-content: center;
  margin-right: 12px;
  transition: all .15s ease-in-out;
  width: 30px;
  color: var(--white-color);
}
.search-box .svg-inline--fa{
  font-size: 1.5rem;
}
.pop-list a{
  color:#fff;
}
.pop-list a:hover{
  color:#fff;
}
.news-box {
   position: var(--ots-position1);
  bottom: 7%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 0px;
}

.box-rgt a {
  color: #282828;
   font-weight: var(--font-semi-bold);
  font-family: 'Philosopher';

}

/* text animation css start */
.ani-txt p span.typed-text {
  font-weight: normal;
  color: #dd7732;
}

.ani-txt p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1em;
  width: 3px;
  animation: blink 1s infinite;
}

.ani-txt p span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }

  49% {
    background-color: #ccc;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #ccc;
  }
}

span.typed-text {
  background-image: linear-gradient(to right, red, orange 50%, brown);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/* text animation css end */
/* logo section css start */
section.logo-sec {
  padding: 60px 0px;
  background: url(../images/carousel-bg.png);
}

/* logo section css end */

/* achievement css start */
.white-heading h2 {
  color: var(--white-color);
}

/* achievement css end*/

/* logo css start */
.logo {
  padding: 0;
  background: none;
}

.logo img {
  float: left;
}

.logo a {
  line-height: 26px;
  float: left;
  padding: 0 5px;
  margin-top: 10px;
}

.logo a span {
   font-weight: var(--font-semi-bold);
  color: var(--main-slight-bg);
  text-transform: initial;
}

.logo a strong {
  color: var(--white-color);
}

.logo h2 {
  color: var(--white-color);
  text-transform: initial;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0;
}

.research-sec img {
  height: 200px;
}

.research-sec h4 {
  font-weight: var(--font-bold);
  height: auto !important;
}

.research-sec p {
  padding: 15px;
  height: 175px;
}

.recent-activity {
  background-color: #e9e1e1!important;
  padding-bottom: 0px !important;
}

.newsec-txt {
   position: var(--ots-position);
}

.newsec-txt:before {
  content: "";
  background-image: url(../images/new6.gif);
  background-repeat: no-repeat;
   position: var(--ots-position1);
  width: 45px;
  height: 42px;
  top: -2px;
  right: 6px;
  z-index: 9999;
}

/* visitor counter css start */
#mvcwid {
  background-color: transparent;
  width: 100%;
  padding: 10px;
}

h3.wps_visitor_title {
  font-family: var(--main-heading-family) !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    color: var(--main-yellow-color) !important;

}

.wps_text_glowing {
  display: inline-block;
}

.wps_text_glowing span:nth-child(1) {
  animation-delay: 0s;
}

.wps_text_glowing.effect-white span {
  -webkit-animation-name: animate_white;
  -o-animation-name: animate_white;
  animation-name: animate_white;
}

.wps_text_glowing span {
  color: var(--white-color);
  font-family: verdana;
  display: inline-block;
  -webkit-animation: animate_black 2s linear infinite;
  -o-animation: animate_black 2s linear infinite;
  animation: animate_black 2s linear infinite;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, .4);
  margin: 0 -2.5px;
}

.home #mvcwid {
  display: block;
}

.horizontal-menu ul.sub-menu li a {
  text-align: left !important;
}

#mvcwid {
  background-color: transparent;
  width: 100%;
  padding: 10px;
}

#mvccount {
  padding: 10px;
}

#mvccount img {
  margin-right: 5px;
}

#mvctable {
  padding: 10px;
}

#mvctable table tr td {
  width: 100%;
}

#mvcip {
  padding: 10px;
  border-top: 1px dashed #bcbcb0;
}

#mvcserver {
  padding: 10px;
  border-top: 1px dashed #bcbcb0;
}

#mvccredit {
  padding: 10px;
  border-top: 1px dashed #bcbcb0;
}




/*ADMIN STYLING*/
.wpsvc_plugins_text .form-table {
  clear: none;
}

.wpsvc_plugins_text .form-table td {
  vertical-align: top;
  padding: 16px 20px 5px;
  line-height: 10px;
  
  display: flex;
  align-items: center;
}

.wpsvc_plugins_text .form-table th {
  width: 200px;
  padding: 10px 0 12px 9px;
}

.wpsvc_plugins_text .form-table input.tog,
.wpsvc_plugins_text .form-table input[type=radio] {
  margin-top: 0px;
  margin-right: 4px;
  float: none;
}

.wpsvc_right_sidebar {
  width: 42%;
  float: right;
}

.wpsvc_left_sidebar {
  width: 55%;
  margin-left: 10px;
}

.wpsvc_plugins_text {
  margin-bottom: 0px;
}

.wpsvc_plugins_text p {
  padding: 5px 10px 10px 10px;
  width: 90%;
}

.wpsvc_plugins_text h2 {
 
  padding: 0px;
  font-weight: bold;
  line-height: 29px;
}

.wpsvc_plugins_wrap .hndle {
 
   font-weight: var(--font-semi-bold);
  padding: 7px 10px;
  margin: 0;
  line-height: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-color: rgb(223, 223, 223);
  text-shadow: 0px 1px 0px rgb(255, 255, 255);
  box-shadow: 0px 1px 0px rgb(255, 255, 255);
  background: linear-gradient(to top, rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(241, 241, 241);
  margin-top: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -moz-user-select: none;
}

.wpsvc_option_wrap {
  border: 1px solid rgb(223, 223, 223);
  width: 100%;
  margin-bottom: 30px;
  height: auto;
}

.wpsvc_plugins_text img {
  max-width: 100%;
}

.wps_plugin_main_form {
  padding: 7px 10px;
}

.wps_follow_button a {
  display: inline-block;
  padding: 10px 0;
  padding-left: 10px;
}




.wps_text_glowing {
  display: inline-block;
}

.wps_text_glowing span {
  color: var(--white-color)!important;
  font-family: verdana;
  display: inline-block;
  -webkit-animation: animate_black 2s linear infinite;
  -o-animation: animate_black 2s linear infinite;
  animation: animate_black 2s linear infinite;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid rgba(255, 255, 255, .4);
  margin: 0 -2.5px;
}

.wps_text_glowing.effect-white span {
  -webkit-animation-name: animate_white;
  -o-animation-name: animate_white;
  animation-name: animate_white;
}

@keyframes animate_black {
  0% {
    color: #f00;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
  }

  33.33% {
    color: #ff0;
    box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
    border: 1px solid rgba(255, 255, 0, 1);
  }

  66.66% {
    color: #0f0;
    box-shadow: 0 2px 10px rgba(0, 255, 0, 1);
    border: 1px solid rgba(0, 255, 0, 1);
  }

  100% {
    color: #f00;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
  }
}

@keyframes animate_white {
  0% {
    color: #f00;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
  }

  33.33% {
    color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 255, 1);
    border: 1px solid rgba(0, 0, 255, 1);
  }

  66.66% {
    color: #130e0e;
    box-shadow: 0 2px 10px rgba(0, 255, 0, 1);
    border: 1px solid rgba(0, 255, 0, 1);
  }

  100% {
    color: #f00;
    box-shadow: 0 2px 10px rgba(255, 0, 0, 1);
    border: 1px solid rgba(255, 0, 0, 1);
  }
}



.wps_text_glowing span:nth-child(1) {
  animation-delay: 0s;
}

.wps_text_glowing span:nth-child(2) {
  animation-delay: 0.1s;
}

.wps_text_glowing span:nth-child(3) {
  animation-delay: 0.2s;
}

.wps_text_glowing span:nth-child(4) {
  animation-delay: 0.3s;
}

.wps_text_glowing span:nth-child(5) {
  animation-delay: 0.4s;
}

.wps_text_glowing span:nth-child(6) {
  animation-delay: 0.5s;
}

.wps_text_glowing span:nth-child(7) {
  animation-delay: 0.6s;
}

/* visitor counter css end */
.ajnifm-life img {
  height: 200px;
}

#event-slider1 .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f104';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

#event-slider1 .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f105';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

#event-slider1 span {
  display: none;
}

#event-slider1 button:hover {
  background: transparent !important;
}

#event-slider2 .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 1em;
  margin-right: 5px;
  font-weight: var(--font-bold);
  content: '\f104';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

#event-slider2 .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f105';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

#event-slider2 span {
  display: none;
}

#event-slider2 button:hover {
  background: transparent !important;
}

.b-new .cart__content h2 {
  height: 115px;
}

.b-new .cart__content p {
  height: 75px;
}

div#cor-slider .owl-nav {
  display: block !important;
}

div#cor-slider .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f104';
  background-color: #9b2830;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

div#cor-slider .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f105';
  background-color: #9b2830;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

div#cor-slider button span {
  display: none;
}

div#cor-slider button:hover {
  background-color: transparent !important;
}

div#cor-slider .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: var(--ots-position1);
  left: -1%;
}

div#cor-slider .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: var(--ots-position1);
  right: -1%;
}

div#cor-slider .owl-nav {
  text-align: center;
   position: var(--ots-position1);
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

div#cor-slider1 .owl-nav {
  display: block !important;
}

div#cor-slider1 .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f104';
  background-color: #9b2830;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

div#cor-slider1 .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f105';
  background-color: #9b2830;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

div#cor-slider1 button span {
  display: none;
}

div#cor-slider1 button:hover {
  background-color: transparent !important;
}

div#cor-slider1 .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: var(--ots-position1);
  left: -1%;
}

div#cor-slider1 .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: var(--ots-position1);
  right: -1%;
}

div#cor-slider1 .owl-nav {
  text-align: center;
   position: var(--ots-position1);
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

section.harvard-sec {
  padding: 50px 0px;
}



/* modal popup section css */
/* Modal content adjustments */
.modal-content {
  width: 100%; /* Use full width on small screens */
  max-width: 750px; /* Set a maximum width */
  padding: 20px;
  display: flex;
  flex-direction: column; /* Ensure content stacks vertically */
  justify-content: center;
}

/* Center the modal-dialog */
.modal.show .modal-dialog {
  transform: none;
  display: flex;
  justify-content: center;
  max-width: 100%; /* Ensure modal-dialog is not wider than screen */
}

/* Modal body styling */
.modal-body ul {
   position: var(--ots-position);
  background: var(--white-color);
  width: 100%; /* Use full width of the modal body */
  padding: 0; /* Remove default padding */
}

/* List item styling */
.modal-body ul li {
  list-style-type: none;
  padding: 12px;
  background: var(--main-subheading);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s;
  border-radius: 30px;
  margin: 10px 0; /* Adjust margin for vertical spacing */
  color: #A12C2F;
  font-weight: var(--font-bold);
  font-size: 1em; /* Responsive font size */
  text-align: center;
  text-decoration: none; /* Remove underline from link */
}

/* Hover effect for list items */
.modal-body ul li:hover {
  transform: scale(1.05); /* Slightly smaller scale for responsiveness */
  z-index: 100;
  background: #A12C2F;
  color: var(--white-color);
  opacity: 1;
}

/* Span inside list items */
.modal-body ul li span {
  width: 80%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #25bcff;
  color: var(--white-color);
  display: inline-block;
  border-radius: 50%;
  font-size: 0.75rem; /* Responsive font size */
   font-weight: var(--font-semi-bold);
  transform: translateY(-2px);
}

/* Hover effect for span inside list items */
.modal-body ul li:hover span {
  background: var(--white-color);
  color: #25bcff;
}

/* Remove padding from lists */
ol,
ul {
  padding-left: 1em !important;
  font-family: var(--main-para-family);
  font-size: 1em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .modal-content {
    padding: 10px;
  }

  .modal-body ul li {
    font-size: 0.875em; /* Smaller font size on small screens */
  }

  .modal-body ul li span {
    font-size: 0.625rem; /* Smaller font size for the span */
  }
}

@media (max-width: 576px) {
  .modal-content {
    padding: 5px;
  }

  .modal-body ul li {
    font-size: 0.75rem; /* Even smaller font size on extra small screens */
  }

  .modal-body ul li span {
    font-size: 0.5rem; /* Even smaller font size for the span */
  }
}




.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
   position: var(--ots-position);
  display: block;

  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
   position: var(--ots-position);
  display: block;
  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom:18px;
  font-family:  var(--main-heading-family);
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:20px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
   position: var(--ots-position);
 font-size: 1em;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
     position: var(--ots-position1);
    left: 0;
    top: 0px;
    display: block;
  
    padding: 0px;
    color: #ff2222;
     font-weight: var(--font-semi-bold);
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
   position: var(--ots-position);
  display: inline-block;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
   font-weight: var(--font-semi-bold);
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
   position: var(--ots-position);
  padding: 140px 0 70px;
  background-image: url("../images/bg-about1.png");
  background-repeat: no-repeat;
    background-size: cover;
}
/*#program-section-pro{
  padding: 140px 0 70px;
}
#vaccancy-news{
  padding: 140px 0 70px;
}
#rti-news{
  padding: 140px 0 70px;
}
#tenders-news{
  padding: 140px 0 70px;
}*/
.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
   position: var(--ots-position);
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
   position: var(--ots-position);
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 10px;
  line-height: 26px;
  color: var(--heading-color);
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
   position: var(--ots-position);
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
   position: var(--ots-position);
}

.about-section .image-column .text-layer{
     position: var(--ots-position1);
    right: -110px;
    top: 50%;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
   position: var(--ots-position);
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
   position: var(--ots-position1);
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
   position: var(--ots-position);
  padding: 4px 0px;
}

.about-section .image-column .image-2{
   position: var(--ots-position1);
  left: 0;
  bottom: 0;
  height: 300px;
    width: 300px;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
   position: var(--ots-position1);
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
   position: var(--ots-position);
  display: block;
  
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: var(--white-color);
}
.about-six{
  padding:0px!important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.about-first{
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  padding: 15px;
  color: #fff!important;
  background-image: var(--main-headbg-image);
}
.about-first p{
  color: #fff!important;
}
.about-second{
    background-color: #80000042;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 15px;
}
.lightbox-image1 img{
  height:617px;
  object-fit: cover;
}
.light-img2 img{
  width:300px;
  height:300px;
}
.about-paras{
  padding: 26px 0px;
   font-size: 1em;
    text-align: justify;
}
.ban_sec {
  width: 100%;
}
.ban_img {
  width: 100%;
   position: var(--ots-position);
}
.ban_img img {
  width: 100%;
}
.ban_text {
   position: var(--ots-position1);
  top: 50%;
  left: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban_text strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: var(--white-color);
  text-transform: uppercase;
}
.ban_text strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.ban_text p {
  font: 400 25px/30px "Montserrat", sans-serif;
  color: var(--white-color);
  margin: 7px 0 25px;
}
.ban_text a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #282828;
  border-radius: 26px;
  color: var(--white-color);
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration:none;
}
.ban_text a:hover {
  background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
 
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
   
  }
  .ban_text strong {
  
    line-height: 60px;
  }
  .ban_text a {
   font-size: 1em;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
 
    line-height: 40px;
  }
  .ban_text strong span {
  
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
   
    line-height: 20px;
  }
  .ban_text a {
  
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ban_text strong span {
    
    line-height: 31px;
    letter-spacing: 1px;
  }
  .ban_text {
    left: 2%;
  }
}

.box span{
   position: var(--ots-position1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  box-sizing: border-box;
  
}

.box span:nth-child(1)
{
  transform:rotate(0deg);
}

.box span:nth-child(2)
{
  transform:rotate(90deg);
  display: none;
}

.box span:nth-child(3)
{
  transform:rotate(180deg);
}

.box span:nth-child(4)
{
  transform:rotate(270deg);
  display: none;
}

.box span:before
{
  content: '';
   position: var(--ots-position1);
  width:100%;
  height: 3px;
  background: var(--main-subheading);
  animation: animate 9s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 





.box1 span{
   position: var(--ots-position1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  box-sizing: border-box;
  
}

.box1 span:nth-child(1)
{
  transform:rotate(0deg);
  display: none;
}

.box1 span:nth-child(2)
{
  transform:rotate(90deg);
  display: none;
}

.box1 span:nth-child(3)
{
  transform:rotate(180deg);
}

.box1 span:nth-child(4)
{
  transform:rotate(270deg);
  
}

.box1 span:before
{
  content: '';
   position: var(--ots-position1);
  width:100%;
  height: 3px;
  background: var(--white-color);
  animation: animate 9s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
  
  
} 



.wrapper-us {
   position: var(--ots-position);
}

.wrapper-us h2 {
 
   position: var(--ots-position1);
  transform: translate(-0%, -90%);
}

.wrapper-us h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px var(--main-subheading);
}

.wrapper-us h2:nth-child(2) {
   color:var(--main-subheading);
  animation: animate1 4s ease-in-out infinite;
}

/*@keyframes animate1 {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}*/

.sec-title1 h2 {
   position: var(--ots-position);
  display: block;
 
  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom: 18px;
  font-family:  var(--main-heading-family);
}
.sec-title1 h2:before {
   position: var(--ots-position1);
  content: '';
  left: 0px;
  bottom: 20px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}
.sec-title1 {
   position: var(--ots-position);
  z-index: 1;
  margin-bottom: 0px;
}
#vission-id .row{
  margin:0px;
}

.Background-fixed {
  background-attachment: fixed;
  background-position: center;
}
.ImageBackgroundWrap {
   position: var(--ots-position);
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.ImageInnerWrap {
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.TextBackground {
  background-color: #800000c9;
  padding: 90px 50px;
  color: white;
  text-align: left;
}
.vision-para{
  color: var(--white-color);
  font-weight: 400;
  line-height: 29px;
}
.vision-fix{
  padding:0px!important;
}
.ImageBackgroundWrap{
  background-image: url("../images/meeting-01.jpg");
}
.timeline {
   position: var(--ots-position);
  padding: 0;
  list-style: none;
  z-index: 1;
}
.timeline:before {
   position: var(--ots-position1);
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: var(--main-subheading);
}
.timeline > li {
   position: var(--ots-position);
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
   position: var(--ots-position);
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
   position: var(--ots-position1);
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color:var(--main-subheading);
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {

  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 49.5%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
   
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  
line-height: 26px;
  
margin-top: 30px;
  
font-size: 1em;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 120px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.page-section {
  padding: 6rem 0;
  background-color: var(--main-bg-page);
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  margin-top: 0;
  margin-bottom: 1em;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-weight: 400;
  margin-bottom: 4rem;
}


#about .text-center {
    text-align: center !important;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
    margin-top: 0;
    margin-bottom: 1em;
}
#about .section-heading {
    text-align: center!important;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-weight: 400;
}

#about .text-muted {
    --bs-text-opacity: 1;
    font-size: 1.25em;
    color: var(--heading-color)!important;
}

#about p {
    line-height: 1.75;
}
#about .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.visions-imgs{
  height: 100%;
    width: 100%;
}
.time-lines{
 
font-weight: var(--font-bold);
 
color: var(--white-color);
 
display: flex;
 
align-content: center;
 
justify-content: center;
 
font-size: 2rem;
 
align-items: center;
 
min-height: 100%;
}
#program-section{
  padding: 10em 0px 0em 0px;
}
.program-object{ 
  border: 1px solid #8080807d;
  padding: 2em 1em;
  border-radius: 8px;
  background-color: var(--main-subheading);
  color: var(--white-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.para-object{
  padding: 10px 0px;
 font-size: 1em;
  color: var(--white-color);
  text-align: left;
}
.pro-two{
  font-family: 'Philosopher';
  text-decoration: underline;
}
.right-pro{
  font-family: 'Philosopher';
     color:var(--main-subheading);
     font-weight: var(--font-semi-bold);
    margin-bottom:16px;
}
.pro-right-para{
    color: #000000;
  
    line-height: 1.60;
    margin-bottom: 16px;
}
.app-btn-pro{
  margin: 26px auto 10px auto;
    display: flex;
    justify-content: center;
    padding: 8px 32px;
    border-radius: 50px;
 
    background-color: var(--main-subheading);
    border: 1px solid var(--main-slight-bg);
    color: var(--white-color);
}


.main {
  width: 100%;
  min-height: 280px;
  text-align: center;
   position: var(--ots-position);
  cursor: pointer;
}

.service {
  background: var(--white-color);
  padding: 30px;
  border-radius: 10px;
  width:100%;
   position: var(--ots-position1);
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: var(--white-color);
  border: 18px solid var(--main-subheading);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto;
  background: var(--white-color);
   position: var(--ots-position);
}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
  position: var(--ots-position1);
 z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #800000);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #800000, #fff);
  left: -5px;
  bottom: -5px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: var(--white-color);
   position: var(--ots-position1);
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: var(--white-color);
   position: var(--ots-position1);
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
  width:64px;
  height:64px;
  border-radius:50px;
}

.main:hover .service-logo img {
  transform: rotate(360deg);
}
#program-four-id{
  background-image: url("../images/bg-about1.png");
  padding: 36px 0px 52px 0px;
}

.home-demo .item {
  background: #ff3f4d;
  height:400px;
}
.home-demo .item.purple {
  background: purple;
}
.home-demo h2 {
  color: var(--white-color);
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
/*.home-demo .owl-nav{
  display: none;
}
.home-demo .owl-dots{
  display: none;
}*/
.home-demo{
  margin-bottom:32px;
}
.four-one-right{
  justify-content: space-between;
  display: flex;
  margin: 16px 0px 0px 0px;
  border-radius: 8px;
  background-color: var(--main-box-bg);
  border: 1px solid gray;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.four-one-right img{
  width:80px;
  border-radius: 8px 0px 0px 8px;
  height:80px;
}
.four-one-right  h4{
  margin-right: 20px;
  text-align: end;
  color:var(--main-subheading);
  font-weight: var(--font-bold);
  font-family:  var(--main-heading-family);
}
.home-demo img{
  height:400px;
  object-fit: cover;
}
/* #program-section-pro{
  padding:10em 0em 2em 0em;
} */
#program-section{
  background-image: url("../images/program-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#faculty-page{
  padding:8em 0em;
}
.para-faculty{
   font-size: 1em;
    line-height: 26px;
    font-weight: 400;
}


.card-flt {
  display: flex;
  align-items: center;
  margin:10px 0px;
  flex-direction: column;
  border: 1px solid #ccc;
  gap: 8px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  cursor: default;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   position: var(--ots-position);
  
  top: 50%;
  background-image: linear-gradient(45deg, #130b0b 0%, #dd3641 100%);
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-flt img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--main-subheading);
  padding:2px;
}

.card-flt .profile-container {
  background:var(--main-bg-page);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 40px;

}

.card-flt .profile-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 16px;
  height:150px;
}

.card-flt .profile-info h1 {

  color: rgba(0, 0, 0, 0.7);
}

.card-flt .profile-info .job-title {
  color: var(--white-color);
 
}

.card-flt .profile-info .desc {
  color: rgba(0, 0, 0, 0.9);
  
  max-width: 300px;
  margin-top: 8px;
}

.card-flt .profile-social {  
  display: flex;
  border: 1px solid gray;
  padding: 5px;
  gap: 8px;
  border-radius: 5px;
  background-color: #ffffffd9;

}

.card-flt .profile-social a {
   color:var(--main-subheading);
  text-decoration: none;
  
}

.card-flt .profile-social a:hover {
  text-decoration: underline;
}

.card-bottom {
  width: 100%;
  background-color: #aa7272;
  height: 5px;
  transition: 0.3s all ease-in-out;
}

.card-flt:hover .card-bottom {
  background-color: #ff6b6b;
}

.card-flt:hover .profile-container:hover {
  background-color: var(--white-color);
}
.row-facultys{
  margin:20px auto;
}

.faculty-name {
  color: var(--white-color);
   font-weight: var(--font-semi-bold);
  
  font-family:  var(--main-heading-family);
  margin: 5px 0px;
}
.faculty-title{
   font-weight: var(--font-semi-bold);
  color:var(--white-color);
}

.profile-container img{
  transition-duration: 4s;
    margin: 0 auto;
    display: block;
  transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.profile-container img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    z-index: 0;
}

.number-slider-container {
  display: flex;
    justify-content: center;
    width: 60%;
    margin: auto;
    align-items: center;
    margin-top: 20px;
}

.owl-carousel .item {
  text-align: center;
  padding: 10px;
 
}

button.custom-prev, button.custom-next {
  padding: 10px 14px;
  background-color: var(--main-subheading);
  border-radius: 50%;
  color: white;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
 font-size: 1em;
  margin: 0 10px;
}

button.custom-prev:hover, button.custom-next:hover {
  background-color: #0056b3;
}
.owl-faculty .owl-item { 
  height: 50px;
  border-radius: 50px;
  width: 50px!important;
  margin-right: 10px!important;
}

.owl-faculty .item { 
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50px;
  margin: auto;
  width: 50px;
  padding: 0px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 1.25em;
  color:var(--main-subheading);
}

.owl-faculty .item:hover { 
  background-color: var(--main-subheading);
  border: 1px solid #ddd;
  font-size: 1.25em;
  color:var(--white-color);
}

#faculty-page-details{
  padding:8em 0em;
}
.title-para-flts{
  display: flex;
  justify-content: flex-start;
 font-size: 1em;

  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom: 0px;
  font-family:  var(--main-heading-family);
}
.titles-pra-flt1{ 
   font-weight: var(--font-semi-bold);
 
  width: 130px;
}
.titles-pra-flt2{
  margin: 0px 10px;

}
.details-col-card4{
  border: 1px solid #51494959;
  padding: 2em;
  border-radius: 0px 5px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: var(--main-bg-page);
}
.flt-titles{
 
  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom: 8px;
  font-family:  var(--main-heading-family);
}
.para-details-cv{
  margin: 16px 0px;
  border: 1px solid #51494959;
  padding: 2em 1em;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: var(--main-bg-page);
}
.para-details-cv22{
  padding:0px;
}
.head-details-cv{

  line-height: 1.28em;
  color: var(--white-color);
  width: max-content;
   font-weight: var(--font-semi-bold);
  background-color: var(--main-subheading);
  padding: 4px 36px 4px 5px;
  margin-bottom: 16px;
  border-radius: 0px 50px 50px 0px;
  font-family:  var(--main-heading-family);
}
.para-details-cv1{
  margin-bottom: 10px;
}
.unorder-details{
  margin:0px 30px;
 font-size: 1em;
}
.unorder-details li{
  list-style: disc;
  line-height: 1.89;
}
.details-col-card img{
  border-radius: 5px 0px 0px 5px;
}
.para-details-cv33{
  padding:0px;
}
.profile-social-cv{
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--main-subheading);
  color: var(--white-color);
  width: max-content;
  float: right;
}
.profile-social-cv a{
  color:var(--white-color);
}
#faculty-page1{
  padding:8em 0px;
}



.card-flts-new {
   position: var(--ots-position);
  max-width : 300px;
  height : 290px;  
  background-image: linear-gradient(45deg, #130b0b 0%, #dd3641 100%);
  margin : 30px 10px;
  padding : 20px 15px; 
  display : flex;
  flex-direction : column;
  box-shadow : 0 5px 20px rgba(0,0,0,0.5);
  transition : 0.3s ease-in-out;
  border-radius : 15px;
}
.card-flts-new:hover {
  height : 450px;
  top:-10px;    
}


.card-flts-new .image {
  position : relative;
  width : 260px;
  height : 260px;
  top : -20%;
  border-radius:15px;
  margin-top:10px;
  left: 8px;
  box-shadow : 0 5px 20px rgba(0,0,0,0.2);
  z-index : 1;
}

.card-flts-new .image img {
  max-width : 100%;
  border-radius : 15px;
  height:260px;
}

.card-flts-new .content {
  position : relative;
  top : -30px;
  padding : 10px 0px;
  color : #111;
  text-align : center;
  
  visibility : hidden;
  opacity : 0;
  transition : 0.3s ease-in-out;
    
}

.card-flts-new:hover .content {
   margin-top : 10px;
   visibility : visible;
   opacity : 1;
   transition-delay: 0.2s;
  
}
.row-swap-cards{
  justify-content: center;
  display: flex;
  margin-top:70px;
}

.swap-para{
 
  text-align: center;
  line-height: 1.28em;
  color: var(--white-color);
   font-weight: var(--font-semi-bold);
  margin-top: 10px;
  padding-bottom: 18px;
  font-family:  var(--main-heading-family);
}

.content .job-title{
    color:var(--white-color);
}

.profile-social{
  width: max-content;
  padding: 4px 6px;
  border-radius: 6px;
  margin: 10px auto;
  background-color: var(--white-color);
}
.profile-social a{
  color:var(--main-subheading);
  font-weight: var(--font-bold);
}

#faculty-page-details1{
  padding:2em 8em;
}

.para-details-cv-new {
  margin: 0px 0px 16px 0px;
  border: 1px solid #51494959;
  padding: 1em 1em;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: var(--main-bg-page);
}
.head-details-cv-new {
  
  line-height: 1.28em;
  color: var(--white-color);
  width: max-content;
   font-weight: var(--font-semi-bold);
  background-color: var(--main-subheading);
  padding: 4px 36px 4px 5px;
  margin-bottom: 16px;
  border-radius: 0px 50px 50px 0px;
  font-family:  var(--main-heading-family);
}
.para-details-cv33-new {
  padding: 10px 10px 20px 10px;
  background-image: linear-gradient(45deg, #130b0b 0%, #dd3641 100%);
  border-radius: 5px;
  height: min-content;
}
.flt-titles-new {
 
  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  text-decoration: underline;
  padding-bottom: 18px;
  font-family:  var(--main-heading-family);
}

.titles-pra-flt1-new {
  font-weight: 500;
  color: var(--white-color);
  width: 100px;
}


.titles-pra-flt2-new {
  font-weight: 500;

  color: var(--white-color);
  margin-left:5px;
}


.titles-pra-flt3-new {
  font-weight: 500;

  color: var(--white-color); 
}

.details-col-card-new img {
  border-radius: 5px;
  border: 2px solid var(--white-color);
  margin-bottom: 10px;
}

/*#consultancy-page{
  padding: 8em 0em;
}
*/
.para-consult{
   line-height: 26px;
   font-weight: 400;
}

#consultancy-lists{
  background-image:var(--main-headbg-image);
  margin:16px 0px 32px 0px;
}

.row-cons{
    margin: 0px;
    padding: 4em 1em;
}
.cons-uls li{
  color: var(--white-color);
  list-style: disc;
  font-weight: 500;
}
.para-consut-bolds{
   font-weight: var(--font-semi-bold);
   font-size: 1em;
    margin: 10px 0px;
}
.email-clicks1{
    border: 2px solid #80000057;
    padding: 2px 6px;
    background-color: rgba(0, 0, 0, 0.24);
    width: max-content;
     color:var(--main-subheading);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
     font-weight: var(--font-semi-bold);
    margin: auto 0px 0px auto;
}

.three-acor{
  margin: 36px 0px 20px 0px;
   color:var(--main-subheading);
  line-height: 1.28em;
  text-decoration: underline;
   font-weight: var(--font-semi-bold);
  font-family:  var(--main-heading-family);
}

.cons-accordian .accordion-body {
  height: max-content;
}

.cons-accordian .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--main-subheading);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
  font-size: 1.1em;
  border: 1px solid #8000001f;
}

/*nice*/
#sec-f37e .u-section-1 {
    min-height: 1381px;
    background-image: url(../images/bg-about1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#sec-f37e  .u-section-1 .u-group-1 {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 416px;
  height: auto;
}

#sec-f37e  .u-section-1 .u-container-layout-1 {
  padding: 80px 30px 20px;
  background-color: var(--main-subheading);
}

#sec-f37e  .u-section-1 .u-text-1 {
  
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 0 auto;
}

#sec-f37e  .u-section-1 .u-list-1 {
  width: 1140px;
  grid-template-rows: repeat(1, auto);
  grid-auto-rows: 100%;
  margin: -208px auto 0;
}

#sec-f37e  .u-section-1 .u-repeater-1 {
  grid-template-columns: repeat(3, 33.3333%);
  min-height: 976px;
  grid-gap: 0px;
  background-color: var(--white-color);
  font-family:  var(--main-heading-family);
}

.u-section-1 .u-list-item-1 {
  background-size: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-2 {
  padding: 30px;
  margin: 10px;
  background-color: #8080802e;
}

.u-section-1 .u-image-1 {
  height: 357px;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
}

.u-section-1 .u-group-2 {
  width: 254px;
  min-height: 150px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -57px auto 0;
}

.u-section-1 .u-container-layout-3 {
  padding: 20px;
  background-color: var(--main-subheading);
    color: var(--white-color);
}

.u-section-1 .u-text-2 {
  
  font-weight: var(--font-bold);
  margin: 0;
  font-family:  var(--main-heading-family);

}

.u-section-1 .u-text-3 {
  text-transform: none;
  letter-spacing: 2px;
 
  margin: 20px 0 0;
}

.u-section-1 .u-social-icons-1 {
  white-space: nowrap;
  height: 20px;
  min-height: 16px;
  width: 79px;
  min-width: 68px;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-1 {
  height: 100%;
}

.u-section-1 .u-icon-2 {
  height: 100%;
}

.u-section-1 .u-icon-3 {
  height: 100%;
}

.u-section-1 .u-list-item-2 {
  background-size: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-4 {
  padding: 30px;
  margin: 10px;
  background-color: #8080802e;
}

.u-section-1 .u-image-2 {
  height: 357px;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
}

.u-section-1 .u-group-3 {
  width: 254px;
  min-height: 150px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -57px auto 0;
}

.u-section-1 .u-container-layout-5 {
  padding: 20px;
  background-color: var(--main-subheading);
    color: var(--white-color);
}

.u-section-1 .u-text-4 {

  font-weight: var(--font-bold);
  margin: 0;
  font-family:  var(--main-heading-family);

}

.u-section-1 .u-text-5 {
  text-transform: none;
  letter-spacing: 2px;
  
  margin: 20px 0 0;
}

.u-section-1 .u-social-icons-2 {
  white-space: nowrap;
  height: 20px;
  min-height: 16px;
  width: 79px;
  min-width: 68px;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-4 {
  height: 100%;
}

.u-section-1 .u-icon-5 {
  height: 100%;
}

.u-section-1 .u-icon-6 {
  height: 100%;
}

.u-section-1 .u-list-item-3 {
  background-image: none;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-6 {
  padding: 30px;
  margin: 10px;
  background-color: #8080802e;
}

.u-section-1 .u-image-3 {
  height: 357px;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  object-position: 50% 0%;
}

.u-section-1 .u-group-4 {
  width: 254px;
  min-height: 150px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -57px auto 0;
}

.u-section-1 .u-container-layout-7 {
  padding: 20px;
  background-color: var(--main-subheading);
    color: var(--white-color);
}

.u-section-1 .u-text-6 {
 
  margin: 0;
}

.u-section-1 .u-text-7 {
  text-transform: none;
  letter-spacing: 2px;
 
  margin: 20px 0 0;
}

.u-section-1 .u-social-icons-3 {
  white-space: nowrap;
  height: 20px;
  min-height: 16px;
  width: 79px;
  min-width: 68px;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-7 {
  height: 100%;
}

.u-section-1 .u-icon-8 {
  height: 100%;
}

.u-section-1 .u-icon-9 {
  height: 100%;
}

.u-section-1 .u-list-item-4 {
  background-size: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-8 {
  padding: 30px;
  margin: 10px;
  background-color: #8080802e;
}

.u-section-1 .u-image-4 {
  height: 357px;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  object-position: 50% 0%;
}

.u-section-1 .u-group-5 {
  width: 254px;
  min-height: 150px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -57px auto 0;
}

.u-section-1 .u-container-layout-9 {
  padding: 20px;
  background-color: var(--main-subheading);
    color: var(--white-color);
}

.u-section-1 .u-text-8 {
 
  font-weight: var(--font-bold);
  margin: 0;
}

.u-section-1 .u-text-9 {
  text-transform: none;
  letter-spacing: 2px;
  margin: 20px 0 0;
}

.u-section-1 .u-social-icons-4 {
  white-space: nowrap;
  height: 20px;
  min-height: 16px;
  width: 79px;
  min-width: 68px;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-10 {
  height: 100%;
}

.u-section-1 .u-icon-11 {
  height: 100%;
}

.u-section-1 .u-icon-12 {
  height: 100%;
}

.u-section-1 .u-list-item-5 {
  background-size: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-10 {
  padding: 30px;
  margin: 10px;
  background-color: #8080802e;
}

.u-section-1 .u-image-5 {
  height: 357px;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  object-position: 50% 0%;
}

.u-section-1 .u-group-6 {
  width: 254px;
  min-height: 150px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: -57px auto 0;
}

.u-section-1 .u-container-layout-11 {
  padding: 20px;
  background-color: var(--main-subheading);
    color: var(--white-color);
}

.u-section-1 .u-text-10 {
 
  font-weight: var(--font-bold);
  margin: 0;
}

.u-section-1 .u-text-11 {
  text-transform: none;
  letter-spacing: 2px;
  
  margin: 20px 0 0;
}

.u-section-1 .u-social-icons-5 {
  white-space: nowrap;
  height: 20px;
  min-height: 16px;
  width: 79px;
  min-width: 68px;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-13 {
  height: 100%;
}

.u-section-1 .u-icon-14 {
  height: 100%;
}

.u-section-1 .u-icon-15 {
  height: 100%;
}

.u-section-1 .u-list-item-6 {
  background-size: auto;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
}

.u-section-1 .u-container-layout-12 {
  padding: 30px;
  margin: 10px;
  background-color: #8080802e;
}

.u-section-1 .u-image-6 {
  height: 357px;
  margin-top: 0;
  margin-bottom: 0;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  object-position: 50% 0%;
}

.u-section-1 .u-group-7 {
  width: 254px;
  min-height: 150px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 300px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  margin: -57px auto 0;
}

.u-section-1 .u-container-layout-13 {
  padding: 20px;
  background-color: var(--main-subheading);
    color: var(--white-color);
}

.u-section-1 .u-text-12 {
 
  font-weight: var(--font-bold);
  margin: 0;
}

.u-section-1 .u-text-13 {
  text-transform: none;
  letter-spacing: 2px;
  
  margin: 20px 0 0;
}

.u-section-1 .u-social-icons-6 {
  white-space: nowrap;
  height: 20px;
  min-height: 16px;
  width: 79px;
  min-width: 68px;
  margin: 30px auto 0;
}

.u-section-1 .u-icon-16 {
  height: 100%;
}

.u-section-1 .u-icon-17 {
  height: 100%;
}

.u-section-1 .u-icon-18 {
  height: 100%;
}

.u-section-1 .u-text-14 {
  width: 422px;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 0.3;
  margin: 30px auto 65px;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  padding: 0;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 1323px;
  }

  .u-section-1 .u-group-1 {
    height: auto;
  }

  .u-section-1 .u-list-1 {
    width: 940px;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: repeat(3, 33.333333333333336%);
    min-height: 805px;
  }

  .u-section-1 .u-image-1 {
    height: 283px;
  }

  .u-section-1 .u-group-2 {
    width: 223px;
    margin-top: -21px;
  }

  .u-section-1 .u-social-icons-1 {
    width: 80px;
  }

  .u-section-1 .u-image-2 {
    height: 283px;
  }

  .u-section-1 .u-group-3 {
    width: 223px;
    margin-top: -21px;
  }

  .u-section-1 .u-social-icons-2 {
    width: 80px;
  }

  .u-section-1 .u-image-3 {
    height: 283px;
  }

  .u-section-1 .u-group-4 {
    width: 223px;
    margin-top: -21px;
  }

  .u-section-1 .u-social-icons-3 {
    width: 80px;
  }

  .u-section-1 .u-image-4 {
    height: 283px;
  }

  .u-section-1 .u-group-5 {
    width: 223px;
    margin-top: -21px;
  }

  .u-section-1 .u-social-icons-4 {
    width: 80px;
  }

  .u-section-1 .u-image-5 {
    height: 283px;
  }

  .u-section-1 .u-group-6 {
    width: 223px;
    margin-top: -21px;
  }

  .u-section-1 .u-social-icons-5 {
    width: 80px;
  }

  .u-section-1 .u-image-6 {
    height: 283px;
  }

  .u-section-1 .u-group-7 {
    width: 223px;
    margin-top: -21px;
  }

  .u-section-1 .u-social-icons-6 {
    width: 80px;
  }

  .u-section-1 .u-text-14 {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 1806px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 75px;
  }

  .u-section-1 .u-list-1 {
    width: 720px;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: repeat(2, 50%);
    min-height: 1387px;
  }

  .u-section-1 .u-image-1 {
    height: 335px;
  }

  .u-section-1 .u-group-2 {
    margin-top: -73px;
  }

  .u-section-1 .u-image-2 {
    height: 335px;
  }

  .u-section-1 .u-group-3 {
    margin-top: -73px;
  }

  .u-section-1 .u-image-3 {
    height: 335px;
  }

  .u-section-1 .u-group-4 {
    margin-top: -73px;
  }

  .u-section-1 .u-image-4 {
    height: 335px;
  }

  .u-section-1 .u-group-5 {
    margin-top: -73px;
  }

  .u-section-1 .u-image-5 {
    height: 335px;
  }

  .u-section-1 .u-group-6 {
    margin-top: -73px;
  }

  .u-section-1 .u-image-6 {
    height: 335px;
  }

  .u-section-1 .u-group-7 {
    margin-top: -73px;
  }

  .u-section-1 .u-text-14 {
    margin-bottom: -210px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-1 {
    
  }

  .u-section-1 .u-list-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-1 {
    height: 276px;
  }

  .u-section-1 .u-group-2 {
    margin-top: -44px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-2 {
    height: 276px;
  }

  .u-section-1 .u-group-3 {
    margin-top: -44px;
  }

  .u-section-1 .u-container-layout-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-3 {
    height: 276px;
  }

  .u-section-1 .u-group-4 {
    margin-top: -44px;
  }

  .u-section-1 .u-container-layout-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-4 {
    height: 276px;
  }

  .u-section-1 .u-group-5 {
    margin-top: -44px;
  }

  .u-section-1 .u-container-layout-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-5 {
    height: 276px;
  }

  .u-section-1 .u-group-6 {
    margin-top: -44px;
  }

  .u-section-1 .u-container-layout-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-container-layout-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-image-6 {
    height: 276px;
  }

  .u-section-1 .u-group-7 {
    margin-top: -44px;
  }

  .u-section-1 .u-container-layout-13 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 3044px;
  }

  .u-section-1 .u-group-1 {
    width: 440px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 70px;
  }

  .u-section-1 .u-text-1 {
   
  }

  .u-section-1 .u-list-1 {
    width: 340px;
    margin-top: -236px;
  }

  .u-section-1 .u-repeater-1 {
    grid-template-columns: 100%;
    min-height: 2748px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-image-1 {
    height: 354px;
  }

  .u-section-1 .u-group-2 {
    margin-top: -122px;
  }

  .u-section-1 .u-container-layout-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-image-2 {
    height: 354px;
  }

  .u-section-1 .u-group-3 {
    margin-top: -122px;
  }

  .u-section-1 .u-container-layout-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-image-3 {
    height: 354px;
  }

  .u-section-1 .u-group-4 {
    margin-top: -122px;
  }

  .u-section-1 .u-container-layout-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-image-4 {
    height: 354px;
  }

  .u-section-1 .u-group-5 {
    margin-top: -122px;
  }

  .u-section-1 .u-container-layout-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-image-5 {
    height: 354px;
  }

  .u-section-1 .u-group-6 {
    margin-top: -122px;
  }

  .u-section-1 .u-container-layout-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .u-section-1 .u-image-6 {
    height: 354px;
  }

  .u-section-1 .u-group-7 {
    margin-top: -122px;
  }

  .u-section-1 .u-text-14 {
    width: 340px;
    margin-bottom: 60px;
  }
}

#our-facultys{
  padding:8em 0em 2em 0em; 
}
.heading-teams{
  color:var(--white-color);
}

.team-thres{
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
 
  font-family:  var(--main-heading-family);
}
.pars-tems{
  
  margin-top: 5px;
}

.title-para-flts-team{
  background-color: var(--main-bg-page);
  padding: 8px;
  margin-top: 16px;
  border-radius: 5px;
}
.titles-pra-flt1-new-team {
   font-weight: var(--font-semi-bold);
  
   color:var(--main-subheading);
  width: 100px;
}
.titles-pra-flt2-new-team {
  font-weight: 500;

   color:var(--main-subheading);
  margin-left: 0px;
}

/* 12 .welcome-feature */

/* 12 .services-section */

.services-content .service-box {
  margin-bottom: 30px;
  overflow: hidden;
   position: var(--ots-position);
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content.services-carousel .service-box {
  margin-bottom: 30px;
    border: 1px solid gray;
    border-radius: 8px;
    border-bottom: 6px solid #a12c2f;
    border-left: 6px solid  var(--main-subheading);
}

.services-content .service-box .img-thumb img {
  min-height: 320px;
  width: 100%;
}

.services-content .service-box .content {
  bottom: 0;
  display: inline-block;
  left: 0;
   position: var(--ots-position1);
  right: 0;
  text-align: center;
  z-index: 1;
}

.services-content .service-box .content .title {
  background-color: var(--main-subheading);
  color: var(--white-color);
 font-size: 1em;
   font-weight: var(--font-semi-bold);
  margin: 0 40px;
  padding: 12px 0;
  position: var(--ots-position);
  text-transform: uppercase;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:before {
  background-color: var(--main-subheading);
  bottom: 0;
  content: "";
  height: 101%;
  left: -25px;
   position: var(--ots-position1);
  transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  width: 50px;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:after {
  background-color: var(--main-subheading);
  bottom: 0;
  content: "";
  height: 101%;
   position: var(--ots-position1);
  right: -25px;
  transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  width: 50px;
  transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
}

.services-content .service-box:hover .content .title {
  background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:before {
  background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:after {
  background-color: #1c1c1c;
}

.services-content .service-box .content .title a {
  color: var(--white-color);
   position: var(--ots-position);
  z-index: 9999;
}

.services-content .service-box .overlay {
  background-color: #800000e3;
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
     position: var(--ots-position1);
    color: var(--white-color);
  right: 0;
  text-align: center;
  top: -100%;
  height: 100%;
  transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  z-index: 0;
}

.services-content .service-box:hover .overlay {
  top: 0;
}

.img-thumb img{
  height:240px;
}
.services-content .service-box .overlay::before {
  background-color: #a12c2f;
  bottom: -50px;
  content: "";
  height: 50px;
  left: -25px;
   position: var(--ots-position1);
  transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  width: 40px;
}

.services-content .service-box .overlay::after {
  background-color: #a12c2f;
  bottom: -50px;
  content: "";
  height: 50px;
  right: -25px;
   position: var(--ots-position1);
  transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  width: 40px;
}

.services-content .service-box .overlay p {
  color: #1c1c1c;
  font-family: "Montserrat", sans-serif;
  line-height: 22px;
}

.services-content .service-box .overlay .value {
  color: var(--white-color);
  display: inline-block;

  font-style: italic;
   font-weight: var(--font-semi-bold);
  width: 100%;
}

.services-content .service-box .overlay .value .service-price {
  color: #f4d03f;
  
}

.services-content .service-box .overlay .btn-link {
  color: #053636;
  display: inline-block;
 
   font-weight: var(--font-semi-bold);
  margin-top: 10px;
}

.services-content .service-box .overlay .btn-link:hover {
  text-decoration: none;
}

/*services-carousel*/
.tems-multi-prs{
  border: 1px solid gray;
  padding: 5px 10px;
 
  background-color: #80000085;
  color: var(--white-color);
  border-radius: 8px 8px 0px 0px;
  margin-right: 10px;
}
.tems-multi-prs a{
  color:var(--white-color);
}
.multi-btn-tems{
  display: flex;
    margin-top: 16px;
    border-bottom: 1px solid #8000003b;
    border-radius: 0px 0px 8px;
}

#sec-146a .para-consult{
  color:var(--white-color);
}

#sec-146a{
  margin-top:-50px;
}
#sec-146a .u-container-layout img{
  height: 200px;
  width: 271px;
}
.consult-tem-photo{
  height:230px;
}
.u-tems-cons{
  height: 260px!important;
}
.u-tems-cons1{
  height: 260px!important;
}
.div-two-nie{
  display: flex;
  border: 1px solid gray;
  background-color: #80000038;
  align-items: center;
  border-radius:5px;
}
.nie-pra1{
  margin: 0px;
  padding: 26px 25px;

  background-color: var(--main-subheading);
  border-radius:5px 0px 0px 5px;
  color: var(--white-color);
}
.nie-pra2{
  padding: 0px 20px;
  font-size: 1.25em;
  margin:0px;
}
.nie-tems{
  margin:5px 0px;
}
#consult-tem-nie{
  margin: 16px 0px;
}
#cons-top-sec{
  background-color: var(--main-subheading);
  padding-top: 60px;
  color: var(--white-color);
}
.top-cons-section .sec-title1 h2{
  color:var(--white-color);
}
.top-cons-section  .para-consult {
 font-size: 1em;
  line-height: 26px;
  font-weight: 400;
  color:var(--white-color);
}
#consultancy-page-new{
  padding:5em 0em;
}

.serviceBox{
  color: #999;
  background: linear-gradient(transparent 65%, #800000 65%);
  font-family: 'Kumbh Sans', sans-serif;
  text-align: center;
  padding: 0 15px 15px;
  border-radius: 0 0 150px 150px;
  box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
}
.serviceBox .service-icon{
  color: var(--white-color);
  background-color: var(--main-subheading);
  
  line-height: 80px;
  height: 80px;
  width: 85px;
  margin: 0 auto 25px;
  border-radius: 0 0 50px 50px;
}
.serviceBox .service-content{
  background: var(--white-color);
  padding: 0 20px 20px;
  border-radius: 15px 15px 150px 150px;
  border-top: 15px solid var(--main-subheading);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.serviceBox .title{
     color:var(--main-subheading);
    
    line-height: 1.33em;
    height: 130px;
     font-weight: var(--font-semi-bold);
    padding: 10px 20px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.serviceBox .description{
 
  margin: 0 0 15px;
}
.serviceBox .read-more{
   color:var(--main-subheading);
 font-size: 1em;
  border: 2px solid #80808052;
  box-shadow: var(--main-box-shadow);
  padding: 4px 8px;
  border-radius: 7px;
  background-color: #cccccc6e;
  transition: all 0.3s ease 0s;
}
.serviceBox.orange{ background: linear-gradient(transparent 65%, #dd3641 65%); }
.serviceBox.orange .service-content{ border-top-color: var(--main-para-color); }
.serviceBox.orange .service-icon{ background-color: var(--main-para-color); }
.serviceBox.orange .title,
.serviceBox.orange .read-more{
  color: var(--main-para-color);
}
.serviceBox.pink{ background: linear-gradient(transparent 65%, #f22e52 65%); }
.serviceBox.pink .service-content{ border-top-color: #f22e52; }
.serviceBox.pink .service-icon{ background-color: #f22e52; }
.serviceBox.pink .title,
.serviceBox.pink .read-more{
  color: #f22e52;
}
.serviceBox.green{ background: linear-gradient(transparent 65%, #00B59C 65%); }
.serviceBox.green .service-content{ border-top-color: #00B59C; }
.serviceBox.green .service-icon{ background-color: #00B59C; }
.serviceBox.green .title,
.serviceBox.green .read-more{
  color: #00B59C;
}
.serviceBox .read-more:hover{
  color: #999;
  border-bottom: 1px dashed #999;
}
@media only screen and (max-width:990px) {
  .serviceBox{ margin: 0 0 30px; }
  .serviceBox .service-content{ padding: 0 35px 20px; }
}
@media only screen and (max-width:359px) {
  .serviceBox .service-content{ padding: 0 20px 20px; }
}
#research{
  padding:8em 0em;
  background-image: url(../images/bg-about1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#research .sec-title1{
  margin-bottom:20px;
}

.bottom-research{
  margin: 60px 0px 0px 0px;
  border: 1px solid #80808069;
  border-radius: 8px;
  background-color: #e9ecefc7;
  padding: 16px 20px;
  box-shadow: var(--main-box-shadow);
}
.btm-research-sec{
  display: flex;
  justify-content: space-between;
}
.pra-researchs{
  text-align: end;
}
.thre-res{
  font-size: 1.25em;
   font-weight: var(--font-semi-bold);
  font-family:  var(--main-heading-family);
}
.colm-res-fac{
  font-family:  var(--main-heading-family);
   font-weight: var(--font-semi-bold);
  text-decoration: underline;

   color:var(--main-subheading);
}
.pra-researchs a{
  border: 1px solid gray;
  padding: 6px 10px;
 font-size: 1em;
  background-color: #a12c2f;
  border-radius: 8px;
  color: var(--white-color);
}
#research .sec-title1 h2 {
   position: var(--ots-position);
  display: block;

  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom: 18px;
  font-family:  var(--main-heading-family);
}
#research-new{
  padding:8em 0px;
  background-image: url(../images/bg-about1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.colm-res-fac-new{
  font-family:  var(--main-heading-family);
  font-weight: var(--font-semi-bold);
  text-decoration: underline;
  color: #9b2830;
}

.thre-res-new {
  font-size: 1.25em;
  color: #9b2830;
   font-weight: var(--font-semi-bold);
  font-family:  var(--main-heading-family);
}

#research-new .service-container {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}

#research-new .service-container .service-box {
  width: 450px;
  text-align: center;
  padding: 0 0 30px 20px;
   position: var(--ots-position);
}

#research-new .service-container .service-box::before {
  content: "";
  border: 3px dotted #a12c2f9e;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right: none;
   position: var(--ots-position1);
  border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  width: 35%;
  top: 90px;
  bottom: 7px;
  left: 0;
}

#research-new .service-container .service-icon {

  line-height: 95px;
  background-color: var(--white-color);
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 5px 5px 10px #0000004d;
   position: var(--ots-position);
   color:var(--main-subheading);
}

#research-new .service-container .service-content {
  background-color: var(--white-color);
  padding: 20px 10px;
  border: 3px solid var(--main-subheading);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 5px 5px 10px #0000004d;
}

#research-new .service-container .service-content::before,
.service-container .service-content::after {
  content: "";
   position: var(--ots-position1);
   background: var(--main-subheading);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 86px;
  left: 35%;
}

#research-new .service-container .service-content::after {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: auto;
  bottom: 4px;
}

#research-new .service-container .service-title a {
  
  font-weight: var(--font-bold);
  text-transform: uppercase;
  margin: 0 0 10px;
  text-decoration: none;
   color:var(--main-subheading);
}

#research-new .service-container p {
  color: #0e0e0e;
  
  line-height: 30px;
}

#research-new .service-container .service-box.red,
.service-container .service-box.red .service-title a,
.service-container .service-box.red .service-icon {
  color: #F70437;
}

#research-new .service-container .service-box.red::before,
.service-container .service-box.red .service-icon,
.service-container .service-box.red .service-content {
  border-color: #a12c2f9e;
}

#research-new .service-container .service-box.red .service-content::after,
.service-container .service-box.red .service-content::before {
  background-color: #a12c2f9e;
}

@media(max-width:768px) {
  #research-new .service-container {
    flex-direction: column;
  }

  #research-new .service-container .service-box {
    width: 85%;
    margin: auto;
  }
}

.read-more-research{
  background-color: #8080808f;
  border: 1px solid gray;
  padding: 5px;
   color:var(--main-subheading);
  border-radius: 5px;
}
.btm-research-sec-new{
  background-color: var(--white-color);
  padding: 24px 20px 16px 20px;
  border-radius: 8px;
  margin-top: 26px;
}

.researxh-to{
  text-align: center;
  
  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom: 18px;
  font-family:  var(--main-heading-family);
}

#mdp{
  padding:8em 0px 0px 0px;
}

.mdp-left{
  border: 1px solid #80000052;
  padding: 30px 20px;
  box-shadow: var(--main-box-shadow);
  border-radius: 5px;
  background-color: #8080804d;
}
.mdp-three{
   color:var(--main-subheading);
   padding: 10px;
   font-weight: var(--font-semi-bold);
   border-left: 4px solid var(--main-subheading);
}
.mdp-two{
   color:var(--main-subheading);
}
.first-mdp2{
  padding:0px 30px;
}
.para-mdp{


}
.second-mdp1{
  background-color: var(--main-mdp-bg);
  padding: 40px 10px;
  margin-top: 30px;
}
.mdp-botton{
  background-color: var(--white-color);
  border: 1px solid gray;
  padding: 20px 0px 0px 0px;
  border-radius: 5px;
  box-shadow: var(--main-box-shadow);
  margin: 16px 0px;
}
.paras-mdps{
  height: 60px;
  padding: 0px 20px;
 
   color:var(--main-subheading);
}
.mdp-learns{
  padding: 10px 20px;
  border-top: 1px solid #808080c7;
  background-color: #800000c7;
  color: var(--white-color);
  margin:0px;
   font-weight: var(--font-semi-bold);
}
.head-open{
   color:var(--main-subheading);
  
    margin-bottom: 19px;
}

.mdp-lefts{
  padding: 30px 20px;
  width: fit-content;
  margin-bottom: 20px;
  border: 1px solid #8080809c;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: var(--main-mdp-bg);
}
.how-mdp{
  background-color: var(--main-subheading);
  width: max-content;
  padding: 10px 16px;
  color: var(--white-color);
  margin-top: 16px;
}

.u-section-1 .u-container-layout-1 {
  padding: 80px 30px 20px;
  background-color: var(--main-subheading);
}
.u-section-1 .u-group-1 {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 416px;
  height: auto;
}
.u-section-1 {
  min-height: 1381px;
  background-image: url(../images/bg-about1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/* #publics{
  padding:5em 0em;
} */
.all-pub {
    padding: 6em 3em;
    background-color: var(--main-subheading);
    margin-bottom:20px;
    margin-top: 40px;
}
.two-pub{
  text-align: center;
  color: var(--white-color);

}
.paras-pubs{
  
}
.colsfirst-pubs{
  border: 1px solid #8000003b;
  display: flex;
  border-radius: 8px;
  background-color: var(--white-color);
  box-shadow: var(--main-box-shadow);
}
.pubs-imgs{
  max-width: 280px;
  border-radius: 5px 0px 0px 5px;
}
.right-pubs{
  margin: auto 10px;
  padding: 10px;
}
.pubs-prs{
  font-size: 1.25em;
   color:var(--main-subheading);
  font-weight: var(--font-bold);
  margin-bottom: 16px;
}
.socialpubs{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socialpubs2{
  display: flex;
  
}
.cls-pubs-read{
  margin: 0px !important;
  background-color: var(--main-subheading);
  padding: 2px 4px;
  border-radius: 5px;
  color: var(--white-color);
}
.fb{
  
  color: var(--white-color);
 
  padding: 5px;
  background-color: blue;
  margin-right: 16px;
}
.twitter{
  
  background-color: black;
  color: var(--white-color);
  /* border-radius: 50px; */
  padding: 5px;
  text-align: center;

}
.row-pubs{
  margin: 46px 0px;
}
.cols-pubss{
  margin:10px 0px;
}
#fcult-sec-news{
  background-color: var(--main-subheading);
  padding: 4em 0px;
}
.fcts-imgss{
  width: 200px;
  border-radius: 50%;
  height: 200px;
  padding: 4px;
  border: 2px solid var(--main-yellow-color);
}
.cols-fcts-six{
  display: flex;
  padding:10px;
}
.head-fcts-nw2{
  background-color: var(--white-color);
  width: max-content;
  padding: 4px 14px;
 
   font-weight: var(--font-semi-bold);
  color: var(--main-yellow-color);
}
.head-fcts-nw1{
  color: var(--main-yellow-color);
  margin-bottom: 4px;
}
.head-fcts-nw{
  color: var(--white-color);
  margin-bottom: 6px;
}
.cols-sixs-parsa{
  margin: auto 20px;
}
.fcts-colss{
  margin-bottom:10px;
}
.fcts-head-one{
  text-align: center;
  color: var(--main-yellow-color);
  margin-bottom: 26px;
}

#fcult-sec-news .box {
   position: var(--ots-position);
  width: 200px;
  height: 200px;
  background:#a12c2f4f;
  border-radius: 50%;
  overflow: hidden;
}

#fcult-sec-news .box::before {
  content: "";
   position: var(--ots-position1);
  inset: -5px 70px;
  background: linear-gradient(315deg, var(--main-yellow-color), var(--main-yellow-color));
  transition: 0.5s;
  animation: border-animation2 4s linear infinite;
}

.box:hover::before {
  inset: -20px 0px;
}

@keyframes border-animation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#fcult-sec-news .box::after {
  content: "";
   position: var(--ots-position1);
  inset: 3px;
   background: var(--main-subheading);
  border-radius: 50%;
  z-index: 1;
}

#fcult-sec-news .content {
   position: var(--ots-position1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inset: 10px;
  border: 3px solid #f8f9fa;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

#fcult-sec-news .content img {
   position: var(--ots-position1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
  pointer-events: none;
  z-index: 3;
}

/* #fcult-sec-news .box:hover .content img  {
  opacity: 0;
} */
#fcult-sec-news{
  background-image: url("../images/bck.png");
  background-repeat: no-repeat;
    background-size: cover;
    margin-top: 26px;
    width: 100vw;
    margin-left: -18vh;
}
#colls{
  padding:3em 0em;
}
#colls table {
  width:100%
}
#colls tbody{
  border: 1px solid gray;
  border-radius: 8px;
}
#colls .cols-trs{
  background-color: var(--main-subheading)!important;
  color: var(--white-color);
}
#colls td{
  padding:10px;
  border: 1px solid #8000004f;
}
#colls tr:nth-of-type(odd){
  background-color:var(--main-table-bg);
}

#publics{
  background-image: url("../images/pu-bnr1.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.cls-teams1{
  margin: auto;
  display: flex;
}
.fcts-colss-imgs{
    object-fit: fill;
    border-bottom: 4px solid var(--main-yellow-color);
    margin: auto;
    border-radius: 5px 5px 5px 5px;
}
.facult-teamss {
    align-items: center;
    justify-content: flex-start;
}

.cls-teams {
    margin-top: 10vh;
}
.fts-clss-sec{
  margin: 16px 0px;
  padding: 16px 10px;
  background-color: var(--main-faculty-bg);
  border: 1px solid #80808085;
  border-radius: 5px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.main-fctss{
  font-family:  var(--main-heading-family);
  color: var(--main-subheading);
  text-align: left;
  font-weight: var(--font-bold);
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.colsprs-fts{
   color:var(--main-subheading);
 font-size: 1em;
  font-weight: 500;
}
.span-ftcs{
  font-weight: var(--font-bold);
}
.sec-ftsc{
  margin-bottom: 16px;
  border-bottom: 2px solid var(--main-yellow-color);
  padding: 0px 0px 16px 0px;
}
.cols-heds-ones{
  font-weight: var(--font-bold);
  color:var(--main-subheading);
  line-height: 1.28em;
  color:var(--main-subheading);
  font-weight: var(--font-semi-bold);
  border-bottom: 2px solid var(--main-yellow-color);
  font-family:  var(--main-heading-family);
  padding-bottom: 8px;
}
.dir-nif{
  color: gray;
  font-family:  var(--main-heading-family);
  margin-top: 5px;
}
.cv-ftcs{
  border: 1px solid #80000057;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: max-content;
  background-color: var(--main-yellow-color);
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 5px;
  margin-right: 16px;
}
.cols-thre-fcts{
  margin-top: 16px;
  display: flex;
}
.cv-profiles{
  border: 1px solid #80000057;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: max-content;
  background-color: #80000040;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 5px;
  margin-right: 16px;
}
.fts-clss-sec1 .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--main-subheading);
  padding:10px 16px;
  border-color: #dee2e6 #dee2e6 var(--white-color);
}
.fts-clss-sec1 .nav-link {
  border: 1px solid #f5a4258c;
  display: block;
  margin-right: 2px;
  padding: .5rem 1em;
  padding: 10px 16px;
   color:var(--main-subheading);
  font-weight: var(--font-bold);
  background-color: #80808024;
  border-bottom: 2px solid var(--main-yellow-color);
}
.fts-clss-sec1{
  margin:16px 0px;
}
.para-details-cv12 {
  margin-bottom: 10px;
  margin-top: 10px;
 font-size: 1em;
  line-height: 25px;
  color: #2a2a2a;
}
.para-details-cv13 {
  margin-bottom: 10px;
  margin-top: 10px;
 font-size: 1em;
  line-height: 25px;
  color: #2a2a2a;
}
.fts-clss-sec1 .tab-pane{
  background-color: var(--main-faculty-bg);
  padding: 16px 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.imgs-tops{
  margin: 56px 0px;
}
/* .head-fcts-nw2:hover {
  background-color: var(--main-yellow-color);
  width: max-content;
  padding: 4px 14px;
 
   font-weight: var(--font-semi-bold);
  color: #fff!important;
} */
.spn-icons-fcts{
  color: #800000c7;
 
}


.second-mdp12 .education-main {
  margin: 45px;
}

.second-mdp12 .education-main .education-wrap {
  gap: 85px;
  padding: 30px;
  padding-right: 0;
   position: var(--ots-position);
}

@media (max-width: 767px) {
  .second-mdp12 .education-main .education-wrap {
    padding: 20px;
  }
}

.second-mdp12 .education-main .education-wrap .eduction-iconwrap {
  min-width: 130px;
  width: 130px;
  height: 130px;
   position: var(--ots-position);
}

.second-mdp12 .education-main .education-wrap .eduction-iconwrap::before {
  content: "";
   position: var(--ots-position1);
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  background-color: var(--main-subheading);
  transform: rotate(45deg);
  border-radius: 10px;
}

.second-mdp12 .education-main .education-wrap .eduction-iconwrap::after {
  content: "";
   position: var(--ots-position1);
  top: 50%;
  transform: translateY(-50%);
  left: 90%;
  border: 8px solid var(--main-subheading);
  width: 100%;
}

@media (max-width: 767px) {
  .second-mdp12 .education-main .education-wrap .eduction-iconwrap::after {
    transform: rotate(90deg);
    left: 0;
    top: unset;
    bottom: -50px;
  }
}

.second-mdp12 .education-main .education-wrap .eduction-iconwrap .education-icon {
  color: var(--white-color);
 
  z-index: 2;
}

.second-mdp12 .education-main .education-wrap .eduction-detail {
   background: var(--main-subheading);
  border-radius: 10px;
  padding: 35px;
  color: var(--white-color);
}

.second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-head {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-head {
    gap: 10px;
  }
}

.second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-head .eduction-detail-heading {
  font-size: 1.25em;
  line-height: 30px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-head .eduction-detail-heading {
    text-align: center;
  }
}

.second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-head .eduction-detail-years {
 font-size: 1em;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  color: #515151;
}

.second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-text {
 font-size: 1em;
  line-height: 26px;
  font-weight: 400;
  color: #515151;
}

@media (max-width: 767px) {
  .second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-text {
    text-align: center;
  }
}

.second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-per {
 
  line-height: 24px;
  font-weight: 400;
  color: #515151;
}

@media (max-width: 767px) {
  .second-mdp12 .education-main .education-wrap .eduction-detail .eduction-detail-per {
    text-align: center;
  }
}


.eduction-detail-text{
  padding: 2px 6px;
  width: max-content;
  color: #fff!important;
  background-color: #808080;
  border-radius: 4px;
}
.mdp-botton:hover{
  background-color: #8000006e;
  border: 1px solid gray;
}
.second-mdp12{
  background-image: url("../images/mdp-bck.png");
    background-size: cover;
    background-repeat: no-repeat;
}

#exams{
  padding:8em 0em;
}

#exams .serviceBox{
  color:var(--white-color);
  background: var(--white-color);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 90px 15px 40px;
  border-radius: 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 10px 10px 0 #a12c2f;
   position: var(--ots-position);
  z-index: 1;
}
#exams .serviceBox:before{
  content: '';
  background: var(--main-exam-left); 
  width: 100px;
  height: 100px;
  border-radius: 30px 0 0;
   position: var(--ots-position1);
  top: 0;
  left: 0;
  z-index: -1;
}
#exams .serviceBox .service-icon{
  color: var(--white-color);
 
  line-height: 60px;
  width: 60px;
  height: 60px;
   position: var(--ots-position1);
  background-color: transparent!important;
  top: 2px;
  left: 2px;
}
#exams .serviceBox .title{
   color:var(--main-subheading);
  
    height: max-content;
    margin-top: -30px;
     font-weight: var(--font-semi-bold);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#exams .serviceBox .description{
  color: #777;
 
  line-height: 25px;
  margin: 0;
}
#exams .serviceBox.blue{
  --color1: #125AB7;
  --color2: #105BB8 ;
}
#exams .serviceBox.orange{
  --color1: #FD6E00;
  --color2: #FF6E01;
}
#exams .serviceBox.darkred{
  --color1: #B05F56;
  --color2: #9A2015;
}
@media only screen and (max-width: 1199px){
  #exams .serviceBox{ margin: 0 0 30px; }
}



.sml-exm .headimg{
  width:229px;
  height:183px;
  margin:0px auto;
  overflow:hidden;
}

.sml-exm .wrap {
height: auto;
overflow: hidden;
box-sizing: border-box;
padding: 10px;
}
.sml-exm .newsTickerCon{
  font-family:'Open Sans';
  font-weight: 400;
  width:100%;
  height:322px;
  overflow:hidden;
  padding: 0;
  margin: 0;
}

.sml-exm .headline{
   color:var(--main-subheading);
  text-align: left;
  padding: 10px;
 font-size: 1em;
}
.sml-exm .newsTickerCon p{
  text-align:left; 
  color:#000;
  overflow:hidden;
  line-height:20.8px;
  margin-top: 5px;
 }
 .sml-exm .newsTickerCon ul{
  list-style:none;
  position:relative;
  padding: 0px;
  margin: 0px
}
.sml-exm .newsTickerCon li{
  margin-bottom: 24px;
  background-color: #EEEFF1;
  text-align:center;
  border-bottom:0px solid #a1a9a5;
  font-size:13px;
  padding-bottom: 8px;
}

.sml-exm .newsTickerCon a {
  color: var(--white-color);
    background-color: #a12c2f;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
    display: flex;
    justify-content: left;
    width: max-content;
}
.sml-exm li img {
    margin-right: 10px;
    float: left;
}
.clicks-exms{
  color: var(--white-color);
  background-color: var(--main-subheading);
  width: max-content;
  margin: auto;
  border-radius: 4px;
  padding: 3px 8px;
}
.clicks-exms a{
  color:#fff!important;
}
.cols-right-exmdd{
  background-image: var(--main-headbg-image);
  padding: 30px 20px;
  border-radius: 20px;
}
.cols-right-exmdd img{
  border-radius: 20px;
  padding-bottom:10px;
}
.exm-prs{
   color:var(--main-subheading);
  text-align: center;
  font-size: 1.25em;
   font-weight: var(--font-semi-bold);
}
.exmdd-prs{
  text-align: center;
 font-size: 1em;
}
.col-downss{
  
  margin: 0px;
  background-color: var(--main-subheading);
  color: var(--white-color);
  width: max-content;
  padding: 2px 5px;
  border-radius: 6px;
}

.serviceBox table {
  width: 100%;
}
.serviceBox tbody {
  border: 1px solid gray;
  border-radius: 8px;
}
.serviceBox .cols-trs {
  background-color: var(--main-subheading)!important;
  color: var(--white-color);
}
.serviceBox td {
  padding: 10px;
  border: 1px solid #8000004f;
  text-align: left;
}
.serviceBox tr:nth-of-type(odd) {
  background-color: var(--main-table-bg);
}
#exams .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-top: 26px;
  justify-content: center;
}
#exams .page-item.active .page-link {
  z-index: 3;
  color: var(--white-color);
  background-color: #a12c2f;
  border-color: #a12c2f;
}
#exams .page-link {
   color:var(--main-subheading);
}
#exams .serviceBox .title23 {
   color:var(--main-subheading);
  
  height: max-content;
  margin-top: -30px;
   font-weight: var(--font-semi-bold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.28em;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  padding-bottom: 8px;
  font-family:  var(--main-heading-family);
}
#exams  .titlepay {
   color:var(--main-subheading);
  height: max-content;
  margin-top: -30px;
  height: 130px;
   font-weight: var(--font-semi-bold);
   font-family: var(--main-para-family);
  padding: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#exams .serviceBox .pay-fcts {
  color: var(--white-color);
  background: #a12c2f0f!important;
}

.pay-sec-fcts{
  background-image: url(../images/mdp-bck.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.news-box .owl-carousel .item {
  text-align: left;
  padding: 0px;
  background-color: var(--main-subheading);
  border: none;
 
}

#courses .owl-carousel .item {
  text-align: center;
  padding: 0px;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #80000070;
 
}
#courses .owl-item img{
  border-radius: 8px 8px 0px 0px;
}
#meetings .owl-carousel .item {
  text-align: center;
  padding: 10px;
  background-color: transparent;
  border: none;
 
}
.harvard-sec .owl-carousel .item {
  text-align: center;
  padding: 10px;
  background-color: transparent;
  border: none;
 
}
.newsec-txt {
   position: var(--ots-position);
 font-size: 1em;
}
#program-section-pro .owl-carousel .item {
  text-align: center;
  padding: 0px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
 
}
.tender_sec{
  padding-top: 80px;
  width: 100%;
}
.flter-tenders{
  display: flex;
  justify-content:space-between;
  margin: 16px 0px;
  padding: 30px 0px 20px 0px;
}
.btns-tenders{
  background-image: linear-gradient(45deg, #dd3641 0%, #130b0b 100%);
  color: var(--white-color);
  border: 1px solid #ffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.heads-tenders1{
   color:var(--main-subheading);
  background-color: #808080a8;
  padding: 5px 36px 5px 10px;
  border-radius: 0px 50px 50px 0px;
   font-weight: var(--font-semi-bold);
  font-family: 'Philosopher';
}
th{
  background-color: var(--main-subheading)!important;
    padding: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
}
.tble-parts tbody, td, tfoot, th, thead, tr{
  border-color: gray;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(228, 228, 228);
  box-sizing: border-box;
  font-weight: normal;
  line-height: 20.3px;
  font-size: 1em;
  margin: 0px;
  padding: 14px;
  text-align: left;
  vertical-align: top;
}
.top-tbles{
  background-color: var(--main-subheading);
  color: var(--white-color);
  padding:16px 10px;
}
.top-tbles th{
  padding:12px;
    text-wrap: nowrap;
}
.f_icon {
  background: rgba(0, 0, 0, 0) url("../images/pdf.png") no-repeat scroll 6px 6px / 15px auto; 
  display: inline-block;
  height: 21px;
  margin-bottom: -3px;
  margin-left: -4px;
   position: var(--ots-position);
  width: 21px;
}
.tble-parts a{
  color: var(--white-color);
  
  border-radius: 4px;
  padding: 4px 6px;
  background-color: var(--main-subheading);
  font-weight: 400;
}
#tenders-news{
  margin: 0px 0px;
  padding: 120px 0 70px;
}
.quick-tenders{
  margin-top: 46px;
  border: 1px solid #800000cf;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border-radius: 9px;
}
.quick-heading{
  color: #f8f9fa;
  background-color: var(--main-subheading);
  padding: 10px;
  border-radius: 8px 8px 0px 0px;
}
.padding-left-tender{
  padding: 10px;
    background-color: #fafafa;
    border-radius: 0px 0px 9px 9px;
}
.tenders-pars{
  border-bottom: 1px solid gray;
  padding: 10px 5px;
 font-size: 1em;
  border-bottom-style: dashed;
   color:var(--main-subheading);
}
.tenders-pars a{
   color:var(--main-subheading);
}
.archives-sec {
  background-color: var(--main-subheading);
  width: max-content;
  margin: 16px 0px;
  padding: 5px 8px;
  border-radius: 4px;
}
.archives-sec a{
  color:#fff!important;
}
.pdf-downs{
 
}
.pdf-downs1{
  background-color: #80000045;
   color:var(--main-subheading);
  border-radius: 6px;
  padding: 5px;
}
.flter-tenders1{
    padding: 20px 10px;
    margin: 30px 0px 10px 0px;
    border-radius: 4px;
    display: flex;
    background-color: #80808030;
    box-shadow: rgb(6 24 44 / 13%) 0px 0px 0px 2px, rgb(6 24 44 / 14%) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    justify-content: space-between;
}
.heads-tenders2 {
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  font-family: 'Philosopher';
}
.clicks {
  color: var(--main-subheading)!important;
  padding: 5px 4px;
  border-radius: 4px;
 
  background-color: #6c757d94;
}
.tble-padding{
  padding:10px!important;
}

#vaccancy-news  .pagination {
  display: flex;
  justify-content: center;
}

#tenders-news  .pagination {
  display: flex;
  justify-content: center;
}
#rti-news  .pagination {
  display: flex;
  justify-content: center;
}
#vaccancy-news {
  margin: 16px 0px;
  padding: 120px 0 70px;
}
#rti-news {
  margin: 16px 0px;
  padding: 120px 0 70px;
}
.page-link{
  color: var(--main-subheading)!important;
}

.page-item.active .page-link {
  background-color: #a2a4a6;
  border-color: #857f7f75;
}
.page-item {
  border: 1px solid #8080808c;
}
.archives-sec .fa{
  padding: 5px;
}
#tenders-news{
  background-color: #ede0e0;
}
.pdf-downs:hover {
  background-color: #80000045;
   color:var(--main-subheading);
}
#vaccancy-news{
  background-image: url("../images/vaccancy.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cols-tenders-3{
  padding: 16px 0px 0px 0px;
  border-radius: 6px;
  border-bottom: 2px solid var(--main-subheading);
  background-color: #f8f9fa;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 10px 0px;
}
.new-uls3{
  margin:0px;
}
.new-uls{
  margin:0px;
}
.cols-tenders-2{
  padding: 16px 10px;
  border-radius: 6px;
  color: var(--white-color);
  border-bottom: 2px solid #a12c2f;
  background-color: var(--main-subheading);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 10px 0px 16px 0px;
}
.form-control{
  border: 1px solid #8000009c;
  margin-bottom: 12px;
}
.cols-mains-titles{
  display: flex;
    justify-content: end;
    border-top: 1px solid rgba(0, 0, 0, 0.24);
    margin-top: 16px;
    padding: 10px 70px 10px 10px;
    background-color: #80808024;
}
.pars-tenderss{
  margin-left:16px;
}
.dates-tenders{
  font-weight: var(--font-bold);
}
.new-snos3{
 
  padding-left:16px;
}
.new-titles3{
  padding-left:16px;
}
#vaccancy-news .cols-tenders-3 {
  padding: 16px 0px 16px 0px;
    border-radius: 6px;
    border: 1px solid #80808057;
    border-bottom: 2px solid var(--main-subheading);
    background-color: #dfdfdf30;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin: 10px 0px;
}
#vaccancy-news .news-cliks{
   color:var(--main-subheading);
}
#tenders-news tbody{
  background-color: #fff!important;
}
#rti-news .cols-tenders-3 {
  padding: 16px 0px 0px 0px;
  border-radius: 6px;
  border: 1px solid #80808082;
}

.ban_img img {
  height: 250px;
}

.tender_img img {
  width: 100%;
  overflow: hidden;
  height: 115px;
}
.ban_sec_abouts{
  background-image: url("../images/about-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.ban_img_about{
  padding: 120px 20px 40px 20px;
}
.top-head-about{
  text-align: center;
  color: #f8f9facf;
   font-weight: var(--font-semi-bold);
}
#mdp-details{
  padding: 8em 0px 2em 0px;
  background-image: url(../images/bg-about1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.eight-cols-mdp{ 
  padding: 20px;
 
}
.four-cols-mdp{
  padding: 20px;

}
.head-details-mdps{
 
  font-family:  var(--main-heading-family);
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  margin-bottom: 16px;
}
.btns-mdps{
  background-image: var(--main-headbg-image);
  border: 1px solid var(--white-color);
  padding: 10px;
  color:var(--white-color);
}
.tble-mdps{
  padding: 16px 10px !important;
  border: none;
  border-bottom: 1px solid gray;
}
.down-brochure{
  background-color: var(--main-subheading);
  color: var(--white-color);
  padding: 20px 16px;

  font-family:  var(--main-heading-family);
  text-align: center;
  margin: 0px;
  border-radius: 8px 8px 0px 0px;
}
.form-mdps{
  background-color: #dd364121;
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
}
.form-mdps label{
  color: #333;
}
.btns-mdps-right{
  border: 1px solid var(--white-color);
  padding: .375rem .75rem;
  font-size: 1em;
  border-radius: .25rem;
  color:var(--white-color);
  background-color: var(--main-subheading);
}
.right-part-mdps-details{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 8px;
}
.new-mdp-details{
  padding: 20px;
  background-color: var(--white-color);
  margin: 0px;
  border-radius: 8px;
}
#mdp-details .nav-tabs .nav-link.active {
  color: var(--white-color);
   font-weight: var(--font-semi-bold);
  background-color: var(--main-subheading);
  border-color: var(--main-subheading);
}
#myTab{
  margin: 30px 0px 0px 0px;
  font-family:  var(--main-heading-family);
}
.nav-link{
  color: #800000a6;
  font-weight: var(--font-bold);
  font-size: 1em;
}
#myTabContent{
  padding:10px 0px;
}
.head-mdps-left-sec{
   color:var(--main-subheading);
  
  font-family:  var(--main-heading-family);
   font-weight: var(--font-semi-bold);
  text-decoration: underline;
}
.mdp1-prs1{
 font-size: 1em;
}
.mdp2-prs2{
 font-size: 1em;
}
.paras-mdp-dtls{
 font-size: 1em;
}
.mdp1-spans1{
  color: var(--main-para-color);
 font-size: 1em;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgb(0 0 0 / 0%)!important;
  color: var(--bs-table-striped-color);
}
.mdp-list1{
    border: 1px solid #8080805c;
    background-color: #80808026;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 10px 16px;
    
    margin-bottom: 10px;
}
.spn-mdp1{
   color:var(--main-subheading);

  padding-right:12px;
}
.spn-mdp2{
   color:var(--main-subheading);
  
  padding-right:12px;
}
.mdp-list2{
  border: 1px solid #8080805c;
    background-color: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 10px 16px;
   
    margin-bottom: 10px;
}
.fcts-chatrs{
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  text-decoration: underline;
 
  font-family:  var(--main-heading-family);
}
.new-mdps-facts{
  padding: 16px;
  border: 1px solid #80000052;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #8000000d;
}
.fcts-chatrs{
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  text-decoration: underline;
 
  margin-bottom: 26px;
  font-family:  var(--main-heading-family);
}
.Participants-cols{
  padding: 16px;
  border: 1px solid #80808096;
  border-radius: 6px;
  background-color: #8000000f;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.name-participants{
   color:var(--main-subheading);
  font-size: 17px;
}
.prs-mdp-participants{
 font-size: 1em;
}
.table-striped{
  background-color: #80000017!important;
}
.new-rgb-cells .top-tbles {
  background-color: #808080!important;
}
.new-rgb-cells .table>:not(:first-child) {
  border-top: none!important;
}
#morenew {display: none;}
.red-more-btns{
  color:#fff;
  border: 1px solid gray;
  background-color: var(--main-subheading);
  padding: 5px 10px;
  border-radius: 6px;
}
.red-more-btnsa{
  color:#fff;
  border: 1px solid gray;
  background-color: var(--main-subheading);
  padding: 5px 10px;
  border-radius: 6px;
}
.new-rgb-cells .tble-parts a {
  color: var(--main-para-color);
 
   font-weight: var(--font-semi-bold);
}
#myBtnnew{
  border: 1px solid gray;
  background-color: gray;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 10px 0px 5px 0px;
  color: var(--white-color);
}
.pra-researchsnew {
  background: var(--main-subheading);
  padding: 6px;
  border-radius: 4px;
  color: #ffff;
}
.tble-researchs{
  background: var(--main-subheading);
  color: var(--white-color);
}
.nws-cols-resrch{
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.name-research-title{
  color: var(--main-para-color);
 
   font-weight: var(--font-semi-bold);
  font-family:  var(--main-heading-family);
}
#research-new .card-body {
  padding: 1.25em!important;
}

#research-new .paddingrp{
  padding-bottom: 60px;
}
#research-new .card-circle {
  text-align: center;
  margin-top: 20px;
  background: #ffffff;
  border: 10px solid transparent;
  color: var(--white-color);
  Font-family: Montserrat;
  padding: 50px;
  border-radius: 50%;
}

#research-new .card-circle .card-icon i {

  display: block;
}


#research-new .card-circle {
  border: 10px solid brown;
}


@media only screen and (min-width: 1200px) {
  #research-new .card-circle:nth-child(3) {
      margin-left: -40px;
      z-index: 0;
  }

  #research-new .card-circle {
      width: 400px;
      height: 400px;
  }

  #research-new .card-circle:nth-child(2) {
      margin-left: -20px;
      box-shadow: 1px 2px 20px 8px rgba(241, 235, 235, 0.12);
      transform: scale(1.2);
      z-index: 1;
  }

  #research-new .card-circle .card-icon i {
      margin-top: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #research-new .card-circle {
      width: 340px;
      height: 340px;
  }

  #research-new .card-circle .card-icon i {
     
  }

  #research-new .card-circle .card-icon i {
      margin-top: -25px;
  }

  #research-new .card-circle:nth-child(3) {
      margin-left: -50px;
      z-index: 0;
  }

  #research-new .card-circle:nth-child(2) {
      margin-left: -20px;
      z-index: 1;
  }
}

#research-new a.read-more-research {
  background-color: brown;
  border: 1px solid gray;
  padding: 5px;
  color: #ffffff;
  margin-top: 20px;
  border-radius: 5px;
}

#research-new h1.service-title {
  font-size: var(--font-h4);
  padding: 2px;
}
.right-pronews {
  font-family: 'Philosopher';
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);
  margin-bottom: 6px;
  
}

.home-demonew {
  margin: 12px 0px;
}
.home-demonew {
  margin: 12px 0px;
}
.new-img-exm{
  height: 455px !important;
  border-radius: 20px;
}
.new-pra-anifm{
  background-color: var(--white-color);
  padding: 10px;
   color:var(--main-subheading);
   font-weight: var(--font-semi-bold);

  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-family:  var(--main-heading-family);
}
.new-img-nif{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius:8px;
  border: 2px solid #80000063;
}
.new-left-nifm{
  margin:12px auto!important;
}
.exms-sixs1 .serviceBox {
  color: var(--white-color);
  background: var(--main-exam-bg)!important;
  margin-bottom: 26px;
}
.exms-sixs1 .serviceBox:before {
  content: '';
  background: var(--main-exam-right)!important;
}
.exms-sixs1 .serviceBox .service-icon {
  color: #fff!important;
}
.open-pros{
  display: flex;
  justify-content: space-between;
  background-color: var(--white-color);
     color:var(--main-subheading);
    border-radius: 6px;
    padding: 16px;
    border: 1px solid gray;
    font-size:17px;
    box-shadow: var(--main-box-shadow);
}
.anch-opns{
  color:var(--main-subheading);
}
.mdpss{
   color:var(--main-subheading);
  font-weight: 500;
 font-size: 1em;
}
.mdpss1{
   color:var(--main-subheading);
   font-weight: 500;
   margin-bottom: 0.5rem;
}

.new-design-prt{
  padding: 30px 30px;
  border: 1px solid #80000094;
  min-height: 280px;
  border-bottom: 11px solid var(--main-para-color);
  border-left: 11px solid var(--main-subheading);
  border-radius: 50px 0px 50px 0px;
  background-color: var(--white-color);
  box-shadow: var(--main-box-shadow);
}
.new-iconss{
  font-size: 50px;
   color:var(--main-subheading);
  padding: 20px 0px;
}
.service-title{
  min-height: 80px;
}

.head-fcts-nw a{
  color:#fff!important;
  font-family: var(--main-para-family);
}
.news-anchor{
  color:#ffcf04;
}
#features{
  padding-bottom: 50px; 
  background-image: linear-gradient(45deg, #dd3641 0%, #130b0b 100%);
}
.img-fluid-two{
  height: 80%;
  width: 80%;
  margin: 40px;
}
.left-features{
  color: aliceblue;
  font-family: var(--main-para-family);
}
.left-features li{
  color:var(--white-color);
  text-align: justify;
}
.feature-para{
  color: aliceblue;
}
.feature-icons{
  color:#fff!important;
}
.categories{
  margin-bottom: 60px;
}
#meetings .autoscroll-container{
  height: 635px;
}
#meetings1 .autoscroll-container {
    height: 208px;
}
.autoscroll-list{
  animation-duration: 20s!important;
}
.offering-sec{
  padding:30px 0px;
}
.haed-offers{
  font-family:var(--main-heading-family);
  font-weight: var(--font-bold);
  font-style: normal;
  
}

.two-offerning{
  font-family:var(--main-heading-family); 
   font-weight: var(--font-bold);  
   font-style: normal;
}
.two-research{
  font-family:var(--main-heading-family); 
  font-weight: var(--font-bold);  
  font-style: normal;
}
#mvcwid{
  text-align: left; 
  color: #000000;
}
.logo-sec .owl-carousel .item {
  text-align: center;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
 
}
.logo-sec {
  padding: 60px 0px;
  background: url(../images/carousel-bg.png);
}
.red-more-btnsa{
  color:#fff;
}
.frist-tbls{
  width:42px;
}
.frist-tbls1{
  width:402px;
}
.frist-tbls2{
  width:120px;
}
.frist-tbls3{
  width:102px;
}
.frist-tbls4{
  width:306px;
}
.frist-tbls5{
  width:50px;
}
.frist-tbls16{
  width:402px;
}
.frist-tbls7{
  width:140px;
}
.svg-inline--fa {
  width: max-content;
  align-items: center;
  margin: 0px;
}
#features .svg-inline--fa{
  margin: 5px 5px 0px 0px;
}
.sec-title1 h1 {
  position: var(--ots-position);
  display: block;
 
  line-height: 1.28em;
  color: var(--main-subheading);
  font-weight: var(--font-semi-bold);
  padding-bottom: 18px;
  font-family: var(--main-heading-family);
}
.sec-title1 h1:before {
  position: var(--ots-position1);
  content: '';
  left: 0px;
  bottom: 20px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}
.list-menus .svg-inline--fa {
  margin-top: 0px!important;
  margin-right:5px;
}
.new-close{
  color:#fff;
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content{padding: 0;}
 
.line-society{
   
    margin-bottom: 5px;
    font-weight: 600;
}
.heading-society{
    position: var(--ots-position);
    display: block;
   
    line-height: 1.28em;
    color: var(--main-subheading);
    font-weight: var(--font-semi-bold);
    padding-bottom: 18px;
    font-family: var(--main-heading-family);
}
.heading-society:before {
    position: var(--ots-position1);
    content: '';
    left: 0px;
    bottom: 20px;
    width: 50px;
    height: 3px;
    background-color: #f5a425;
}
.member-society{
    position: var(--ots-position);
    display: block;
    font-size: 2.5rem;
    line-height: 1.28em;
    color: var(--main-subheading);
    font-weight: var(--font-semi-bold);
    padding-bottom: 18px;
    font-family: var(--main-heading-family);
}
.member-society:before {
    position: var(--ots-position1);
    content: '';
    left: 0px;
    bottom: 20px;
    width: 50px;
    height: 3px;
    background-color: #f5a425;
}
.member-society:after {
    position: var(--ots-position1);
    content: '';
    left: 0px;
    bottom: 10px;
    width: 100%;
    border-bottom: solid 1px;
}
.members-tbles {
    width: 100%;
    border-collapse: collapse; 
    margin: 20px 0;
}

.members-tbles td, 
.members-tbles th {
    border: 1px solid #c8b4b4; 
    padding: 8px; 
    text-align: left; 
}

.members-tbles th {
    background-color: #f2f2f2; 
    font-weight: bold;
}
.table-heads{
    background-color:var(--main-subheading);
    color:#fff;
}
.member-paras{font-weight: 600;}
.ajnifm-flags{
    position: var(--ots-position);
    display: block;
  
    line-height: 1.28em;
    color: var(--main-subheading);
    font-weight: var(--font-semi-bold);
    padding-bottom: 18px;
    font-family: var(--main-heading-family);
}
.ajnifm-flags:before {
    position: var(--ots-position1);
    content: '';
    left: 0px;
    bottom: 20px;
    width: 50px;
    height: 3px;
    background-color: #f5a425;
}
.right-flag-logo{
    border: 1px solid gray;
    border-radius: 8px;
    padding: 10px;
    box-shadow: var(--main-box-shadow);
}
.new-flags{
    width:300px;
    padding:10px;
}
.ajnifm-flags1{
    position: var(--ots-position);
    display: block;
    line-height: 1.28em;
    text-align: center;
    font-size: 2rem;
    color: var(--main-subheading);
    font-weight: var(--font-semi-bold);
    padding-bottom: 18px;
    font-family: var(--main-heading-family);
}
.para-flags {
    font-weight: 700;
}
.para-flags1 {
    text-align: end;
    margin: 10px 0px;
}
.new-flag-div{
    display: flex;
    justify-content: center;
}
#flag-logo{
    padding:20px 10px;
}
.para1-society{
    font-family: var(--main-para-family);
    font-weight: 600;
}
.society-lists {
    list-style: decimal;
}
.img-rounded {
    border-radius: 15px;
}
.img-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
.highlight {
    background-color: #ffffcc;
    padding: 10px;
}
 .theme-style {
  width: 40%;
}

.tble-songs td{
padding:10px;
}


.table-song {
  font-weight:700;
  margin-bottom:10px;
}

.para-songs {
 padding:16px 0px;
}

#theme-song {
  margin:16px 0px;
 }

.table-striped td{
  padding:16px
}
table{
  font-family:var(--main-para-family);
  width: 100%;!;!0;!00;!0;!;
  margin: 14px 0px;
  overflow: scroll;
}
.tble-researchs th {
  background-color: var(--main-subheading) !important;
  color: var(--white-color);
}
.policies-paras {
  font-size:20px;  
  margin-top:16px;
  color: #544e4e;
  font-weight:700;
}
.prs-policie{
 
}
.web-policie {
  position: var(--ots-position);
  display: block;
  
  line-height: 1.28em;
  color: var(--main-subheading);
  font-weight: var(--font-semi-bold);
  padding-bottom: 18px;
  font-family: var(--main-heading-family);
}
.web-policie:before {
  position: var(--ots-position1);
  content: '';
  left: 0px;
  bottom: 20px;
  width: 50px;
  height: 3px;
  background-color: var(--main-yellow-color);
}
.disclaimer-prs{
  
  margin:0px 0px 10px 0px;
}
.privacy-prs{

  margin:0px 0px 10px 0px;
}
.helps-prs-grey {
  font-size:20px;  
  margin-bottom:10px;
  color: #544e4e;
  font-weight:700;
}
.helps-prs-grey1{
 
}
.helps-tbles td{
 
  padding:10px;
}

.imageicon{
  width:20px
}
.help-anchor{
  color:var(--main-para-color);
  font-weight: 700;
}
.helps-tbles{
  width:100%;
  margin:16px 0px;
}
.tr-help-tbls{
  background-color: var(--main-subheading);
  color:#fff;
}

.tr-help-tbls th{
  padding:16px;
}
svg.ext {
  display: none;
}
#policies-web{
  padding:16px 0px;
}
.helps-pages{
  padding:16px 0px;
}
.sec-title1 {
  margin-bottom: 16px!important;
}
.tble-contactus {
  width:100%;
}
.tr-contactus td{
  padding:10px 16px;
  font-size:16px;
  background-color: #f8f5f5;
}

.tr-contactus p{
  background-color: #f8f5f5;
  font-size:16px;
}
.contact-pages{
  margin:16px 0px;
}
.telephone{
  color:blue;
}
.telephone-para{
    padding:6px 0px 16px 0px;
    
}
.navbar-brand .site-title {
  text-transform: none !important;
}
.lastUpdated {
    display: flex;
    justify-content: center;
    padding: 0.5em;
    font-family: var(--main-para-family);
    width: max-content;
    margin: 10px auto;
    font-weight: 600;
    font-size: 1em;
    border-radius: 8px;
}
.pdfIcon {
    height: 24px;
    width: auto;
}

.wps_text_glowing span{
  animation-delay: 0s;
  width: 100%;
  padding: 0px 10px;
}

.footer .credits a {
  color:var(--main-yellow-color);
}

.footer .footer-links ul li {
  font-family: var(--main-para-family);
  margin-bottom: 5px;
}

.pager__item.is-active {
   color: var(--main-subheading);
   font-family: var(--main-para-family);
}
@media only screen and (min-width: 300px) and (max-width: 500px) {
  .menu-designs .offcanvas {
    width: 100% !important;
  }
  .menu-designs .submenu ul li {
   
    font-family: var(--main-para-family);
  }
  .navbar-brand .site-slogan {
    display: block;
  }
  .toggle-nav-right {
    top: auto;
    right: 10px;
  }
  .new-search-icon .link {
    cursor: pointer;
    float: right;
    position: relative;
    right: 15%;
   }
   #search-block-form {
    display: flex;
    flex-direction: row;
   }
   .hidden-input #edit-keys {
    margin:0px!important;
   }
   .hidden-input #edit-actions {
    margin:0px!important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .menu-designs .offcanvas {
    width: 50% !important;
  }
  .menu-designs .submenu ul li {
   
    font-family: var(--main-para-family);
  }
  .site-title-container {
    padding: 0 5px;
    max-width: 80%;
   }
}

@media only screen and (min-width: 430px) and (max-width: 600px) {
.site-title {
  font-size: 1.1em !important;
  display: block;
}
.site-title-container { 
  padding: 0 5px; 
  max-width: 54%; 
}
.navbar-brand .site-slogan {
  
}
}
@media only screen and (min-width: 280px) and (max-width: 430px) {
  .site-title {
    
    display: block;
  }
  .site-title-container { 
    padding: 0 5px; 
    max-width: 40%; 
  }
  .navbar-brand .site-slogan {
    
  }
}


@media only screen and (min-width: 200px) and (max-width: 767px) {
  .rightLinks a {
    color: var(--main-subheading);
    
    text-wrap-mode: nowrap;
  }
  .rightLinks input {
  
    width: 18px;
  }
  .rightLinks {
    margin: auto;
}
  .textResizeWrapper li {
  padding-left: 5px;
  display: flex;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .menu-designs .offcanvas {
    width: 100% !important;
  }
  .menu-designs .submenu ul li {
   
    font-family: var(--main-para-family);
  }
  .navbar-brand .site-slogan {
    display: block;
    
  }
  .toggle-nav-right {
    top: auto;
    right: 10px;
  }
  .new-search-icon .link {
    cursor: pointer;
    float: right;
    position: relative;
    right: 2%;
   }
   #search-block-form {
    display: flex;
    flex-direction: row;
   }
   .hidden-input #edit-keys {
    margin:0px!important;
   }
   .hidden-input #edit-actions {
    margin:0px!important;
  }
  .site-title {
    font-size: 1.1em !important;
    display: block;
  }
  .site-title-container { 
    padding: 0 5px; 
    max-width: 80%; 
  }
  .navbar-brand .site-slogan {
   
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .menu-designs .offcanvas {
    width: 100% !important;
  }
  .menu-designs .submenu ul li {
   
    font-family: var(--main-para-family);
  }
  .navbar-brand .site-slogan {
    display: block;
    
  }
  .toggle-nav-right {
    top: auto;
    right: 10px;
  }
  .new-search-icon .link {
    cursor: pointer;
    float: right;
    position: relative;
    right: 2%;
   }
   #search-block-form {
    display: flex;
    flex-direction: row;
   }
   .hidden-input #edit-keys {
    margin:0px!important;
   }
   .hidden-input #edit-actions {
    margin:0px!important;
  }
  .site-title {
    font-size: 1.1em !important;
    display: block;
  }
  .site-title-container { 
    padding: 0 5px; 
    max-width: 60%; 
  }
  
}


@media only screen and (min-width: 200px) and (max-width: 800px) {
  .members-tbles {
    width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-y: scroll;
    margin: 20px 0;
   }
   .infoTemplate {
    min-height: max-content;
    margin-top: 235px;
   }
   .member-society {
    
   }
   .breadcrumb li {
    
    font-family: var(--main-para-family);
   }
   #fcult-sec-news {
    width: 100%;
    margin-left:0px;
  }
  .head-fcts-nw {
   
    font-family: var(--main-para-family);
  }
  .head-fcts-nw1 {
    
  }
  .fcts-head-one {
  
    font-family: var(--main-para-family);
  }
  .cols-fcts-six {
    display: grid;
    justify-content: center;
  }
  #fcult-sec-news .box {
    margin: auto;
  }
  .head-fcts-nw1 {
    text-align: center;
  }
  .head-fcts-nw {
    text-align: center;
  }
  table {
    display: block;
    overflow-y: scroll;
  }
  .footer .footer-contact p {
    text-align: left;
   }
}


@media only screen and (min-width: 200px) and (max-width: 800px){
  .smoke-base .dialog {
    top: 25%;
    width: 100%;
    padding: 4px;
    margin: auto;
    left: 0%;
    margin-left: 0%;
}
.view-eva-photo-gallery li {
  width: 100%;
  float: left;
  padding: 15px;
  margin: 0px;
}
}



#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 60px;
  font-weight: 700;
  color: var(--main-subheading)!important;
}

.view-eva-photo-gallery li {
  width: 33%;
  float: left;
  padding: 15px;
  margin: 0px;
}

.view-eva-photo-gallery .photoGallery {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.view-eva-photo-gallery ul li .photo-outer {
  background: #44444469;
  padding: 8px;
  border-radius: 8px;
  box-shadow: var(--main-box-shadow);
  position: relative;
}
.view-eva-photo-gallery .view-photo-gallery ul li .photo-outer:before {
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 3px;
  content: "";
  background: #0d8ad6;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.view-eva-photo-gallery .imgStyle {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0px;
}
.view-eva-photo-gallery .imgStyle:before {
  width: 46px;
  height: 46px;
  line-height: 45px;
  text-align: center;
  background: var(--main-subheading);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 40%;
  margin: -23px 0 0 -23px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  font-family: 'FontAwesome';
  content: "\f115";
  z-index: 1;
  padding-left: 5px;
}
.view-eva-photo-gallery .imgStyle img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  max-width: inherit;
  height: auto;
  width: 100%;
}
.view-eva-photo-gallery .titleStyle {
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px 20px 18px;
  background-image: var(--main-headbg-image);
  font-family: var( --main-para-family);
  width: 100%;
  overflow: hidden;
  border-radius: 0px 0px 8px 8px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

#views-exposed-form-eva-photo-gallery-entity-view-1 .form--inline.clearfix {
  display: flex;
}

#views-exposed-form-eva-photo-gallery-entity-view-1 .js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-title.form-item-title.form-no-label {
  margin:0px;
}

#views-exposed-form-eva-photo-gallery-entity-view-1 #edit-actions {
  margin:0px 5px;
}

#views-exposed-form-eva-photo-gallery-entity-view-1 #edit-title {
  margin:0px;
}

#views-exposed-form-eva-photo-gallery-entity-view-1 input#edit-submit-eva-photo-gallery {
  border: 1px solid #fff;
  background-color: var(--main-subheading);
}
#views-exposed-form-eva-photo-gallery-entity-view-1{
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 2px 29px rgba(94, 94, 94, 0.1);
  vertical-align: top;
  background-color: #80000036;
  padding: 20px 20px 20px 20px;
  text-align: left;
  position: relative;
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: top;
}
#views-exposed-form-eva-photo-gallery-entity-view-1 .form--inline {
  width: 100%;
}
.captcha img {
    max-width: 20vw;
}
.nav-item {
  list-style: none;
}

.views-field-field-related-document {
  text-wrap-mode: nowrap;
}

.timeline  li{
  list-style:none;
}


#block-ajnifm-views-block-mdp-block-1{
  background-color: var(--main-mdp-bg);
  padding: 60px 80px;
  margin-top: 30px;
  width: 100vw;
  margin-left: -18vh;
}


.open-program-viewss .view-content {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px; 
}

.row-pro-mdp {background-color: var(--white-color);color: var(--main-subheading);border-radius: 6px;padding: 16px;border: 1px solid gray;box-shadow: var(--main-box-shadow);font-size: 1em;font-family: var(--main-para-family);text-align: left;display: flex;position: relative;}


#block-ajnifm-views-block-mdp-block-1 h2 {
  color: var(--main-subheading);
  margin-bottom: 19px;
}


.view-id-mdp caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #80000038;
  border-top: 2px solid #80000033;
  border-right: 2px solid #80000033;
  border-left: 2px solid #80000033;
  padding: 14px;
  font-weight: 700;
  font-size: 20px;
  color: #800000;
  text-align: left;
}

.view-id-mdp .table-striped{
  border: 2px solid #80000033;
  padding: 10px;
} 

ul, ol {
  list-style-position: inside !important;
}

li {
  margin-bottom: 0.6rem;
}

.row-pro-mdp::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "\f061";
  font-family: 'FontAwesome';
}

.row-pro-mdp {
  gap: 15px;
}


.mdp-lefts a:hover {
  color: #000!important;
}
.rightLinks li {
  margin-bottom: 0px!important;
}
.how-mdp a{
  color:#fff;
}

.extlink-nobreak {
  white-space: normal!important;
  word-break: break-word;
}
.menu-designs .submenu ul li {
  list-style: none!important;
}
.other-an{
  color:#fff;
}

#block-ajnifm-content .view-header {
  font-family: var(--main-para-family);
}

#program-slider2 .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 1em;
  margin-right: 5px;
  font-weight: var(--font-bold);
  content: '\f104';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

#program-slider2 .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 1em;
  font-weight: var(--font-bold);
  content: '\f105';
  background-color: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


#program-slider2  span {
  display: none;
}

#contact-message-feedback-form{
  width: 70%;
  margin: auto;
  border-radius: 8px;
  font-family: var(--main-para-family);
  background-color: var(--main-slight-bg);
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #8080806e;
}
#contact-message-feedback-form label {
  display: inline-block;
  color: var(--main-subheading);
  font-weight: 600;
}

#contact-message-feedback-form fieldset {
  border: 1px solid var(--main-subheading);
  margin: 0 2px;
  background-color: #fff;
  border-radius: 8px;
  padding: 0.35em 0.625em 0.75em;
}
#edit-submit{
  border: 1px solid #fff;
  background-color: var(--main-subheading);
}

#webform-submission-management-development-programme-form-ajax {
  width: 80%;
  margin: 10px auto;
  border-radius: 8px;
  padding: 16px;
  background-color: #80000036;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #80808061;
}

#webform-submission-management-development-programme-form-ajax label {
  display: inline-block;
  font-weight: 500;
  color: var(--main-subheading);
  font-size: 1em;
  font-family: var(--main-para-family);
}

#webform-submission-management-development-programme-form-ajax .fieldset-legend.js-form-required.form-required {
  font-weight: 500;
  color: var(--main-subheading);
  font-size: 1em;
  font-family: var(--main-para-family);
}



#webform-submission-management-development-programme-form-ajax .fieldset-legend {
  font-weight: 500;
  color: var(--main-subheading);
  font-size: 1em;
  font-family: var(--main-para-family);
}

#webform-submission-management-development-programme-form-ajax #edit-markup-01 h4{
  color: var(--main-subheading);
  text-decoration:underline;
  font-size: 1.25em;
  font-family: var(--main-para-family);
}

#webform-submission-management-development-programme-form-ajax #edit-markup h2{
   color: var(--main-subheading);
  font-size: 1.25em;
  font-family: var(--main-para-family);
}

#webform-submission-management-development-programme-form-ajax .button.js-form-submit.form-submit.btn.btn-primary {
    background-color: var(--main-subheading);
  border:1px solid #fff;
}

#webform-submission-management-development-programme-form-ajax  .description {
  font-size: 1em;
  font-family: var(--main-para-family);
}

#block-ajnifm-leftbottom,#block-ajnifm-rightbottom,#block-ajnifm-topleft,#block-ajnifm-topright,#block-ajnifm-resultpopup {
  display: none;
}



.simple-popup-blocks-global .media--type-image .img-fluid{
    max-width: 100%;
    height: 280px!important;
}

@media (min-width: 200px) and (max-width: 767px) {
    .spb_center {
        margin: auto!important;
        top: 50%;
        right: 0%;
        left:0%;
       width: 100%!important;
     }
     .rightLinks {
        justify-content: center;
        flex-wrap: wrap;
   }
   .rightLinks a {
        font-size: 12px;
    }
    .block-language ul {
       padding-left: 0px!important;
    }
    .rightLinks input {
        font-size: 11px;
    }
        .site-title {
        font-size: 0.9em!important;
    }
    .navbar-brand .site-slogan {
        font-size: 0.5em!important;
    }
    section.meetings-page .bef-links li {
    margin:5px;
    }
    .member-society {
      position: var(--ots-position);
      display: block;
      font-size: 2rem;
    }
    #block-ajnifm-views-block-mdp-block-1 {
        width: 100%!important;
        margin-left: 0px!important;
        padding:10px!important;
  }
  .open-program-viewss .view-content {
    display: contents;
  }
  .row-pro-mdp {
    margin: 10px 0px;
  }
      .infoTemplate {
        margin-top: 250px!important;
    }
    #faculty-page-details1 {
    padding: 0px;
   }
   
 .simple-popup-blocks-global .media--type-image .img-fluid{
    max-width: 100%;
    height: 250px!important;
}
}

#block-ajnifm-views-block-consultancy-block-1 {
    width: 85%;
    margin: auto;
}


.ui-accordion .ui-accordion-header {
    background-color: #ccc!important;
    color: #800000!important;
    border: none!important;
}

#block-ajnifm-views-block-consultancy-block-1 {
    width: 85%;
    margin: auto;
}
#block-ajnifm-views-block-consultancy-block-2{
    width: 85%;
    margin: auto;
}
#block-ajnifm-views-block-consultancy-block-3-2 {
     width: 85%;
    margin: auto;
}

.wob #consultancy-lists {
    background-image: linear-gradient(to top, #333 0%, #222 100%) !important;
}
.wob .ui-accordion .ui-accordion-header {
    background-color: #333 !important;
    color: #ff0 !important;
    border: none !important;
}
.wob .ui-widget-content {
    background: #333!important;
}
.wob #webform-submission-feedback-add-form {
    border: 1px solid #333;
    color: #ff0;
    background-color: #333;
}
.wob #webform-submission-feedback-add-form .js-form-required.form-required {
    color: #ff0;
    font-weight: 600;
}
.wob #webform-submission-feedback-add-form #edit-actions-submit {
    border: 1px solid gray;
    background-color: #222;
    color: #ff0;
}
@media (min-width: 100px) and (max-width: 1000px) {
    .navbar-expand-lg .navbar-toggler {
        display: none!important;
    }
    .collapse:not(.show) {
    display: block!important;
   }
} 

.path-frontpage .messages__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.path-frontpage .messages--status {
  background: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  max-width: 530px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
  border: 1px solid #91d5ff;
}

.path-frontpage .close-modal-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.6rem;
  color: #333;
  padding: 3px;
  cursor: pointer;
  z-index:10001;
}
.path-frontpage .alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  padding: 1rem;
}